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


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

.trans {
width: 100%;
text-align: center;
padding:10px; 
padding-bottom:20px;
}
.black{color:#2f3e79;}

.doc-inline{padding:10px; font-weight: bold; font-size: 20px;}

/*Header Box*/
#hero-plus-header {  
font-family: 'Roboto', sans-serif;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
font-family: 'Roboto', sans-serif;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Roboto', sans-serif;
}

h3 {color: #fff;}

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

.translations{width:100%; max-width:100%; padding:20px; text-align:center; font-family: 'Roboto', sans-serif; font-weight:700;}

/*Footer Box*/
#hero-plus-footer{     
border-top: 1px dotted #1866a8;
background-color: #fff; 
border-bottom: 40px solid #1866a8;
display:block; padding: 30px; text-align:center;
font-family: 'Roboto', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 13%;}
#gallery {background: #fff; 
box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.4);
    -moz-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.4);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.4);
padding: 4% 10%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.card {border: 3px solid #1866a8;}
.logo {
    margin: 10px;
    height: 110px;
}
#hero-plus-footer .logo {
    display: block;
    margin: 10px auto;
}
.hero {max-width: 100%;}

.ctab, .ctab:visited {
-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #b83588;
    color: #fff!important;
    padding: 10px 8px;
    font-size: 14px;
	display: inline-block;
	text-decoration: none;
    text-align: center;
    margin: 30px 10px;
    width: 150px;
    max-width: 100%;
    line-height: 119%;
    border-radius: 0px;
}

.ctab:hover, .ctab:active {
background: #2946a5;
color: #fff!important;
text-decoration: none;
border-radius: 0px;
}

.soc, .soc:visited{
    color: #fff;
    background: #1866a8;
    border-radius: 25px;
    padding: 8px 10px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


 .soc:hover {
opacity:.7;
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.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;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; font-weight:700;
font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase;color: #1866a8; margin: 20px auto;}
ul {    margin: 20px auto;}
h2 {text-align:center; font-size: 1.4rem; margin: 20px 0px 40px; font-weight: bold;}
h3 {text-align:center; font-size: 1.3rem; font-weight:700; text-transform:uppercase; color: #1866a8;
font-family: 'Roboto Condensed', sans-serif;}
#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;
}
/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 767px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 100%;
    }
}

/* End Gallery Asset Width Percentage */

@media only screen and (max-width: 768px) {

.logo {
    margin: 20px auto;
    display: block;
}
.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;
}
}