/****** CUSTOM STYLES ******/

body {
	color:#333;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h1 {
	font-weight:300;
	font-size:30px;
	line-height:1.4em;
}
h2 {
	font-size:30px;
	line-height:1.4em;
}


.icon-large {
	font-size:48px;
	color:#004e6e;
}
.blue-dark {
	background:#004e6e;
	color:#fff;
}
.blue-med {
	background:#1c6481;
	color:#fff;
}
.bg-gold {
	background:#fec003;
	color:#fff;
}
.bg-silver {
	background:#797979;
	color:#fff;
}
.bg-grey {
	background:#f2f2f2;
}

.btn, .btn:visited {
	font-family: 'Montserrat', sans-serif;
  border: none;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 2px;
  color: #004e6e;
	background:#fff;
}
.btn:hover {
  color: #004e6e;
  background: #f2f2f2;
}

.btn.btn-dark {
  color: #fff;
	background:#004e6e;
}
.btn.btn-dark:hover {
  color: #fff;
  background: #444;
}

/* ----------- NAV ----------- */

nav {
	background:none;
}
nav.transparent .nav-bar {
	border:0;
}
.nav-bar {
	height:100px;
	max-height:100px;
}
.nav-bar a {
	height:90px;
}

.logo {
	max-height:90px;
}
.nav-bar img {
	vertical-align:top;
}

.menu li a {
	font-size: 13px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
ul.global {
	float:right;
	color:#fff;
	margin-top:20px;
	display:none;
}
.global li {
	float:right;
	margin: 0 0 0 8px;
}
.global li a {
	font-size:12px;
	font-weight:400;
}
.global-mobile {
	float:left;
	display:block;
}
.module.widget-handle {
	border:none;
	line-height:100px;
}
.widget-handle {
	border:none;
}
.mobile-toggle {
	border:none !important;
}
.mobile-toggle .nav-bar a {
	height:30px;
}
nav.transparent .module.widget-handle {
	border-left:none !important;
}
.menu li ul {
	background:#f2f2f2;
	padding: 12px 10px;
}
.menu li ul li a {
	color:#000;
	padding:6px 0;
	line-height:18px;
}


/* ----------- HOME SLIDER ----------- */

.image-slider h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:14px;
}
.image-slider i {
	font-size:90%;
}

.intro p {
	font-size:21px;
	font-weight:300;
	line-height:1.5em;
	color:#000;
}


/* ----------- BOXED CONTENT ----------- */

.boxed-content {
	padding:40px 40px 5px 40px;
	font-size:16px;
	margin-bottom:32px;
}
.boxed-content h3 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing:0.05em;
	text-transform:uppercase;
	float:left;
	width:90%;
	line-height:1.5em;
	margin-bottom:0;
}
.boxed-content h4 {
	float:left;
	color:#fff;
	font-weight:400;
	font-size:18px;
	margin-bottom:0;
}
.boxed-content i {
	float:right;
	width:10%;
	text-align:right;
	line-height:1.5em;
}
.boxed-content img {
	width:21px;
	float:right;
}
.boxed-content h3, .boxed-content i {
	font-size:18px;
}
.boxed-content .head {
	border-bottom: 1px solid #fff;
	float:left;
	width:100%;
	padding-bottom:24px;
	margin-bottom:26px;
}
.boxed-content table {
	width:100%;
}
.boxed-content td {
	width:50%;
	line-height:2em;
}
.boxed-content li, .boxed-content td {
	padding-bottom:18px;
}
ul.boxed-list li {
	padding-bottom:0px;
}


/* ----------- COMMON ----------- */

.hero {
	padding:200px 0 140px;
}
.common p, .common ul {
	font-size:16px;
	line-height:1.8em;
}
.common ul, .common li {
	list-style:disc outside;
}
.common li {
	margin:0 0 6px 20px;
}
.no-margin li {
	margin-bottom:3px;
	line-height:1.5em;
}
.tile-right {
	min-height:160px;
}
.tile-right .description {
	padding:30px;
	background:#fff;
}
.tile-right h3 {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0.15em;
	font-size:14px;
	line-height:21px;
}
.tile-right p {
	line-height:1.65em;
	margin:0;
}
.bg-secondary {
	background:#fff;
}
.boarding ul {
}
.boarding li {
	padding-bottom:0px;
}
.lightbox-grid li {
	margin:0;
	border:0;
}

.contact p a {
	color:#004e6e;
}
.contact button {
	background:#004e6e;
	border-color:#004e6e;
}

/* ----------- VIDEO ----------- */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ----------- FOOTER ----------- */

footer {
	text-align:center;
	background:#f2f2f2;
	padding:0 0 20px 0;
	color:#777;
}
footer .footer-icon {
	width:40px;
}
footer h5 {
	font-size:16px;
	font-weight:700;
	line-height:1.5em;
	text-transform:uppercase;
	color:#777;
	margin:48px 0 10px;
}
footer p {
	font-size:16px;
}
footer p a {
	margin-top:36px;
	font-size:24px;
	color:#004e6e;
	font-weight:700;
}
footer h6 {
	font-size:12px;
	font-weight:400;
	color:#777;
	margin-top:30px;
}


/* ----------- MEDIA QUERIES ----------- */

@media (min-width: 768px) {
	h1 {
		font-size:42px;
	}
	.nav-bar {
		height:140px;
		max-height:140px;
	}
	.nav-bar a {
		height:130px;
	}
	.logo {
		max-height:130px;
	}
	.module.widget-handle {
		line-height:145px;
	}
	.image-slider h6 {
		font-size:16px;
	}
	.intro p {
		font-size:26px;
	}
	.boxed-content {
		font-size:18px;
	}
	.boxed-content h3, .boxed-content i {
		font-size:21px;
	}
	.boxed-content img {
		width:23px;
		padding-top:3px;
	}
	.tile-right {
		min-height:300px;
	}
	
	
}
@media (max-width: 990px) {
	.nav-bar a {
		height:auto;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size:48px;
	}
	h2 {
		font-size:38px;
	}
	.nav-bar {
		height:140px;
		max-height:140px;
		line-height:40px;
	}
	.nav-bar .module, .nav-bar a {
		height:40px;
	}
	.logo {
		max-height:130px;
	}
	.module.widget-handle {
		line-height:145px;
	}
	.menu {
		clear:both;
		height:36px;
	}
	ul.global {
		display:inherit;
	}
	ul.global-mobile {
		display:none;
	}
	.image-slider h6 {
		font-size:18px;
	}
	.intro p {
		font-size:29px;
	}
	.boxed-content {
		font-size:16px;
	}
	.tile-left, .tile-right {
		min-height:380px;
	}
}


@media (min-width: 1200px) {
	.image-slider h6 {
		font-size:21px;
	}
	.boxed-content {
		font-size:18px;
	}
	.tile-left, .tile-right {
		min-height:300px;
	}
}