html, body { color: #333; font-family: 'Helvetica Neue', sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior:smooth;}
.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: 1.8em; margin: 30px 0 2rem; font-weight: 600;} 
h2 { font-size: 1.9em; 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; }
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: 0px; width: 100%; font-size:15px;}
input[type="text"] { margin-bottom: 0px; 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: #fff; color: #fff; letter-spacing: .03em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #247b81; color:#fff;}

/* 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: 30px 30px 0px 30px; 
    position: relative; 
    display: flex;
    align-items: flex-end;
    }
    

.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; text-transform:uppercase; font-size: 11.2px; letter-spacing: 1.4px;}
.header li { display: inline-block; margin-left: 28px; }
.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 {display:flex; justify-content: space-between; align-items: center;}
.footer { background-color: #202020 !important; color: #fff; padding: 14px 20px; margin-top: 100px;}
.footer p { margin: 0; text-transform: uppercase;}
.footer img {width: 15%;}

/* 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 */

.welcome p { line-height:1.8em; margin-top:40px;}
.blueline {border-bottom: solid 5px #2c9199;
    margin-bottom: 20px;}
.page-ready {
    opacity: 0;
    transition: opacity 1s;  }

  .page-loaded {
    opacity: 1;
  }


.centerme {text-align:center;}

.tva-logo{
    width:15%;
    padding-top:5px;
    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 */
.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.65);}
.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:10px 10px; 
    border:none;
    outline:none;
    }

    .no-scroll a#vr-btn:hover {text-decoration: none; background-color: #247b81;color:#202020 !important;}



/* .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 50px !important;
}

.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 a.button {
    margin: 2% 0%;
    width: 100%;
    display: block;
    
}
.resources a {
    text-align: center;
    font-size: .9em !important;
    color: #333;
}
.button {
    font-size: 1.2em !important;
    padding:15px 16px;
    color: #202020;

    border: 1px solid black;
    
}

.click-to-enter {border: 1px solid #202020; transition: background-color .2s, color .2s;}
button #vr-btn.click-to-enter:hover{color:#333 !important; background-color: #247b81 !important;}

#resources {margin-bottom: 60px !important;}

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

.press-esc {text-align:center;background-color:#2c9199; color:#fff;}
.press-esc p {margin: 50px 0px 0px 0px; padding: 15px;}

a.contact-link {color: #202020; text-decoration: underline; padding:0;}

/* Styling for Zoho Signin & Comments */

.zcwf_button {font-size: 1em !important;
    padding:15px 16px;
    color: #202020;
    
    border: 1px solid black;}

.container.thankyou {
 margin-top: 20%;
    }


/*********************************************/
/****** 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: 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;  }
    /* .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: rgb(0, 56, 101);
        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 .nav li:hover {background-color:rgb(0, 34, 61); color:#fff;}
    .header .nav li a:hover {color:#fff;}
    .header li a { color:#fff;}


    .no-scroll button {position:static;}
    .welcome p{margin-top:50px;}
    .container-new {margin-top:40px;}
    .intro-header {margin: 10px 5px 20px 5px !important;}

    iframe {height: 700px!important}
}



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





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

}