/*
 * HTML5 Boilerplate
 *
 * 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;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

















/* ==========================================================================
   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: 100%;
}

/*
 * 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.
   Theses 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 only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* 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;
    }
}




/* ==========================================================================
   Default Styles
   ========================================================================== */
body {
    margin: 0;
    padding: 0;
    
    background: #00a3a6;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    
    -webkit-font-smoothing: antialiased;
}
.wf-active,
.wf-active body,
.wf-active button,
.wf-active input,
.wf-active select,
.wf-active textarea { font-family: 'Titillium Web', sans-serif; }

.lt-ie9 body, 
.lt-ie9 button, 
.lt-ie9 input, 
.lt-ie9 select, 
.lt-ie9 textarea { font-family: 'titillium_webregular', sans-serif; font-weight: normal; }

input::-webkit-input-placeholder{ color: #172828; }
input:-moz-placeholder{ color: #172828; }
input:-ms-input-placeholder{ color: #172828; }

.button {
    position: relative;
    display: inline-block;
    width: 176px;
    height: 46px;
    
    border: none;
    border-radius: 23px;
    background-color: #ee4b44;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    
    -o-transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
    -ms-transition: background-color 0.35s;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.lt-ie9 .button { font-family: 'titillium_websemibold', sans-serif; font-weight: normal; }
.button:hover {
    background-color: #f05d56;
}
.anchor-nav.button {
	width: 120px;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
}

.story {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

img[data-original] { background: url( '../img/lazyloading.gif') 50% 50% no-repeat #fff; }

@media (min-width: 481px) and (max-width: 979px) {
	body, html, .story {
		width: 1200px !important;
	}
	.no-touch body, html.no-touch, .no-touch .story {
		width: 100% !important;
	}
}
@media (max-width: 480px) { /* Landscape Phones & down */
	.button {
		width: 120px;
		height: 35px;
		font-size: 13px;
		line-height: 35px;
	}
	.anchor-nav.button {
		display: none;
		width: 120px;
		height: 28px;
		font-size: 11px;
		line-height: 28px;
	}
}


/* ==========================================================================
   Reasons
   ========================================================================== */
.reason {
    position: relative;
    max-width: 360px;
    min-height: 400px;
    margin: 0 auto;
    padding: 0 600px 100px 0;
    
    letter-spacing: 0.0025em;
    text-align: left;
}
.reason header h2,
.reason header h3 {
    margin: 0;
    
    text-transform: uppercase;
}
.lt-ie9 .reason header h2,
.lt-ie9 .reason header h3 { font-family: 'titillium_webblack', sans-serif; font-weight: normal; }
.reason header h3 {
    position: relative;
    border-bottom: 8px solid #000;
    font-weight: 400;
    color: #000;
    font-size: 2.4em;
    line-height: 250%;
}
.reason header h3 > span {
	position: absolute;
	display: inline-block;
	right: 10px;
	top: -10px;
	width: 92px;
	height: 92px;
	padding: 0;
	margin: 0;
	line-height: 20px;
	
	font-weight: 400;
	font-size: 1.9em;
	text-align: center;
	color: #fff;
	background: #ee4b44;
	border-radius: 100px;
}
.reason header h3 > span span {
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 38px;
}
.reason header h2 {
    margin: 15px 0 0;
    padding: 0 0 15px;
    
    font-weight: 900;
    border-bottom: 2px solid #000;
    color: #fff;
    font-size: 5.6em;
    line-height: 83%;
}
.reason article {
    font-size: 2.4em;
    line-height: 150%;
}
.reason article p { margin: 10px 0; }
.reason article img {
	position: absolute;
	top: 0;
	right: 0;
    margin-bottom: 40px;
    
    border: 10px solid #fff;
    border-radius: 4px;
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
}
.reason .button {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	.reason {
	    max-width: 90%;
	    min-height: auto;
	    padding: 0 0 50px 0;
	    
	    text-align: center;
	}
	.reason header h3 {
	    border-bottom: 8px solid #000;
	    font-weight: 400;
	    color: #000;
	    font-size: 2.0em;
	    line-height: 250%;
	}
	.reason header h3 > span {
		right: -10px;
		top: 10px;
		width: 55px;
		height: 55px;
		line-height: 51px;
		font-size: 1.6em;
	}
	.reason header h3 > span span { display: none; }
	.reason header h2 {
	    border-bottom: 1px solid #000;
	    font-size: 4.4em;
	}
	.reason article {
	    font-size: 1.8em;
	    line-height: 125%;
	}
	.reason article p { margin: 10px 0; }
	.reason article img {
		position: relative;
		display: block;
		top: auto;
		right: auto;
	    margin: 0 auto 40px;
	    width: 270px;
	    height: 190px;
	    
	    border: 5px solid #fff;
	    border-radius: 3px;
	}
	.reason .button {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -60px;
	}
}



/* ==========================================================================
   Circle Testimonials
   ========================================================================== */
.circle-testimonial {
    position: relative;
    width: 760px;
    height: 650px;
    margin: 0 auto;
    padding: 110px 0 0;
    
    border-radius: 380px;
    color: #000;
    background: #fff;
    background: rgba(255,255,255,0.85);
    text-align: center;
}
.circle-testimonial .question {
    font-size: 2.4em;
    line-height: 122%;
    margin: 0 auto 40px;
    width: 290px;
}
.circle-testimonial blockquote {
    position: relative;
    width: 480px;
    margin: 0 auto;
    padding: 40px 0 20px;
    
    border-top: 2px solid #000;
    font-size: 2.8em;
    font-weight: 400;
    letter-spacing: 0.0025em;
    line-height: 143%;
}
.lt-ie9 .circle-testimonial blockquote { font-family: 'titillium_webregular', sans-serif; font-weight: normal; }
.circle-testimonial blockquote:after {
    position: absolute;
    content: "‘’";
    top: 0;
    left: 50%;
    width: 47px;
    height: 47px;
    margin: -23px 0 0 -23px;
    
    background: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}
.lt-ie9 .circle-testimonial blockquote:after { font-family: 'titillium_webblack', sans-serif; font-weight: normal; }
.circle-testimonial blockquote p {
    margin: 0 -60px;
    padding: 0;
}
.circle-testimonial .author {
    width: 480px;
    margin: 0 auto;
    padding: 22px 0 20px;
    
    border-top: 2px solid #000;
}
.circle-testimonial .author cite {
    display: block;
    margin: 0 0 10px;
    
    font-size: 3.6em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.0025em;
    line-height: 83%;
}
.lt-ie9 .circle-testimonial .author cite { font-family: 'titillium_webblack', sans-serif; font-weight: normal; }
.circle-testimonial .author cite span {
	position: relative;
	display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-top: -6px;
}
.circle-testimonial .author cite span:after {
    position: absolute;
    display: inline-block;
    content: " ";
    width: 25px;
    height: 25px;
    margin: 0;
    right: -5px;
    bottom: -5px;
    border-radius: 25px;
    
    background: url('../img/icon-quora-25.png');
}
.circle-testimonial .author cite img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.circle-testimonial .author > span {
    font-size: 1.6em;
    letter-spacing: 0.025em;
    line-height: 167%;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	.testimonial-wrapper {
		position: relative;
		min-width: 320px;
		max-width: 370px;
		margin: 0 auto;
	}
	.circle-testimonial {
		height: auto;
		padding-top: 60px;
		padding-bottom: 40px;
		margin: 0 -70px;
		width: auto;
		background: #fff;
	}
	.circle-testimonial .question {
		width: 200px;
		margin: 0 auto 30px;
	    font-size: 1.4em;
	    line-height: 100%;
	}
	.circle-testimonial blockquote {
		border-top: 1px solid #000000;
		width: 250px;
		line-height: 140%;
		font-size: 1.6em;
		padding: 25px 0 20px;
	}
	.circle-testimonial blockquote:after {
		font-size: 30px;
		height: 30px;
		width: 30px;
		line-height: 40px;
		margin-top: -17px;
		margin-left: -15px;
	}
	.circle-testimonial blockquote p {
		margin: 0 -10px;
	}
	.circle-testimonial .author {
	    width: 250px;
	    padding: 12px 0 20px;
	    border-top: 1px solid #000;
	}
	.circle-testimonial .author cite {
	    font-size: 2.5em;
	    margin-bottom: 15px;
	}
	.circle-testimonial .author span {
	    font-size: 1.2em;
	    letter-spacing: 0.025em;
	    line-height: 120%;
	}
}



/* ==========================================================================
   Sticky Navigation
   ========================================================================== */
#sticky,
#sticky div {
    position: fixed;
    z-index: 1337;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    padding: 30px 0 0;
}
.unstick #sticky,
.unstick #sticky div {
    position: absolute;
}
#sticky div {
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
    
    color: #fff;
    line-height: 56px;
}
#sticky img { float: left; }
#sticky p {
    margin: 0;
    float: right;
    
    font-size: 3em;
    text-align: right;
}
#sticky p .button {
    margin-left: 20px;
    top: -5px;
}
#sticky p .button > span { display: none; }
#sticky div p a {
	top: -3px;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	#sticky,
	#sticky div {
		position: absolute;
		top: 5px;
	}
	#sticky div {
		line-height: 35px;
	}
	#sticky img {
		display: block;
		width: 55%;
		margin: 5px auto 0;
		float: none;
	}
	#sticky p {
		float: none;
		text-align: center;
		font-size: 1.8em;
	}
	#sticky p > span { display: none; }
	#sticky p .button {
		position: absolute;
		top: 175px;
		left: 50%;
		width: 160px;
		margin-left: -80px;
	}
	#sticky p .button > span {
		display: inline-block;
		margin-right: 5px;
	}
}



/* ==========================================================================
   Section 1
   ========================================================================== */
#first {
    z-index: 10;
    height: 1900px;
    
	background-image: url('../img/pattern-dot.png'), url('../img/background-first.jpg');
    background-position: 0 0, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto, cover;
}
.no-touch #first {
    background-attachment: fixed, fixed;
}
.no-multiplebgs #first { background: url('../img/background-first.jpg') 50% 50% no-repeat fixed; }
#first article {
    position: relative;
    padding-top: 133px;
    margin: 0 auto 115px;
    max-width: 960px;
    color: #ffe064;
}
#first article blockquote {
    margin: 0 auto 150px;
    width: 700px;
    
    text-align: center;
    color: #fff;
    font-size: 9.6em;
    font-weight: 900;
    letter-spacing: 0.0025em;
    line-height: 80%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}
.lt-ie9 #first article blockquote { font-family: 'titillium_webblack', sans-serif; font-weight: normal; }
#first article blockquote em {
    display: block;
    padding-top: 20px;
    
    font-size: 22%;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 118%;
}
.lt-ie9 #first article blockquote em { font-family: 'titillium_webregular', sans-serif; font-weight: normal; }
#first article > div { text-align: center; }
#first article > div h3 {
    margin: 0 0 15px;
    
    font-size: 4.8em;
    font-weight: 400;
    letter-spacing: 0.0025em;
    line-height: 100%;
    text-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.lt-ie9 #first article > div h3 { font-family: 'titillium_websemibold', sans-serif; font-weight: normal; }
#first article > div p {
    margin: 0 0 20px;
    
    font-size: 2.2em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 144%;
}
#testimonial-first blockquote p { font-size: 0.94em; }

@media (max-width: 480px) { /* Landscape Phones & down */
	#first {
		height: 1100px;
	}
	#first article {
		padding-top: 90px;
	}
	#first article blockquote {
		width: 90%;
		margin: 0 auto 90px;
		font-size: 4em;
		text-align: center;
	}
	#first article blockquote em {
		padding-top: 10px;
		font-size: 35%;
	}
	#first article > div {
		width: 90%;
		margin: 0 auto;
	}
	#first article > div h3 {
		font-size: 2.6em;
		margin-bottom: 5px;
	}
	#first article > div p {
		font-size: 1.5em;
	}
}


/* ==========================================================================
   Section 2
   ========================================================================== */
#second {
    z-index: 20;
    height: 1220px;
    margin-bottom: -400px;
    padding-top: 150px;
    
    background: url('../img/pattern-crosshair.png') 0 0 repeat fixed;
}
#second .heartbeat {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 770px;
    
    background: url('../img/background-second-8bit.png') 0 0 repeat-x;
}
#second .reason { z-index: 10; }

@media (max-width: 480px) { /* Landscape Phones & down */
	#second {
		height: 570px;
		padding-top: 70px;
		margin-bottom: 0;
		background-image: none;
	}
	#second .heartbeat {
		display: none;
	}
}


/* ==========================================================================
   Section 3
   ========================================================================== */
#third {
    z-index: 30;
    height: 850px;
    padding-top: 550px;
}
#third .circles {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1400px;
    
    background: url('../img/background-third-8bit.png') 50% 0 no-repeat;
}
#third .reason {
	padding-right: 0px;
	padding-left: 600px;
	z-index: 10;
}
#third .reason article img {
	right: auto;
	left: 0;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	#third {
		height: 600px;
		padding-top: 130px;
	}
	#third .circles {
		height: 100%;
		background-image: url('../img/background-sixth.png');
		background-position: 0 0;
	}
	#third .reason {
	    padding: 0 0 50px 0;
	}
}


/* ==========================================================================
   Section 4
   ========================================================================== */
#fourth {
    z-index: 10;
    height: 1000px;
    padding-top: 250px;
    
    background-image: url('../img/pattern-dot.png'), url('../img/background-fourth.jpg');
    background-position: 0 0, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto, cover;
}
.no-touch #fourth {
    background-attachment: fixed, fixed;
}
.no-multiplebgs #fourth { background: url('../img/background-fourth.jpg') 50% 50% no-repeat fixed; }

@media (max-width: 480px) { /* Landscape Phones & down */
	#fourth {
		padding: 160px 0;
		height: auto;
	}
}



/* ==========================================================================
   Section 5
   ========================================================================== */
#fifth {
    z-index: 20;
    height: 1060px;
    padding-top: 190px;
    margin-bottom: -400px;
    
    background: url('../img/pattern-crosshair.png') 0 0 repeat fixed;
}
#fifth .arrows {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1300px;
    
    background: url('../img/background-fifth.png') 0 100% repeat-x;
}
#fifth .reason { z-index: 10; }

@media (max-width: 480px) { /* Landscape Phones & down */
	#fifth {
		background-image: none;
		padding-top: 70px;
	}
	#fifth .arrows {
		display: none;
	}
}



/* ==========================================================================
   Section 6
   ========================================================================== */
#sixth {
    z-index: 30;
    height: 900px;
    padding-top: 550px;
}
#sixth .guillotine {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1450px;
    
    background: url('../img/background-sixth.png') 50% 0 no-repeat;
}
#sixth .reason {
	padding-right: 0px;
	padding-left: 600px;
	z-index: 10;
}
#sixth .reason article img {
	right: auto;
	left: 0;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	#sixth {
		height: 600px;
		padding-top: 130px;
	}
	#sixth .guillotine {
		height: 100%;
		background-position: 0 0;
	}
	#sixth .reason {
	    padding: 0 0 50px 0;
	}
}



/* ==========================================================================
   Section 7
   ========================================================================== */
#seventh {
    z-index: 10;
    height: 1000px;
    padding-top: 250px;
    
    background-image: url('../img/pattern-dot.png'), url('../img/background-seventh.jpg');
    background-position: 0 0, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto, cover;
}
.no-touch #seventh {
    background-attachment: fixed, fixed;
}
.no-multiplebgs #seventh { background: url('../img/background-seventh.jpg') 50% 50% no-repeat fixed; }

@media (max-width: 480px) { /* Landscape Phones & down */
	#seventh {
		padding: 160px 0;
		height: auto;
	}
}



/* ==========================================================================
   Section 8
   ========================================================================== */
#eigth {
    z-index: 10;
    height: 1500px;
    
    background: url('../img/background-eigth.jpg') 50% 400px no-repeat #262626;
    color: #fff;
}
#eigth section {
    position: relative;
    padding-top: 120px;
    
    text-align: center;
}
#eigth.stick-cta section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
}
#eigth section header h3 {
    margin: 0;
    
    font-weight: 400;
    font-size: 3em;
    letter-spacing: 0.0025em;
    line-height: 180%;
}
.lt-ie9 #eigth section header h3 { font-family: 'titillium_webregular', sans-serif; font-weight: normal; }
#eigth section header h2 {
    margin: 0 0 15px;
    
    font-weight: 900;
    font-size: 5.4em;
    letter-spacing: 0.0025em;
    line-height: 111%;
}
.lt-ie9 #eigth section header h2 { font-family: 'titillium_webblack', sans-serif; font-weight: normal; }
#eigth blockquote {
    position: absolute;
    left: 50%;
    top: 730px;
    margin-left: -480px;
    width: 310px;
}
#eigth blockquote p {
    margin: 0 0 15px;
    
    font-size: 3em;
    letter-spacing: 0.0025em;
    line-height: 133%;
}
#eigth blockquote p em { color: #ee4b44; }
#eigth blockquote p small {
    color: #8f8f8f;
    font-size: 0.6em;
    font-style: italic;
}
.lt-ie9 #eigth blockquote p small { font-family: 'titillium_webitalic', sans-serif; font-weight: normal; }
#eigth img {
    position: absolute;
    top: 1430px;
    left: 50%;
    margin-left: -480px;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	#eigth {
		height: 740px;
		background: url('../img/background-eigth-480.jpg') 50% 200px no-repeat #262626;
	}
	#eigth section {
		margin-bottom: 340px;
		padding-top: 40px;
	}
	#eigth section header h3 {
		font-size: 2.4em;
	}
	#eigth section header h2 {
		font-size: 1.6em;
		font-weight: 400;
	}
	#eigth blockquote {
		position: relative;
		margin: 0 auto 40px;
		padding: 15px 0;
		border-top: 8px solid #fff;
		border-bottom: 1px solid #fff;
		left: auto;
		top: auto;
		width: 90%;
		text-align: center;
	}
	#eigth blockquote p {
		font-size: 1.6em;
		margin: 0;
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
	}
	#eigth blockquote p:first-child {
		position: relative;
		bottom: auto;
		left: auto;
	}
	#eigth blockquote p small {
		font-size: 1em;
	}
	#eigth img {
		display: none;
	}
	#eigth .button {
		height: 48px;
		width: 175px;
		line-height: 48px;
		font-size: 17px;
	}
}



/* ==========================================================================
   Signup Flyout
   ========================================================================== */
#signup-flyout {
	display: none;
    position: fixed;
    z-index: 1337;
    width: 100%;
    top: -500px;
   
    background: #151e1f;
    color: #fff;
   
    -o-box-shadow: 0 7px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 7px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7px 0 rgba(0,0,0,0.2);
    
    -ms-transition: top 0.35s ease-in-out;
    -moz-transition: top 0.35s ease-in-out;
    -o-transition: top 0.35s ease-in-out;
    -webkit-transition: top 0.35s ease-in-out;
    transition: top 0.35s ease-in-out;
}
.no-touch #signup-flyout {
	display: block;
}
.signup-flyout-open #signup-flyout {
	display: block;
	top: 0;
}
#signup-flyout a.close {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    
    background: #000;
    border-radius: 18px;
    color: #fff;
    font-size: 30px;
    line-height: 29px;
    opacity: 0.5;
    text-align: center;
    text-decoration: none;
    text-indent: 1px;
    
    -moz-transition: background-color 0.35s, opacity 0.35s, color 0.35s;
    -ms-transition: background-color 0.35s, opacity 0.35s, color 0.35s;
    -o-transition: background-color 0.35s, opacity 0.35s, color 0.35s;
    -webkit-transition: background-color 0.35s, opacity 0.35s, color 0.35s;
    transition: background-color 0.35s, opacity 0.35s, color 0.35s;
}
#signup-flyout a.close:hover {
    background-color: #ee4b44;
    opacity: 1;
}
#signup-flyout form {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#signup-flyout form > div {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 310px;
    padding-bottom: 33px;
}
#signup-flyout form > img {
    position: absolute;
    top: 20px;
    left: 0;
}
#signup-flyout form > div p {
    padding-top: 280px;
    padding-left: 12px;
    margin: 0 0 0 -12px;
    
    background: url('../img/signup-flyout-tshirt.jpg') 0 0 no-repeat;
    font-size: 1.4em;
    letter-spacing: 0.0025em;
    line-height: 142%;
}
#signup-flyout fieldset {
    position: relative;
    z-index: 10;
    float: left;
    margin: 0 0 0 310px;
    padding: 0 0 20px;
    border: none;
}
#signup-flyout #signup-flyout-user-fields { padding: 25px 0 10px 0; }
#signup-flyout legend {
    position: relative;
    float: left;
    width: 135px;
    
    font-weight: 600;
    font-size: 1.8em;
    line-height: 36px;
}
.lt-ie9 #signup-flyout legend { font-family: 'titillium_websemibold', sans-serif; font-weight: normal; }
#signup-flyout ol,
#signup-flyout ol li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#signup-flyout ol { width: 380px; }
#signup-flyout ol li {
    position: relative;
    height: 36px;
    width: 190px;
    padding-bottom: 18px;
}
#signup-flyout ol li input {
    position: relative;
    z-index: 10;
    width: 154px;
    height: 34px;
    padding: 0 12px;
    
    background: #6b9999;
    border: 1px solid #000;
    border-radius: 3px;
    color: #172828;
    font-size: 16px;
    line-height: 34px;
    
    -moz-box-shadow: inset 1px 1px 0 0 #5f8888;
    -o-box-shadow: inset 1px 1px 0 0 #5f8888;
    -webkit-box-shadow: inset 1px 1px 0 0 #5f8888;
    box-shadow: inset 1px 1px 0 0 #5f8888;
    
    -ms-transition: background-color 0.35s, border-color 0.35s;
    -moz-transition: background-color 0.35s, border-color 0.35s;
    -o-transition: background-color 0.35s, border-color 0.35s;
    -webkit-transition: background-color 0.35s, border-color 0.35s;
    transition: background-color 0.35s, border-color 0.35s;
}
#signup-flyout ol li .validation-error { color: #ee4b44; }
#signup-flyout ol li input.error {
    border-color: #ee4b44;
    background-color: #ff9c99;
}
#signup-flyout ol li select {
    position: relative;
    z-index: 10;
    width: 178px;
    top: 4px;
    
    font-size: 16px;
    
    -ms-transition: border-color 0.35s;
    -moz-transition: border-color 0.35s;
    -o-transition: border-color 0.35s;
    -webkit-transition: border-color 0.35s;
    transition: border-color 0.35s;
}
#signup-flyout fieldset p {
    float: left;
    margin: 0;
    padding: 0;
    
    font-size: 1.4em;
    font-weight: 600;
    line-height: 36px;
}
.lt-ie9 #signup-flyout fieldset p { font-family: 'titillium_websemibold', sans-serif; font-weight: normal; }
#signup-flyout fieldset p label {
    position: relative;
    margin-left: 15px;
}
#signup-flyout fieldset p label:first-child { margin-left: 0 ; }
#signup-flyout fieldset p input[type="checkbox"] { margin: 0 8px 0 0; }
#signup-flyout fieldset p .validation-error { display: none !important; }
#signup-flyout fieldset p label:first-child .validation-error {
    position: absolute;
    display: inline !important;
    top: 1.5em;
    left: 0;
    width: 250px;
    
    color: #ee4b44;
    font-size: 10px;
    font-weight: 400;
}
.lt-ie9 #signup-flyout fieldset p label:first-child .validation-error { font-family: 'titillium_webregular', sans-serif; font-weight: normal; }
#signup-flyout form > p {
    position: relative;
    z-index: 1;
    height: 87px;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 28px 0 0;
    
    border-top: 2px solid #1d3333;
    font-size: 1.4em;
    text-align: right;
    letter-spacing: 0.0025em;
}
#signup-flyout form > p a {
    color: #ee4b44;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    
    -o-transition: border-color 0.35s;
    -moz-transition: border-color 0.35s;
    -ms-transition: border-color 0.35s;
    -webkit-transition: border-color 0.35s;
    transition: border-color 0.35s;
}
#signup-flyout form > p a:hover { border-bottom-color: #ee4b44; }
#signup-flyout form > p .button {
    width: 125px;
    height: 36px;
    margin-left: 22px;
    
    font-size: 14px;
    line-height: 36px;
}

@media (max-width: 480px) { /* Landscape Phones & down */
	#signup-flyout {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#signup-flyout form {
		width: 100%;
		margin: 0 auto;
	}
	#signup-flyout form > img {
		position: relative;
		margin: 0 auto 20px;
		top: auto;
		left: auto;
		display: block;
	}
	#signup-flyout a.close { display: none; }
	#signup-flyout form > div { display: none; }
	#signup-flyout legend {
		float: none;
		display: block;
		text-align: center;
		font-size: 2.4em;
		font-style: italic;
		width: 270px;
		margin: 0 auto;
		font-weight: 400;
		margin-bottom: 10px;
	}
	#signup-flyout #signup-flyout-applications legend {
		font-size: 1.3em;
		font-style: normal;
		text-align: left;
		margin-bottom: 0;
	}
	#signup-flyout #signup-flyout-user-fields,
	#signup-flyout #signup-flyout-applications {
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	#signup-flyout ol {
		width: 270px;
		margin: 0 auto;
		float: none;
	}
	#signup-flyout ol li {
		width: 100%;
		height: 33px;
		padding-bottom: 13px;
	}
	#signup-flyout ol li input,
	#signup-flyout ol li select {
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#signup-flyout ol li input {
		width: 100%;
		font-size: 13px;
		height: 29px;
		line-height: 29px;
	}
	#signup-flyout ol li select {
		width: 100%;
		font-size: 13px;
		margin-bottom: 4px;
	}
	#signup-flyout fieldset p {
		float: none;
		overflow: hidden;
		line-height: 25px;
		margin: 0 auto 10px;
		padding-top: 10px;
		width: 270px;
	}
	#signup-flyout fieldset p label:first-child .validation-error {
		top: -17px;
	}
	#signup-flyout fieldset p label {
		margin-left: 0;
		float: left;
		display: block;
		width: 50%;
	}
	#signup-flyout form > p {
		border-top: 1px solid #1D3333;
		padding-top: 60px;
		text-align: center;
		line-height: 150%;
		font-size: 1.6em;
	}
	#signup-flyout form > p a {
		display: inline-block;
		clear: both;
	}
	#signup-flyout form > p .button {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 120px;
		display: block;
		clear: both;
		
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -60px;
	}
}
