/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lalezar&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Start Navigation */
#mean-container{
	display:block;
	position:relative;
	clear:both;
}
.mean-container .mean-bar{
	background:#1AA4CA;
	display:block;
}
.mean-container a.meanmenu-reveal span{
	background:#FFF;
}
.mean-container a.meanmenu-reveal{
	color:#fff;
	font-size: 18px;
	text-indent: 0;
	display: flex;
	font-weight:300;
}
.mean-container a.meanmenu-reveal svg{
	margin-left:10px;
}
.mean-nav .collapse{
	border:none;
}
.mean-container .mean-nav ul li a{
	background: #1AA4CA;
}
.mean-container .mean-nav ul{
	position:relative;
	top:0;
}
.dropdown-toggle::after{
	display:none;
}
/* End Navigation */
.row{
	margin-left:0;
	margin-right:0;
}
/* HEADER */
header{
	padding:0px;
	display:block;
	position:relative;
	z-index:10;
	clear:both;
}
#logo{
	max-width:500px;
	width:100%;
	display:block;
	padding:20px;
}
#logo img{
	width:100%;
}
#site-title{
	color:#012869;
	font-family:'Anton', sans-serif;
	font-size:60px;
	line-height:1em;
}
#secondary-nav{
	position:relative;
	display:flex;
	margin:0 0 25px;;
	padding:0;
	justify-content:end;
}
#secondary-nav ul.nav > .dropdown{
	padding:0 !important;
	margin:0;
}
#secondary-nav ul.nav > .dropdown > a,
.header-button-classroom{
	color:#727274;
	font-size:24px;
	font-weight:700;
	padding:0px 20px;
	margin:0;
	font-family:'Montserrat', sans-serif;
	line-height:1em;
	text-transform: uppercase;
	text-decoration:none;
}
.header-button-classroom{
	font-size: 21px;
	padding: 0px 12px;
}
#secondary-nav ul.nav > .dropdown > a:before{
	content:"\00b7";
	display:inline-block;
	background:none;
	font-size:40px;
	transform:translateY(calc(50% - 10px));
	margin-right:35px;
	color:#9E9E9F !important;
}
#secondary-nav ul.nav > .dropdown:first-child a:before{
	color:#fff !important;
}
#secondary-nav ul.nav > .dropdown:last-child > a{
	border:none;
}
#secondary-nav ul.nav > .dropdown > a:hover,
.header-button-classroom:hover{
	color:#012869;
	text-decoration:none;
}
#secondary-nav ul.dropdown-menu{
	border:none;
	background:none;
	border-radius:0;
	padding:3px 0 0 0;
	right:0;
	display: block;
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	min-width: 0;
}
#secondary-nav ul.dropdown-menu a{
	text-decoration:none;
	color:#9E9E9F;
	background:rgba(236,241,250,0.89);
	font-weight:700;
	padding:10px 25px;
	display:block;
	font-size:24px;
	font-family:'Montserrat', sans-serif;
	text-transform: uppercase;
}
#secondary-nav ul.dropdown-menu a:hover{
	text-decoration:none;
	color:#707070;
	background:rgba(226,230,238,0.89);
}
.header-button{
	display:inline-block;
	border:1px solid #BF0A30;
	color:#BF0A30;
	font-family:'Montserrate', sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 25px;
	font-size:26px;
	margin:0 10px;
}
.header-button:hover{
	color:#fff;
	background:#BF0A30;
}
#main-nav{
	position:relative;
	display:flex;
	margin:0;
	padding:0;
	background:#1AA1C7;
	padding:25px;
	justify-content:center;
}
#main-nav ul.nav > .dropdown{
	padding:0 !important;
	margin:0;
}
#main-nav ul.nav > .dropdown > a{
	color:#fff;
	font-size:30px;
	font-weight:700;
	padding:0px 25px;
	margin:0;
	font-family:'Montserrat', sans-serif;
	line-height:1em;
	text-transform: uppercase;
}
#main-nav ul.nav > .dropdown:last-child > a{
	border:none;
}
#main-nav ul.nav > .dropdown > a:hover{
	text-decoration: none;
	color:#ddd;
}
#main-nav ul.dropdown-menu{
	border:none;
	background:none;
	border-radius:0;
	padding:10px 0 0 0;
	display: block;
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	min-width: 0;
}
#main-nav ul.dropdown-menu a{
	text-decoration:none;
	color:#fff;
	background:#1AA1C7;
	font-weight:700;
	padding:10px 25px;
	display:block;
	font-size:30px;
	font-family:'Montserrat', sans-serif;
	text-transform: uppercase;
}
#main-nav ul.dropdown-menu a:hover{
	text-decoration:none;
	color:#ddd;
	background:#1695B8;
}



/* TYPOGRAPHY */
.body-container{
	display:block;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.text-styles{
	font-size:20px;
	font-family:'Montserrat', sans-serif;
	color:#020000;
}
.color-1{
	color:#1AA1C7
}
.color-2{
	color:#012869
}
.color-3{
	color:#BF0A30 !important
}
.text-1{
	font-family:'Lalezar', sans-serif;
	font-size:64px;
	line-height:1em;
}
.text-2{
	font-family:'Lalezar', sans-serif;
	font-size:50px;
}
.text-3{
	font-family:'Montserrat', sans-serif;
	font-size:66px;
}
.text-4{
	font-family:'Montserrat', sans-serif;
	font-size:38px;
}
.text-5{
	font-family:'Montserrat', sans-serif;
	font-size:22px;
}
.text-light, .font-weight-light{
	font-weight:300 !important;
}
.text-medium, .font-weight-medium{
	font-weight:500 !important;
}
.text-semibold, .font-weight-semibold{
	font-weight:600 !important;
}
.text-bold, .font-weight-bold{
	font-weight:700 !important;
}
.text-extra-bold, .font-weight-extra-bold{
	font-weight:800 !important;
}
.main-content .text-styles a {
	color: #1aa1c7;
	text-decoration:none;
}
.text-styles a.hover{
	text-decoration:underline;
}
.text-styles ul{
	list-style:none;
}
.text-styles ul li:before{
	content:"•";
	font-size:40px;
	line-height:24px;
	margin-right:15px;
}
.text-styles ul li{
}
.btn, .btn-default, a.btn-default{
	border:none;
	display:inline-block;
	font-weight:700;
	font-size:28px;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	padding:20px 30px;
	border-radius:0px;
	background:#1AA4CA;
	font-family:'Montserrat', sans-serif;
}
.btn-default:hover, a.btn-default:hover{
	background:#18829F;
}
.btn-primary, a.btn-primary{
	background:#054990;
}
.btn-primary:hover, a.btn-primary:hover{
	background:#104174;
}
.text-styles .btn-secondary, .text-styles a.btn-secondary{
	background:none;
	border:1px solid #1AA4CA;
	font-size:28px;
	font-weight:400;
	font-family:'Montserrat', sans-serif;
	color:#1AA4CA;
}
.text-styles .btn-secondary:hover, .text-styles a.btn-secondary:hover{
	background:#1AA4CA;
	color:#fff;
}
.text-styles-white, .text-styles-white .color-1, .text-styles-white .color-2, .text-styles-white .color-3, .text-styles-white .color-4, .text-styles-white .color-5, .text-styles-white .color-6, .text-styles-white a{
	color:#fff !important;
}
.text-styles-white .btn-secondary, .text-styles-white a.btn-secondary{
	border:1px solid #fff;
	color:#fff;
	font-weight:400;
	background:none;
}
.text-styles-white .btn-secondary:hover, .text-styles-white a.btn-secondary:hover{
	background:#fff;
	color:#012869 !important;
	left:0;
}
.text-styles.list-styles ul li{
	padding-left:35px;
	position:relative;
}
.text-styles.list-styles ul li:before{
	content:url('../img/bullet.png');
	line-height:1em;
	position:absolute;
	left:5px;
	top:-8px;
}

.text-styles.list-styles ul{
	padding:0;
}

/* FORM */
.form-control, .form-select{
	background:#fff;
	color:#000;
	border-radius:5px;
	font-size:19px;
	border:1px solid #707070;
	margin-bottom:20px;
}
.form-group{
	margin-bottom:10px;
}


/* MAIN CONTENT */
.main-content{
	padding:50px;
}
.img-responsive{
	width:100%;
}

/* STANDARD SUB PAGE */
#callout-band{
	display:block;
	position:relative;
	background: black;
}
#callout-band-inner{
	display:block;
	position:absolute;
	max-width:1920px;
	width:100%;
	left:50%;
	transform:translateX(-50%);
	top:5%;
}
#callout-band-text{
	width:50%;
	margin-left:auto;
	padding:20px;
}
#text-box{
	margin:60px;
	background:rgba(126,163,232,0.08);
	padding:50px;
}


/* RESPONSIVE EMBEDS */
.videoWrapper, #homeIframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top:20px;
	margin-bottom:20px;
}
.videoWrapper iframe, #homeIframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 855px;
	max-height: 600px;
}

.hbspt-form iframe{
	width:100% !important;
}

/* FORM BAND */
#form-band{
	display:block;
	position:relative;
	padding:50px 30px;
	background:#F5F8FE;
}
#form-band label, form label{
	font-family:'Montserrat', sans-serif;
	font-size:16.5pt;
	font-weight:400;
}
#form-band .form-control, #form-band .form-select{
	background:rgba(255,255,255,0.57);
	border-radius:0;
	border-color:rgba(112,112,112,0.57);
}

/* ABOUT PAGE */
#objectives-band-inner{
	border:1px solid #707070;
	padding:30px;
}
.objective-block{
	display:flex;
	position:relative;
	text-align:center;
	justify-content:center;
	align-items:center;
	background:#BF0A30;
	color:#fff;
	font-size:55px;
	height:100%;
	padding:40px;
	text-transform:uppercase;
	line-height:1.25em;
}
#about-callout-band{
	display:block;
	position:relative;
}
#about-callout-band-inner{
	display:flex;
	position:absolute;
	max-width:1920px;
	width:100%;
	left:50%;
	transform:translateX(-50%);
	top:0;
	height:100%;
	align-items:center;
}
#about-callout-band-text{
	width:75%;
	padding: 35px 20px 20px 75px;
}
#about-callout-band-columns{
	column-count:2;
}

/* LICENSING PAGE */
#interactive-map{
	display:block;
	position:relative;
}
#us-map{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:50px;
}
.state-path:hover,.state-active{
	stroke: #012869 !important;
	stroke-width:2px;
	stroke-linejoin: round;
	fill: #012869 !important;
	cursor: pointer;
}
#path67 {
	fill: none !important;
	stroke: #A9A9A9 !important;
	cursor: default;
}
#info-box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: rgba(1,33,105,0.75);
	padding: 25px;
	line-height:1.5em;
	font-size:22px;
	color:#fff;
	max-width:575px;
	width:100%;
}
#info-box a{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
#key-mandatory{
	display:inline-block;
	width:20px;
	height:20px;
	background:#CBCAC8;
	margin-right:25px;
}
#key-nonmandatory{
	display:inline-block;
	width:20px;
	height:20px;
	background:#AFAEAA;
	margin-right:25px;
}
#state-select select{
	width:100%;
}
#info-box-select {
	display: none;
	position: relative;
	background-color: rgba(1,33,105,0.75);
	padding: 25px;
	line-height:1.5em;
	font-size:22px;
	color:#fff;
	width:100%;
	margin:10px 0 25px;
}
#info-box-select a{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}

/* COURSE DETAILS PAGE */
.course-block{
	height:100%;
	border:1px solid #B7B7B7;
	vertical-align:center;
	display:flex;
	padding:30px;
	text-align:center;
	justify-content:center;
}
#course-callout-text{
	background:#F5F8FE;
	height:100%;
	display:flex;
	align-items:center;
	padding:40px;
}
#course-callout{
	margin-bottom:25px;
}
#additional-courses{
	border:1px solid #707070;
	padding:50px;
	margin:20px 60px;
}
#additional-courses-right{
	column-count:2;
	border-left:1px solid #707070;
	padding:0 30px 30px;
	line-height:1.25em;
}
#additional-courses-right ul{
	list-style:none;
	padding:0;
}
#additional-courses-right ul li{
	margin-bottom:15px;
}
#additional-courses a{
	text-decoration:none;
}
#additional-courses-right ul li:before{
	display:none;
}
#course-links-band{
	background:#012869;
	padding:30px;
	min-height: 186px;
	display: flex;
	align-items: center;
}
#course-links-band a{
	text-decoration:none;
	line-height:1em;
}
#course-links-band p{
	margin:0;
	line-height:1em;
}
#course-links-band .text-2{
	font-size: 44px;
}
#course-spotlight{
	background:rgba(126,163,232,0.08);
	padding:40px;
}
#course-spotlight .img-responsive{
	padding:0 25px;
}

/* SAFETY PAGE */
.safety-tip-number{
	font-family:'Lalezar', sans-serif;
	color:#1AA1C7;
	font-size:300px;
	line-height:0.8em;
}

/* FOOTER */
#footer-buttons a{
	display:flex;
	background:black;
	color:#fff;
	font-family:'Montserrat', sans-serif;
	text-align:center;
	height:100%;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	font-size:33px;
	text-transform: uppercase;
	font-weight:700;
	padding:15px;
	line-height: normal;
}
#footer-buttons a svg{
	margin-left:10px;
}
#footer-buttons a#footer-button-1{
	background:#012869;
}
#footer-buttons a#footer-button-1:hover{
	background:#0C2041;
}
#footer-buttons a#footer-button-2{
	background:#1aa1c7;
}
#footer-buttons a#footer-button-2:hover{
	background:#1695B8;
}
#footer-buttons a#footer-button-3{
	background:#BF0A30;
}
#footer-buttons a#footer-button-3:hover{
	background:#8A152E;
}
footer{
	padding:40px;
}
footer .text-styles{
	font-size:24px;
}
.text-styles ul .footer-menu{
	list-style:none;
	padding:0;
}
.text-styles ul.footer-menu li:before{
	content:'';
}
.text-styles ul.footer-menu li{
	
}
.text-styles ul.footer-menu li a{
	color:#020000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	display:block;
	line-height:1em;
}
footer img{
	width:100%;
	margin:0 auto 25px;
	padding:0 25px;
	display:block;
}
footer img.footer-bottom-image{
	max-width:250px;
}
#footer-contact{
	border-left:1px solid #707070;
	padding-left:40px;
	line-height:1.2em;
}
#footer-contact a{
	color:#020000;
	text-decoration:none;
}
#footer-copy{
	font-size:16px;
}

#home-slider{
	padding: 0 15px;
}

#footer-buttons > div{
	height: 140px;
}