h1, h2, h3 {
	text-transform: uppercase;
	font-weight: 300 !important;
}

h1 {
	font-size: 35px !important;
}

h2 {
	font-size: 25px !important;
	text-shadow: 1px 1px 1px #fff;
}

h3, .h3 {
	font-size: 23px !important;
}

@media (min-width: 768px) {
	h1 {
		font-size: 60px !important;
	}

	h2 {
		font-size: 50px !important;
	}

	h3, .h3 {
		font-size: 30px !important;
	}
}

em {
	clear: both !important;
	font-style: italic !important;
	font-weight: 300 !important;
}

main p {
	font-weight: 400;
	margin-top: 30px !important;
}

.contact-row {
	margin-top: 50px !important;
}

ul, li {
	font-weight: 400;
}

.u-list--style ul li {
	font-weight: bold;
	letter-spacing: 1px;
	list-style: none;
}

.u-list--style ul li:before {
	content: '';
	background: #92bf1f;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
	left: -15px;
}

.c-background--blue {
	background: #00294e;
}

.c-background--white {
	background: #fff;
}

.c-background--mermaid {
	background: #fff url('../_images/base/mermaid.jpg') right top no-repeat;
}

.c-background--tabs {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.c-background--tabs:after {
	content: '';
	background: url('../_images/base/tabs-bg-new.jpg') right center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: .2;
}

@media (min-width: 768px) {
	.c-background--tabs:after {
		content: '';
		background: url('../_images/base/tabs-bg-new.jpg') right center no-repeat;
		background-size: inherit;
		opacity: .2;
	}
}

.c-background--gradient-gray {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 69%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 69%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 69%,rgba(234,234,234,1) 100%);
}

.u-text--blue {
	color: #00294e;
}

.u-text--teal {
	color: #0097c3;
}

.u-text--white {
	color: #fff;
}

.u-padding--sm {
	padding-top: 15px;
	padding-bottom: 15px;
}

.u-padding--md {
	padding-top: 15px;
	padding-bottom: 15px;
}

.u-padding--lg {
	padding-top: 15px;
	padding-bottom: 15px;
}

.u-padding--xl {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.u-padding--sm {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.u-padding--md {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.u-padding--lg {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.u-padding--xl {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.u-margin--bottom {
	margin-bottom: 20px !important;
}

.u-border--green {
	border: 2px solid #92bf1f;
}

.c-btn--blue {
	display: inline-block;
	text-align: center;
	background: #00294b;
	color: #9eff20;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 15px 25px;
	border: solid 1px #00294b;
	text-transform: uppercase;
	font-weight: 300;
	transition: all .2s ease-in-out;
}

.c-btn--100 {
	width: 100%;
}

.c-btn--blue:hover, .c-btn--blue:focus {
	color: #00294b;
	background: #9eff20;
	text-decoration: none;
}

.u-line {
	display: block;
	padding: 0 15px;
	position: relative;
	z-index: 0;
	font-weight: 700 !important;
}

.u-line:before, .u-line:after {
	background: #9eff20;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	z-index: -1;
	top: 50%;
	width: 20%;
}

.u-line:before {
	right: 5px;
}

.u-image--padding {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.u-line:after {
	left: 5px;
}

.u-padding--no-left {
	padding-left: 0 !important;
}

#html-media-player {
	border: 0 !important;
	margin: auto !important;
	padding: 0;
	max-width: 800px !important;
}

#html-media-player video {
	width: 100%;
}

.u-text--quote {
	letter-spacing: 1px;
	line-height: 25px;
	display: block;
	position: relative;
	padding:25px 48px;
}

.u-text--quote:before {
	content: "";
	background: url('../_images/base/quote.png') left center no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	display: table;
	left: 0;
	top: 15px;
}

.u-text--quote:after {
	content: "";
	background: url('../_images/base/quote.png') center right no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	width: 40px;
	height: 40px;
	position: absolute;
	display: table;
	right: 0;
	bottom: 30px;
}

/*==== Tabs V1 ====*/

@media (max-width: 767px) {
	.u-tabs-v1 .tab-content > .tab-pane {
		display: block;
	}
}

.u-tabs-v1 .nav-tabs {
	border-bottom: 0;
}

.u-tabs-v1 .nav-tabs > li > a {
	background: #0082a9;
	color: #fff;
	border: 2px solid #0082a9;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
	transition: background .3s ease-in-out;
}

.u-tabs-v1 .nav > li > a:focus, .u-tabs-v1 .nav > li > a:hover {
	background: #002a4d;
	color: #fff;
	border: 2px solid #92bf1f;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.u-tabs-v1 .nav-tabs > li.active > a, .u-tabs-v1 .nav-tabs > li.active > a:focus, .u-tabs-v1 .nav-tabs > li.active > a:hover {
	background: #002a4d;
	color: #fff;
	border: 2px solid #92bf1f;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: -20px;
}

.u-tabs-v1 .tab-content > .tab-pane {
	font-size: 16px;
}

/*==== Tabs V2 ====*/

@media (max-width: 767px) {
	.u-tabs-v2 .tab-content > .tab-pane {
		display: block;
	}
}

.u-tabs-v2 .nav-tabs {
	border-bottom: 0;
}

.u-tabs-v2 .nav-tabs > li > a {
	background: #0082a9;
	color: #fff;
	border: 2px solid #0082a9;
	border-radius: 0;
	text-align: center;
	padding: 10px;
	margin-bottom: 18px;
	transition: background .3s ease-in-out;
}

.u-tabs-v2 .nav > li > a:focus, .u-tabs-v2 .nav > li > a:hover {
	background: #fff;
	color: #0082a9;
	border: 2px solid #92bf1f;
	border-radius: 0;
	padding: 10px;
}

.u-tabs-v2 .nav-tabs > li.active > a, .u-tabs-v2 .nav-tabs > li.active > a:focus, .u-tabs-v2 .nav-tabs > li.active > a:hover {
	background: #fff;
	color: #0082a9;
	border: 2px solid #92bf1f;
	border-radius: 0;

}

.u-tabs-v2 .tab-content > .tab-pane {
	font-size: 16px;
	text-shadow: 1px 1px 1px #fff;
}

.u-tabs-v2 h3 {
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 769px) {
	.u-tabs-v2 .tab-content {
		padding: 25px;
		background-color: rgba(255,255,255,.3);
	}
}

/*==== Accordion ====*/

.u-accordion .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.u-accordion .panel-default > .panel-heading {
	background: transparent;
	padding: 0;
	border-radius: 0;
	border: 0;
}

.u-accordion .panel-heading a {
	background: #0082a9;
	color: #fff;
	width: 100%;
	padding: 5px 15px 5px 60px;
	font-size: 18px;
	line-height: 35px;
	display: block;
	min-height: 50px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	transition: all .2s ease-in-out;
}

.u-accordion .panel-heading a:hover {
	color: #0082a9;
	background: #fff;
	border: 1px solid #0082a9;
}

@media (min-width: 768px) {
	.u-accordion .panel-heading a {
		font-size: 28px;
		margin-bottom: 10px;
	}
}

.u-accordion .panel-heading a:before {
	content: '-';
	background: #002a4d;
	color: #fff;
	width: 50px;
	height: 48px;
	text-align: center;
	position: absolute;
	display: inline-block;
	left: 16px;
	margin-top: -5px;
	padding-top: 5px;
	border: 1px solid transparent;
}

.u-accordion .panel-heading a.collapsed:before {
	content: '+';
	background: #002a4d;
	width: 50px;
	height: 48px;
	text-align: center;
	position: absolute;
	display: inline-block;
	left: 16px;
	margin-top: -5px;
	padding-top: 5px;
}

.u-accordion .panel-group .panel-heading + .panel-collapse > .list-group, .u-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}
