/*
	Template #2 "Clean and Blue"
	---------------------
	Light tan and dark blue with a large hero image and a
	large top menu with lots of whitespace. Top shrinks as
	user scrolls down and buckets fly upward and fade in 
	when user scrolls down to them.

	Layout colors
	---------------------
	very dark blue: #0E162E
	light grey: #F1EDEC
	dark blue: #2C3E50
	lighter blue: #2980B9
	bright blue: #3498DB
	orange: #E74C3C
*/

body {
	margin: 0;
	font-size: 1rem;
	font-family: 'Droid Sans', Arial, Verdana, Geneva, sans-serif;
	background: url("../images/hero.jpg") top center no-repeat;
	background-position: -200px 150px;
	background-color: #F1EDEC;
}

a {
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-khtml-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	color: #2980B9;
	text-decoration: none;
}

a:hover {
	color: #E74C3C;
}

h1 {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 1.5rem;
}

.scale-up {
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-khtml-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.top-wrapper, .top, .bucket-wrapper, .hamburger, .masked {
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.top-wrapper {
	background-color: #fff;
	height: 100px;
	padding-top: 20px;
	border-bottom: 1px solid #0E162E;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}

.top {
	margin: 0 auto;
	width: 90%;
	max-width: 1350px;
}

.logo {
	background: url("../images/logo.png") top left no-repeat;
	height: 58px;
	display: inline-block;
}

.title, .subtitle {
	padding-left: 110px;
	display: none;
}

.title {
	font-weight: bold;
	color: #0E162E;
	padding-top: 5px;
	padding-bottom: 3px;
}

.top-right {
	float: right;
	width: 60%;
}

.main-menu {
	text-align: right;
	display: none;
}

.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 23px 0 0 0;
	font-size: 1.3rem;
	font-weight: bold;
}

.main-menu li {
	display: inline;
}

.main-menu li:last-of-type {
	padding-right: 0;
}

.underline {
	display: inline-block;
	position: relative;
}
.underline:after {
	content: '';
	position: absolute;
	bottom: -57px;
	left: 0;
	height: 0px;
	width: 100%;
	background: transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/* For when the top menu shrinks on scroll, this gets added by JS */
.underline2:after {
	content: '';
	position: absolute;
	bottom: -32px;
	left: 0;
	height: 0px;
	width: 100%;
	background: transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.underline:hover:after {
	height: 5px;
	background: #0E162E;
}

.hamburger {
	position: absolute;
	top: 0px;
	right: 0%;
	width: 100px;
	height: 99px;
	text-align: center;
	background-color: #fff;
}

.hamburger i {
	font-size: 2rem;
	margin-top: 35px;
}

.mobile-social-icons {
	padding-top: 10px;
}

.mobile-social-icons a {
	display: block;
	padding-top: 15px;
}

.mobile-social-icons i {
	font-size: 1.4rem;
	width: 25px;
}

.mobile-social-icons h3 {
	margin-top: 0 !important;
}

#sidr {
	background-color: #fff;
}


/***************************************** hero section */
.hero {
	height: 600px;
	color: #FFF;
	margin-top: 100px;
	overflow: hidden;
}

.hero-box {
	margin-top: 60px;
	padding: 5px 20px;
	border-radius: 20px;
	background-color: rgba(44,62,80, 0.95);
	text-shadow: 1px 1px #0E162E;
}

.hero-box h2 {
	text-align: center;
	font-size: 1.6rem;
}

.hero-box p {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.fa-phone {
	-webkit-transform:rotateY(180deg) !important;
	-moz-transform:rotateY(180deg) !important;
	-o-transform:rotateY(180deg) !important;
	-ms-transform:rotateY(180deg) !important;
	transform: rotateY(180deg) !important;
}


/********************************************* Buckets */
.bucket-wrapper {
	background-color: rgb(44,62,80);
	color: #FFF;
	text-shadow: 1px 1px #0E162E;
}

.buckets .col-4 {
	width: 100%;
	padding: 0 5% 60px 5%;
}

.buckets {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	max-width: 1300px;
}

.buckets {
	text-align: center;
}

.buckets img {
	border-radius: 20px;
	z-index: 0;
}

.buckets h3 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: #3498DB;
}
.buckets p {
	max-width: 250px;
	display: inline-block;
	font-size: 1.1rem;
}

a .mask p, a:hover .mask p {
	color: #F1EDEC;
}



/************************************** main content */
.page-title {
	padding-top: 60px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #2980B9;
	background-color: #F1EDEC;
}

.content {
	color: #131B22;
	margin: 0 auto;
	line-height: 1.4rem;
	padding: 40px 0 60px 0;
	width: 100%;
}

.content .col-2, .content .col-6 {
	width: 100%;
}

.content .col-1 {
	width: 0;
}

.content h1 {
	padding-bottom: 30px;
	text-align: center;
}

.content ul {
	list-style-type: none;
}

.content .col-2 h3 {
	color: #0E162E;
}

.content-img {
	display: none;
}

.left {
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #3498DB;
	padding: 30px 10% 50px 10%;
}

.quote-box {
	color: #F1EDEC;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.quote-box i {
	color: #CCC;
}

.quote-author {
	padding-top: 15px;
	font-size: 1.2rem;
	float: right;
}

.quote-author:before {
	content: '-';
}

.center {
	padding: 0 10% 20px 10%;
}

.content-right {
	padding: 0 10%;
	text-align: center;
}

.content-right img {
	padding-bottom: 20px;
}

.content-right img:last-of-type {
	padding-bottom: 0;
}

.office-hours {
	margin: 50px 0 0 0;
	background-color: #2C3E50;
	border-radius: 15px;
	padding: 20px;
	color: #FFF;
}

.office-hours h3 {
	color: #3498DB !important;
	font-size: 1.5rem;
	margin-top: 10px;
}

.social-icons {
	margin-top: 40px;
	font-size: 2rem;
	text-align: center;
	display: none;
}

.social-icons a {
	color: #3498DB;
	margin-left: 10px;
}

.social-icons a:hover {
	color: #E74C3C;
}


/***************************************** footer */
.footer-wrapper {
	background-color: #2980B9;
	padding-top: 40px;
}

.footer {
	margin: 0 auto;
	max-width: 1250px;
	color: #FFF;
	font-size: 1rem;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: #0E162E;
}

.footer div {
	float: left;
}

.footer h3 {
	color: #0E162E;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer li {
	padding-bottom: 10px;
}

.footer form b {
	font-size: 1.1rem;
	padding-right: 10px;
	color: #0E162E;
}

.footer input {
	border: 1px solid #2C3E50;
	border-radius: 5px;
	background-color: #F1EDEC;
	padding: 10px;
	width: 85%;
	color: #131B22;
	min-height: 25px;
}

.footer input[type=email]:focus:invalid {
	background: url("../images/form-invalid.png") no-repeat;
	background-position: right 5px top 5px;
	background-color: #F1EDEC;
}

.footer input[type=email]:required:valid {
	background: url("../images/form-valid.png") top right no-repeat;
	background-position: right 5px top 5px;
	background-color: #F1EDEC;
}

.submit {
	width: 100%;
}

.footer input[type=submit] {
	margin: 20px 4px 0 0;
	padding: 5px 15px;
	background-color: #2C3E50;
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-khtml-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.footer input[type=submit]:hover {
	background-color: #fff;
	color: #E74C3C;
}

.copyright {
	text-align: center;
	padding: 30px 0;
	color: #DDD;
}

.top-link {
	position: fixed;
	bottom: 5%;
	right: 2.5%;
	border-radius: 5px;
	background-color: #0E162E;
	padding: 5px 9px 10px 9px;
	font-size: 1.4rem;
	display: none;
	color: #E74C3C;
}

.top-link:hover {
	background-color: #2C3E50;
	color: #F1EDEC;
}



