html, body { color: #21428D; font-family: proxima-nova, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior:smooth;}
/* .push-up {    position: relative; top: -38px;} */
.container-new { padding: 0; width: 100%; }
#content > .row { margin: 0; }
#content > .row > div { padding: 0 1.5% 12px; }
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 2px 3px;}
a:hover,
a:focus {text-decoration: underline;}
/* .button { background-color: rgba(201, 179, 157, .5); border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: rgba(201, 179, 157, .5); color: #fff; }
.button:focus { color: #fff; } */

a.body-link {text-decoration: underline; color:#333; padding: 2px 3px; }


#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 3px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }
.ada-element { left: -9999px; position: absolute; top: -9999px; }

/* Headers */
h1 { font-size: 2.5em; margin: 30px 0 10px; font-weight:600;}
h2 { font-size: 2em; margin: 12px 0 0; font-weight:600;}
h3 { font-size: 1.2em; margin: 25px 0 0; font-weight:600;}
/* h3.window-title {text-align: center;} */
h4 { font-size: 1em; margin: 20px 0 0;}
h4 span {font-weight:600; display: inline-block; padding-bottom: 5px !important;}
h5 { font-size: 1.4em; margin: 26px 0 0; }
h6 { font-size: 1.3em; margin: 26px 0 0; }

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }
img { max-width: 100%; }

/* Headers */
/* h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { font-size: 2.2em; margin: 12px 0 0; }
h3 { font-size: 1.8em; margin: 28px 0 0; }
h4 { font-size: 1.6em; margin: 28px 0 0; }
h5 { font-size: 1.4em; margin: 26px 0 0; }
h6 { font-size: 1.3em; margin: 26px 0 0; } */

/* Paragraphs & Lists */
/* p { line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; } */

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #c47; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #0e1c3d; }

/* Modal Window */
.close-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; position: fixed; top: -100%; transition: 0; width: 100%; z-index: 5000; }
.modal-window.showing { top: 0; transition: top 1s; }
.modal-window > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: block; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.window-title { padding: 6px 0; width: 90%; }
.modal-window > div { background-color: #fff; border: 1px solid #333; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; left: 12%; margin: 0; overflow: auto; padding: 28px 3% 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div .close-modal { background: transparent; border: 0; font-size: 3em; line-height: .6em; position: absolute; right: 10px; top: 16px; }
.modal-window > div .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }
/* Sign In Modal */




/* Tables */
table { border: 1px solid #333; margin: 14px 0; width: 100%; }
table tr th { border: 1px solid #333; padding: 2px 4px; }
table tr td { border: 1px solid #333; padding: 2px 4px; }

/* Quick Header */
.header { background-color: #fff; color: #fff; 
    padding: 40px 0px 20px 0px; 
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .fa.fa-bars, .fa.fa-times {color:#21428D;}
.header h1 { display: inline-block; font-size: 1.3em; margin: 0; }
.header .nav { float: right; top: 0; right: 0; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; 
    /* margin-left: 28px; */
    padding: 0px 10px;
 } 
.header li a { color: #333; display: block; }
.header li a:hover { color: #333; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }
button#mobile-menu {color: #333; margin-left: 20px;}

/* Quick Footer */
.footer { background-color: #21428D !important; 
    color: #fff !important; 
    padding: 25px 20px; 
   
    display:flex;
    align-items: center;}
.footer p { margin-top: 10px; }
.footer a {color:#fff !important; font-weight: 600; text-decoration: underline;}

.social-icons ul {list-style: none; padding:0px;}
.social-icons ul li {display: inline; padding: 0px 5px; }
/* Sticky Footer (uncomment if needed; set padding-bottom of ".container" to logical height based on what ends up in the footer) */
/* html, body { height: 100%; }
.container { min-height: 100%; padding-bottom: 60px; position: relative; }
.footer { background-color: #c47; bottom: 0; position: absolute; width: 100%; } */


/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/
/* Page Load */
.blue-bg {background-color: #F5FAFF;}
.header-container {padding-bottom:50px;}
nav.nav ul.nav-buttons li a {color:#fff; font-weight: 600; background-color:#21428D; padding:12px 18px; border-radius:3px; font-size:20px;}
nav.nav ul.nav-buttons li:nth-of-type(2) a {background-color:#7F7062 !important;}
nav.nav ul.nav-buttons li:nth-of-type(3) a {background-color:#B72821;}
nav.nav ul.nav-buttons li:nth-of-type(4) a {background-color:#39C4E5;}
nav.nav ul.nav-buttons li:nth-of-type(5) a {background-color:#D9DBDC; color: #21428D;}
.welcome {padding-left:120px;}
.welcome p {line-height:1.6em; font-weight:550; font-size:22px; }
.blueline {
    /* border-bottom: solid 2px rgb(0, 56, 101); */
    margin-bottom: 20px;
    height: 20px;
    background: url('../images/dashed-line.svg') no-repeat;
}

.page-ready {
    opacity: 0;
    transition: opacity 2.5s;  }

  .page-loaded {
    opacity: 1;
  }

/* Loading Screen */
.loading-screen {
    position:absolute; 
    top:0%; width:100%; 
    height: 100%; 
    background-color:#F5FAFF; 
    color:#21428D; 
    text-align:center; 
    font-size:40px; 
    font-weight: 600;
    transition: opacity 2.5s; 
    display:none;
}
.loading-container {margin:15% auto;}
.loading-screen img {width:20%;}



.centerme {text-align:center;}

.intro-logo{
    width:auto;

    height:auto;
}
/* .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom:50px;
} */
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    /* z-index: -1000; */
}

/* Iframe No Scroll */
#vr-btn {cursor: pointer;}
.no-scroll {position:relative; }
.no-scroll .no-screen {position: absolute; height: 99.2%; top:0; left:0; width:100%; background-color: rgba(0, 0, 0, 0.85); color:#fff;}
.no-screen-content {
    width:inherit; 
    height:inherit; 
    display:flex; 
    justify-content: center; 
    align-items:center;}



.no-scroll a#vr-btn {
    position:absolute;
    bottom: 4%;
    left:7%;
    background-color:rgba(255, 255, 255, .95);
    color:#333; 
    padding:7px 7px; 
    border:none;
    outline:none;
    }

    .no-scroll a#vr-btn:hover {text-decoration: none; background-color: rgba(0, 56, 101, .8);color:#fff;}



/* .no-screen-content {
    width:inherit; 
    height:inherit; 
    justify-content: flex-start; 
   } */


#intro.col-md-12 {padding: 40px !important;}
.intro-box {
    /* background-color: #E2EEFF; */
    padding: 5px 20px 20px 20px !important;
    border-radius: 10px;
}

.intro-header {
    margin: 20px 0px 20px 20px !important;
}

.section-header {width:fit-content;}

.section-divider {
    height:2px;
    background-color: #333;
    margin: 50px 60px 50px 60px;
}

span.underline {text-decoration: underline;}

/* a.resource-btn {color: #333; font-size: 16px; 
    background-color: rgba(201, 179, 157, .5);
    border-radius: 0px;
    margin: 10px 30px;}
a.resource-btn:hover {text-decoration:underline;} */

.resources {
    display:flex;
    align-items: top;
}
.resources a.button {
    margin: 2% 0%;
    width: 100%;
    display: block;
}
.resources a {
    text-align: center;
    font-size: 24px !important;
    font-weight: 600;
    color: #fff;
}

.resources h4 a {font-size: 1em !important; margin: 20px 0 0; color: #21428D !important; font-weight: 500;

}

.resources.col-sm-12.col-md-12 {padding:0;}
.button {
    font-size: 1.2em !important;
    min-height:100px;
    padding:15px 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #21428D;
}

/* .click-to-enter {border: 1px solid #fff; background-color: rgb(0, 56, 101) !important;} */

#resources {margin-bottom: 60px !important;}
.row.resource-row .col-sm-6.col-md-6 {padding-left:0 !important;}

.row.nav-container {margin:0 auto;}
.nav-img {text-align:center;}

.press-esc {text-align:center;background-color:#21428D; color:#fff; font-weight:600; font-size: 20px;}
.press-esc p {
    margin: 0px 0px 0px 0px; 
    padding: 15px;}

.contact-blue-bg {
    background-color: #F5FAFF; 
    border-radius: 5px;
    padding: 0px 0px 0px 40px; 
}

/* Down Arrow Animation */
.down-arrow-animation {
    -webkit-animation: ca3_fade_move_down 4s ease-in-out infinite;
    -moz-animation:    ca3_fade_move_down 4s ease-in-out infinite;
    animation:         ca3_fade_move_down 4s ease-in-out infinite;}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
  }
  @-moz-keyframes ca3_fade_move_down {
    0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,20px); opacity: 0; }
  }
  @keyframes ca3_fade_move_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
  }

  .img-gallery {position:relative; top:-7px; width:100%;}
  .footer-border {position:relative; top:5px;}
  .footer-border img {width: 100%;}


/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */


@media screen and (max-width: 1229px) {
    /* .thankyou {height: 286px;} */
    iframe {height: 500px!important}

}

@media screen and (max-width: 1200px) {
    /* Project Resources Styling */
    .resources a {font-size: 21px !important;}
}

@media screen and (max-width: 996px) {
    nav.nav ul.nav-buttons li a {padding: 10px 12px;}

}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.5em; margin: 20px 0 6px; }
    h2 { font-size: 1.7em; margin: 12px 0 0; }
    h3 { font-size: 1.4em; margin: 20px 0 0; }
    h4 { font-size: 1.3em; margin: 28px 0 0; }
    h5 { font-size: 1.2em; margin: 26px 0 0; }
    h6 { font-size: 1.1em; margin: 26px 0 0; }
    p, li { font-size: .9em; line-height: 1.3em; }
    .button { font-size: .8em; padding: 10px 12px 10px; }
    table tr { font-size: .8em; padding: 2px; }
    /* #content { } */
    .vertical-center > div { margin: 0; }

    /* Quick Mobile Menu */
    #mobile-menu { display: inline-block; }
    .header { height: 36px; padding: 8px 10px;  text-align:center; justify-content:left;}
    /* .header .nav ul { background-color: rgb(0, 56, 101); box-shadow: 2px 4px 8px -4px #000;  opacity: 0; position: absolute; right: 110%; top: 10px; width: 220px; z-index: 1;} */

    .header .nav ul {height: 100%;
        display: none;
        width:40%;
        position: fixed;
        z-index: 4000;
        top: 0;
        left: 60%;
        background-color: #1A3A83;
        overflow-x: hidden;
        padding: 60px 0 24px;}
   
        .menu-opened .header .nav ul { opacity: 1; right: 0; transition: left 0s, opacity .2s; }

    
    .header .nav li { border-top: .5px solid #fff; display: block; margin: 0; 
        /* padding: 15px;  */
        text-align: center; }
    .header li {padding: 0px !important;}
    .header .nav li:hover {background-color:rgb(0, 34, 61); color:#fff;}
    .header .nav li a:hover {color:#fff;}
    .header li a { color:#fff;}
    nav.nav ul.nav-buttons li a {padding: 20px 12px;}


    .no-scroll button {position:static;}
    .welcome {padding-left:15px; text-align: center; margin-top: 40px;}
    .welcome p{margin-top:50px;}
    /* .container-new {margin-top:40px;} */
    .intro-header {margin: 10px 5px 20px 5px !important;}

    iframe {height: 700px!important}
    
    .fa-bars:before, .fa-times:before {font-size:35px;}
    .fa.fa-bars, .fa.fa-times {padding-top:40px;}

    .col-sm-12.col-md-12 .col-md-4 {text-align: center;}
    
    #resources > div > div.resources.col-sm-12.col-md-12 > div.col-md-6.contact-blue-bg {margin-top: 20px;}

    .resources {display:block;}
    .button {min-height:auto;}
    .contact-blue-bg {padding: 30px 40px;}
    h3 {margin-top:0px;}

    img.intro-logo {max-width: 50% !important;}
    /* svg.svg-logo {max-width: 80% !important;} */
    
}

@media screen and (max-width: 750px) {
    img {max-width:100% !important;}
    .nav-img img{max-width: 40% !important;}
    .footer{display:block !important;}
}

@media screen and (max-width: 660px) {
    .window-title { padding: 0; }
    .modal-window > div { padding: 0 5% 28px; }
}




@media screen and (max-width: 640px) {
    iframe {height: 600px!important}
    
}

@media screen and (max-width: 500px) {
    h3, h4 {font-size: 18px !important}
    .resources h4 a {font-size: 16px !important}
    
}





/* Add if printing is necessary */
@media print {

}