/*
Theme Name: NP Strategy Group
Author: Matt Ortega
Description: Temporary site design for NP Strategy Group.
Version: 1.0
*/

html, html a {
	-webkit-font-smoothing: antialiased!important;
	text-shadow 0 0 1px rgba(0, 0, 0, 0.3);
}

html, body {
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #0b8793;
	color: #ffffff;
}

::selection {
	background: #0b8793;
	color: #ffffff;
}

body {
	background: #ffffff;
	width: 100%;
	height: 100%;
	font-family: "futura-pt", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 49px;
	overflow-x: hidden;
}

header {
	margin: 0;
	padding: 20px 5%;
	background-color: #ffffff;
	background-image: url('images/background.jpg');
	background-position: top -150px center;
	background-repeat: no-repeat;
	width: 90%;
	height: 1425px;
	position: relative;
}

.logo {
	width: 120px;
	height: 120px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.logo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#callout {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 1px 1px 1px rgba(11,135,147,0.45);
}

a .btn-white, a:active .btn-white, a:visited .btn-white {
	margin: 0;
	padding: 10px 30px;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent!important;
	color: #ffffff;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #ffffff!important;
	border-radius: 50px;
	text-shadow: none!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover .btn-white {
	background: #ffffff!important;
	color: #0b8793;
	border: 3px solid #ffffff!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a .btn-blue, a:active .btn-blue, a:visited .btn-blue {
	margin: 0;
	padding: 10px 30px;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent!important;
	color: #360033;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	cursor: pointer;
	border: none!important;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a .btn-blue:before, a .btn-blue:after, a:active .btn-blue:before, a:active .btn-blue:after, a:visited .btn-blue:before, a:visited .btn-blue:after {
	content: '';
	background-image: -webkit-linear-gradient(315deg, #0b8793, #360033);
	background-image: linear-gradient(135deg, #0b8793, #360033);
	position: absolute;
	width: calc(100% + 6px);
	height: calc(100% + 7px);
	left: -3px;
	top: -3px;
	border-radius: 50px;
	z-index: -2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a .btn-blue:after, a:active .btn-blue:after, a:visited .btn-blue:after {
	background: #eaedf1;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50px;
}

h1 {
	margin: 0 0 35px 0;
	padding: 0;
	font-family: "futura-pt-condensed", sans-serif;
	font-size: 72px;
	font-weight: 300;
}

h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 38px;
	font-weight: 400;
}

#blue {
	color: #0b8793;
}

#white {
	color: #ffffff;
}

aside {
	margin: 0;
	padding: 7% 3%;
	box-shadow: 0px 8px 16.740000000000002px 10.26px rgba(0, 0, 0, 0.19);
	z-index: 9999;
	position: absolute;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	line-height: 42px;
	box-shadow: 0px 1px 6.12px 5.88px rgba(0, 0, 0, 0.04);
	text-shadow: 0px 1px 6.12px rgba(0, 0, 0, 0.04);
}

aside#left {
	background: url('images/aside-left.jpg') top center no-repeat;
	bottom: -40px;
	left: 5%;
}

#featured {
	margin: 0;
	padding: 0 0 0 2%;
	position: absolute;
	bottom: 80px;
	right: 5%;
}

#team {
	margin: 0;
	padding: 80px 20%;
	background: #f7f7f7 url('images/team.jpg') top center no-repeat;
	text-align: center;
}

#bio {
	margin: 0 2% 20px 2%;
	padding: 20px;
	background: rgba(250,250,250,0.05);
	width: 150px;
	height: 150px;
	float: left;
	line-height: 135px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 4px solid rgba(250,250,250,0.10);
	position: relative;
	box-shadow: 0px 1px 6.12px 5.88px rgba(0, 0, 0, 0.04);
	text-shadow: 0px 1px 6.12px rgba(0, 0, 0, 0.04);
}

a #bio, a:active #bio, a:visited #bio {
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover #bio {
	background: rgba(250,250,250,0.45);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#bio > #name {
	display: inline-block;
	font-size: 28px;
	line-height: 32px;
	vertical-align: middle;
}

#bio > .fa-twitter {
	position: relative;
	right: 0;
	bottom: 0;
}

aside#right {
	background: url('images/aside-right.jpg') top right no-repeat;
	top: -40px;
	right: 5%;
}

/* FOOTER */

footer {
	margin: 0;
	padding: 40px 5%;
	background: #d9d9d9 url('images/footer.jpg') top left no-repeat;
	width: 90%;
	height: 700px;
	position: relative;
}

/* CONTACT FORM */

#contact {
	width: 320px;
	position: absolute;
	left: 450px;
	top: 195px;
	font-size: 28px;
	line-height: 36px;
}

#input {
	margin: 0 0 10px 0;
	padding: 5px 2%;
	background: transparent!important;
	width: 96%;
	border: 3px solid #ffffff;
	color: #ffffff;
	font-family: "futura-pt", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 42px;
	text-shadow 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#input:focus {
	background: #ffffff!important;
	color: #0b8793!important;
	border: 3px solid #0b8793!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

::-webkit-input-placeholder { /* Chrome */
	color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
	color: #ffffff;
	opacity: 1;
}

.button-white {
	margin: 0;
	padding: 10px 30px;
	background: transparent!important;
	color: #ffffff;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 3px solid #ffffff;
	letter-spacing: 0.2em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button-white:hover {
	background: #ffffff!important;
	color: #0b8793;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	font-size: 21px;
	text-align: center;
}

/* MAP POINT */

#wrapper {
    margin-top: 165px;
	margin-left: 450px;
	position: relative;
	background: #45453f;
}

.pulse {
	width: 10px;
	height: 10px;
	border: 5px solid #0b8793;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #0b8793; /* Old browsers */
	z-index: 10;
	position: absolute;
}

.dot {
	border: 10px solid #0b8793;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 1;
	opacity: 0;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

.clearfix {
	clear: both;
}

/* SINGLE PAGE AND POST */

#single {
	margin: 0;
	padding: 20px 5%;
	background-color: #ffffff;
	background-image: url('images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width: 90%;
	height: 360px;
	position: relative;
}

#page {
	margin: 0;
	padding: 80px 5% 60px 5%;
	background: #ffffff;
	width: 90%;
}

.index {
	background-color: #ffffff!important;
	background-image: url('images/dome.png')!important;
	background-repeat: no-repeat!important;
	background-blend-mode: multiply!important;
}

/* TEAM BIOS */

#sidebar {
	margin: 0;
	padding: 3% 2%;	
	background: #360033;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	width: 22%;
	float: left;
	color: #ffffff;
	box-shadow: 0px 8px 16.740000000000002px 10.26px rgba(0, 0, 0, 0.19);
}

#label {
	display: block;
	color: #cccccc;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 12px;
	text-transform: uppercase;
}

#value {
	display: block;
	font-size: 21px;
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 28px;
}

#content {
	margin: 0;
	padding: 0 3%;
	width: 68%;
	float: left;
}

#title {
	color: #cccccc!important;
	font-weight: 100!important;
	font-style: italic!important;
}

#staff {
	margin: 0 1% 20px 1%;
	padding: 20px;
	background: rgba(250,250,250,0.05);
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	line-height: 135px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 4px solid rgba(250,250,250,0.10);
	position: relative;
	box-shadow: 0px 1px 6.12px 5.88px rgba(0, 0, 0, 0.04);
	text-shadow: 0px 1px 6.12px rgba(0, 0, 0, 0.04);
}

a #staff, a:active #staff, a:visited #staff{
	color: #0b8793;
	text-decoration: none;
}

a:hover #staff {
	background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #ffffff;
	border: 4px solid rgba(250,250,250,1.00);
}

#staff > #name {
	display: inline-block;
	font-size: 28px;
	line-height: 32px;
	vertical-align: middle;
}

#staff > .fa-twitter {
	position: relative;
	right: 0;
	bottom: 0;
}

@media (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 192dpi)and max-width:640px) {
	body {
		font-size: 24px;
		line-height: 36px;
	}
	
	#container {
		width: 100%;
	}
	
	header {
		padding: 20px 0 0 0;
		background-position: top -275px center;
		width: 100%;
		height: auto;
	}
	
	.logo {
		margin-left: 5%;
	}
	
	#callout {
		position: relative;
		transform: none;
		margin: 65px auto;
		width: 90%;
		top: auto;
		left: auto;
	}
	
	h2 {
		font-size: 36px;
		line-height: 42px;
	}
	
	aside {
		padding: 11% 5%;
		position: relative;
	}
	
	aside#left {
		background: #360033;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	
	aside#right {
		background: #360033;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		top: auto;
		bottom: 0;
		left: auto;
		right: auto;
		position: absolute!important;
	}
	
	#featured {
		padding: 80px 5%;
		width: 90%;
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	#team {
		padding: 80px 5%;
	}
	
	#bios {
		margin: 0 auto;
		width: 99%;
	}
	
	#bio, #staff {
		width: 90px!important;
		height: 90px!important;
		line-height: 175px;
		line-height: 95px;
	}

	#bio > #name, #staff > #name {
		font-size: 24px;
		line-height: 32px;
	}

	#single {
		height: 240px;
	}

	#sidebar {
		display: none;
	}

	#content {
		width: 94%;
	}

	h1 {
		font-size: 50px;
		line-height: 58px;
	}

	#title {
		display: block;
	}
	
	footer {
		padding: 40px 0;
		background: #d9d9d9 url('images/footer.jpg') top -60px left -220px;
		background-repeat: no-repeat;
		width: 100%;
		height: 975px;
	}
	
	#wrapper {
		margin-top: 105px;
		margin-left: 310px;
	}
	
	#contact {
		top: 135px;
		left: -40px;
		text-align: right;
		font-size: 21px;
		line-height: 24px;
	}
	
	aside#right {
		width: 90%;
		position: relative;
	}
}

@media (min-width:320px) and (max-width:767px) {
	body {
		font-size: 24px;
		line-height: 36px;
	}
	
	#container {
		width: 100%;
	}
	
	header {
		padding: 20px 0 0 0;
		background-position: top -275px center;
		width: 100%;
		height: auto;
	}
	
	.logo {
		margin-left: 5%;
	}
	
	#callout {
		position: relative;
		transform: none;
		margin: 65px auto;
		width: 90%;
		top: auto;
		left: auto;
	}
	
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	aside {
		padding: 11% 5%;
		position: relative;
	}
	
	aside#left {
		background: #360033;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	
	aside#right {
		background: #360033;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		top: auto;
		bottom: 0;
		left: auto;
		right: auto;
		position: absolute!important;
	}
	
	#featured {
		padding: 80px 5%;
		width: 90%;
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	#team {
		padding: 80px 5%;
	}
	
	#bios {
		margin: 0 auto;
		width: 99%;
	}
	
	#bio, #staff {
		width: 90px!important;
		height: 90px!important;
		line-height: 175px;
		line-height: 95px;
	}

	#bio > #name, #staff > #name {
		font-size: 24px;
		line-height: 32px;
	}

	#single {
		height: 240px;
	}

	#sidebar {
		display: none;
	}

	#content {
		width: 94%;
	}

	h1 {
		font-size: 50px;
		line-height: 58px;
	}

	#title {
		display: block;
	}
	
	footer {
		padding: 40px 0;
		background: #d9d9d9 url('images/footer.jpg') top -60px left -220px;
		background-repeat: no-repeat;
		width: 100%;
		height: 975px;
	}
	
	#wrapper {
		margin-top: 105px;
		margin-left: 310px;
	}
	
	#contact {
		top: 135px;
		left: -40px;
		text-align: right;
		font-size: 21px;
		line-height: 24px;
	}
	
	aside#right {
		width: 90%;
		position: relative;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	header {
		padding: 20px 0;
		width: 100%;
		height: auto;
	}
	
	.logo {
		margin-left: 5%;
	}
	
	#callout {
		margin: 150px auto 300px auto;
		width: 80%;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		text-align: center;
	}
	
	aside {
		padding: 7% 5%;
		position: relative;
	}
	
	aside#left {
		background: #360033;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	
	aside#right {
		background: #360033;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		top: auto;
		bottom: 0;
		left: auto;
		right: auto;
		position: absolute!important;
	}
	
	#featured {
		padding: 7% 5%;
		width: 90%;
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	#team {
		padding: 80px 3%;
	}
	
	footer {
		padding: 40px 0;
		width: 100%;
		height: 1035px;
	}
	
	#wrapper {
		margin-left: 530px;
	}
	
	#contact {
		left: 180px;
		text-align: right;
	}
}

@media (min-width:1025px) and (max-width:1200px) {
	body {
		font-size: 28px;
		line-height: 42px;
	}
	
	#container {
		margin: 0 auto;
		min-width: 1024px;
		max-width: 1920px;
	}
	
	#callout {
		width: 75%;
		top: 25%;
	}
	
	aside {
		width: 28.2%;
	}
	
	#featured {
		width: 47.8%;
		bottom: 0;
	}
	
	.btn {
		margin: 25px 0 0 0;
	}
	
	#team {
		padding: 80px 5%;
		width: 90%;
	}
	
	#bio {
		margin: 0 1% 20px 1%;
	}
	
	#wrapper {
		margin-left: 465px;
	}
	
	#contact {
		left: 480px;
		text-align: right;
	}
}

@media (min-width:1201px) and (max-width:1383px) {
	aside {
		padding: 5% 3%;
	}
	
	aside#left, aside#right {
		width: 24%;
	}
	
	#featured {
		width: 54.8%;
		bottom: 0;
	}
	
	#team {
		padding: 80px 10%;
		width: 80%;
	}
	
	#bios {
		margin: 0 auto;
		width: 100%;
	}

	#wrapper {
		margin-left: 470px;
	}
	
	#contact {
		left: 170px;
		text-align: right;
	}
}

@media (min-width:1384px) and (max-width:1529px) {
	aside {
		width: 23.2%;
	}

	#featured {
		width: 55%;
	}
	
	#bios {
		margin: 0 auto;
		width: 960px;
	}

	#contact {
		left: 580px;
	}
}

@media (min-width:1530px) and (max-width:1583px) {
	aside {
		padding: 5% 3%;
		width: 20.2%;
	}

	#featured {
		width: 58.8%;
	}
	
	#bios {
		margin: 0 auto;
		width: 960px;
	}

	#contact {
		left: 585px;
	}
}

@media (min-width:1584px) and (max-width:1717px) {
	aside {
		width: 20.2%;
	}
	
	#featured {
		width: 60%;
	}
	
	#bios {
		margin: 0 auto;
		width: 960px;
	}
	
	#contact {
		left: 585px;
	}
}

@media (min-width:1718px) and (max-width:2040px) {
	header {
		background-color: #ffffff;
		background-image: url('images/background.jpg');
		background-size: cover;
	}
	
	aside {
		width: 25.2%;
	}
	
	#featured {
		width: 53.8%;
		bottom: 25px;
	}
	
	#contact {
		left: 580px!important;
	}
}

@media (min-width:2041px) {
	header {
		background-color: #ffffff;
		background-image: url('images/background.jpg');
		background-size: cover;
		height: 1700px;
	}
	
	#callout {
		margin: 200px auto 500px auto;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		text-align: center;
	}
	
	aside {
		width: 21.2%;
	}
	
	aside#left {
		position: relative;
		bottom: -80px;
		left: 5%;
		float: left;
	}
	
	#featured {
		width: 58.8%;
		float: left;
		position: relative;
		left: 10%;
		bottom: -130px;
	}
	
	#team {
		clear: both;
	}
	
	#contact {
		left: 580px!important;
	}
	
	#container {
		margin: 0 auto;
		width: 1572px;
	}
}

@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}