@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,900;1,400;1,900&display=swap');

#lang { text-align: center; margin: auto; }

.small { font-size: 85%; }
#content-div { margin-top: 1em; border-radius: 20px; padding: 2% 5%;  background: #fff; opacity: 0.9; }
.inset {
    padding: 5% 8%;
}
a, a:visited, a:hover {
    color: #005f98;
    font-weight:bold; 
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/* Template Fixes */
body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: url('images/Wallpaper-Olivia-Ortiz.jpg') bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; color: #000;
}

.fbcenter {
    margin: auto;
    text-align: center;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
opacity: 0.3;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
}

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

.click-tweet {
    color: #000;
    font-size: 20.5px;
    text-align: center;
    margin: 20px auto 30px auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: right;
    margin-left: 2.5%;
}

.logo {
    width: 400px;
    margin: 13px;
}

.bottom {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

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

.hero {
        left: 25px;
    max-width: 100%;
}

.powered-container {
    position: fixed!important;
}

.card-text {
    display: none;
}

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

.container-fluid:nth-child(1) {
    position: fixed;
    background: #ffffff;
    z-index: 500;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

/* HERO offset adjustment */
#hero-plus-hero {
    padding-top: 60px;
}

/* End HERO offset adjustment */
.clearfix {
    width: 100%;
}

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

.move {
    margin-top: -20px;
    margin-left: 25px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111111;
    outline: 4px solid #111111;
}

img {
    max-width: 100%;
}

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

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

body .container-fluid:nth-child(1) {
    background: #ffffff;
}

#hero-plus-header {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #005f98;
    border-bottom: 2px solid #fff;
}

#hero-plus-hero .img-inline {
    width: 100%;
    position: inherit;
    z-index: 3;
  
}

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

@media (min-width: 768px) {
.hero { margin-top: 1em; }
    .col-lg-3 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .footerlinks {
        display:block;
        margin: 20px auto;
    }

    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #005f98;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}

@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;
    }
}

/* 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;
    background: none;
    background-clip: padding-box;
    color: #000!important;
    padding: 10px 5px;
    border: 1px solid #fff;
    font-size: 112%;
    font-weight: 900;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 285px;
    max-width: 100%;
    transition: 0.2s all ease-in-out;
    margin: 20px;
    font-weight: 400;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    background: #fff;
    color: #000!important;
    max-width: 100%!important;
}

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    color: #000!important;
    background: #fff;
    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: 900;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 425px;
    max-width: 100%;
    border-radius: 55px;
    transition: 0.2s 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 {
}

.color-blue {
    color: #1f4e79;
}

h1 {
    font-size: 38px;
    font-weight: 900;
    color: #005f98;
    text-align: center;
    margin: 30px auto 30px auto;
}

h2 {
    color: #000;
    font-size: 25.5px;
    font-style: italic;
    text-align: center;
    margin: 20px auto 30px auto;
}

#press-release-body-div {
    padding-bottom: 0px;
}

#press-release-body-div a, #press-release-body-div a:visited {
}

#press-release-body-div a:hover, #press-release-body-div a:active, #press-release-body-div a:focus {
}

#hero-plus-body {
    color: #000;
    font-weight: 500;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
    }
}

.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 {
}

#masonry-asset-1, #masonry-asset-2, #masonry-asset-3 {
}

.card-columns .mt-5 {
    margin-top: 0px!important;
}

#masonry-asset-4 {
}

#masonry-asset-4 .linked-url {
    display: none;
}

@media (max-width: 576px) {
    #masonry-asset-1, #masonry-asset-2, #masonry-asset-3, #masonry-asset-4 {
        width: 100%;
        margin: 20px auto;
    }
}

.gallery-inline {
    padding: 2% 7.5vw;
    margin: 0px auto 35px auto;
    background-image: url('images/Insert-Banner-Olivia-Ortiz.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 4%;
    box-shadow: 0px 0px 11px -5px #000000;
}

.gallery-inline h2 {
    display: none;
}

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

.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

.top-video .card-body {
    display: none;
}

#sidebar-2 .card-body {
    padding: 20px 0px;
}

#sidebar-2 .card-title {
    font-size: 19px;
    margin-bottom: 0px;
}

#sidebar-2 .card-text {
    display: none;
}

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

.link-divider {
    display: inline;
    margin: 0px 10px;
}

.footer-bar-links, .footer-bar-links:visited, .footer-bar-links:active {
    margin: 20px auto;
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-bar-links:hover {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
}

.tweet {
    display: block;
    float: right;
    width: 40%;
    background: #332e20;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 133%;
    font-style: italic;
    clear: both;
    margin: 0px 0px 20px 40px;
}

#footer {
    color: #fff;
    padding: 30px 120px 10px 120px;
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
}

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

#footer h3 {
    color: #fff;
    margin: 0 auto .5em;
    border-top: 6px solid;
    border-bottom: 6px solid;
    font-size: 1.95em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 50%;
    padding: 5px;
}

#footer-graphic {
    width: 100%;
    height: 291px;
    background: #;
    margin-top: -100px;
    z-index: 1;
}

#hero-plus-footer {
    background: none;
    height: 150px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: -50px;
}

#footer {
    z-index: 3;
}

#hero-plus-footer .col-md-6 {
    float: left;
}

#hero-plus-footer .col-md-12 {
    background: none;
    text-align: center;
    padding-top: 40px;
    border-radius: 20px;
    padding-bottom: 40px;

}

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: #fff;
    font-size: 34px;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

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

.social-link:hover {
    background: transparent;
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.translation-link, .translation-link:visited {
    color: #dddddd;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    margin: 5px;
}

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

#footer-bar {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

#footer-left {
    text-align: right;
}

#footer-left img {
    max-width: 100%;
}

#footer-right {
    text-align: left;
}

#footer-right img {
}

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

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

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

div.social-icons {
}

.ft-logo {
    width: 175px;
    display: block;
}

#footer-left {
    padding-right: 40px;
}

#footer-right {
    padding-left: 40px;
}

#footer-left img, #footer-right img {
    margin-top: 50px;
}

#footer-right img {
    margin-top: 60px;
    margin-bottom: 17px;
}

.pull-quotes {
    font-size: 21px;
    font-weight: semi-bold;
    padding: 40px 120px;
}

.pull-quotes .left {
    text-align: center;
}

.pull-quotes img {
    max-width: 12%;
    border-radius: 100%;
    margin: 20px;
}

.bg-beige {
    color: #707070;
    background: #ededed;
}

.bg-blue {
    color: #ffffff;
    background: #023d5b;
    margin-bottom: 40px;
}

/* Sidebar Stuff */
#press-release-div {
    padding: 0px 120px;
    margin-bottom: 30px;
}

#sidebar-div {
    width: 35%;
    padding-left: 30px;
}

#sidebar-2 {
    background: #dddddd;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

#sidebar-2 h3 {
    color: #775990;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
    margin: 30px auto 0px auto;
}

.vid-inline .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.sidebar-link, .sidebar-link:visited {
    display: block;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s all ease-in-out;
    margin: 20px auto;
}

.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    color: #81e9ec;
    opacity: .95;
    text-decoration: none;
}

/* Media Queries */
@media only screen and (max-width: 1124px) {
   
}

@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 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .pull-quotes img {
        max-width: 100%;
    }

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

    #hero-plus-hero {
        padding-top: 37px;
    }

    .round {
        border-raidius: 100%;
    }

    #gallery .col-lg-3 {
        -ms-flex: 0 0 100%;
        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%;
    }

    #hero-plus-hero {
        padding-top: 40px;
    }

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

    h1 {
        font-size: 24px;
        font-weight: 900;
    }

    h2 {
        font-size: 20px;
        color: #000;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

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

    #footer-graphic {
        margin-top: -180px;
    }

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

    .pull-quotes {
        padding: 30px;
    }

    #hero-plus-body .img-inline {
    }

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

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

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

#ctab-div{
width:90%;
display:none;
}

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
color:#fff;
background:#005f98;
    }

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

background:#005f98;
    }

    #press-release-div {
        padding: 10px 30px 30px 30px;
    }

    #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;
    }

    .click-tweet {
        color: #333333;
        font-size: 20.5px;
        text-align: center;
        margin: 20px auto 30px auto;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        float: right;
        margin-left: 0%;
    }

    .logo {
        width: 270px;
        margin: 10px;
    }

    .powered-container {
        position: fixed!important;
    }

    #footer {
        padding: 30px 30px 120px 30px;
    }
}

.logo-2 img {
    width: 125px!important;
    max-width: 125px!important;
}

#press-release-div {
    color: #000;
}