@font-face {
  font-family: 'Univers LT Std';
  src: url("../fonts/UniversLTStd-Bold.eot");
  src: url("../fonts/UniversLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-Bold.woff2") format("woff2"), url("../fonts/UniversLTStd-Bold.woff") format("woff"), url("../fonts/UniversLTStd-Bold.ttf") format("truetype"), url("../fonts/UniversLTStd-Bold.svg#UniversLTStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
* {
  padding: 0;
  margin: 0; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #dde7ea;
  color: #4E5052;
  font-size: 10px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1 {
  font-size: 2.9em;
  color: #003B4D;
  font-weight: normal;
  margin-bottom: 20px; }

h2 {
  font-size: 2.6em;
  line-height: 1.3;
  font-weight: normal;
  color: #003B4D; }

p {
  font-size: 1.7em; }

.header {
  background: #fff url(../img/header.jpg) no-repeat top center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  margin-bottom: 0;
  height: 850px;
  position: relative; }
  .header .row {
    position: absolute;
    bottom: 20px; }
    .header .row h1, .header .row p {
      text-align: center; }
  .header img {
    position: absolute;
    right: 100px; }

section {
  padding: 20px 0; }
  section:nth-child(1) {
    background: #DEE0E0; }
  section:nth-child(2) {
    background: #fff; }
  section:nth-child(3) {
    background: #DEE0E0; }
  section:nth-child(4) {
    background-color: #CAD9DE; }
    section:nth-child(4) p {
      color: #003B4D;
      text-align: center; }
    section:nth-child(4) img {
      margin: 30px auto 0px auto; }

.svg-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden; }

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.row {
  padding: 0px 125px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.col-centered {
  float: none;
  margin: 0 auto;
  text-align: center; }

.parallelograms {
  overflow: hidden; }
  .parallelograms .parallelogram {
    min-height: 110px;
    width: 100%;
    padding: 15px 20px;
    margin: 10px 0px 10px -20px;
    transform: skew(-20deg);
    background: #DEE0E0;
    text-align: left; }
    .parallelograms .parallelogram.one {
      border-right: 10px solid #F80000; }
    .parallelograms .parallelogram.two {
      border-right: 10px solid #00758F; }
    .parallelograms .parallelogram.three {
      border-right: 10px solid #942645; }
    .parallelograms .parallelogram.four {
      border-right: 10px solid #3A913F; }
    .parallelograms .parallelogram.five {
      border-right: 10px solid #F29111; }
    .parallelograms .parallelogram .col-md-7 {
      padding-right: 85px; }
    .parallelograms .parallelogram img {
      transform: skew(20deg);
      display: inline-block;
      vertical-align: middle;
      margin-left: -5px;
      margin-top: -15px;
      float: left; }
    .parallelograms .parallelogram p {
      transform: skew(20deg);
      vertical-align: middle;
      line-height: 1.1;
      margin: 0;
      padding-top: 5px;
      font-size: 2.4rem;
      font-weight: bold;
      color: #003B4D; }
    .parallelograms .parallelogram ul {
      transform: skew(20deg);
      vertical-align: middle;
      margin: 0;
      padding-top: 5px; }
      .parallelograms .parallelogram ul li {
        font-size: 1.7rem;
        color: #003B4D;
        line-height: 1.2;
        padding-bottom: 0.4em; }

#animation1 {
  width: 306px;
  height: 170px;
  margin: 20px 20px 0 0;
  float: left;
  overflow: hidden; }

#animation2 {
  width: 306px;
  height: 170px;
  margin: 20px 20px 0 0;
  float: left;
  overflow: hidden; }

#animation3 {
  width: 306px;
  height: 170px;
  margin: 20px 20px 0 0;
  float: left;
  overflow: hidden; }

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em; }
  .tabs nav {
    text-align: center; }
    .tabs nav ul {
      position: relative;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      margin: 0 auto;
      padding: 0;
      max-width: 1200px;
      list-style: none;
      -ms-box-orient: horizontal;
      -ms-box-pack: center;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .tabs nav ul li {
        position: relative;
        z-index: 1;
        display: block;
        margin: 0 5px;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .tabs nav ul li.tab-current {
          z-index: 100; }
          .tabs nav ul li.tab-current a:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            padding-bottom: 10%;
            background: inherit;
            -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
          .tabs nav ul li.tab-current a.bottom:after {
            content: '';
            position: absolute;
            top: -11%;
            left: 0;
            right: 0;
            padding-bottom: 10%;
            background: inherit;
            -webkit-clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%); }
      .tabs nav ul a {
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 2.5;
        background: #00758F;
        text-decoration: none; }
        .tabs nav ul a span {
          vertical-align: middle;
          font-weight: 700;
          font-size: 15rem;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.1); }
        .tabs nav ul a p {
          color: #fff;
          position: absolute;
          top: 35%;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          line-height: 1.2; }
        .tabs nav ul a:focus {
          outline: none; }
        .tabs nav ul a.dark-blue {
          background: #003B4D; }
        .tabs nav ul a.light-blue {
          background: #8AADBF; }

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, 0.07);
  content: ''; }

.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0; }

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0.25em 0; }

/* Content */
.content-wrap {
  position: relative; }
  .content-wrap article {
    display: none;
    margin: 20px 5px;
    padding: 20px;
    max-width: 1200px;
    text-align: center;
    background: #fff; }
    .content-wrap article .row {
      padding: 20px 40px; }
      .content-wrap article .row .col-md-6 div {
        border-bottom: 1px solid #CAD9DE; }
        .content-wrap article .row .col-md-6 div h4 {
          text-transform: uppercase;
          color: #003B4D;
          background: #CAD9DE;
          padding: 10px;
          font-size: 14px; }
        .content-wrap article .row .col-md-6 div p {
          padding: 5px;
          font-size: 17px; }
    .content-wrap article.content-current {
      display: block; }

.accordion dt {
  color: #fff;
  margin-top: 5px;
  position: relative; }
  .accordion dt a {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    text-align: left;
    color: #fff;
    background: #00758F;
    min-height: 60px;
    padding: 10px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none; }
    .accordion dt a span {
      font-size: 40px;
      line-height: 1;
      opacity: 0.7;
      display: table-cell;
      width: 60px;
      vertical-align: middle;
      padding-left: 10px; }
    .accordion dt a p {
      font-size: 20px;
      font-weight: normal;
      line-height: 1.2;
      margin-bottom: 0;
      display: table-cell;
      vertical-align: middle; }
    .accordion dt a.active {
      z-index: 100; }
      .accordion dt a.active::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding-bottom: 10%;
        background: inherit;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
    .accordion dt a.dark-blue {
      background: #003B4D; }
    .accordion dt a.light-blue {
      background: #8AADBF; }
.accordion dd {
  border-top: 0;
  font-size: 12px;
  padding: 10px;
  background: #fff; }
  .accordion dd h3 {
    margin-top: 60px;
    color: #003B4D; }
  .accordion dd .row {
    padding: 10px; }
    .accordion dd .row .col-md-6 div {
      border-bottom: 1px solid #CAD9DE;
      margin-bottom: 20px; }
      .accordion dd .row .col-md-6 div h4 {
        text-transform: uppercase;
        color: #003B4D;
        background: #CAD9DE;
        padding: 15px;
        font-size: 14px; }
      .accordion dd .row .col-md-6 div p {
        padding: 5px;
        font-size: 17px; }

@media only screen and (min-width: 1400px) {
  .row {
    max-width: 1400px; }

  .container {
    width: 1400px; }

  .header {
    background: #fff url(../img/header-1400.jpg) no-repeat top center;
    height: 930px; }
    .header h1 {
      bottom: 210px;
      padding: 0 30px; }
    .header p {
      bottom: 30px;
      padding: 0 20px; }

  .tabs nav ul li.tab-current a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: inherit;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
  .tabs nav ul li.tab-current a.bottom:after {
    content: '';
    position: absolute;
    top: -14%;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: inherit;
    -webkit-clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%); } }
@media only screen and (max-width: 1200px) {
  .header {
    height: 780px; }

  .parallelograms .parallelogram .col-md-7 {
    padding-right: 0; }

  #animation1, #animation2, #animation3, #animation4, #animation5, #animation6, #animation7, #animation8, #animation9 {
    height: 120px; }

  .tabs nav ul li.tab-current a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: inherit;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
  .tabs nav ul li.tab-current a.bottom:after {
    content: '';
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: inherit;
    -webkit-clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%); }
  .tabs nav ul a p {
    font-size: 17px; } }
@media only screen and (max-width: 991px) {
  .header {
    height: 750px; }
    .header h1 {
      bottom: 150px;
      padding: 0 0px; }
    .header p {
      bottom: 30px;
      padding: 0 0px; }
    .header img {
      right: 50px;
      width: 130px; }

  h2 {
    padding: 0 50px; }

  .parallelograms .parallelogram {
    padding: 15px 20px;
    margin: 10px 0px 10px 0px;
    transform: skew(0deg); }
    .parallelograms .parallelogram img {
      transform: skew(0deg);
      display: block;
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto; }
    .parallelograms .parallelogram p {
      transform: skew(0deg); }
    .parallelograms .parallelogram ul {
      transform: skew(0deg); }
    .parallelograms .parallelogram .col-md-7 {
      padding-right: 0; }

  #animation1, #animation2, #animation3, #animation4, #animation5, #animation6, #animation7, #animation8, #animation9 {
    height: 230px; } }
@media only screen and (max-width: 768px) {
  .header img {
    right: 50px;
    width: 130px; }

  h2 {
    padding: 0 0px; }

  #animation1, #animation2, #animation3, #animation4, #animation5, #animation6, #animation7, #animation8, #animation9 {
    height: 230px; }

  .parallelograms .parallelogram {
    padding: 15px 10px;
    margin: 10px 0px 10px 0px;
    transform: skew(0deg); }
    .parallelograms .parallelogram img {
      margin-left: -20px;
      margin-right: 20px;
      display: block; }
    .parallelograms .parallelogram p {
      margin-left: -18px;
      left: 20px; }
    .parallelograms .parallelogram ul {
      transform: skew(0deg);
      padding-left: 122px; } }
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .header {
    height: 600px; }
    .header h1 {
      bottom: 180px;
      padding: 0 50px; }
    .header p {
      bottom: 30px;
      padding: 0 20px; }
    .header img {
      right: 50px;
      width: 130px; } }
@media only screen and (max-width: 480px) {
  .row {
    padding: 0px; }

  .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }

  .header {
    background: #fff url(../img/header-mobile.jpg) no-repeat top center;
    height: 850px; }
    .header h1 {
      bottom: 210px;
      padding: 0 30px; }
    .header p {
      bottom: 30px;
      padding: 0 20px; }
    .header img {
      right: 20px;
      width: 130px; }

  h2 {
    padding: 20px; }

  section {
    padding: 40px 30px; }

  #animation1, #animation2, #animation3, #animation4, #animation5, #animation6, #animation7, #animation8, #animation9 {
    height: 170px; }

  .parallelograms .parallelogram {
    padding: 15px 20px;
    margin: 10px 0px 10px 0px;
    transform: skew(0deg); }
    .parallelograms .parallelogram img {
      transform: skew(0deg);
      display: block;
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto;
      float: none; }
    .parallelograms .parallelogram p {
      transform: skew(0deg); }
    .parallelograms .parallelogram ul {
      transform: skew(0deg);
      margin-right: 8px;
      padding-left: 0px; }

  .tabs nav ul li {
    flex: auto;
    width: 100%;
    margin-bottom: 10px; } }
