body {
  height: 100%;
  padding-left: 235px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Hvd fonts brandontext';
  font-size: 54px;
  line-height: 59px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 235px;
  height: 100%;
  padding-top: 50px;
  background-color: #fff;
  background-image: none;
}

.navlink {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: none;
  font-family: brandontext, sans-serif;
  color: #3e9bd5;
  font-size: 19px;
  font-weight: 200;
}

.navlink:hover {
  background-color: #3e9bd5;
  color: #fff;
}

.navlink.w--current {
  background-color: #3e9bd5;
  color: #efefef;
}

.navlink.hide {
  color: #3e9bd5;
}

.navmenu {
  width: 100%;
}

.dcc-logo {
  position: fixed;
  top: 38px;
  right: 42px;
  bottom: 0px;
  display: inline;
  width: 150px;
  height: 70px;
}

.section-hero {
  padding: 50px 8%;
  background-color: #2fb9ec;
  background-image: none;
}

.section-history {
  padding: 50px 8%;
  background-color: #43c7f4;
  background-image: none;
}

.section-history.hide {
  display: none;
}

.hero-h1 {
  margin-bottom: 12px;
  font-family: brandontext, sans-serif;
  color: #b3b3b3;
  font-size: 64px;
  line-height: 65px;
  font-style: normal;
  font-weight: 200;
}

.hero-h1.deepblue {
  color: #3e9bd5;
}

.hero-text {
  width: 500px;
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.brightblue {
  font-family: brandontext, sans-serif;
  color: #43c7f4;
  font-weight: 200;
}

.brightblue.sub {
  margin-bottom: 24px;
}

.softblue {
  color: #2fb9ec;
}

.paleblue {
  color: #6dcef0;
}

.navlogo {
  position: absolute;
  bottom: 36px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
}

.button {
  width: 100%;
  margin-top: 20px;
  margin-right: 5px;
  padding: 15px 45px;
  border: 4px solid #863793;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: brandontext, sans-serif;
  color: #863793;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #863793;
  color: #fff;
  text-shadow: 0 2px 3px #000;
}

.button.email {
  width: 100%;
  padding-right: 45px;
  padding-left: 45px;
  border-color: #2a8dc0;
  color: #2a8dc0;
  text-align: center;
}

.button.email:hover {
  background-color: #2a8dc0;
  color: #fff;
}

.button.email.hide {
  display: none;
}

.button.num {
  width: 100%;
  padding-right: 45px;
  padding-left: 45px;
  border-color: #3e5075;
  background-color: #3e5075;
  color: #939caf;
  text-align: center;
}

.button.num:hover {
  text-shadow: none;
}

.button.sky {
  width: 100%;
  border-color: #6dcef0;
  color: #6dcef0;
}

.button.sky:hover {
  background-color: #6dcef0;
  color: #fff;
}

.content {
  height: 100%;
}

.hero-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 57%;
  height: 500px;
  margin-bottom: -25px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-img.hide {
  display: none;
}

.headlines {
  max-width: 700px;
  margin-bottom: 16px;
  background-image: none;
  font-family: brandontext, sans-serif;
  color: #fff;
  font-size: 63px;
  font-weight: 200;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.headlines.deepblue {
  color: #3e9bd5;
}

.video {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.section-community {
  padding: 50px 8%;
  background-color: #2FB9EC;
  background-image: url('../images/pattern2.png');
  background-position: 0px 121%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-press-awards {
  padding: 50px 8%;
  background-color: #6dcef0;
  background-image: url('../images/pattern2.png');
  background-position: 0px 121%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-press-awards.hide {
  display: none;
}

.tablet {
  width: 100%;
  height: 736px;
  background-image: url('../images/ipad_v3.gif');
  background-position: 0px 0px;
  background-size: 749px;
  background-repeat: no-repeat;
}

.tablet.ge {
  background-image: url('../images/ge_1.png');
  background-size: 685px;
}

.tablet.aec {
  background-image: url('../images/aec.png');
  background-position: 0px 0px;
  background-size: 750px;
  background-repeat: no-repeat;
}

.tablet.ge-career {
  background-image: url('../images/ge.png');
  background-size: 750px;
}

.tablet.delta {
  background-image: url('../images/delta.png');
  background-size: 750px;
}

.column2 {
  padding-right: 0px;
}

.col-row{
  margin:1em 0em 1em 0em;
}

.section-bemis {
  padding: 50px 25% 100px 8%;
  background-color: #e5f1eb;
  background-image: url('../images/pattern5.png');
  background-position: 0px 0px;
  background-size: 389px;
  background-attachment: fixed;
}

.welcome {
  min-height: 800px;
  padding: 8% 25% 8% 8%;
  background-image: -webkit-linear-gradient(352deg, #000, transparent), url('../images/back.jpg');
  background-image: linear-gradient(98deg, #000, transparent), url('../images/back.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-npc {
  padding: 50px 25% 100px 8%;
  background-color: #d8e2e3;
  background-image: url('../images/pattern3.png');
  background-position: 100% 50%;
  background-size: 389px;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.section-social-responsibility {
  position: relative;
  padding: 50px 8%;
  background-color: #43c7f4;
  background-image: url('../images/pattern5.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-social-responsibility.hide {
  display: none;
}

.white {
  margin-top: 50px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
}

.finish {
  margin-bottom: 51px;
  font-family: 'Cedarville Cursive', sans-serif;
  color: #fff;
  font-size: 83px;
}

.section-video {
  padding: 50px 25% 100px 8%;
  background-color: #e0e6f0;
}

.section-video.section-pace {
  background-color: #d8e6f0;
  background-image: url('../images/pattern3.png');
  background-position: 0px 0px;
  background-size: 389px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-video.section-travelport {
  background-color: #f3e5ec;
  background-image: url('../images/pattern2.png');
  background-position: 96px 0px;
  background-size: 389px;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.section-video.section-ctbc {
  background-color: #e8ebe4;
  background-image: url('../images/pattern4.png');
  background-position: 50% 50%;
  background-size: 389px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-video.section-youth {
  background-color: #eef0df;
  background-image: url('../images/pattern1.png');
  background-position: 50% 0px;
  background-size: 389px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-video.section-ge {
  padding-right: 8%;
  padding-bottom: 50px;
  background-color: #f8eef7;
  background-image: url('../images/pattern5.png');
  background-position: 0px 0px;
  background-size: 389px;
  background-attachment: fixed;
}

.section-video.section-ge.hide {
  display: none;
}

.section-video.section-cb {
  background-image: url('../images/pattern3.png');
  background-position: 50% 50%;
  background-size: 389px;
  background-repeat: repeat-y;
}

.infographic {
  width: 563px;
  padding-bottom: 39px;
  padding-left: 27px;
}

.section-about {
  padding: 50px 8%;
  background-color: #6dcef0;
  background-image: url('../images/pattern5.png');
  background-position: 50% 50%;
  background-size: 389px;
  background-attachment: fixed;
}

.section-about.hide {
  display: none;
}

.section-about.paleblue {
  background-image: url('../images/pattern5.png');
  background-position: 50% 50%;
  background-size: 389px;
  background-attachment: fixed;
}

.section-about.welcome {
  background-image: url('../images/back.jpg'), -webkit-linear-gradient(0deg, #000, #fff), url('../images/pattern5.png');
  background-image: url('../images/back.jpg'), linear-gradient(90deg, #000, #fff), url('../images/pattern5.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, auto, 389px;
  background-attachment: scroll, scroll, fixed;
}

.section-operations {
  padding: 50px 15% 50px 8%;
  background-color: #2fb9ec;
  background-image: url('../images/pattern3.png');
  background-position: 0px 50%;
  background-size: 389px;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.section-operations.hide {
  display: none;
}

.section-management {
  padding: 50px 15% 50px 8%;
  background-color: #e0f1dc;
  background-image: url('../images/pattern2.png');
  background-position: 0px 0px;
  background-size: 389px;
}

.section-management.hide {
  display: none;
}

.section-ipad {
  padding-top: 86px;
  padding-left: 8%;
}

.section-ipad.ge {
  background-color: #eefaca;
  background-image: url('../images/pattern4.png');
  background-position: 0px 0px;
  background-size: 389px;
  background-attachment: fixed;
}

.ppt {
  width: 489px;
  float: left;
}

.ppt-wrap {
  margin-top: 69px;
}

.subheader {
  margin-top: 1em;
  font-family: brandontext, sans-serif;
  font-weight: 200;
}

.subheader.purple {
  font-size: 32px;
}

.subheader.lightblue {
  margin-top: 1em;
}

.column {
  margin-top: 1em;
  padding-right: 16px;
}

.column.hide {
  display: none;
}

.engage-row {
  margin-top: 1em;
  margin-bottom: 2em;
}

.engage-row.hide {
  display: none;
}

.col-img {
  width: 100%;
  margin-bottom: 1em;
  box-shadow: none;
}

.col-img.hide {
  display: none;
}

.col-img-left {
  width: 25%;
  float: left;
}

.list {
  margin-bottom: 1em;
  padding-left: 20px;
  line-height: 32px;
}

.underline {
  text-decoration: underline;
}

.react-row {
  margin-bottom: 3em;
  border-bottom: 1px dotted #ababab;
}

.react-row.hide {
  display: none;
}

.express-row {
  border-bottom: 0px dotted #ababab;
}

.section-par {
  margin-bottom: 1em;
}

.section-par.line {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.col-h2 {
  margin-top: 0px;
}

.col-h2.hide {
  display: none;
}

.col-h4 {
  margin-top: 0px;
}

.col-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: brandontext, sans-serif;
  font-weight: 200;
}

.col-h3-link {
  color: #333;
  text-decoration: none;
}

.hide {
  display: none;
}

.back-video {
  min-height: 800px;
  background-image: url('../images/back.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.title-par {
  font-style: italic;
  font-weight: 700;
}

.primary-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.primary-link:hover {
  color: #454545;
}

.primary-link.email {
  display: none;
}

.blockquote {
  margin-bottom: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left-color: #2a8dc0;
  background-color: hsla(0, 0%, 93%, .75);
  font-style: italic;
}

.tesquot {
  font-size: 14px;
}

.btn-row {
  display: none;
}

.img-hero {
  width: 35%;
  margin-bottom: 1em;
}

html.w-mod-js *[data-ix="slide-inout"] {
  opacity: 0;
  -webkit-transform: translate(59px, 0px);
  -ms-transform: translate(59px, 0px);
  transform: translate(59px, 0px);
}

html.w-mod-js *[data-ix="fade-in-once"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-top"] {
  opacity: 0;
}

@media (max-width: 991px) {
  body {
    padding-left: 0px;
  }
  .navbar {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0px;
  }
  .navlink {
    border-top: 1px dotted #5482ac;
  }
  .navlink:hover {
    color: #fff;
  }
  .navlink.w--current {
    color: #fff;
  }
  .navmenu {
    background-color: #fff;
    background-image: none;
  }
  .dcc-logo {
    display: none;
  }
  .section-hero {
    height: auto;
    padding-top: 65px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-history {
    padding-right: 5%;
    padding-left: 5%;
  }
  .hero-h1 {
    width: auto;
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 51px;
  }
  .brand {
    width: 25%;
    text-align: center;
  }
  .navlogo {
    display: none;
  }
  .button.top {
    position: fixed;
    top: 75%;
    right: 4%;
    padding: 1.25em;
    border-width: 0px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
  }
  .hero-img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -59px;
    width: 100%;
    height: 438px;
    margin-bottom: auto;
  }
  .section-press-awards {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-bemis {
    padding-right: 8%;
  }
  .welcome {
    padding-right: 5%;
    padding-left: 5%;
    background-image: -webkit-linear-gradient(352deg, #000, transparent);
    background-image: linear-gradient(98deg, #000, transparent);
    background-position: 0px 0px;
    background-size: auto;
  }
  .section-npc {
    padding-right: 8%;
  }
  .section-social-responsibility {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-about {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-operations {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-management {
    padding-right: 5%;
    padding-left: 5%;
  }
  .subheader.lightblue {
    margin-top: 0px;
  }
  .col-img-left {
    width: 50%;
  }
  .top.button {
    width: auto;
  }
  .top.button.w--current {
    top: 75%;
  }
  .brand-img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .back-video {
    height: auto;
    min-height: 0px;
    background-image: url('../images/plant.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .collapse-btn {
    margin-top: 10px;
    background-color: #43c7f4;
    color: #fff;
  }
  .collapse-btn:hover {
    background-color: #3e9bd5;
    color: #fff;
  }
  .collapse-btn:focus {
    background-color: #3e9bd5;
  }
  .collapse-btn.w--open {
    background-color: #42678a;
  }
}

@media (max-width: 767px) {
  .section-hero {
    height: auto;
  }
  .hero-h1 {
    font-size: 42px;
    line-height: 43px;
  }
  .hero-text {
    width: auto;
  }
  .button.num {
    margin-top: 20px;
  }
  .hero-img {
    display: none;
  }
  .welcome {
    min-height: 0px;
  }
  .col-img-left {
    width: 100%;
  }
  .top.button {
    top: 65%;
  }
  .top.button.w--current {
    top: 65%;
  }
  .back-video {
    min-height: 0px;
  }
  .collapse-btn {
    margin-right: 0.5em;
  }
}

@media (max-width: 479px) {
  .hero-h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-text {
    font-size: 14px;
    line-height: 18px;
  }
  .button {
    width: 100%;
    text-align: center;
  }
  .button.email {
    width: 100%;
  }
  .button.num {
    text-align: center;
  }
  .hero-img {
    height: 474px;
    background-position: 50% 50%;
  }
  .headlines {
    font-size: 41px;
  }
  .tablet {
    margin-top: 22px;
    background-position: 50% 50%;
  }
  .tablet.ge {
    background-position: 50% 0px;
  }
  .tablet.ge-career {
    background-position: 50% 0px;
  }
  .column2 {
    padding-left: 0px;
  }
  .section-bemis {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .welcome {
    padding-right: 10%;
    padding-left: 5%;
  }
  .section-npc {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 5%;
  }
  .white {
    font-size: 12px;
    line-height: 16px;
  }
  .finish {
    font-size: 55px;
  }
  .section-video.section-ctbc {
    padding-bottom: 50px;
  }
  .section-ipad {
    padding-top: 50px;
    padding-left: 0%;
  }
  .top.button {
    top: 75%;
    width: auto;
  }
  .top.button.w--current {
    width: auto;
  }
  .collapse-btn {
    margin-top: 0em;
    margin-right: 0em;
  }
  .collapse-btn.w--open {
    background-color: #3e9bd5;
  }
}

@font-face {
  font-family: 'brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'brandontext';
  src: url('../fonts/HVD-Fonts---BrandonText-Thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}