html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	line-height: 1;
	background: url('/img/background.jpg') 0% 0%;
	background-size: 100%;
}

*
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}
.selected
{
	text-decoration: underline;
}

h2
{
	color: #1174A2;
	font-size: 1.4em;
}


a {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
	outline: 0;
}

a:hover {

} 

h1, h2, h3, h4, h5 {

}

p {
	line-height: 1.2em;
}

ul {
	padding: 0;
	margin: 0;
	margin-left: 2.66em;
	color: rgb(0, 160, 219);
}

li {
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	list-style-type: square;
}

ul li span {
	color: #000;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hide, .hidden {
	display: none;
}


.span-4 {
	width: 33%;
}

.span-6 {
	width: 50%;
}

.span-8 {
	width: 67%;
}

.span-12 {
	width: 100%;
}
/* logo and menu */
#header {
	border-bottom: 6px solid #0089ba;
}
#logo {
	width: 25%;
}

#logo img {
	width: 100%;
}

.slicknav_menu {
	display: none;
}

#menu {
	width: 75%;
	color: #23b6e5;
	padding-top: 3em;
}
#menu span {
	display: inline-block;
	width: calc(19.5% - 1px);
	line-height: 4em;
	text-align: center;
	border-right: 1px solid #aedcf4;
}
#menu span:last-child {
	border-right: none;
}
#menu span a {
	color: #23b6e5 !important;
	text-decoration: none;
}

#menu span a:hover {
	text-decoration: underline;
}

/*Site Content*/

#content {
	width: calc(100% - 48px);
	padding: 0 24px;
	margin: 3em auto 0;
	max-width: 1280px;
	background: #fff;
	min-height: 733px;
	border-bottom: 1.5em solid #0081af;
}
.page_text {
	width: 21%;
	float: left;
	margin-top: 3em;
	padding-bottom: 2em;
}
.page_text_wide {
	width: 33%;
}
.page_text p {
	line-height: 1.6em;
}
.featured_image {
	width: 79%;
	float: right;
}
.featured_image_small {
	width: 67%;
    right: 0;
    float: right;
    padding-top: 3em;
}
.featured_image img {
	max-width: 95%;
	padding-left: 5%;
	position: relative;
	left: 24px;
	float: right;
}
#footer {
	color: #fff;
	font-size: 1.33em;
	width: calc(100% + 48px);
	margin: 0 auto;
	max-width: 1328px;
	text-align: center;
	text-shadow: 0px 1px 3px #333;
	padding: .5em 0 2em;

}

/* contact page */

.contact_box {
	margin-top: 3em;
}

label {
	display: block;
}

input[type='text'] {
	border: none;
	background: #E7F6FC;
	width: calc(100% - .8em);
	padding: .4em;
	margin-bottom: .4em;
}

textarea {
	border: none;
	background: #E7F6FC;
	width: 100%;
	padding: .4em;
	margin-bottom: .4em;
	min-height: 100px;
}

.btn {
	color: white;
	background-color: #0DA0DE;
	border-radius: 12px;
	float: right;
	width: 95px;
	text-align: center;
	padding: .3em;
	font-weight: bold;
	margin-bottom: 2%;
	margin-top: 1%;
	text-decoration: none;
}

.btn:hover {
	background-color: #0565A8;
}

.blue_dot
{
	width: 6px;
	height: 6px;
	background: #00A0DB;
	margin-right: 4%;
	display: inline-block;
	margin-bottom: 2%;
}
.contact_us_table
{
	margin-left: 4%;
	width: 95%;
	border-collapse: collapse;
	font-size: 1.1em;
}
.contact_us_table tr td.label
{
	width: 23%;
	vertical-align: top;

}
.contact_us_table tr td
{
	padding-bottom: 3%;
	line-height: 1.4em;
}

#address_label {
	float:left;
}

#contact_us_list {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: 10%; 
}

#contact_us_list li {
	list-style: square;
	clear:both;
	color: #0DA0DE;
}

#contact_us_list li span {
	color: #231F20;
	display: inline-block;
}

.contact_box {
	padding-bottom: 2em;
}

.carrier_image_wrapper {
	position: relative;
}

.image_overlay_background {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 3em 0 24em 10%;
	width: 92%;
	margin: 0 auto;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,ffffff+100&1+45,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,.95) 45%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,.95) 45%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,.95) 45%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.image_overlay_text {
	width: 38%;
	position: absolute;
	right: 0;
}
.image_overlay_text h2 {
	font-size: 1.2em;
}
.image_overlay_text ul {
	margin-left: 0;
}

.image_overlay_text ul li {
	margin-left: 2em;
}

em {	
	color: #231F20;
	min-width: 100px;
	display: inline-block;
}

.required label:after {
	content:"*";
}

/* Media Queries */
@media screen and (max-width: 1279px) {
	.page_title {
		display: block;
	}
	#footer {
		width: calc(66% + 48px);
		line-height: 1.66em;
	}
	.featured_image {
		width: 100%;
	}
	.page_text, .page_text_wide {
		width: 100%;
	}
	.image_overlay_text {
		left: 0;
	}

	.contact_us_table tr td.label
	{
		width: 40%;
	}	
}

@media screen and (max-width: 1023px) {
	#content {
		margin: 0 auto;
	}	
	.slicknav_menu {
		display: block;
		background: url('/img/background.jpg') 0% 0% !important;
		background-size: 100% !important;
	}
	#menu {
		display: none;
	}		
	#logo {
		width: 100%;
	}
	#logo img {
		max-width: 300px;
	}	
	#logo {
		text-align: center;
	}
	.image_overlay_background {
		padding: 3em 0 12em 10%;
	}
	.image_overlay_text {
		width: 100%;
	}
	.contact_us_table tr td.label
	{
		width: 23%;
		vertical-align: top;
	}	
}

@media screen and (max-width: 799px) {
	.span-6 {
		width: 100%;
	}
	#contact_us_list {
		width: 100%;
	}
	#contact_us_list li em {
		display: block;
	}
	.featured_image img {
		max-width: 100%;
		padding-left: 0%;
	}
	.contact_us_table tr td.label
	{
		width: 40%;
		vertical-align: top;
	}
}

@media screen and (max-width: 479px) {

}