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

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

#cards-asset-2 { margin-left: 45%; }
#cards-asset-4 { margin-left: 50%; }
.pullquote {font-style: italic;margin: 20px;}

.card-text { display: none; }
#flags { background: #EEEDE9; padding: 10px; margin: 15px auto; text-align: center; padding: 10px; }
#flags a {    text-decoration: none!important;
    color: transparent!important; font-size: 0.4em; }
.flag-icon { font-size: 1.5em; margin: 10px; vertical-align: middle; }
body {font-family: 'Open Sans', sans-serif;    font-weight: 300;
line-height: 1.75;
font-size: 18px;}

.bar {margin-top: 30px; margin-bottom: 50px;}

a {font-weight: normal;}

#share-floating-bar a {color: #fff !important;}

img {width: 100%;}

#hero-plus-hero { align-items:start;}
.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;
}

.card {
}

/*Header Box*/
.hero {max-width: 100%;}

.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.h5, h5 {
    font-size: .9rem;
}

.h2, h2 {text-align: center; margin-bottom: 20px; color: #000; font-size: 1.43em;}

h3, .h3 {font-weight: bold; text-transform: uppercase; color: #0a1f72;}
ul li {
          Padding-bottom: 25px;
}
 

.tq {
    background: #fff;
    text-align: left;
    margin: 20px auto;
    color: #0a1f72;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .75rem;
    height: 90px;
}

#txt {padding: 2% 10%; color: #0a1f72; width: 100%;}

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

#gallery h2 {display:none;}

#gallery {
    background: #f6f6f6;
    width: 100%;
    padding: 30px 50px 40px;
}

.audio-download, .audio-download:visited, .audio-download:hover {
    display: inline-block;
    margin: 20px;
    background: #063591;
    width: 200px;
    padding: 10px;
    color: #fff;
    text-decoration: none !important;
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: center;
}
#hero-plus-hero .card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body a {
color: #d20c02;
}

/*Footer Box*/
#hero-plus-footer{ display: block;
    text-align: center;
    padding: 50px;
    background: #f6f6f6;
}
#hero-plus-footer .fa-2x {
    font-size: 2em;
    vertical-align: middle;
}

#ctab {margin-top: 33px; margin-left: 20px; vertical-align: middle;}

.ctab, .ctab:visited, .ctab:hover {
    background: #000;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff !important;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
}

.soc, .soc:visited {
    color: #000;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.soc:hover {color: #d20c02;}

.links {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.links:hover {
    text-decoration: underline;
    color: #d20c02;
}

#txt p {
    font-size: 18px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {color: #fff;
}
.carousel-inner {
    position: relative;
    width: 50%;
    margin: 0px auto;
    overflow: hidden;
}

.carousel-indicators .active {background-color: #000 !important;}



@media only screen and (max-width: 768px) {
#cards-asset-2, #cards-asset-4 { margin-left: 0; }
.sticky-top > #hero-plus-header {
    background-color: white;
    margin-top: 0;
    margin: 0;
}
#hero-plus-header {
    display: block;
    text-align: center;
    margin:0}
.logo {
    margin: 6px auto;
    display: block;
width:170px;
}

.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;
}
.audio-download, .audio-download:visited, .audio-download:hover {
    display: block;
    margin: 20px auto;
    background: #063591;
    width: 200px;
    padding: 10px;
    color: #fff;
    text-decoration: none !important;
    float: none;
    position: inherit;
    text-align: center;
}
}


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

.flag-icon::before {
    content: ''!important;
}