﻿.off-screen{
position:absolute;
overflow:hidden;
clip:rect(0000);
height:1px;
width:1px;
border:0;
margin:-1px;
padding:0;
}

#home-slideshow {
	border-bottom: 3px solid #000;
}

#home-slideshow .container {
width:92%;
max-width:1280px;
margin-left:auto;
margin-right:auto;
padding-top:30px;
}

#home-slideshow a:hover {
text-decoration:none!important;
}

#home-slideshow .marquee-mask,#home-slideshow .marquee {
max-height:530px;
height:530px;
}

#home-slideshow .marquee-item {
background-repeat:no-repeat;
background-size:100% auto;
background-position:center center;
display:block;
position:relative;
width:100%;
max-height:530px;
background-image:none!important;
background-color:#dadad9;
}

#home-slideshow .marquee-copy {
position:absolute!important;
text-shadow:0 1px 0 rgba(0,0,0,0.3);
z-index:100;
width:60%;
max-width:1280px;
}

#home-slideshow .title ,#home-slideshow .title a  {
display:inline-block;
font-size:140%!important;
transition:all 300ms ease;
margin:0;
padding:5px;
background: rgba(19, 28, 45, 0.75) none repeat scroll 0 0;
color: #fff;
}

#home-slideshow .title:hover ,#home-slideshow .title a:hover {
background: #fff;
color: #4b4b4b;
}

#home-slideshow .title a:focus .marquee-heading {
background-color:rgba(29,38,45,0.7);
padding-left:4%;
width:100%;
border-left:4px solid #FFF;
}

#home-slideshow .marquee-heading {
font-family:proxima-nova-alt,sans-serif;
font-weight:700;
display:inline;
font-size:130%!important;
line-height:1.7;
transition:all 300ms ease;
width:100%;
color:#fff;
background:rgba(19,28,45,0.75);
padding:.15em 0;
}

#home-slideshow .marquee-heading:hover {
background:rgba(255,255,255,0.9);
color:#363d44;
}

#home-slideshow .marquee-mask .marquee .marquee-item img.marquee-img {
width:100%;
display:block!important;
margin-top:-8%;
}

#home-slideshow .marquee-controls {
bottom:16px;
right:1em;
position:absolute;
z-index:100;
}

#home-slideshow .lt-ie9 .marquee-controls {
bottom:43px;
right:auto;
}

#home-slideshow .marquee-controls .pager {
display:none;
margin-left:14px;
}

#home-slideshow .lt-ie9 .marquee-controls .pager {
vertical-align:auto;
zoom:1;
display:inline;
line-height:12px;
}

#home-slideshow .lt-ie9 .marquee-mask.with-slideshow .marquee-copy {
bottom:102px;
}

#home-slideshow .marquee-mask.with-slideshow .animate-copy .marquee-copy {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0);
opacity:1;
}

#home-slideshow .marquee-mask.with-slideshow .marquee-copy {
bottom:18%;
color:#fff;
}

#home-slideshow .marquee-mask .container.controls {
bottom:20px;
height:50px;
left:0;
position:absolute;
right:0;
margin:0 auto;
}

#home-slideshow .marquee-mask .marquee-controls {
height:45px;
position:absolute;
right:0;
bottom:14px;
width:100%;
}

#home-slideshow .slide-controls {
width:109px;
height:32px;
position:absolute;
}

#home-slideshow .slide-controls a {
float:left;
display:block;
height:100%;
width:36px;
text-align:center;
border:rgba(255,255,255,0.6) 1px solid;
border-left:none;
line-height:normal;
padding-top:2px;
}

#home-slideshow .slide-controls a:first-child {
border-left:rgba(255,255,255,0.6) 1px solid;
}

#home-slideshow .slide-controls a .fa {
margin-top: 6px;
font-size:13px;
padding:0;
}

#home-slideshow .slide-controls a:hover,#home-slideshow .slide-controls a:focus {
opacity:1;
background:#96A8B2;
outline:none;
}

#home-slideshow .marquee-mask .marquee-controls nav a {
color:#fff;
opacity:0.6;
}

#home-slideshow .marquee-mask .marquee-controls nav a:hover,#home-slideshow .marquee-mask .marquee-controls nav a:focus {
opacity:1;
outline:none;
}

#home-slideshow .marquee-mask .marquee-controls .pager {
display:block;
right:0;
position:absolute;
top:0;
}

#home-slideshow .marquee-mask .marquee-controls .pager a {
color:#fff;
font-size:10px;
margin-left:8px;
opacity:0.6;
position:relative;
}

#home-slideshow .marquee-mask .marquee-controls .pager a.active {
opacity:1;
}


@charset UTF-8;
.marquee-mask {
    background-color: #2f2f2f;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.marquee-shim {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 100%;
    display: block;
}
.marquee {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.marquee-mask,
.marquee {
    max-height: 640px;
    height: 180px;
}
.marquee-item,
a.marquee-item {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 640px;
}
.marquee-item:after,
a.marquee-item:after {
    background-image: linear-gradient(transparent60%, rgba(0, 0, 0, 0.5));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
a.marquee-item:hover .marquee-copy,
a.marquee-item:focus .marquee-copy {
    opacity: 0.7;
}
.marquee-video {
    display: none;
    position: relative;
    width: 100%;
}
.no-backgroundsize .marquee-img {
    width: 100%;
    display: block!important;
    margin: 0 auto;
}
.marquee-copy {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    bottom: 18px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    width: 60%;
    z-index: 100;
}
.lt-ie9 .marquee-copy {
    bottom: 40px;
    width: 44%;
}
.marquee-label {
    vertical-align: auto;
    zoom: 1;
    display: inline;
    font-family: freight-sans-pro-n7, freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 6px;
    background: #1a1a1a;
    color: #bbb;
    padding: 6px 10px;
}
.marquee-label.featured {
    background: #b31b1b;
    color: #fff;
    display: none;
}
.marquee-heading {
    font-family: freight-sans-pro-n5, freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 27px;
    line-height: 1.1;
    margin: 0;
}
.lt-ie9 .marquee-heading {
    font-size: 62px;
    margin-bottom: 6px;
}
.marquee-subheading {
    font-family: freight-text-pro-n4, freight-text-pro, serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    display: none;
    line-height: 1.7;
    margin: 0;
}
.marquee-controls {
    bottom: 16px;
    right: 1em;
    position: absolute;
    z-index: 100;
}
.lt-ie9 .marquee-controls {
    bottom: 43px;
    right: auto;
}
.marquee-controls .pager {
    display: none;
    margin-left: 14px;
}
.lt-ie9 .marquee-controls .pager {
    vertical-align: auto;
    zoom: 1;
    display: inline;
    line-height: 12px;
}
.marquee-oneliner-copy {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: freight-sans-pro-n5, freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 90%;
    z-index: 100;
    margin: 0 auto;
}
.marquee-mask.with-slideshow .marquee-copy {
    transition-property: opacity transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0;
    transform: translateY(15px);
    opacity: 0;
    bottom: 14px;
}
.lt-ie9 .marquee-mask.with-slideshow .marquee-copy {
    bottom: 102px;
}
.marquee-mask.with-slideshow .animate-copy .marquee-copy {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}