/*
----------------------------------------------
Colour Scheme
----------------------------------------------
Dark Colour             - #01213D
Accent Colour           - #35B0CA
----------------------------------------------
Business Details
----------------------------------------------
Business Name         	- Moorloft Plumbing and Heating
Business Slogan         - Local - Reliable - Friendly
Business Type         	- plumbing and heating
Tradesperson Multiple  	- plumbers
Address Line One      	- 116 Sunbury Lane
Address Line Two      	- Walton-on-thames
Address Line Three    	- Surrey
Primary Work Area     	- Surrey
Postal Code          	- KT12 2HY
Longitude|Latitude    	- 51.3945,-0.415126
Company Mobile Number 	- 07736443606
Company Office Number 	- #phone
Company Email Address 	- info@moorloft.com
Facebook URL         	- #facebook
Instagram URL         	- #instagram
Twitter URL         	- #twitter
LinkedIn URL         	- #linkedin
*/

/* GRAB A NICE FONT */
@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');
/* GENERAL STYLES */
.landline{display: none!important;}
.socialIcons a[href^="#"]{display: none!important;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, .heading, .headerPre p{font-family: 'Barlow', sans-serif;}
p,ul,ol, nav ul li a{font-family: 'Barlow', sans-serif;}
.tar{text-align: right;}
.tac{text-align: center;}
.bgMe{background-size: cover;background-position: center;}
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #01213D;}
::-webkit-scrollbar-thumb {background: #35B0CA; border-radius: 5px; margin: 2px; opacity: 0.3;}
/* BUTTONS*/
.btn i{
	margin-right: 10px;
}
.btn{
	font-size: 14px;
	border: 1px solid #35B0CA;
	color: #35B0CA;
	display: inline-block;
	line-height: 40px;
	padding: 0 18px;
	margin: 20px 10px 0 0;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.btn ~ .btn{
	background-color: white;
	border: 1px solid white;
}
.btn ~ .btn:hover{
	color: #35B0CA;
	border: 1px solid #35B0CA;
	box-shadow: inset 0px 60px #01213D;
	background-color: #01213D;
}
.btn:hover{
	box-shadow: inset 0px 60px #35B0CA;
	color: white;
}
@keyframes bouncer {
	0%   { transform: scale(1,1)    translateY(0); }
	10%  { transform: scale(1.1,.9) translateY(0); }
	30%  { transform: scale(.9,1.1) translateY(-8px); }
	50%  { transform: scale(1,1)    translateY(0); }
	100% { transform: scale(1,1)    translateY(0); }
}
i.animated{
	animation-name: bouncer;
	animation-timing-function: ease;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
/*Page Loader*/
.loader{
	position: fixed;
	background-image: url('../images/logo.png');
	width: 100%;
	height: 100%;
	background-color: #01213D;
	z-index: 12345;
	background-repeat: no-repeat;
	background-position: center;
}
/*Map*/
#map{
	height: 400px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	margin-top: 30px;
	pointer-events: none!important;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	#map{
		height: 200px;
		margin-bottom: 30px;
	}
}
/*
_____________________________________________ 
___  __/_  __ \__  __ \__  __ )__    |__  __ \
__  /  _  / / /_  /_/ /_  __  |_  /| |_  /_/ /
_  /   / /_/ /_  ____/_  /_/ /_  ___ |  _, _/ 
/_/    \____/ /_/     /_____/ /_/  |_/_/ |_|  
                                              
*/
.topBar{
	width: 100%;
	position: fixed;
	z-index: 5000;
	top: -1px;
	-webkit-transition: background-color ease-in-out 0.8s, box-shadow ease-in-out 0.5s;
	-o-transition: background-color ease-in-out 0.8s, box-shadow ease-in-out 0.5s;
	transition: background-color ease-in-out 0.8s, box-shadow ease-in-out 0.5s;
}
.topBar.shrunk{
	background-color: #01213D;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3)
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.topBar{
		background-color: #01213D;
	}
}
/*
______                      
___  / _____________ ______ 
__  /  _  __ \_  __ `/  __ \
_  /___/ /_/ /  /_/ // /_/ /
/_____/\____/_\__, / \____/ 
             /____/         
*/
.logo *{
	-webkit-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
}
.logo:hover{

}
.logo{
	position: relative;
}
.logoText{
	position: absolute;
	top: 50%;
	left: 130px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo img{
	padding: 22px;
	width: 100px;
	float: left;
	color: #35B0CA;
	background-color: #01213D;
	border-radius: 0 0 5px 5px;
}
.logo p{
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.logo p.slogan{
	font-style: italic;
	color: #35B0CA;
	font-size: 13px;
}
.logo p.title{
	font-size: 19px;
	color: white;
	letter-spacing: -1px;
	font-weight: bold;
}
.topBar.shrunk .logo img{
	width: 60px;
	border-radius: 0;
	padding: 10px;
	background-color: transparent;
}
.topBar.shrunk .logo p.title{
	font-size: 20px;
	margin-left: 10px;
}
.topBar.shrunk .logo p.slogan{
	display: none;
}
.topBar.shrunk .logoText{
	left: 65px;
}
/*BELOW ROW WIDTH*/
@media screen and (max-width: 73.75em) {
	.logo img{
		padding: 22px;
		width: 80px;
		float: left;
		color: #35B0CA;
		background-color: white;
	}
	.logoText{
		left: 110px
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.logo img{
		width: 60px;
		padding: 10px;
		position: relative;
		background-color: transparent;
	}
	.logoText{
		left: 80px;
	}
	.topBar.shrunk .logoText{
		left: 70px;
	}
	.topBar.shrunk .logo img{
		width: 60px;
		padding: 10px;
		background-color: transparent;
	}
	.topBar .logo p.slogan{
		font-size: 12px;
	}
	.topBar .logo p.title{
		font-size: 16px;
	}
	.topBar.shrunk .logo p.title{
		font-size: 15px;
	}
}
/*
_____   ___________    _________________________________________________   __
___  | / /__    |_ |  / /___  _/_  ____/__    |__  __/___  _/_  __ \__  | / /
__   |/ /__  /| |_ | / / __  / _  / __ __  /| |_  /   __  / _  / / /_   |/ / 
_  /|  / _  ___ |_ |/ / __/ /  / /_/ / _  ___ |  /   __/ /  / /_/ /_  /|  /  
/_/ |_/  /_/  |_|____/  /___/  \____/  /_/  |_/_/    /___/  \____/ /_/ |_/   
                                                                             
*/
.showMenu, .navGraphic, .callNow{
	display: none;
}
nav{
	display: block;
	transition: opacity ease-in-out 0.5s;
}
nav ul{
	float: right;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	display: inline-block;
	padding: 0 16px;
	margin: 0!important;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 58px;
	z-index: 0;
}
nav ul li a:hover{
	color: #35B0CA;
}
nav ul li > a:after {
	content: '\f078';
	color: #35B0CA;
	margin-left: 6px;
	width: 0;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
}
nav ul li a.active:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #35B0CA;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}
nav ul li > a:only-child:after { display: none;} 
nav ul li:hover .sub-menu{
	display: block;
}
.sub-menu{
	overflow: hidden;
	display: none;
	left: 0;
	border-radius: 5px;
	position: absolute;
	background-color: #FFF;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	padding: 18px;
	z-index: 100;
}
.sub-menu li a{
	line-height: 30px;
	color: #333;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.topBar.shrunk nav ul li a.active:after{
	bottom: calc(100% - 2px);
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
		.showMenu{
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		text-align: center;
		margin-right: 00px;
		font-size: 20px;
		color: white;
		border: 1px solid #35B0CA;
		cursor: pointer;
	}
	.navGraphic{
		display: block;
		position: absolute;
		z-index: -1;
		opacity: 0.1;
		width: 100%;
		right: -50%;
	}
	nav{
		position: fixed;
		overflow: hidden;
		pointer-events: none;
		opacity: 0;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		background-color: #01213D;
		width: 100%;
		z-index: -1;
		height: 100vh;
	}
	nav.vizza{
		pointer-events: unset;
		opacity: 1;
	}
	nav ul{
		width: 100%;
	}
	nav ul li{
		width: 100%!important;
		display: block;
	}
	nav ul li a{
		width: 100%!important;
		display: block;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
	}
	.active:before{
		display: none;
	}
	.sub-menu li{
		width: 100%!important;
		padding: 0;
		display: block;
	}
	nav ul li:hover .sub-menu{
		display: none;
	}
	.sub-menu li a{
		padding: 0;
		color: #FFF;
		opacity: 0.4;
		clear: both;
		float: left;
		font-size: 14px;
	}
	.sub-menu{
		display: none;
		padding: 0;
		position: relative;
		background-color: transparent;
		box-shadow: unset;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.callNow{
		display: block;
		margin-top: 30px;
		color: #35B0CA!important;
		text-align: center;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: bold!important;
	}
}
/*
______  __           _________            
___  / / /__________ ______  /____________
__  /_/ /_  _ \  __ `/  __  /_  _ \_  ___/
_  __  / /  __/ /_/ // /_/ / /  __/  /    
/_/ /_/  \___/\__,_/ \__,_/  \___//_/     
                                          
*/
header{
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	padding: 300px 0 80px 0;
	position: relative;
}
header.lessPadded{
	padding: 180px 0 80px 0;
}
header .row{
	position: relative;
}
header:before{
	content: '';
	height: 100%;
	width: 100%;
	background-color: #01213D;
	position: absolute;
	opacity: 0.85;
	top: 0;
	left: 0;
	z-index: -1;
}
.headerText h1{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 110%;
	color: white;
	margin: 0;
	opacity: 0.9;
}
.headerText h1 span{
	color: #35B0CA;
}
.headerText p{
	color: white;
	font-size: 18px;
	max-width: 70%;
	margin: 20px 0 0 0;
	opacity: 0.7;
}
.text p span.price{
	float: right;
	font-weight: bold;
	color: #0099CC
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text p span.price{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
}
.headerGraphic{
	position: absolute;
	opacity: 0.2;
	right: 0px;
	bottom: -200px;
	max-width: 40%;
}
/*BELOW ROW WIDTH*/
@media screen and (max-width: 73.75em) {
	header{
		padding: 220px 30px 50px 30px;
	}
	header.lessPadded{
		padding: 160px 30px 50px 30px;
	}
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.headerText h1{
		font-size: 30px;
		line-height: 110%;
		margin: 30px 0 0 0;
	}
	.headerText p{
		font-size: 15px;
		max-width: 100%;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.headerText h1{
		font-size: 24px;
	}
	.headerText p{
		font-size: 14px;
	}
	header{
		padding: 220px 20px 50px 20px;
	}
	header.lessPadded{
		padding: 180px 20px 50px 20px;
	}
	header a{
		font-size: 12px!important;
	}
}
/*
____________   _______________________ 
____  _/__  | / /__  __/__  __ \_  __ \
 __  / __   |/ /__  /  __  /_/ /  / / /
__/ /  _  /|  / _  /   _  _, _// /_/ / 
/___/  /_/ |_/  /_/    /_/ |_| \____/  
                                       
*/
.intro{
	padding: 80px 0;
}
.intro .row{
	position: relative;
}
.intro .columns:last-of-type img{
	margin-left: 10px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.4)
}
.introGraphic{
	position: absolute;
	opacity: 0.1;
	height: 120%;
	left: -120px;
	top: -10%;
	z-index: -1;
}
.intro ul li:last-of-type{
	color: #35B0CA;
	font-weight: bold;
}
.intro ul li:last-of-type:before{
	content: '\f067';
}
/*BELOW ROW WIDTH*/
@media screen and (max-width: 73.75em) {
	.intro{
		padding: 40px 30px 0px 30px;
	}
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.intro .row .columns:first-of-type{
		margin-bottom: 20px;
	}
	.introList{
		-webkit-order: +1;
		-moz-order: +1;
		-ms-order: +1;
		-o-order: +1;
		order: +1;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.intro img{
		margin: 0 0 20px 0!important;
	}
	.intro{
		padding: 40px 20px;
	}
}
/*Text Blocks*/
.main{
	padding: 80px 0;
}
.main ~ .main{
	padding-top: 0;
}
.sideBar .socialIcons{
	margin-top: 20px;
}
.main:nth-of-type(odd) .sideBar{
	-webkit-order: +1;
	-moz-order: +1;
	-ms-order: +1;
	-o-order: +1;
	order: +1;
}
.main:nth-of-type(odd) .icon{
	left: unset;
	right: -30px;
}
.icon{
	position: absolute;
	left: -30px;
	top: 80px;
	border-radius: 50%;
	z-index: 100;
	display: inline-block;
	width: 60px;
	font-size: 25px;
	height: 60px;
	background-color: #35B0CA;
	text-align: center;
	line-height: 60px;
	color: #FFF;
}
.textBlock{
	background-color: #EEE;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 6px 6px 15px rgba(0,0,0,0.1);
}
.textBlock .contents.notPadded{
	padding: 15px;
}
.textBlock .contents{
	padding: 70px;
	position: relative;
}
.textBlock .sideBar{
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #01213D;
}
.textBlock .sideBar:after{
	content: '';
	position: absolute;
	bottom: -100px;
	right: -100px;
	opacity: 0.2;
	z-index: -1;
	background-image: url('../images/logo.png');
	background-size: cover;
	width: 400px;
	height: 400px;
}
.main:nth-of-type(odd) .sideBar:after{
	right: 100px;
}
.textBlock .bgMe.sideBar:before{
	content: '';
	height: 100%;
	width: 100%;
	background-color: #01213D;
	position: absolute;
	opacity: 0.85;
	top: 0;
	left: 0;
	z-index: -1;
}
.sideInfo{
	color: white;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 40px;
	padding: 30px;
}
.sideInfo.relative{
	position: relative;
	bottom: unset;
	padding-top: 70px;
}
.sideInfo h3{
	margin-bottom: 0px!important;
}
.sideInfo img{
	margin-top: 20px;
}
.sideInfo ul{
	margin-top: 20px;
	opacity: 0.9;
}
.sideInfo ul, .sideInfo ul li{
	border: none!important;
	padding: 0!important;
	line-height: 30px!important;
}
/*BELOW ROW WIDTH*/
@media screen and (max-width: 73.75em) {
	.main{
		padding: 40px 45px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.main{
		padding: 0px 35px 20px 35px;
	}
	.textBlock{
		background-color: transparent;
		box-shadow: unset;
	}
	.textBlock .contents{
		padding: 40px 0!important;
		position: relative;
	}
	.icon{
		display: none;
	}
	.sideBar{
		-webkit-order: +1;
		-moz-order: +1;
		-ms-order: +1;
		-o-order: +1;
		order: +1;
	}
	.sideBar, .sideBar:before{
		border-radius: 6px;
	}
	.sideInfo{
		margin: 120px 0 30px 0;
		color: white;
		position: relative;
		left: unset;
		bottom: unset;
		padding: 30px;
	}
	.sideInfo.relative{
		margin-top: 0;
		padding: 20px;
	}
}
/*
___________________________   _________________________________________   __
__  ____/__    |__  /___  /   ___    |_  ____/__  __/___  _/_  __ \__  | / /
_  /    __  /| |_  / __  /    __  /| |  /    __  /   __  / _  / / /_   |/ / 
/ /___  _  ___ |  /___  /___  _  ___ / /___  _  /   __/ /  / /_/ /_  /|  /  
\____/  /_/  |_/_____/_____/  /_/  |_\____/  /_/    /___/  \____/ /_/ |_/   
                                                                                
*/
.cta{
	background-size: cover;
	background-position: center;
	z-index: 1;
	padding: 70px 0;
	position: relative;
	background-image: url('../images/calltoaction.jpg');
}
.cta:before{
	content: '';
	height: 100%;
	width: 100%;
	background-color: #01213D;
	position: absolute;
	opacity: 0.9;
	top: 0;
	left: 0;
	z-index: -1;
}
.cta h3{
	font-size: 32px!important;
	font-weight: 500;
	padding: 0 20%;
	color: white!important;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.cta{
		padding: 50px 10px;
	}
	.cta h3{
		font-size: 26px!important;
		font-weight: 500;
		padding: 0;
		color: white!important;
	}
	.cta a{
		font-size: 12px!important;
	}
}
/*
_______________________________________    __________________________________________________   __
__  ____/__    |__  __ \__  __ \_  ___/    __  ___/__  ____/_  ____/__  __/___  _/_  __ \__  | / /
_  /    __  /| |_  /_/ /_  / / /____ \     _____ \__  __/  _  /    __  /   __  / _  / / /_   |/ / 
/ /___  _  ___ |  _, _/_  /_/ /____/ /     ____/ /_  /___  / /___  _  /   __/ /  / /_/ /_  /|  /  
\____/  /_/  |_/_/ |_| /_____/ /____/      /____/ /_____/  \____/  /_/    /___/  \____/ /_/ |_/   
                                                                                                  
*/
.cards{
	padding: 70px 0;
	overflow: hidden;
}
.cardsGraphic{
	position: absolute;
	opacity: 0.1;
	left: -100px;
	z-index: -1;
	bottom: -200px;
}
.cards .row{
	position: relative;
}
.arrows{
	position: absolute;
	top: calc(50% - 25px);
	left: -50px;
	height: 50px;
	width: calc(100% + 100px);
}
.arrows button{
	display: inline-block;
	height: 50px;
	width: 50px;
	font-size: 40px;
	color: #01213D;
	cursor: pointer;
}
.arrows .prevSlide{
	float: left;
}
.arrows .nextSlide{
	float: right;
}
.cards .card:active{
	cursor: grabbing;
}
.cards .card:hover .copy:before{
	height: 600%;
	opacity: 1;
}
.cards .card{
	cursor: grab;
	border-radius: 10px;
	box-shadow: 6px 6px 15px rgba(0,0,0,0.1);
	height: 500px;
	margin: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}
.cards h3, .cards p{
	margin: 0;
	text-transform: unset!important;
	color: white!important;
}
.cards .copy:before{
	content: '';
	width: 100%;
	height: 220%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01213D00', endColorstr='#01213D',GradientType=0 );
	position: absolute;
	opacity: 0.8;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: height ease-in-out 0.3s, opacity 0.3s;
	-o-transition: height ease-in-out 0.3s, opacity 0.3s;
	transition: height ease-in-out 0.3s, opacity 0.3s;
}
.cards .copy a{
	margin-top: 18px!important;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.cards .copy{
	position: absolute;
	padding: 30px;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition:  all 0.5s;
	-o-transition:  all 0.5s;
	transition:  all 0.5s;
}
/*BELOW ROW WIDTH*/
@media screen and (max-width: 73.75em) {
	.cards{
		padding: 60px 50px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.cards{
		padding: 50px 30px 100px 30px
	}
	.cards .arrows{
		top: calc(100% + 15px);
		padding: 0 30px;
	}
	.cards .arrows button{
		width: calc(50% - 8px);
		line-height: 50px;
		height: 50px;
		font-size: 20px;
		border: 1px solid #35B0CA;
		color: #35B0CA;
	}
	.arrows{
		position: absolute;
		left: -30px;
		height: 30px;
		width: calc(100% + 60px);
	}
	.arrows button{
		display: inline-block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 30px;
		color: #01213D;
	}
	.cards .card{
		border-radius: 5px;
		box-shadow: 6px 6px 20px rgba(0,0,0,0.2);
		height: 500px;
		margin: 0px;
		position: relative;
		z-index: 1;
		cursor: pointer;
		overflow: hidden;
	}
	.cards .card:before{
		content: '';
		height: 100%;
		width: 100%;
		background-color: #01213D;
		position: absolute;
		opacity: 0.4;
		top: 0;
		left: 0;
		z-index: -1;
		-webkit-transition:  all 0.5s;
		-o-transition:  all 0.5s;
		transition:  all 0.5s;
	}
}
/*
____________________   ______________________   ________________
__  ____/_  __ \__  | / /__  __/__  ____/__  | / /__  __/_  ___/
_  /    _  / / /_   |/ /__  /  __  __/  __   |/ /__  /  _____ \ 
/ /___  / /_/ /_  /|  / _  /   _  /___  _  /|  / _  /   ____/ / 
\____/  \____/ /_/ |_/  /_/    /_____/  /_/ |_/  /_/    /____/  
                                                                
*/
.text{
	color: #444
}
.text h1, .text h2, .text h3, .text h4, .text h5{
	line-height: 114%;
	margin: 5px 0 20px 0;
}
.text h2{
	letter-spacing: -1px;
}
.text h1 span,.text h2 span{
	color: #35B0CA;
}
.text h3{
	color: #35B0CA;
	font-size: 20px;
}
.text h4{
	color: #35B0CA;
	opacity: 0.8;
	font-size: 18px;
}
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 100px;
	background-color: #35B0CA;
	border: 0px!important;
}
.main .text address{
	margin: 22px 0;
}
.main .text address p{
	margin: 0;
	line-height: 30px;
	font-style: initial;
}
.text p{
	font-size: 14px;
}
.text p.smaller{
	font-size: 10px;
	opacity: 0.8;
}
.contents p:last-of-type, .sideBar p:last-of-type{
	margin-bottom: 0;
}
.text p a{
	color: #35B0CA;
	text-decoration: underline;
}
.text img{
	border-radius: 6px;
	margin-bottom: 20px;
}
.text blockquote:after{
	content: '\f10e';
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	background-color: #01213D;
	font-size: 16px;
	color: #35B0CA;
	border-radius: 20px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	left: -20px;
	top: 40px;
}
.text blockquote{
	margin: 0 0 20px 0;
	position: relative;
	padding: 36px;
	background-color: white;
	z-index: 1;
	border-radius: 6px;
}
.text blockquote h3{
	text-transform: initial;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
.text blockquote p:first-of-type{
	margin-top: 0;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.6;
	font-weight: bold;
	color: #35B0CA;
}
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		background-color: #EEE;
		display: block;
		padding: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}	
}
.text ul{
	font-size: 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid #DDD;
}
.text ul.split, .text ol.split{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li{
	display: inline-block;
	width: 100%;
	padding: 0 12px;
	line-height: 38px;
	border-top: 1px solid #DDD;
}
.text ul.noDots li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #35B0CA;
	content: '\f00c';
	font-size: 10px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}
.text ol{
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 18px;
	border-bottom: 1px solid #DDD;
}
.text ol li{
	border-top: 1px solid #DDD;
	display: inline-block;
	width: 100%;
	counter-increment: step-counter;
	line-height: 38px;
	padding: 0 12px;
}
.text ol li:before{
	color: #35B0CA;
	width: 10px;
	font-weight: 900;
	display: inline-block;
	content: counter(step-counter)".";
	font-size: 13px;
	margin-right: 10px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text ul.split, .text ol.split{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Blog*/
.blog{
	margin-top: 30px;
}
.blog article img{
	display: none;
}
.blog article{
	background-size: cover;
	background-color: #EEE;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #EEE;
}
.blog article:before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #01213D;
	position: absolute;
	opacity: 0.9;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: height ease-in-out 0.3s, opacity 0.3s;
	-o-transition: height ease-in-out 0.3s, opacity 0.3s;
	transition: height ease-in-out 0.3s, opacity 0.3s;
}
/*
______________________________  __________
___  ____/_  __ \__  __ \__   |/  /_  ___/
__  /_   _  / / /_  /_/ /_  /|_/ /_____ \ 
_  __/   / /_/ /_  _, _/_  /  / / ____/ / 
/_/      \____/ /_/ |_| /_/  /_/  /____/  
                                          
*/
.websiteForm ::placeholder {color: #444;opacity: 1;}
.websiteForm :-ms-input-placeholder {color: #444;}
.websiteForm ::-ms-input-placeholder {color: #444;}
.websiteForm{
	color: #606060;
}
.websiteForm{
	margin-top: 30px;
}
.websiteForm label{
	display: block;
	font-size: 14px;
	line-height: 2.6em;
	color: #35B0CA;
}
.websiteForm input[type='text'], .websiteForm select{
	width: 100%;
	height: 40px;
	color: #333;
	background-color: transparent;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border: 1px solid #BBB;
	border-radius: 3px;
}
.websiteForm textarea{
	width: 100%;
	background-color: transparent;
	color: #333;
	resize: none;
	padding: 1em;
	border: 1px solid #BBB;
	height: 180px;
	border-radius: 3px;
}
.modal{
	background-color: #01213D;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	border-radius: 6px;
	display: none;
	padding: 36px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.modal ::placeholder {color: #EEE;opacity: 1;}
.modal :-ms-input-placeholder {color: #EEE;}
.modal ::-ms-input-placeholder {color: #EEE;}
.formGraphic{
	opacity: 0.1;
	width: 400px;
	transform: rotate(17deg);
	position: absolute;
	z-index: -1;
	color: #35B0CA;
	top: -20%;
	left: 40%;
}
.modal h3{
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.modal p.smaller{
	font-size: 10px;
	margin: 0;
}
.modal p{
	font-size: 14px;
	color: #eee;
	margin-top: 4px;
}
.modal form{
	max-width: 480px;
}
.modal form .inner{
	overflow: auto;
	border-radius: 3px;
	border-right: 1px solid #DDD;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.modal form textarea{
	border: none;
	font-weight: 500;
	font-size: 14px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	padding: 12px;
	background-color: transparent;
	border-radius: 0px;
	outline: none!important;
	resize: none;
	color: #EEE;
	font-weight: bold;
}
.modal .uiButton{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.modal form input{
	border: none;
	color: #EEE;
	font-weight: bold;
	font-size: 14px;
	background-color: transparent;
	border-radius: 0px;
	outline: none!important;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 50%;
	height: 50px;
	padding: 0 12px;
	float: left;
}
/*
______________________________________________  __
__  ____/__    |__  /___  /___  ____/__  __ \ \/ /
_  / __ __  /| |_  / __  / __  __/  __  /_/ /_  / 
/ /_/ / _  ___ |  /___  /___  /___  _  _, _/_  /  
\____/  /_/  |_/_____/_____/_____/  /_/ |_| /_/   
                                                  
*/
.fancybox-infobar{
	color: white;
	font-size: 20px;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}
.gallery .columns{
	border-radius: 6px;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	height: 100%;
	opacity: 0;
}
.gallery .columns .caption p{
	font-size: 12px;
	margin: 0;
	color: rgba(255,255,255,0.9);
	line-height: 18px;
}
.gallery .columns:hover .caption{
	bottom: 0%;
}
.gallery .columns:before{
	content: '';
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01213D00', endColorstr='#01213D',GradientType=0 );
	position: absolute;
	opacity: 1;
	left: 0;
	bottom: 0%;
	z-index: 1;
	pointer-events: none;
	transition: bottom 0.5s;
}
.gallery .columns .caption{
	-webkit-transition: bottom 0.4s;
	-o-transition: bottom 0.4s;
	transition: bottom 0.4s;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding: 20px 16px;
	bottom: -100%;
	left: 0px;
	z-index: 2;
	font-size: 13px;
}
.gallery .columns{
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 24px);
	margin: 12px;
	background-position: center center;
	overflow: hidden;
	float: left;
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.gallery .columns{
		width: calc(50% - 24px);
	}
	.gallery .columns:nth-child(14n + 3),.gallery .columns:nth-child(14n + 8){
		width: calc(100% - 24px);
	}
}
/*
________      ______ ________          __________              
__  ___/___  ____  /___  ___/____________  /___(_)____________ 
_____ \_  / / /_  __ \____ \_  _ \  ___/  __/_  /_  __ \_  __ \
____/ // /_/ /_  /_/ /___/ //  __/ /__ / /_ _  / / /_/ /  / / /
/____/ \__,_/ /_.___//____/ \___/\___/ \__/ /_/  \____//_/ /_/ 
                                                               
*/
.pale{
	padding: 40px 30px;
	background-color: #EEE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.pale h3{
	font-size: 28px;
	margin: 0!important;
}
.pale p{
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	opacity: 0.8;
}
.pale hr{
	margin: 0;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.pale img{
		margin-top: 10px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.pale{
		padding: 30px 20px;
	}	
}
/*
_______________________________________________ 
___  ____/_  __ \_  __ \__  __/__  ____/__  __ \
__  /_   _  / / /  / / /_  /  __  __/  __  /_/ /
_  __/   / /_/ // /_/ /_  /   _  /___  _  _, _/ 
/_/      \____/ \____/ /_/    /_____/  /_/ |_|  
                                                
*/
.footerGraphic{
	position: absolute;
	opacity: 0.1;
	height: 105%;
	right: 120px;
	top: -10%;
	z-index: -1;
	-webkit-filter: saturate(2);
	-o-filter: saturate(2);
	filter: saturate(2);
}
.socialIcons a{
	background-color: #35B0CA;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	display: inline-block;
	color: white;
}
footer{
	background-color: #01213D;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 120px 0 50px 0;
}
footer .text h4{
	font-size: 17px;
}
footer .text ul li:before{
	display: none;
}
footer ul li{
	border-top: none!important;
	width: 100%;
	display: block;
	padding: 0!important;
	line-height: 32px!important;
}
footer ul{
	text-transform: initial!important;
	border-bottom: none!important;
	display: block;
	width: 100%!important;
}
footer .text ul li a, footer .text p, footer .text ul li{
	color: rgba(255,255,255,0.7);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0px
}
footer .text.light ul li a, footer .text.light p, footer .text.light ul li{
	color: #EEE;
	display: block;
	width: 100%;
}
footer address p{
	font-style: initial!important;
	margin: 9px 0
}
footer .text p.blurb{
	padding-left: 100px;
}
.copy{
	margin-top: 40px;
}
.copy p span{
	color: #35B0CA;
}
.copy p{
	font-size: 12px!important;
	text-transform: capitalize;
}
/*BELOW ROW WIDTH*/
@media screen and (max-width: 73.75em) {
	footer{
		padding: 40px 30px;
	}
	.talMob{
		text-align: left;
	}
	footer p.blurb{
		padding-left: 0px!important;
		width: 100%;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer .callNow{
		display: none;
	}
	.footerGraphic{
		height: 400px;
		right: -30px;
		top: 300px;
	}
	footer{
		padding: 50px 20px;
	}
	footer .text p.blurb{
		padding-left: 0px;
	}
}