/*
Custom CSS
update: 2019 OCT 02
*/
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body 	{ font-family: Geogrotesque-Rg, arial, sans-serif; font-size: 18px; height: 100%; min-height: 100%; padding: 0px; }
h1 		{ margin-top: 5px; margin-bottom: 25px; font-size: 28px; font-weight: bold; color: #004C97;}
h3 		{ margin-top: 15px; font-size: 22px; font-weight: bold; }
img 	{ margin: 0 0 40px 0; }
.home-logo 	{ margin-bottom: 60px; }
.home-last	{ margin-bottom: 60px;}
.last		{ margin-bottom: 40px;}
a 			{ font-weight: bold; color: #004C97;}

/*Content Area*/
main.wrapper {
	position: absolute;
    width: 100%;
    height: 100%;
}			
#main-content {
	height: 100%; 
	min-height: 100%;
	padding: 65px 50px;
	font-size: 20px;
	line-height: 26px;
	}	
	.padderHome {
	padding-bottom: 130px !important;
	}
	.padderAssets {
	padding-bottom: 245px !important;
	}

.row {
	margin: 0px;
	}
#bg-left.col {
	background-size: auto 100%;
	background-attachment: fixed;
	background-position: top left;
	}	
#bg-right.col {
	background-size: auto 100%;
	background-attachment: fixed;
	background-position: top right;
	}
	.col.bg-home-left {
	background: url("../media/img/bg-home-left.png") no-repeat;
	}		
	.col.bg-home-right {
	background: url("../media/img/bg-home-right.png") no-repeat;
	}
	.col.bg-coli-left {
	background: url("../media/img/bg-coli-care-left.png") no-repeat;
	}		
	.col.bg-coli-right {
	background: url("../media/img/bg-coli-care-right.png") no-repeat;
	}
	.col.bg-assets-left {
	background: url("../media/img/bg-assets-left.png") no-repeat;
	}		
	.col.bg-assets-right {
	background: url("../media/img/bg-assets-right.png") no-repeat;
	}
	.col.bg-contact-left {
	background: url("../media/img/bg-contact-left.png") no-repeat;
	}		
	.col.bg-contact-right {
	background: url("../media/img/bg-contact-right.png") no-repeat;
	}
	
	
	
	
/*GLOBAL*/

a.btn-primary {
	margin: 10px 0;
	width: 100%;
	height: 100px;
	border: none;
	border-radius: 0;
	
	font-size: 26px;
	line-height: 28px;
	}
	#blue {
	padding-top: 38px;
	background-color: #004C97;
	}
	#green {
	padding-top: 24px;
	background-color: #84BD00;
	}
	#skyblue {
	padding-top: 38px;
	background-color: #00A3E0;
	}
	a.btn-primary#blue:hover,
	a.btn-primary#green:hover,
	a.btn-primary#skyblue:hover,
	a.btn-primary.email:hover,
	.active {
	opacity: .5;
	}

	a.btn-primary.email {
	margin: 30px 0 50px;
	width: 40%;
	height: 60px;
	padding-top: 18px;
	background-color: #004C97;
	font-size: 24px;
	}
	

.contactINFO {
	margin-top: 50px;
	}
	.address {
	float: left;
	width: 55%;
	vertical-align: middle;
	}
	.map {
	float: right;
	width: 45%;
	}
	.gmap {
	width: 100%;
	}

.clear { clear: both; }
	
/*Mobile*/
header, 
footer {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 150px;
	background-attachment: fixed;
	background-color: #004C97;
	display: none;
	z-index: 100;
	}
	header {
  	top: 0;
	}
	footer {
  	bottom: 0;
	}
	
	.bg-home-top {
	background: url("../media/img/mobile-bg-home-top.jpg") no-repeat;
	background-size: 100% auto;
	}
	.bg-home-bottom {
	background: url("../media/img/mobile-bg-home-bottom.jpg") no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	}
	.bg-coli-top {
	background: url("../media/img/mobile-bg-coli-care-top.jpg") no-repeat;
	background-size: 100% auto;
	}
	.bg-coli-bottom {
	background: url("../media/img/mobile-bg-coli-care-bottom.jpg") no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	}
	.bg-assets-top {
	background: url("../media/img/mobile-bg-asserts-top.jpg") no-repeat;
	background-size: 100% auto;
	}
	.bg-assets-bottom {
	background: url("../media/img/mobile-bg-asserts-bottom.jpg") no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	}
	.bg-contact-top {
	background: url("../media/img/mobile-bg-contact-top.jpg") no-repeat;
	background-size: 100% auto;
	}
	.bg-contact-bottom {
	background: url("../media/img/mobile-bg-contact-bottom.jpg") no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	}
	
			
/*hamburger menu*/
nav {
	position: absolute;
	top: 0; right: 0;
	margin: 18px 18px;
	display: none;
	}
		
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
	}
	.overlay-content {
  	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
  	margin-top: 30px;
	}
	.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 32px;
	color: #fff;
	display: block;
	transition: 0.3s;
	}
	.overlay a:hover, 
	.overlay a:focus {
	color: #f1f1f1;
	}		
	.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	}




/*Nitty Gritty Media Queries*/
@media (max-width: 1700px) { 
	.address {
		float: none;
		width: 100%;
		}
	.map {
		float: none;
		width: 100%;
		margin-top: 25px;
		}
}

@media (max-width: 1024px) { 
	nav 	{ display: block; }
	header 	{ display: block; }
	footer 	{ display: block; }
  	#bg-left.col, #bg-right.col { display: none; }
	#main-content { 
		top: 150px;
		width: 100%;
		padding: 50px 45px 150px; 
		}
	.address {
		float: left;
		width: 55%;
		vertical-align: middle;
		}
	.map {
		float: right;
		width: 45%;
		}
	.padderHome, .padderAssets {
	display: none;
	}
}
 
@media (max-width: 900px) { 
	#main-content { 
		top: 130px;
		padding: 25px 45px 175px; 
		}
	.home-logo  {
		margin-top: 20px;
		}
	.address {
		float: none;
		width: 100%;
		}
	.map {
		float: none;
		width: 100%;
		margin-top: 25px;
		}
}

@media (max-width: 768px) { 
	#main-content { 
		top: 110px;
		}
}

@media (max-width: 600px) { 
	#main-content { 
		top: 90px;
		font-size: 18px;
		line-height: 22px;
		}
	.home-logo  {
		width: 75%;
		margin-bottom: 40px; 
		}
}

@media (max-width: 480px) { 
	nav 	{ z-index: 1000; }
	header 	{ height: 100px; }
	footer 	{ height: 100px; }
	.logo  {
		width: 50%;
		}
	#main-content { 
		top: 60px;
		padding-bottom: 150px; 
		font-size: 18px;
		line-height: 22px;
		}
	h3 {
		font-size: 20px;
		}
	a.btn-primary {
	height: 75px;
	font-size: 20px;
	line-height: 22px;
	}
	#blue {
	padding-top: 26px;
	}
	#green {
	padding-top: 15px;
	}
	#skyblue {
	padding-top: 26px;
	}
	a.btn-primary.email {
	font-size: 20px; 
	}
}

@media screen and (max-height: 480px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	font-size: 34px;
	top: 15px;
	right: 35px;
	}
}

