@font-face {
  font-family: "GillSans";
  src: url(/fonts/GillSans.eot);
  src: url(/fonts/GillSans.ttf) format("truetype");
  src: url(/fonts/GillSans.ttc);
  font-weight: "normal";
  font-style: "normal"; }

@font-face {
  font-family: "gotham";
  src: url("/fonts/gothambold1.eot");
  src: local("Gotham-Bold"), url("/fonts/gothambold1.woff") format("woff"), url("/fonts/gothambold1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "gotham";
  src: url("/fonts/gothamextralight.eot");
  src: url("/fonts/gothamextralight.woff") format("woff"), url("/fonts/gothamextralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "gotham";
  src: url("/fonts/gothammedium.eot");
  src: url("/fonts/gothammedium.woff") format("woff"), url("/fonts/gothammedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneylightpro.eot");
  src: url("/fonts/whitneylightpro.woff") format("woff"), url("/fonts/whitneylightpro.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneymediumpro.eot");
  src: url("/fonts/whitneymediumpro.woff") format("woff"), url("/fonts/whitneymediumpro.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneylightitalicpro.eot");
  src: url("/fonts/whitneylightitalicpro.woff") format("woff"), url("/fonts/whitneylightitalicpro.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneybookpro.eot");
  src: url("/fonts/whitneybookpro.woff") format("woff"), url("/fonts/whitneybookpro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneysemiboldpro.eot");
  src: url("/fonts/whitneysemiboldpro.woff") format("woff"), url("/fonts/whitneysemiboldpro.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneybookitalic.eot");
  src: url("/fonts/whitneybookitalic.woff") format("woff"), url("/fonts/whitneybookitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneysemibolditalic.eot");
  src: url("/fonts/whitneysemibolditalic.woff") format("woff"), url("/fonts/whitneysemibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneymediumitalic.eot");
  src: url("/fonts/whitneymediumitalic.woff") format("woff"), url("/fonts/whitneymediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "whitney";
  src: url("/fonts/whitneybolditalic.eot");
  src: url("/fonts/whitneybolditalic.woff") format("woff"), url("/fonts/whitneybolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

#hero {
  position: relative;
  overflow: hidden;
  width: 1000%; }
  #hero .promos {
    overflow: hidden; }

#hero .promos > div {
  float: left;
  height: 521px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  #hero .promos > div .content {
    padding-top: 130px;
    margin: auto; }
  #hero .promos > div a.btn-cta {
    display: block;
    position: relative;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    width: 292px;
    padding: 8px;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px rgba(117, 106, 99, 0.3) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    #hero .promos > div a.btn-cta span {
      padding: 0.8em 2em;
      color: #ffffff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-color: #ff7d00;
      text-shadow: 1px 1px 0px #ff6000;
      -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
      background-color: #ff7d00;
      /* for non-css3 browsers */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d00', endColorstr='#ff6000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7d00", endColorstr="#ff6000");
      /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#ff7d00), to(#ff6000));
      /* for webkit browsers */
      background: -moz-linear-gradient(top, #ff7d00, #ff6000);
      /* for firefox 3.6+ */
      display: block; }

#hero .overlay .arrows .arrow-prev {
  position: absolute;
  top: 222px;
  left: 52px; }
#hero .overlay .arrows .arrow-next {
  position: absolute;
  top: 222px;
  left: 9999px; }
#hero .overlay .bullets {
  position: absolute;
  top: 461px;
  left: 203px; }
  #hero .overlay .bullets img {
    margin-right: 0.3em; }

#hero .promo-online {
  background: url("/images/banners/hero1-bg.png") #2e1c0d no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #hero .promo-online .content {
    width: 971px; }
  #hero .promo-online a.btn-cta {
    top: -70px; }

#hero .promo-ta {
  background: url("/images/banners/hero2-bg.png") #2e1c0d no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #hero .promo-ta .content {
    width: 1007px; }
  #hero .promo-ta a.btn-cta {
    top: -35px; }

#hero .promo-workshop {
  background: url("/images/banners/hero3-bg.png") #2e1c0d no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #hero .promo-workshop .content {
    width: 1006px; }
  #hero .promo-workshop a.btn-cta {
    top: -70px; }

#intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 485px; }

#intro .companies {
  background: #ffffff;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 1.4em;
  border-bottom: 2px solid #e4e6e6; }
  #intro .companies img {
    margin: 1.5em;
    vertical-align: middle; }
  #intro .companies p {
    color: #8c9299;
    margin-top: 1.6em;
    font-size: 1.1em; }

#intro .points {
  background: #ffffff;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden; }
  #intro .points .point {
    margin: auto;
    width: 25%;
    margin-left: 4%;
    margin-right: 4%;
    text-align: center;
    float: left; }
    #intro .points .point h3 {
      margin-top: 0.4em;
      font-size: 1.5em;
      font-weight: normal; }
    #intro .points .point p {
      color: #9499a0;
      margin-top: 0.4em;
      line-height: 1.4em;
      font-size: 0.9em; }

#learn {
  background: url("/images/bg/courses-bg.png") transparent repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  min-height: 710px; }
  #learn h2 {
    padding-bottom: 1.25em; }
  #learn > div {
    width: 80%;
    margin: auto;
    padding-bottom: 1.4em;
    text-align: center; }
    #learn > div .course {
      overflow: hidden;
      display: inline-block;
      text-align: left;
      width: 48%;
      overflow: hidden; }
      #learn > div .course > img {
        float: left; }
      #learn > div .course h3 {
        font-weight: 500;
        font-family: "Myriad pro Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #learn > div .course .details {
        float: left;
        width: calc(99% - 124px);
        min-width: 250px;
        margin-top: 0.8em;
        font-size: 1.1em; }
      #learn > div .course p {
        font-size: 0.8em;
        line-height: 1.5em; }
      #learn > div .course .action {
        float: right;
        margin-top: 0;
        margin-right: 5%; }
      #learn > div .course .btn-learn {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #f18d2b;
        text-shadow: 1px 1px 0px #ef8328;
        -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
        background-color: #f39f30;
        /* for non-css3 browsers */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39f30', endColorstr='#ee7c25')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f39f30", endColorstr="#ee7c25");
        /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#f39f30), to(#ee7c25));
        /* for webkit browsers */
        background: -moz-linear-gradient(top, #f39f30, #ee7c25);
        /* for firefox 3.6+ */
        font-size: 0.9em;
        font-weight: 500;
        padding: 0.5em 1.2em;
        color: #ffffff; }
      #learn > div .course .structure {
        float: left; }
        #learn > div .course .structure .date {
          padding-bottom: 0; }
        #learn > div .course .structure .sessions {
          color: #4efeff;
          padding-bottom: 0; }
  #learn .companies-cta {
    padding: 1.2em;
    margin-top: 0.6em;
    margin-bottom: 1em;
    width: 650px;
    font-size: 1.1em;
    line-height: 1.7em;
    float: right;
    background-color: #0c5764;
    text-align: left; }
    #learn .companies-cta img.asterisk {
      padding-top: 6px;
      float: left;
      margin-right: 0.5em; }
    #learn .companies-cta p {
      color: #6ba1a9;
      margin: 0;
      padding: 0; }
    #learn .companies-cta a {
      color: #ffffff;
      text-decoration: none; }
    #learn .companies-cta a:hover {
      text-decoration: underline; }

#events {
  background: url("/images/bg/events-bg.png") transparent repeat-x;
  min-height: 541px; }
  #events .event-carousel {
    position: relative;
    margin: auto;
    width: 970px; }
    #events .event-carousel .event-viewport {
      width: 963px;
      overflow: hidden; }
    #events .event-carousel .event-list {
      width: 1000%; }
    #events .event-carousel .carousel-arrows .arrow-prev {
      position: absolute;
      top: 90px;
      left: -59px; }
    #events .event-carousel .carousel-arrows .arrow-next {
      position: absolute;
      top: 90px;
      left: 0px; }
  #events .event-list .event {
    display: inline-block;
    text-align: left;
    background-color: #dc5a1e;
    width: 305px;
    padding-bottom: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em; }
    #events .event-list .event .date {
      position: relative;
      margin-top: -37px;
      width: 68px;
      left: 221px;
      text-transform: uppercase;
      background-color: #2bb9d0;
      padding: 0.5em;
      z-index: 10; }
    #events .event-list .event h3 {
      font-size: 1em;
      padding: 1em 0 0 1em; }
      #events .event-list .event h3 a {
        text-decoration: none; }
        #events .event-list .event h3 a:hover {
          text-decoration: underline; }
    #events .event-list .event p {
      font-size: 0.8em;
      padding: 1em;
      line-height: 1.5em;
      color: #fdf4f0; }
    #events .event-list .event a {
      color: white; }
