/**Common**/
.cb{
    clear: both;
    overflow: hidden;
}
.fr{
    float: right;
}
.main-bg-color{
    background-color: #18173E !important;
    color: #fff !important;
}
.main-bg-color a,
.main-bg-color h2{
    color: #fff !important;
}
.main-bg-color .link-arrow:after{
    background-image: url('../images/link-arrow-white.svg') !important;
}
.band-section{
    padding: 50px 15px !important;
    max-width: 960px;
    margin: 0 auto;
}
.band-section.videos{
    padding-top: 80px !important;
}
.band-section:last-child{
    padding-bottom: 80px !important;
}
.section-title{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 30px;
}
.lined-br{
    height: 1px;
    background-color: #18173E;
    clear: both;
    max-width: 930px;
    margin: 0 auto;
}
.button-hollow{
    border: 1px solid #343434;
    color: #343434;
    display: block;
    padding: 18px 24px;
    width: max-content;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}
.link-arrow{
    font-size: 16px;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 700;
}
.link-arrow:after{
    content: '';
    background: url('../images/link-arrow.svg') no-repeat center center;
    width: 25px;
    height: 10px;
    display: inline-block;
    text-decoration: none;
}
.text-upper{
    text-transform: uppercase;
}
.flex-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.flex-content.vstart{
    align-items: flex-start;
    gap: 30px;
}
.flex-content .item{
    flex: 1;
}
.flex-content ul{
    margin: 0;
}
.flex-content p{
    font-size: 16px;
    color: #343434;
    margin-bottom: 30px;
}

.flex-content .inner-content ul{
   max-width: 310px;
}
.flex-content .inner-content .link-arrow{
    border-bottom: 1px #A3A09A solid;
    padding-bottom: 10px;
}
.full-container{
    display: flex;
    align-items: stretch;
    clear: both;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.full-container .item_content{
    flex: 1;
}
.full-container .content .link-arrow{
    max-width: 220px;
}
.full-container .content .inner{
    padding: 50px 15px;
}
.full-container .content p,
.full-container .content h2{
    margin-bottom: 40px;
}
.full-container .img_content{
    background-color: #f8f8f8;
    display: flex;
}
.full-container .img_content img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.full-container + .band-section{
    padding: 80px 15px 60px 15px !important
}

/**Overrides**/
.HomePage{
    overflow-x: hidden;
}
.mobile-menu{
    position: fixed;
}
.mobile-menu.active{
    position: absolute;
}
.HomePage .main.content .container{
    width: 100%;
}
.HomePage .main.content .band-section.videos .container{
    width: 960px;
}
.HomePage .container .sixteen.columns{
    width: 100%;
    margin: 0;
}
.HomePage .container .sixteen.columns .flexslider{
    margin: -21px 0 0 0;
    position: relative;
    height: 620px;
}
.HomePage .flexslider ul.slides > li{
    position: relative;
    margin: 0;
    height: 620px;
}
.HomePage .flexslider .slides img{
    object-fit: cover;
    height: 100%;
}
.HomePage .flexslider .flex-direction-nav{
    margin: 0;
}
.HomePage .flexslider .flex-direction-nav li{
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 15px;
    margin-top: -16px;
    font-size: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 32px;
}
.HomePage .flexslider .flex-direction-nav li:last-child{
    right: 15px;
    left: auto;
}
.HomePage .flexslider .flex-direction-nav li a{
    border-radius: 32px;
    width: 32px;
    height: 32px;
    display: block;
    background-image: url('../images/icon-slide-arrow.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.HomePage .flexslider .flex-direction-nav li:last-child a{
    transform: rotate(180deg);
}

.HomePage .band.main.content{
    font-family: "Arial";
    font-weight: 400;
    overflow-x: hidden;
}
.band.header{
    background: #F8F8F8 !important;
}
.band.navigation{
    background: #343434 !important;
}
.band.bottom{
    background: #343434 !important;
}
footer .main header{
    background-image: none !important;
}
.band.main .sub header{
    background-image: none !important;
    display: none;
}
.flexslider ul.slides .flex-caption{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    left: 15px;
    right: 15px;
    max-width: 960px;
    margin: 0 auto;
}
.flex-caption .flex-inner{
    background-color: rgba(52, 52, 52, 0.9);
    padding: 35px 30px;
    max-width: 680px;
}
.flex-caption .flex-inner h3{
    color: #fff;
    margin: 0 0 45px 0;
    font-weight: 700;
    font-size: 4em;
    line-height: 1;
}
.flex-caption .flex-inner h3 sup{
    font-size: 0.62em;
}
.flex-caption .flex-inner p{
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 2.25em;
    line-height: 1;
}
.flex-caption .flex-inner p sup{
    font-size: 0.62em;
}
.flex-caption .flex-inner .button-hollow{
    color: #fff;
    border-color: #fff;
    padding: 14px 18px;
}
.flex-caption .slider-tag{
    position: absolute;
    bottom: 70px;
    right: 20px;
}
.flexslider-videos ul.slides{
    margin: 0;
}
.flexslider-videos ul.slides li{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.flexslider-videos ul.slides li img{
    border: 3px solid white;
    box-shadow: 1px 1px 10px 2px lightGrey;
}
.flexslider-videos .flex-caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.flexslider-videos .flex-caption a{
    display: block;
    height: 100%;
    width: 100%;
    font-size: 0;
}

/**Min-width: 768px**/
@media screen and (min-width: 768px){
    .section-title{
        font-size: 40px;
    }
    .flex-content{
        flex-direction: row;
        align-items: center;
    }
    .flex-content .inner-content{
        padding-left: 80px;
    }
    .full-container{
        flex-direction: row;
    }
    .full-container .content .inner{
        padding: 50px 40px 50px 15px;
        width: 480px;
        float: right;
    }
    .full-container .item_content.content{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/**Min-width: 960**/
@media screen and (min-width: 960px){
    .flexslider-videos{
        opacity: 0;
        height: 0;
    }
}

/**Min-width: 1024**/
@media screen and (min-width: 1024px){
    .band.header nav.secondary ul li a{
        font-size: 15px;
    }
}

/**Min-width: 1200**/
@media screen and (min-width: 1980px){
    .full-container .content .inner{
        padding: 120px 40px 120px 15px;
    }
    .HomePage .flexslider .flex-direction-nav li{
        left: 100px;
    }
    .HomePage .flexslider .flex-direction-nav li:last-child{
        right: 100px;
    }
}

/**Max-width: 1023px**/
@media screen and (max-width: 1023px){
    .flexslider ul.slides .flex-caption{
        left: 15px;
        right: 15px;
        align-items: flex-start;
        top: 35px;
    }
    .flex-caption .flex-inner h3{
        font-size: 2.25em;
        margin-bottom: 30px;
    }
    .flex-caption .flex-inner p{
        font-size: 1.75em;
        margin-bottom: 30px;
    }
    .band-section.videos .container .four.columns{
        width: 210px;
    }
}

/**Max-width: 959px**/
@media screen and (max-width: 959px){
    .HomePage .main.content .band-section.videos .container{
        display: none;
    }
    .flexslider-videos{
        display: block;
    }
    .band.header nav.secondary ul li a {
        font-size: 12px;
    }
}

/**Max-width: 767px**/
@media screen and (max-width: 767px){
    .full-container + .band-section,
    .band-section.videos{
        padding-top: 60px !important;
    }
    .band-section{
        padding: 40px 15px !important;
    }
    .HomePage .container .sixteen.columns .flexslider{
        margin: -41px 0 0 0;
        height: 670px;
    }
    .HomePage .flexslider ul.slides > li{
        height: 670px;
    }
    .flex-caption .flex-inner{
        padding: 20px;
    }
    .flex-caption .flex-inner h3{
        font-size: 2.5em;
    }
    .flex-caption .flex-inner p{
        font-size: 1.25em;
    }
    .flex-caption .flex-inner .button-hollow{
        padding: 10px 16px;
    }
    .flex-caption .slider-tag{
        bottom: 40px;
    }
}

/**Max-width: 479px**/
@media screen and (max-width: 479px){
    .container.social-footer .one.columns,
    .container.social-footer .two.columns{
        width: auto;
        margin-right: 10px;
    }
}

/**Max-width: 768 - 959**/
@media only screen and (min-width: 768px) and (max-width: 959px){
    .band-section.videos .container .four.columns,
    .band.footer.bottom .container .four.columns{
        width: 164px;
    }
}

.newFlexBlock {
    padding: 80px 15px 0 15px !important;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: left;
    p {
        max-width: 600px;
        margin: auto;
    }
    h2 {
        margin-bottom: 20px;
    }
    h3 {
        margin-bottom: 20px;
    }
}
.newFlexBlock .column-6 {
    width: 50%;
}
.newFlexBlock ul {
    margin-left: 10px !important;
    margin-top: 20px !important;
    list-style: disc !important;
}
.newFlexBlock ul li {
    list-style-type: disc !important;
}
.newFlexBlock ul li p {
    margin-bottom: 0 !important;
}
.newFlexBlock h3 {
    text-align: left;
    margin: 0 0 20px 0 !important;
}
.newTextBlock {
    padding: 80px 15px 60px 15px !important;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    display: grid;
    text-align: center;
    p {
        max-width: 600px;
        margin: auto;
    }
    h2 {
        margin-bottom: 20px;
    }
    h3 {
        margin-bottom: 20px;
    }
    .image_holder {
        width: 100%;
        margin-bottom: 40px;
        img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
    }
}

.galleryLink {
    display: block;
    margin: auto;
    margin-top: 40px;
    float: inline-start;
    width: 100%;
    text-align: center;
    a {
        position: relative;
        text-align: center;
        position: relative;
        text-align: center;
        width: 170px;
        margin: auto;
    }
}

.h1BlockContainer {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 0 20px;
    color: #ffffff;
}

.h1BlockContainer h1 {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.logoFlexBlockHolder h2 {
    color: #5d5d5d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.logoFlexBlockHolder .logoFlexBlock {
    display: flex;
    align-items: center;
    gap: 56px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.logoFlexBlock img {
    max-height: 40px;
}

.logoFlexBlockHolder a {
    border: 1px solid #343434;
    color: #343434;
    display: block;
    padding: 12px 24px;
    width: max-content;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    gap: 12px;
    font-size: 16px;
    border-radius: 4px;
    margin: auto;
    align-items: center;
}

.logoFlexBlockHolder a img {
    max-height: 24px;
}

ul.dotted-list {
    list-style: disc !important;
    margin-left: 13px;
    margin-top: -16px;
    margin-bottom: 40px;
}

ul.dotted-list li p {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
}

ul.dotted-list li {
    list-style-type: disc;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .flexslider ul.slides .flex-caption {
        align-items: center !important;
    }
    .h1BlockContainer h1 {
        font-size: 36px;
        line-height: 110%;
    }
    .newFlexBlock {
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px;
        align-items: flex-start;
    }
    .newFlexBlock::before {
        display: none !important
    }
    .newFlexBlock::after {
        display: none !important
    }
    .newFlexBlock .column-6 {
        width: 100%;
    }
    .newFlexBlock ul li p {
        margin: 0 !important;
    }
    .newTextBlock h3 {
        margin-bottom: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}