/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-color: #272727;
}

h1 {
	font-family: 'MinionWebProItalic';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.3px;
	font-size: 36px;
	line-height: 45px;
	text-transform: none;
	margin: 0px 160px;
}

h2 {
	font-family: 'MinionWebProItalic';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.2px;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
}
h3 {
	font-family: 'MinionWebProItalic';
	font-size: 26px;
	line-height: 31px;
	font-style: normal;
	font-weight: 400;
}
h4 {
	font-family: 'BrandonGrotesqueBold';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
}
h5 {
	font-family: 'BrandonGrotesqueBold';
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

i {
	font-family: 'MinionWebProItalic';
}

#logo {
	display: none;
	position: fixed;
	left: 120px;
	width: 55px;
}
/*
#loaderLogo {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0px;
	right: 0px;
	top: -100px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	margin: auto;
}
*/

#topMenu {
	display: none;
	position: fixed;
	right: 0px;
	width: 700px;
	height: 40px;
	margin-right: 160px;
	margin-top: 15px;
}
#topMenu ul {
	text-align: right;
	padding: 0;
	list-style: none;
/*	margin-right: 10%;*/
	position: relative;
}
#topMenu li {
	position: relative;
	display: inline-block;
	margin: 7px;
}
#topMenu li a {
	font-family: 'BrandonGrotesqueBold';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: initial;
}
#topMenu li a img {
	margin-top: -5px;
}

#topMenu li.search {
	width: 20px;
	height: 30px;
	margin-top: 5px;
	overflow: hidden;
	margin: -10px 10px;
}

#searchContainer {
	position: absolute;
	width: 192px;
	height: 30px;
	right: 0px;
	overflow: hidden;
}
#searchInputContainer {
	position: absolute;
	width: 192px;
	height: 30px;
	opacity: 0;
}
#searchInput {
	background-color: #ebebeb;
	font-family: 'MinionWebProRegular';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	border: none;
	color: rgb(68,68,68);
	width: 150px;
	height: 19px;
	margin: 0;
	padding: 5px 30px 6px 12px;
	text-align: start;
	text-indent: 0px;
	vertical-align: baseline;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#searchInput::-webkit-input-placeholder { 
	line-height: 24px;
}
#searchInput::-moz-placeholder { 
	line-height: 24px;
}
#searchInput::-moz-placeholder { 
	line-height: 24px;
}
#searchInput::-ms-input-placeholder { 
	line-height: 24px;
}
#searchIconContainer {
	position: absolute;
	right: 4px;
	top: 8px;
}
#searchIcon {
	width: 15px;
	height: 15px;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-size: 15px 15px;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	
	cursor: pointer;
}
#searchIcon.dark
{
	background-image: url('../img/search_dark.png');
/*
	-webkit-filter: brightness(0);
	filter: url(filters.svg#blur-blurry);
*/
}


#menuButton {
	display: none;
	position: fixed;
	right: 0px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	margin-right: 120px;
	margin-top: 15px;
}
#menuButton .line {
	width: 16px;
	height: 0;
	border: solid 1px white;
	position: relative;
	background: white;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-moz-transition: -moz-transform 0.2s ease-in;
	-ms-transition: -ms-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
}
#menuButton .line:nth-child(1) {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}
#menuButton.active .line:nth-child(1) {
	-webkit-transform: translate(0px, 0px) rotate(45deg);
	-moz-transform: translate(0px, 0px) rotate(45deg);
	-ms-transform: translate(0px, 0px) rotate(45deg);
	-o-transform: translate(0px, 0px) rotate(45deg);
	transform: translate(0px, 0px) rotate(45deg);
}
#menuButton.active .line:nth-child(2) {
  width: 0;
  border: none;
}
#menuButton .line:nth-child(3) {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}
#menuButton.active .line:nth-child(3) {
  -webkit-transform: translate(0px, 5px) rotate(-45deg);
  -moz-transform: translate(0px, 5px) rotate(-45deg);
  -ms-transform: translate(0px, 5px) rotate(-45deg);
  -o-transform: translate(0px, 5px) rotate(-45deg);
  transform: translate(0px, 5px) rotate(-45deg);
}

#keysIcon {
	position: absolute;
	display: none;
	right: 40px;
	bottom: 40px;
	width: 83px;
	height: 54px;
	background-image: url('../img/keysIcon.png');
	background-repeat: no-repeat;
}

#fullPage {
	position: absolute;
	background-color: #F3F1EE;
}

.section {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 670px;
	min-width: 640px;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.content {
	position: relative;
	top: 50%;
	margin-top: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
/*	width: 100%;*/
/*	height: 100%;*/
	text-align: center;
/*	display: table-cell;*/
/*	vertical-align: middle;*/
}

.button {
	margin-top: 60px;
	/*margin-left: -12px;*/
}

.button a {
	border: 3px solid white;
	padding: 8px 20px;
	font-family: 'BrandonGrotesqueBold';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.button a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #272727;
}

.arrow {
	position: absolute;
	display: block;
	width: 27px;
	height: 15px;
	padding: 10px;
/*	background-color: #f00;*/
	background-image: url( '../img/arrow.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size:27px auto;
	margin: -10px;
	cursor: pointer;
}
.no-touch .arrow:hover {
	opacity: 0.5;
}
.arrow.disabled, .arrow.disabled:hover {
	opacity: 0.2;
	cursor: default;
}
.no-touch .arrow.disabled:hover {
	opacity: 0.2;
	cursor: default;
}
.arrow.down {
	display: none;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-16px);
	-ms-transform: translateX(-23px);
	-moz-transform: translateX(-23px);
	-o-transform: translateX(-23px);
	transform: translateX(-16px);
}
.arrow.left {
	left: 50%;
	-webkit-transform: translate(0px, 8px) rotate(90deg);
	-moz-transform: translate(0px, 8px) rotate(90deg);
	-o-transform: translate(0px, 8px) rotate(90deg);
	transform: translate(0px, 8px) rotate(90deg);
}
.arrow.right {
	right: 50%;
	-webkit-transform: translate(0px, 8px) rotate(-90deg);
	-moz-transform: translate(0px, 8px) rotate(-90deg);
	-ms-transform: translate(0px, 8px) rotate(-90deg);
	-o-transform: translate(0px, 8px) rotate(-90deg);
	transform: translate(0px, 8px) rotate(-90deg);
}

/*
.dark
{
	-webkit-filter: brightness( 0 );
	filter: url(filters.svg#brightness-dark);
}
*/
/*
.gray
{
	-webkit-filter: brightness( 0.6 );
	filter: url(filters.svg#brightness-gray);
}
*/

/*
.pageControlContainer {
	line-height: 0;
	font-size: 0;
}
.pageControl {
	position: relative;
	margin: 0;
	top: 24px;
	left: -7px;
}
.pageControl li {
	margin: 0; 
	display: inline-block; 
	line-height: 0 !important;
	width: 20px;
	height: 30px;
	background-image: url('../img/btnSlide.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer; 
}
*/

.pageControlContainer {
	position: relative;
	line-height: 0;
/*	font-size: 0;*/
	height: 30px;
/*	width: 100px;*/
	margin-top: 40px;
	height: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.pageControl {
	position: absolute;
/*	top: 24px;*/
/*	left: -7px;*/
/*	width: 100px;*/
	height: 30px;
/*	border: 1px solid white;*/
}
.pageControl li {
	margin: 0; 
/*	display: inline-block; */
	float: left;
	line-height: 0 !important;
	width: 20px;
/*	height: 30px;*/
	height: 100%;
	background-image: url('../img/btnSlide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	cursor: pointer; 
}
.pageControl li:hover { 
	opacity: 0.5;
}
.pageControl li.active { 
	background-image: url('../img/btnSlide_active.png');
	cursor: default; 
}
.pageControl li.active:hover {
	opacity: 1;
}

.regular {
	font-family: 'MinionWebProRegular';	
}


#introVid, #capVid, #cultVid {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

#sectionIntro {
}
#sectionIntro #greatnessRelContainer {
	width: 555px;
	height: 300px;
	margin: auto;
}
#sectionIntro #greatnessAbsContainer {
	position: absolute;
	width: inherit;
	height: inherit;
}
#sectionIntro #greatness-preload {
	position: absolute;
	width: 100%;
	height: 100%;
}
#sectionIntro #greatness-postload {
	position: absolute;
	overflow: hidden;
/*	width: 70%;*/
	height: 100%;
	
	-webkit-transition: -webkit-transform .3s, width 1s;
	-moz-transition: width 1s;
	-o-transform: width 1s;
	transition: transform .3s, width 1s;
}
#sectionIntro #greatness {
}
#greatness-dim {
/*
	-webkit-filter: brightness( 0.6 );
	filter: url(filters.svg#brightness-gray);
*/
	opacity: 0.6;
}
#sectionIntro #promise {
	margin: 40px 80px 0px 80px;
	opacity: 0;
}

#sectionPOV {
	background-color: #272727;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url("../img/pov.jpg");
}

#sectionPOV .content {
	max-width:1200px;
	margin:auto;
}

#sectionCapabilities #capabilitiesSubContainer {
	display: inline-table;
	margin-top: 50px;
	max-width: 1280px;
}
#sectionCapabilities .capabilitiesSub {
	float: left;
	width: 33%;
	margin: 0px 0px;
}
#sectionCapabilities .capabilitiesSub h2 {
	font-family: 'BrandonGrotesqueBold';
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
}
#sectionCapabilities .capabilitiesSub p {
	font-family: 'MinionWebProItalic';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 20px 70px -5px 70px;
}
/*@media all and (max-width: 1200px) {
	#sectionCapabilities h1 {
		font-size: 30px;
		line-height: 38px;
	}
	#sectionCapabilities .capabilitiesSub h2 {
		font-size: 30px;
	}
	#sectionCapabilities .capabilitiesSub p {
		font-size: 25px;
		line-height: 33px;
		margin: 0px 20px -5px 20px;
	}
}*/
#sectionCapabilities .capabilitiesSubPlus {
	position: absolute;
	left: 50%;
	margin-top: 60px;
	font-family: 'BrandonGrotesqueRegular';
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
}
#sectionCapabilities #plus1 {
	left:32%;
	/*margin-left: -18%;*/
}
#sectionCapabilities #plus2 {
	left:65%;
	/*margin-left: 16%;*/
}/*
@media all and (min-width: 1280px) {
	#sectionCapabilities #plus1 {
		margin-left: -230px;
	}
	#sectionCapabilities #plus2 {
		margin-left: 215px;
	}
}
*/
#sectionWork {
/*	display: block;*/
}
#sectionWork #workBackgroundContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#sectionWork #workBackgroundContainer #workSlideOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
}
#sectionWork #workSlideBGs {
	width: 1000%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sectionWork .workSlideBG {
	width: 100px;
	height: 100%;
	float: left;
	display: block;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
 
#sectionWork #workSlideBGs li:nth-child(1) {
	background-image:url("../img/slides/cosmopolitan.jpg");
}
#sectionWork #workSlideBGs li:nth-child(2) {
	background-image:url("../img/slides/boeing.jpg");
}
#sectionWork #workSlideBGs li:nth-child(3) {
	background-image:url("../img/slides/lax.jpg");
}
#sectionWork #workSlideBGs li:nth-child(4) {
	background-image:url("../img/slides/uverse.jpg");
}
#sectionWork #workSlideBGs li:nth-child(5) {
	background-image:url("../img/slides/wholefoods.jpg");
	
}
#sectionWork #workSlideBGs li:nth-child(6) {
	background-image:url("../img/slides/brooks.jpg");
}

/*
#sectionWork #workSlideBGs li:nth-child(1) {
	background-image:url("../img/slides/cosmopolitan.jpg");
}
#sectionWork #workSlideBGs li:nth-child(2) {
	background-image:url("../img/slides/lax.jpg");
}
#sectionWork #workSlideBGs li:nth-child(3) {
	background-image:url("../img/slides/uverse.jpg");
}
#sectionWork #workSlideBGs li:nth-child(4) {
	background-image:url("../img/slides/wholefoods.jpg");
	
}
#sectionWork #workSlideBGs li:nth-child(5) {
	background-image:url("../img/slides/brooks.jpg");
}
*/
/*
#sectionWork #workContentContainer {
	position: absolute;
	display: table;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
*/
#sectionWork .carousel {
	width: 100%;
	top: 0px;
	left: 0px;
}
#sectionWork .carousel ul {
	width: 1000%;
	height: 145px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sectionWork .carousel li {
	width: 100px;
	height: 100%;
	float: left;
	display: block;
	margin-top: 0px;
}
#sectionWork .carousel li h1 {
	/*margin:  28px auto;*/
	max-width: 600px;
	margin:auto;
}
#sectionWork .button {
/*	margin-top: 70px;*/
}


#sectionCulture {
}


#sectionQuotes {
}
#sectionQuotes #quotesContainer {
	text-align: left;
}
#sectionQuotes #quotesHeading {
	margin-left: 130px;
	margin-bottom: 70px;
	width: 620px;
}
#sectionQuotes #quotesHeading-mobile {
	display: none;
}
#sectionQuotes h4, #sectionQuotes h5 {
	color: #7b7b7b;
}
#sectionQuotes .carousel {
	position: relative;
	margin-left: 130px;
	margin-top: -35px;
}	
#sectionQuotes .carousel ul {
	width: 1000%;
	height: 200px;
	list-style: none;
	padding: 0;
}
#sectionQuotes .carousel li {
/*	width: 100px;*/
	height: 100%;
	float: left;
	display: block;
	margin-top: 0px;
}
#sectionQuotes .carousel li h1 {
	font-size: 22px;
	line-height: 30px;
	margin-left:0px;
	margin-bottom: 35px;
}
#sectionQuotes .quoteFix {
	margin-left: -10px;
}
#sectionQuotes #quoteControlsContainer {
	margin-top: 30px;
/*	position: relative;*/
/*	margin-left: 62px;	
	margin-top: 30px;*/
}
#sectionQuotes .pageControl {
/*	margin-left: 60px;*/
}
/*
#sectionQuotes .pageControl li {
	width: 8px; 
	background: #979797 ; 
}
#sectionQuotes .pageControl li:hover { 
	background: rgba(151,151,151,0.5); 
}
#sectionQuotes .pageControl li.active { 
	background: rgba(0,0,0,0);
	border: 2px solid #979797;
}
*/
#sectionQuotes .arrow.left {
	/*left: 75px;*/
}
#sectionQuotes .arrow.right {
	/*left: -10px;*/
}
#sectionQuotes #awardsButton {
	text-align: center;
	margin-left: 2px;
/*	margin-top: 60px;*/
/*	bottom: auto;*/
}


#sectionNews #newsContainer {
	margin-top: -30px;
}
#sectionNews .carousel {
}
#sectionNews .carousel ul {
	width: 1000%;
	height: 380px;
	margin-left: 90px;
	margin-top: 5px;
	padding: 0;
/*	overflow: hidden;*/
}
#sectionNews .carousel li {
	width: 470px;
	float: left;
	display: block;
	margin: 20px 25px;
	border: 5px solid #D71251;
	background-color: #F3F1EE;
	text-align: left;
	cursor: pointer;
}
#sectionNews .carousel li.active {
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px #BBB;
}
#sectionNews .carousel li.tweet {
	cursor: auto;
}
/*#sectionNews .carousel li.tweet:before {*/
.tweetSpeakOuter {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 40px;
	top: 100%;
	border: 20px solid;
	border-color: #D71251 transparent transparent #D71251;
}
/*#sectionNews .carousel li.tweet:after {*/
.tweetSpeakInner {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 45px;
	top: 100%;
	border: 14px solid;
	border-color: #F3F1EE transparent transparent #F3F1EE;
}
/*
#sectionNews .carousel li h4 {
	color: #7b7b7b;
	margin: 40px 40px 0px 40px;
	pointer-events: none;
}
*/
#sectionNews .carousel li h2 {
	font-size: 32px;
	line-height: 38px;
	margin: 40px 38px 20px;
	color: #272727;
	pointer-events: none;
}
#sectionNews .carousel li h3 {
	color: #272727;
	margin: 40px 38px 20px;
}
#sectionNews .carousel li a {
	font-family: 'MinionWebProItalic';
	font-size: 26px;
	line-height: 31px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color: #272727;
}
#sectionNews .carousel li h3 a {
	font-family: 'MinionWebProItalic';
	font-size: 26px;
	line-height: 31px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color: #272727;
}
#sectionNews .carousel li h3 a:hover {
	color: #D71251;
}
#sectionNews .carousel li p {
	font-family: 'MinionWebProRegular';
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	color: #9b9b9b;
	margin: 15px 40px 40px 40px;
}
#sectionNews a.twitterLink {
	display: block;
	font-family: 'MinionWebProRegular';
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	text-transform: none;
	color: #9b9b9b;
	margin: 25px 40px 40px 40px;
	padding-left: 35px;
	background-image: url('../img/twitter.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#sectionNews a.twitterLink:hover{
	color: #D71251;
}
#sectionNews #newsControlsContainer {
	margin-top: 0px;
}
/*
#sectionNews #newsControls {
	height: 30px;
}
*/
#sectionNews .pageControl li {
	background-image: url('../img/btnSlide_gray.png');
}
#sectionNews .pageControl li:hover { 
	opacity: 0.5
}
#sectionNews .pageControl li.active { 
	background-image: url('../img/btnSlide_gray_active.png');
}
#sectionNews .pageControl li.active:hover { 
	opacity: 1;
}
#sectionNews .arrow {
	background-image: url('../img/arrow_gray.png');
}
/*
#sectionNews .button {
	margin-top: 70px;
}
*/
#sectionNews .button a {
	border: 3px solid #9B9B9B;
	color: #9B9B9B;
}
#sectionNews .button a:hover {
	background-color: #9B9B9B;
	border-color: #9B9B9B;
	color: #fff;
}


#sectionContact {
/*	bottom: 0;*/
/*	top: 400px;*/
	text-align: center;
	background-color: #F3F1EE;
}
#sectionContact .content {
	height: 100%;
}
#sectionContact #officeContainer {
	position:relative;
	width: 100%;
	margin-top: 70px;
/*	height: 410px;*/
	height: 42%;
	text-align: center;
}
#sectionContact #blockContainer {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 295px;
}
#sectionContact .officeBlock {
/*	float: left;*/
	display: inline-block;
	width: 30%;
	max-width: 395px;
	height: 96%;
	max-height: 295px;
	text-align: center;
/*	vertical-align: middle;*/
/*	margin: 50px 5px;*/
	top: 0;
	bottom: 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#sectionContact .officeBlock h1 {
	font-family: 'BrandonGrotesqueBold';
	font-size: 25px;
	font-weight: 600;
	margin: 100px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#sectionContact .officeBlock h2 {
	font-family: 'BrandonGrotesqueRegular';
	font-size: 25px;
	text-transform: none;
}
#sectionContact #officeChicago {
	background-image: url('../img/locations/night_chicago.jpg');
}
#sectionContact #officeLosAngeles {
	background-image: url('../img/locations/night_la.jpg');
}
#sectionContact #officeSeattle {
	background-image: url('../img/locations/night_seattle.jpg');
}
#sectionContact #footer {
	background-color: #272727;
	height: calc(58% - 70px);
	text-align: center;
/*	padding: 80px 100px 20px 100px;*/
}
#sectionContact #footerContent {
	position: absolute;
	height: 300px;
	width: 100%;
	margin: auto;
	top: 0px;
	bottom: 0px; 
}
#sectionContact #footerContent h1 {
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 40px;
	padding-top: 40px;
}
#sectionContact #footerContent p {
	font-family: 'MinionWebProItalic';
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 5px;
}	
#sectionContact .contact {
	font-family: 'BrandonGrotesqueRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-decoration: underline;
}
#sectionContact .button {
	display: none;
	margin: 40px 0px 40px 0px;
}
#sectionContact ul {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#sectionContact li {
	display: inline-block;
	padding: 0px 10px 0 5px;
	margin: 0;
	line-height: 0;
	border-right: 1px solid white;
}
#sectionContact li:nth-child(4) {
	border-right: 0;
}
#sectionContact #footerMenu {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
#sectionContact #footerMenu p, #footerMenu a {
	display: inline;
	font-family: 'BrandonGrotesqueRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 1.5px;
	padding: 0;
	margin: 0;
}

#scrollDummy {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: red;
	visibility: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dppx) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
