[id*="custom-html"] {padding:0 !important;}
[class*="zyx-paragraph--hero"] h2 {display: none;}
[class*="zyx-paragraph--hero"] .col-md-5{width: 100%;}
.text-show {display: block !important;}
#top-hero {padding:0 !important; position: relative; height:500px; overflow:hidden; }
#top-hero .row{align-items: center; height: 500px;}
#top-hero h1{display: none;}
.top-header-cover {position: absolute; top: 0; left: 0; width: 100%; height: 500px; background: rgba(73,73,73,0.7); z-index: 1;}
.top-header-canvas {position: absolute; top: 0; left: 0; width: 100%; height: 500px; overflow: hidden; z-index: 0;}
.top-header-canvas video {min-width: 100%; min-height: 100%;}
.top-header-canvas .imgage {position: absolute; top: 0; left: 0; height:500px; overflow: hidden;}
.top-header-canvas .imgage img{width: 100%; height:500px; object-fit: cover; background-size: cover;}
.top-header-title {position: relative; z-index: 5;}

/* Navigation Bar */
.navScrolled {position: fixed !important;top: 0;z-index: 1000;}
nav.second-nav {background-color: #eeeeee; width: 100%; overflow: hidden; padding: 14px 0; position:relative;}
nav.second-nav ul {width: max-content; margin:0 auto; text-align: center;}
nav.second-nav ul li {display: inline-block;padding: 0 5px;}
nav.second-nav ul li a {color: #404040; border-radius: 50px; padding: 5px 25px; display: inline-block; font-weight:normal;}
nav.second-nav ul li a:hover:before, .second-nav ul li a:before {text-decoration: none; height: 0 !important;}
nav.second-nav ul li.active a, nav.second-nav ul li a:hover {background-color: #00b2ff;color:#fff; text-decoration: none; }
nav.second-nav ul li a.border-adjusted, nav.second-nav ul li a.color-adjusted{color: #404040 !important; background-color: transparent!important;}
nav.second-nav ul li.active a.color-adjusted, nav.second-nav ul li.active a.border-adjusted, nav.second-nav ul li a.color-adjusted:hover, nav.second-nav ul li a.border-adjusted:hover{color: #fff !important; background-color: #003eab!important;}
@media screen and (max-width: 992px) {
	nav.second-nav {overflow-x: scroll;}
}
/* End Navigation Bar */

#overview h3{display: none;}

/*Video pop-up*/
.show {display: flex !important;}
.popup {display: none;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.9);justify-content: center;align-items: center;position: fixed;top: 0;left: 0;z-index: 1050;}
.popup .video{margin: 0 auto; width:71vw; height:40vw; text-align:center;max-height: calc(100vh - 60px);}
#video .close, #air-video .close{position: absolute;border: 0;outline: none;cursor: pointer;background: none;font-size: 50px;z-index: 1;top: 0;right: 1%;color: #fff;opacity: 1;margin: 0;padding: 0;}

