@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


/* Template Fixes */

body {
    color: #3606060;
font-family: 'Lato', sans-serif;
    font-size: 18px;
}




#press-release-div li {
    margin: 10px auto;
}

#hero-plus-hero {
    display: block!important;
    flex: none;
}

#hero-plus-hero .card-body {
    display: none;
}

.powered-container {
    position: fixed;
}

.right{width:43%;
max-width:43%;
padding:30px;
background:#eee;
text-align:left;
font-size:120%;
font-weight:300; float:right;
margin:0 0 20px 20px;
}

a {
    color: #0097E0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.card-text {
    display: none;
}

.card-body {
    padding-top: 15px;
    padding-bottom: 5px;
    background: #85008f;
    color: #fff;
display:none;
}

.sticky-top {

   background:#fff;
    z-index: 500;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

.clearfix {
    width: 100%;
}

#gallery .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333%;
}



img {
    max-width: 100%;
}

#logo-div .img-inline {
    width: 175px;
    max-width: 100%;
}

#footer .logo img {
    width: 100px;
    max-width: 100%;
}

#hero-plus-header {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    z-index: 500;
    margin: auto;
}

#hero-plus-hero .img-inline {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

.lightbox > .img-fluid {
    max-height: 100%;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/* End Gallery Asset Width Percentage */
/* Adjustments for the Share Bar in Mobile View */
@media (max-width: 767px) {
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}

/* End Adjustments for the Share Bar in Mobile View */
/* Fix for Bootstrap */
@media (min-width: 576px) {
    .col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
    }
}

/* End Fix for Bootstrap */
/* Custom CSS */
body {
}

.topbar-header {
    width: 100%;
}

#logo-div {
    display: inline-block;
    vertical-align: middle;
}

#logo-div img {
    margin: 18px 12px;
}

#ctab-div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    border: #3c5c78 solid;
    background-clip: padding-box;
    color: #3c5c78;
    padding: 15px 5px;
    font-size: 111%;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 335px;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    margin: 20px;
}


.ctab-mobile, .ctab-mobile:visited {
    display: none;
    border: #3c5c78 solid;
    background-clip: padding-box;
    color: #3c5c78;
    max-width: 100%!important;
}

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
color: #e8f2ea;
    background: #3c5c78;
    text-decoration: none;
}

.ctab i, .ctab-mobile i {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.ctab-footer, .ctab-footer:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #ff671f;
    background: #ff671f;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 425px;
    max-width: 100%;
    border-radius: 55px;
    transition: 0.3s all ease-in-out;
    margin: 8px 10px;
}

.ctab-footer:hover, .ctab-footer:active, .ctab-footer:focus {
    background: #ffffff;
    color: #001a68!important;
    text-decoration: none;
}

#headline-subheadline-div {
    width: 100%;
    margin: 0px auto 0px auto;
}

#hero-plus-body .exit-link {
}

h1 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin: 30px auto 30px auto;
}

h2 {
 
    font-size: 22px;
    text-align: left;
    text-align: center;
    margin: 20px auto 40px auto;
}

.press-release-body-div, #headline-subheadline-div {
    padding: 0px 12%;
line-height:170%;
}



#hero-plus-body {
    z-index: 2;
    position: relative;
}



.content-flex-center {
    margin: auto!important;
    width: 100%;
}

#classic-gallery-asset-1 img, #classic-gallery-asset-2 img, #classic-gallery-asset-3 img, #classic-gallery-asset-4 img {
}

#classic-gallery-asset-1 img:hover, #classic-gallery-asset-2 img:hover, #classic-gallery-asset-3 img:hover, #classic-gallery-asset-4 img:hover {
}




.gal{background:#eee;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;}

.gallery-inline {
    clear: both !important;
background:#eee;
    padding-top: 20px;
    padding: 20px 1vw 0px 1vw;
    margin: 40px auto 35px auto;
}

.gallery-inline h2 {
    display: none;
}

.gallery-inline .lightbox {
    box-shadow: 0 0 0.5rem rgba(10,10,10,.05);
}


.play-overlay {
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}


#footer {
    color: #fff;
    padding: 50px 120px 30px 120px;

    text-align: center;
    margin: 0px auto 0;
    width: 100%;
}

#footer .col-sm-12 {
    padding: 0!important;
}

#footer h3 {
    color: #ffffff;
    font-weight: bold;
}

#hero-plus-footer {
    text-align: center;
margi-top:20px;
    padding-bottom: 25px;
        background-color: #30353a;}



div.social-icons {
    display: block;
    width: 100%;
    margin: 20px auto 35px auto;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0097E0;
    font-size: 28px;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 0px 10px;
}

.social-link:hover{
color:#fff;
}

.social-link i {
    /* padding-right: 10px; */
}




.footer-link, .footer-link:visited {
    display: inline-block;
    color: #dddddd;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 0px 0px 20px 0px;
text-transform:uppercase;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer-link img {
    max-width: 250px;
}



/* Media Queries */
@media only screen and (max-width: 1124px) {
    .ctab, .ctab:visited {
        display: none;
    }

   .ctab-mobile, .ctab-mobile:visited {
    display: inline-block;
    margin: 0px auto 40px auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
    color: #3c5c78 !important;
}
}

@media only screen and (max-width: 991px) {
    #sidebar-div, #press-release-div {
        width: 100%;
    }

    #sidebar-div {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 980px) {
    #gallery .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
.right{width:100%;
max-width:100%;
padding:20px;}

    #ctab-div {
        display: none;
    }

    #headline-subheadline-div {
        text-align: center;
    }

.press-release-body-div, #headline-subheadline-div {
    padding: 0px 2%;
    line-height: 170%;
}

    .gallery-inline {
        margin-top: 0px;
    }

    #gallery .col-lg-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .social-link, .social-link:visited {
        margin: 10px 15px;
        display: inline-block;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

 .press-release-body-div, #headline-subheadline-div {
    line-height: 170%;
    padding: 0px 2%;
}

h1 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 30px auto;
}

    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 30px auto 30px auto;
    }

#footer {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    padding: 20px 20px 30px;
    margin: 0px auto;
}

    #hero-plus-body {
        padding: 0px 0px;
    }

    #logo-div {
        width: 43%;
        display: inline-block;
        text-align: center;
    }

    #logo-div img {
        margin: 10px auto;
    }

    .ctab, .ctab:visited {
        display: none;
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }

    .press-release-body-div {
        padding-bottom: 40px;
    }

    #hero-plus-footer .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 0px;
        margin: 30px auto 10px auto;
    }

    #hero-plus-footer img {
        margin: 10px auto;
        padding: 10px auto;
    }

    #hero-plus-footer .row {
        padding-bottom: 10px;
    }

    #hero-plus-footer {
        padding-bottom: 80px;
    }

    #footer {
        padding: 30px 30px 0px 30px;
        margin-top: 30px;
    }
}