/* ==========================================================================
   Fonts
   ========================================================================== */
   
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,500');
@font-face {
  font-family: 'Monument Grotesk';
  src:  url('../fonts/MonumentGrotesk.woff') format('woff')
}

/* ==========================================================================
   Base styles
   ========================================================================== */

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

body {
	font-family: 'Monument Grotesk', Arial, Helvetica, sans-serif;
	background: rgb(254,254,252);
	color: rgb(31,31,34);
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

/* ==========================================================================
   Main Loading
   ========================================================================== */

#template {
	/*display: none;*/
}

#mainProgress {
	width: 100%;
	height: 20px;
	float: none;
	position: absolute;
}

#mainProgress LABEL {
	position: absolute;
}

.item {
	top: 0;
	width: 100%;	
	position: fixed;	
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.item .progress {
	width: 0px;
	height: 1vh;
	background-color: rgb(170,180,190);
	position: fixed;
	z-index: 10000;
	top: 0;
}

.content {
	width: 100%;
}

.complete {
}

.error {
	background-color: rgb(34,36,39);
}

.complete > .progress {
	display: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
   
   h1, h2, h3, h4 {
	   font-weight: 200;
   }
   
   h1 {
	   font-family: 'IBM Plex Serif', serif;
	   font-size: calc(0.3332 * 12rem);
	   letter-spacing: 0.055rem;
	   line-height: 4.45rem;
	   color: rgb(25,25,25);
	   font-weight: 400;
	   max-width: calc(100%);
	   text-transform: uppercase;
	   margin: 7rem auto 2rem auto;
   }
  
   h2 {
	   font-family: 'IBM Plex Serif', serif;
	   font-size: calc(0.3332 * 6rem);
	   font-weight: 400;
	   margin: 0 auto 1.8rem auto;
	   letter-spacing: 0.015em;
	   color: rgb(21,21,24);
	   max-width: 66.6667vw;
	   margin-bottom: 2.3rem;
   }
   
   .section--03 h2 {
	   color: rgb(255,255,255);
   } 
   
   h3 {
	   font-size: calc(0.3332 * 3.5rem);
	   letter-spacing: 0.015em;
	   max-width: 50vw;
	   margin: 0 auto 1.8rem auto;
	   font-weight: 100;
	   color: rgb(21,21,24);
   } 

   p {
	   font-size: calc(0.1 * 10vw);
	   letter-spacing: 0.015em;
	   max-width: 66.6667vw;
	   color: rgb(21,21,24);
   }    
   
   a:link, a:hover {
	   text-decoration: underline;
	   color: rgb(31,31,33);
   } 
   
   a:active {
	   text-decoration: line-through;
	   color: rgb(31,31,33);
   }

   a:visited {
	   text-decoration: underline;
	   color: rgb(31,31,33);
   }
   	
   ul {
		margin: 0;
		padding: 0;
   }   
   
   ul li {
		text-align: center;
		list-style: circle;
		list-style-position: inside;
		font-size: calc(0.5 * 2.25rem);
		line-height: 2rem;
	} 

   ol {
		margin: 0;
		padding: 0;
   }   
   
   ol li {
	   	text-align: left;
		list-style: none;
		list-style-position: outside;
		font-size: 1.1rem;
		line-height: 1.75rem;
		padding-right: 1.4rem;
		padding-bottom: 0.75rem;
		color: rgb(255,255,255);
	}
	ol li span { color: rgb(255,255,255); }

/* ==========================================================================
   Structure
   ========================================================================== */

main {
	width: 100vw;
	height: 100vh;
}

section nav.top--nav {
	position: fixed;
	z-index: 1;
	width: auto;
	min-width: 100%;
	height: 150px;
	background-color: rgba(255,255,255,0.01);
	top: 0;
	left: 0;
	text-align: right;
	z-index: 100;
	-webkit-transition: all 500ms linear;
	transition:         all 500ms linear;
}

section nav.top--nav div#brandmark.logo {
	position: absolute;
	display: inline-block;
	text-align: left;
	width: 8vw;
	height: auto;
	left: 0;
	top: 1.5rem;
	vertical-align: middle;
}

section nav.top--nav div#brandmark.logo a {
	display: block;
	width: 8vw;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

section nav.top--nav div#brandtype.logo {
	position: absolute;
	display: inline-block;
	text-align: left;
	width: auto;
	height: 25px;
	left: 8vw;
	top: 3.5rem;
	bottom: auto;
	vertical-align: middle;
}

section nav.top--nav .mobile--menu {
	display: none;
	position: absolute;
	top: 2rem;
	right: 1.25rem;
	height: 0.0rem;
	padding: 1rem;
	background-color: rgba(210,233,234,1);
}

	nav.top--nav .mobile--menu .arrow--down {
		position: absolute;
		top: 0.6rem;
		left: .5rem;
		right: auto;
		width: 1rem;
		height: 1rem;	
		background: url('../img/arrow.svg') bottom center no-repeat;
		transform: rotate(90deg);
		cursor: pointer;
	}

section nav.top--nav ul {
	list-style: none;
	display: inline-block;
	vertical-align: baseline;
	width: 50vw;
	height: 5.3rem;
	margin: auto 0;
	padding: 2rem 0;
	text-align: left;
}

section nav.top--nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0.4rem 1rem;
	letter-spacing: 0.015rem;
	line-height: 4rem;
	transition: all .3s ease-in-out;	
}

section nav.top--nav ul li a {
	text-decoration: none;
	color: #1a1c1c;
}

section nav.top--nav ul li a:hover {
	text-decoration: underline;
}

section nav.top--nav ul li:nth-child(5){
	position: absolute;
	right: 1rem;
	margin: 0rem 1rem 0rem 1rem;
	padding: 2rem 2.5rem;
	background-color: rgba(255,255,255,1);
	line-height: 1rem;
}

section nav.top--nav ul li:nth-child(5):hover{
	background-color: rgba(220,230,235,1);
	cursor: pointer;
}

section aside.left {
	position: fixed;
	z-index: 1;
	left: -1.6rem;
	bottom: 30vh;
	width: 10rem;
	height: 1.8rem;
	transform: rotate(90deg);
}

section aside.right {
	position: fixed;
	z-index: 1;
	right: -99rem;
	top: 44vh;
	width: 1.8rem;
	height: 10rem;
	transition: all .6s ease;
}

section aside.right.show {
	right: 2rem;
}

	aside.right span.top--number {
		position: absolute;
		top: 0;
		left: 0.6rem;
		color: rgb(31,31,31);
	}
	aside.right span.line {
		display: block;
		position: absolute;
		top: 1.5rem;
		left: 0.8rem;
		width: 2px;
		height: 7rem;
		background-color: rgb(31,31,31);
	}
	aside.right span.bottom--number {
		position: absolute;
		bottom: 0;
		left: 0.6rem;
		color: rgb(31,31,31);
	}	

nav.bottom--nav--left {
	position: fixed;
	bottom: 3rem;
	left: 2.6rem;
	width: 1.8rem;
	height: 1.8rem;
	background-image: url('../img/linkedIn.png');
	background-position: center center;
	background-origin: content-box;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 1.8rem;
	z-index: 100;
}

nav.bottom--nav--left a {
	display: block;
	height: 100%;
}

nav.bottom--nav--right {
	position: fixed;
	bottom: 2rem;
	right: -99rem;
	width: 1.8rem;
	height: 3.5rem;
	z-index: 100;
	transition: all .2s ease;
}

nav.bottom--nav--right.show {
	right: 1rem;
}

nav .arrow--top {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform: rotate(180deg);	
	transition: all .2s ease;	
}

nav .arrow--bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all .2s ease;
}

nav .arrow--top,
nav .arrow--bottom {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='#000'><polygon points='10,8 2,0 0,2 8,10 0,18 2,20 10,12 12,10' /></svg>") top center no-repeat;
}

nav .arrow--top.white,
nav .arrow--bottom.white {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='#fff'><polygon points='10,8 2,0 0,2 8,10 0,18 2,20 10,12 12,10' /></svg>") top center no-repeat;
}

.section--container {
	width: auto;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

.section {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;	
	text-align: center;
	font-weight: 300;
	padding: 6rem 0 0 0;
	width: auto;
	height: calc(100%);
	-webkit-transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition:         all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);	
}

.column--left,
.column--right {
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
.column--left {
	padding-top: 4rem;
	position: relative;
}
.column--right {
	padding-top: 4rem;
	position: relative;
}
	.column--right .image--border,
	.column--left .image--border {
		position: absolute;
		background-color: #fff;
		z-index: 1;
		padding: 1rem;
	}
	
	.section--02 .column--right {
		width: 70vw;
		padding-top: 3rem;
		padding-right: 14rem;
	}
	
	.section--02 .column--left {
		width: 30vw;
		padding-top: 6rem;
		padding-right: 12rem;
		padding-left: 16rem;
	}
	
	.section--02 .column--left .background--border {
		width: 18.75rem;
		height: 25rem;
		background-color: rgba(82,101,122,0.4);
		filter: blur(1.5rem);
		mix-blend-mode: multiply;
		position: absolute;
		display: block;
	}
	
	.section--03 .column--left {
		width: 70vw;
		padding-top: 3rem;
		padding-right: 10rem;
		padding-left: 18rem;
	}
	
	.section--03 .column--right {
		width: 30vw;
		padding-top: 12rem;
		padding-right: 22rem;
	}	
	
	.section--03 .column--right .background--border {
		width: 18.75rem;
		height: 25rem;
		background-color: rgba(82,101,122,0.9);
		filter: blur(1.5rem);
		mix-blend-mode: multiply;
		position: absolute;
		display: block;
	}
	
.section--01 {
	padding-top: 0;
	height: calc(100%);
	width: 100vw;
	position: relative;
	overflow: hidden;
}
.section--01 .wide--column {
	padding-top: 12rem;
	position: relative;
	z-index: 5;
}

.section--03 {
	background-color: rgba(11,60,34,1);
}

.section--02,
.section--05 {
	background-color: rgba(255,255,255,1);
}
section div.section--05,
section div.section--04 {
	height: calc(100% - 12rem);
}
.section--04 {
	position: relative;
	overflow: hidden;
}
.section--04 h2,
.section--04 h3,
.section--04 h4 {
	color: rgb(0,0,0);
}
.section--04 h3 {
	font-size: calc(180%);
}
.section--04 .img--bg--s4 {
	top: 0px;
	left: 0px;
	width: 100vw;
	height: calc(200%);
	display: block;
	position: absolute;
	z-index: -1;
	background: #fafafa url('../img/section-bg-6a.jpg') bottom right no-repeat;
	background-origin: padding-box;
	background-size: cover;
	opacity: 1;
}
.section--01 .img--bg--s1 {
	width: 100vw;
	height: calc(200%);
	display: inline-block;
	position: absolute;
	z-index: 1;
	background: #fafafa url('../img/section-bg-6a.jpg') bottom right no-repeat;
	background-origin: content-box;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
}
	
section section.section--container .section .wide--column {
	padding: 0% auto;
}

/* Clients & Projects */
section div.section--07 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;	
	text-align: center;
	font-weight: 300;
	padding: 6rem 3rem 0 3rem;
	width: auto;
	height: calc(100%);
}
section div.section--07 p {
	padding-bottom: 6rem;
	display: block;
}

/* buttons homepage */

a.read--link {
	display: inline-block;
	padding: 1rem 1.8rem;
	text-decoration: none;
	color: rgba(11,60,34,1);
	border: 2px solid rgba(11,60,34,1);
	-webkit-transition: all 1600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition:         all 1600ms cubic-bezier(0.075, 0.82, 0.165, 1);		
}

a.read--link:hover {
	text-decoration: underline;
	color: rgb(255,255,255);
	background-color: rgba(11,60,34,1);
}

/* contact section 6 */

.section--06 {
	background: rgba(240,243,244,1);
	padding: 12rem 0 0 0;
	height: calc(100% - 12rem);
	width: 100%;
	z-index: 5;
}

.shapes {
	position: fixed;
	z-index: -1;
	mix-blend-mode: multiply;
	overflow: hidden;
	display: none;
}

.triangle {
	width: 200px;
	height: 500px;
	background: url('../img/leaves-0.svg') 0 0 no-repeat;
	mix-blend-mode: multiply;
	position: fixed;
	top: 0px;
	left: 20%;
	transform: rotate(-153deg);
}

.circle {
	width: 300px;
	height: 800px;
	background: url('../img/leaves-0.svg') 0 0 no-repeat;
	mix-blend-mode: multiply;
	position: fixed;
	top: 0%;
	left: 60%;
	transform: rotate(-55deg);
	opacity: 0.6;	
}
.circle-small {
	width: 300px;
	height: 600px;
	background: url('../img/leaves-1.svg') 0 0 no-repeat;
	mix-blend-mode: multiply;
	position: fixed;
	top: 30%;
	left: 26%;
	transform: rotate(-90deg);
	opacity: 0.6;
}
.square {
	width: 300px;
	height: 600px;
	background: url('../img/leaves-1.svg') 0 0 no-repeat;
	mix-blend-mode: multiply;
	position: fixed;
	top: 5px;
	left: 82%;
	transform: rotate(-180deg);
}

/* Contact Cols */

.fifty--column {
	width: 50%;
	margin: 0 auto;
}

.fifty--column.contact--details,
.fifty--column.logo--details {
	width: 50%;
	margin: 0 auto;	
	text-align: left;
	padding-left: 10rem;
	padding-right: 6rem;
}

/* Autoplay slider */

.slider {
	width: 1024px;
	height: 700px;
	margin: 0 auto;
}

.slider-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;	
	transition: opacity 0.8s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

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

@media only screen and (min-width: 20rem) and (max-width: 23rem) {
    /* iPhone 5 SE */
    
	/* Typography */
	h1 {
		font-size: 34px;
		line-height: 32px;
		margin: 0 auto 4rem auto;
		max-width: calc(100% - 2rem);
	}
	h2 {
		display: block;
		font-size: 18px;
		line-height: 18px;
		margin: 0 auto 1rem auto;
		max-width: calc(100% - 3rem);
	}
	h3 {
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 2rem auto 2rem auto;
		max-width: calc(100% - 3rem);
	}
	h3:nth-child(1n) {
		margin: 0 auto 2rem auto;
	}
	h3:nth-child(2n) {
		margin: 2rem auto 2rem auto;
	}	
	h4 {
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 0.5rem auto 0.5rem auto;
		max-width: calc(100% - 3rem);
	}	
	p {
		font-size: 13px;
		line-height: 1rem;
		margin: 0.75rem auto;
	}
	a {
		font-size: 13px;
		line-height: 2rem;
	}
	ul li {
		display: block;
		font-size: 14px;
		line-height: 18px;
		margin: 0 auto;
		max-width: calc(100% - 6rem);
	}
	ol li {
		list-style-position: inside;
		padding: 1rem;
	}
	/* button */
	a.read--link {
		font-size: 1rem;
	}
	/* section */
	.section {
		display: block;
		height: calc(100%);
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.section .wide--column {
		padding-top: 2rem;
	}
	.section--01 .wide--column {
		padding-top: 10rem;
	}
	.section--06 .wide--column {
		padding-top: 10rem;
	}
	section div.section--03 {
		height: calc(320% - 12em);
	}
	section div.section--02 {
		height: calc(230% - 12em);
	}
	section div.section--04 {
		height: calc(130% - 12em);
	}
	section div.section--04 .slide h3 {
		font-size: 18px;
		line-height: 22px;
	}
	section div.section--05 {
		height: calc(170% - 12em);
	}
	section div.section--05 ul li {
		padding-bottom: 1rem;
	}
	#main-slider.slider {
		width: 320px;
		height: 100vh;
	}
	section div.section--06 {
		height: 150%;
	}
	section div.section--06 .fifty--column {
		width: calc(100% - 2rem);
		height: auto;
		padding: 6rem 5rem 0rem 2rem;
	}
	section div.section--06 .fifty--column p {
		margin: 0.25rem 0.5rem 0.25rem 1.5rem;
	}
    /* top nav */
    section nav.top--nav {
	    height: 6.2rem;
    }
    section nav.top--nav div#brandmark.logo {
	    top: 0;
	    left: 0;
	    width: 4rem;
    }
	section nav.top--nav div#brandmark.logo a {
	    width: 4rem;
	    text-align: center;
    }
	section nav.top--nav div#brandmark.logo a img {
	    width: 2rem;
    }
    section nav.top--nav div#brandtype.logo {
	    width: auto;
	    height: auto;
	    left: 4.4rem;
	    top: 2rem;
	    text-align: left;
    }
    section nav.top--nav div#brandtype.logo a img {
	    width: auto;
	    height: 0.9rem;
    }
    section nav.top--nav .mobile--menu {
	    display: inline-block;
    }
    section nav.top--nav ul {
	    display: none;
    }
    section nav.top--nav ul li:nth-child(5) {
	    position: relative;
	    background-color: rgba(255,255,255,1);
	    padding: 0;
	    margin: 0;
	    right: auto;
	    line-height: 4rem;
	    display: block;
	}
	section nav.top--nav ul li:nth-child(5):hover {
		background-color: rgba(255,255,255,1);
	}
	section nav.top--nav ul {
		width: 12rem;
		height: auto;
		margin-right: 1rem;
		padding: 1rem 0rem 1rem 0;
	}
	section nav.top--nav ul li {
		background-color: rgba(255,255,255,1);
		text-align: right;
		padding: 0;
		display: block;
		transition: none;
	}
	section nav.top--nav ul li a {
		padding-right: 1.6rem;
	}
    /* right aside & nav */
    nav.bottom--nav--right,
    section aside {
	    display: none;
    }
    /* left aside & nav */
    nav.bottom--nav--left {
	    left: 1rem;
	    bottom: 1.25rem;
    }
    /* temp hide */	
	section .column--left,
	section .column--right {
		display: block;
		flex: none;
	}
	section .column--left img,
	section .column--right img,
	.section--02 .column--left,
	.section--03 .column--right {
		display: none;
	}
	.section--02 .column--right {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: calc(100% - 3rem);
	}
	.section--03 .column--left {
		padding-left: 4rem;
		padding-right: 4rem;
		width: calc(100% - 4rem);
	}			
}

@media only screen and (min-width: 23rem) and (max-width: 48rem) {
    /* iPhone 6/7/8/X */
    
	/* Typography */
	h1 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 auto 2rem auto;
		max-width: calc(100%);
	}
	h2 {
		display: block;
		font-size: 26px;
		line-height: 28px;
		margin: 1.5rem;
		max-width: calc(100% - 3rem);
	}
	.wide--column h2 {
		font-size: 26px;
		line-height: 28px;
		max-width: calc(100%);
	}
	h3 {
		display: block;
		font-size: 18px;
		line-height: 26px;
		margin: 2rem auto 2rem auto;
		max-width: calc(100% - 3rem);
	}
	h3:nth-child(1n) {
		margin: 0 auto 2rem auto;
	}
	h3:nth-child(2n) {
		margin: 2rem auto 2rem auto;
	}	
	h4 {
		display: block;
		font-size: 16px;
		line-height: 20px;
		margin: 0.5rem auto 0.5rem auto;
		max-width: calc(100% - 3rem);
	}	
	p {
		font-size: 1rem;
		line-height: 22px;
		max-width: calc(100%);
		line-height: 1.25rem;
		margin: 2rem 0;
	}
	a {
		font-size: 1rem;
		line-height: 2rem;
	}
	ul li {
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		max-width: calc(100%);
	}
	ol {padding-left: 0.5rem;}
	ol li {
		list-style-position: inside;
		padding: 1rem;
		font-size: 0.875rem;
	}
	/* button */
	/* section */
	section div.section {
		display: block;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 6rem 0 24rem 0;
	}
	.section .img--bg--s1 { display: none; }
	.section .wide--column,
	.section .column--left,
	.section .column--right {
		padding-top: 2rem;
	}
	.section .wide--column {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	section div.section--04 .slide h3 {
		font-size: 18px;
		line-height: 22px;
	}
	section div.section--05 ul li {
		padding-bottom: 1rem;
	}
	#main-slider.slider {
		width: 100%;
		height: 100%;
	}
	section p .read--link {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		border-width: 4px;
		font-size: 1rem;
		display: block;
	}
	section div.section--06 .fifty--column {
		width: calc(100% - 2rem);
		height: auto;
		padding: 6rem 5rem 0rem 2rem;
	}
	section div.section--06 .fifty--column p {
		font-size: 1rem;
		margin: 0.25rem 0.5rem 0.25rem 1.5rem;
	}
	section div.section--06 .fifty--column p a {
		font-size: 1rem;
	}
    /* top nav */
    section nav.top--nav {
	    height: 6.2rem;
    }
    section nav.top--nav div#brandmark.logo {
	    top: 0;
	    left: 0;
	    width: 4rem;
    }
	section nav.top--nav div#brandmark.logo a {
	    width: 4rem;
	    text-align: center;
    }
	section nav.top--nav div#brandmark.logo a img {
	    width: 2rem;
    }
    section nav.top--nav div#brandtype.logo {
	    width: auto;
	    height: auto;
	    left: 4.4rem;
	    top: 2rem;
	    text-align: left;
    }
    section nav.top--nav div#brandtype.logo a img {
	    width: auto;
	    height: 0.9rem;
    }
    section nav.top--nav .mobile--menu {
	    display: inline-block;
    }
    section nav.top--nav ul {
	    display: none;
    }
    section nav.top--nav ul li:nth-child(5) {
	    position: relative;
	    background-color: rgba(255,255,255,1);
	    padding: 0;
	    margin: 0;
	    right: auto;
	    line-height: 4rem;
	    display: block;
	}
	section nav.top--nav ul li:nth-child(5):hover {
		background-color: rgba(255,255,255,1);
	}
	section nav.top--nav ul {
		width: 12rem;
		height: auto;
		margin-right: 1rem;
		padding: 1rem 0rem 1rem 0;
	}
	section nav.top--nav ul li {
		background-color: rgba(255,255,255,1);
		text-align: right;
		padding: 0;
		display: block;
		transition: none;
	}
	section nav.top--nav ul li a {
		padding-right: 1.6rem;
	}
    /* right aside & nav */
    nav.bottom--nav--right,
    section aside {
	    display: none;
    }
    /* left aside & nav */
    nav.bottom--nav--left {
	    left: 1rem;
	    bottom: 1.25rem;
    }
    /* temp hide */	
	section .column--left,
	section .column--right {
		display: block;
		flex: none;
	}
	section .column--left img,
	section .column--right img,
	.section--02 .column--left,
	.section--03 .column--right {
		display: none;
	}
	.section--02 .column--right {
		padding-left: 2.2rem;
		padding-right: 2.2rem;
		width: calc(100% - 4.4rem);
	}
	.section--03 .column--left {
		padding-left: 2.4rem;
		padding-right: 4rem;
		width: calc(100% - 4rem);
	}
	section div.section--01 {
		padding: 6rem 0 3rem 0;
		margin: 0;
	}
	
	section div.section--02,
	section div.section--03 {
		padding: 0 0 3rem 0;
		margin: 0;
	}	
	section div.section--04 {
		padding: 3rem 0 35rem 0;
	}		
	section div.section--05 {
		margin: 0;
		padding: 0;
	}
}

@media only screen and (min-width: 48rem) and (max-width: 68rem) {
    /* iPad */
    
	/* Typography */
	h1 {
		font-size: 48px;
		line-height: 52px;
		margin: 0 auto 2rem auto;
		max-width: calc(80% - 2rem);
	}
	h2 {
		display: block;
		font-size: 18px;
		line-height: 18px;
		margin: 0 auto 1rem auto;
		max-width: calc(100% - 3rem);
	}
	.wide--column h2 {
		font-size: 26px;
		line-height: 28px;
	}
	h3 {
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 2rem auto 2rem auto;
		max-width: calc(100% - 3rem);
	}
	h3:nth-child(1n) {
		margin: 0 auto 2rem auto;
	}
	h3:nth-child(2n) {
		margin: 2rem auto 2rem auto;
	}	
	h4 {
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 0.5rem auto 0.5rem auto;
		max-width: calc(100% - 3rem);
	}	
	p {
		font-size: 0.7rem;
		max-width: calc(100%);
		line-height: 1.25rem;
		margin: 2rem 0;
	}
	section p .read--link {
		width: 320px;
		margin: 0 auto;
		text-align: center;
		border-width: 4px;
		font-size: 1rem;
		display: block;
	}	
	a {
		font-size: 13px;
		line-height: 2rem;
	}
	ul li {
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		max-width: calc(100%);
	}
	ol li {
		list-style-position: inside;
		padding: 1rem;
		font-size: 0.875rem;
	}
	/* button */
	a.read--link {
		font-size: 0.6875rem;
		margin: 0.9rem 0 0.9rem 0.9rem;
		padding: 0.8rem;
	}
	/* section */
	section div.section {
		display: block;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 6rem 0 24rem 0;
	}
	.section .img--bg--s1 { display: none; }
	.section .wide--column,
	.section .column--left,
	.section .column--right {
		padding-top: 2rem;
	}
	section div.section--04 .slide h3 {
		font-size: 18px;
		line-height: 22px;
	}
	section div.section--05 ul li {
		padding-bottom: 1rem;
	}
	#main-slider.slider {
		width: 100%;
		height: 100%;
	}
	section div.section--06 .fifty--column {
		width: calc(100% - 2rem);
		height: auto;
		padding: 6rem 5rem 0rem 2rem;
	}
	section div.section--06 .fifty--column p {
		margin: 0.25rem 0.5rem 0.25rem 1.5rem;
	}
    /* top nav */
    section nav.top--nav {
	    height: 6.2rem;
    }
    section nav.top--nav div#brandmark.logo {
	    top: 0;
	    left: 0;
	    width: 4rem;
    }
	section nav.top--nav div#brandmark.logo a {
	    width: 4rem;
	    text-align: center;
    }
	section nav.top--nav div#brandmark.logo a img {
	    width: 2rem;
    }
    section nav.top--nav div#brandtype.logo {
	    width: auto;
	    height: auto;
	    left: 4.4rem;
	    top: 2rem;
	    text-align: left;
    }
    section nav.top--nav div#brandtype.logo a img {
	    width: auto;
	    height: 0.9rem;
    }
    section nav.top--nav .mobile--menu {
	    display: inline-block;
    }
    section nav.top--nav ul {
	    display: none;
    }
    section nav.top--nav ul li:nth-child(5) {
	    position: relative;
	    background-color: rgba(255,255,255,1);
	    padding: 0;
	    margin: 0;
	    right: auto;
	    line-height: 4rem;
	    display: block;
	}
	section nav.top--nav ul li:nth-child(5):hover {
		background-color: rgba(255,255,255,1);
	}
	section nav.top--nav ul {
		width: 12rem;
		height: auto;
		margin-right: 1rem;
		padding: 1rem 0rem 1rem 0;
	}
	section nav.top--nav ul li {
		background-color: rgba(255,255,255,1);
		text-align: right;
		padding: 0;
		display: block;
		transition: none;
	}
	section nav.top--nav ul li a {
		padding-right: 1.6rem;
	}
    /* right aside & nav */
    nav.bottom--nav--right,
    section aside {
	    display: none;
    }
    /* left aside & nav */
    nav.bottom--nav--left {
	    left: 1rem;
	    bottom: 1.25rem;
    }
    /* temp hide */	
	section .column--left,
	section .column--right {
		display: block;
		flex: none;
	}
	section .column--left img,
	section .column--right img,
	.section--02 .column--left,
	.section--03 .column--right {
		display: none;
	}
	.section--02 .column--right {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: calc(100% - 3rem);
	}
	.section--03 .column--left {
		padding-left: 2.4rem;
		padding-right: 4rem;
		width: calc(100% - 4rem);
	}			
}

@media only screen and (min-width: 68rem) and (max-width: 86.25rem) {
    /* Small Monitor */
    
	/* Typography */
	h1 {
		/*font-size: 88px;
		line-height: 32px;*/
		margin: 0rem auto 2rem auto;
		max-width: calc(100% - 2rem);
	}
	h2 {
		display: block;
		/*font-size: 18px;
		line-height: 18px;*/
		margin: 0 auto 1rem auto;
		max-width: calc(100% - 3rem);
	}
	h3 {
		display: block;
		margin: 2rem auto 2rem auto;
		max-width: calc(100% - 3rem);
	}
	h3:nth-child(1n) {
		margin: 0 auto 2rem auto;
	}
	h3:nth-child(2n) {
		margin: 2rem auto 2rem auto;
	}	
	h4 {
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 0.5rem auto 0.5rem auto;
		max-width: calc(100% - 3rem);
	}	
	p {
		font-size: 13px;
		line-height: 1rem;
		margin: 0.75rem;
	}
	a {
		font-size: 13px;
		line-height: 2rem;
	}
	ul li {
		display: block;
		text-align: left;
		margin-left: 4.75rem;
		max-width: calc(100% - 6rem);
	}
	ol li {
		list-style-position: inside;
		padding: 0.2rem 0 0.2rem 1.5rem;
		font-size: 0.875rem;
	}
	/* button */
	a.read--link {
		font-size: 1rem;
		width: 10rem;
		margin: 0.9rem 0 0.9rem 0.9rem;
		padding: 0.8rem;
	}
	/* section */
	section div.section {
		display: flex;
		/*height: auto;*/
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 6rem 0 24rem 0;
	}
	section div.section {
		height: calc(800px - 30rem);
	}
	section div.section img {
		width: 240px;
	}
	section div.section .column--left .background--border,
	section div.section .column--right .background--border {
		width: 260px;
		height: 380px;
	}
	section div.section .column--right,
	section div.section .column--left {
		width: 26%;
		height: 100vh;
		padding-left: 12%;
		padding-right: 12%;
	}
	section div.section--02 .column--right {
		padding-left: 0;
		padding-right: 0;
		width: 50%;
	}
	section div.section--03 .column--left {
		padding-left: 12%;
		padding-right: 0;
		width: 38%;
	}
	section div.section--02,
	section div.section--03 {
		padding-top: 0;
		height: calc(800px - 24rem);
	}
	.section .img--bg--s1 { display: none; }
	#main-slider.slider {
		width: 100vw;
		height: 100%;
	}
	section div.section--06 .fifty--column {
		width: calc(50% - 12rem);
		height: auto;
		padding: 6rem 0rem 0rem 12rem;
	}
	section div.section--06 .fifty--column p {
		margin: 0.25rem 0.5rem 0.25rem 1.5rem;
	}
    /* top nav */
    section nav.top--nav {
	    height: 6.2rem;
    }
    section nav.top--nav div#brandmark.logo {
	    top: 0;
	    left: 0;
	    width: 4rem;
    }
	section nav.top--nav div#brandmark.logo a {
	    width: 4rem;
	    text-align: center;
    }
	section nav.top--nav div#brandmark.logo a img {
	    width: 2rem;
    }
    section nav.top--nav div#brandtype.logo {
	    width: auto;
	    height: auto;
	    left: 4.4rem;
	    top: 2rem;
	    text-align: left;
    }
    section nav.top--nav div#brandtype.logo a img {
	    width: auto;
	    height: 0.9rem;
    }
    section nav.top--nav .mobile--menu {
	    display: inline-block;
    }
    section nav.top--nav ul {
	    display: none;
    }
    section nav.top--nav ul li:nth-child(5) {
	    position: relative;
	    background-color: rgba(255,255,255,1);
	    padding: 0;
	    margin: 0;
	    right: auto;
	    line-height: 4rem;
	    display: block;
	}
	section nav.top--nav ul li:nth-child(5):hover {
		background-color: rgba(255,255,255,1);
	}
	section nav.top--nav ul {
		width: 12rem;
		height: auto;
		margin-right: 1rem;
		padding: 1rem 0rem 1rem 0;
	}
	section nav.top--nav ul li {
		background-color: rgba(255,255,255,1);
		text-align: right;
		padding: 0;
		display: block;
		transition: none;
	}
	section nav.top--nav ul li a {
		padding-right: 1.6rem;
	}
    /* right aside & nav */
    nav.bottom--nav--right,
    section aside {
	    display: none;
    }
    /* left aside & nav */
    nav.bottom--nav--left {
	    left: 1rem;
	    bottom: 1.25rem;
    }
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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