@charset "utf-8";

body,div,dl,dt,dd,p,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,blockquote,form{margin:0;padding:0;}
ul,ol{list-style:none;}
img,a img{border:none;display:block;}
*:link,*:visited{text-decoration:none;}
*:active,*:focus{outline:0;}
table{border-collapse:collapse;border-spacing:0;}
label,button{cursor:pointer;}
input,textarea,select{font-family:inherit;font-size:inherit;padding:0;margin:0;vertical-align:middle;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;margin:0;padding:0;}

::-moz-selection { background-color: #111; color: #FFF; }
::selection { background-color: #111; color: #FFF; }

@font-face{
font-family:"Avenir-Book";
src:url("1475508/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
src:url("1475508/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"),url("1475508/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("1475508/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"),url("1475508/5ed4f98e-9044-4810-88ff-74d412c1351f.ttf") format("truetype");
}
@font-face{
font-family:"Avenir-Oblique";
src:url("721235/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix");
src:url("721235/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix") format("eot"),url("721235/09df9e09-83d7-46b3-b5cc-e1dc773dfdcf.woff2") format("woff2"),url("721235/3695342c-b5e2-4010-b0d4-56f563465922.woff") format("woff"),url("721235/2ba9f875-66d9-414d-a426-5a012b443475.ttf") format("truetype"),url("721235/0a88351a-e628-4b1f-99eb-3a729518af0a.svg#0a88351a-e628-4b1f-99eb-3a729518af0a") format("svg");
}
@font-face{
font-family:"Avenir-Heavy";
src:url("721244/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
src:url("721244/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"),url("721244/65cde95a-ac33-4c65-8198-e37857968d1a.woff2") format("woff2"),url("721244/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"),url("721244/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"),url("721244/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
}

/*fade in effects*/
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in { opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s; }

html 					{ overflow-y: scroll; }
body 					{ background-color: #1b2025; color: #FFF; font-family: Avenir-Book, sans-serif; font-size: 15px; line-height: 1; }
body.noscroll			{ overflow: hidden; }
.page-layout			{ }
.page-header			{ }
.page-content			{ margin: 50px auto; }
.page-extra				{ background-color: #1b1b1b; margin-bottom: 0; padding: 90px 0; }
.inner					{ clear: both; margin: 0 auto; position: relative; }
.inner:after			{ clear: both; content: ""; display: table; }

.mob-header				{ display: none; }
.mob-nav				{ display: none; }

/* PAGE NAV
------------------------------------------------------------------------------------------------------------------------------------------------------*/	
.page-nav 					{ background: rgba(27,32,37,0.97); display: none; overflow: hidden; position: fixed; height: 100%; min-height: 300px; width: 100%; z-index: 9999; }
.page-nav ul  				{ border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); height: 50%; margin-top: 150px; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.page-nav ul li 			{ display: block; float: left; height: 100%; width: 25%; }
.page-nav ul li a 			{ border-right: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.5); display: block; font-family:"Avenir-Heavy"; font-size: 36px; height: 100%; text-align: center; }
.page-nav ul li.on a		{ color: #FFF; }
.page-nav ul li a:hover		{ background: rgba(255,255,255,0.01); color: #FFF; }

.page-nav ul li a:before 	{ content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
.page-nav ul li a div 		{ display: inline-block; margin-top: -150px; vertical-align: middle; }

/* PAGE HEADER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-header * 						{ -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.page-header						{ height: 100px; padding: 30px 0 20px; }
.page-header .logo a				{ display: block; height: 100px; margin: 0 auto; width: 180px; }
.page-header .logo a:hover			{ opacity: 0.8; }

.page-header .nav-toggle 			{ cursor: pointer; height: 30px; position: absolute; top: 60px; right: 60px; width: 40px; z-index: 99999; }
.page-header .nav-toggle span  		{ display: block; margin: 0; width: 35px; }
.page-header .nav-toggle span em 	{ background-color: #FFF; display: block; height: 4px; margin-top: 6px; }
.page-header .nav-toggle .close  	{ color: #FFF; display: none; font-size: 40px; line-height: 22px; margin: 5px auto; text-align: center; }
.page-header .nav-toggle .close  	{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.page-header .nav-toggle:hover		{ opacity: 0.5; }

/* PAGE FOOTER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-footer 			{ background-color: #0a0a0a; padding: 40px 0; width: 100%; }
.page-footer:after		{ clear: both; content: ""; display: table; }
.page-footer .logo		{ float: left; display: block; height: 70px; width: 60px; }
.page-footer .text		{ float: left; font-size: 13px; letter-spacing: 0.05em; line-height: 25px; padding: 0 30px; }
.page-footer .text .company	{ color: #DDD; }
.page-footer .text p		{ font-size: 13px; line-height: 22px; margin: 0; }
.page-footer .text a		{ color: #444; letter-spacing: 0; text-decoration: none; }

.page-footer .contact-icons 			{ float: right; }
.page-footer .contact-icons a 			{ background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; display: block; float: left; height: 40px; margin-left: 10px; width: 40px; }
.page-footer .contact-icons a.linkedIn 	{ background-image: url(/assets/images/icons/linkedIn.png); }
.page-footer .contact-icons a.twitter 	{ background-image: url(/assets/images/icons/twitter.png); }
.page-footer .contact-icons a.email 	{ background-image: url(/assets/images/icons/email.png); }
.page-footer .contact-icons a:hover		{ opacity: 0.5; }

/* VEGAS BG SLIDESHOW
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}
.vegas-overlay{background: none;}
.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0)}
body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:hidden;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}:root body.vegas-container>.vegas-overlay,:root body.vegas-container>.vegas-slide,_::full-page-media,_:future{bottom:-76px}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown,.vegas-transition-slideDown2,.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}

/* BANNER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-banner { height: 350px; overflow: hidden; }

.background-banner 			{ margin: 0 auto; padding: 100px 0 150px; text-align: center; width: 840px; }
.background-banner h1		{ font-size: 60px; font-family: "Avenir-Heavy"; font-weight: normal; margin: 0 0 30px; }
.background-banner h2		{ font-size: 18px; font-weight: normal; line-height: 30px; }

/* BREADCRUMB
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb * 		{ -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.breadcrumb 		{ color: #616467; line-height: 50px; }
.breadcrumb em 		{ font-style: normal; padding: 0 6px; }
.breadcrumb span 	{ opacity: 0.7; }
.breadcrumb a 		{ color: #616467; text-decoration: underline; }
.breadcrumb a:hover { color: #FFF; text-decoration: none; }

/* CONTENT
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*layout*/

.page-content .content-block .text-full-width 		{ margin: 0 auto; width: 70%; }
.page-content .content-block .three-columns 		{ border-collapse: collapse; display: table; width: 100%; }
.page-content .content-block .third 				{ border-right: 1px solid rgba(0,0,0,0); display: table-cell; padding-left: 45px; position: relative; vertical-align: top; width: 33.33%; }
.page-content .content-block .third:first-child		{ padding-left: 0; padding-right: 45px; }
.page-content .content-block .third:last-child		{ border-right: none; }
.page-content .content-block .border				{ border-right: 1px solid #FFF;  }
.page-content .content-block .twoThirds				{ display: table-cell; vertical-align: top; width: 66.66%; }

.page-content .content-block .panel					{ background-color: #1b2025; padding: 70px 0; }
.page-content .content-block .panel	.inner			{ border-collapse: collapse; display: table; }
.page-content .content-block .panel-teal			{ background-color: #1b2025; }
.page-content .content-block .panel-dark			{ background-color: #1b1b1b; }

.page-content .text-left			{ text-align: left; }
.page-content .text-right			{ text-align: right; }
.page-content .text-center			{ text-align: center; }

/*elements*/
.page-content h1			{ font-family: Avenir-Heavy, sans-serif; font-size: 24px; font-weight: normal; line-height: 30px; margin: 0 0 30px; }
.page-content h2			{ font-family: Avenir-Heavy, sans-serif; font-size: 18px; font-weight: normal; line-height: 22px; margin: 0 0 10px; }
.page-content h3			{ font-family: Avenir-Book, sans-serif; font-size: 15px; font-weight: normal; line-height: 24px; margin: 0 0 20px; text-transform: uppercase; }
.page-content h1+h3			{ margin-top: -20px; }
.page-content p				{ font-size: 15px; font-weight: 300; line-height: 22px; margin: 0 0 25px; }
.content-block p:last-child,
.content-block ol:last-child,
.content-block ul:last-child,
.content-block img:last-child{ margin-bottom: 0; }

.page-content a 			{ -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.page-content a				{ color: #FFF; text-decoration: underline; }
.page-content a:hover		{ color: #FFF; text-decoration: none; }

.page-content .divider		{ background-color: #FFF; border: none; clear: both; color: #FFF; height: 2px; line-height: 1; margin: 0; overflow: hidden; width: 100%; }

/*lists*/
.page-content ul, 
.page-content ol			{ font-size: 15px; line-height: 22px; margin: 0 0 25px 20px; }
.page-content ul ul,
.page-content ul ol,
.page-content ol ol,
.page-content ol ul 		{ font-size: 100%; margin: 5px 0 5px 20px; }
.page-content ul 			{ list-style-type: disc; }
.page-content ul ul 		{ list-style-type: circle; }
.page-content ul ul ul 		{ list-style-type: square; }
.page-content ol 			{ list-style-type: decimal; }
.page-content ol ol 		{ list-style-type: lower-alpha;	}
.page-content ol ol ol		{ list-style-type: lower-roman; }
.page-content li			{ margin-bottom: 5px; }
.page-content ol li			{ margin-bottom: 10px; }

/*forms*/
.page-content form label				{ color: #a99a6f; display: block; font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; }
.page-content form .input				{ background: #FFF; border: 1px solid #DDD; color: #333; font-size: 16px; height: 38px; line-height: 38px; margin-bottom: 10px; padding: 0 10px; width: 100%; }
.page-content form .input				{ webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.page-content form .input:focus,
.page-content form .input:hover			{ background: #FFF; border: 1px solid #a99a6f; color: #000; }
.page-content form textarea				{ background: #FFF; border: 1px solid #EEE; color: #444; font-size: 16px; margin-bottom: 10px; padding: 0 5px; width: 100%; }
.page-content form textarea				{ webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.page-content form textarea:focus,
.page-content form textarea:hover		{ background: #FFF; border: 1px solid #a99a6f; color: #000; }
.page-content form .submit				{ background-color: #a99a6f; border: 1px solid #a99a6f; color: #FFF; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 500; height: 38px; line-height: 38px; letter-spacing: 1px; margin: 15px 0 0; padding: 0 30px; }
.page-content form .submit:hover		{ background-color: #FFF; border: 1px solid #a99a6f; color: #a99a6f;  }

/*tables*/
.page-content table				{ margin-bottom: 25px; }
.page-content table th			{ border-bottom: 2px solid #111; color: #111; font-size: 13px; font-weight: 700; letter-spacing: 1px; line-height: 30px; text-align: left; text-transform: uppercase; vertical-align: top; }
.page-content table td			{ color: #222; font-size: 14px; line-height: 25px; padding-right: 10px; vertical-align: top; }

/* HOME
-------------------------------------------------------------------------------------------------*/
.body-home .page-header 		{ border-bottom: 1px solid rgba(255,255,255,0.15); }
.body-home .page-footer 		{ display: none; }
.body-home .home-content 		{ margin: 0 auto; padding-top: 200px; text-align: center; width: 840px; }
.body-home .home-content h1		{ font-size: 80px; font-family: "Avenir-Heavy"; font-weight: normal; margin: 0 0 30px; }
.body-home .home-content h2		{ font-size: 22px; font-weight: normal; line-height: 34px; }

.body-home .home-boxes				{ height: 180px; position: absolute; bottom: 1px; z-index: 999; width: 100%; }
.body-home .home-boxes a			{ color: #FFF; display: block; float: left; width: 33.33%; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.body-home .home-boxes a div		{ background: rgba(10,10,10,0.5); height: 140px; margin: 1px 1px 0; padding-top: 40px; text-align: center; }
.body-home .home-boxes a:hover div	{ border: 1px solid rgba(255,255,255,0.2); border-bottom: none; margin: 0; }
.body-home .home-boxes a h3			{ font-size: 24px; font-family: "Avenir-Heavy"; font-weight: normal; margin: 0 auto 20px; max-width: 320px; padding: 0 20px; }
.body-home .home-boxes a p			{ font-size: 15px; font-weight: normal; line-height: 22px; margin: 0 auto; max-width: 320px; padding: 0 20px; }

/* WHO WE ARE
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.team-list * 				{ -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.team-list					{ background-color:  #1b2025; margin: 0 auto; overflow: hidden; }
.team-list a				{ display: block; }
.team-list a article		{ background: center center no-repeat; box-shadow: inset 0 0 0 1px #1b1b1b; float: left; height: 500px; overflow: hidden; position: relative; width: 33.33%; }
.team-list a article		{ -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
.team-list a article div.center 		{ height: 100%; text-align: center; width: 100%; }
.team-list a article div.center:before 	{ content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
.team-list a article>div.center div		{ display: none; vertical-align: middle; }
.team-list a article h1					{ margin: 0 0 10px; }
.team-list a article p					{ margin: 0; }
.team-list a:hover div.center			{ background-color: rgba(27,27,27,0.8); }
.team-list a:hover div.center div		{ display: inline-block; }

.person-banner 		{ height: 580px; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
.page-content .contact-icons 			{ overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; }
.page-content .contact-icons a 			{ background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; display: block; float: left; height: 40px; margin-right: 10px; width: 40px; }
.page-content .contact-icons a.linkedIn { background-image: url(/assets/images/icons/linkedIn.png); }
.page-content .contact-icons a.twitter 	{ background-image: url(/assets/images/icons/twitter.png); }
.page-content .contact-icons a.email 	{ background-image: url(/assets/images/icons/email.png); }
.page-content .contact-icons a:hover	{ opacity: 0.5; }

.affiliates * 						{ -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.affiliates							{ margin: 100px auto 0; overflow: hidden; }
.affiliates article					{ background: center center no-repeat; float: left; height: 300px; margin-bottom: 45px; margin-right: 45px; overflow: hidden; position: relative; width: 470px; }
.affiliates article					{ -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
.affiliates article:nth-child(3n)	{ margin-right: 0; }
.affiliates article div				{ background-color: rgba(255,255,255,0.95); display: none; height: 100%; padding: 40px; position: relative; width: 100%; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.affiliates article h1				{ color: #111; margin: 0 0 10px; }
.affiliates article p				{ color: #111; margin: 0; }
.affiliates article span			{ color: #111; display: block; position: absolute; bottom: 0; left: 0; padding: 40px; text-decoration: underline; }
.affiliates article a				{ display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.affiliates article:hover div		{ display: block; }

/* WHAT WE DO
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-what-we-do .breadcrumb 	{ background-color: #1b2025; margin: 0; }
.body-what-we-do .page-content 	{ background-color: #1b2025; margin: 0; }

/* CONTACT
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-contact-us { background-color: #0a0a0a; }
.body-contact-us .page-layout { background-color: #1b2025; }
.body-contact-us .page-content { padding-bottom: 80px; }

/* MEDIA QUERIES
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-height: 999px) {
	.body-home .home-content { padding-top: 100px; }
	.body-home .home-content h1 { font-size: 60px; }
}
@media only screen and (min-height: 600px) and (max-height: 899px) {
	.page-nav ul { height: 55%; }
	.body-home .home-content { padding-top: 50px; }
	.body-home .home-content h1 { font-size: 55px; }
}
@media only screen and (min-height: 900px) and (max-height: 1099px) {
	.page-nav ul { height: 65%; }
	.body-home .home-content { padding-top: 200px; }
	.body-home .home-content h1 { font-size: 70px; }
}
@media only screen and (min-height: 1100px) {
	.page-nav ul { height: 75%; }
	.body-home .home-content { padding-top: 300px; }
}

@media screen and (max-width: 1239px) {
	.inner { width: 980px; }
	.page-nav ul li a { font-size: 30px; }
	.team-list a article { height: 400px; width: 50%; }
	.person-banner { height: 500px; }
	.contact-icons { position: relative; bottom: auto; left: auto; }
	.affiliates article { height: 300px; margin-bottom: 40px; margin-right: 40px; width: 470px; }
	.affiliates article:nth-child(3n) { margin-right: 40px; }
	.affiliates article:nth-child(2n) { margin-right: 0; }
	.affiliates article div { padding: 30px; }
	.affiliates article span { padding: 30px; }
}
@media screen and (min-width: 1240px) and (max-width: 1399px) {
	.page-layout { min-width: 1220px; }
	.inner { width: 1200px; }
	.team-list a article { height: 400px; }
	.affiliates article { height: 236px; margin-bottom: 45px; margin-right: 45px; width: 370px; }
	.affiliates article div { padding: 30px; }
	.affiliates article span { padding: 30px; }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.page-layout { min-width: 1360px; }
	.inner { width: 1300px; }
	.page-content .content-block .twoThirds { padding-right: 8%; }
	.affiliates article { height: 255px; margin-bottom: 50px; margin-right: 50px; width: 400px; }
}
@media screen and (min-width: 1600px) {
	.page-layout { min-width: 1560px; }
	.inner { width: 1500px; }
	.page-nav ul li a { font-size: 46px; }
	.page-content .content-block .twoThirds { padding-right: 16%; }
}
@media screen and (min-width: 1800px) {
	.team-list a article { width: 25%; }
	.inner .team-list a article { width: 33.33%; }
}

/* Mobile - Landscape */
@media screen and (min-width: 480px) and (max-width: 919px) {
	.inner { width: auto; }

	.page-header						{ height: 70px; padding: 15px; }
	.page-header .logo a				{ height: 70px; width: 125px; }
	.page-header .logo a:hover			{ opacity: 0.8; }

	.page-header .nav-toggle 			{ height: 30px; top: 35px; right: 25px; width: 30px; }
	.page-header .nav-toggle span  		{ display: block; margin: 0; width: 30px; }
	.page-header .nav-toggle span em 	{ height: 2px; margin-top: 6px; }
	.page-header .nav-toggle .close  	{ font-size: 30px; line-height: 22px; margin: 5px auto; }
	
	.page-nav ul { margin-top: 100px; }
	.page-nav ul li a { font-size: 20px; }
	
	.page-banner { height: 250px; }
	.background-banner { padding: 50px 0; width: 90%; }
	.background-banner h1 { font-size: 30px; }
	.background-banner h2 { font-size: 18px; line-height: 25px; }

	.breadcrumb { padding: 0 20px; }
	.page-footer .inner { padding: 0 20px; }
	.page-content { margin: 20px auto; }
	.page-extra { padding: 20px 0; }
	.page-content .content-block { padding: 0 20px; }
	.page-content .content-block .panel { margin: 0 -20px; padding: 40px 20px; }
	
	.page-content .content-block .three-columns { display: block; }
	.page-content .content-block .third { border-right: none; display: block; margin-bottom: 20px; padding-left: 0; position: relative; width: 100%; }
	.page-content .content-block .third:first-child { padding-left: 0; padding-right: 0; }
	.page-content .content-block .third:last-child { border-right: none; }
	.page-content .content-block .border { border-right: none; border-bottom: 1px solid #FFF; padding-bottom: 20px; }
	.page-content .content-block .twoThirds { display: block; width: 100%; }
	.body-home .home-content { padding: 50px 0; width: 90%; }
	.body-home .home-content h1 { font-size: 35px; }
	.body-home .home-content h2 { font-size: 18px; line-height: 25px; }
	.body-home .home-boxes { height: auto; position: relative; bottom: auto; }
	.body-home .home-boxes a { float: none; width: 100%; }
	.body-home .home-boxes a div { height: auto; margin: 0 0 2px; padding: 20px 0; }
	.body-home .home-boxes a h3 { font-size: 20px; }
	.body-home .home-boxes a p { font-size: 14px; line-height: 18px; }
	.team-list a article { height: 280px; }
	.team-list a article>div.center div { background-color: rgba(27,27,27,0.6); display: block; padding: 20px 0; position: absolute; bottom: 0; left: 0; right: 0; }
	.person-banner { height: 300px; }
	.page-content .contact-icons { position: relative; bottom: auto; left: auto; }
	.page-content .contact-icons a { height: 20px; width: 20px; }
	.affiliates { margin: 20px 0; }
	.affiliates article { float: none; height: 200px; margin: 20px auto; width: 320px; }
	.affiliates article:nth-child(3n) { margin: 20px auto; }
	.affiliates article:nth-child(2n) { margin: 20px auto; }
	.affiliates article div { padding: 20px; }
	.affiliates article span { display: inline; padding: 0; position: relative; top: auto; left: auto; }
	.affiliates article a { display: block; padding: 10px 0; position: relative; top: auto; left: auto; height: auto; width: auto; }
}

/* iPad - Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.inner { width: 980px; }
	.team-list a article>div.center div { background-color: rgba(27,27,27,0.6); display: block; padding: 20px 0; position: absolute; bottom: 0; left: 0; right: 0; }
	.person-banner { height: 400px; }
	.page-content .contact-icons { position: relative; bottom: auto; left: auto; }
	.affiliates article { height: 300px; margin-bottom: 40px; margin-right: 40px; width: 470px; }
	.affiliates article:nth-child(3n) { margin-right: 40px; }
	.affiliates article:nth-child(2n) { margin-right: 0; }
	.affiliates article div { padding: 30px; }
	.affiliates article span { display: inline; padding: 0; position: relative; top: auto; left: auto; }
	.affiliates article a { display: block; padding: 10px 0; position: relative; top: auto; left: auto; height: auto; width: auto; }
}

/* iPad - Portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
	.inner { width: auto; }
	
	.page-nav ul  				{ border-bottom: none; height: auto; margin-top: 100px; }
	.page-nav ul li 			{ float: none; height: auto; width: 100%; }
	.page-nav ul li a 			{ border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 36px; height: auto; line-height: 150px; }
	.page-nav ul li a:before 	{ display: none; }
	.page-nav ul li a div 		{ display: block; margin-top: 0; }
	
	.page-content .content-block .three-columns { display: block; }
	.page-content .content-block .third { border-right: none; display: block; margin-bottom: 20px; padding-left: 0; position: relative; width: 100%; }
	.page-content .content-block .third:first-child { padding-left: 0; padding-right: 0; }
	.page-content .content-block .third:last-child { border-right: none; }
	.page-content .content-block .border { border-right: none; border-bottom: 1px solid #FFF; padding-bottom: 20px; }
	.page-content .content-block .twoThirds { display: block; width: 100%; }
	.body-home .home-content { padding-top: 100px; width: 90%; }
	.body-home .home-content h1 { font-size: 55px; }
	.body-home .home-content h2 { font-size: 20px; line-height: 30px; }
	.body-home .home-boxes { position: absolute; bottom: 0; }
	.body-home .home-boxes a div { padding: 30px 0; }
	.body-home .home-boxes a h3 { font-size: 24px; }
	.body-home .home-boxes a p { font-size: 15px; line-height: 22px; }
	.background-banner { width: 90%; }
	.team-list a article { height: 280px; }
	.team-list a article>div.center div { background-color: rgba(27,27,27,0.6); display: block; padding: 20px 0; position: absolute; bottom: 0; left: 0; right: 0; }
	.person-banner { height: 400px; }
	.page-content .contact-icons { position: relative; bottom: auto; left: auto; }
	.page-content .contact-icons a { height: 20px; width: 20px; }
	.affiliates { margin: 40px auto; }
	.affiliates article { float: left; height: 230px; margin: 10px; width: 360px; }
	.affiliates article:nth-child(3n) { margin: 10px; }
	.affiliates article:nth-child(2n) { margin: 10px; }
	.affiliates article div { padding: 20px; }
	.affiliates article span { display: inline; padding: 0; position: relative; top: auto; left: auto; }
	.affiliates article a { display: block; padding: 10px 0; position: relative; top: auto; left: auto; height: auto; width: auto; }
}

/* Mobile - Portrait */
@media only screen and (max-width: 479px) {
	html { overflow-y: visible; }
	body.vegas-container { overflow-y: visible; }
	.inner { width: auto; }
	.breadcrumb { padding: 0 20px; }
	.page-content { margin: 20px auto; }
	.page-extra { padding: 20px 0; }
	.page-content .content-block { padding: 0 20px; }
	.page-content .content-block .panel { margin: 0 -20px; padding: 40px 20px; }
	
	.page-header { height: 70px; padding: 15px; }
	.page-header .logo a { height: 70px; width: 125px; }
	.page-header .logo a { background-image: url(/assets/images/logo/albion-capital-2x.png); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
	.page-header .logo img { display: none; }

	.page-header .nav-toggle { height: 30px; top: 35px; right: 25px; width: 30px; }
	.page-header .nav-toggle span { display: block; margin: 0; width: 30px; }
	.page-header .nav-toggle span em { height: 2px; margin-top: 6px; }
	.page-header .nav-toggle .close { font-size: 30px; line-height: 22px; margin: 5px auto; }
	
	.page-nav ul { border-bottom: none; height: auto; margin-top: 100px; }
	.page-nav ul li { float: none; height: auto; width: 100%; }
	.page-nav ul li a { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 26px; height: auto; line-height: 100px; }
	.page-nav ul li a:before { display: none; }
	.page-nav ul li a div { display: block; margin-top: 0; }
	
	.page-footer .inner { padding: 0 20px; text-align: center; }
	.page-footer .logo { float: none; height: 40px; margin: 0 auto 20px; width: 34px; }
	.page-footer .text { float: none; padding: 0; }
	.page-footer .logo { background-image: url(/assets/images/logo/albion-footer-2x.png); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
	.page-footer .logo img { display: none; }
	.page-footer .contact-icons { float: none; margin: 20px auto; text-align: center; }
	.page-footer .contact-icons a { float: none; display: inline-block; height: 25px; margin: 0 5px; width: 25px; }
	
	.page-banner { height: 230px; }
	.background-banner { padding: 50px 0; width: 90%; }
	.background-banner h1 { font-size: 30px; }
	.background-banner h2 { font-size: 15px; line-height: 20px; }
	
	body { font-size: 14px; }
	.page-content h1 { font-size: 20px; line-height: 1.3; }
	.page-content h2 { font-size: 16px; line-height: 1.2; }
	.page-content h3 { font-size: 15px; line-height: 1.3; }
	.page-content p,
	.page-content ul,
	.page-content ol { font-size: 14px; line-height: 18px; }
	
	.page-content .content-block .three-columns { display: block; }
	.page-content .content-block .third { border-right: none; display: block; margin-bottom:  20px; padding-left: 0; position: relative; width: 100%; }
	.page-content .content-block .third:first-child { padding-left: 0; padding-right: 0; }
	.page-content .content-block .third:last-child { border-right: none; }
	.page-content .content-block .twoThirds { display: block; width: 100%; }
	.page-content .content-block .border { border-right: none; border-bottom: 1px solid #FFF; padding-bottom: 20px; }
	.page-content .content-block .text-full-width { width: auto; }
	.body-home .home-content { padding: 50px 0; width: 90%; }
	.body-home .home-content h1 { font-size: 30px; }
	.body-home .home-content h2 { font-size: 15px; line-height: 20px; }
	.body-home .home-boxes { height: auto; position: relative; bottom: auto; }
	.body-home .home-boxes a { float: none; width: 100%; }
	.body-home .home-boxes a div { height: auto; margin: 0 0 2px; padding: 20px 0; }
	.body-home .home-boxes a h3 { font-size: 20px; }
	.body-home .home-boxes a p { font-size: 14px; line-height: 18px; }
	.team-list a article { height: 280px; margin-bottom: -1px; width: 100%; }
	.team-list a article>div.center div { background-color: rgba(27,27,27,0.6); display: block; padding: 20px 0; position: absolute; bottom: 0; left: 0; right: 0; }
	.person-banner { height: 230px; }
	.page-content .contact-icons { position: relative; bottom: auto; left: auto; }
	.page-content .contact-icons a { height: 20px; width: 20px; }
	.affiliates { margin: 20px 0; }
	.affiliates article { float: none; height: auto; margin: 20px auto; width: 320px; background-position: center top; -webkit-background-size: contain; -o-background-size: contain; background-size: contain; }
	.affiliates article:nth-child(3n) { margin: 20px auto; }
	.affiliates article:nth-child(2n) { margin: 20px auto; }
	.affiliates article div { background-color: rgba(0,0,0,0); display: block; padding: 220px 0 0; }
    .affiliates article div * { color: #FFF; }
    .affiliates article div h1 { font-size: 16px; margin-bottom: 5px; }
	.affiliates article span { display: inline; padding: 0; position: relative; top: auto; left: auto; }
	.affiliates article a { display: block; padding: 10px 0; position: relative; top: auto; left: auto; height: auto; width: auto; }

}

/* High DPI 2x+ */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.page-header .logo a { background-image: url(/assets/images/logo/albion-capital-2x.png); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
	.page-header .logo img { display: none; }
	.page-footer .logo { background-image: url(/assets/images/logo/albion-footer-2x.png); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
	.page-footer .logo img { display: none; }

}

/* High DPI 1.5x+ */
@media screen and (max-width: 767px) and ( min-device-pixel-ratio: 1.5),
screen and (max-width: 767px) and ( -webkit-min-device-pixel-ratio: 1.5),
screen and (max-width: 767px) and ( -o-min-device-pixel-ratio: 3/2) {
	.page-header .logo a { background-image: url(/assets/images/logo/albion-capital-2x.png); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
	.page-header .logo img { display: none; }
	.page-footer .logo { background-image: url(/assets/images/logo/albion-footer-2x.png); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
	.page-footer .logo img { display: none; }

}