@charset "utf-8";
/* CSS Document */
body, section#content{overflow-x:hidden;}
.flex-row{
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display:flex;
}
/*Fonts*/
 .avenir{
	 font-family:'Nunito Sans', sans-serif;;
}
/*Brandon Grotesque*/
 .brandon-grotesque,.brandon{
	 font-family: brandon-grotesque, sans-serif;
	 font-weight: 900;
	 font-style: normal;
	 text-transform:uppercase;
}
/*Hesland*/
@font-face {
  font-family: 'Hesland Regular';
  src: 
       url('https://www.coloradomesa.edu/_files/fonts/hesland/hesland-regular.woff') format('woff');
}
.hesland,.cursive,.location{font-family:'Hesland Regular', cursive; text-transform:none;}

/* Matahari Mono*/
/*@font-face {
    font-family: 'mataharimono-800extrabold';
    src: url('https://www.coloradomesa.edu/fonts/matahari-mono/mataharimono-800extrabold-webfont.woff2') format('woff2'),
         url('https://www.coloradomesa.edu/fonts/matahari-mono/mataharimono-800extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
.mataharimono, .montserrat{
   font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/*Custom Sections*/
.custom-wrapper{margin-bottom:50px;}
/*Hero*/
#hero{
    position: relative;
    height: 87vh;
	color:#fff;
	min-height: 750px;
}
#hero .hero-image{
    height: 100%;
    text-align: center;
    color: #fff;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);*/
}

.paper-tear {
    background-image: url('https://www.coloradomesa.edu/landing-images/cmu-mavroon-pagetear.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
    z-index: 2;
}
.video-bg-image {
    /*background-image: url("https://www.coloradomesa.edu/landing-images/cmu-elbow-bump.jpg");
    background-size: cover;*/
    margin: 10%;
}

.location{
	position:absolute;
	left:80px;
	bottom:80px;
	padding-left:40px;
	line-height:33px;
	font-size:2em;
	text-shadow:0px 2px 7px rgba(0,0,0,.3);
	color:#fff;
}
.location:before{
	content:'';
	width:32px;
	height:45px;
	background-image:url(https://www.coloradomesa.edu/landing-images/pin.png);
	background-repeat:no-repeat;
	background-size:26px;
	position:absolute;
	left:0px;
}
#hero h1{color:#000; text-transform:uppercase; font-size:4em; margin-top:50px; text-align:left; display:inline-block;}
#hero p{text-align:left;}
#hero .hero-sub-title{text-transform:none; font-size:1.4em; font-weight: initial;}
.middle-align{
	position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	/*text-shadow:0px 2px 3px rgba(0,0,0,.4);*/
}

#hero .video a{
    color: #000;
    font-size: 1.2em;
    /*position: relative;*/
    padding-top: 100px;
    /* margin-top: 50px; */
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
#hero .video a:before{
    content: '';
    width: 98px;
    height: 98px;
    background-color: #004381;
    border-radius: 50%;
    box-shadow: 0px 2px 3px rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	margin-top:0px;
	transition:all .3s ease-in-out;
}
#hero .video a:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 34px solid #fff;
    position: absolute;
    top: 32px;
    left: 0;
    right: -9px;
    margin: 0 auto;
}
#hero .video a:hover{text-decoration:none; cursor:pointer;}
#hero .video a:hover:before{width:105px; height:105px; margin-top:-5px;}
/*CTA*/
 
 .lconv-cta-bar{
	 background-color: #fec603;
	 padding: 40px 0;
	 color: #fff;
	 overflow: hidden;
	 margin-bottom: 50px;
	 transition:all .3s ease-in-out;
	 position:relative;
	 z-index:9990;
}
.lconv-cta-bar.is_stuck{padding:20px 0;}
 .left-text{
    float: left;
    width: 55%;
    margin-right: 3%;
    font-size: 1.3em;
    color: #004381;
    text-align: center;
}
 .left-text .waive{
    margin-top: 1.5%;
    display: inline-block;
    font-size: 1.2em;
}
 .right-button{
	float:left;
	 width:42%;
	 text-align:center;
}
 .right-button a{
	 background-color: #004381;
	 padding: 23px;
	 line-height: 19px;
	 text-transform: uppercase;
	 font-size: 1.2em;
	 text-decoration: none;
	 display: block;
	 color:#fec603;
	     width: 48%;
    float: left;
}
 .right-button a.secondary-cta{
         border: 2px solid #004381;
    background: transparent;
    color: #004381;
    width: 48%;
    float: left;
    padding: 21px;
    margin-right: 4%;
 }
 .right-button a:hover{
	color:#fec603;
}
 .right-button a.secondary-cta:hover{
     background-color:#004381;
 }
/*3-column Statistics*/
.stat-wrapper{
	padding: 40px;
    text-align: center;
    color: #004381;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.stat-icon{
	margin-bottom:15px;
}
.stat-desc{
	padding-top: 50px;
    position: relative;
}
.stat-desc:before{
	content:'';
	background-image:url('https://www.coloradomesa.edu/landing-images/divider.png');
	width:138px;
	height:17px;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin:0 auto;
}
/*Cost Widget*/
.cost-widget{
	text-align: center;
    background-color: #004381;
    color: #fff;
    padding: 70px;
    padding-top: 40px;
}

.cost-title{
    margin-bottom:50px; 
    font-size:1.5em;  
    line-height:1.2;
    background: #004381;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-top:30px;
}
.cost-widget a{color:#fff !important; border-color:#fff !important;}
.cost-widget .mb-2{margin-bottom:10px;}
.cost-widget ul.table-cells{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:30px;
}
.cost-widget ul.table-cells li{
	overflow: hidden;
    padding: 10px;
    background: #115fa7;
    margin-bottom: 5px;
}
.cost-widget ul.table-cells li .cell-label{float:left;}
.cost-widget ul.table-cells li .cell-data{float:right;}
.cost-widget .row{
	display:table;
	width:100%;
	margin:0;
}
.cost-widget .col-md-6{
	padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    float: none;
    display: table-cell;
    vertical-align: top;
}
.cost-widget .row{
	background-image: url("https://www.coloradomesa.edu/landing-images/dash.png");
	background-repeat:repeat-y;
	background-position:center;
}
.table-title{font-size:1.2em; margin-bottom:10px; padding-top:10px;}
.disclaimer{font-size:.85em; padding-bottom:10px; } /*position:absolute; bottom:10px; left:30px; right:30px;*/
/*Tuition Map Widget*/
#tuition-map-wrapper{
    text-align:center;
    max-width:900px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
}
#tuition-map-wrapper h2.brandon{
    color:#004381;
}
#tuition-map-wrapper p{font-size:1.2em; margin-bottom:20px;}
.map-legend{padding:0px; margin:0px; list-style:none; width:100%; text-align:center;}
    .map-legend .legend{padding-top:30px; position:relative; display:inline-block; margin:0 10px 25px 10px;}
    .map-legend .legend:before{
    content:'';
    width:20px;
    height:20px;
    position:absolute;
    border-radius:40px;
    left:0px;
    top:0px;
    right:0px;
    margin:0 auto;
    background-color:#aea295;
    }
.map-legend .legend.wue:before{
    background-color:#004381;
}
.map-legend .legend.mp:before{
    background-color:#004078;
}
/*Text w/ photo widget*/
.text-photo-widget{display:table; height:100%;}
.text-photo-widget .row{
	width:100%;
	display:table-row;
	margin:0;
	height:100%;
}
.text-photo-widget .col-md-6{
	float: none;
    display: table-cell;
    vertical-align: top;
    height:100%;
}
.text-photo-widget{
	background: #3A4346;
    padding: 60px;
    color: #fff;
}
.text-photo-widget .photo-right{display:inline-block; height:100%;}
.text-photo-widget .photo-right .border-image{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-repeat:no-repeat;
	background-position:center;
}
.text-photo-widget .content-left{margin:50px 15px 50px 0px;}
.text-photo-widget .content-left .title{
	margin-bottom:30px;
}
.text-photo-widget .content-left .title .main-title{font-size:1.6em;}
.text-photo-widget .content-left .title .sub-title{font-size: 1.6em; line-height: 20px;}
.text-photo-widget .content-left a.button-link{
	margin:20px 0px; 
	color:#fff; 
	border:2px solid rgba(255,255,255,.4); 
	border-bottom:2px solid rgba(255,255,255,.4) !important; 
	text-decoration:none; 
	padding-right:50px !important; 
	transition:all .3s ease-in-out; 
	background-color:transparent !important;
	position:relative;
}
.text-photo-widget .content-left a.button-link:after{
	content:'\e080';
	font-family:'Glyphicons Halflings';
	position:absolute;
	right:20px;
	top:50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	text-shadow:0px 2px 3px rgba(0,0,0,.4);
	text-shadow:none;
}
.text-photo-widget .content-left a.button-link:hover{border:2px solid rgba(255,255,255,1); border-bottom:2px solid rgba(255,255,255,1) !important; cursor:pointer;}
/*Horizontal Option Tiles*/
#get-started{overflow:hidden; margin-top:20px;}
#get-started .gs-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    color:#004381;
}
#get-started .yellow-divider{
    width: 60px;
    height: 4px;
    background-color: #fec603;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
}
.op-tile-wrap{
    background-color: #3a4346;
    padding: 33px;
    text-align: center;
    border-radius:4px;
    margin-top: 115px;
    position:relative;
    z-index:2;
}
.op-tile-wrap:after{
    content:'';
    background-image: url(https://www.coloradomesa.edu/_files/images/landing-conversion/tile-shadow.png);
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
    height:32px;
    position:absolute;
    left:0;
    right:0;
    bottom:-32px;
}
#get-started .or{
    position: absolute;
    text-transform: uppercase;
    top: 60%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
    height: 80px;
    width: 80px;
    background-color: #eaeaea;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 1.6em;
    z-index:100;
}
#get-started .row .col-md-4:last-child .or, #get-started .row .col-md-6:last-child .or{display:none;}
.op-tile-title {
    background-image: url(https://www.coloradomesa.edu/_files/images/landing-conversion/ns-back.png);
    width: 184px;
    height: 184px;
    padding: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 17px;
    margin: -125px auto 22px auto;
}
.op-tile-title span{
    display:block;
    position:relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.op-tile-content{
    color:#eaeaea;
    line-height: 20px;
    height:80px;
}
#get-started .yellow-button{
    color: #3a4346;
    background-color: #fec603;
    margin-top: 30px;
    display: block;
    line-height: 67px;
    text-transform: uppercase;
    font-size: 1em;
    border-bottom:none;
}
#get-started .yellow-button:hover{cursor:pointer; border-bottom:none !important;}
/*Pre-footer*/
#pre-footer{position:relative;}
#pre-footer .fade{width:100%; height:171px; margin-bottom:-171px; z-index:2; position:relative; background-image:url(https://www.coloradomesa.edu/landing-images/fade.png); background-repeat:repeat-x; background-position:top; opacity:1;}
#pre-footer .footer-background{    height: calc(40vh + 171px); background-position: center; position:relative; z-index:1;}
#pre-footer .callout, #content .callout{
	background: #004381;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
	position:relative;
}
#content .callout{margin-top:30px; margin-bottom:30px;}
#content .full-custom-callout.callout:before {
    left: -9999em;
    background: #004381;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -9999em;
    z-index: -2;
}
#pre-footer .callout h2, #content .callout h2{
	margin: 0px;
    color: #fff;
    margin-left: 15px;
    font-size: 1.5em;
    margin-top: 10px;
}

#pre-footer .callout:before{
	content:'';
	width: 0; 
  	height: 0; 
  	border-left: 28px solid transparent;
  	border-right: 28px solid transparent;
  	border-bottom: 25px solid #004381;
	position:absolute;
	top:-25px;
	left:0;
	right:0;
	margin:0 auto;
	z-index:2;
}
#pre-footer .callout a.cta-button, #content .callout a.cta-button, #hero a.cta-button{
    color: #2d2d2d;
    display: block;
    background-color: #fdd200;
    padding: 25px;
    transition: background-color .3s ease-in-out;
    text-decoration:none;
    text-shadow:none;
}
#hero a.cta-button{margin-top:10px; padding:20px;}

#content .callout a.cta-button{
    max-width: 300px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
}
#pre-footer .callout a.cta-button:hover, #content .callout a.cta-button:hover, #hero a.cta-button:hover{
    background-color:#FEBA03;
    text-decoration:none;
    cursor:pointer;
}
/*Footer*/
.footer{margin:0; text-align:center;}
.footer p.social img{max-width:45px;}

/*Media Queries*/
@media (min-width:868px){
	.custom-video-modal .modal-dialog {
    width: 800px;
	}
} 


 @media (max-width:1199px) {
	 .container{max-width:980px;}
	 .middle-align{font-size:.9em;}
	 #hero h1, #hero .video a{margin-top:20px;}
	 .location{left:50px; bottom:50px;}
    .cost-widget{padding:20px;}
    .cost-widget .col-md-6{padding-left:20px; padding-right:20px;}
}
 @media (max-width:991px) {
	.container{max-width:750px;}
	 #hero .location{display:none;}
	 #hero h1, #hero p {text-align:center;}
	 
	 .lconv-hero .cta-button{
		margin-top:0px;
	}
	 .left-text{
		float:none;
		 width:100%;
		 margin-right:0px;
		 text-align:center;
		 margin-bottom:15px;
		 line-height:28px;
	}
	 .left-text .waive{
	     margin-top:0px;
	     font-size:1em;
	 }
	 .right-button{
		float:none;
		 width:100%;
	}
	 .stat-wrapper{
		margin-bottom: 20px;
		max-width: 300px;
		margin: 0 auto 20px auto;
		padding: 50px 25px;
	 }
	 #get-started .or{display:none;}
	 .text-photo-widget .col-md-6{height:auto;}
	 .cost-widget .col-md-6, .cost-widget .row, .text-photo-widget .col-md-6, .text-photo-widget .row{display:block; width:auto;}
	 .cost-widget .col-md-6:first-child{border:none;}
	 .text-photo-widget .content-left{margin:0px;}
	 .text-photo-widget .col-md-6:nth-child(2){
		padding-bottom: 60%;
    	margin-top: 20px;
	 }
	 .cost-widget{padding:30px; padding-top:10px;}
	 .cost-widget ul.table-cells li{font-size:.9em;}
	 .cost-title {margin-bottom:20px;}
     .cost-widget .row{background-image:none;}
     #pre-footer .callout h2{
         font-size:1em;
         margin:0;
     }
     #pre-footer .callout .cta-button{
         margin-top:15px;
     }
}

 @media (max-width:767px){
	 .lconv-mobile-waive{
		 background:#fec603;
		 padding:15px;
	 }
	 .left-text{margin-bottom:0px;}
	 .lconv-cta-bar{padding:15px;}
	 .lconv-cta-bar.is_stuck{padding:15px;}
	 .cost-widget .col-md-6{padding-left:15px; padding-right:15px;}
	 .location{
		left: 0;
		bottom: 50px;
		right: 0;
		text-align: center;
		padding: 0;
	 }
	 .location:before{display:none;}
	 #pre-footer .footer-background{height: calc(20vh + 171px);}
	 .text-photo-widget{padding:20px;}
	 .paper-tear{
	   width: 100%;
       margin-left: 0;
	 }
	 .stat-wrapper{padding:0px 25px;}
	 #hero h1{font-size:1.8em;}
	 #hero {
    height: auto;
    min-height: auto;
	 }
	 #hero .middle-align{
	         position: relative;
    top: auto;
    transform: none;
    padding: 50px 31px;
    left: 0;
	 }
	 #hero a.cta-button{font-size:1.4em;}
	 .right-button a{padding:13px; font-size:.9em;}
	 .right-button a.secondary-cta{padding:11px; font-size:.9em;}
}
 @media (max-width:480px){
     #logo{width:250px;}
     .middle-align{font-size:.6em;}
     #hero .video a{padding-top:90px;}
     #hero .video a:before{
         width:78px;
         height:78px;
         top:10px;
     }
     #hero .video a:hover::before {
        width: 85px;
        height: 85px;
        margin-top: -3px;
    }
     .cost-widget{padding:15px;}
     .cost-widget ul.table-cells li{font-size:.75em;}
     .cost-widget .col-md-6{padding-bottom:0px; padding-left:0px; padding-right:0px;}
     .disclaimer{
        position: relative;
        left: 0;
        right: 0;
        margin-top: 20px;
     }
     .lconv-cta-bar, .lconv-cta-bar.is_stuck{padding:15px 0px; font-size:.9em;}
 }
 
 
 
    /* IE10 remove border image */ 
   .ie10 #hero .hero-image, .ie10 .text-photo-widget .photo-right .border-image{ 
       border-width:0px;
       border-style:none;
   }

 
/*CSS3 Animations*/
/*Ripple Out*/
 .hvr-ripple-out{
	 vertical-align: middle;
	 -webkit-transform: perspective(1px) translateZ(0);
	 transform: perspective(1px) translateZ(0);
	 box-shadow: 0 0 1px transparent;
	 position: relative;
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}

 @-webkit-keyframes hvr-ripple-out {
	 100% {
		 top: -12px;
		 right: -12px;
		 bottom: -12px;
		 left: -12px;
		 opacity: 0;
	}
}
 @keyframes hvr-ripple-out {
	 100% {
		 top: -12px;
		 right: -12px;
		 bottom: -12px;
		 left: -12px;
		 opacity: 0;
	}
}
 .hvr-ripple-out {
	 display: inline-block;
	 vertical-align: middle;
	 -webkit-transform: perspective(1px) translateZ(0);
	 transform: perspective(1px) translateZ(0);
	 box-shadow: 0 0 1px transparent;
	 position: relative;
}
 .hvr-ripple-out:before {
	 content: '';
	 position: absolute;
	 border: #004381 solid 6px;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 -webkit-animation-duration: 1s;
	 animation-duration: 1s;
}
.yellow-button.hvr-ripple-out:before{
    border: #fec603 solid 6px;
}
 .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	 -webkit-animation-name: hvr-ripple-out;
	 animation-name: hvr-ripple-out;
}
/*Text Focus In*/
 @-webkit-keyframes text-focus-in {
	 0% {
		 -webkit-filter: blur(12px);
		 filter: blur(12px);
		 opacity: 0;
	}
	 100% {
		 -webkit-filter: blur(0px);
		 filter: blur(0px);
		 opacity: 1;
	}
}
 @keyframes text-focus-in {
	 0% {
		 -webkit-filter: blur(12px);
		 filter: blur(12px);
		 opacity: 0;
	}
	 100% {
		 -webkit-filter: blur(0px);
		 filter: blur(0px);
		 opacity: 1;
	}
}
 .text-focus-in {
	 -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	 animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
 .text-focus-in.delay-half-s {
	 -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
	 animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
}
/*Flip In Horizontal Top*/
@-webkit-keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

.flip-in-hor-top {
	-webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

/*Hide CSS animations until user scrolls to it*/
.show-on-scroll{opacity:0;}
.show-on-scroll.is-visible{opacity:1;}



/*Flight 2 styles*/
.maroon-box{
    text-align: center;
    color: #fff;
    background: #a3476e;
    margin-bottom:30px;
    height: calc(100% - 30px);
}
.maroon-box .mb-header{
    background: #004381;
    font-size: 2em;
    padding: 30px 15px;
    text-transform: uppercase;
}
.maroon-box .mb-header span{
    display:block;    
    font-size: .7em;
}
.maroon-box .mb-body{
        padding: 30px;
    text-align: left;
    font-weight: 100;
}

#gray-box-icons .gbi-image{
    background-image:url('https://www.coloradomesa.edu/landing-images/paddle-board.jpg');
    width:100%;
    height:auto;
    padding-bottom:40%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-top:20px;
}
#gray-box-icons .gbi-body{
    background-color:#666C71;
    color:#fff;
    text-align:center;
    padding:30px 7% 6%;
}
#gray-box-icons .gbi-body h2, #gray-box-icons .gbi-body a{color:#fff;}
#gray-box-icons .gbi-body svg{fill:#fff; height:76px;}
#gray-box-icons .icon{
    display: block;
    width: 70px;
    margin: 15px auto 15px auto;
}
.lconv-cta-bar.email-text{overflow:visible;}
.lconv-cta-bar.email-text .left-text{
    float: left;
    width: 42%;
    text-align:left;
}
.lconv-cta-bar.email-text .right-button{
    float: left;
    width: 55%;
}
.lconv-cta-bar.email-text .waive{
    /*margin-top:2.5%;*/
}


.lconv-cta-bar.email-text .right-button button:last-child{
    float:right;
}
.lconv-cta-bar.email-text .right-button button{
    width: 100%;
    background: #004381;
    border: none;
    color: #fdd200;
    height: 50px;
    float: left;
    width: 47%;
    position:inherit;
    font-family: 'Oswald', sans-serif;
    border-radius:0px;
    text-transform:none;
}

#wufoo-msp8szq0ez1itw, #wufoo-ml86aaz1ki52bm{ background: #fdd200;}
.wufoo-form-container{height:100%; min-height: 385px;}
html.embed{overflow:scroll !important;}
#container, html.embed{background-color:transparent !important;}
.wufoo input.btTxt.submit{
     background: #004381 !important;
    color: #fdd200;
    text-transform: none;
    padding: 11px 30px !important;
    border: none !important;
    border-radius:0px !important;
    font-family: 'Oswald', sans-serif;
      -webkit-appearance: none;
    -moz-appearance: none;
}
.wufoo li.focused {
    background-color: rgba(255,255,255,.3) !important;
}
.wufoo .info{ border-bottom:1px dotted #ffffff9e !important;}
.wufoo .section h3{border-top:1px dotted #ffffff9e !important;}
.wufoo .info h2{font-family: 'Oswald', sans-serif; !important; text-transform:uppercase; color:#004381;}
.wufoo input.field {
    border: none;
    height: 20px;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    width: calc(100% - 20px) !important;
    display: block;
    font-size: 1.4em !important;
}

#textModal .modal-content, #emailModal .modal-content{
    background-color: #fdd200;
}
#textModal .modal-header, #emailModal .modal-header{border:none;}
 @media (max-width:767px) {
     .lconv-cta-bar.email-text .right-button{
         float:none !important;
         width:100% !important;
     }
 }
 @media (max-width:600px) {
form li.leftHalf, form li.rightHalf{
    float: none;
    width: auto !important;
}
.wufoo-form-container{height:100%; min-height: 480px;}

}
 @media (max-width:345px) {
     .wufoo-form-container{height:100%; min-height: 540px;}
 }
/*Accordion*/
#content .panel-group{
    margin:inherit;
}
#content .panel-title button{
        display: block;
    padding: 15px;
    width: 100%;
    border: none;
    background-color: #d2d2d2;
    color: #004381;
    font-weight: bold;
    text-transform: uppercase;
}
#content .panel-body{
    padding:0px;
}

/*Info icon tooltip*/
/* The icon */
.help-tip{
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    border: none;
    background: #004381;
    margin-left: 5px;
    width: 25px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    top: -2px;
}
 @media (max-width:767px) {
     .help-tip{
         display:block;
         margin:10px auto;
     }
}
.help-tip:before{
    content:'?';
    color:#fff;
    font-weight:normal;
}
.cost-widget .help-tip{
    background:white;
}
.cost-widget .help-tip:before{color:#004381;}
.help-tip:hover p, .help-tip:active p{
    display:inline-block;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {    
    display: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background-color: #FFFFFF;
    padding: 12px 16px;
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 26px);
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
    color: #37393D;
    font-size: 12px;
    line-height: 18px;
    z-index: 99;
    font-weight: normal !important;
}


/* The pointer of the tooltip */
.help-tip p:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.help-tip p:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}
