body {
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	font-size:16px;
	color: #000;
}
p { margin: 0 0 10px; }
.sub-menu-parent, .relative { position: relative; }

.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  background-color: #ccc;
  width: 130px;
  visibility: visible; 
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  
 /* transition-delay: 0s, 0s, 0.3s; */
}
nav {font-family: Oswald; font-size: 14px;}
nav a { color: #888; display: block; padding: 0.5em 1em; text-decoration: none; }
nav a:hover { color: orange; }
nav ul,
nav ul li { list-style-type: none; padding: 0; margin: 0; }

nav {  justify-content: right; text-align: right; }
nav > ul > li { display: inline-block; border-left: solid 1px #aaa; }
nav > ul > li:first-child { border-left: none; }

.sub-menu {
  background: #DDD;
}
.sub-menu li{
  background: #DDD;
  border-bottom: solid 1px #333;
}

.nav .container{ position: relative; padding-top: 10px; padding-bottom: 10px; margin-bottom: 0;}
.nav .container nav>*{display: inline-block;}
.nav .logo{
    color: #888;
    position: absolute;
    top: 10px;
    left: 0;
    height: 50px;
    z-index: 5;
    background: url(../images/c.png) no-repeat;
    font-size: 24px;
}
.logo>span{
    margin-left: 60px;
}


/*=====================
2-General Styles
======================*/
.lt-ie9 .animated {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important;
	transform: none !important;
}
section{ padding: 50px 0 }
img {
	max-width: 100%;
	height: auto;
}
ul{	margin:0;}
a { outline: none !important; }
a:hover{color: #000 !important;}
h1, h2, h3, h4, h5, h6 {
	    font-family: 'Open Sans',oswald,Helvetica, Arial, sans-serif;
	    font-weight: 500;
	    line-height: 1.1;
	    margin:10px 0;
	    text-transform: uppercase;
	    color: inherit
	}

	h1 { font-size: 72px; }
	h2 { font-size: 48px; }
	h3 { font-size: 36px; }
	h4 { font-size: 26px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.btn-default{
	background:#46505c;
	color:#fff;
}
.btn{
	padding:6px 15px;
    background: #0B90E1;
	border-radius:0;
    text-align: center;
    border:2px solid #ADC7E8;
	text-transform:inherit;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.btn-blk{
	padding:8px 40px;
    background: rgba(45,45,45,1);
	border-radius:5px;
	font-weight:bold;
    text-align: center;
    border:1px solid #333333;
	text-transform:inherit;
    font-size: 16px;
    position: relative;
    font-family: arial;
    font-weight: bold;
    box-shadow: inset 0px 1px 0px #a7a7a7,inset 0 -1px 2px #090b0d;
    text-shadow: 1px 1px #000000;
}
.btn-tranparent{
	border:1px solid #7cbf1d;
	border-radius:3px;
	text-decoration:none !important;
}
.btn-white{
    background:#fff;
    color:#707070;
}
.btn-wide{
	width:100%;
}
.btn-md{
	width:30%;
}
.btn:hover{
	text-shadow:1px 1px rgba(0,0,0,0.2);
	border-color:#000;
	border-color:rgba(0,0,0,0.2);
    background: #fff;
    color: #000 !important;
}
.text-extralight{
	font-weight:100 !important;
}
.text-light{
	font-weight:300 !important;
}
.text-semibold{
	font-weight:600 !important;
}
.text-bold{
	font-weight:700 !important;
}
.text-extrabold{
	font-weight:800 !important;
}
.text-uppercase{
	text-transform:uppercase !important;	
}
.text-lowercase{
	text-transform:lowercase !important;	
}
/*===============================================
Form Styling
=================================================*/
form{
	margin-bottom:30px;
}
form .btn{
	padding-top:10px;
	padding-bottom:10px;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],textarea{
	width:100%;
	border:none;
	height:41px;
	padding:12px;
	text-transform:inherit;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    border-radius: 5px;
    border: 2px solid #1e1e1e;
}
input[type="text"].tranparent,input[type="tel"].tranparent,input[type="email"].tranparent,input[type="password"].tranparent,textarea.tranparent{
	background:none;
	border:1px solid #7cbf1d;
	color:#7cbf1d;
}
textarea{
	height:180px;
	padding:25px 35px;
}
label{
	color:#8e9297;
}
label.tranparent{
	color:#8e9297;
}
/*==============================================
Spacing Helping Classes
===============================================*/
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}
.mb-35{ margin-bottom:35px;}
.mb-40{ margin-bottom:40px;}
.mb-45{ margin-bottom:45px;}
.mb-50{ margin-bottom:50px;}
.mb-55{ margin-bottom:55px;}
.mb-60{ margin-bottom:60px;}
.mb-65{ margin-bottom:65px;}
.mb-70{ margin-bottom:70px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-45{ margin-top:45px;}
.mt-50{ margin-top:50px;}
.mt-55{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:70px;}

/*==========================
parallax
==========================*/

.parallax {
	overflow: hidden;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 0;
	background:#ADC7E8;
}
.overlay {
	background: rgba(255,255,255,0.50);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.poverlay {
    background: url(../images/overlay01.png);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.parallax_inner {
	position: relative;
	padding-top: 25px;
	/*padding-bottom: 25px;*/
	min-height:250px;
}
.parallax_inner button { 
	margin-right: 25px;
	}
.parallax_one {  background-image: linear-gradient(to bottom right, #888, white); }
.parallax_two {  background-image: linear-gradient(to bottom, #555,white); }
/*=======MAin=======*/
.hype header a img{max-width: 165px;}
.hype header a {margin-right: 33px;}
.hype header{font-size: 18px;}
.features h2{letter-spacing: 2px;}
/*.icon {
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    border: 3px solid #000;
    margin-top: 13px;
}*/
.hype .feature .pad{padding-left: 90px;}
.hype .feature h5{margin-bottom: 0;}
.hype .feature p{color: rgb(148, 148, 148);}
.hype .feature span{position: relative; display: block; margin-bottom: 25px;}
.hype .feature span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom:-13px;
    width: 90%;
    height: 1px;
    background:  rgb(148, 148, 148);
}

.services{padding: 35px 0;}
.service{margin-bottom: 50px;}
.service span{
    font-size: 50px;
    color: #0B90E1;
    margin-bottom: 15px;
}
.services .head-pos{display: none;}
.service h5{
    letter-spacing: 5px;
    color: #000;
    line-height: 30px;
}
.services .head{
    background: #352D2F;
    color: #fff;
    position: relative;
    padding: 25px/* 5px 30px 5px*/;
}
.services .head span{font-size: 48px;  color: #0B90E1;}
.services .head .icon{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    text-align: center;
}

.hype .promo .parallax_inner{padding-bottom: 0;}
.hype .promo.style2 .pos{position: relative;}
.hype .promo.style2 {padding-bottom: 120px; background: #f5f5f5;}
.hype .promo.style2 figure{
    position: absolute;
    right: 0;
    bottom: -112px;
}
.hype .subscribe input{width: 70%; float: left; border-radius: 4px 0 0 4px;}
.hype .subscribe button{
    width: 30%;
    border-radius:0 4px 4px 0;
    background-color: #2d2d2d;
    background: -webkit-linear-gradient(#2d2d2d,#030303);
    background: -moz-linear-gradient(#2d2d2d,#030303);
    background: -ms-linear-gradient(#2d2d2d,#030303);
    background: -o-linear-gradient(#2d2d2d,#030303);
    background: linear-gradient(#2d2d2d,#030303);
    box-shadow: inset 0px 1px 0px #464646,inset 0 -1px 2px #000000;
    text-shadow: 1px 1px #000000;
    border: 1px solid #333333;
    color: #fff;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    float: left;
}
.hype .subscribe .notify{max-width: 350px; margin: auto; margin-top: 65px;}

.hype footer span{color: #fff;}
.hype footer{background: #000000; color: #a9a9a9; font-size: 18px; padding: 20px 0;}

/*=========================
Responsive
==========================*/
/*===Break Point===*/
@media (max-width: 1199px) {
}
/*===Break Point===*/
@media (max-width: 990px) {
    .hype .promo.style1 figure{margin-top: 25px;}
    .hype .promo.style2 figure{display: none;}
    .hype .promo.style2{padding-bottom: 50px; text-align: center;}
}
/*===Break Point===*/
@media (max-width: 767px) {
    .hype header figure,.hype .promo.style1 figure{ display: none; }
    .hype header .container{margin-top: 0;}
    .hype .promo.style1 .item{text-align: left !important; margin: 0 0 70px 0;}
    .hype .promo.style1 .container{margin-top: 0;}
    .hype .promo figure{margin-bottom: 30px;}
    .head {display: none;}
}
/*===Break Point===*/
@media (max-width: 600px) {
    h1{font-size: 30px;}
    .hype header a img{max-width: 128px;}
    .hype header a{margin-right: 20px;}
    .hype .socials li::after{display: none;}
    .hype .socials li{margin: 0 5px;}
}
/*===Break Point===*/
@media (max-width: 360px) {}


.section-highlights{
    background-image: url(../images/digital-media-phone.jpg);
    position: relative;
    background-size: cover;
}


.arrow-right{
    float: right;
    background: url(../images/icon-arrow.svg);
    height: 25px;
    width: 45px;
    margin-top: 10px;
}
.icon-check{
    background: url(../images/icon-check.svg);
    height: 25px;
    width: 32.29px;
    background-repeat: no-repeat;
}
.icon-check-black{
    background: url(../images/icon-check-black.svg);
    height: 25px;
    width: 32.29px;
    background-repeat: no-repeat;
}
i{margin: 10px 10px;}

.icon-monitor{
    background: url(../images/icon-monitor.svg);
    background-repeat: no-repeat;
    height: 53px;
    width: 54px;
}

.icon-message{
    background: url(../images/icon-message.svg);
    background-repeat: no-repeat;
    height: 55px;
    width: 56px;
    display: inline-block;
}

.icon-map{
    background: url(../images/icon-map.svg);
    background-repeat: no-repeat;
    height: 54px;
    width:45px;
}

.icon-chevron{
    background: url(../images/icon-chevron.svg);
    background-repeat: no-repeat;
    height: 54px;
    width:54px;
}

.icon-people{
    background-image: url(../images/icon-3people.svg);
    height: 50px;
    width: 50px;
}


.blue{color: #0B90E1}




@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 90%; /* Full width */
  height: 90%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modal.fade .modal-dialog{
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    -o-transform:translate(0, -25%);
    transform:translate(0, -25%);
    -webkit-transition:-webkit-transform 0.3s ease-out;
    -o-transition:-o-transform 0.3s ease-out;
    transition:transform 0.3s ease-out
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  background-color: rgb(255,255,255); 
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}



.mapContainer{
        width: 237px;
        height: 480px;
        position: relative;
}
.phoneOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 237px;
    height: 480px;
    background: linear-gradient(45deg, lightgrey, whitesmoke);
    z-index: 20;
    clip-path: path("M192.266,0H41.438C18.556,0,0,18.554,0,41.437v396.134c0,22.895,18.556,41.438,41.438,41.438     h150.829c22.883,0,41.438-18.543,41.438-41.438V41.436C233.704,18.554,215.149,0,192.266,0z M225.415,437.571   c0,18.277-14.871,33.148-33.148,33.148H41.438c-18.278,0-33.149-14.871-33.149-33.148V41.436c0-18.278,14.871-33.149,33.149-33.149      h18.959c-0.106,0.386-0.163,12.949-0.163,12.949c0,3.948,5.329,7.16,11.913,7.16h90.125c6.582,0,11.912-3.211,11.912-7.16    c0,0-0.057-12.563-0.164-12.949h18.248c18.277,0,33.148,14.871,33.148,33.149v396.135H225.415z");

}

.phoneClip{
    position: absolute;
    top: 0;
    left: 0;
    width: 237px;
    height: 480px;
    background: maroon;
    clip-path: path("M225.412,41.439v396.13c0,18.28-14.87,33.15-33.15,33.15H41.441c-18.28,0-33.15-14.87-33.15-33.15     V41.439c0-18.28,14.87-33.15,33.15-33.15h150.831C210.542,8.289,225.412,23.159,225.412,41.439z")
}

#imgPopup{
    position: absolute;
    top: 100px;
    left: 18px;
    width: 200px;
    height: auto;
    z-index: 25;
}

.wayfindingHeader{
    padding: 50px 0;
}
.cibola {
    border: 1px solid #fff;
    font-size: 24px;
    padding: 5px 45px;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    letter-spacing: 2px;
}

.wayfindingHeader a:visited {color:#f5f5f5}
.wayfindingHeader-content{
    position: relative;
     padding-top: 150px;
}

.wayfindingHeader-content p{
    font-size: 16px;
}
.parallax_dark{
    /*background: #676767;*/
    background-image: url("../images/parallax1.jpg");
    background-position: center; 
    background-size: cover;
}

.trial{
    margin-bottom: 100px;
}
/*.trial Form{
    position: relative;
    margin: 0;

}*/
.trial Form input{
    height: 38px;
    width: 100%;
    color: #7db1cf;
    border-radius: 0;
    padding: 10px 145px 10px 10px;
}
.trial Form button{
    position: absolute;
    right: 0;
    background: #AFAFAF;
    font-size: 16px;
    color: #fff;
    padding: 8px 37px;
    margin: 0;
}
.trial Form button:hover{
    background: #232323;  
}

.error{
    background: white;
    color: darkred;
}
.error{
    background: white;
    color: green;
}

.st0{fill:#F5F5F5;stroke: #AFAFAF; stroke-width: 2}
.st1{fill:none;stroke:AFAFAF;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;}
.st2{fill:none;stroke:orange;stroke-width:4}

input[name="postpage"]{display: none; color: yellow}