/*
	
Dark Grey: #384859
Yellow: #ffa600	
	
*/
html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: #fff;
}

a {
    color: #ffa600;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-weight: lighter;
    margin-bottom: 20px;
    color: #384859;
}

h1.page-title {
    border-left: 10px solid #ffa600;
    padding-left: 10px;
}

h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #ffa600;
    position: relative;
}

h2:before {
    display: inline-block;
    content: " ";
    height: 30px;
    top: 0;
    margin-left: -20px;
    position: absolute;
    border-left: 10px solid #ffa600;
}


h3 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4em;
}

h4 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
}

.container {
    max-width: 100%;
}

.site-content {
    background: #fff;
}

.slick-slide img {
    width: 100%;
}

/* Navigation: Generic */
.nav a {
    display: block;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 0;
}

.nav a:hover,
.nav a.active {
    color: #ffa600;
    text-decoration: none;
    background: rgba(0, 0, 0, .2);
}

.nav a:after,
.nav a.active:after {
    transition: all 150ms ease-out;
    position: absolute;
    display: block;
    content: " ";
    width: 10px;
    height: 100%;
    top: 0px;
    left: -100%;
    z-index: -1;
    background-color: transparent;
}

.nav a:hover:after,
.nav a.active:after {
    left: 0;
    background-color: #ffa600;
}

/* Navigation: Primary */
.nav.primary {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.nav.primary a {
    padding: 5px 30px;
    line-height: normal;
}

.nav.primary li {
    margin: 0 -30px;
}

/* Navigation: Secondary */
.nav.secondary {
    display: block;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.nav.secondary a {
    padding: 4px 30px;
}

.nav.secondary li {
    margin: 0 -30px;
}

/* Navigation: Admin */
.nav.admin {
    display: block;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav.admin a {
    padding: 4px 30px;
}

.nav.admin li {
    margin: 0 -30px;
}

/* Navigation: Social */
.nav.social {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.nav.social a {
    margin: 0 10px 0 0;
}

.nav.social a:hover {
    color: #ffa600;
    background: transparent;
}

.nav.social a:after {
    display: none;
}

/* Language Switcher */
ul.nav.lang {
    margin: 10px 0 0 30px;
}

/* Navigation: Sidebar */
.nav.inpage {
    background: rgba(255, 167, 0, 0.15);
    padding: 30px;
    margin-bottom: 30px;
    display: block;
}

.nav.inpage li {
    margin-bottom: 5px;
}

.nav.inpage li a {
    color: inherit;
    font-weight: normal;
    transition: all 80ms ease-out;
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav.inpage li a:hover,
.nav.inpage li a.active {
    /*background: #ffa600;*/
    padding-left: 20px;
    color: #ffa600;
}

/* Blocks */
/*
.block.image {
	position: relative;
}
.block.image:after {
	display: block;
	content: " ";
	width: 80%;
	position: absolute;
	left: -5px;
	bottom: -5px;
	border-bottom: 10px solid #ffa600;
}
*/

/* Page Header */

.section-header .section-title {
    background: #ffa600;
}

.section-header ul,
.section-header ol {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #384859;
}

.section-header a {
    color: inherit;
    border-bottom: 1px dotted;
}

.section-header a:hover {
    text-decoration: none;
    font-weight: bold;
}

.section-header li {
    border-top: 1px solid;
    padding: 5px 0 10px 0;
    font-size: .9em;
    font-weight: normal;
}

.section-header .section-lead {
    font-size: 1.6em;
    font-weight: 300;
    color: #384859;
}

/* Slideshow — UNUSED */

.slideshow .slide {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slideshow .caption {
    width: 30%;
    padding: 30px;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
}

.slideshow .image {
    width: 100%;
}

.slideshow .slick-dots {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: -40px 0 0 20px;
    position: absolute;
    z-index: 999;
}

.slideshow .slick-dots li button {
    border-radius: 0;
    border: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 2px 2px;
    background: transparent;
    border: 2px solid #fff;

}

.slideshow .slick-dots li.slick-active button {
    border: 2px solid transparent;
    background: #fff;
}

/* Media Generic */
.listing {
    margin: 0px 0 40px 0;
    font-weight: normal;
    font-size: 12px;
    list-style: none;
    padding: 0;
}

.listing li .item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    transition: all 150ms ease-out;
}

.listing li a {
    display: block;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-decoration: none;
    padding-bottom: 10px;
}

/*
    .news li a:after {
        display: block;
        content: " ";
        background-image: url('/v1/images/tear.svg');
        background-size: 110%;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
    }
    */

.listing li:hover .item {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
}

.listing li:hover a {
    border-bottom: 1px solid #ffa600;
}

.listing li h3 {
    color: #ffa600;
}

.listing li p {
    margin: 0;
}

.listing li .source {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
}

.listing .inner {
    display: flex;
    width: 100%;
}

.listing .thumb {
    width: 33%;
    background: #000;
}

.listing .thumb img {
    opacity: .95;
}

.listing .caption {
    width: 66%;
}

.listing .item:hover .thumb {
    background: #fff;
}

.listing .item:hover .thumb img {
    opacity: 1;
}

/* Media News Clippings */
.listing.news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 40px 0;
}

.listing.news li {
    margin: 0 30px 40px 0;
}

/* Releases */
.listing.releases {
    margin: 40px 0;
}

fieldset {
    border: 2px solid;
    padding: 30px;
}

/* Sidebar */
.sidebar {
    background: rgba(255, 167, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    font-size: .8em;
}

/* Footer */
.footer {
    font-size: .7em;
    text-align: center;
}

/* Test Styles */
.test .hero .thumb{
    max-height:60vh;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.test .row-wrapper .row{
    margin-top:0 !important;
    margin-bottom:20px !important;
}
.test .image img,.test .video video{
    width:auto;
    height: auto;
    max-width:100%;
    max-height:50vh;
    margin:0 auto;
    display: block;
}
.test .feature div:not(.col-sm-6) .block.text{
    margin-top:clamp(-350px, -25vw, -150px);
}
.test .map .image img{
    max-height:none;
}