html, body {
   margin: 0;
   height: 100%;
   width: 100%;
   overflow-x:hidden;
   padding: 0;
   font-family: 'MuseoSans-300', sans-serif;
   background: #fff;
   color: #41404b;


   font-size: 16px;
   line-height: 1.5;
   background-color: #f4f6f5;
   // overflow-y: hidden;
}

a {
   text-decoration: none;
   color: #41404b;
}

input, textarea {
   font-family: 'MuseoSans-100', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   line-height: 1.4em;
   font-family: 'MuseoSans-100', sans-serif;
}


#skrollr-body {

   margin: 0;
   padding: 0;
}

/* sections */
.section {
   background: white;
   padding: 50px 0;
   position: relative;
   z-index: 50;
}

.section.grey-back {
   /* background: #f4f5f5; */
   background: #f9fbfa;
}

.section.white-back {
   background: #ffffff;
}

.clearfix {
   clear: both;
}

div.bg-image{
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center;
   text-indent: -99999px;
   width: 110%;
   margin: 0 auto;
   height: 110%;
}
/*
.fixed-img {

   background-size: 120%;
   background-attachment: fixed;
   height: 250px;
   background-position: 0 -100px;
   z-index: 50;
   position: relative;
}

.bg-image{
   background-image: url("eurocity-logo.png");
   background-size: 100%;
   background-repeat:no-repeat;
   background-position: center 170px;
   height: 100%;
   width: 100%;
   text-indent: -99999px;
}*/

.fixed-img {

   height: 250px;
   background-attachment: static;
   background-size: cover;
   z-index: 1;
}

@media screen and (max-width: 1025px) {

   #companies, #our-team, #first-slides, #data-slides {
      padding-top: 0;
   }

   #first-slides .wrapper-header {
      padding-bottom: 0;
   }

   #founder-facts {
      padding-top: 0;
   }

   .fixed-img {
      background-position: center center !important;
   }

   div.bg-image.desk{
      display: none;
   }
   div.bg-image.mobile {
      display: block;
   }
}

@media screen and (min-width: 1025px) {

   div.bg-image.desk{
      display: block;
      background-size:cover;
      background-repeat:no-repeat;
      background-position:center;
      text-indent: -99999px;
      width: 110%;
      margin: 0 auto;
      height: 110%;
   }
   div.bg-image.mobile {
      display: none;
   }

   .fixed-img {

      background-size: 110%;
      background-attachment: fixed;
      height: 450px;
      background-position: 0 -100px;
      z-index: 1;
      position: relative;
   }


}



/* standard wrappers */
.wrapper {
   max-width: 700px;
   margin: 0 auto;
   padding: 0px 0px;

}

.wrapper-header {
   max-width: 750px;
   margin: 0px auto;
   padding: 5px;
   padding-top: 40px;
   padding-bottom: 45px;
}

.wrapper-header h1 {
   font-size: 200%;
   text-align: left;
   padding-left: 10px;
   /* width: 90%; */
}

.wrapper-header p {
   padding-left: 65px;
   padding-top: 50px;
   font-size: 120%;

}

.wrapper-header .icon {
   display: inline-block;
   padding:0;
   margin: 0;
   /* float: left;  */
   margin-right: 10px;
   height: 35px;
}

.trigger .wrapper-header .icon {
   opacity: 0;
}
.trigger .wrapper-header h1 {
   opacity: 0;
}

.trigger .wrapper-header .line {
   height: auto;
}

.wrapper-header .icon img {
   height: 100%;
}

.wrapper-header .line {
   border-left: 1px solid #fe3a08;
   margin: 0 5px;
   padding: 0;
   /* float: left;  */
   display: inline-block;
   height: 35px;
}

.wrapper-header h1 {
   overflow: hidden;
   margin: 0;
   line-height: 2em;
   padding: 0 0 0 10px;
   /* float: left;  */
   display: inline;
   min-height: 35px;
   vertical-align: top;
   opacity: 1;
   font-size: 110%;
   text-indent: 0;
}

.wrapper h4 {
   color: #fe3a08;
   font-size: 120%;
   margin-bottom: 10px;
}



@media screen and (min-width: 1025px) {

   .wrapper-header .icon {

      float: left;
   }

   .wrapper-header .line {
      float: left;
   }

   .wrapper-header h1 {

      padding: 2px 0 0 10px;
      float: left;
      display: inline-block;
      font-size: 140%;
      line-height: 1.3em;
      max-width: 90%;
   }

}

/* container */

.container .icon {
   display: inline-block;
   padding:0;
   margin: 0;
   float: left;
   margin-right: 20px;
   height: 45px;
 }

.container .icon img {
   height: 100%;
}

.container .line {
   border-left: 2px solid #fe3a08;
   margin: 0 10px;
   padding: 0;
   float: left;
   display: inline-block;

}

.container h2 {
   overflow: hidden;
   margin: 0;
   padding: 2px 0 0 20px;
   float: left;
   display: inline-block;
   font-size: 85%;
   text-indent: 0;
}

.container h2.single {
/*   padding-top: 10px; */
}

.container h2 em {
   font-style: normal;
   color: #fe3a08;
}

.container p {
   margin: 0 0 0 60px;
   font-size: 650%;
   color: #005d7e;
   font-family: 'MuseoSans-100', sans-serif;
   padding-left: 20px;
   clear: both;
}

.container p em {
   font-style: normal;
   color: #fe3a08;
}

/* menu */
#menu {

   z-index: 100;
   width: 100%;
   padding: 10px 0;
   color: white;
   position: fixed;
   top: 0;
   left: 0;

}

@media screen and (max-width: 1025px) {

   #menu {
      background: #005d7d !important;
      padding: 0 !important;
   }
}

#menu h1 {
   float: left;
   font-size: 100%;
   color: white;
   margin: 10px 10px;
   background: url('img/EB_logo_navi.png') no-repeat center 2px;
   background-size: 100%;
   height: 20px;
   width: 110px;
   text-indent: -9999px;
   cursor: pointer;

}

#menu #menu-toggle {
   float: right;
   width: 18px;
   height: 18px;
   background: transparent;
   margin: 10px 10px;
   background-image: url("img/mobile-toggle.png");
   background-size: 100%;
}

#menu ul {
   display: none;
   margin: 0 auto;
   padding: 0;
   text-align: center;
   margin-bottom: 10px;
   clear: both;
}

#menu ul li {
   list-style: none;
   margin: 0 10px;
   background: #207d9d;
   padding: 10px 0;
   margin-bottom: 2px;
   font-size: 80%;
   color: white;
   text-transform: uppercase;
   cursor: pointer;

   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

#menu ul li:hover {
   color: #fe3a08;
}

#menu ul li a {
   color: white;
   text-transform: uppercase;
}

#menu-none {
   display: none;
}

@media screen and (min-width: 1025px) {

   #menu ul li.active {

      border-bottom: 2px solid white;
   }

   #menu #menu-toggle {
      display: none;
   }

   #menu ul {
      display: block !important;
      float: right;

      padding-left: 80px;
      clear: none;
      margin: 0;
   }

   #menu ul li {
      display: inline-block;
      margin: 5px 10px;
      padding: 3px 0;
      background-color: inherit;
   }
}

#menu .intouch{
   text-indent: -99999px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100%;
   height: 20px;
   width: 20px;
   display: inline-block;
   margin-right: 10px;
}

#menu .intouch.twitter {
   background-image: url('img/social-twitter-white.png');
   margin-left: 10px;
}
#menu .intouch.twitter:hover {
   background-image: url('img/social-twitter-orange.png');

}

#menu .intouch.linkedin {
   background-image: url('img/social-linkedin-white.png');
}
#menu .intouch.linkedin:hover {
   background-image: url('img/social-linkedin-orange.png');
}

#menu .intouch.facebook {
   background-image: url('img/social-facebook-white.png');
   margin-right: 30px;
}
#menu .intouch.facebook:hover {
   background-image: url('img/social-facebook-orange.png');
}

#menu .intouch.angel {
   background-image: url('img/social-angel-white.png');
}

#menu .intouch.angel:hover {
   background-image: url('img/social-angel-orange.png');
}

#menu .intouch.crunch {
   background-image: url('img/social-crunch-white.png');
}

#menu .intouch.crunch:hover {
   background-image: url('img/social-crunch-orange.png');
}


/* opener */
#opener {
   margin: 0 auto;
   padding: 35px 20px;
   color: white;
   position: relative;
   height: 360px;
}

@media screen and (max-width: 1025px) {
   #opener .icon {
      border-color: white;
      float: none;
      margin: 0 auto;
      display: block;
      text-align: center;
   }

   #opener .line {
      border-color: white;
      display: none;
   }

   #opener h1 {
      font-size: 100%;
      margin-bottom: 30px;
      padding-top: 20px;
      display: block;
      text-align: center;
      line-height: 1.35em;
   }

   #opener p {
      text-align: left;
      margin: 0 auto;
      clear: both;
      font-size: 85%;
      padding-top: 0;
      color: white;
   }

   .scroll-down {
      color: white;
      text-align: center;
      font-size: 75%;
   }

   .scroll-down img {
      width: 30px;
      display: inline;

      margin-left: 0 auto;
   }
}
@media screen and (min-width: 1025px) {

   #opener {
      margin: 0 auto;
      padding: 225px 20px;
      color: white;
      position: relative;
      height: 300px;
   }


   #opener .line {
      border-color: white;
      display: block;
   }

   #opener h1 {
      font-size: 180%;
      margin-bottom: 30px;
   }

   #opener p {
      text-align: left;
      margin: 0 auto;
      clear: both;
      font-size: 85%;
      padding-top: 0;
      color: white;
   }

   .scroll-down {
      color: white;
      text-align: left;
      font-size: 75%;
   }

   .scroll-down img {
      width: 30px;
      display: block;
      margin-left: 70px;
   }
}


/*.intouch.twitter {
   background-image: url('img/social-twitter-white.png');
   margin-left: 10px;
}

.intouch.facebook {
   background-image: url('img/social-facebook-white.png');
}

.intouch.linkedin {
   background-image: url('img/social-linkedin-white.png');
}*/

#text_loader {
   /*position: absolute; */
   width: 240px;
   margin: 0 auto;
   text-align: left;
   padding-top: 40px;
   display: block;
}


/* branding */
#branding {

   top:0;
   left:0;
   background-color: #fe3a08;
   z-index: 20;
   overflow: hidden;
   position: relative;
   height: 400px;
}

#branding div.bg-image{
   background-image: url("logo.png");
   background-size: 100%;
   max-width: 600px;
}

#branding div.bg-image.mobile{
   background-image: url("img/logo-mobile.png");
   background-size: 65%;
}


/* swiper general */

.swiper-container {
  max-width: 700px;
  /*height: 450px;*/
  font-size: 18px;
  padding-top: 25px;
}

.swiper-slide {
   overflow: hidden;
}

.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: -5px;
  text-align: center;
}


.swiper-outer {
   position: relative;
}

.left-arrow, .right-arrow {
  position: absolute;
  height: 200px;
  width: 120px;
  top: 75px;
  background: grey;
  background: transparent no-repeat center bottom;
  background-size: 100%;
  cursor: pointer;
}

.left-arrow {
  left: -120px;
  background-image: url('img/scroller-left.png');
}

.left-arrow:hover {
  background-image: url('img/scroller-left-orange.png');
}

.right-arrow {
   right: -120px;
   background-image: url('img/scroller-right.png');
}

.right-arrow:hover {
  background-image: url('img/scroller-right-orange.png');
}

.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #005d7d;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fe3a08;
  border-color: #fe3a08;
}
.swiper-dynamic-links {
  text-align: center;
}
.swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}


/* infographic 1 */
#first-IG-swiper {
   width: 100%;
   margin-top: 20px;
   max-width: 100%;
}

#first-IG-swiper h2 {
   opacity: 0;
}

@media screen and (max-width: 1025px) {

   #first-IG-swiper h2 {
      padding: 0;
      width: 100%;
      text-align: center;
   }
}

@media screen and (min-width: 1025px) {

   #first-IG-swiper h2 {
      padding-left: 70px;
   }

   .pagination {
      display: none;
   }

   #first-IG-swiper {
      margin-top: 0;
   }


}


#geographical-activities.container > div{
   clear: both;
}

#geographical-activities .images {
   position: relative;
   width: 340px;
   height: 280px;
   margin-top: 20px;
   margin: 0 auto;

}

#geographical-activities .images img {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
}

#geographical-activities .text {
   margin-top: 50px;
   margin-left: 20px;
   display: block;

}

@media screen and (max-width: 800px) {
   #geographical-activities .text {
      margin: 0 auto;
      max-width: 250px;
   }

   #geographical-activities .images {
      position: relative;
      width: 340px;
      height: 280px;
      margin-top: 20px;
      margin: 0 auto;
      border-left: 100px solid transparent;
   }
}

@media screen and (max-width: 400px) {

   #geographical-activities .images {
      border-left: none;
   }
}

@media screen and (min-width: 1025px) {

   #geographical-activities .text {
      float: left;
      margin-top: 50px;
   }

   #geographical-activities .images {
      float: left;
      margin: 0;
   }
}

#geographical-activities h3 {
   font-size: 80%;
   color: #0b7c9d;
   margin: 5px 0 0 0;
   opacity: 0;
}

#geographical-activities .percent {
   font-size: 150%;
   margin: 0;
   color: #fe3a08;
   float: left;
   width: 110px;
   opacity: 0;
}

#geographical-activities .percent em {
   color: #414143;
   font-style: normal;
}

#geographical-activities .text img {
   float: left;
   height: 45px;
   padding: 0 5px;
   opacity: 0;
}

#geographical-activities  .alt {
   font-size: 80%;
   float: left;
   padding-top: 0px;
   position: relative;
   left: -20px;
   opacity: 0;
}
#geographical-activities .alt strong {
   color: #fe3a08;
}






#primary-focus {

   text-align: center;
}

#primary-focus > * {
   text-align: left;
}

#primary-focus .centerer {
   /* display: inline-block; */
   display: block;
   clear: both;
}

#primary-focus img.chart {
   float: left;
   max-width: 300px;
   width: 95%;
   opacity: 0;
}

#primary-focus .text {

   margin-left: 10px;

}

#primary-focus .text {

   text-align: center;
}

#primary-focus .text em {
   color: #fe3a08

}

.prim-text {
   margin-top: 20px;
   font-size: 150%;
   opacity: 0;
}

.prim-text em {
   font-style: normal;
}

.prim-text span {
   display: block;
   font-size: 40%;
}

@media screen and (max-width: 1025px) {

   #primary-focus img.chart {
      float: none;
      display: block;
      max-width: 300px;
      width: 95%;
      opacity: 0;
      margin: 0 auto;
   }

   #primary-focus .text {

      margin: 0 auto;
      max-width: 250px;

   }

   #primary-focus .text {
      text-align: center;
   }

}


@media screen and (min-width: 1025px) {

   #primary-focus .text {

      float: left;
      margin-left: 10px;

   }

   #primary-focus .text {
      text-align: center;
   }

   .prim-text {
      margin-top: 40px;
      font-size: 150%;
      opacity: 0;
   }

   .prim-text em {
      font-style: normal;
   }

   .prim-text span {
      display: block;
      font-size: 40%;
   }
}


#stages-graph {
   overflow: hidden;
   clear: both;
   /* height: 120px; */
   width: 100%;
   padding-top: 25px;
}

#stages-graph img {
   margin-right: -4%;
   width: 30%;
   /* height: 100%;  */
   margin-left: -10%;
   opacity: 0;

}

#stages-graph img:first-child {
   width: 37%;

}

#stages-text {
   margin-left: 5%;
}

.graph-text {
   float: left;
   font-size: 135%;
   text-align: center;
   margin-right: 2%;
   margin-left: 2%;
   opacity: 0;
}

.graph-text em {
   color: #fe3a08;
   font-style: normal;
}

.graph-text span {
   font-size: 40%;
   display: block;

}

@media screen and (min-width: 401px) {
   .graph-text {
      font-size: 150%;
      margin-right: 8%;
      margin-left: 8%;
   }
   .graph-text span {
      font-size: 40%;
   }
}

@media screen and (min-width: 1025px) {
   .graph-text {
      font-size: 160%;
      margin-right: 8%;
      margin-left: 8%;
   }
   .graph-text span {
      font-size: 40%;
   }
}


#average-year p {
   text-align: center;
   font-size: 350%;
   margin: 0;
   color: #005d7e;
   font-family: 'MuseoSans-100', sans-serif;
   padding-left: 0;
   opacity: 0;
   clear: both;
}



#average-year p em {
   font-style: normal;
   color: #fe3a08;
}

.suitcase {
   opacity: 0;

   height: 220px;
   text-align: center;
   width: 120px;

   float: none;
   margin: 0 auto;
}

#small-suitcase {
   height: 160px;
}

@media screen and (min-width: 1025px) {
   #average-year p {
      text-align: left;
      font-size: 650%;
      margin: 0 0 0 60px;
   }

   .suitcase {
      float: left;
   }

   #small-suitcase {
      height:200px;
      margin-left: 30px;
   }
}

#big-suitcase {
   width: 250px;
}

.suitcase span {
   display: block;
   color: #005d7e;
   font-size: 160%;
   font-family: 'MuseoSans-300', sans-serif;
}

.suitcase span em {
   font-style: normal;
   color: #fe3a08;
}

.suitcase span span{
   display: block;
   color: #414143;
   font-size: 60%;
   font-family: 'MuseoSans-300', sans-serif;
}

.suitcase img {

   height: 80px;
}

/* infographic 2 - data */

#data-slides {

   background-color: #005d7d;
   height: auto;
   z-index: 10;
   background-size: 100% !important;
   background-repeat: no-repeat !important;
}

.fixed-text {
   position: static;
   font-family: 'MuseoSans-100', sans-serif;

}

#data-slides .wrapper-header {
   /* margin-top: 20px; */
   margin-bottom: 20px;
   padding-bottom: 0;
   color: white;
}

#data-slides .wrapper {
   max-width: 500px;
   padding: 0 30px;
   text-align: center;
}

#data-slides .line {
   border-color: white;
}

#data-slides h2, #data-slides p, #data-slides em {
   color: white;
}

#data-slides h2 {
   font-size: 80%;
   margin-top: 0;
   margin-bottom: 0;
}

#data-slides p {
   font-size: 380%;
   margin: 0;
   padding-top: 0;
}
#data-slides strong {
   font-weight: normal;
}

#data-slides em {
   font-size: 80%;
}

#data-slides .container {
   width: 220px;
   display: inline-block;
   overflow: hidden;
}

#data-slides .fixed-tile {
   width: 240px;
   display: inline-block;
   overflow: hidden;
   padding: 0;
   padding-top: 30px;
   vertical-align: top;
   text-align: center;
}


@media screen and (max-width: 1025px) {
   .fixed-text {
      opacity: 1 !important;
   }
}

@media screen and (max-width: 650px) {
	#data-slides {
		background-image: none !important;
	}
}

@media screen and (min-width: 1025px) {

   .container h2.single {
      padding-top: 10px;
   }

   #data-slides {

      background-color: #005d7d;
      height: 600px;
      z-index: 10;
   }

   .fixed-text {
      position: fixed;
      height: 800px;
      top: 0;
      width: 100%;
      height: 100%;

      font-family: 'MuseoSans-100', sans-serif;
   }

   #data-slides .wrapper-header {
      margin-top: 50px;
      padding-bottom: 0;
      color: white;
   }

   #data-slides .wrapper {
      max-width: 500px;
   }

   #data-slides .line {
      border-color: white;
   }

   #data-slides h2, #data-slides p, #data-slides em {
      color: white;
   }

   #data-slides h2 {
      font-size: 80%;
      margin-top: 0;
   }

   #data-slides p {
      font-size: 380%;
      margin: 0;
      padding-top: 0;
   }
   #data-slides strong {
      font-weight: normal;
   }

   #data-slides em {
      font-size: 80%;
   }

   #data-slides .container {
      width: 220px;
      display: inline-block;
      overflow: hidden;
   }

   #data-slides .fixed-tile {
      width: 240px;
      display: inline-block;
      overflow: hidden;
      padding: 0;
      padding-top: 60px;
      vertical-align: top;
   }
}

/* ceos */

#ceos {
   /* background: #fe3a08; */
   position: relative;
   width: 100%;
}


#ceos.section {
   padding: 0;
}

#ceos .wrapper-header {
   /*position: absolute; */
   z-index: 40;
   width: 100%;
   max-width: 100%;
   color: black;
   padding-bottom: 20px;
}

#ceos .wrapper-header > div {
   max-width: 750px;
   margin: 0 auto;
   white-space:nowrap;
   overflow: hidden;
}

#ceos .icon.desk {
   display: none;
}
#ceoswiper .swiper-container {

   background: white;
   padding: 0;
   width: 100%;
   max-width: 100%;
}


#ceos .left-arrow, #ceos .right-arrow {
   position: absolute;
   height: 70%;
   width: 40px;
   top: 10px;
   background: grey;
   background: transparent no-repeat center center;
   background-size: contain;
   z-index: 80;
   /*display: none;*/

}

#ceos .left-arrow {

   left: 20px;
   background-image: url('img/scroller-left.png');
}

#ceos .right-arrow {
   right: 20px;
   background-image: url('img/scroller-right.png');
}

#ceos .left-arrow:hover {
  background-image: url('img/scroller-left-orange.png');
}

#ceos .right-arrow:hover {
  background-image: url('img/scroller-right-orange.png');
}

#ceoswiper .swiper-slide {
   position: relative;
   max-height: 100%;
}

#ceoswiper .swiper-slide > img {
   width: 100%;
}

#ceoswiper .swiper-slide > div {
   /*position: absolute;*/
   /*width: 100%; */
   left: 0;
   bottom: 0;
   z-index: 500;
   opacity: 1 !important;
   text-align: left;
   /* border-left: 1px solid black; */
   /*padding: 15px 40px; */
   /* max-width: 660px; */
   background: rgba(255,255,255, 0.6);
   text-align: center;

}

#ceoswiper .swiper-slide > div p, #ceoswiper .swiper-slide > div h3 {
   opacity: 1;
   color: #333333;
   /*padding-left: 20px;*/

   margin-bottom: 0;
}

#ceoswiper .swiper-slide > div h3 {
   font-size: 85%;
   margin-top: 0;

}

#ceoswiper .swiper-slide > div p {
   padding: 5px;
   display: none;
   font-size: 70%;
   margin: 0;
   margin-top: 5px;
   line-height: 1.3em;
   /* font-weight: bold; */
   max-width: 550px;
}

#ceos .pagination {
   right: 40px;
   width: auto;
   bottom: 15px;
   text-align: right;
   display: none;
}

#ceos .swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 6px;
  margin-right: 2px;
  opacity: 0.4;
  background: white;
  border: 1px solid #005d7d;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
#ceos .swiper-active-switch {
   opacity: 1;
}

@media screen and (min-width: 1025px) {


   #ceos {
      position: relative;
      width: 100%;
   }

   #ceos .icon.desk {
      display: inline-block;
   }

   #ceos .icon.mobile {
      display: none;
   }

   #ceos .line {
      border-color: white;
   }

   #ceos.section {
      padding: 0;
   }

   #ceos .wrapper-header {
      position: absolute;
      z-index: 40;
      width: 100%;
      max-width: 100%;
      color: white;
   }

   #ceos .wrapper-header > div {
      max-width: 750px;
      margin: 0 auto;
   }

   #ceoswiper .swiper-container {

      background: white;
      padding: 0;
      width: 100%;
      max-width: 100%;
   }


   #ceos .left-arrow, #ceos .right-arrow {
      position: absolute;
      height: 150px;
      width: 80px;
      top: 180px;
      background: grey;
      background: transparent no-repeat center bottom;
      background-size: contain;
      z-index: 80;
      display: block;
   }

   #ceos .left-arrow {

      left: 20px;
      background-image: url('img/scroller-left.png');
   }

   #ceos .right-arrow {
      right: 20px;
      background-image: url('img/scroller-right.png');
   }

   #ceoswiper .swiper-slide {
      position: relative;
      max-height: 100%;
   }

   #ceoswiper .swiper-slide > img {
      width: 100%;
   }

   #ceoswiper .swiper-slide > div {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 500;
      opacity: 1 !important;
      text-align: left;
      /* border-left: 1px solid black; */
      padding: 15px 40px;
      /* max-width: 660px; */
      background: rgba(255,255,255, 0.6);

   }

   #ceoswiper .swiper-slide > div p, #ceoswiper .swiper-slide > div h3 {
      opacity: 1;
      color: #333333;
      padding-left: 20px;
      margin-bottom: 0;
   }

   #ceoswiper .swiper-slide > div h3 {
      font-size: 115%;
      margin-top: 0;

   }

   #ceoswiper .swiper-slide > div p {
      font-size: 70%;
      margin: 0;
      display: block;
      margin-top: 5px;
      line-height: 1.3em;
      /* font-weight: bold; */
      max-width: 550px;
   }
}

/* infographic 3 */

.fader-menu {
   margin: 0 auto;
   list-style: none;
   text-align: center;
   margin-bottom: 20px;
}

.fader-menu li {
   display: inline-block;
   background: #005d7d;
   color: #f4f5f5;
   padding: 5px 15px;
   opacity: 0.5;
   cursor: pointer;
   margin-top: 5px;
}

.fader-menu li.active {
   display: inline-block;
   background: #005d7d;
   color: white;
   padding: 5px 15px;
   opacity: 1
}

.fader-container {
   position: relative;
   max-width: 750px;
   margin: 0 auto;
   padding: 5px;
   min-height: 350px;
}

.fader-container > div {
   display: none;
}

#nationalities {
   overflow: hidden;
   margin-top: 0;
}

#nationalities div.bg-image {
   background-image: url("img/graphic-world-dots.png");
   max-width: 1000px;
   background-size: 100%;
   width: 100%;
}

#nationalities .container {
   margin-top: 0;
   padding-top: 40px;
   padding-bottom: 40px;
}

#nationalities p {
   margin-top: 10px;
   text-indent: 0;
   opacity: 1;
   font-size: 90%;
   font-weight: bold;
   margin-left: 10px;
   text-align: center;
   padding: 5px;
}

@media screen and (min-width: 500px) {

   #nationalities p {
      margin-left: 60px;
      margin-top: 30px;
      font-size: 180%;
      padding: 20px;
   }

   #nationalities div.bg-image {
      background-size: 80%;
   }

}

@media screen and (min-width: 1025px) {
   #nationalities p {
      margin-left: 60px;
      margin-top: 30px;
      font-size: 180%;
      padding: 20px;
   }

   #nationalities div.bg-image {
      background-size: 80%;
   }
}

#HQ-locations ul {
   list-style: none;
   padding-left: 0;
   margin-left: 5px;
}

#HQ-locations ul li {
   background: #005d7e;
   color: white;
   text-transform: uppercase;
   width: 90%;
   text-align: center;
   margin-bottom: 2px;
   font-size: 80%;
   padding: 1%;
   display: inline-block;
   opacity: 0;
}

@media screen and (min-width: 1025px) {

   #HQ-locations ul {
      list-style: none;
      padding-left: 50px;
   }

   #HQ-locations ul li {

      width: 45%;
   }
}

.letters {
   line-height: 1;
   white-space: normal;

}

.letters .word {
   display: inline-block;
   line-height: 1;
   margin: 0 auto;
   display: block;
   text-align: center;
}

.letters .word > div{
   vertical-align: top;
   height: 10px;
   width: 10px;
   font-size: 10px;
   opacity: 0;
   margin: 0;
   padding: 6px 2px;
   text-align: center;
   border-width: 0;
   border-color: white;
   border-style: solid;
   border-top-width: 1px;
   text-transform: uppercase;
   border-left-width: 1px;
   background: #005d7d;
   color: white;
   display: inline-block;
   overflow: hidden;
   line-height: 1;
   transition: background 1s ease;
}

.letters .word > div:hover{

   background: #fe3a08;
   transition: background 0.02s ease;
}

@media screen and (min-width: 1025px) {

   .letters .word {
      display: inline-block;
      line-height: 1;
      margin: 0;
      margin-right: 19px;
   }

   .letters .word > div{
      vertical-align: top;
      height: 15px;
      width: 14px;
      font-size: 14px;
      opacity: 0;
      margin: 0;
      padding: 6px 2px;
      text-align: center;
      border-width: 0;
      border-color: white;
      border-style: solid;
      border-top-width: 1px;
      text-transform: uppercase;
      border-left-width: 1px;
      background: #005d7d;
      color: white;
      display: inline-block;
      overflow: hidden;
      line-height: 1;
      transition: background 1s ease;
   }
}


#average-age {
   max-width: 500px;
   margin: 0 auto;
}

#average-age .text{
   display: block;
   color: #fe3a08;
   text-align: center;
}
#average-age .text strong {
   font-size: 200%;
   display: block;
   color: #414143;
}

#average-age .text > div {
   opacity: 0;
}


.circles {

   overflow: hidden;
   height: 250px;
   width: 250px;
   margin: 0 auto;

   border-radius: 50%;
   position: relative;

   clear: both;
}

@media screen and (min-width: 1025px) {
   .circles {

      height: 350px;
      width: 350px;
      margin: 0;
      float: left;
   }

   #average-age .text{
      float: left;
      margin-top: 60px;
   }
   #average-age .text strong {
      margin-top: 40px;
   }
}

.circles #num {

   position: absolute;
   top: 50%;
   left: 50%;
   width: 40px;
   height: 40px;
   margin-top: -20px;
   margin-left: -20px;
   text-align: center;
   z-index: 400;
   font-size: 40px;
   background: transparent;
   opacity: 0;
   font-weight: bold;
   color: #fe3a08;
   line-height: 1;
}

.average-age .text div {
   opacity: 0;
}

.circles div {

   -webkit-transition-property: all;
   -webkit-transition-duration: 2s;
   -webkit-transition-timing-function: ease-out;
   -moz-transition-property: all;
   -moz-transition-duration: 2s;
   -moz-transition-timing-function: ease-out;
}

.circles div {
   width: 0px;
   height: 0px;
   background: #ffffff;

   border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: 0px;
   margin-top: 0px;
}

.circles div.blue {
   background: #005d7e;
}

.circles div.dkblue {
   background: #2f424e;
}

.circles div.orange {
   background: #fe3a08;
}

.circles div.lorange {
   background: #ffcdc1;
}

.circles div.active {

   width: 90%;
   height: 90%;
   margin-left: -45%;
   margin-top: -45%;

}







/* companies */
#companies .wrapper {
   max-width: 1150px;
   text-align: center;
   clear: left;
}

#companies .wrapper-header {
   padding-bottom: 0px;
}

.companies-filter-container {
  display: block;
  width: 100%;
  max-width: 905px;
  margin: 0px auto;
  padding: 0;
}

ul.companies-filter{
   padding: 10px 0 0 !important;
   float: left;
   list-style: none;
   opacity: 0;
   display: none;
}

ul.companies-filter--industry {
  width: 40%;
}

ul.companies-filter--funds {
  width: 60%;
}

.companies-filter li {
   display: inline-block;
   margin-right: 10px;
   font-size: 13.6px;
   letter-spacing: -0.5px;
}

.companies-filter li.link {
   cursor: pointer;
}

.companies-filter li.active {
   color: #fe3a08;
   /* font-weight: bold; */
}

.companies-strip {
   margin: 0 auto;
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

.companies-strip li {
   width: 40%;
   max-width: 120px;
   text-align: center;
   font-size: 60%;
   display: inline-block;
   vertical-align: top;
   margin: 10px;
   opacity: 0;
   position: relative;
}

.companies-strip li div {
   background: #fe3a08;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   height: 0;
   padding-bottom: 100%;

   text-align: center;
   opacity: 0 !important;
   font-size: 180%;
   color: white;
}

.companies-strip li:hover div {
   opacity: 0.85 !important;
}

.companies-strip li *{
   opacity: 0.2;
   -moz-transition: all 0.1s ease-in;
   -webkit-transition: all 0.1s ease-in;
   -o-transition: all 0.1s ease-in;
   transition: all 0.1s ease-in;
}

.companies-strip li.active *{
   opacity: 1;
}



.companies-strip li p{
   margin: 0;
}

.companies-strip img {
   margin: 0 auto;
   width: 100%;
}

.companie-name {
   margin-bottom: 10px !important;
}

.companies-disclaimer--pre {
  float: left;
  text-align: left;
  font-size: 9px;
}

@media screen and (min-width: 1025px) {

   ul.companies-filter{
      padding-top: 40px;
      display: block;
   }

   /*.companies-filter li.active {
      font-weight: bold;
   }*/

   .companies-strip li {
      width: 140px;
      max-width: 140px;
   }
}
/* infographic 4 */
#info-3 {
   background: black;
   min-height: 600px;
   z-index: 10;
    background-size: 100% !important;
    background-repeat: no-repeat !important;

}

#info-3 .wrapper {
   position: relative;
   max-width: 700px;
}

#info-3 .wrapper img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   display: none;
}

#info-3 .wrapper img.mobile {
   display: block;
   width: 90%;
   max-width: 400px;
   margin-left: 5%;
   margin-top: 25px;
   margin: 0 auto;
   position: static;
}

#info-3 .line {
   border-color: white;
}

#info-3 h1 {
   color: white;
}

#info-3 .wrapper-header {
   padding-bottom: 10px;
}

@media screen and (min-width: 1025px) {

   #info-3 .wrapper img {
      display: block;
   }
   #info-3 .wrapper img.mobile {
      display: none;
   }
}



#info-0 .line {
   border-color: white;
}

#info-0 h1 {
   color: white;
}

#info-0 .wrapper-header {
   padding-bottom: 10px;
}


#info-0 {
	clear: both;
	background-color: #fe3a08;
   z-index: 10;
	padding: 30px 0 60px;
}

#info-0 .wrapper {
   position: relative;
   max-width: 300px;
}

#info-0 .wrapper img {
   width: 100%;
	display: none;
}

#info-0 .wrapper img.mobile {
	display: block;
}

@media screen and (min-width: 700px) {

	#info-0 .wrapper {
		max-width: 500px;
	}

	#info-0 .wrapper img.mobile {
		display: none;
	}

	#info-0 .wrapper img.tablet {
		display: block;
	}

}

@media screen and (min-width: 1100px) {

	#info-0 {
		padding: 80px 0 110px;
	}

	#info-0 .wrapper img.wide {
		display: block;
	}

	#info-0 .wrapper {
		position: relative;
		max-width: 90%;
	}

   #info-0 .wrapper img {
      display: block;
		max-width: 1100px;
		margin: 0 auto;
   }
   #info-0 .wrapper img.mobile, #info-0 .wrapper img.tablet {
      display: none;
   }
}



/* team */
#our-team .wrapper-header ul {
  padding-top: 35px;
  padding-left: 60px;
  list-style: none;
  clear: both;
}

#our-team {
   padding-bottom: 100px;
}

#our-team .wrapper-header {
   padding-bottom: 0px;
}

#our-team h3 {
   font-size: 85%;
   text-align: left !important;
   padding-left: 10px;
   clear: both;
}

@media screen and (max-width: 1025px) {


   .hover-container > h3 {
      font-size: 85%;
      text-transform: uppercase;
      color: #fe3a08;
      text-align: left !important;
      padding-left: 10px;
      clear: both;
   }

   .hover-tile {
      clear: both;
      border-bottom: 1px solid #ccc;
   }
   .hover-tile:first-child {
      border-top: 1px solid #ccc;
   }

   .hover-tile h3 {
      font-size: 120% !important;
   }

   .hover-tile .back {
      width: 30%;
      height: 250px;
      float: left;
      background-position: center center;
      background-size: cover;
      display: block !important;
   }

   .hover-tile img.back {
      display: none !important;
   }

   .hover-tile .overlay {
      color: black;
      float: left;
      width: 70%;
   }

   .hover-tile .overlay, .hover-tile .overlay > div {

      display: block !important;
      left: 0 !important;
      top: 0 !important;
   }

   .hover-tile .overlay h3 {
      border-left: 1px solid #fe3a08;
      padding-left: 10px;
      margin-left: 10px;
      margin-bottom: 0;
   }

   .hover-tile .overlay h3 span {
      display: block;
      margin-left: 10px;
      font-size: 70%;
      margin: 0;
   }

   .hover-tile .overlay p {
      margin-top: 5px;
      font-size: 75%;
      padding-top: 10px;
      padding-left: 20px;
      max-width: 400px;
   }

   .hover-tile .overlay p a {
      color: black;
      font-weight: bold;
   }

   .hover-tile .social {
      list-style: none;
      padding: 0;
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 15px;
      margin: 0;
   }

   .hover-tile .team-name {
      padding-left: 20px;
      text-transform: uppercase;
      font-size: 70%;
      color: #fe3a08;
      font-family: 'MuseoSans-300', sans-serif;
      font-weight: bold;
      display: none;
   }


   .hover-tile .social li {
      display: inline-block;
      margin-right: 15px;
   }

   .hover-tile .social li a{
      display: block;
      height: 25px;
      width: 25px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      text-indent: -9999px;
   }

   .hover-tile .social li a.twitter{
      background-image: url('img/social-twitter-orange.png');
   }

   .hover-tile .social li a.linkedin {
      background-image: url('img/social-linkedin-orange.png');
   }

   .hover-tile .social li a.angel {
      background-image: url('img/social-angel-orange.png');
   }

}

@media screen and (min-width: 1025px) {


   #our-team h3 {
      text-align: center;
   }


   .hover-container {
      max-width: 1200px;
      margin: 0 auto;
   }

   .hover-tile {
      float: left;
      width: 300px;
      height: 200px;
      position: relative;
      overflow: hidden;
      background-color: rgba(239, 64, 35, 1);
      opacity: 0;
   }

   .hover-tile.Medical {
      background-color: rgba(0, 93, 125, 1);
   }

   .hover-tile.Operations {
      background-color: rgba(70, 70, 70, 1);
   }

   .hover-tile.Digital {
      background-color: rgba(200,180,0, 1); /* rgba(70, 70, 70, 1);   */
   }

   .hover-tile .back {
      -moz-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
   }

   .hover-tile div.back {
      display: none;
   }

   .hover-tile img.back{
      height: 100%;
      width: 100%;
   }

   .hover-tile .overlay{
      position: absolute;
      opacity: 0;
      height: 100%;
      width: 100%;

      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
   }

   .hover-tile .overlay > div {
      padding: 10px;
   }

   @media screen and (min-width: 1400px) {
      .hover-container {
         max-width: 1400px
      }
      .hover-tile {
         width: 350px;
         height: 233px;
      }
   }

   .hover-tile:hover .overlay{
      opacity: 1;
      color: white;
   }

   .hover-tile:hover .back{
      opacity: 0.2;
   }

   .hover-tile .overlay h3 {
      border-left: 1px solid white;
      padding-left: 10px;
      margin-bottom: 0;
   }

   .hover-tile .overlay h3 span {
      display: block;
      font-size: 70%;
      margin: 0;
   }

   .hover-tile .overlay p {
      margin-top: 5px;
      font-size: 75%;
      padding-left: 10px;
   }

   .hover-tile .overlay p a {
      color: white;
      font-weight: bold;
   }

   .hover-tile .social {
      list-style: none;
      padding: 0;
      position: absolute;
      bottom: 10px;
      right: 10px;
      margin: 0;
   }

   .hover-tile .team-name {
      position: absolute;
      left: 20px;
      bottom: 10px;
      text-transform: uppercase;
      font-size: 70%;
      font-family: 'MuseoSans-300', sans-serif;
      font-weight: bold;
      display: block;
   }


   .hover-tile .social li {
      display: inline-block;
      margin-right: 5px;
   }

   .hover-tile .social li a{
      display: block;
      height: 25px;
      width: 25px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      text-indent: -9999px;
   }

   .hover-tile .social li a.twitter{
      background-image: url('img/social-twitter-white.png');
   }

   .hover-tile .social li a.linkedin {
      background-image: url('img/social-linkedin-white.png');
   }

   .hover-tile .social li a.angel {
      background-image: url('img/social-angel-white.png');
   }
}

/* dialog */
#dialog .wrapper {
   max-width: 950px;
   /* padding-left: 130px; */
   padding: 0 10px;
}

#dialog h2 {
   font-size: 190%;
   margin-bottom: 5px;
}

#dialog .date {
   margin-top: 5px;
   color: #fe3a08;
}


#dialog .wrapper > div {
   display: inline-block;
   max-width: 280px;
   opacity: 0;
   width: 100%;
   display: none;
}

#dialog .wrapper > div:first-child {
   margin-right: 10px;
   max-width: 600px;
   display: block;
   margin: 0 auto;
}

#dialog .full h2 {
   font-size: 140%;
}

#dialog  h2 em {
   color: #fe3a08;
   font-style: normal;
}

#dialog .full .posted-on {
   font-size: 100%;
}

#dialog .posted-on {
   font-size: 90%;
}

#dialog h2 {
   margin-top: 30px;
   font-size: 120%;
}
#dialog .blog-link {
   color: #fe3a08;
   display: block;
   margin-top: 30px;
   font-weight: bold;
}

@media screen and (min-width: 1025px) {
   #dialog .wrapper {
      padding-left: 130px;
   }

   #dialog .wrapper > div {
      width: auto;
      width: 280px;
      display: inline-block;
   }

   #dialog .wrapper > div:first-child {
      width: 600px;
      max-width: 100%;
      margin: 0 40px 0 0;
      display: inline-block;
   }


}
/* working with EB */

#working .wrapper {
   max-width: 900px;
   text-align: center;
}

#working .wrapper > div {
   width: 90%;
   max-width: 300px;
   text-align: center;
   display: block;
   margin: 0 auto;
   vertical-align: top;
   opacity: 0;
}

#working .wrapper > div img {
   max-width: 80%;
}

#working .wrapper > div h4 {
   margin-top: -30px;
}

@media screen and (min-width: 1025px) {

   #working .wrapper > div {
      max-width: 280px;
      display: inline-block;
      margin-left: 40px;
   }

   #working .wrapper > div h4 {
      color: #fe3a08;
      margin: 0;
   }

}


/* talk to us */
#talk-to-us {
   height: auto;
	z-index: 50;
}

#talk-to-us h1 {
   color: white;
}

#talk-to-us .line {
   border-color: white;
}

.talk-list {
   list-style: none;
   clear: both;
   padding-left: 0;
   padding-top: 50px;
   text-align: center;
}

.talk-list li {
   display: inline-block;
   width: 90%;
   max-width: 110px;
   text-align: center;
   color: white;
   margin-bottom: 35px;
   margin-right: 10px;
   vertical-align: top;
   line-height: 1.2em;
}

.talk-list li a {
   color: white;
   font-weight: bold;
   font-size: 90%;
}

.talk-list li .talk-hover {
   display: block;
   width: 80px;
   height: 65px;
   margin: 10px auto;
   position: relative;
}

.talk-list li .talk-hover img {
   width: 80px;
   -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (min-width: 1025px) {

   .talk-list li {
      width: 110px;
      padding-bottom: 20px;
      display: inline-block;
   }
   .talk-list li .talk-hover {


   }
}

.talk-list li .talk-hover img.active {
   opacity: 0;
}

.talk-list li:hover .talk-hover img.active {
   opacity: 1;
}

/* located */
#located .wrapper {
   max-width: 850px;
}
/*
#located ul {
   padding: 0;
   margin-top: 15px;
   list-style: none;
   text-align: center;
   font-size: 125%;
   margin-bottom: 0px;
}

#located ul {
   padding: 0;

   list-style: none;
   text-align: center;
   font-size: 105%;
   margin: 0;
   padding: 0;
   padding-left: 20px;
   vertical-align: top;
}

#located ul li {
   width: 90%;
   padding: 5px;
   background: white;
   vertical-align: top;
   padding-bottom: 8px;
   margin: 0;
   text-align: left;
   opacity: 0;
}

#located ul li img {
   display: block;
   height: 160px;
   width: 160px;
}*/

#map-circle {

   position: relative;
   border: 10px solid rgb(120,120,120);
   border: 10px solid rgba(120,120,120,0.2);
   border-radius: 50%;
   overflow: hidden;

   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;


   width: 210px;
   height: 210px;
   margin: 0 auto;
   display: block;
}

#map-circle.left {
   border-left-color: #fe3a08;
}

#map-circle.top {
   border-top-color: #fe3a08;
}

#map-circle.right {
   border-right-color: #fe3a08;
}

#map-circle img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   opacity: 0;
   border-radius: 50%;

   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

#map-circle img.active {
   opacity: 1;
}

#located .wrapper ul {
   display: inline-block;
   vertical-align: top;
   padding-left: 0;
   width: 100%;

}

#located ul li {
   list-style: none;
   vertical-align: top;
   margin-top: 30px;
   width: auto;
   margin-left: 5px;

   text-align: center;
   cursor: pointer;
}

@media screen and (min-width: 1025px) {

   #map-circle {
      display: inline-block;
      height: 350px;
      width: 350px;
      margin: 0;
   }
   #located .wrapper ul {
      width: 260px;
   }
   #located ul li {
      text-align: left;
      padding-left: 30px;
      width: auto;
   }


}

#located ul li p {
   font-size: 80%;
}
#located ul li p strong{
   font-size: 170%;
   text-transform: uppercase;
}

#located ul li.active p strong {
   color: #fe3a08;
}



.to-top {
   background: white;
   text-align: center;
   margin: 0;
   padding: 50px 0;
   position: relative;
   z-index: 50;
}

/* footer */
#footer {
   background: #fe3a08;
   color: white;
   /* text-transform: uppercase; */
   font-size: 60%;
   min-height: 100px;
}

#footer .wrapper {
   margin-bottom: 0;
   /* margin: 0; */
   padding: 0;
   max-width: 600px;
   padding: 0 10px;
   /* text-align: center; */
}

#footer a {
   color: white;
}

#disclaimer-toggle {
   cursor: pointer;
}

#footer img {
   max-width: 70%;
   margin-left: -10px;
}
#disclaimer {
   text-transform: none;
}
#footer p a {
   text-transform: uppercase;
}

.footer-col {
   text-transform: normal;
   max-width: 350px;
   margin-right: 20px;
   text-align:left;
   float: left;
}

/* extra tidbits */
.addthis_default_style * {
   float: none !important;
}

#mobile-message {
   display: none;
}

/*
@media screen and (max-width: 40em) {
   body * {
      display: none;
   }

   #mobile-message, #mobile-message * {
      display: inline-block;
      text-align: center;
   }
    #mobile-message p {
      padding: 10px;
    }
}
*/

