/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
-------------------------------------------------------------------------------- 
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Grid
-------------------------------------------------------------------------------- */ 
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  
.row {position:relative;}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
    
   .social {float:right;}
}

/* For devices larger than 860px */
@media (min-width: 860px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column:first-child,
  .offset-by-one.columns:first-child          { margin-left: 8.66666666667%; }
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 12.66666666667%; }
  .offset-by-two.column:first-child,
  .offset-by-two.columns:first-child,
  .offset-by-twoAB.columns         { margin-left: 17.3333333333%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-fiveAB.columns       { margin-left: 39.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}




/* Base Styles
-------------------------------------------------------------------------------- */ 
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
  
body {
  font-size: 2em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.4;
  font-weight: 400;
  font-family: 'bookmania', serif;
  color: #000; 
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
        letter-spacing: -0.05rem;
  }
  
  html, body {
    height: 100%;
    min-height: 100%;
}


/* Typography  
-------------------------------------------------------------------------------- */ 

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; 
  }

  h1 { font-size: calc(42px + (130 - 42) * (100vw - 320px) / (1500 - 320)); font-family: 'bookmania', serif; font-weight: 400; line-height:80%; margin:0 0 40px 0; display:inline-block; letter-spacing: -0.2rem;}
  h2 { font-size: calc(30px + (85 - 30) * (100vw - 320px) / (1500 - 320)); font-family: 'bookmania', serif; font-weight: 400; margin:0 0 100px 0; line-height:.9; letter-spacing: -0.05rem;}
  h3, #cookiefirst-policy-page h2, #cookiefirst-cookies-table h2 { font-size: calc(26px + (40 - 26) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif; font-weight:600;  line-height:1.1; margin:0 0 10px 0; letter-spacing: -0.05rem; width:80%;}
  h4 { font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1500 - 320)); font-family: 'bookmania', serif; font-weight: 300; line-height:-1; margin:0 0 10px 0; letter-spacing: -0.05rem;}
  h5 { font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif; font-weight: 700; line-height:-1; margin:10px 0 0 0; letter-spacing:0.2em; letter-spacing: -0.05rem;}
  h6 { font-size: 1.7rem; font-family: 'bookmania', serif; color: #87dadf; }
  .sans {font-family: 'tenon', sans-serif; font-weight:600;}
  .serif {font-family: 'bookmania', serif; font-weight:300;}
  p {margin:0;}
  blockquote {margin: 0 0 20px 0;}
  blockquote:before {
    content: '“';
    position: absolute;
    margin-left: -.4em;
    }

  .toolbox h3 {margin:0 0 50px 0;}
  

  .intro, .news-article-main p{ font-size: calc(21px + (30 - 22) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif; font-weight: 300; line-height:-1; margin:0 0 50px 0; letter-spacing:0.2em; letter-spacing: -0.05rem;}
  
  .toolbox p, .toolbox ul{ font-size: calc(21px + (30 - 22) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif; font-weight: 300; line-height:-1; margin:0 0 50px 0; letter-spacing:0.2em; letter-spacing: -0.05rem;}
  
  footer p {font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif;  color:#000; margin-bottom: 30px;}
  footer a, footer a:visited  {font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif;  color:#000; margin-bottom: 5px;}
  footer a:hover, footer a:active, footer a:focus {color: #5ac8fd;}
  .social {width: 80px !important;}
  .center {text-align:,center; }
  .you p,
  .team p,
  .hires p,
  .areas p,
  .areas a.btn,
  .contact a
  {margin: 0 0 30px 0;}
  .blue-panel p i {font-size: calc(22px + (26 - 22) * (100vw - 320px) / (1500 - 320)); font-family: 'bookmania', serif; font-weight: 300; margin:0 0 10px 0; letter-spacing: -0.05rem;}

@media screen and (min-width: 1500px) {
	h1 { font-size: 130px}
	h2 { font-size: 85px}
	h3, #cookiefirst-policy-page h2, #cookiefirst-cookies-table h2 { font-size: 34px;}
	h4 { font-size: 20px}
	h5 { font-size: 20px}
	footer p, footer a, footer a:visited{ font-size: 14px}
	.intro, .toolbox p, .toolbox ul, .news-article-main p { font-size: 30px;}
	.blue-panel p i { font-size: 26px;}
}

@media screen and (max-width: 320px) {
	h1 { font-size: 42px}
	h2 { font-size: 30px; margin: 0 0 40px 0;}
	h3, #cookiefirst-policy-page h2, #cookiefirst-cookies-table h2 { font-size: 26px; width:100%;}
	h4 { font-size: 16px}
	h5 { font-size: 16px}
	footer p, footer a, footer a:visited{ font-size: 12px}
	.intro .toolbox p, .toolbox ul, .news-article-main p { font-size: 22px;}
	.blue-panel p i { font-size: 22px;}
}


/*.yellow {color:#fec233;}
.red {color:#f04e53;}
.green {color:#17a06d;}
.light-gray {color:#fafafd;}*/

.name {color:#17a06d; font-family: 'tenon', sans-serif; font-weight:700; margin-bottom: 50px;}

.blue-panel a{
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    font-family: 'tenon', sans-serif; 
    font-weight: 500;
    background: #FFF;
    color:#000;
}

.services a, .contact a{
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    font-family: 'tenon', sans-serif; 
    font-weight: 500;
    background:#5ac8fd;
    color:#FFF
}

.blue-panel a:hover, .services a:hover, .contact a:hover { color: #FFF; background:#000;}

.btn {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    font-family: 'tenon', sans-serif; 
    font-weight: 500;
}

.white { background: #FFF; color:#000;}
.blue {background:#5ac8fd; color:#FFF}
.solid { background: #5ac8fd; color: #FFF;}
.outline {background:none; border:2px solid #5ac8fd; border-radius: 0;margin:0 10px 10px 0}

a.btn:hover { color: #FFF; background:#000;}

.underline {position:relative; display:inline-block; font-family: 'tenon', sans-serif; font-weight:700; /*white-space: nowrap;*/}

.underline:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: -25%;
    z-index: -1;
    height:25%;
    background-color:#5ac8fd;
    -webkit-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.yellow.underline:before {background-color:#fec233;}
.red.underline:before {background-color:#f04e53;}
.green.underline:before {background-color:#17a06d;}

/* For devices larger than 400px */
@media only screen and (max-width: 421px) {


}



/*Sections
-------------------------------------------------------------------------------- */ 
header {
	background-color:#FFF;
    padding: 26px 0;
    width: 100%;
    margin:0 auto;
    color: #FFF;
	position:fixed;
	top:0;
	left:0;
	right:0;
	display:block;
	z-index: 3000;
	-moz-transition:all .2s ease-in; -o-transition:all .2s ease-in; -webkit-transition:all .2s ease-in;
    }

#opener {
    width: 100%;
    position:relative;
    margin-top:230px;
    /*height:80vh;
    overflow: hidden;*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
 }  
 
   
 
.blue-panel {background-color:#5ac8fd;}
.gray-panel {background-color:#fafafd;}
 
.padded {margin-top:50px;}

#logo, #logo img {width:96px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-right:20px;}
/*#exec-coach, #exec-coach img {width:95px; -webkit-box-sizing: border-box; box-sizing: border-box;}*/
#exec-coach, #exec-coach img {width:180px; -webkit-box-sizing: border-box; box-sizing: border-box;}


.services {margin:100px 0 0 0;}

.you, .team, .hires, .latest  {padding-top:30px; margin-bottom:100px; position:relative;}
.you:before, .team:before, .hires:before, .latest:before  {
    content: '';
    width: 10%;
    position: absolute;
    left: 0%;
    top: 0px;
    z-index: -1;
    -webkit-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

.you:before, .latest:before { border-bottom: 10px solid #5ac8fd;}
.team:before {border-bottom: 10px solid #17a06d;}
.hires:before {border-bottom: 10px solid #fec233;}


@media screen and (min-width: 860px) {
.you:before, .team:before, .hires:before {
    content: '';
    width: 20%;
    }

#logo{
    margin-right:0;
}

.keys h3 {min-height: 100px; margin: 0 0 30px 0;}
 .padded {margin-top:200px;}

}

.keys {padding:0 0 50px 0;}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}

footer {
	background-color:#FFF;
    margin: 0 auto;
    width: 100%;
    color: #000;
    padding:50px 0;
    }

.centered {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index:1;
}




@media only screen and (max-width: 859px) { 
}


 #wrap{
    width: 100%;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
	}

 #sub-wrap{
    width: 100%;
    margin: 100px auto 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
	}
	
.middle-fit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position:relative;
    flex-flow: row nowrap; /* required */
    }

.full {
	z-index:2000;
	position:relative;
	box-sizing: border-box; /* required */
    width: 100%; /* required */
    flex: none; /* required */
	}
.back {
	z-index:10;
	position:relative;
	box-sizing: border-box; /* required */
    width: 100%; /* required */
    flex: none; /* required */
    margin-left: -100%; /* required */
	}

.sticky img, .sticky.first  {margin:0 !important;}


@media only screen and (min-width: 860px) {
.sticky {
	top: 230px;
    position: -webkit-sticky;
    position: sticky;
    z-index:-1;
}

.scrolling {
	z-index:1;
	margin-left:0;
	transform: translate3d(0,0,0)
}

}


.client-logos {
    overflow: hidden;
    margin: 100px 0 0;
}

article.clients {
    position: relative;
    display: inline-block;
    float: left;
    width: 33%;
    overflow: hidden;
}

article.clients:before {
    content: "";
    display: block;
    padding-top: 60%;
}

article.clients .client-logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    background: no-repeat center center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}

/* Animations
-------------------------------------------------------------------------------- */ 

    .fader {
        opacity: 0;
        transform: translateY(6em);
    }
    
    .fader.is-visible {
		opacity: 1;
		transform: translateY(0);
		transition: transform 1.5s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
	}

	.is-visible  h3 span em{
		transform: translateY(0);
	}	


/* Links
-------------------------------------------------------------------------------- */ 
a {
  color: #5ac8fd; 
  text-decoration:none; 
  -moz-transition:all  .2s ease-in; 
  -o-transition:all  .2s ease-in; 
  -webkit-transition:all  .2s ease-in;}
a:hover {
  color: #000;  
  text-decoration:none;}


/* Navigation
-------------------------------------------------------------------------------- */ 

@media only screen and (min-width: 1090px) {

.nav, .nav * {list-style:none;}

header .container nav {}
header .container ul{height:auto; list-style:none; padding-left: 0; margin:0;}
header .container ul li{list-style-image:none !important; padding:0 28px 15px 0px; display:inline-block; float:left; }
header .container ul li:first-child{margin-left:0px;} 
header .container ul li.nav-selected a, header ul li.nav-path-selected a{color:#5ac8fd; text-decoration:none; }
header .container ul li.nav-selected a:after, header ul li.nav-path-selected a:after{  width: 100%;
  visibility: visible;}
header .container ul li.nav-selected a:before , header ul li.nav-path-selected a:before {background-color:#21409a;}

header .container ul li a {
  display:block;
  font-family:'tenon', sans-serif;
  font-weight:500;
  font-size:18px;
  position: relative;
  color: #000; 
  text-decoration:none;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
  
header.stick .container ul li a {
  position: relative;
  color: #21409a; 
  text-decoration:none;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}

header .container ul li a:hover {
  color: #5ac8fd; 
  text-decoration:none;}


header .container ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 7px;
  bottom: -5px;
  left: 0;
  background-color: #5ac8fd;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

header .container ul li a:hover:after {
  width: 100%;
  visibility: visible;
}

}

/* Navigation Button
-------------------------------------------------------- */
@media screen and (max-width: 1089px) {
.color-overlay { display: none;}
    
.button_container {
	display:block;
	position:relative;
	float:right;
	height: 27px;
	width: 30px;
	cursor: pointer;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 1;
	margin-top: 10px;
 	} 
 
/* .button_container::before {
    display: inline-block;
    content: "Menu ";
    margin-left: -180%;
    text-transform:uppercase;
    opacity:1;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    font-size:14px;
    color:#FFF;
    } 
    
 .button_container.activated::before {
    content: "Close ";
    color:#FFF;
    }
    
.sub  .button_container::before { color:#2f2e6e;}*/

/* Navigation Bar
-------------------------------------------------------- */

header .container .search {opacity: 0;}
header .container .search.open  { height: auto; width:80%; margin:50px auto; float:none; overflow: hidden; color:#FFF; -webkit-animation: fadeInUp 1s ease forwards;animation: fadeInUp 1s ease forwards; -webkit-animation-delay: -.05s animation-delay: -.05s;}
header .container .search.open input[type="text"] {font-size: 25px;}
header .container .search.open input[type="text"]:focus {color: #27aae1; }

header .container .search.open input:hover::placeholder {color:#27aae1;}

header .container  .search.open:after {background-color: #27aae1;}

/* Toggle the navigation bar open  */
header ul.nav.open { height: auto; width:80%; margin:100px auto; }
header ul.nav.open li { display: block; margin: 0 0 20px 0;}
    
header .nav {float: none; display: block; margin: 0; padding: 0; top: 80px; left: 0px; clear: both; text-align: left;}
header ul.nav {    position: relative;
    display: block;
    overflow: hidden;
    width: 85%;
    padding: 0;
    margin: 50px auto;
}
header ul.nav li {display: block; min-height: 20px; position: relative; opacity: 0; margin:0 auto; padding-left:0;}
header ul.nav li:first-child{padding-top:10px;} 
header ul.nav li a, header ul.nav li a:visited {
    font-family: 'tenon', sans-serif;
    font-weight: 500;
font-size: 25px; color:#FFF; padding-bottom:15px; -moz-transition:all .2s; -o-transition:all .2s; -webkit-transition:all .2s; position: relative; line-height:110%; font-weight:700; letter-spacing: 0.04em; display:inline-block; width:100%}
header ul.nav li a:hover { color:#000; text-decoration:none;}
header ul.nav li.last a{border-bottom:none; padding-bottom:20px}
header ul.nav li.pagelink a{ color:#00d1af; }

header ul.nav li a span {position:relative}
header ul.nav li a span:after {
  width: 0%;
  visibility: hidden;
  /*  width: 100%;
  visibility: visible;*/
  content: "";
  position: absolute; 
  height: 7px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

header ul.nav li a:hover span:after {
  width: 100%;
  visibility: visible;
}


.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; -webkit-transition: opacity .35s, visibility .35s, height .35s; -o-transition: opacity .35s, visibility .35s, height .35s; transition: opacity .35s, visibility .35s, height .35s; overflow: hidden; }
.overlay.open { opacity: 1; visibility: visible;  height: 100vh;  z-index: -1;} 
.overlay.open .color-overlay {opacity: 1; z-index: 1;}
.overlay.open li.two.columns {width:100%;}
.overlay.open li {-webkit-animation: fadeInUp 1s ease forwards;animation: fadeInUp 1s ease forwards; -webkit-animation-delay: -.2s; animation-delay: -.2s; border:none;}
.overlay.open li:nth-of-type(2) { -webkit-animation-delay: -.15s; animation-delay: -.15s;}
.overlay.open li:nth-of-type(3) { -webkit-animation-delay: -.1s; animation-delay: -.1s;}
.overlay.open li:nth-of-type(4) { -webkit-animation-delay: -.05s; animation-delay: -.05s;}
.overlay.open li:nth-of-type(5) { -webkit-animation-delay: 0s; animation-delay: 0s;}
.overlay.open li:nth-of-type(6) { -webkit-animation-delay: .05s; animation-delay: .05s;}
.overlay.open li:nth-of-type(7) { -webkit-animation-delay: .1s; animation-delay: .1s;}
.overlay.open li:nth-of-type(8) { -webkit-animation-delay: .15s; animation-delay: .15s;}
.overlay.open li:nth-of-type(9) { -webkit-animation-delay: .20s; animation-delay: .20s;}
.overlay.open li:nth-of-type(10) { -webkit-animation-delay: .25s; animation-delay: .25s;}
.overlay.open li:nth-of-type(11) { -webkit-animation-delay: .30s; animation-delay: .30s;}
.overlay.open li:nth-of-type(12) { -webkit-animation-delay: .35s; animation-delay: .35s;}
.overlay.open nav { position: relative; height: 80vh; z-index: 1000; overflow-y: scroll;padding-right:20px; margin-right:-20px;}
.overlay.open ul li a:hover:after,
.overlay.open ul li a:focus:after,
.overlay.open ul li a:active:after { width: 100%;}    

.fixedPosition {
	overflow:hidden;
	}

.button_container.activated .toggle-top{
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
	}

.button_container.activated .toggle-middle {
	opacity: 0;
	}
    
.button_container.activated .toggle-bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	}

.button_container span {
	background: #000 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	width: 100%;
	}
	
.sub .button_container span {background: #2f2e6e none repeat scroll 0 0;}
.sub.stick .button_container span {background: #FFF none repeat scroll 0 0;}
.sub .button_container.activated span {background: #FFF none repeat scroll 0 0;}

.button_container span:nth-of-type(2) {
	top: 8px;
	}

.button_container span:nth-of-type(3) {
	top:16px;
	}
  
.button_container.activated span {
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-transition:  all .35s ease;
	-o-transition:  all .35s ease;
	transition:  all .35s ease;
	cursor: pointer;
	z-index:2000;
	background: #FFF;
	} 

.button_container.activated span:nth-of-type(2) { top: 10px;}
.button_container.activated span:nth-of-type(3) { top: 20px;}

.color-overlay { display: block; height: 100%; opacity: 0; position: absolute; top: 0; -webkit-transition: opacity 0.2s ease 0s; -o-transition: opacity 0.2s ease 0s; transition: opacity 0.2s ease 0s; width: 100%; /*z-index: 1;*/ background-color: #5ac8fd;}
}


@media only screen and (max-width: 399px)
header ul.nav { 
    width: 100%;
    padding: 0 20px;
}
}

@media screen and (max-width: 750px) {
header .container .search.open  { width:85%;}
header ul.nav.open  {width: 85%;}
	/*header #logo, header #logo img{width:90px; height:12px;}*/
	.hamburger--squeeze {position: absolute; top: 5px;}
	.button_container::before, .button_container.activated::before {opacity:0;}
	#sub { margin-top: 140px; padding-top: 14vw; }
	footer .logo, footer .logo img{width:220px; height:27px;}
}

@media (min-height: 320px) and (max-height: 420px ){
   header ul.nav li a{padding: 10px 0;} 

}

@media screen and (max-width: 600px) {
	.overlay.open nav {width: 100%; }
	.container	ul.list-inline {
	list-style: none;
	text-align: justify;
	height:0;
	padding:0 0 31px 0;
	}

.container ul.list-inline:after{
    content: '';
    display: inline-block;
    width: 100%;
}

.container	ul.list-inline li {
	display: inline-block;
  	vertical-align: middle;
  	margin: 0;
}
	
}

@media (min-width: 900px) {
	.center {text-align:center;}
}

/* Buttons
-------------------------------------------------------------------------------- */ 
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin:20px 0;
  display: inline-block;
  padding: 12px 5px 12px 5px;
  color: #000;
  text-align: center;
  font-family:'tenon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #3cbcac;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #FFF;
  border-color: #3cbcac;
  background-color: #3cbcac;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
 
@media (min-width: 860px) {
.button {margin:100px 0;}
}  
  
  /* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container ul {margin: 0 0 30px 10px; padding-left:10px;}
.container ul li {margin-bottom:10px;}
.container ul li {list-style:none;}

.container ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #5ac8fd; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}	

ul.small-nav {margin: 0; padding:0; }
ul.small-nav li {margin:0; padding:0; list-style:none; line-height:1;}
ul.small-nav li::before, ul.nav li::before, ul.pagination li:before { content: none;}

/*
----- News ----- */
.news-article-main {}
.news {margin-bottom:150px; padding-top: 30px;}
.news-image {margin-bottom:30px;}
.news h3 {font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1500 - 320)); font-family: 'tenon', sans-serif; font-weight: 700; margin:10px 0 30px 0; letter-spacing:0.2em; letter-spacing: -0.05rem;}
.news p {margin-bottom:30px;}
.news p a, .news-article-main p a{

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.length {font-family: 'tenon', sans-serif; font-weight: 300;}
.latest {font-family: 'tenon', sans-serif; font-weight: 300; }


@media screen and (min-width: 1500px) {
	.news h3 { font-size: 26px}
}

@media screen and (max-width: 320px) {
	.news h3 { font-size: 18px}
}

@media screen and (max-width: 860px) {
.news-full {
    display: flex;
    flex-flow: column-reverse;
}
.news {
    margin-bottom: 50px;
    padding-top: 30px;
}
.latest {
    margin-bottom: 20px;}
}
/* Spacing
-------------------------------------------------------------------------------- */ 

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem; }
  

/* Utilities
-------------------------------------------------------------------------------- */ 
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding:130px 0;}
.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; 
  margin-left:0;}


/* Misc
-------------------------------------------------------------------------------- */ 
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
  
  
/* #Images
-------------------------------------------------------------------------------- */ 
.scale-with-grid img{
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
   border:0;
   padding:0;
   margin:0;
   display:block;
}


/* Clearing
-------------------------------------------------------------------------------- */ 
/* Self Clearing Goodness */
.responsive-services,
#about-links:after,
.container:after,
.row:after,
.u-cf{
  content: "";
  display: table;
  clear: both; }
  
.clear {
  clear: both; }

/* Mobile
-------------------------------------------------------------------------------- */ 

/* For devices larger than 400px */
@media only screen and (max-width: 421px) {

html {
	font-size: 55%; 
	}

#logo, #logo img {
    width: 80px;
	}
	#exec-coach, #exec-coach img {
    display:none;
	}

.menu {
	width: 35px;
	height: 35px;
	}
	
#opener {
    margin-top: 100px;
}
.u-full-width {
    padding: 50px 0;
}

.services {margin:50px 0 0 0;}
.you, .team, .hires {padding-top:30px; margin-bottom:50px; position:relative;}

.name {margin:0 0 50px 0;}

article.clients {
    width: 50%;
}
	
}

.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3 {
    position: relative;
    height: 0;
}
.youtubeBlockResponsive16by9 iframe, .youtubeBlockResponsive4by3 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtubeBlockResponsive16by9 {
    padding-bottom: 56.25%;
        margin-bottom: 30px;
}

.youtubeBlockResponsive4by3{
    padding-bottom: 75%;
        margin-bottom: 30px;
}

.vimeoVidWrap {margin-bottom:30px;}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9  {
    padding-top: 28.125%;
    padding-bottom:  28.125%
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3  {
    padding-top: 37.5%;
    padding-bottom: 37.5%
}

.news-pic {
	padding-bottom: 80.72%;
	height: 0;
	background-image: url("../images/1300x938.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color:#000;
	margin: 0 0 36px 0;
	}
	
ul.pagination{float:left; height:auto; margin:30px 0 30px 0; padding:30px 0 0 0; list-style:none; width:100%;}
ul.pagination li{list-style-image:none !important; float:left; position: relative; margin-bottom: 0; margin-right:10px; width: 50px; height: 50px;}
ul.pagination li:first-child{margin-left:0px;} 
ul.pagination li a{display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    font-family: 'tenon', sans-serif;
    font-weight: 500;
    background: #5ac8fd;
    color: #FFF;
    width: 50px;
    height: 50px;
-moz-transition:all .2s;
-o-transition:all .2s;
-webkit-transition:all .2s;}
ul.pagination li a:hover{color: #FFF; background:#000; text-decoration:none; }
ul.pagination li.active {display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    font-family: 'tenon', sans-serif;
    font-weight: 500;
    background: #5ac8fd;
    color: #FFF;
    opacity:0.5}
ul.pagination li.prev.disabled, ul.pagination li.next.disabled {display:none;}



ul.pagination li.next a, ul.pagination li.prev a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 0;
}


ul.pagination li.next a:after, ul.pagination li.next a:before, ul.pagination li.prev a:after, ul.pagination li.prev a:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

 ul.pagination li.next a:before {
    top: 50%;
    right: 14px;
    width: 12px;
    height: 12px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0,-6px) rotate(45deg);
    -ms-transform: translate(0,-6px) rotate(45deg);
    transform: translate(0,-6px) rotate(45deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

ul.pagination li.next a:after, ul.pagination li.prev a:after {
    top: 50%;
    right: 12px;
    width: 26px;
    height: 2px;
    background-color: #FFF;
}

ul.pagination li.prev a:before {
    top: 50%;
    left: 14px;
    width: 12px;
    height: 12px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0,-6px) rotate(-135deg);
    -ms-transform: translate(0,-6px) rotate(-135deg);
    transform: translate(0,-6px) rotate(-135deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

#cookiefirst-policy-page {margin-bottom:50px}
#cookiefirst-cookies-table {margin-bottom:50px; margin-top:50px;}