/*
  Theme Name: HK Shipping
  Theme URI: 
  Author: Quellio
  Author URI: http://quellio.com/
  Description: Custom theme by Quellio
  Version: 1.0.0
  License:
  License URI:
  Text Domain: 
*/
.text-size, .read__more, .builder__title__content .section__content, .builder__title__content .section__content h1, .builder__title__content .section__content h2, .builder__title__content .section__content h3, .builder__title__content .section__content h4, body, ul.main__menu li {
  font-size: 1.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 1380px) {
    .text-size, .read__more, .builder__title__content .section__content, .builder__title__content .section__content h1, .builder__title__content .section__content h2, .builder__title__content .section__content h3, .builder__title__content .section__content h4, body, ul.main__menu li {
      font-size: 1.3rem; } }

.bg--contain, .page__builder .mobile__section__title:after, .files__table .table__row .row__content--download a:before {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg--cover, .builder__gallery .gallery__wrapper .gallery__box, body.home .section__home .section__bg, body:not(.home) .site-content .site-main .page__content .page__header, body:not(.home) .site-content .site-main .page__bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.btn--reset, .read__more, .button__menu {
  background: none;
  box-shadow: none;
  border: none;
  outline: none !important; }

.hidden__scrollbar, body:not(.home) .site-content .site-main .page__content {
  -ms-overflow-style: none; }
  .hidden__scrollbar::-webkit-scrollbar, body:not(.home) .site-content .site-main .page__content::-webkit-scrollbar {
    display: none; }

.read__more {
  background-color: #339c56;
  text-transform: uppercase;
  color: #fff;
  padding: 1.5rem 3.5rem;
  cursor: pointer; }

.page__builder .mobile__section__title {
  display: none;
  font-size: 2.35rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .page__builder .mobile__section__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .page__builder .mobile__section__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .page__builder .mobile__section__title {
      font-size: 1.8rem;
      margin-top: 1rem; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .page__builder .mobile__section__title {
      font-size: 1.8rem;
      margin-top: 1rem; } }
  .page__builder .mobile__section__title span {
    display: inline-block;
    width: calc(100% - 40px); }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .page__builder .mobile__section__title span {
        width: calc(100% - 30px); } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .page__builder .mobile__section__title span {
        width: calc(100% - 30px); } }
  .page__builder .mobile__section__title:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    background-image: url("img/toggle.svg");
    width: 35px;
    height: 35px;
    margin-left: auto; }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .page__builder .mobile__section__title:after {
        width: 30px; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .page__builder .mobile__section__title:after {
        width: 30px; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .page__builder div[data-section-title] {
    display: none; }
    .page__builder div[data-section-title]:nth-of-type(1) {
      display: block; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page__builder div[data-section-title] {
    display: none; }
    .page__builder div[data-section-title]:nth-of-type(1) {
      display: block; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .page__builder div[data-section-title]:nth-of-type(1) {
    display: block; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page__builder div[data-section-title]:nth-of-type(1) {
    display: block; } }

.builder__section {
  position: relative;
  margin-bottom: 6rem; }
  @media screen and (max-width: 1600px) {
    .builder__section {
      margin-bottom: 5rem; } }
  .builder__section:after {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    transform: translateY(3rem); }
    @media screen and (max-width: 1600px) {
      .builder__section:after {
        transform: translateY(2.5rem); } }
  .builder__section:last-of-type:after {
    display: none; }
  .builder__section hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: 2.5rem 0; }
  .builder__section iframe.map {
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    margin-bottom: 2rem; }

.builder__title__content .section__title {
  font-size: 2.35rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1380px) {
    .builder__title__content .section__title {
      font-size: 2.15rem; } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .builder__title__content .section__title {
      display: none; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .builder__title__content .section__title {
      display: none; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .builder__title__content .section__title {
      font-size: 2.25rem; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .builder__title__content .section__title {
      font-size: 2.25rem; } }

.builder__title__content .company__logo {
  width: 200px;
  display: none; }
  .builder__title__content .company__logo img {
    max-width: 100%; }

.builder__title__content:nth-of-type(2) .company__logo {
  display: inline-block !important; }

.builder__title__content .section__subtitle {
  display: block;
  font-size: 1.85rem;
  font-weight: 400; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .builder__title__content .section__subtitle {
      font-size: 1.6rem; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .builder__title__content .section__subtitle {
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .builder__title__content .section__subtitle {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .builder__title__content .section__subtitle {
      font-size: 1.5rem; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .builder__title__content .section__content {
    padding: 0; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .builder__title__content .section__content {
    padding: 0; } }

.builder__title__content .section__content h1, .builder__title__content .section__content h2, .builder__title__content .section__content h3, .builder__title__content .section__content h4 {
  font-weight: 700; }

.builder__title__content .section__content a {
  text-decoration: none;
  color: #4d4d4d; }

.builder__title__content .section__content ul li {
  margin-bottom: 0.75rem;
  text-align: justify; }

.builder__table .department__wrapper {
  margin: 2rem 0; }

.builder__table .table__row {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding: 1.5rem 1rem; }
  .builder__table .table__row:nth-of-type(odd) {
    background-color: #fafafa; }
  .builder__table .table__row:nth-of-type(1) {
    background-color: transparent; }
  .builder__table .table__row.row--title {
    border-bottom: 1px solid #d3818a;
    line-height: 2;
    background-color: #ededed; }
  .builder__table .table__row .cell--1 {
    width: 50px; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .builder__table .table__row .cell--1 {
        width: 30px; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .builder__table .table__row .cell--1 {
        width: 30px; } }
  .builder__table .table__row .cell--2 {
    width: calc(100% - 50px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .builder__table .table__row .cell--2 .row__content--details {
      width: 50%; }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .builder__table .table__row .cell--2 .row__content--details {
          width: 100%; } }
    .builder__table .table__row .cell--2 .row__content--desc {
      width: 100%; }
  .builder__table .table__row .row__content--title {
    display: block;
    font-weight: 700;
    position: relative; }
  .builder__table .table__row .row__content--details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem; }
    .builder__table .table__row .row__content--details .row__content--name {
      font-weight: 700;
      width: 100%; }
    .builder__table .table__row .row__content--details .row__content--position {
      width: 100%; }
    .builder__table .table__row .row__content--details .row__content--email,
    .builder__table .table__row .row__content--details .row__content--phone {
      width: 100%;
      margin-left: auto;
      text-align: right; }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .builder__table .table__row .row__content--details .row__content--email,
        .builder__table .table__row .row__content--details .row__content--phone {
          text-align: left; } }
    .builder__table .table__row .row__content--details a {
      text-decoration: none;
      color: #4d4d4d; }

.files__table .table__row .cell--1,
.files__table .table__row .cell--2,
.files__table .table__row .cell--3,
.files__table .table__row .cell--4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.files__table .table__row .cell--1 {
  width: 50px; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .files__table .table__row .cell--1 {
      width: 30px; } }

.files__table .table__row .cell--2 {
  width: calc(40% - 50px); }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .files__table .table__row .cell--2 {
      width: 40%; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .files__table .table__row .cell--2 {
      width: 40%; } }

.files__table .table__row .cell--3 {
  width: 35%; }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .files__table .table__row .cell--3 {
      justify-self: flex-end;
      margin-left: auto;
      width: 40%; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .files__table .table__row .cell--3 {
      justify-self: flex-end;
      margin-left: auto;
      width: 40%; } }

.files__table .table__row .cell--4 {
  width: 25%; }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .files__table .table__row .cell--4 {
      justify-self: flex-end;
      margin-left: auto;
      width: 20%;
      display: inline-block; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .files__table .table__row .cell--4 {
      justify-self: flex-end;
      margin-left: auto;
      width: 20%;
      display: inline-block; } }

.files__table .table__row .row__content--title {
  display: block;
  font-weight: 700;
  position: relative; }
  .files__table .table__row .row__content--title:after {
    content: "(" attr(data-file-type) ")";
    position: relative;
    margin-left: 5px;
    display: none; }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .files__table .table__row .row__content--title:after {
        display: inline-block; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .files__table .table__row .row__content--title:after {
        display: inline-block; } }

.files__table .table__row .row__content--download {
  width: 100%; }
  .files__table .table__row .row__content--download a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #002d5d;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out; }
    .files__table .table__row .row__content--download a:hover {
      background-color: #c3c2c2; }
    @media screen and (max-width: 1600px) {
      .files__table .table__row .row__content--download a {
        font-size: 1.1rem; } }
    @media screen and (max-width: 1380px) {
      .files__table .table__row .row__content--download a {
        font-size: 1rem; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .files__table .table__row .row__content--download a {
        width: 25px;
        height: 25px;
        display: block;
        justify-self: flex-end;
        position: relative;
        margin: 0 auto;
        color: transparent;
        background-color: transparent; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .files__table .table__row .row__content--download a {
        width: 25px;
        height: 25px;
        display: block;
        margin-left: auto;
        justify-self: flex-end;
        position: relative;
        color: transparent;
        background-color: transparent; } }
    .files__table .table__row .row__content--download a:before {
      display: none;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("img/download.svg"); }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        .files__table .table__row .row__content--download a:before {
          display: block; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .files__table .table__row .row__content--download a:before {
          display: block; } }

.files__table .table__row:nth-of-type(odd) .row__content--download button {
  background-color: #002d5d; }
  .files__table .table__row:nth-of-type(odd) .row__content--download button:hover {
    background-color: #c3c2c2; }

.builder__gallery .section__title {
  margin-bottom: 2rem; }

.builder__gallery .gallery__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .builder__gallery .gallery__wrapper .gallery__box {
    width: calc(100% / 3 - 1rem);
    height: 9vw;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative; }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .builder__gallery .gallery__wrapper .gallery__box {
        height: 200px;
        width: calc(100% / 4 - 1rem); } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .builder__gallery .gallery__wrapper .gallery__box {
        height: 200px; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .builder__gallery .gallery__wrapper .gallery__box {
        width: calc(100% / 3 - 1rem);
        height: 25vw;
        min-height: 125px; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .builder__gallery .gallery__wrapper .gallery__box {
        width: calc(100% / 2 - 1rem);
        height: 35vw;
        min-height: 100px; } }
    .builder__gallery .gallery__wrapper .gallery__box .gallery__box--link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.builder__values .section__title {
  margin-bottom: 2rem; }

.builder__values .values__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .builder__values .values__wrapper .value__box {
    width: calc(100% / 3 - 1rem);
    height: 9vw;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .builder__values .values__wrapper .value__box {
        height: 200px; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .builder__values .values__wrapper .value__box {
        height: 200px; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .builder__values .values__wrapper .value__box {
        width: calc(100% / 2 - 1rem); } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .builder__values .values__wrapper .value__box {
        width: 100%; } }
    .builder__values .values__wrapper .value__box .value__img {
      width: 80px;
      height: 80px;
      margin-bottom: 1rem; }
      .builder__values .values__wrapper .value__box .value__img img {
        max-width: 100%; }
    .builder__values .values__wrapper .value__box .value__title {
      font-weight: 700; }

.members__component .section__title {
  margin-bottom: 2rem; }

.members__component .section__content {
  margin-bottom: 3rem; }
  .members__component .section__content:after {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block; }
  .members__component .section__content:last-of-type:after {
    display: none; }
  .members__component .section__content .section__title__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .members__component .section__content .section__subtitle,
  .members__component .section__content .section__image {
    width: 50%; }
  .members__component .section__content .section__image {
    text-align: right; }
    .members__component .section__content .section__image .member__logo {
      width: 200px;
      display: inline-block; }
      .members__component .section__content .section__image .member__logo img {
        max-width: 100%; }
  .members__component .section__content .section__content {
    width: 100%; }

html {
  font-size: 62.5%; }

/* 62.5%*16px = 10px */
body {
  font-family: "Lato", sans-serif;
  color: #4d4d4d;
  margin: 0;
  overflow-x: hidden; }

a {
  text-decoration: none;
  outline: none !important; }

body.error404 .site-content .site-main .page__content {
  width: 100% !important; }

body.error404 .site-content .site-main .page__content .page__header .page__title {
  width: 100% !important; }

body.error404 .site-content .site-main .page__content .page__builder {
  padding: 3vw 0 !important;
  text-align: center; }
  body.error404 .site-content .site-main .page__content .page__builder p {
    text-align: center;
    font-size: 120%; }

body.error404 .page__bg {
  display: none; }

@keyframes move-top-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 84%; }
  100% {
    transform: scale(1.1) translate(-20px, 15px);
    transform-origin: left bottom; } }

.site-footer {
  display: none; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .site-footer {
      display: block; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .site-footer {
      display: block; } }

body:not(.home) .site-header {
  box-shadow: 2px 0 6px 0px rgba(0, 0, 0, 0.1); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 12.5vw;
  height: 100vh;
  z-index: 2;
  background-color: #fff; }
  @media screen and (max-width: 1380px) {
    .site-header {
      width: 14vw; } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .site-header {
      width: 100vw;
      height: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .site-header {
      width: 100vw;
      height: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .site-header {
      height: 80px; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .site-header {
      height: 80px; } }
  .site-header .site-branding {
    margin: 2.25vw auto;
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .site-header .site-branding {
        margin: 0;
        width: auto;
        position: relative; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .site-header .site-branding {
        margin: 0;
        width: auto;
        position: relative; } }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .site-header .site-branding .site-title {
        margin: 0;
        padding: 0; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .site-header .site-branding .site-title {
        margin: 0;
        padding: 0; } }
    .site-header .site-branding a {
      display: block;
      margin: 0 auto;
      text-align: center; }
    .site-header .site-branding img {
      max-width: 9vw;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        .site-header .site-branding img {
          max-width: initial;
          height: 70px; } }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .site-header .site-branding img {
          max-width: initial;
          height: 70px; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        .site-header .site-branding img {
          height: 60px; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .site-header .site-branding img {
          height: 60px; } }

.button__menu {
  display: none;
  width: 60px;
  height: 60px;
  transition: all 0.7s ease-in-out 0.2s;
  transform-origin: 50% 50%;
  transform: scale(0.8);
  position: absolute;
  right: 2rem; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .button__menu {
      display: block; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .button__menu {
      display: block; } }
  .button__menu .line {
    width: 50px;
    height: 5px;
    background-color: #af212d;
    display: block;
    margin: 8px auto;
    transition: all 0.7s ease-in-out 0.2s; }
  .button__menu.is-active {
    transform: rotate(45deg) scale(0.8); }
    .button__menu.is-active .line {
      background-color: #af212d;
      width: 50px; }
      .button__menu.is-active .line:nth-child(2) {
        opacity: 0; }
      .button__menu.is-active .line:nth-child(1) {
        transform: translateY(13px); }
      .button__menu.is-active .line:nth-child(3) {
        transform: translateY(-13px) rotate(90deg); }

nav.main-navigation {
  width: 100%;
  transition: all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s; }
  nav.main-navigation.show__menu {
    transform: translateX(0); }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    nav.main-navigation {
      position: absolute;
      top: 0;
      transform: translateX(110vw);
      height: 100vh;
      background-color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: #002d5d;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #002d5d 64%, #001e3d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d5d', endColorstr='#001e3d',GradientType=0 );
      /* IE6-9 */ } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    nav.main-navigation {
      position: absolute;
      top: 0;
      transform: translateX(110vw);
      height: 100vh;
      background-color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: #002d5d;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #002d5d 64%, #001e3d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d5d', endColorstr='#001e3d',GradientType=0 );
      /* IE6-9 */ } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    nav.main-navigation {
      overflow-y: scroll; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    nav.main-navigation {
      overflow-y: scroll; } }

ul.main__menu {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  padding-top: 10.5vw; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    ul.main__menu {
      padding-top: 0;
      height: auto;
      background-color: transparent; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    ul.main__menu {
      padding-top: 0;
      height: auto;
      background-color: transparent; } }
  ul.main__menu li {
    width: 100%;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.5s ease-in-out; }
    @media screen and (max-width: 1380px) {
      ul.main__menu li {
        line-height: 1.25; } }
    ul.main__menu li:nth-last-of-type(1) {
      margin-bottom: 0; }
    ul.main__menu li:hover {
      background-color: #c3c2c2; }
  ul.main__menu > li.current-menu-item {
    background-color: #c3c2c2; }
  ul.main__menu a {
    text-decoration: none;
    color: #002d5d;
    padding: 2rem 0;
    display: block; }
    @media screen and (max-width: 1600px) {
      ul.main__menu a {
        padding: 1.75rem 0; } }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      ul.main__menu a {
        color: #fff;
        font-size: 2.2rem; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      ul.main__menu a {
        color: #fff;
        font-size: 2.2rem; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      ul.main__menu a {
        font-size: 1.8rem;
        padding: 1.5rem 0; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      ul.main__menu a {
        font-size: 1.8rem;
        padding: 1.5rem 0; } }

.sub__menu__wrap {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-14vw);
  width: 10vw;
  height: 100vh;
  background-color: #002d5d;
  z-index: -1;
  padding-top: 10.5vw;
  transition: all 0.75s ease-in-out; }
  @media screen and (max-width: 1380px) {
    .sub__menu__wrap {
      width: 12vw; } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .sub__menu__wrap {
      display: none;
      visibility: hidden; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .sub__menu__wrap {
      display: none;
      visibility: hidden; } }
  .sub__menu__wrap.show-menu {
    transform: translateX(12.5vw); }
    @media screen and (max-width: 1380px) {
      .sub__menu__wrap.show-menu {
        transform: translateX(14vw); } }
  .sub__menu__wrap ul.sub__menu {
    list-style: none;
    padding: 0; }
    .sub__menu__wrap ul.sub__menu li:hover {
      background-color: #1b6cc4; }
    .sub__menu__wrap ul.sub__menu a {
      color: #fff;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
      .sub__menu__wrap ul.sub__menu a.active {
        background-color: #1b6cc4; }

.quellio {
  position: absolute;
  width: 60px;
  display: block;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1rem; }
  @media screen and (max-width: 1600px) {
    .quellio {
      width: 50px; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .quellio {
    display: none; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .quellio {
    display: none; } }

body.home .site-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(100% - 12.5vw);
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1380px) {
    body.home .site-content {
      width: calc(100% - 14vw); } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    body.home .site-content {
      width: 100%; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    body.home .site-content {
      width: 100%; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    body.home .site-content {
      margin-top: 80px;
      height: calc(100vh - 80px); } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    body.home .site-content {
      margin-top: 80px;
      height: calc(100vh - 80px); } }
  body.home .site-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002d5d; }

body.home .section__home {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
  overflow: hidden; }
  body.home .section__home.show {
    opacity: 1; }
    body.home .section__home.show .section__bg {
      animation: move-top-left 10s cubic-bezier(0.4, 0, 1, 1) infinite alternate both; }
  body.home .section__home #video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      body.home .section__home #video {
        display: none; } }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      body.home .section__home #video {
        display: none; } }
    body.home .section__home #video:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 45, 93, 0.6);
      z-index: 3;
      width: 100%;
      height: 100%; }
    body.home .section__home #video .ytplayer-container {
      position: absolute;
      top: 0;
      z-index: -1;
      width: 100% !important;
      left: -6.5vw; }
  body.home .section__home .section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body.home .section__home .section__content {
    padding-left: 11vw;
    z-index: 2; }
    @media screen and (max-width: 1380px) {
      body.home .section__home .section__content {
        padding-left: 13vw; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      body.home .section__home .section__content {
        padding: 0 2rem;
        text-align: center; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      body.home .section__home .section__content {
        padding: 0 2rem;
        text-align: center; } }
    body.home .section__home .section__content h1, body.home .section__home .section__content h2, body.home .section__home .section__content h3, body.home .section__home .section__content h4 {
      font-size: 8.2rem;
      font-weight: 300;
      margin: 0;
      padding: 0;
      margin-bottom: 3rem; }
      @media screen and (max-width: 1600px) {
        body.home .section__home .section__content h1, body.home .section__home .section__content h2, body.home .section__home .section__content h3, body.home .section__home .section__content h4 {
          font-size: 7.2rem; } }
      @media screen and (max-width: 1380px) {
        body.home .section__home .section__content h1, body.home .section__home .section__content h2, body.home .section__home .section__content h3, body.home .section__home .section__content h4 {
          font-size: 6.2rem; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        body.home .section__home .section__content h1, body.home .section__home .section__content h2, body.home .section__home .section__content h3, body.home .section__home .section__content h4 {
          font-size: 4.2rem; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        body.home .section__home .section__content h1, body.home .section__home .section__content h2, body.home .section__home .section__content h3, body.home .section__home .section__content h4 {
          font-size: 4.2rem; } }
      body.home .section__home .section__content h1 strong, body.home .section__home .section__content h2 strong, body.home .section__home .section__content h3 strong, body.home .section__home .section__content h4 strong {
        font-weight: 700; }
    body.home .section__home .section__content p {
      font-size: 5.2rem;
      font-weight: 300;
      margin: 0; }
      @media screen and (max-width: 1600px) {
        body.home .section__home .section__content p {
          font-size: 4.2rem; } }
      @media screen and (max-width: 1380px) {
        body.home .section__home .section__content p {
          font-size: 3.2rem; } }
    body.home .section__home .section__content strong {
      font-weight: 700; }
    body.home .section__home .section__content .read__more {
      display: none; }

body.home #about-us .section__bg {
  display: none; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    body.home #about-us .section__bg {
      display: block; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    body.home #about-us .section__bg {
      display: block; } }

body:not(.home) .site-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(100% - 12.5vw);
  overflow: hidden; }
  @media screen and (max-width: 1380px) {
    body:not(.home) .site-content {
      width: calc(100% - 14vw); } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    body:not(.home) .site-content {
      width: 100%; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    body:not(.home) .site-content {
      width: 100%; } }
  body:not(.home) .site-content .site-main {
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow: hidden; }
    body:not(.home) .site-content .site-main .page__content {
      width: 60%;
      background: #fff;
      overflow-y: scroll; }
      @media screen and (max-width: 1600px) {
        body:not(.home) .site-content .site-main .page__content {
          width: 65%; } }
      @media screen and (max-width: 1440px) {
        body:not(.home) .site-content .site-main .page__content {
          width: 75%; } }
      @media screen and (max-width: 1380px) {
        body:not(.home) .site-content .site-main .page__content {
          width: 75%; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        body:not(.home) .site-content .site-main .page__content {
          width: 100%; } }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        body:not(.home) .site-content .site-main .page__content {
          width: 100%; } }
      body:not(.home) .site-content .site-main .page__content .page__header {
        width: 100%;
        display: block;
        height: 10.5vw;
        min-height: 200px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body:not(.home) .site-content .site-main .page__content .page__header {
            margin-top: 100px; } }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body:not(.home) .site-content .site-main .page__content .page__header {
            margin-top: 100px; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body:not(.home) .site-content .site-main .page__content .page__header {
            margin-top: 80px; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          body:not(.home) .site-content .site-main .page__content .page__header {
            margin-top: 80px; } }
        body:not(.home) .site-content .site-main .page__content .page__header .page__title {
          color: #fff;
          font-size: 5rem;
          text-align: center;
          width: calc(100% - 10vw); }
          @media screen and (max-width: 1440px) {
            body:not(.home) .site-content .site-main .page__content .page__header .page__title {
              width: calc(100% - 12vw);
              font-size: 4.5rem; } }
          @media screen and (max-width: 1380px) {
            body:not(.home) .site-content .site-main .page__content .page__header .page__title {
              font-size: 4.25rem; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body:not(.home) .site-content .site-main .page__content .page__header .page__title {
              width: 100%;
              font-size: 4.5rem; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body:not(.home) .site-content .site-main .page__content .page__header .page__title {
              width: 100%;
              font-size: 4.5rem; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body:not(.home) .site-content .site-main .page__content .page__header .page__title {
              font-size: 4rem; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            body:not(.home) .site-content .site-main .page__content .page__header .page__title {
              font-size: 4rem; } }
      body:not(.home) .site-content .site-main .page__content .page__builder {
        padding: 3vw 3vw;
        padding-left: 13vw; }
        @media screen and (max-width: 1380px) {
          body:not(.home) .site-content .site-main .page__content .page__builder {
            padding-left: 15vw; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body:not(.home) .site-content .site-main .page__content .page__builder {
            padding: 4vw; } }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body:not(.home) .site-content .site-main .page__content .page__builder {
            padding: 4vw; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body:not(.home) .site-content .site-main .page__content .page__builder {
            padding: 3rem 2rem; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          body:not(.home) .site-content .site-main .page__content .page__builder {
            padding: 3rem 2rem; } }
    body:not(.home) .site-content .site-main .page__bg {
      width: 40%;
      height: 100vh; }
      @media screen and (max-width: 1600px) {
        body:not(.home) .site-content .site-main .page__bg {
          width: 35%; } }
      @media screen and (max-width: 1440px) {
        body:not(.home) .site-content .site-main .page__bg {
          width: 25%; } }
      @media screen and (max-width: 1380px) {
        body:not(.home) .site-content .site-main .page__bg {
          width: 25%; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        body:not(.home) .site-content .site-main .page__bg {
          display: none; } }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        body:not(.home) .site-content .site-main .page__bg {
          display: none; } }

body:not(.home).page-template-page-single .site-content .site-main .page__content .page__header .page__title {
  width: 100%; }

body:not(.home).page-template-page-single .site-content .site-main .page__content .page__builder {
  padding: 3vw; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    body:not(.home).page-template-page-single .site-content .site-main .page__content .page__builder {
      padding: 4vw; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    body:not(.home).page-template-page-single .site-content .site-main .page__content .page__builder {
      padding: 4vw; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    body:not(.home).page-template-page-single .site-content .site-main .page__content .page__builder {
      padding: 3rem 2rem; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    body:not(.home).page-template-page-single .site-content .site-main .page__content .page__builder {
      padding: 3rem 2rem; } }
