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

.fl{ margin-top:10px;}

#flags {
    padding: 10px;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}

#flags a {
    text-decoration: none!important;
    color: transparent!important;
    font-size: 0.4em;
}

.flag-icon {
    font-size: 2em;
    margin: 10px;
    vertical-align: middle;
}

#flags img {
    width: auto;
    max-width: 100%;
}

#flags .card {
    border: 0!important;
    border-radius: 0px!important;
    display: inline-block;
}

#flags .img-inline {
    display: inline-block;
    width: auto;
}

.linked-url {
    display: none!important;
}

.vid-inline {
    width: 50%;
    margin: auto;
}

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

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

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -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: #0d2236;
}

.h2, h2 {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
    color: #748886;
}

.tq {    border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
    text-align: center;
  font-size: 24px !important;
    font-weight: 300;
    margin: 20px auto;
    padding: 15px;
    color: #000;
}

#txt {
    color: #748886;
    padding: 2% 10%;
}

/*Hero Box*/
.logo {
    margin: 10px 30px;
    height: 80px;
}

.logoright {
    margin: 10px 30px;
    height: 70px;
float:right;
}

.ctab, .ctab:visited {
    background: #ff8309;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    width: 350px;
    margin: 18px 30px;
    text-align: center;
}

.ctab:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

#gallery h2 {
    display: none;
}

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

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

#gallery {
    background: #00557d;
    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 {
    background: url('images/footer-top-bg-2699.jpg') top center no-repeat;
    background-color: #0d2236;
    display: block;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
}

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

.soc:hover {
    color: #99eef9;
}

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

.link:hover {
    color: #99eef9;
    text-decoration: none;
}

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

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

    .ctab {
        display: block;
    }

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