/*** Global Styles ***/
body {
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	background: #000000;
	color: white;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li,
ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	display: block;
	outline: none;
	border: none;
	margin: 0 auto;
}
h1, h2, h3 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
h1 span,
h2 span,
h3 span {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	z-index: -1;
}

.pad-left-50 {
	padding-left: 50px;
}
.thank-you {
	display: none;
}

.section {
	position: relative;
	min-height: 1080px;
	text-align: center;
	box-sizing: border-box;
}
.section.hasOverlay * {
	position: relative;
	z-index:2;
}
.section.hasOverlay .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/dot-overlay.png) center center repeat transparent;
	z-index:1;
}
.image-window {
	height: 550px;
}
.image-slideshow {
	position: relative;
	height: 550px;
}
.section .image-slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-moz-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: 1s opacity linear;
}
.section .image-slideshow li.active {
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}


/*** Header ***/

.header {
	width: 100%;
	color: black;
	padding-top:25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 60px;
	background-color: #e5e7e0;
}
.header a {
	color: #58595b;
	font-size: 18px;
	font-weight: 900;
}
.header .logo {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}
.header .navigation li {
	float: left;
	margin-right: 2em;
}
.header .hold-right {
	position: fixed;
	top: 50%;
	right: 50px;
	margin-top: -2.125em;
	z-index:99;
}
.header .hold-right li {
	margin-bottom: 10px;
}
.header .hold-right li:last-child {
	margin-bottom: 0;
}
.header .hold-right li a {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: transparent;
	border: 2px solid white;
	background: rgb(176,213,213);
	line-height: 10px;
}
.header .hold-right li.active a {
	background-color: rgb(234,90,48);
}
.header .upload-files-link {
	color: #e81c24;
	font-weight: 700;
	outline: 0;
}



.toggle-heading {
	font-family: 'Rift-Soft', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 76px;
	line-height:76px;
	letter-spacing: 12px;
	display: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.active-heading {
	display: block;
}

.we-logo {
	width: 200px;
	height: auto;
}


/*** Section 1 ***/
#section-1 {
	padding-top: 40px;
	background: url(../img/hero-home.jpg) center top no-repeat transparent;
	background-size: 100% auto;
}
#section-1 .tagline {
	margin-top: 95px;
	margin-bottom: 0;
}
#section-1 .down-arrows {
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -10px
}

/*** Section 2 ***/
#section-2 {
	background: url(../img/hero-timeless.jpg) center top no-repeat transparent;
	background-size: cover;
}
#section-2 .top-text,
#section-2 .bottom-text {
	font-family: Times New Roman, "Adobe Garamond Pro", Georiga, Palatino;
    clear: both;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -.02em;
}
#section-2 .top-text {
	padding-top: 50px;
	padding-bottom: 125px;
	padding-left: 15%;
	padding-right: 15%;
}
#section-2 .bottom-text {
	padding-top: 65px;
}
#section-2 .bubble-wrapper {
	margin: 0 auto;
	clear: both;
}
#section-2 .bubble-wrapper:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#section-2 .bubble-wrapper .bubble-row {
	max-width: 1024px;
	margin: 0 auto;
}
#section-2 .bubble-wrapper .bubble-row .bubble-container {
	float:left;
	width: 234px;
	margin-right: 161px;
}
#section-2 .bubble-wrapper .bubble-row .bubble-container:last-child {
	margin-right: 0;
}
#section-2 .bubble-wrapper .bubble-row .bubble-container .heading {
	font-family: 'Rift-Soft', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	width: 140px;
	margin: 0 auto;
}
#section-2 .bubble-wrapper .bubble {
	width: 234px;
	height: 280px;
	box-sizing: border-box;
	padding-top: 40px;
	line-height: 235px;
	font-family: 'Rift-Soft', Arial, Helvetica, sans-serif;
	font-size: 75px;
	background: url(../img/icon-timeless.png) center center no-repeat transparent;
	background-size: 100% auto;
}
#section-2 .bubble-wrapper .bubble canvas {
	position: absolute;
	bottom: -5px;
	left: -10px;
}

/*** Section 3 ***/
#section-3 {
	background: url(../img/hero-versatile.jpg) center top no-repeat transparent;
	background-size: cover;
}
#section-3 .top-text,
#section-3 .bottom-text {
	font-family: Times New Roman, "Adobe Garamond Pro", Georiga, Palatino;
    clear: both;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -.02em;
}
#section-3 .top-text {
	padding-top: 50px;
	padding-bottom: 125px;
	padding-left: 15%;
	padding-right: 15%;
}
#section-3 .image-slideshow img {
	width: 50%;
	max-width: 550px;
	height: auto;
}
#section-3 .bottom-text {
	padding-top: 160px;
	padding-bottom: 50px;
}

/*** Section 4 ***/
#section-4 {
	min-height: 986px;
	background: url(../img/hero-contact.jpg) center top no-repeat transparent;
	background-size: 100% auto;
}
#section-4 .top-text {
	font-family: Times New Roman, "Adobe Garamond Pro", Georiga, Palatino;
    clear: both;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -.02em;
	padding-top: 50px;
	padding-bottom: 125px;
	padding-left: 15%;
	padding-right: 15%;
}
#section-4 .thank-you {
	font-family: Times New Roman, "Adobe Garamond Pro", Georiga, Palatino;
    clear: both;
    letter-spacing: -.02em;
	font-size: 35px;
	line-height: 40px;
}
#section-4 .form-wrapper {
	width: 500px;
	margin: 0 auto;
}
#section-4 .form-wrapper label {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#section-4 .form-wrapper label .text {
	position: absolute;
	display: block;
	top: 0;
	right: 103%;
	font-size: 20px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: right;
	white-space: nowrap;
}
#section-4 .form-wrapper label input,
#section-4 .form-wrapper label textarea {
	border: 2px solid rgb(176,213,213);
	padding: 3px 5px;
	box-sizing: border-box;
	width: 100%;
	font-size: 1em;
	line-height: 18px;
}
#section-4 .form-wrapper label textarea {
	height: 100px;
}
#section-4 input[type=submit] {
	color: transparent;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 60px;
	border: none;
	background: url(../img/button-submit.png) center center no-repeat transparent;
	cursor: pointer;
}
/*** Section Spacers ***/
.section-spacer {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #000000;
	color: white;
	text-align: center;
}
.section-spacer img {
	max-width: 96%;
	margin: 0 auto;
}

/*** Footer / Section 5 ***/
.footer {
	width: 100%;
	min-height: 0;
	color: #FFFFFF;
	padding-top:25px;
	text-align: center;
	padding-bottom: 50px;
	background-color: #000000;

	font-size: 24px;
	line-height: 35px;
}
.footer .logo-img-footer {
	margin: 20px 0 40px;
}
.footer .phone {
	width: 225px;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 0 auto;
	text-align: left;
}
.footer a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed white;
}
.footer a[href^="tel:"]:before {
	/*content: "\260e";
	margin-right: 0.5em;*/
}

.footer .foot-logo {
	margin-top: 32px;
}

.footer .foot-logo img {
	width: 140px;
	height: auto;
}


.modal-container {
	max-width: 424px !important;
}

@media (max-width: 1940px) {
	/*** Section 1 ***/
	#section-1, #section-4 {
		background-size: auto 100%;
	}
}

@media(max-width: 1392px) {
	#section-2 .top-text {
		padding-bottom: 40px;
	}
}


@media(max-width: 1250px) {
	#section-1 .tagline img {
		width: 80%;
		height: auto;
	}

	#section-2 .top-text, #section-2 .bottom-text {
		font-size: 36px;
		line-height: 46px;
	}
	#section-3 .top-text, #section-3 .bottom-text {
		font-size: 36px;
		line-height: 46px;
	}
	#section-4 .top-text, #section-4 .bottom-text {
		font-size: 36px;
		line-height: 46px;
	}
}

@media(max-width: 1054px) {
	#section-2 .bubble-wrapper .bubble-row .bubble-container {
		width: 226px;
		margin-right: 150px;
	}
}


@media (max-width: 1024px) {
	.section-spacer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section-1 .logo-img img {
		max-width: 60%;
	}
	#section-1 .tagline {
		margin-top: 25px;
	}
	#section-1 .down-arrows {
		bottom: 50px;
	}
	#section-2 {
		background-position: right 0px top;
	}
	#section-2 .bubble-wrapper .bubble-row {
		max-width: 234px;
		margin: 0 auto;
	}
	#section-2 .bubble-wrapper .bubble-row .bubble-container {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.section {
		min-height: 0;
	}
	.section-spacer img {
		max-width: 80%;
		margin: 0 auto;
	}
	#section-1 {
		height: auto;
		padding-top: 25px;
		padding-bottom: 275px;
	}
	#section-4 {
		min-height: 0;
		height: 820px;
	}
	#section-2 .top-text,
	#section-2 .bottom-text,
	#section-3 .top-text,
	#section-3 .bottom-text,
	#section-4 .top-text,
	#section-4 .thank-you {
		font-size: 28px;
		line-height: 36px;
	}
	#section-2 .top-text {
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#section-2 .bottom-text {
		padding-top: 0px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#section-3 .top-text {
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#section-3 .image-slideshow,
	#section-3 .image-window {
		height: auto;
	}
	#section-3 .image-slideshow li {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: auto;
		opacity: 1;
		transition: none;
	}
	#section-3 .image-slideshow li.active {
		display: block;
	}
	#section-3 .image-slideshow img {
		max-width: 100%;
		height: auto;
	}
	#section-3 .image-slideshow .pad-left-50 {
		padding-left: 0;
	}
	#section-3 .bottom-text {
		padding-top: 10px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#section-4 .top-text {
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#section-4 .form-wrapper {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#section-4 .form-wrapper label .text {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		font-size: .8em;
		line-height: 1em;
		margin-bottom: .5em;
		box-sizing: border-box;
		text-align: left;
	}
	.footer .logo-img-footer img {
		max-width: 60%;
	}
}
@media(max-width: 768px) {
	.section-spacer {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#section-2 .top-text,
	#section-2 .bottom-text,
	#section-3 .top-text,
	#section-3 .bottom-text,
	#section-4 .top-text,
	#section-4 .thank-you {
		font-size: 22px;
		line-height: 30px;
	}

	#section-4 {
		height: 1000px;
	}

	.header .logo {
		max-width: 100%;
	}

	#section-1 .down-arrows {
		width: 15px;
	}

	#section-1 .down-arrows img {
		width: 100%;
		height: auto;
	}

	.toggle-heading {
		font-size: 40px;
		line-height: 40px;
	}
}

@media(max-width: 460px) {
	#section-1 .down-arrows {
		width: 11px;
	}
}

@media(max-width:372px) {
	.header .logo-text {
		width: 100%;
	}

	img {
		width: 100%;
		height: auto;
	}
}
