@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;}
input, textarea, button, select, label, a { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: transparent; }

::-moz-selection { background-color: #111; color: #FFF; }
::selection { background-color: #111; color: #FFF; }

@font-face { font-family: 'LabGrotesque-Light'; src: url('LabGrotesque-Light.eot'); src: url('LabGrotesque-Light.eot?#iefix') format('embedded-opentype'), url('LabGrotesque-Light.woff2') format('woff2'), url('LabGrotesque-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'LabGrotesque-LightItalic'; src: url('LabGrotesque-LightItalic.eot'); src: url('LabGrotesque-LightItalic.eot?#iefix') format('embedded-opentype'), url('LabGrotesque-LightItalic.woff2') format('woff2'), url('LabGrotesque-LightItalic.woff') format('woff'); font-weight: 300; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'LabGrotesque-Regular'; src: url('LabGrotesque-Regular.eot'); src: url('LabGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('LabGrotesque-Regular.woff2') format('woff2'), url('LabGrotesque-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-stretch: normal; }
@font-face { font-family: 'LabGrotesque-Medium'; src: url('LabGrotesque-Medium.eot'); src: url('LabGrotesque-Medium.eot?#iefix') format('embedded-opentype'), url('LabGrotesque-Medium.woff2') format('woff2'), url('LabGrotesque-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-stretch: normal; }
em { font-family: 'LabGrotesque-LightItalic'; font-weight: 300; font-style: normal; }
strong { font-family: 'LabGrotesque-Medium'; font-weight: 500; }

/*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; height: 100%; }
body 					{ background-color: #f8f8f8; color: #111; font-family: 'LabGrotesque-Light', sans-serif; font-weight: 300; line-height: 1; }
body.noscroll			{ overflow: hidden; }
.page-layout 			{ min-width: 1240px; width: auto; }
.inner 			        { margin: 0 auto; position: relative; width: 1180px; }
.inner:after			{ clear: both; content: ""; display: table; }
.clear:after			{ clear: both; content: ""; display: table; }
.third 			        { float: left; margin-right: 50px; width: 360px; }
.third:nth-child(3n),
.third:last-child       { margin-right: 0; }
.half 			        { float: left; width: 540px; }
.half:nth-child(even)   { float: right; }
.two-thirds 	        { float: left; margin-right: 50px; width: 770px; }
.two-thirds:last-child  { margin-right: 0; }
.right	                { float: right; }
.mob-header				{ display: none; }
.mob-nav				{ display: none; }

/* 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                    { background-color: rgba(255,255,255,0.06); height: 80px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; }
.page-header .wordmark          { display: block; height: 35px; overflow: hidden; position: absolute; top: 22px; left: 20px; width: 140px; z-index: 999; }
.page-header .wordmark:hover    { opacity: 0.75; }
.page-header .symbol            { display: block; height: 50px; overflow: hidden; position: absolute; top: 15px; right: 20px; width: 50px; }
.page-header .symbol:hover      { opacity: 0.75; }
.page-header:hover              { background-color: rgba(255,255,255,0.10); }

.page-nav                       { height: 80px; text-align: center; }
.page-nav>ul                    { font-size: 17px; font-weight: 300; height: 80px; }
.page-nav>ul>li                 { display: inline-block; margin-right: -4px; position: relative; }
.page-nav>ul>li>a               { display: block; height: 80px; line-height: 80px; text-decoration: none; }
.page-nav>ul>li>a>span          { border-bottom: 2px solid transparent; color: #FFF; display: block; height: 78px; padding: 0 15px; }
.page-nav>ul>li.on>a>span       { border-bottom: 2px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); }
.page-nav>ul>li>a:hover         { text-decoration: none; }
.page-nav>ul>li>a:hover>span    { border-bottom: 2px solid #FFF; color: #FFF; }

.page-nav ul ul            { background-color: rgba(255,255,255,0.98); padding: 10px 0; position: absolute; left: 0; top: 80px; font-size: 16px; font-weight: 400; height: auto; min-width: 250px; opacity: 0; visibility: hidden; z-index: 10; }
.page-nav ul li:hover>ul   { opacity: 1; visibility: visible; }
.page-nav ul ul li         { display: block; text-align: left; }
.page-nav ul ul li a       { color: #000; display: block; line-height: 25px; padding: 5px 20px; }
.page-nav ul ul li.on a    { color: #323296; text-decoration: none; }
.page-nav ul ul li a:hover { opacity: 0.75; text-decoration: none; }

.page-header-white							    { background-color: #FFF; -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05); box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05); }
.page-header-white .wordmark 				    { background-image: url(/assets/images/corpevolution-wordmark-black.svg); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
.page-header-white .wordmark img 			    { display: none; }
.page-header-white .symbol 				        { background-image: url(/assets/images/corpevolution-symbol-colour.svg); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
.page-header-white .symbol img 			        { display: none; }
.page-header-white .page-nav ul li a span       { border-bottom: 2px solid transparent; color: #333; }
.page-header-white .page-nav ul li.on a span    { border-bottom: 2px solid #444; }
.page-header-white .page-nav ul li a:hover span { border-bottom: 2px solid #111; color: #000; }
.page-header-white:hover                        { background-color: #FFF; }

/* PAGE FOOTER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-footer *             { -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.page-footer               { background-color: #EEE; color: #333; font-size: 15px; line-height: 1.8; padding: 50px 0; }
.page-footer .symbol       { display: block; margin: 0 auto 50px; height: 50px; width: 50px; }
.page-footer h2            { color: #333; font-family: 'LabGrotesque-Medium', sans-serif;  font-size: 15px; font-weight: 500; line-height: 1.3; margin: 0 0 10px; }
.page-footer p             { margin-bottom: 20px; }
.page-footer a             { color: #333; text-decoration: none; }
.page-footer a:hover       { opacity: 0.5; text-decoration: underline; }
.page-footer p.social img     { display: inline-block; margin-right: 10px; }
.page-footer p.social a:hover { text-decoration: none; }

.page-footer input { background: #FFF; border: 1px solid #FFF; color: #444; font-size: 15px; height: 40px; margin-bottom: 5px; padding: 0 10px; width: 80%; }
.page-footer input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.page-footer input:focus,
.page-footer input:hover { border-color: #DDD; color: #111; }
.page-footer button { background: transparent; border: 1px solid #666; color: #666; display: block; font-size: 11px; font-weight: 400; line-height: 30px; letter-spacing: 0.1em; margin-bottom: 10px; padding: 0 10px; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.page-footer button:hover { border-color: #111; color: #111;  }

/* PAGE BANNER
------------------------------------------------------------------------------------------------------------------------------------------------------*/
body.vegas-container{ position:static; z-index:-2; }
.vegas-overlay{ opacity: 0.85; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #323296; background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(50,50,150) 50%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#00a0c8',GradientType=1 ); }
.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-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>.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)}}

.body-about .vegas-overlay { background: #323296; background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(50,50,150) 50%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#00a0c8',GradientType=1 ); }
.body-training .vegas-overlay { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 40%, rgb(160,30,130) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 40%,rgb(160,30,130) 100%); background: linear-gradient(45deg, rgb(50,50,150) 40%,rgb(160,30,130) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#a01e82',GradientType=1 ); }
.body-consulting .vegas-overlay { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#00a0c8',GradientType=1 ); }
#training-inspired-leader-journey .vegas-overlay { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#00a0c8',GradientType=1 ); }
.body-courses .vegas-overlay { background: rgb(160,30,130); background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(255,100,100) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(255,100,100) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(255,100,100) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#ff6464',GradientType=1 ); }
.body-articles .vegas-overlay { background: rgb(0,160,200); background: -moz-linear-gradient(45deg, rgb(0,160,200) 0%, rgb(0,200,120) 100%); background: -webkit-linear-gradient(45deg, rgb(0,160,200) 0%,rgb(0,200,120) 100%); background: linear-gradient(45deg, rgb(0,160,200) 0%,rgb(0,200,120) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0c8', endColorstr='#00c878',GradientType=1 ); }
.body-contact .vegas-overlay { background: #323296; background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(50,50,150) 50%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#00a0c8',GradientType=1 ); }

.body-leadership-development .vegas-overlay { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#00a0c8',GradientType=1 ); }

.page-banner 				{ height: 530px; position: relative; width: 100%; }
.page-banner header			{ padding-top: 200px; text-align: center; }
.page-banner header h1		{ color: #FFF; font-size: 60px; font-family: 'LabGrotesque-Regular', sans-serif; font-weight: 400; line-height: 1; margin: 0 0 20px; }
.page-banner header h2		{ color: rgba(255,255,255,0.75); font-size: 30px; font-weight: 300; line-height: 1.3; margin: 0 auto; max-width: 700px; }

.page-banner .sub-nav *                     { -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.page-banner .sub-nav                       { position: absolute; bottom: 40px; text-align: center; width: 100%; }
.page-banner .sub-nav ul                    { font-size: 17px; font-weight: 300; }
.page-banner .sub-nav ul li                 { display: inline-block; }
.page-banner .sub-nav ul li a               { display: block; height: 40px; line-height: 40px; padding: 5px 10px; text-decoration: none; }
.page-banner .sub-nav ul li a span          { border-bottom: 1px solid transparent; color: #FFF; display: block; height: 39px; }
.page-banner .sub-nav ul li.on a span       { border-bottom: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); }
.page-banner .sub-nav ul li a:hover         { text-decoration: none; }
.page-banner .sub-nav ul li a:hover span    { border-bottom: 1px solid #FFF; color: #FFF; }

/* CONTENT
-------------------------------------------------------------------------------------------------*/
.page-content *             { -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               { background-color: #FFF; }
.sub-page                   { background-color: #F8F8F8; padding-top: 80px; }
.sub-page .page             { background-color: #FFF; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }

/*elements*/
.page-content hr 			{ background-color: #EEE; border: none; clear: both; color: #EEE; height: 1px; line-height: 1; margin: 0; overflow: hidden; width: 100%; }

.page-content h1			{ color: #111; font-family: 'LabGrotesque-Medium', sans-serif;  font-size: 40px; font-weight: 500; line-height: 1.3; margin: 0 0 20px; }
.page-content h2			{ color: #111; font-family: 'LabGrotesque-Regular', sans-serif; font-size: 30px; font-weight: 400; line-height: 1.3; margin: 0 0 15px; }
.page-content h3			{ color: #888; font-family: 'LabGrotesque-Light', sans-serif;   font-size: 24px; font-weight: 300; line-height: 1.3; margin: 0 0 15px; }
.page-content h4			{ color: #666; font-family: 'LabGrotesque-Medium', sans-serif;  font-size: 16px; font-weight: 500; letter-spacing: 0.05em; line-height: 1.3; margin: 0 0 15px; text-transform: uppercase;}

.page-content p				{ color: #111; font-size: 16px; line-height: 1.45; margin: 0 0 25px; }

.page-content a				{ color: #323296; text-decoration: underline; }
.page-content a:hover		{ color: #00a0c8; text-decoration: underline; }

.page-content p.intro   	{ color: #666; font-family: 'LabGrotesque-Regular', sans-serif; font-size: 19px; font-weight: 400; line-height: 1.45; }
.page-content p.button			{ margin: 30px 0; }
.page-content p.button a		{ border: 1px solid #323296; color: #323296; display: inline-block; font-size: 15px; font-weight: 400; line-height: 36px; letter-spacing: 0.1em; padding: 0 20px; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.page-content p.button a:hover	{ background-color: #323296; border: 1px solid #323296; color: #FFF; text-decoration: none; }

.page-content figure:last-child,
.page-content p:last-child,
.page-content ol:last-child,
.page-content ul:last-child{ margin-bottom: 0; }
.page-content figure:only-child,
.page-content h2:only-child,
.page-content h3:only-child,
.page-content h4:only-child,
.page-content p:only-child,
.page-content ol:only-child,
.page-content ul:only-child{ margin-bottom: 0; }

.page-content h1+h2 { margin-top: -10px; }
.page-content h1+h3 { margin-top: -10px; }
.page-content h1+h4 { margin-top: -10px; }
.page-content h2+h3 { margin-top: -10px; }
.page-content h2+h4 { margin-top: -5px; }
.page-content h3+h4 { margin-top: -5px; }
.page-content h4+p { margin-top: -5px; }
.page-content h1+ol,
.page-content h2+ol,
.page-content h3+ol,
.page-content h4+ol { margin-top: -5px; }
.page-content p+ol { margin-top: -10px; }
.page-content h1+ul,
.page-content h2+ul,
.page-content h3+ul,
.page-content h4+ul { margin-top: -5px; }
.page-content p+ul { margin-top: -10px; }

/*lists*/
.page-content ul, 
.page-content ol			{ font-size: 16px; line-height: 1.45; margin: 0 0 25px 25px; }
.page-content ul ul,
.page-content ul ol,
.page-content ol ol,
.page-content ol ul 		{ font-size: 100%; margin: 5px 0 5px 25px; }
.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: 10px; }

/*tables*/
.page-content table			{ border-collapse: collapse; margin-bottom: 20px; width: 100%; }
.page-content table th		{ border-bottom: 1px solid #EEE; font-size: 14px; line-height: 20px; padding: 5px; text-align: left; vertical-align: top; }
.page-content table td		{ border: 1px solid #EEE; font-size: 14px; line-height: 20px; padding: 5px; vertical-align: top; }
.page-content table tr:nth-child(odd) td {  }

/*layout*/
.page-content .content-block 			{ padding: 50px 0; }
.page-content .content-block:after 		{ clear: both; content: ""; display: table; }

.page-content .text-left			{ text-align: left; }
.page-content .text-right			{ text-align: right; }
.page-content .text-center			{ text-align: center; }

.page-content .full-width p.text-center { padding: 0 15%; }

.page-content .text-white { color: #FFF; }
.page-content .text-white * { color: #FFF; }
.page-content .text-white p.button a { border: 1px solid #FFF; color: #FFF; }
.page-content .text-white p.button a:hover	{ background: transparent; border: 1px solid #FFF; color: #FFF; opacity: 0.7; }

.page-content .bg-triple        { background: #323296; background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(50,50,150) 50%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#00a0c8',GradientType=1 ); }
.page-content .bg-orange        { background: rgb(160,30,130); background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(255,100,100) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(255,100,100) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(255,100,100) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#ff6464',GradientType=1 ); }
.page-content .bg-green         { background: rgb(0,160,200); background: -moz-linear-gradient(45deg, rgb(0,160,200) 0%, rgb(0,200,120) 100%); background: -webkit-linear-gradient(45deg, rgb(0,160,200) 0%,rgb(0,200,120) 100%); background: linear-gradient(45deg, rgb(0,160,200) 0%,rgb(0,200,120) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0c8', endColorstr='#00c878',GradientType=1 ); }
.page-content .bg-blue          { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#00a0c8',GradientType=1 ); }
.page-content .bg-purple        { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(160,30,130) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(160,30,130) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(160,30,130) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#a01e82',GradientType=1 ); }
.page-content .bg-white         { background: #FFF; }
.page-content .bg-transparent   { background: rgba(255,255,255,0.1); }

.page-content .background-image                   { background-color: #EEE; min-height: 250px; padding: 75px 0; background: no-repeat center; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
.page-content .background-image .half             { padding: 50px; }
.page-content .background-image .position-right   { float: right; }

.white-blocks                        { background-color: #F8F8F8; }
.white-blocks article                { background-color: #FFF; display: block; margin: 0 20px 20px 0; position: relative; text-decoration: none; width: 380px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.white-blocks article>div            { height: 350px; padding: 30px; position: relative; }
.white-blocks article .border        { background: #DDD; display: block; height: 4px; }
.white-blocks article h2             { font-size: 24px; line-height: 28px; min-height: 56px; margin: 0 0 20px; }
.white-blocks article p              { font-size: 15px; margin: 0 0 10px; }
.white-blocks article a.button       { border: 1px solid #323296; color: #323296; display: inline-block; font-size: 15px; font-weight: 400; line-height: 36px; letter-spacing: 0.1em; padding: 0 10px; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: absolute; bottom: 30px; left: 30px; }

.white-blocks article.colour-triple .border        { background: #323296; background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(50,50,150) 50%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#00a0c8',GradientType=1 ); }
.white-blocks article.colour-orange .border        { background: rgb(160,30,130); background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(255,100,100) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(255,100,100) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(255,100,100) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#ff6464',GradientType=1 ); }
.white-blocks article.colour-green .border         { background: rgb(0,160,200); background: -moz-linear-gradient(45deg, rgb(0,160,200) 0%, rgb(0,200,120) 100%); background: -webkit-linear-gradient(45deg, rgb(0,160,200) 0%,rgb(0,200,120) 100%); background: linear-gradient(45deg, rgb(0,160,200) 0%,rgb(0,200,120) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0c8', endColorstr='#00c878',GradientType=1 ); }
.white-blocks article.colour-blue .border          { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#00a0c8',GradientType=1 ); }
.white-blocks article.colour-purple .border        { background: rgb(50,50,150); background: -moz-linear-gradient(45deg, rgb(50,50,150) 0%, rgb(160,30,130) 100%); background: -webkit-linear-gradient(45deg, rgb(50,50,150) 0%,rgb(160,30,130) 100%); background: linear-gradient(45deg, rgb(50,50,150) 0%,rgb(160,30,130) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323296', endColorstr='#a01e82',GradientType=1 ); }
.white-blocks article.colour-triple a.button       { border: 1px solid #323296; color: #323296; }
.white-blocks article.colour-orange a.button       { border: 1px solid rgb(160,30,130); color: rgb(160,30,130); }
.white-blocks article.colour-green a.button        { border: 1px solid rgb(0,160,200); color: rgb(0,160,200); }
.white-blocks article.colour-blue a.button         { border: 1px solid rgb(50,50,150); color: rgb(50,50,150); }
.white-blocks article.colour-purple a.button       { border: 1px solid rgb(50,50,150); color: rgb(50,50,150); }
.white-blocks article a.button:hover               { border: 1px solid #333; color: #333; opacity: 0.5; }

.page-content .quotes				               { position: relative; width: 100%; }
.page-content .quotes *                            { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; }
.page-content .quotes .quote		               { display: none; margin-bottom: 50px; padding: 0 100px; }
.page-content .quotes .quote:first-child           { display: block; }
.page-content .quotes .quote blockquote            { color: #FFF; font-size: 33px; line-height: 1.3; }
.page-content .quotes .quote blockquote.size-small { font-size: 25px; line-height: 1.4; }
.page-content .quotes .quote blockquote.size-large { font-size: 40px; line-height: 1.2; }
.page-content .quotes .quote p		               { color: #FFF; font-size: 18px; margin-top: 20px; opacity: 0.75; }

.page-content .quotes .cycle-pager          { text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 20px; overflow: hidden; }
.page-content .quotes .cycle-pager span     { background-color: #FFF; display: inline-block; height: 14px; margin: 0 5px; width: 14px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius:7px; opacity: 0.5; }
.page-content .quotes .cycle-pager span:hover           { opacity: 0.75; }
.page-content .quotes .cycle-pager .cycle-pager-active  { opacity: 1; }
.page-content .quotes .cycle-pager > *      { cursor: pointer; }
.page-content .quotes .cycle-pager          { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.page-content .content-block figure img     { height: auto; width: 100%; }
.page-content .video-block 			        { padding: 0 0 50px; }
.page-content .content-block .video         { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.page-content .content-block .video iframe  { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

/* utility bar */
.page-content .utility-bar          { color: #888; font-size: 12px; height: 30px; letter-spacing: 0.1em; line-height: 30px; padding: 20px 0; text-transform: uppercase; }
.page-content .utility-bar .right   { text-align: right; }
.page-content .utility-bar a        { color: #888; display: inline-block; text-decoration: underline; }
.page-content .utility-bar a:hover  { color: #111; }
.page-content .utility-bar span     { color: #CCC; padding: 0 10px; text-decoration: none; }
.page-content .utility-bar .right span { padding: 0 5px; }
.page-content .utility-bar .right a { padding: 0 5px; }

/* HOME
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.home-content .cycle-slideshow              { position: relative; width: 100%; }
.page-content .cycle-slideshow *            { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; }
.home-content .cycle-slideshow article      { display: none; height: 660px; width: 100%; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
.home-content .cycle-slideshow article:first-child { display: block; }
.home-content .cycle-slideshow header       { padding-top: 250px; text-align: center; }
.home-content .cycle-slideshow header h1    { color: #FFF; font-size: 60px; font-family: 'LabGrotesque-Regular', sans-serif; font-weight: 400; line-height: 1; margin: 0 0 20px; }
.home-content .cycle-slideshow header h2    { color: rgba(255,255,255,0.75); font-size: 30px; font-weight: 300; line-height: 1.3; margin: 0 auto; max-width: 700px; }
.home-content .cycle-slideshow header a     { border: 1px solid #FFF; color: #FFF; display: inline-block; font-size: 15px; font-weight: 400; line-height: 40px; letter-spacing: 0.1em; margin: 30px auto 0; padding: 0 20px; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.home-content .cycle-slideshow header a:hover     { background-color: #FFF; color: #111; }

.home-content .cycle-pager          { text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 20px; overflow: hidden; }
.home-content .cycle-pager span     { background-color: #FFF; display: inline-block; height: 14px; margin: 0 5px; width: 14px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; opacity: 0.5; }
.home-content .cycle-pager .cycle-pager-active { opacity: 1; }
.home-content .cycle-pager > *      { cursor: pointer; }
.home-content .cycle-pager          { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* HOME OLD
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-index { height: 100%; }
.body-index { background: linear-gradient(40deg, #a01e82, #323296, #00a0c8); background-size: 600% 600%; -webkit-animation: AnimationName 11s ease infinite; -moz-animation: AnimationName 11s ease infinite; animation: AnimationName 11s ease infinite; }
@-webkit-keyframes AnimationName { 0%{background-position:90% 0%} 50%{background-position:11% 100%} 100%{background-position:90% 0%} }
@-moz-keyframes AnimationName { 0%{background-position:90% 0%} 50%{background-position:11% 100%} 100%{background-position:90% 0%} }
@keyframes AnimationName { 0%{background-position:90% 0%} 50%{background-position:11% 100%} 100%{background-position:90% 0%} }
.body-index .bg { background: url(/assets/images/corpevolution-symbol.svg) fixed center center no-repeat; position: fixed; height: 100%; width: 100%; -webkit-background-size: 35%; -o-background-size: 35%; background-size: 35%; opacity: 0.1; }
.body-index .home-old { height: 100vh; }
.body-index .home-old * { -moz-transition: all .1s ease-out; -o-transition: all .1s ease-out; -webkit-transition: all .1s ease-out; transition: all .1s ease-out; }
.body-index .home-nav { font-size: 28px; height: 80%; margin: 0 auto; width: 70%; position: absolute; top: 10%; left: 0; right: 0; }
.body-index .home-nav ul { text-align: center; position: absolute; height: 100%; width: 100%; }
.body-index .home-nav ul li { display: block; line-height: 1.3; margin: 0 auto; position: absolute; width: 300px; }
.body-index .home-nav ul li a { color: #FFF; display: block; text-decoration: none; opacity: 0.75; }
.body-index .home-nav ul li a:hover { opacity: 1; text-decoration: underline; }
.body-index .home-nav ul li:nth-child(1) { top: 1%; left: 50%; margin-left: -150px; }
.body-index .home-nav ul li:nth-child(2) { top: 25%; left: 10%; margin-right: -150px; }
.body-index .home-nav ul li:nth-child(3) { top: 25%; right: 10%; margin-left: -150px; }
.body-index .home-nav ul li:nth-child(4) { top: 66%; left: 10%; margin-right: -150px; }
.body-index .home-nav ul li:nth-child(5) { top: 66%; right: 10%; margin-left: -150px; }
.body-index .home-nav ul li:nth-child(6) { bottom: 1%; left: 20%; margin-right: -150px; }
.body-index .home-nav ul li:nth-child(7) { bottom: 1%; right: 20%; margin-left: -150px; }
.body-index .heading:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
.body-index .heading { display: inline-block; height: 100px; width: 800px; text-align: center; margin: 0 auto; position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -400px; vertical-align: middle; }
.body-index .heading h2 { color: #FFF; display: inline-block; font-size: 40px; font-weight: 400; line-height: 1.2; }
@media only screen and (min-width: 1241px) and (max-width: 1460px) {
    .body-index .home-nav { font-size: 20px; width: 90%; }
    .body-index .home-nav ul li a { padding: 0 50px; }
    .body-index .heading { margin-left: -350px; width: 700px; }
    .body-index .heading h2 { font-size: 30px; }
}
@media only screen and (min-width: 1461px) and (max-width: 1600px) {
    .body-index .home-nav { font-size: 24px; width: 80%; }
    .body-index .heading h2 { font-size: 35px; }
}
@media (max-width:1100px) {
    .body-index .bg { -webkit-background-size: 70%; -o-background-size: 70%; background-size: 70%; }
    .body-index .home-nav { font-size: 18px; position: relative; top: auto; left: auto; right: auto; width: 100%; }
    .body-index .home-nav ul { margin-top: 60px; height: auto; width: auto; position: relative; }
    .body-index .home-nav ul li { margin: 0 !important; line-height: 50px !important; width: 100% !important; position: relative !important; top: auto !important; left: auto !important; right: auto !important; }
    .body-index .heading { display: none; }
    .body-index .heading h2 { display: none; }
}

/* CONSULTANTS
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.consultants                    { background-color: #F8F8F8; padding: 40px 0 20px; }

.consultants a                  { background-color: #FFF; display: block; float: left; margin: 0 50px 50px 0; text-decoration: none; width: 360px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }
.consultants a:nth-child(3n)    { margin-right: 0; }
.consultants a img              { height: auto; margin-bottom: 15px; width: 100%; }
.consultants a h2               { font-size: 20px; margin: 0 0 2px; padding: 0 15px 5px; text-decoration: none; }
.consultants a h3               { font-size: 16px; margin: 0; padding: 0 15px 15px; text-decoration: none; }
.consultants a:hover            { text-decoration: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); }
.consultants a:hover img        { opacity: 0.8; }


.consultant .third              { width: 340px; margin-right: 0; padding: 40px; }
.consultant .third img          { width: 100%; height: auto; margin-bottom: 40px; }
.consultant .two-thirds         { width: 680px; padding: 40px; }
.consultant:before              { content: ""; background: #EEE; margin: 0 auto; position: absolute; top: 0; left: 420px; height: 100%; width: 1px; }

/* ARTICLES
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-articles .page-content       { background-color: #F8F8F8; }
.articles article                  { margin: 0 20px 20px 0; width: 380px; }
.articles article a                { background-color: #FFF; display: block; padding: 20px; position: relative; text-decoration: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }
.articles article a img            { height: auto; margin-bottom: 15px; width: 100%; }
.articles article a div            { height: 350px; }
.articles article a h2             { font-size: 20px; margin: 0 0 15px; text-decoration: none; }
.articles article a h4             { color: #888; font-family: 'LabGrotesque-Light', sans-serif; font-size: 12px; font-weight: 300; margin: 0; text-decoration: none; }
.articles article a footer         { border-top: 1px solid #EEE; border-bottom: 2px solid #FFF; font-size: 14px; line-height: 20px; padding: 10px 20px; position: absolute; bottom: 0; left: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.articles article a footer span    { color: #333; font-family: 'LabGrotesque-Regular', sans-serif; font-weight: 400; }
.articles article a footer .date   { color: #888; float: right; font-family: 'LabGrotesque-Light', sans-serif; font-weight: 300; text-align: right; }
.articles article a:hover          { text-decoration: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); }
.articles article a:hover img      { opacity: 0.8; }

.page-content .article              { background-color: #FFF; margin-bottom: 50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }
.page-content .article .inner       { width: 800px; }
.page-content .article header       { border-bottom: 1px solid #EEE; padding: 50px 0 30px; }
.page-content .article h3           { color: #888; }
.page-content .article h3 span      { color: #AAA; }
.page-content .article .quote            { background-color: #f8f8f8; padding: 30px; }
.page-content .article .quote blockquote { font-size: 20px; line-height: 1.4; margin-bottom: 15px; }
.page-content .article .quote p          { color: #666; }

/* COURSES
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.body-courses .page-content     { background-color: #F8F8F8; }
.courses article                { background-color: #FFF; display: block; margin: 0 20px 20px 0; position: relative; text-decoration: none; width: 380px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.courses article div            { height: 500px; }
.courses article header         { border-bottom: 1px solid #EEE; height: 160px; padding: 20px 20px 0; }
.courses article section        { padding: 20px; }
.courses article h1             { font-size: 24px; line-height: 28px; height: 56px; margin: 0 0 10px; }
.courses article h2             { font-size: 16px; line-height: 1.5; margin: 0 0 10px; }
.courses article h3             { font-size: 16px; margin: 0; }
.courses article h4             { color: #888; font-family: 'LabGrotesque-Light', sans-serif; font-size: 13px; font-weight: 300; margin: 20px 0 0; text-decoration: none; }
.courses article p              { font-size: 15px; margin: 0 0 10px; }
.courses article footer         { border-bottom: 2px solid #FFF; position: absolute; bottom: 0; left: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.courses article footer span    { color: #333; display: block; font-family: 'LabGrotesque-Regular', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.2; position: absolute; bottom: 0; left: 0; padding: 20px 150px 20px 20px; }
.courses article footer a		{ position: absolute; bottom: 20px; right: 20px; cursor: pointer; border: 1px solid #333; color: #333; display: inline-block; font-size: 14px; font-weight: 400; line-height: 36px; letter-spacing: 0.1em; padding: 0 15px; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.courses article footer a:hover	{ border: 1px solid #999; color: #999; text-decoration: none; }

/* COMMUNITY
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#community-login { height: 100%; }
#community-login { background: linear-gradient(40deg, #a01e82, #323296, #00a0c8); background-size: 600% 600%; -webkit-animation: AnimationName 11s ease infinite; -moz-animation: AnimationName 11s ease infinite; animation: AnimationName 11s ease infinite; }
@-webkit-keyframes AnimationName { 0%{background-position:90% 0%} 50%{background-position:11% 100%} 100%{background-position:90% 0%} }
@-moz-keyframes AnimationName { 0%{background-position:90% 0%} 50%{background-position:11% 100%} 100%{background-position:90% 0%} }
@keyframes AnimationName { 0%{background-position:90% 0%} 50%{background-position:11% 100%} 100%{background-position:90% 0%} }

#community-login .bg                { background: url(/assets/images/corpevolution-symbol.svg) fixed center center no-repeat; position: fixed; height: 100%; width: 100%; -webkit-background-size: 35%; -o-background-size: 35%; background-size: 35%; opacity: 0.1; }

#community-login .page-footer       { background-color: rgba(255,255,255,0.06); color: #FFF; position: fixed; bottom: 0; left: 0; width: 100%; }
#community-login .page-footer a     { color: #FFF; }

#community-login form               { height: 100px; width: 200px; position: absolute; top: 50%; left: 0; right: 0; margin: -50px auto 0; text-align: center; }
#community-login form input			{ background: rgba(255,255,255,0.2); border: 1px solid transparent; color: #FFF; font-size: 16px; height: 40px; margin-bottom: 10px; padding: 0 5px; text-align: center; width: 200px; }
#community-login form input			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#community-login form input:focus,
#community-login form input:hover	{  background: rgba(255,255,255,0.2); border: 1px solid #FFF; }
#community-login form .submit		{ background-color: transparent; border: 2px solid #FFF; color: #FFF; cursor: pointer; display: block; font-size: 16px; height: 40px; letter-spacing: 0.15em; margin: 0 auto; text-transform: uppercase; width: 200px; }
#community-login form .submit		{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#community-login form .submit:hover	{ background-color: #FFF; color: #323296; }

/* CONTACT
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contact-form h2			    { margin: 0 0 30px; }
.contact-form label			    { display: block; color: #888; font-family: 'LabGrotesque-Light', sans-serif; font-size: 18px; font-weight: 300; line-height: 1; margin: 0 0 10px; }
.contact-form .checkbox			{ margin-bottom: 20px; }
.contact-form .checkbox input	{ float: left; margin-top: 2px; width: 5%; }
.contact-form .checkbox div 	{ float: right; width: 93%; }
.contact-form .input			{ background: #f1f2f3; border: 1px solid #f1f2f3; color: #444; font-size: 16px; height: 40px; margin-bottom: 20px; padding: 0 10px; width: 50%; }
.contact-form .input			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.contact-form .input:focus,
.contact-form .input:hover		{ border-color: #DDD; color: #111; }
.contact-form textarea			{ background: #f1f2f3; border: 1px solid #f1f2f3; color: #444; font-size: 16px; margin-bottom: 20px; height: 150px; padding: 10px; width: 75%; }
.contact-form textarea			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.contact-form textarea:focus,
.contact-form textarea:hover	{ border-color: #DDD; color: #111; }

.contact-form button			{ background: transparent; border: 1px solid #323296; color: #323296; display: block; font-size: 15px; font-weight: 400; line-height: 36px; letter-spacing: 0.1em; padding: 0 20px; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.contact-form button:hover		{ background-color: #323296; border-color: #323296; color: #FFF;  }

/* MEDIA QUERIES
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 721px) and (max-width: 1240px) {
    .page-nav ul { font-size: 15px; }
    .page-nav ul li a span { padding: 0 8px; }
    .page-header .wordmark { height: 30px; top: 25px; left: 20px; width: 120px; }
    .page-header .symbol { height: 40px; top: 20px; right: 20px; width: 40px; }
    .page-header .wordmark img,
    .page-header .symbol img { height: 100%; width: 100%; }
    .body-index .home-nav { font-size: 20px; width: 90%; }
    .body-index .home-nav ul li a { padding: 0 50px; }
    .body-index .heading { margin-left: -300px; width: 600px; }
    .body-index .heading h2 { font-size: 30px; }
}

@media only screen and (min-width: 1241px) and (max-width: 1360px) {
    .page-nav ul { font-size: 15px; }
    .page-header .wordmark { height: 30px; top: 25px; left: 20px; width: 120px; }
    .page-header .symbol { height: 40px; top: 20px; right: 20px; width: 40px; }
    .page-header .wordmark img,
    .page-header .symbol img { height: 100%; width: 100%; }
    .body-index .home-nav { font-size: 20px; width: 90%; }
    .body-index .home-nav ul li a { padding: 0 50px; }
    .body-index .heading { margin-left: -300px; width: 600px; }
    .body-index .heading h2 { font-size: 30px; }
}

@media only screen and (min-width: 1241px) and (max-width: 1460px) {
    .page-nav ul { font-size: 16px; }
    .page-nav ul li a span { padding: 0 10px; }
    .body-index .home-nav { font-size: 20px; width: 90%; }
    .body-index .home-nav ul li a { padding: 0 50px; }
    .body-index .heading { margin-left: -350px; width: 700px; }
    .body-index .heading h2 { font-size: 30px; }
}

@media only screen and (min-width: 1461px) and (max-width: 1600px) {
    .body-index .home-nav { font-size: 24px; width: 80%; }
    .body-index .heading h2 { font-size: 35px; }
}

@media only screen and (max-height: 779px) {
    .page-banner { height: 430px !important; }
    .page-banner header { padding-top: 150px; }
    .page-banner header h1 { font-size: 50px; }
    .page-banner header h2 { font-size: 24px; }
}
@media only screen and (min-height: 780px) and (max-height: 879px) {
    .page-banner { height: 480px !important; }
    .page-banner header { padding-top: 175px; }
    .page-banner header h1 { font-size: 55px; }
    .page-banner header h2 { font-size: 28px; }
}

@media (max-width:1100px) {
  html { overflow-y: visible; }
  .page-header { display: none; }
  .page-nav { display: none; }
  .page-layout { overflow: auto; padding-top: 0; min-width: 1240px; }
  .sub-page { padding-top: 50px; }

  .mob-header { background-color: rgba(255,255,255,0.06); display: block; position: fixed; top: 0; left: 0; height: 50px; width: 100%; z-index: 1000; }

  .mob-header .logo { height: 25px; margin: 12px 0 0 12px; width: 100px; }
  .mob-header .logo a { display: block; height: 100%; width: 100%;}
  body.noscroll .mob-header { background-color: rgba(255,255,255,0); }
  body.noscroll .mob-header .logo { opacity: 0.1; }

  .mob-header .hamburger { background-color: transparent; padding: 15px; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; border: 0; overflow: visible; position: absolute; top: 0; right: 0; } 
  .mob-header .hamburger:hover { opacity: 0.7; }
  .mob-header .hamburger-box { width: 18px; height: 18px; display: inline-block; position: relative; }
  .mob-header .hamburger-inner { background-color: #FFF; display: block; top: 50%; }
  .mob-header .hamburger-inner, 
  .mob-header .hamburger-inner::before, 
  .mob-header .hamburger-inner::after { width: 18px; height: 1px; background-color: #FFF; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
  .mob-header .hamburger-inner::before,
  .mob-header .hamburger-inner::after { content: ""; display: block; }
  .mob-header .hamburger-inner::before { top: -6px; }
  .mob-header .hamburger-inner::after { bottom: -6px; }
  .mob-header .hamburger--squeeze .hamburger-inner { transition-duration: 0.075s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .mob-header .hamburger--squeeze .hamburger-inner::before { transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .mob-header .hamburger--squeeze .hamburger-inner::after { transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .mob-header .hamburger-active .hamburger-inner { transform: rotate(45deg);  transition-delay: 0.12s;  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mob-header .hamburger-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .mob-header .hamburger-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .mob-header-white { background-color: #FFF; -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05); box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05); }
  .mob-header-white .logo a { background-image: url(/assets/images/corpevolution-wordmark-black.svg); background-repeat: no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
  .mob-header-white .logo img { display: none; }
  .mob-header-white .hamburger-inner,
  .mob-header-white .hamburger-inner::before,
  .mob-header-white .hamburger-inner::after { background-color: #111; }
  body.noscroll .mob-header-white { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
  body.noscroll .mob-header-white .logo a { background-image: none; }
  body.noscroll .mob-header-white .logo img { display: block; }
  body.noscroll .mob-header-white .hamburger-inner,
  body.noscroll .mob-header-white .hamburger-inner::before,
  body.noscroll .mob-header-white .hamburger-inner::after { background-color: #FFF; }

  .mob-nav { display: none; overflow-y: auto; text-align: center; position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; z-index: 999; }
  .mob-nav { background: #323296; background: -moz-linear-gradient(45deg, rgb(160,30,130) 0%, rgb(50,50,150) 50%, rgb(0,160,200) 100%); background: -webkit-linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); background: linear-gradient(45deg, rgb(160,30,130) 0%,rgb(50,50,150) 50%,rgb(0,160,200) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01e82', endColorstr='#00a0c8',GradientType=1 ); }
  .mob-nav .bg { background: url(/assets/images/corpevolution-symbol.svg) fixed center center no-repeat; position: fixed; height: 100%; width: 100%; -webkit-background-size: 70%; -o-background-size: 70%; background-size: 70%; opacity: 0.1; }
  .mob-nav ul { padding-top: 60px; }
  .mob-nav ul li a { color: rgba(255,255,255,0.75); display: block; font-size: 18px; font-family: 'LabGrotesque-Light', sans-serif; font-weight: 300; line-height: 50px; overflow: hidden; padding: 0 15px; position: relative; }
  .mob-nav ul li.toggle { position: relative; }
  .mob-nav ul>li.on>a { color: rgba(255,255,255,1); font-family: 'LabGrotesque-Regular', sans-serif; font-weight: 400; }
  .mob-nav ul>li.active>a { color: rgba(255,255,255,1); }

  .mob-nav ul ul { background-color: rgba(255,255,255,0.05); display: none; padding: 10px 0; }
  .mob-nav ul li.on ul { display: block; }
  .mob-nav li ul li a {  color: rgba(255,255,255,0.8); font-size: 15px; line-height: 35px; text-indent: 10px; }
  .mob-nav li.on ul li.on a { color: rgba(255,255,255,1); font-family: 'LabGrotesque-Regular', sans-serif; font-weight: 400; }
}

@media only screen and (max-width: 720px) {
    .page-layout { min-width: 300px; }
    .inner { padding: 0 15px; width: auto; }
    .third { float: none; margin: 0; width: auto; }
    .half { float: none; margin: 0; width: auto; }
    .half:nth-child(even) { float: none; }
    .two-thirds { float: none; margin: 0; width: auto; }
    .right { float: none; }
	
    .page-footer { text-align: center; }
    .page-footer .third { margin-bottom: 40px; }
    .page-footer button { margin: 0 auto 10px; }
    
    .page-banner { height: 250px !important; }
    .page-banner header { padding-top: 80px; }
    .page-banner header h1 { font-size: 25px; }
    .page-banner header h2 { font-size: 16px; line-height: 1.4; margin: 15px auto 0; max-width: 90%; }
    .page-banner .sub-nav { display: none; }
    
    .page-content h1 { font-size: 22px; margin: 10px 0; }
    .page-content h2 { font-size: 20px; margin-bottom: 10px; }
    .page-content h3 { font-size: 18px; margin-bottom: 10px; }
    .page-content h4 { font-size: 13px; margin-bottom: 10px; }
    .page-content p { font-size: 13px; line-height: 20px; margin: 0 0 20px; }
    .page-content ul, 
    .page-content ol { font-size: 13px; line-height: 20px; margin: 0 0 20px 20px; }
    .page-content hr { margin: 20px 0; }
    .page-content table { font-size: 13px; margin-bottom: 20px; }
    .page-content table th { font-size: 13px; line-height: 20px; }
    .page-content table td { line-height: 20px; }

  	.page-content .content-block figure,
  	.page-content .content-block figure:last-child { margin-bottom: 20px; }
    
    .page-content p.intro { font-size: 15px; }
    .page-content p.button { margin: 20px 0; }
    .page-content p.button a { font-size: 13px; line-height: 30px; letter-spacing: 0.1em; padding: 0 15px; }

    .page-content .content-block { padding: 15px 0; }
    .page-content section.inner { padding: 15px; }
    .page-content .full-width p.text-center { padding: 0; }
    .page-content .two-columns>.left { float: none; margin-bottom: 20px; width: auto; }
    .page-content .two-columns>.right { float: none; margin-bottom: 0; }
    .page-content .content-block .third { float: none; margin: 0 0 20px; width: auto; }
    .page-content .content-block .third:last-child { margin-bottom: 0; }
    .page-content .background-image { padding: 0; }
    .page-content .background-image .inner { padding: 15px; }
    .page-content .background-image .half { padding: 15px; }
    .white-blocks article>div { height: auto; padding: 20px; }
    .white-blocks article h2 { font-size: 18px; line-height: 1.3; min-height: 20px; margin: 0 0 15px; }
    .white-blocks article p { font-size: 13px; margin: 0; }
    .white-blocks article a.button { font-size: 12px; margin-top: 15px; position: relative; bottom: auto; left: auto; }
    
    .page-content .quotes .quote { margin-bottom: 20px; padding: 10px 25px 0; }
    .page-content .quotes .quote blockquote { font-size: 18px; line-height: 1.3; }
    .page-content .quotes .quote blockquote.size-small { font-size: 14px; line-height: 1.4; }
    .page-content .quotes .quote blockquote.size-large { font-size: 22px; line-height: 1.2; }
    .page-content .quotes .quote p { font-size: 13px; margin-top: 10px; }
    .page-content .quotes .cycle-pager { bottom: 10px; }
    .page-content .quotes .cycle-pager span { height: 12px; width: 12px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
    
    .page-content .utility-bar { font-size: 10px; height: auto; letter-spacing: 0.02em; line-height: 20px; padding: 0; }
    .page-content .utility-bar .inner { padding: 0; }
    .page-content .utility-bar .right { text-align: left; }
    .page-content .utility-bar .half { border-top: 1px solid #EEE; padding: 10px 15px; }
    
    .home-content .cycle-slideshow article { height: 400px; }
    .home-content .cycle-slideshow header { padding-top: 100px; }
    .home-content .cycle-slideshow header h1 { font-size: 25px; }
    .home-content .cycle-slideshow header h2 { font-size: 16px; }
    .home-content .cycle-slideshow header a { font-size: 13px; line-height: 36px; }

    body#about-consultants .page-content .utility-bar .right { display: none; }
    
    .consultants { padding: 0; }
    .consultants .inner { padding: 10px 5px; }
    .consultants a { margin: 0 1% 2%; min-height: 250px; padding: 0; width: 48%; }
    .consultants a:nth-child(4n) { margin: 0 1% 2%; }
    .consultants a:nth-child(odd) { clear: both; }
    .consultants a img { margin: 0; }
    .consultants a h2 { font-size: 14px; margin: 0; padding: 10px 10px 5px; }
    .consultants a h3 { font-size: 12px; margin: 0; padding: 0 10px 10px; }
    .consultants a:hover { text-decoration: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); }
    .consultants a:hover img { opacity: 0.8; }

    .consultant { padding: 0; }
    .consultant .third { border-bottom: 1px solid #EEE; width: auto; margin: 0; padding: 15px; }
    .consultant .third img { margin: 0 0 15px; }
    .consultant .two-thirds { width: auto; margin: 0; padding: 15px; }
    .consultant:before { display: none; }
    
    .articles article { margin: 0 0 15px 0; width: auto; }
    .articles article a { background-color: #FFF; display: block; padding: 0; position: relative; text-decoration: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }
    .articles article a div { height: auto; padding: 15px; }
    .articles article a h2 { font-size: 18px; margin: 0 0 10px; }
    .articles article a footer { font-size: 12px; padding: 10px 15px; position: relative; bottom: auto; left: auto; }

    .page-content .article { margin-bottom: 20px; padding: 0; }
    .page-content .article .inner { width: auto; }
    .page-content .article header { padding: 30px 0; }
    .page-content .article header h3 { color: #888; font-size: 16px; margin-top: 10px; }
    .page-content .article header h3 span { color: #AAA; }
    .page-content .article .quote { padding: 15px; }
    .page-content .article .quote blockquote { font-size: 16px; }
    
    .courses article { margin: 0 0 15px; width: auto; }
    .courses article div { height: auto; padding-bottom: 70px; }
    .courses article header { height: auto; padding: 15px; }
    .courses article section { padding: 15px; }
    .courses article h1 { font-size: 18px; line-height: 1.3; height: auto; margin: 0 0 10px; }
    .courses article h2 { font-size: 14px; line-height: 1.5; margin: 0 0 10px; }
    .courses article h3 { font-size: 13px; margin: 0; }
    .courses article p { font-size: 13px; margin: 0; }
    .courses article footer span { font-size: 14px; padding: 15px 150px 20px 15px; }
    .courses article footer a { font-size: 12px; bottom: 15px; right: 15px; }
    
    .contact-form h2 { margin: 10px 0 20px; }
    .contact-form { margin-bottom: 40px; }
    .contact-form label { display: block; color: #888; font-family: 'LabGrotesque-Light', sans-serif; font-size: 18px; font-weight: 300; line-height: 1; margin: 0 0 10px; }
    .contact-form input { width: 100%; }
    .contact-form textarea { width: 100%; }
    .contact-form button { padding: 5px 0; width: 100%; }


}