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

#caro h2 { display: none; }
.minicaro { display: block; padding: 10px; margin-top: 10px; margin-bottom: 10px; }
a.lightbox {
height: 100%;
}
.doclink { font-weight: bold; color: #fff; padding: 10px; display: block; }
.captext { margin: 10px;
    background: #CB0E86;
    color: #fff;
    padding: 1em;
    font-weight: bold; }
.tq { background: #CB0E86; color: #fff; padding: 1em; font-weight: bold; }
img {
max-width: 100%;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff;
  display: none;
}
.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;
}

.footer{display:block; color:#fff; font-size:130%; margin-bottom:20px; margin-top:10px; font-family: 'Roboto', sans-serif; font-weight:300;}

.footer:hover{display:block; color:#fff; font-size:130%; margin-bottom:20px; margin-top:10px; font-family: 'Roboto', sans-serif; font-weight:300;}

.right{float:right;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 0.25rem;
margin-bottom:10px;
}

#logo-div{text-align:right;}

.sidelink{
    margin-bottom: 30px;
    display: block;
    text-align: center;
font-size:90%;
font-weight:700;
color:#00b9b3;
}

.sidelink:hover{
    margin-bottom: 30px;
    display: block;
    text-align: center;
font-size:90%;
font-weight:700;
color:#008521;
}



/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    background-color: #003c4e;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.vid-inline {
margin-bottom:10px;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; font-family: 'Roboto', sans-serif; font-weight:300;
}
/*Footer Box*/
#hero-plus-footer{  background: #222222; display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 3% 2% 10%; max-width: 1520px;}
#gallery {
    padding: 2% 20%;
    background: #003c4e;
    flex-basis: 100%;
}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo { display:block;  float:right;}
.hero {max-width: 100%; width: 100%;}
.ctab, .ctab:visited {
    background: #E05328;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px;
    display: block;
    border-radius: 4px;
  font-weight: bold;
margin-bottom:25px;
}
.ctab:hover {
    background: #C90E86;
    text-align: center;
    margin: 10px;
margin-bottom:25px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px;
    display: block;
    border-radius: 4px;
}


.soc, .soc:visited, .soc:hover {
    color: #96A3AB;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 42%; margin: 1%; margin-top:3%; margin-left:3%;}
h1 {text-align:center; font-size: 2rem; margin-bottom:30px;}
h2 {text-align:left; font-size: 1.4rem; margin: 20px 0px 40px; font-style: italic;}
h2 ul li { margin-bottom: 10px; }
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

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

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
#txt {
    padding: 3% 3%;
}

h1 {
    text-align: center;
    font-size: 1.5rem;
}


.logo {
    margin: 2px auto;
    display: block;
float:left;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.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;
}

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

.vid-inline {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
}






/* Sidebar Stuff */
#txt {
    width: 60%;
}

#sidebar-div {
    width: 35%;
    margin-top: 1em; 
    padding-left: 30px;
}

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

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

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