@charset "UTF-8";
/* CSS Document
 * @version 2 
 * @modified 2012-04-04 by Alexandria Stull
*/
/*
Green: #74AD3D rgba(116,173,61,1);
Blue: #37B2EF rgba(55,178,239);
Royal: #005695 rgba(0,86,149,1);
Navy: #143255 rgba(20,50,85,1);
*/

/* DEFAULT HTML STYLES */
html {
	background-image: url(/images/background-lg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
    margin: 0;
	background-color: rgba(255, 255, 255, .7);
    font-size: 16px;
	font-weight: 300;
}
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "museo-sans", Arial, sans-serif;
	-moz-transition: background .4s ease;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-size: 2.75em;	
}
h4 {
	font-size: 1.35em;	
}
ul {
	padding-left: 1em;
}
li {
	margin-bottom: .75em;
}
p, li {
	line-height: 1.6em;	
}
a {
	color: inherit;
	text-decoration: none;
}
.button {
	display: inline-block;
	margin-top: 1em;
	padding: .75em 1.5em;
	background-color: #74AD3D;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
}
.button:hover {
	background-color: #005695;
}
strong {
	font-weight: 700;	
}
@media screen and (max-width: 750px) {
	.button {
		width: 100%;
		font-size: 1em;
	}
}

/* PARENT CONTAINERS */
.hero, .description, .copyright {
	position: relative;
	padding-left: calc(50vw - 600px);
	padding-right: calc(50vw - 600px);
}
.header:after, .entry:after, .entry:before,
.description:after, .copyright:after, .copyright:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;	
}
.entry:before, .copyright:before {
	mix-blend-mode: normal;
	background-color: rgba(255,255,255,.6);
}
.header *, .entry *, .description *, .copyright * {
	position: relative;
	z-index: 1;	
}
.description {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
@media screen and (max-width: 1300px) {
	.header, .hero, .description, .copyright {
		padding: 0 5%;
	}
}

/* HEADER */
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	color: #FFF;
}
.header:after {
	background-color: #74AD3D;
}
.contact svg {
	margin: 1em .75em 1em 0;	
}
.contact p {
	font-size: 1.1em;
	font-weight: 700;
}
.phone svg {
	margin-top: .6em;
}

	/*WIDGET*/
.widget {
	margin-left: 2em;
}

@media screen and (min-width: 1000px) {
	.header {
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		-moz-box-pack: space-between;
		justify-content: space-between;
		padding-left: calc(50vw - 700px);
		padding-right: calc(50vw - 700px);
	}
	.contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1 0 auto;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.phone {
		-webkit-box-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 0 1.75em;
		background-color: #143255;
	}
}
@media screen and (max-width: 1450px) and (min-width: 1000px) {
	.header {
		padding: 0 2em;
		font-size: .9em;
	}
}
@media screen and (max-width: 1250px) and (min-width: 1000px) {
	.header {
		display: block;
		padding: 0;
		text-align: center;
		font-size: .8em;
	}
	.contact {
		display: inline-block;
	}
	.contact:not(:first-of-type) {
		margin-left: 1em;
	}
	.contact * {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	.contact.phone {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 999px) {
	.header {
		padding: 0;
		font-size: .9em;
	}
	.contact {
		width: 50%;
		height: 4em;
		text-align: center;
	}
	.contact:nth-of-type(1),
	.contact:nth-of-type(2) {
		border-bottom: 1px solid #FFF;
	}
	.contact:nth-of-type(1),
	.contact:nth-of-type(3) {
		border-right: 1px solid #FFF;
	}
	.contact * {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
}
@media screen and (max-width: 775px) {
	.contact {
		width: 100%;
	}
	.contact:nth-of-type(n):not(:last-of-type) {
		border-bottom: 1px solid #FFF;
		border-right: none;
	}
}
@media screen and (max-width: 600px) {
	.contact {
		padding-left: 5%;
		text-align: left;
	}
	.contact:nth-of-type(2) svg {
		margin-left: .3em;
		margin-right: 1.2em;
	}
	.contact:nth-of-type(3) svg {
		margin-right: 1em;
	}
	.phone svg {
		margin-left: .3em;
		margin-right: .7em;
	}
	div#soTellUs2 {
    float: none;
    margin: -1em auto 2em;
	}
}
@media screen and (max-width: 450px) {
	.header {
		font-size: .8em;
	}
}
@media screen and (max-width: 365px) {
	.header {
		font-size: .7em;
	}
}

/* ENTRY POINTS */
.hero {
	padding-top: 4em;
	padding-bottom: 4em;
}
.logo {
	display: block;
	width: 55em;
	height: 7.5em;
	margin: 0 auto 3em;
}
.entry-points {
	position: relative;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-moz-box-pack: space-between;
	justify-content: space-between;
}
.entry {
	position: relative;
	width: 31%;
	padding: 2em 2em 1em;
	color: #FFF;
}
.entry:after {
	background-color: #005695;
}
.entry:nth-of-type(even):after {
	background-color: #74AD3D;
}
@media screen and (max-width: 1100px) {
	.entry-points, .description {
		-moz-box-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flexbox-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.description {
		justify-content: center;
	}
	.widget {
		margin: 3em auto 0;
	}
	.entry {
		width: 100%;
	}
	.entry:not(:first-child) {
		margin-top: 2em;
	}
}
@media screen and (max-width: 1000px) {
	.logo {
		width: 100%;
		height: auto;
	}
}

/* DESCRIPTION */
.description {
	padding-top: 4em;	
	padding-bottom: 4em;	
	color: #FFF;
	text-align: center;
}
.description:after {
	background-color: #143255;
}
.description p {
	max-width: 48em;
/*	margin-left: auto;*/
	margin-right: auto;	
	font-size: 1.2em;
}
.description strong {
	color: #37B2EF;	
}
@media screen and (max-width: 1000px) {
	.description p {
		width: 100%;
		max-width: 100%;
		text-align: left;
		font-size: 1em;
	}
}
@media screen and (max-width: 600px) {
	.description h2 {
		font-size: 1.75em;
	}
}



/* FOOTER */
.copyright {
	color: #FFF;
	text-align: center;	
}
.copyright:after {
	background-color: #005695;
}
.copyright p {
	display: inline-block;
	padding: 0 1em;
}
.copyright p:first-child {
	border-right: 1px solid #FFF;	
}
.border {
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 0;
	background-color: #143255;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 650px) {
	.copyright {
		padding: 1em;
	}
	.copyright p {
		margin: .25em 0;
		font-size: .9em;
		line-height: 1.4em;
	}
}