/* sticky header background, in case option is checked */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
.col-md-6 { float: left; padding: 35px 20px; }
.translations {
    width: 100%;
    text-align: center;
   margin-bottom:30px; 
margin-top:30px;
}
.hero { width: 100%; max-width: 100%; padding-top: 108px; }
.center{width: 60%; max-width:60%; margin:2% 20%;}
#white { background: #fff; }
#navy { background: #0B203F; }
a {
    color: #e2172a;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.quote{
    background-color: #eed1d9;
    padding: 10px 25px; margin-bottom:15px;}

.story{margin:3% 2.5%;}


.caps{text-transform:uppercase;}

.col-lg-6 .col-md-6{padding: 0px 15px;}


.video { width: 50%; margin: auto; }

ol li { margin-left: -20px; }
.linked-url:hover {
    display: none!important;
}

html,body { overflow-x: hidden;
    overflow-y: visible;
}

.indent{
margin-left:10%;
}


.col-lg-3 {
    flex: 0 0 50%!important;
width:50%!important;
    max-width: 50%!important;}

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


.gallery-inline h2{display:none;}

.gallery-inline{padding:0% 15%;}

.finalists{padding:0% 8%; margin-bottom:30px;}


.larger{
    font-size: 150%;
    text-transform: uppercae;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;}

.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    font-size: 4em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}


.foot-links {
    font-size: 150%;
  
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
color:#fff;
}

.foot-links:hover{
opacity:.8;
color:#fff;
}


.sticky-top > #hero-plus-header {
  background-color: #011329;
text-align:center;
  position: fixed;
  width: 100%;
display:block;
}
/*Header Box*/
#hero-plus-header {  
background:#fff;
display:block;
}
.logo {
margin: 12px;
padding:10px 0px;
width:225px;
}



h2 { font-size: 1.4em; font-style: italic; }
h1{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2%;
    font-size: 1.34rem;
    text-align: left;
    color: #fff;
    }



li{
padding-bottom:10px;
}
.cright  { float: right; margin: 2%; width: 50%; }
.ctab, .ctab:visited {
    background:none;
    color: #e2172a !important;
    padding: 5px;
    font-size: 75%;
    font-weight: normal;
    text-transform:uppercase;
    display: inline-block;
    text-align: center;
    margin: 0px 20px;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    border-radius:0px;
    border-bottom: 1px solid #e2172a;
}
.ctab:hover { color: #fff !important; text-decoration:none;}
#gallery h2 {display:none;}
.card-body {display:none;}
#gallery {
    padding: 2% 5% 0% 2%;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding-top: 30px;
    margin-bottom: 0em;
    }

.gall-button{
width:100%;
max-width:100%;
display:block;
text-align:center;
padding:30px;
}
.right {
    width: 40%;
    float: right !important;
    margin: 1%;
}
.col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
}
.top{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 6% 40px;
    background: #188ccc;
    margin-bottom: 40px;
}

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

.tq {
    font-size: 150%;
    background: #110081;
    max-width: 100%;
    width: 100%;
    padding: 15px 25px;
    line-height: 139%;
    color: #fff;
    font-weight: bold;
}


.icons{
   background: #e2172a;
   color: #fff !important;
padding: 8px 12px;
    width: 40px;
    height: 40px;
display:inline-block;
font-size:1.25em;
margin:8px;
border-radius: 30px;
}

.icons:hover{
background: none;
color: #e2172a !important;
}
.video-inline {
    margin: 10px;
}
.foot-links2{padding:5px; margin: 10px; display: block; }
.foots { margin-left: -25px; }
#txt {padding: 3% 14%;text-align: justify;padding-bottom:2%;background: #011329; color: #fff; }
h3 { margin-top: 20px; font-size:1.25em; color:#000;}



/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
background: #011329; 
color: #fff; 
font-family:Montserrat,Arial,sans-serif;
}

.powered-container {
display: flex;
}

.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 Box*/
#hero-plus-footer {
    display: block;
background: #fff;
    padding-bottom: 50px;
    text-align: left;
font-family:Montserrat,Arial,sans-serif;
	font-size:14px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover { color: #0082cb; }

.link, .link:visited { text-decoration: none !important;
    background: #051746;
    padding: 10px 40px;
    width: 400px;
    margin: 10px auto;
    color: #fff;
    font-weight: bold;
    letter-spacing: 12px;
    font-size: 130%;
}

.link:hover { background: #0082cb;  color: #051746;}




.r-image{
width:100%; max-width:100%;
}

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

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

.video-inline{margin:0px; margin-bottom:20px;}
.cright { width: 100%; margin: 0; float: none; }
.center {
    width: 90%;
    max-width: 90%;
    margin: 2% 5%;
}

.gallery-inline{padding:0% 2%;}

.right {
    width: 100%;
    float: none;
    margin: 20px auto;
}
#txt2 { width: 100%; margin-left:0; float: none; }
.tq {
    float: none;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
.logo {
    margin: 0px;
    max-width: 100%;
    width: 140px;
}

h2{
margin-left:none;}

.tq {
    font-size: 115%;
    width: 753px;
    max-width: 100%;
    width: 100%;
    padding: 5px 2%;
    line-height: 139%;
    color: #fff;
    font-weight: bold;
}

.top {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 6% 20px;
    background: #188ccc;
    margin-bottom: 40px;
}

.foot-links {
    font-size: 120%;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
display:block;
}

#txt {
    padding: 4% 7%;
    width: 100%;
    max-width: 100%;
font-size:17px;
}

h1{font-size:135%; margin: 20px 0px; }

col-lg-12{
padding-left:5px;
padding-right:5px;
}

.larger {

    display: none;
}
.link { display: block; width: 300px; }
.ctab.ctab, .ctab:visited {
    margin: 0px;
    margin-left: 0px;
 
    padding: 10px;
  background:#96051e;
   color: #fff; 
   border:none;
    font-weight: 300;
    font-size: 90%;
    text-decoration: none !Important;
}


.ctab, .ctab:visited {
    margin: 0px;
    background: #000;
    padding: 10px ;
    border: 2px solid #3fffc1;
    color: #3fffc1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none !Important;
}

.sticky-top > #hero-plus-header {
    background-color: #edcfd7;
}



.container-fluid {
    width: 100%;
   padding-right: 0px; 
   padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#hero-plus-header {
    display: block;
    margin: 0px auto;
    text-align: center;
}
#hero-plus-body {font-size:100%;}
}