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;
	margin-top: 15px !important;
	margin-bottom: 15px !important
}

h3, .h3 {
	font-size: 23px !important;
	margin-top: 15px;
	margin-bottom: 15px
}

h4, .h4 {
	font-size: 20px !important;
	margin-top: 15px;
	margin-bottom: 15px
}

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

	h2 {
		font-size: 38px !important
	}

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

}

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

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

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

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

.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
}

.c-background--tabs:after {
	content: '';
	background: url('../_images/base/tabs-bg.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.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;
	text-transform: uppercase;
	background: #00294b;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding: 8px 20px;
	border: solid 1px #00294b;
	transition: all .5s ease-in-out
}

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

.c-btn--blue:hover, .c-btn--blue:focus {
	color: #00294b;
	background: #fff;
	border: solid 1px #00294b;
	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
}

@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: #005E7A;
	color: #fff;
	border: 2px solid #005E7A;
	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: 18px
}

.u-tabs-v1 .tab-content {
	padding-bottom: 25px
}

@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: #005E7A;
	color: #fff;
	border: 2px solid #005E7A;
	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: #005E7A;
	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: #005E7A;
	border: 2px solid #92bf1f;
	border-radius: 0
}

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

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

.u-tabs-v2 .tab-content {
	padding: 20px;
	background-color: rgba(255, 255, 255, .3)
}

.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: #005E7A;
	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: #005E7A;
	background: #fff;
	border: 1px solid #005E7A
}

@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
}

.u-text--lg {
	font-size: 20px
}

.c-panel--heading {
	background: #005E7A;
	color: #fff;
	width: 100%;
	padding: 5px 15px 5px 60px;
	font-size: 18px !important;
	line-height: 35px;
	display: block;
	min-height: 50px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	transition: all .2s ease-in-out;
	font-weight: 500
}

@media (min-width:768px) {
	.c-panel--heading {
		font-size: 26px !important;
		margin-bottom: 10px
	}

}

.c-panel--heading: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;
	line-height: 1.2
}

.u-square-padding--sm {
	padding: 15px
}

.c-background--title {
	background: rgba(0, 42, 77, .9);
	color: #fff;
	padding: 10px 35px;
	text-align: center;
	margin-top: 5px
}

.c-background-fade--white {
	padding: 20px;
	background-color: rgba(255, 255, 255, .7);
	margin-bottom: 5px
}

.c-background-fade--white p {
	font-weight: 400;
	margin-bottom: 15px !important
}

.c-background-fade--white a {
	text-decoration: underline
}

.u-margin--bottom-sm {
	margin-bottom: 8px
}
