body {
	font-family: 'Montserrat', sans-serif;
	border-top:7px solid #004269;
	overflow-x:hidden!important;
}

.bluebg {
	background:#158fd3;
	color:#FFF;
}

.dbluebg {
	background:#004269;
	color:#FFF;
}

.phone, .phone a{
	color:#004269;	
	font-size: 24px;
	font-weight: bold;	
}
.phone a:hover{
	color:#046EAA;
}


h1, .h1 {
	text-align:center;
	text-transform:uppercase;
	font-weight:800;
	color:#158fd3;
	padding:15px 0;
	margin:30px 0;
	border-top:2px solid #004269;
	border-bottom:2px solid #004269;
}

.headertext h1 {
	color:#FFF;
	border:none;
	margin:15px 0!important;
	padding:0;
}

.headertext h1 small {
	max-width:90%;
	margin:0 auto;
	display:block;
}

.headertext ul {
	margin:0;
	padding:10px 30px;
}

.headertext li {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
	font-weight:bold;
}

.headertext li small {
	font-weight:bold;
}

h3 {
	font-size:26px;
	font-weight:800;
	color:#004269;
}

h4 {
	font-size:22px;
	font-weight:800;
	color:#042A41;
}


#footer-outer {
	background:#004269;
	color:#FFF;
}

#copyrow {
	font-size:13px;
	background:#002337;
	color:#48677A;
}

.btmnav, .btmnav li {
	margin:0;
	padding:0;
	list-style:none;
}

.btmnav a {
	color:#FFF;
	transition:.2s;
	font-weight:500;
}

.btmnav a:hover {
	color:#00AAD5;
	text-decoration:none;
}

.homepic {
	background-image:url("../images/hero-pic.jpg");
	background-size:cover;
	background-position:top right;
}

.apply-btn {
	background:#158fd3;
	color:#FFF;
	padding:5px 20px;
	font-weight:800;
	border-radius:10px;
	transition:.3s;
}

.apply-btn:hover {
	background:#046EAA;
	color:#FFF;
	text-decoration:none;
}

/**NAVBAR**/

.navbar { /* navbar styles */
	background:none;
	padding:0 1rem;
}


.nav-link { /* top level link */
	color:#004269;
	font-size:16px;
	font-weight:700;
	transition:.3s;
}

.nav-link:hover {
  color:#158fd3; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#004269;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 66, 105)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}

.apply-link {
	background:#004269;
	color:#FFF;
	transition:.3s;
	padding-left:20px!important;
	padding-right:20px!important;
}

.apply-link:hover {
	color:#FFF;
	background:#158fd3;
}


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.homepic {
		height:300px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	
	.nav-item {
		padding:0 15px;
	}

	.nav-item:last-child {
		padding-right:0;
	}
	
}

/**LG & UP**/
@media (min-width: 992px) {

}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {
	.headertext h1 {
		font-size:38px;
	}

	.headertext h1 small{
		line-height:22px;
		font-size:17px;
	}
	
	.headertext li {
		font-size:18px;
	}

	.headertext li .free {
		font-size:23px;
	}
	
	.headertext p {
		font-size:13px;
		font-weight:500;
		padding:10px 20px;
	}
	
	.apply-btn {
		font-size:30px;
	}
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
	.headertext h1 {
		font-size:42px;
	}

	.headertext h1 small{
		line-height:22px;
		font-size:19px;
	}
	
	.headertext li {
		font-size:19px;
	}

	.headertext li .free {
		font-size:25px;
	}
	
	.headertext p {
		font-size:13px;
		font-weight:500;
		padding:10px 20px;
	}
	
	.apply-btn {
		font-size:36px;
	}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.headertext h1 {
		font-size:36px;
	}

	.headertext h1 small{
		line-height:22px;
		font-size:17px;
	}
	
	.headertext li {
		font-size:16px;
	}

	.headertext li .free {
		font-size:21px;
	}
	
	.headertext p {
		font-size:13px;
		font-weight:500;
		padding:10px 20px;
	}
	
	.apply-btn {
		font-size:36px;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.headertext h1 {
		font-size:42px;
	}

	.headertext h1 small{
		line-height:22px;
		font-size:20px;
	}
	
	.headertext li {
		font-size:19px;
	}

	.headertext li .free {
		font-size:27px;
	}
	
	.headertext p {
		font-size:13px;
		font-weight:500;
		padding:10px 20px;
	}
	
	.apply-btn {
		font-size:36px;
	}
}

/**XLG**/
@media (min-width: 1200px) {
	
	.headertext h1 {
		font-size:48px;
	}

	.headertext h1 small{
		line-height:22px;
		font-size:20px;
	}
	
	.headertext li {
		font-size:23px;
	}

	.headertext li .free {
		font-size:32px;
	}
	
	.headertext p {
		font-size:13px;
		font-weight:500;
		padding:10px 20px;
	}
	
	.apply-btn {
		font-size:36px;
	}

}