@charset "UTF-8";
/* CSS Document */


.carousel-container{
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
    position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.carousel-container .filter_overlay:after{/*.carousel-container.overlay:after{*/
    content:'';
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
    z-index: 150;
    display: block;
    position: absolute;
    background-color: #001d37; /*extra dark_blue*/
    opacity: 0.5;
	
}

.carousel{
	width: 100%;
	height: 100%;
	position: relative;
}

.carousel div.slide{
	position: absolute;
	width: 100%;
	height: 100%;
}

.carousel-container img.filter{
   display: block;
   margin-left: auto;
   margin-right: auto;
  -webkit-filter: contrast(150%) grayscale(100%) url(#blue-tint);
  -moz-filter: contrast(150%) grayscale(100%);
  -o-filter: contrast(150%) grayscale(100%) url(#blue-tint);
  -ms-filter: contrast(150%) grayscale(100%) url(#blue-tint);
}

.carousel .cycle-overlay{
	z-index: 155;
	position: absolute;
	bottom: 15%;
	left: 40px;
	width: 30%;
	height: auto;
}

.carousel .cycle-overlay .overlay_title{
	font-family: "HelveticaNeueLTStd-Bd", "Arial Black", sans-serif;
	font-size: 2em;
	font-weight: 1000;
	color: white !important;
	text-transform: uppercase;
}




.carousel .cycle-overlay .overlay_title a{
	color: white !important;
}

.carousel .cycle-overlay a:hover{
	text-decoration: none !important;
	color: white !important;
}

.carousel--nav {
  width: 100%;
  height: 100%;
  font-size: 5em;
  font-weight: bold;
}

.carousel--nav.grey{
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: normal;
}

.carousel--nav a{
	color: rgb(41,108,243) !important;
}

.carousel--nav.grey a{
	color: rgb(69,69,69) !important;
}


.carousel--nav .cycle-prev {
  left: 20px;
 /* background: url("../images/buttons/left_arrow-black.png") no-repeat;*/
}

.carousel--nav .cycle-next {
  right: 30px;
 /* background: url("../images/buttons/right_arrow-black.png") no-repeat;*/
}

.carousel--nav .cycle-prev,
.carousel--nav .cycle-next {
  width: 15px;
  height: 30px;
  display: block;
  position: absolute;
  top: 40%;
  z-index: 1000;
  margin-top: -15px;
}

.carousel--nav.grey .cycle-prev,
.carousel--nav.grey .cycle-next {
	top: 0;
}

.free-page-section-client_logos-carousel .carousel--nav.grey .cycle-prev,
.free-page-section-client_logos-carousel .carousel--nav.grey .cycle-next {
	top: 100px;
}

.carousel:hover .carousel--nav .cycle-prev, .carousel:hover .carousel--nav .cycle-next{
	display: block;
}

.carousel.touch_screen .carousel--nav{ /*Don't display nav buttons on touch screen devices*/
	display: none;
}

.carousel .carousel-swipe_message{ /*Don't display swipe message on desktops*/
	display: none;
}

.carousel.touch_screen .carousel-swipe_message{
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 1000;
	width: 80%;
	text-align: center;
}

.carousel--nav .cycle-prev:hover, .carousel--nav .cycle-prev:active,
.carousel--nav .cycle-next:hover,
.carousel--nav .cycle-next:active {
  opacity: .75;
}

.carousel--bottom-content {
  padding-top: 1.5rem;
  padding-bottom: 2.3rem;
}

.carousel--bottom-content > * {
  padding: 0;
  margin: 0;
}

.carousel--bottom-content h3 {
  font-family: "LyonText-RegItalic", "Times New Roman", Times, serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  padding-bottom: 0.2rem;
}

.carousel-slider-container{
	position: absolute;
	z-index: 155;
	bottom: -30px;
	left: 0px;
	width: 100%;
	padding: 0px 20px;
}

.carousel-slider{
	min-width: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.carousel-slider-unit{
	background-color: rgb(61,61,61);
	height: 7px;
	width: 7px;
	border-radius: 7px;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-right: 7px;	
}

.carousel-slider-unit:hover:after, .carousel-slider-unit.cycle-pager-active:after{
	position:absolute;
	left: 0;
	top: 0;
	height: 7px;
	width: 7px;
    background-color: rgb(41,108,243);
    content: "";
	border-radius: 7px;
}


@media (min-width: 991px) and (max-height: 640px){ /*Wide short screens*/
	.carousel .cycle-overlay .overlay_title{
		font-size: 40px;
	}
}


@media screen and (max-width: 768px) {
  .carousel--bottom-content h2,
  .carousel--bottom-content h3 {
    font-size: 1rem;
  }
}

@media (max-width: 768px){
	.carousel .cycle-overlay{
		width: 50%;
	}
	
	.carousel .cycle-overlay .overlay_title{
		font-size: 45px;
	}
}

@media (max-width: 480px){
	.slideshow-section{
		display: none;
	}
}

@media (max-width: 479px){
	.carousel-slider-container{
		padding: 0px;
		width: 100vw;
		bottom: -20px;
	}
}

@media (max-width: 535px){
	.carousel .cycle-overlay{
		width: 80%;
	}
}