/* Home Hero */

.home-hero video {
    min-width: 100%; 
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;}

.slider-wrapper {
    position: relative;
    overflow: hidden; }

.home-hero { overflow:hidden; }
.home-hero .a-slide { width: 100%; background-size: cover !important;}
.home-hero .slick-slide { background-size:cover; } 

.home-hero .slick-slide, .home-hero .a-slide { height: 100vh; } 

.home-hero { background-size: cover;}

.home-hero .slick-dots,
.home-banner .slick-dots {
    list-style-type: none;
    margin: 0;
    margin: 0 0 100px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;}

.home-hero .slick-dots li,
.home-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}

.home-hero .slick-dots li:focus,
.home-banner .slick-dots li:focus {
    outline: 0;}

.home-hero .slick-dots li button,
.home-banner .slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 0;
    font-size: 0;
    padding: 0;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: relative;}

.home-hero .slick-dots li button:after,
.home-banner .slick-dots li button:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;}

.home-hero .slick-dots li button:focus,
.home-banner .slick-dots li button:focus {
    outline: 0;}

.home-hero .slick-dots .slick-active button,
.home-banner .slick-dots .slick-active button {
    background-color: transparent;
    border: 2px solid white; }

.home-hero .slick-dots .slick-active button:after,
.home-banner .slick-dots .slick-active button:after {
    background-color: transparent; }

.home-hero .slick-dots li.slick-active button:before,
.home-hero .slick-dots li button:before,
.home-banner .slick-dots li.slick-active button:before,
.home-banner .slick-dots li button:before {
    opacity: 0 !important;
    color: black; }
    
.home-banner .slick-dots {
    margin: 0 0 0 0; }
    
.slick-track { display: flex !important; align-items: stretch !important; }
.slick-slide { height: inherit !important; }
  
.home-banner .slick-slide > div { height: 100%;}
.home-banner .slick-slide > div > div { height: 100%;}
.home-banner .slick-slide > div .slider-card { height: 100%; }

/* Homepage Highlights */

.csa-highlights .slick-dots {
    margin: 0 0 -110px 4px; }

.csa-highlights .slick-dots li.slick-active button:before { color:#fff;}
.csa-highlights .slick-dots li button:before { color:#fff;}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    
.slick-list:focus {
    outline: none; }
    
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''; }
    
.slick-track:after {
    clear: both; }
    
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    
[dir='rtl'] .slick-slide {
    float: right; }
    
.slick-slide img {
    display: block; }
    
.slick-slide.slick-loading img {
    display: none; }
    
.slick-slide.dragging img {
    pointer-events: none; }
    
.slick-initialized .slick-slide {
    display: block; }
    
.slick-loading .slick-slide {
    visibility: hidden; }
    
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
    
.slick-arrow.slick-hidden {
    display: none; }


/* Slick Theme CSS */

.slick-loading .slick-list { background: #fff url('/_images/_common/c_ico_loader.gif') center center no-repeat; }

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/_fonts/slick.eot');
    src: url('/_fonts/slick.eot?#iefix') format('embedded-opentype'), url('/_fonts/slick.woff') format('woff'), url('/_fonts/slick.ttf') format('truetype'), url('/_fonts/slick.svg#slick') format('svg'); }

/* Arrows */

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25; }

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto; }

.slick-prev:before {
    content: '←'; }

[dir='rtl'] .slick-prev:before {
    content: '→'; }

.slick-next {
    right: -25px; }

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px; }

.slick-next:before {
    content: '→'; }

[dir='rtl'] .slick-next:before {
    content: '←'; }

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.slick-dots li button {
    width: 16px;
    height: 16px;
    line-height: 0;
    font-size: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: relative;}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;}

.slick-dots li button:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;}    

.slick-dots li button:focus {
    outline: 0;}

.slick-dots .slick-active button {
    background-color: transparent; }

.slick-dots .slick-active button:after {
    background-color: transparent; }

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    opacity: 0 !important;
    color: #000; }
    
    
/* Thumbnail Navigation */

.slider-nav img { 
    border: 1px solid rgba(255,255,255,.25); 
    border-radius: 0;  }    

.slider-nav > div > div img {
    margin: 0 3px 50px 3px !important;  }
    
.slider-nav img.slick-current  { border: 1px solid #fff;}    

.slider-for .slick-prev { left: 30px !important; z-index: 30;}
.slider-for .slick-next { right: 30px !important;}

/* Reasons */

.reasons { width:100% }

.reasons .bnr-2 p,
.reasons .bnr-3 p,
.reasons .bnr-4 p,
.reasons .bnr-5 p,
.reasons .bnr-6 p,
.reasons .bnr-7 p,
.reasons .bnr-8 p { 
    width:100%; 
    padding: 10px; 
    display: block; 
    position: absolute; 
    bottom:0; 
    left: 0; 
    min-height:75px; 
    background: rgba(0, 0, 0, .6); 
    color: #fff; 
    margin-bottom:0; 
    font-size:0.95em; }
    
@media (min-width:701px) {
    .reasons .bnr-2 { width:200px }
    .reasons .bnr-3 { width:300px } 
    .reasons .bnr-4 { width:400px } 
    .reasons .bnr-5 { width:500px } 
    .reasons .bnr-6 { width:600px } 
    .reasons .bnr-7 { width:700px } 
    .reasons .bnr-8 { width:800px } 
    }
    
.reasons .bnr-2,
.reasons .bnr-3,
.reasons .bnr-4,
.reasons .bnr-5,
.reasons .bnr-6,
.reasons .bnr-7,
.reasons .bnr-8 { height:400px; position: relative; background-size: cover; margin: 0 1px 20px 1px; }

@media (min-width:525px) and (max-width:700px) {
    .reasons .bnr-2 { width:150px; height:300px; }
    .reasons .bnr-3 { width:225px; height:300px; } 
    .reasons .bnr-4 { width:300px; height:300px; } 
    .reasons .bnr-5 { width:375px; height:300px; } 
    .reasons .bnr-6 { width:450px; height:300px; } 
    .reasons .bnr-7 { width:525px; height:300px; }
    .reasons .bnr-8 { width:650px; height:300px; }
    }

@media (min-width:240px) and (max-width:524px) {
    .reasons .bnr-2 { width:150px; height:300px; }
    .reasons .bnr-3 { width:225px; height:300px; } 
    .reasons .bnr-4 { width:300px; height:300px; } 
    .reasons .bnr-5 { width:375px; height:300px; } 
    .reasons .bnr-6 { width:450px; height:300px; } 
    .reasons .bnr-7 { width:525px; height:300px; }
    .reasons .bnr-8 { width:650px; height:300px; }
    .reasons p { display:none; }
    }

.common-testimonials .slick-dots li button:after { background-color: #999}
.common-testimonials .slick-dots .slick-active button:after { background-color: #00aeef !important;}