/****** Dunning and Associates ********/
/****** A Shop Project *********/

/*** Fonts ***/
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Cardo:400,400italic);

/*** Icon Fonts ***/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-cj3dhb');
	src:url('../fonts/icomoon.eot?#iefix-cj3dhb') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-cj3dhb') format('woff'),
		url('../fonts/icomoon.ttf?-cj3dhb') format('truetype'),
		url('../fonts/icomoon.svg?-cj3dhb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play2:before {
	content: "\ea15";
	font-size: 1.5rem;
	color: rgba(255,255,255,1);
	position: absolute;
  margin-left: 10px;
	padding-top: 11px;
}

.icon-facebook2:before {
	content: "\ea8d";
	font-size: 1.35rem;
}

.icon-linkedin:before {
	content: "\eac8";
	font-size: 1.35rem;
}

/*** Typography ***/

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #333;
}

p {
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	letter-spacing: .1rem;
}

h1 {
	font-size: 2rem;
	color: #036;
}

h2 {
	font-size: 1.6rem;
	color: #e89e27;
}

h3 {
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #036;
}

h4 {
	font-size: 1rem;
}

h5 {
	text-transform: uppercase;
	font-size: 1rem;
}

h1 + h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

footer h5 {
	color: #fff;
}

footer small {
	font-size: 80%;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.3rem;
}

h6 {
	font-size: 1.3rem;
}

img {
	max-width: 100%;
}

blockquote {
	margin-bottom: 40px;
}

button, .button {
	background-color: #e89e27;
}

button:hover, .button:hover {
	background-color: #c47b05;
	border-bottom: none;
}

.subheader-play-icon a:hover {
	border-bottom: none;
}

.subheader-play-icon a img {
	transition: all ease-in-out .03s;
}

.subheader-play-icon a img:hover {
	transform: scale(1.15);
}

p a.button {
	color: #fff;
}

.button:focus {
	background-color: #e89e27;
}

.videoSection {
	padding-top: 375px;
}

.videoSection .row {
	background-color: rgba(0,0,0,.2);
	padding: 25px 20px 20px;
}

.videoSection a:link {
	color: rgba(255,255,255,1);
}

.videoSection a:visited {
	color: rgba(255,255,255,1);
}

.videoSection a:hover {
	border-bottom: none;
}

.videoSection h3 {
	color: rgba(255,255,255,1);
}

/**** Color Box ****/

#cboxContent {
  height: 385px !important;
}

/*p a:active.button {
	background-color: #e89e27;
}

 a:visited.button {
	color: #fff;
	background-color: #e89e27;
} */

.small {
	font-size: .85rem;
	letter-spacing: .025rem;
}

.homepage-subHead q {
	font-size: 1.5rem;
	font-style: italic;
	color: #fff;
}

.homepage-subHead .video-link{
	padding-top: 50px;
	font-size: 1.75rem;
}

.big {
	font-size: 3rem;
}

a:link {
	color: #e89e27
}

a:visited {
	color: #e89e27
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
}

a:active, a:focus {
	border: none;
	outline: none;
}

.logo a {
	border-bottom: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*** Page Sections ***/

section {
	/* padding: 0 0 80px 0; */
}

.homepage-hero {
	padding: 0 0 80px 0;
	min-height: 600px;
	/*background: url('../img/Dunning-Team-1500px.jpg') 50% 1% no-repeat;
	background: url('../img/dunning-team-grid.jpg') 50% 1% no-repeat;*/
  	-moz-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

/*** Responsive YouTube Video ***/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
		margin-bottom: 3rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interior-buy {
	padding: 0 0 80px 0;
	min-height: 600px;
	background: url('../img/daintro_still.jpg') 50% 1% no-repeat;
  	-moz-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-build {
	min-height: 400px;
	background: url('../img/construction_worker.jpg') 50% 50% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-sell {
	padding: 0 0 80px 0;
	min-height: 600px;
	background: url('../img/intro_still.jpg') 50% 1% no-repeat;
  	-moz-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.navWrap {
	padding: 10px 0;
	background-color: rgba(255,255,255,.7);
}

nav {
	margin-top: 20px;
	text-align: right;
}

nav ul li {
	display: inline;
	margin-left: 30px;
}

nav ul li a {
	padding: 9px 8px;
	color: #003366;
	transition: background-color 0.5s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1rem;
	font-size: .8rem;
}

nav ul li a:visited {
	color: #003366;
}

nav ul li a:hover {
	background-color: #003366;
	color: #fff;
	border-bottom: none;
}

.interior-tertiary {
	min-height: 400px;
}

.interior-about {
	min-height: 400px;
	background: url('../img/contemporary-houses2.jpg') 50% 35% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-homeSearch, .interior-onlineAnalysis, .interior-planFinder, .interior-ourStory {
	min-height: 400px;
	background: url('../img/modern-kitchen.jpg') 50% 70% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-hero {
	min-height: 400px;
	background: url('../img/contemporary-houses.jpg') 50% 50% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-contact {
	min-height: 400px;
	background: url('../img/modern-living-room.jpg') 50% 50% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-resources {
	min-height: 400px;
	background: url('../img/computer_desk.jpg') 50% 50% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.interior-testimonial {
	min-height: 400px;
	background: url('../img/happy-family.jpg') 50% 22% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
}

.homepage-subHead {
	background-color: #4c7094;
	text-align: center;
	padding: 15px 0;
}

.interior-subHead {
	height: 35px;
	background-color: #4c7094;
	text-align: center;
	margin: 0;
	padding: 0;
}

.homepage-getStarted {
	min-height: 600px;
	background-color: #ededf4;
	padding: 190px 0 0 0;
	background: url('../img/house-front-porch.jpg') 50% 50% no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
  	background-size: cover;
  	color: #fff;
}

.homepage-getStarted h3 {
	color: #fff;
}

.homepage-services {
	min-height: 600px;
	padding: 125px 0 30px 0;
	text-align: center;
}

.homepage-services .row {
	padding-bottom: 75px;
}

.homepage-services p.svcsIcon {
	text-align: center;
	margin-bottom: 30px;
}

form {
	margin: 0 0 40px 0;
}

.formSection {
	min-height: 400px;
	background-color: #e7e7e7;
	padding: 30px 0;
}

.testimonial {
	min-height: 200px;
	padding: 90px 0 90px 0;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.8;
	font-style: italic;
	background-color: #99adc2;
	color: #fff;
}

footer .windermereLogo {
	padding-top: 4vw;
	text-align: center;
}

.mainContent {
	padding: 90px 0 90px 0;
}

.team figure {
	margin: 20px 0;
}

.callAction {
	text-align: center;
	padding: 60px 0 40px 0;
	background-color: #99adc2;
}

.callAction h5 {
	color: #fff;
}

.callAction h5 + p {
	margin-top: 20px;
}

footer {
	padding: 40px 0;
	background-color: #003366;
	color: #fff;
}

footer ul {
	list-style-type: none;
	margin: 10px 0 20px 0;
}

footer ul li {
	margin-bottom: 6px;
}

footer a:hover {
	border-bottom: 1px solid #fff;
}

.paddingTopBtm {
	padding-top: 50px;
	padding-bottom: 50px;
}

.map {
	padding-top: 0;
	max-width: 100%;
	background-color: #ebebeb;
}

.map p {
	text-align: center;
}

.mean-bar {
	z-index: 1 !important;
}

/*** Media Queries ***/


@media only screen and (max-width : 1024px) {
	.logo {
		text-align: center;
	}

	nav {
		text-align: center;
	}
}

@media only screen and (min-width: 34.625em) {
.homepage-subHead q {
	font-size: 1.75rem;
}


.homepage-subHead {
	padding-top: 25px;
}

	}

/* 641px and up */

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

}

/* 900px and lower */

@media only screen and (max-width: 56.25em) {
.navWrap {
	display: none;
}

}

/* 1025px and up */

@media only screen and (min-width: 64.063em) {
.homepage-subHead q {
	font-size: 2rem;
}

.videoSection {
	padding-top: 200px;
}

.videoSection .row {
	background-color: rgba(0,0,0,0);
}
}

/* 1921px and up */

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {

}

body .videoSection {
	padding: 0;
	padding-bottom: .5rem;
}

.videoSection .row {
	padding: 0 .5rem;
	background: 0;
	width: 100%;
	max-width: none;
	margin: auto;
}
.videoSection > .row {
	padding: 0;
}
.videoSection .row .columns {
	padding: .5rem;
}
.bio-image {
	background: #4c7094;
	width: 100%;
	display: block;
	padding-bottom: 80%;
	position: relative;
	background-size: cover;
	background-position: center;
}
.bio-image.callout {
	background: #4c7094;
}
.bio-image.callout a {
	transition: all .3s ease-in-out;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
    width: 100%;
	display: block;
	padding: 0 1rem;
	font-size: 18px;
}
@media only screen and (max-width: 854px) {
	.bio-image.callout a {
		font-size: 12px;
	}
}
.bio-image.callout a:hover {
	transform: scale(1.2) translate3d(0,-50%,0);
}
.bio-image.callout a span {

	display: block;
	margin-top: 10px;
}
.bio-image.callout a span:before {
	margin: 0;
	position: relative;
	display: inline-block;
}
.homepage-hero {
	padding-bottom: 0;
	min-height: 0;
}
