/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
}

.sticky-top {
    background: #ffffff;
}

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

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

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

.col-md-4 {
    flex: 0 0 33.33%;
    max-width: 100%;
}

.lg-sub-html {
    font-size: 18px !important;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    /* orphans: 1; */
    /* widows: 1; */
}

/*Header Box*/
#hero-plus-header {
}

.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    color: #003186;
}

.h2, h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

.tq {
    background: #b90020;
    text-align: center;
    font-size: 150% !important;
    margin: 20px auto 40px auto;
    padding: 15px;
    color: #fff;
}

#txt {
    padding: 2% 10%;
}

/*Hero Box*/
.logo {
    margin: 20px 0px 20px 20px;
}

#gallery h2 {
    display: none;
}

.hero {
    width: 100%;
    max-width: 100%;
}

#hero-plus-hero {
    align-items: start;
}

#gallery {
    width: 100%;
    max-width: 100%;
    background: url('images/gallery.jpg') center no-repeat;
    background-size: cover;
    padding: 60px 50px 40px;
}

#bg1 {
    background: url('images/bg2.jpg') center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bg2 {
    background: url('images/bg3.jpg') center no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
}

.card-body {
    display: none;
}

/*Body Box*/
#hero-plus-body {
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    text-align: center;
}

.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #fff;
}

.soc:hover {
    color: #003186;
}

.link, .link:visited {
    display: block;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}

.link:hover {
    color: #ef7100;
}

#txt p {
    font-size: 18px;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px) {
    #hero-plus-header {
        display: block;
        text-align: center;
        margin: 20px auto;
    }

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

    .logo {
        margin: 10px auto;
        display: block;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.gallery-inline {
    padding: 0px 8.5vw 40px 8.5vw;
}

#masonry-asset-1 {
    width: 120%;
}

#masonry-asset-2 {
    width: 71%;
    margin: auto;
    float: right;
}

#masonry-asset-3 {
    width: 71%;
    margin-top: 5px!important;
    margin-bottom: auto;
    float: right;
}

#masonry-asset-4 {
    width: 71%;
    margin-top: 5px!important;
    float: right;
}


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

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #a5182d;
    background-clip: padding-box;
    color: #ffffff!important;
    padding: 32px 5px;
    font-size: 118%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 455px;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    margin: 20px;
}

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

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    color: #ffffff!important;
    background: #002f87;
    text-decoration: none;
}

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


@media (max-width: 768px) {
    #masonry-asset-1 {
        width: 100%;
    }

    #masonry-asset-2 {
        width: 100%;
        margin-top: 20px!important;
        margin-bottom: auto;
        float: none;
    }

    #masonry-asset-3 {
        width: 100%;
        margin-top: 20px!important;
        margin-bottom: auto;
        float: none;
    }

    #masonry-asset-4 {
        width: 100%;
        margin-top: 5px!important;
        margin-bottom: auto;
        float: none;
    }

    .ctab, .ctab:visited {
        padding: 5px;
    }
}