/* enhance the row settings to create a full width row */

body {
	font-family: 'Lato', 'Neue Helvetica', Helvetica;	
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
}

.row, .row .row, .row .row .row {
	max-width: 1404px;	
}
.row * {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
.row.expanded > .columns {
	max-width: 100% !important;	
	text-align: center;
}
.row.expanded > .columns > .row {	
	margin-left: auto;
   	margin-right: auto;
	text-align: left;
}

.column, .columns{
  	min-height: 1px;
}




/* basic fonts */

.row.expanded > .columns h1, .row.expanded > .columns h2, .row.expanded > .columns h3, .row.expanded > .columns h4, .row.expanded > .columns h5, .row.expanded > .columns h6, .row.expanded > .columns div, .row.expanded > .columns p, .row.expanded > .columns li, .row.expanded > .columns td, .row.expanded > .columns a {
	font-family: 'Lato', 'Neue Helvetica', Helvetica;	
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
}
.row.expanded > .columns h1 {
	font-family: 'Lato', 'Neue Helvetica', Helvetica;	
	font-weight: 300;
	font-size: 60px;
	line-height: 62px;
	color: #ffffff;
	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}
.row.expanded > .columns h2 {
	font-family: 'Lato', 'Neue Helvetica', Helvetica;	
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 8px;
}
.row.expanded > .columns h3 {
	font-family: 'Lato', 'Neue Helvetica', Helvetica;	
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
}
.row.expanded > .columns a:hover {
	color: #6db6d3;
}






/* header */

.header  {
	height: 112px;
}
.header-logo > div {
	height: 112px;
	padding-top: 40px;
}
.header-phone > div {
	height: 112px;
	padding-top: 34px;
	text-align: right;
}
.header-phone > div a {
	display: inline-block;
	text-align: right;
	height: 40px;
	padding: 5px 20px 0px 50px;
	font-size: 22px;
	font-weight: 300;
	background: url(../images/icon-telephone.png) no-repeat;
	background-position: left top;
}




/* banner */

.banner {
	background: url(../images/shell-fish_background.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.banner-caption {
	position: absolute;
	top: 36%;	
	width: 100%;
	min-height: 143px;
	background-color: rgba(51,153,153,0.85);
}



/* content sections */

.slogan {
	padding-top: 60px;
	padding-bottom: 70px;
}
.centered-content {
	text-align: center;	
}

.service-box {
	
	margin-bottom: 60px;
}
.service-image-box {
	width: 100%;
	height: 0px;
	padding-top: 74%;	
	background-size: cover;
	bakground-repeat: no-repeat;
	margin-bottom: 12px;
}
.service-box-content {
	padding: 0px 10px 60px 10px;
	position: relative;
	border-bottom: solid 1px #6d6e71;
}
.service-contact-link {
	position: absolute;
	bottom: 18px;
	right: 10px;
	text-indent: -9999px;
	width: 150px;
	height: 40px;
	background: url(../images/button-contact-us.png) no-repeat;
}




/* footer */

.footer {
	background-color: #404042;	
	padding-bottom: 70px;
}
.row.expanded > .columns .footer div a, .footer div p {
	color: #ffffff;	
	font-weight: 400;
}
.row.expanded > .columns .footer div p span {
	color: #ffffff;	
	font-weight: 300;
}

.footer-left {
	padding-top: 70px;	
}
.footer-right {
	padding-top: 68px;
}

.footer-logo {
	padding-bottom: 30px;
}

.row.expanded > .columns .footer-blurb p {
	font-size: 20px;
	line-height: 26px;
}

.footer-contact-section {
	background: url(../images/icon-telephone.png) no-repeat;
	background-position: 0px 8px;	
	padding-left: 50px;	
	margin-left: 50px;
}
.row.expanded > .columns .footer-contact p {
	line-height: 34px;
	padding-bottom: 14px;
	margin-bottom: 0px;
}
.row.expanded > .columns .footer-contact p span {
	font-weight: 700;
}
.footer-address {
	padding-top: 13px;	
}
.row.expanded > .columns .footer-address p {
	font-size: 20px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}


.row.expanded > .columns .tag-line p, .row.expanded > .columns .copyright p {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
}
.row.expanded > .columns .tag-line {
	padding-top: 60px;
	padding-bottom: 20px;
}











/* media query overrides */



@media only screen and (min-width: 64.063em) {

	.desktop-layout {
		display: block !important;
	}
	.mobile-layout {
		display: none !important;
	}


} /* min-width 1025px  */




@media only screen and (max-width: 64em) { /* max-width 1024px */	
	
	.desktop-layout {
		display: none !important;
	}
	.mobile-layout {
		display: block !important;
	}		
	
	.banner-caption {		
		min-height: auto;
	}

	
	.footer-blurb {
		text-align: center;	
	}
	.footer-blurb p {
		padding-right: 10%;
		padding-left: 10%;		
	}
	.footer-logo {
		text-align: center;	
	}
	.footer-right {
		text-align: center;	
	}
	.footer-contact-section {
		display: inline-block;
		padding-left: 30px;	
		margin: 0px 20px 0px auto;
		background-size: 26px 26px;
	}
	
	
} /* max-width 1024px */





@media only screen and (max-width: 40em) {  /* max-width 640px */

	.desktop-layout {
		display: none !important;
	}
	.mobile-layout {
		display: block !important;
	}
	
	.row.expanded > .columns h1 {		
		font-size: 40px;
		line-height: 44px;		
		padding: 16px 0px 16px 0px;
	}
	.row.expanded > .columns h3 {		
		font-weight: 300;
		font-size: 26px;
		line-height: 30px;
	}
	
	.header-logo > div {
		padding-right: 2%;
	}
	.header-phone > div {
		padding-left: 6%;
	}
	.header-phone > div a {
		display: inline-block;
		text-align: right;
		height: 40px;
		padding: 5px 0px 0px 30px;
		font-size: 17px !important;
		font-weight: 300;
		background: url(../images/icon-telephone.png) no-repeat;
		background-position: 0px 8px;
		background-size: 25px 25px;
	}
	
	/* banner */

	.banner {
		background-position: center center;
		background-size: cover;
		height: 400px;
		position: relative;
	}
	.banner-caption {		
		top: 40%;	
		width: 100%;
		min-height: auto;
	}

	
	.slogan {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	
	.footer-logo {
		text-align: center;	
	}
	.footer-contact-section {
		display: inline-block;
		padding-left: 0px;	
		margin: 0px auto 0px auto;
		background-image: none;
	}
			

} /* max-width 640px */