/*
h1 {
  font-family: "titillium-light",sans-serif;
  font-size: 80px;
  line-height: 75px;
  color: #fff;
}
h1.subpage {
  text-transform: uppercase;
  color: #006eb4;
  font-size: 40px;
  font-weight: lighter;
}
h2 {
  font-family: "aktiv-grotesk-std",sans-serif;
  font-size: 16px;
  color: #006eb4;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
}
h2.event-title {
  font-size: 30px;
  font-family: "lexia",serif;
  font-weight: lighter;
  text-transform: none;
  letter-spacing: .05em;
}
p.intro {
  font-family: "lexia",serif;
  font-size: 30px;
  color: #808285;
  line-height: 40px;
  font-weight: lighter;
}
p.copy-large {
  font-family: "lexia",serif;
  font-size: 23px;
  color: #808285;
  line-height: 30px;
  font-weight: lighter;
}
p.copy {
  font-family: "lexia",serif;
  color: #808285;
  font-weight: lighter;
}
p.bcopy {
  font-family: "lexia",serif;
  font-size: 21px;
  color: #808285;
  line-height: 30px;
}
p.copy-blue {
  font-family: "lexia",serif;
  color: #808285;
  font-size: 23px;
  color: #006eb4;
}
p.news-intro {
  font-family: "lexia",serif;
  font-size: 30px;
  color: #8cc846;
  line-height: 40px;
  font-weight: lighter;
}
p.newsroom-cta {
  font-family: "aktiv-grotesk-std",sans-serif;
  font-weight: lighter;
  font-size: 30px;
  color: #808285;
}
p.note {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  color: #808285;
  margin-left: 5px;
}
p.event-title {
  font-family: "lexia",serif;
  font-weight: lighter;
  font-size: 30px;
  color: #006eb4;
  line-height: 40px;
}
label.preso {
  font-family: "aktiv-grotesk-std",sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #808285;
}
a.read-more {
  color: #d0d5de;
  font-size: 16px;
  font-family: "aktiv-grotesk-std",sans-serif;
  font-weight: bold;
}
a.inline {
  font-family: "lexia",serif;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #b3b4b5;
}
a.call {
  font-family: "lexia",serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 20px;
  color: #b3b4b5;
  line-height: 24px;
  letter-spacing: 0.03em;
}
img.featured {
  width: 100%;
}
.cream {
  background: url('../images/cream-texture.jpg') repeat;
}
.light-blue {
  background: url('../images/light-blue-texture.jpg') repeat;
  overflow: hidden;
  position: relative;
  .darker-blue {
    position: absolute;
    background: rgb(0,80,60);
    background: rgba(0,80,60,0.1);
    width: 52%;
    height: 260px;
    right: -40px;
    transform: skewX(-15deg);
    border-left: 1px solid #fff;
  }
}
.pblue {
  background: #68aacf;
  color: #fff;
  text-align: center;
}
.tan {
  background: #faf8f1;
}
.padded {
  padding-top: 60px;
  padding-bottom: 60px;
}
.centered {
  text-align: center;
}
.page-header {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  .row {
    height: 100%;
  }
  .page-longtitle {
    height: 100%;
    display: table;
    .longtitle-container {
      display: table-cell;
      vertical-align: middle;
      span {
        padding: 30px;
        display: block;
        transform: skewX(-30deg);
        background: rgb(140,200,70);
        background: rgba(140,200,70,.5);
        h1 {
          transform: skewX(30deg);
          text-align: center;
        }
      }
    }
  }
}
.content {
  background: #fff;
  padding-top: 60px;
  .body-content {
    p {
      font-family: "lexia",serif;
      font-size: 16px;
      color: #808285;
      line-height: 30px;
      font-weight: lighter;
    }
    .button {
      text-transform: uppercase;
    }
  }
}
.bio .content {
  margin-top: -150px;
}
.body-content {
  h3 {
    font-family: "lexia",serif;
    font-size: 30px;
    color: #808285;
    line-height: 40px;
  }
}

#subpage-header {
  height: 600px;
  background-position: 50% -220px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.row.subpage-content {
  margin-top: -200px;
  margin-bottom: 50px;
  position: relative;
}
.blue-header {
  background-color: #e3f0f8;
  background-position: right;
  background-repeat: no-repeat;
  .bio-creds {
    width: 100%;
    h2 {
      font-size: 35px;
      line-height: 40px;
      font-weight: normal;
    }
    p {
      color: #808285;
    }
  }
}
.parallax_layer {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.page-content {
  p,h1,h2,h3{
    color: #808285;
    font-family: "lexia",serif;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 23px;
    line-height: 30px;
    font-weight: lighter;
  }
}
.valign-container {
  display: table;
  height: 100%;
  .valign-middle {
    vertical-align: middle;
    display: table-cell;
  }
  .valign-bottom {
    vertical-align: bottom;
    display: table-cell;
  }
}
.news-slider {
  img {
    width: 100%;
  }
  ul.slick-dots {
    width: 33% !important;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    li button {
      box-shadow: none;
    }
    li button:before {
      font-size: 12px;
      color: #bcbdc0;
      opacity: 1;
    }
    li.slick-active button:before {
      color: #8cc846;
    }
    li button:hover:before, li button:focus:before {
      color: #aed87d;
    }
  }
}
.slider-nav {
  margin-top: -102px;
  .dots {
    background: #faf8f1;
    margin-left: 48.6%;
    width: 34.735%;
  }
  .slider-arrows {
    padding: 0;
    .slick-prev, .slick-next {
      width: 30%;
      height: auto;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      float: left;
      position: relative;
      right: auto;
      left: auto;
    }
  }
}
.signup-container {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin: 40px auto;
  div {
    text-align: center;
    padding: 20px;
    p {

    }
    .button {
      margin: 0;
    }
  }
}
.upcoming-events {
  padding-top: 60px;
  padding-bottom: 60px;
  .event {
    h2 {
      font-size: 30px;
      font-family: "lexia",serif;
      font-weight: lighter;
      text-transform: none;
      letter-spacing: .05em;
    }
    label {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
    }
    p {
      font-family: "lexia",serif;
      font-size: 23px;
      color: #808285;
      line-height: 30px;
      font-weight: lighter;
    }
    a {
      color: #8cc846;
      font-size: 21px;
      letter-spacing: 0.03em;
    }
  }
}
.faq {
  padding-top: 60px;
  padding-bottom: 60px;
  a {
    color: #8cc846;
  }
  ul.qa {
    list-style: none;
    margin: 30px 0 0;
    padding-left: 67px;
    text-indent: -67px;
    li{
      font-family: "lexia",serif;
      color: #808285;
      margin: 10px 0;
      letter-spacing: 0.03em;
    }
    li:before {
      font-family: "aktiv-grotesk-std",sans-serif;
      font-size: 40px;
      line-height: 40px;
      color: #dcddde;
      padding-right: 15px;
      font-weight: bold;
    }
    li.question {
      font-weight: bolder;
      font-size: 23px;
      &:before {
        content: "Q. ";
      }
    }
    li.answer {
      font-weight: lighter;
      font-size: 21px;
      &:before {
        content: "A. ";
        padding-right: 20px;
      }
    }
  }
}
.coms-and-charters {
  padding-top: 60px;
  padding-bottom: 60px;
  table {
    width: 100%;
    background: transparent;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #f4eddd;
    thead {
      background: #14325a;
      th {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-family: "aktiv-grotesk-std",sans-serif;
        letter-spacing: 0.05em;
      }
      th:first-child {
        text-align: left;
      }
    }
    tbody {
      tr.even {
        background: transparent;
      }
      tr.odd {
        background: #f4eddd;
      }
      td, td a {
        text-align: center;
        color: #808285;
        font-weight: lighter;
        font-family: "aktiv-grotesk-std",sans-serif;
        font-size: 21px;
      }
      td a:hover {
          text-decoration: underline;
      }
      td:first-child {
        text-align: left;
      }
      img {
        width: 20px;
      }
    }
  }
  .charters {
    margin-top: 50px;
    width: 100%;
    .charter.button {
      width: 100%;
      color: #fff;
      font-weight: 300;
      height: 52px;
      background: #8cc846;
      margin: 0 0 2px 0;
      padding: 0px;
      .download {
        background: #aed87d;
        height: 100%;
        margin: 0 20px 0 0;
        padding: .7rem 1.1rem;
        float: left;
      }
      .text {
        text-align: left;
        padding: 1rem;
      }
      &:hover:after {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.1);
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}
.call-to-action {
  position: relative;
  overflow: hidden;
  .cta-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    width: 55%;
    height: 530px;
    float: left;
  }
  .cta-whitespace {
    height: 530px;
    width: 56%;
    float: right;
    position: absolute;
    transform: skewX(15deg);
    right: -70px;
    background: #fff;
    &.tan{
      background: #faf8f1;
    }
  }
  .cta-content {
    height: 530px;
    position: absolute;
    width: 100%;
    .columns div {
      padding-left: 15px;
    }
  }
}
.subpage-reverse {
  overflow: hidden;
  position: relative;
  .image {
    position: absolute;
    transform: skewX(-15deg);
    overflow: hidden;
    right: -130px;
    img {
      transform: skewX(15deg);
      left: -110px;
      position: relative;
    }
  }
}

ul.leaders {
  a {
    color: #8cc846;
  }
  li.leader {
    list-style: none;
    width: 33%;
    float: left;
    p {
      color: #808285;
      font-size: 16px;
      font-family: "aktiv-grotesk-std",sans-serif;
      margin-bottom: 10px;
    }
    .arrow {
      width: 16px;
    }
    .hover {
      position: absolute;
      width: inherit;
      text-align: center;
      padding-bottom: 20px;
      bottom: 0px;
      display: none;
    }
  }
}
.bio {
  margin-bottom: 60px;
}
.leader-nav {
  height: 260px;
  overflow: hidden;
  .valign-container {
    height: 280px;
  }
  a {
    color: #8cc846;
  }
  p {
    color: #808285;
  }
  .prev-leader {
    text-align: left;
    top: -20px;
    .nav-text {
      float: left;
    }
    .nav-image {
      float: right;
    }
  }
  .next-leader {
    top: -20px;
    text-align: right;
    .nav-text {
      float: right;

    }
    .nav-image {
      float: left;
    }
  }
}

.newsroom-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 670px;
  .row {
    height: 100%;
  }
  h1 {
    font-weight: lighter;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px;
  }
  .button {
    background: #8cc846;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 0;
  }
}
.newsfeed {
  .article {
    margin-bottom: 40px;
    .img-container {
      max-height: 226px;
      overflow: hidden;
    }
    p {
      margin-top: 30px;
      font-family: "aktiv-grotesk-std",sans-serif;
      font-weight: lighter;
      font-size: 17px;
      line-height: 24px;
      color: #808285;
    }
  }
  .pagination {
    a {
      text-transform: uppercase;
      color: #8cc846;
      img {
        width: 14px;
        margin-bottom: 3px;
      }
    }
    .prev {
      img {
        margin-right: 7px;
        transform: scaleX(-1);
      }
    }
    .next {
      text-align: right;
      img {
        margin-left: 7px;
      }
    }
  }
}
.press-contacts, .fact-sheets, .facts {
  a {
    color: #8cc846;
    font-style: italic;
    font-weight: 200;
  }
}
.press-contacts {
  .contact {
    margin-top: 30px;
  }
}
.fact-sheets {
  .document {
    margin-top: 30px;
    h3 {
      font-size: 30px;
      font-family: "lexia",serif;
      font-weight: lighter;
      text-transform: none;
      color: #006eb4;
      margin-top: 0;
    }
  }
}
.facts {
  .fact {
    margin-top: 30px;
    .count {
      color: #808285;
      font-size: 60px;
      line-height: 50px;
      font-weight: bold;
      margin-bottom: 15px;
    }
  }
}

.watch-video {
  text-align: center;
  .valign-container {
    width: 100%;
  }
  .button {
    text-transform: uppercase;
    .text {
      float: left;
    }
    .play-arrow {
      float: right;
      display: block;
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 13px solid #fff;
      float: right;
      margin-left: 20px;
    }
  }
}

.benefits {
  .benefit {
    margin-top: 20px;
    p {
      margin-bottom: 0;
    }
  }
}

.view-positions {
  text-align: center;
  p {
    font-family: "aktiv-grotesk-std",sans-serif;
    color: #808285;
    font-size: 30px;
    font-weight: lighter;
  }
  .button {
    text-transform: uppercase;
    margin-top: 20px;
  }
}
.quotations {
  text-align: center;
  &:before, &:after {
    content: '"';
    font-size: 70px;
    margin: auto;
  }
  p {

  }
  label {
    color: white;
    text-transform: uppercase;
  }
}
*/
