html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


.navbar-modern {
    overflow: hidden;
    /* background-color: #002e51; */
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  

.navbar-modern a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .navbar-modern a:hover {
    background: #002e51bf;
    color: #000000;
  }

  .header-with-drop {
    background: #002744; width: 100%; display: flex;
    justify-content: flex-end;
  }

  @media screen and (max-width: 600px) {
    .header-with-drop {
      visibility: hidden;
      display: none;
    }
  }

  @media screen and (max-width: 720px) {
    .header-with-drop {
      visibility: hidden;
      display: none;
    }
  }

  .header-modern nav ul {
    display: flex;
    justify-content: flex-end;
}

.header-modern .nav-main-modern li a {
    /* padding: 0 2.5rem; */
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}



.navbar-modern .nav-main-modern li ul li a {
    display: block;
    padding: 1.3rem 2rem;
    color: #002e51;
    font-weight: 400;
    font-size: 1.3rem;
    background: #fff;
}



.navbar-modern .nav-main-modern li:hover ul {
    left: 2.5rem;
    opacity: 1;
}

.navbar-modern .nav-main-modern li ul li a {
    /* display: block; */
    padding: 1.3rem 2rem;
    color: #002e51;
    font-weight: 400;
    font-size: 1.3rem;
    background: #fff;
}


.navbar-modern .nav-main-modern li ul {
   
    opacity: 0;
    position: sticky;
    top: 4.5rem;
    left: 100px;
    /* padding-left: 50px; */
    width: 0px;
    transition: opacity .35s;
    overflow: inherit;
    display: inline-flex;
    justify-content: space-evenly;
    
}
.navbar-modern .nav-main-modern li ul li {
    float: none;
    padding: 0;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-modern .nav-main-modern li ul:hover > li,
.navbar-modern .nav-main-modern li ul li:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navbar-modern .nav-main-modern li ul li ul {
	clear: both;
  width: 100%;
}

.navbar-modern .nav-main-modern li ul li:first-of-type {
    position: relative;
}
.navbar-modern .nav-main-modern li ul li:first-of-type::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 28px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #fff;
}
.navbar-modern .nav-main-modern li ul li:first-of-type:hover::before {
    border-color: transparent transparent #f8f8f8;
}
.navbar-modern .nav-main-modern li ul li:last-of-type {
    border: none;
}
.navbar-modern .nav-main-modern li ul li a {
    display: block;
    padding: 1.3rem 2rem;
    color: #002e51;
    font-weight: 400;
    font-size: 1.3rem;
    background: #fff;
}
.navbar-modern .nav-main-modern li ul li a:hover {
    background: #f8f8f8;
}


.somedroppy > li {
    display: block;
    transition-duration: 0.5s;
   }
   
   .somedroppy > li:hover {
     cursor: pointer;
   }
   
   .somedroppy > ul li ul {
     visibility: hidden;
     opacity: 0;
     position: absolute;
     transition: all 0.5s ease;
     margin-top: 1rem;
     left: 0;
     display: none;
   }
   
   .somedroppy > ul li:hover > ul, .somedroppy > ul li ul:hover {
     visibility: visible;
     opacity: 1;
     display: block;
   }
   
   .somedroppy > ul li ul li {
     clear: both;
     width: 100%;
   }







  























body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
.row .row {
    margin-left: -.75rem;
    margin-right: -.75rem;
    width: auto;
}
[class*='cute-'] {
    float: left;
    position: relative;
    padding: .75rem;
    width: 100%}
.row:after, .group:after, .clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.container:before, .container:after {
    display: table;
    content: " "}
.container:after {
    clear: both;
}
.left {
    float: left!important;
}
.right {
    float: right!important;
}
@media only screen {
    .cute-1-phone {
    width: 8.3333333333333%}
.cute-2-phone {
    width: 16.666666666667%}
.cute-3-phone {
    width: 25%}
.cute-4-phone {
    width: 33.333333333333%}
.cute-5-phone {
    width: 41.666666666667%}
.cute-6-phone {
    width: 50%}
.cute-7-phone {
    width: 58.333333333333%}
.cute-8-phone {
    width: 66.666666666667%}
.cute-9-phone {
    width: 75%}
.cute-10-phone {
    width: 83.333333333333%}
.cute-11-phone {
    width: 91.666666666667%}
.cute-12-phone {
    width: 100%}
.cute-0-phone-offset {
    margin: 0;
}
.cute-1-phone-offset {
    margin-left: 8.3333333333333%}
.cute-2-phone-offset {
    margin-left: 16.666666666667%}
.cute-3-phone-offset {
    margin-left: 25%}
.cute-4-phone-offset {
    margin-left: 33.333333333333%}
.cute-5-phone-offset {
    margin-left: 41.666666666667%}
.cute-6-phone-offset {
    margin-left: 50%}
.cute-7-phone-offset {
    margin-left: 58.333333333333%}
.cute-8-phone-offset {
    margin-left: 66.666666666667%}
.cute-9-phone-offset {
    margin-left: 75%}
.cute-10-phone-offset {
    margin-left: 83.333333333333%}
.cute-11-phone-offset {
    margin-left: 91.666666666667%}
.cute-1-phone-push {
    left: 8.3333333333333%}
.cute-2-phone-push {
    left: 16.666666666667%}
.cute-3-phone-push {
    left: 25%}
.cute-4-phone-push {
    left: 33.333333333333%}
.cute-5-phone-push {
    left: 41.666666666667%}
.cute-6-phone-push {
    left: 50%}
.cute-7-phone-push {
    left: 58.333333333333%}
.cute-8-phone-push {
    left: 66.666666666667%}
.cute-9-phone-push {
    left: 75%}
.cute-10-phone-push {
    left: 83.333333333333%}
.cute-11-phone-push {
    left: 91.666666666667%}
.cute-1-phone-pull {
    right: 8.3333333333333%}
.cute-2-phone-pull {
    right: 16.666666666667%}
.cute-3-phone-pull {
    right: 25%}
.cute-4-phone-pull {
    right: 33.333333333333%}
.cute-5-phone-pull {
    right: 41.666666666667%}
.cute-6-phone-pull {
    right: 50%}
.cute-7-phone-pull {
    right: 58.333333333333%}
.cute-8-phone-pull {
    right: 66.666666666667%}
.cute-9-phone-pull {
    right: 75%}
.cute-10-phone-pull {
    right: 83.333333333333%}
.cute-11-phone-pull {
    right: 91.666666666667%}
.center-phone {
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
.uncenter-phone {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.uncenter-phone.right {
    float: right!important;
}
[class*='cute-'].phone-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
}@media only screen and (min-width: 48em) {
    .cute-1-tablet {
    width: 8.3333333333333%}
.cute-2-tablet {
    width: 16.666666666667%}
.cute-3-tablet {
    width: 25%}
.cute-4-tablet {
    width: 33.333333333333%}
.cute-5-tablet {
    width: 41.666666666667%}
.cute-6-tablet {
    width: 50%}
.cute-7-tablet {
    width: 58.333333333333%}
.cute-8-tablet {
    width: 66.666666666667%}
.cute-9-tablet {
    width: 75%}
.cute-10-tablet {
    width: 83.333333333333%}
.cute-11-tablet {
    width: 91.666666666667%}
.cute-12-tablet {
    width: 100%}
.cute-0-tablet-offset {
    margin: 0;
}
.cute-1-tablet-offset {
    margin-left: 8.3333333333333%}
.cute-2-tablet-offset {
    margin-left: 16.666666666667%}
.cute-3-tablet-offset {
    margin-left: 25%}
.cute-4-tablet-offset {
    margin-left: 33.333333333333%}
.cute-5-tablet-offset {
    margin-left: 41.666666666667%}
.cute-6-tablet-offset {
    margin-left: 50%}
.cute-7-tablet-offset {
    margin-left: 58.333333333333%}
.cute-8-tablet-offset {
    margin-left: 66.666666666667%}
.cute-9-tablet-offset {
    margin-left: 75%}
.cute-10-tablet-offset {
    margin-left: 83.333333333333%}
.cute-11-tablet-offset {
    margin-left: 91.666666666667%}
.cute-1-tablet-push {
    left: 8.3333333333333%}
.cute-2-tablet-push {
    left: 16.666666666667%}
.cute-3-tablet-push {
    left: 25%}
.cute-4-tablet-push {
    left: 33.333333333333%}
.cute-5-tablet-push {
    left: 41.666666666667%}
.cute-6-tablet-push {
    left: 50%}
.cute-7-tablet-push {
    left: 58.333333333333%}
.cute-8-tablet-push {
    left: 66.666666666667%}
.cute-9-tablet-push {
    left: 75%}
.cute-10-tablet-push {
    left: 83.333333333333%}
.cute-11-tablet-push {
    left: 91.666666666667%}
.cute-1-tablet-pull {
    right: 8.3333333333333%}
.cute-2-tablet-pull {
    right: 16.666666666667%}
.cute-3-tablet-pull {
    right: 25%}
.cute-4-tablet-pull {
    right: 33.333333333333%}
.cute-5-tablet-pull {
    right: 41.666666666667%}
.cute-6-tablet-pull {
    right: 50%}
.cute-7-tablet-pull {
    right: 58.333333333333%}
.cute-8-tablet-pull {
    right: 66.666666666667%}
.cute-9-tablet-pull {
    right: 75%}
.cute-10-tablet-pull {
    right: 83.333333333333%}
.cute-11-tablet-pull {
    right: 91.666666666667%}
.center-tablet {
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
.uncenter-tablet {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.uncenter-tablet.right {
    float: right!important;
}
[class*='cute-'].tablet-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
}@media only screen and (min-width: 62em) {
    .cute-1-laptop {
    width: 8.3333333333333%}
.cute-2-laptop {
    width: 16.666666666667%}
.cute-3-laptop {
    width: 25%}
.cute-4-laptop {
    width: 33.333333333333%}
.cute-5-laptop {
    width: 41.666666666667%}
.cute-6-laptop {
    width: 50%}
.cute-7-laptop {
    width: 58.333333333333%}
.cute-8-laptop {
    width: 66.666666666667%}
.cute-9-laptop {
    width: 75%}
.cute-10-laptop {
    width: 83.333333333333%}
.cute-11-laptop {
    width: 91.666666666667%}
.cute-12-laptop {
    width: 100%}
.cute-0-laptop-offset {
    margin: 0;
}
.cute-1-laptop-offset {
    margin-left: 8.3333333333333%}
.cute-2-laptop-offset {
    margin-left: 16.666666666667%}
.cute-3-laptop-offset {
    margin-left: 25%}
.cute-4-laptop-offset {
    margin-left: 33.333333333333%}
.cute-5-laptop-offset {
    margin-left: 41.666666666667%}
.cute-6-laptop-offset {
    margin-left: 50%}
.cute-7-laptop-offset {
    margin-left: 58.333333333333%}
.cute-8-laptop-offset {
    margin-left: 66.666666666667%}
.cute-9-laptop-offset {
    margin-left: 75%}
.cute-10-laptop-offset {
    margin-left: 83.333333333333%}
.cute-11-laptop-offset {
    margin-left: 91.666666666667%}
.cute-1-laptop-push {
    left: 8.3333333333333%}
.cute-2-laptop-push {
    left: 16.666666666667%}
.cute-3-laptop-push {
    left: 25%}
.cute-4-laptop-push {
    left: 33.333333333333%}
.cute-5-laptop-push {
    left: 41.666666666667%}
.cute-6-laptop-push {
    left: 50%}
.cute-7-laptop-push {
    left: 58.333333333333%}
.cute-8-laptop-push {
    left: 66.666666666667%}
.cute-9-laptop-push {
    left: 75%}
.cute-10-laptop-push {
    left: 83.333333333333%}
.cute-11-laptop-push {
    left: 91.666666666667%}
.cute-1-laptop-pull {
    right: 8.3333333333333%}
.cute-2-laptop-pull {
    right: 16.666666666667%}
.cute-3-laptop-pull {
    right: 25%}
.cute-4-laptop-pull {
    right: 33.333333333333%}
.cute-5-laptop-pull {
    right: 41.666666666667%}
.cute-6-laptop-pull {
    right: 50%}
.cute-7-laptop-pull {
    right: 58.333333333333%}
.cute-8-laptop-pull {
    right: 66.666666666667%}
.cute-9-laptop-pull {
    right: 75%}
.cute-10-laptop-pull {
    right: 83.333333333333%}
.cute-11-laptop-pull {
    right: 91.666666666667%}
.center-laptop {
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
.uncenter-laptop {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.uncenter-laptop.right {
    float: right!important;
}
[class*='cute-'].laptop-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
}.show-desktop {
    display: none;
}
@media only screen and (min-width: 75em) {
    .cute-1-desktop {
    width: 8.3333333333333%}
.cute-2-desktop {
    width: 16.666666666667%}
.cute-3-desktop {
    width: 25%}
.cute-4-desktop {
    width: 33.333333333333%}
.cute-5-desktop {
    width: 41.666666666667%}
.cute-6-desktop {
    width: 50%}
.cute-7-desktop {
    width: 58.333333333333%}
.cute-8-desktop {
    width: 66.666666666667%}
.cute-9-desktop {
    width: 75%}
.cute-10-desktop {
    width: 83.333333333333%}
.cute-11-desktop {
    width: 91.666666666667%}
.cute-12-desktop {
    width: 100%}
.cute-0-desktop-offset {
    margin: 0;
}
.cute-1-desktop-offset {
    margin-left: 8.3333333333333%}
.cute-2-desktop-offset {
    margin-left: 16.666666666667%}
.cute-3-desktop-offset {
    margin-left: 25%}
.cute-4-desktop-offset {
    margin-left: 33.333333333333%}
.cute-5-desktop-offset {
    margin-left: 41.666666666667%}
.cute-6-desktop-offset {
    margin-left: 50%}
.cute-7-desktop-offset {
    margin-left: 58.333333333333%}
.cute-8-desktop-offset {
    margin-left: 66.666666666667%}
.cute-9-desktop-offset {
    margin-left: 75%}
.cute-10-desktop-offset {
    margin-left: 83.333333333333%}
.cute-11-desktop-offset {
    margin-left: 91.666666666667%}
.cute-1-desktop-push {
    left: 8.3333333333333%}
.cute-2-desktop-push {
    left: 16.666666666667%}
.cute-3-desktop-push {
    left: 25%}
.cute-4-desktop-push {
    left: 33.333333333333%}
.cute-5-desktop-push {
    left: 41.666666666667%}
.cute-6-desktop-push {
    left: 50%}
.cute-7-desktop-push {
    left: 58.333333333333%}
.cute-8-desktop-push {
    left: 66.666666666667%}
.cute-9-desktop-push {
    left: 75%}
.cute-10-desktop-push {
    left: 83.333333333333%}
.cute-11-desktop-push {
    left: 91.666666666667%}
.cute-1-desktop-pull {
    right: 8.3333333333333%}
.cute-2-desktop-pull {
    right: 16.666666666667%}
.cute-3-desktop-pull {
    right: 25%}
.cute-4-desktop-pull {
    right: 33.333333333333%}
.cute-5-desktop-pull {
    right: 41.666666666667%}
.cute-6-desktop-pull {
    right: 50%}
.cute-7-desktop-pull {
    right: 58.333333333333%}
.cute-8-desktop-pull {
    right: 66.666666666667%}
.cute-9-desktop-pull {
    right: 75%}
.cute-10-desktop-pull {
    right: 83.333333333333%}
.cute-11-desktop-pull {
    right: 91.666666666667%}
.center-desktop {
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
.uncenter-desktop {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.uncenter-desktop.right {
    float: right!important;
}
[class*='cute-'].desktop-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
}@media only screen and (max-width: 30em) {
    .cute-100 {
    width: 100%}
}.show-phone {
    display: none!important;
}
.hide-phone {
    display: block!important;
}
@media only screen and (max-width: 47.938em) {
    .phone {
    width: 100%}
.hide-phone {
    display: none!important;
}
.show-phone {
    display: block!important;
}
}.show-tablet {
    display: none!important;
}
.hide-tablet {
    display: block!important;
}
@media only screen and (min-width: 48em) and (max-width: 61.938em) {
    .hide-tablet {
    display: none!important;
}
.show-tablet {
    display: block!important;
}
}.show-laptop {
    display: none!important;
}
.hide-laptop {
    display: block!important;
}
@media only screen and (min-width: 62em) and (max-width: 74.938em) {
    .hide-laptop {
    display: none!important;
}
.show-laptop {
    display: block!important;
}
}.show-desktop {
    display: none!important;
}
.hide-desktop {
    display: block!important;
}
@media only screen and (min-width: 75em) {
    .hide-desktop {
    display: none!important;
}
.show-desktop {
    display: block!important;
}
}@media only screen and (max-width: 61.938em) {
    .table-respond {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
}.responsive-img {
    display: block;
    height: auto;
    max-width: 100%}
.clear::after, .careers-detail .footer::after {
    content: "";
    display: table;
    clear: both;
}
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.relative {
    position: relative!important;
}
.bold {
    font-weight: 600;
}
.m0 {
    margin: 0!important;
}
.mt0 {
    margin-top: 0!important;
}
.mr0 {
    margin-right: 0!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.ml0 {
    margin-left: 0!important;
}
.p0 {
    padding: 0!important;
}
.pt0 {
    padding-top: 0!important;
}
.pr0 {
    padding-right: 0!important;
}
.pb0 {
    padding-bottom: 0!important;
}
.pl0 {
    padding-left: 0!important;
}
#slides {
    position: relative;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%}
.slides-navigation a {
    position: absolute;
    display: block;
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%}
.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
    margin: 2px;
    overflow: hidden;
    text-indent: -100%}
.slides-pagination a.current {
    background: #222;
}
.pushy {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #191918;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}
.pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none;
    outline: 0;
}
.pushy a:hover {
    color: #FFF;
}
.pushy.pushy-left {
    left: 0;
}
.pushy.pushy-right {
    right: 0;
}
.pushy-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}
@media (max-width: 30em) {
    .pushy-left {
    -webkit-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}
}.pushy-open-left #container, .pushy-open-left .push {
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
@media (max-width: 30em) {
    .pushy-open-left #container, .pushy-open-left .push {
    -webkit-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
}
}.pushy-right {
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
@media (max-width: 30em) {
    .pushy-right {
    -webkit-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}
}.pushy-open-right #container, .pushy-open-right .push {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}
@media (max-width: 30em) {
    .pushy-open-right #container, .pushy-open-right .push {
    -webkit-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}
}.pushy-open-left .pushy, .pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#container, .pushy, .push {
    transition: transform .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
    display: none;
}
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}
@keyframes fade {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes fade {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height .2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
    transition: opacity .2s ease-in-out;
}
.pushy-submenu > a {
    position: relative;
}
.pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/arrow.svg) no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .2s;
}
.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
    opacity: 0;
}
.pushy-submenu-open ul {
    max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
    opacity: 1;
}
.pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
}
body:after {
    content: url(../../img/layout/lightbox/close.png) url(../../img/layout/lightbox/loading.gif) url(../../img/layout/lightbox/prev.png) url(../../img/layout/lightbox/next.png);
    display: none;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../img/layout/lightbox/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
    background-image: url(data:image/gif;
    base64, R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../img/layout/lightbox/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}
.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../img/layout/lightbox/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}
.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../img/layout/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
html, body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
html {
    font-size: 62.5%}
body {
    line-height: 2.2rem;
    color: #3e4f59;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
}
::selection {
    color: #fff;
    background: #002e51;
}
::-moz-selection {
    color: #fff;
    background: #002e51;
}
::-webkit-selection {
    color: #fff;
    background: #002e51;
}
.row {
    max-width: 98rem;
    padding: 0 2rem;
}
@media (max-width: 48em) {
    .row {
    padding: 0 1.5rem;
}
}@media (max-width: 30em) {
    .row {
    padding: 0 1rem;
}
}.row .row {
    padding: 0;
}
[class*='cute-'] {
    padding: 0 1rem;
}
a {
    color: #002e51;
    text-decoration: none;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover {
    color: #004b84;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #002e51;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1rem;
    text-align: center;
    text-transform: uppercase;
}
p {
    margin: 0 0 3rem;
}
hr {
    margin: 4rem 0;
    height: 1px;
    border: 0;
    background: #ede;
}
main {
    display: block;
}
.header-main {
    z-index: 10000;
    width: 100%;
    top: 5.0rem;
}

/* .header-main .logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    float: left;
    width: 25rem;
    height: 20.45rem;
    background: url(../../img/layout/logo.svg);
    background-size: contain;
} */




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header-main .logo {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        float: left;
        width: 14.7rem;
        height: 12rem;
        background: url(../../img/layout/logo.svg);
        background-size: contain;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .header-main .logo {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        float: left;
        width: 25rem;
        /* height: auto; */
        height: 20.45rem;
        background: url(../../img/layout/logo.svg);
        background-size: contain;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-main .logo {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        float: left;
        width: 25rem;
        /* height: auto; */
        height: 20.45rem;
        background: url(../../img/layout/logo.svg);
        background-size: contain;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .header-main .logo {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        float: left;
        width: 25rem;
        /* height: auto; */
        height: 20.45rem;
        background: url(../../img/layout/logo.svg);
        background-size: contain;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-main .logo {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        float: left;
        width: 25rem;
        /* height: auto; */
        height: 20.45rem;
        background: url(../../img/layout/logo.svg);
        background-size: contain;
    }
}







.header-main .nav-main {
    float: right;
    margin: 2.5rem 0 0;
}
@media (max-width: 62em) {
    .header-main .nav-main {
    display: none;
}
}.header-main .nav-main li {
    position: relative;
    float: left;
    height: 1.6rem;
    line-height: 1.6rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header-main .nav-main li:last-of-type {
    border: none;
}
.header-main .nav-main li a {
    padding: 0 2.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 75em) {
    .header-main .nav-main li a {
    padding: 0 2rem;
    font-size: 1.3rem;
}
}.header-main .nav-main li:hover ul {
    left: 2.5rem;
    opacity: 1;
}
.header-main .nav-main li ul {
    opacity: 0;
    position: absolute;
    top: 1.6rem;
    left: -9999px;
    width: 14.5rem;
    border-top: 2rem solid transparent;
    transition: opacity .35s;
}
.header-main .nav-main li ul li {
    float: none;
    padding: 0;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #f4f4f4;
}
.header-main .nav-main li ul li:first-of-type {
    position: relative;
}
.header-main .nav-main li ul li:first-of-type::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 28px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #fff;
}
.header-main .nav-main li ul li:first-of-type:hover::before {
    border-color: transparent transparent #f8f8f8;
}
.header-main .nav-main li ul li:last-of-type {
    border: none;
}
.header-main .nav-main li ul li a {
    display: block;
    padding: 1.3rem 2rem;
    color: #002e51;
    font-weight: 400;
    font-size: 1.3rem;
    background: #fff;
}
.header-main .nav-main li ul li a:hover {
    background: #f8f8f8;
}
.header-main .fb {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.9rem 0 0;
    width: 3rem;
    height: 3rem;
    background: #002e51;
}
@media (max-width: 62em) {
    .header-main .fb {
    display: none;
}
}.header-main .fb:hover {
    background: #004b84;
}
.header-main .fb::before {
    background: url(../../img/layout/sprite.svg) 0 0;
    background-size: 30rem 30rem;
    content: "";
    display: block;
    width: .8rem;
    height: 1.4rem;
}
.header-main .menu-btn {
    display: none;
}
@media (max-width: 62em) {
    .header-main .menu-btn {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    float: right;
    display: block;
    width: 5rem;
    height: 5rem;
    background: #002e51;
    transition: all .35s;
}
.header-main .menu-btn::before {
    background: url(../../img/layout/sprite.svg) 0 -5rem;
    background-size: 30rem 30rem;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2.5rem;
    height: 2rem;
}
.header-main .menu-btn:hover {
    cursor: pointer;
    background: #004b84;
}
}.header-main nav.mobile {
    display: none;
}
@media (max-width: 62em) {
    .header-main nav.mobile {
    display: block;
}
}.site-overlay {
    z-index: 1000;
}
body.pushy-open-left .menu-btn::before {
    height: 2rem;
    width: 2rem;
    background-position: -4rem -5rem;
}
.pushy {
    width: 300px;
    background: #f8f8f8;
}
@media (max-width: 30em) {
    .pushy {
    width: 230px;
}
}.pushy li {
    border-bottom: 1px solid #c6c6c6;
}
.pushy li.pushy-submenu-open > a {
    border-bottom: 1px solid #c6c6c6;
}
.pushy li a {
    display: block;
    padding: 0 4rem;
    height: 7rem;
    line-height: 7rem;
    color: #002e51;
    font-size: 3.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 30em) {
    .pushy li a {
    height: 5rem;
    line-height: 5rem;
    font-size: 2.2rem;
}
}.pushy li a:hover {
    color: #002e51;
    background: #e6e6e6;
}
.pushy ul ul {
    padding: 0;
}
.pushy ul ul li {
    border: none;
}
.pushy ul ul li a {
    padding: 1rem 4rem 1rem 7rem;
    height: auto;
    line-height: normal;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: lowercase;
}
.intro {
    padding: 13rem 0 0;
    height: 35rem;
}
@media (max-width: 75em) {
    .intro {
    height: 25rem;
}
}.intro.intro-fleet {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-team {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-media {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-careers {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-contact {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-history {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-hseq {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-news {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
.intro.intro-offices {
    background: url(../../img/layout/header/news.jpg) no-repeat;
    background-size: cover;
	background-position: center center;
}
@media (max-width: 48em) {
    .intro {
    padding: 17rem 0 0;
}
}@media (max-width: 30em) {
    .intro {
    padding: 18rem 0 0;
}
}.intro h1 {
    clear: both;
    color: #fff;
    font-size: 3.4rem;
    text-align: center;
}
@media (max-width: 30em) {
    .intro h1 {
    font-size: 2.4rem;
}
}.intro .breadcrumb {
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.intro .breadcrumb li {
    display: inline;
}
.intro .breadcrumb li::after {
    content: "/";
    margin: 0 .3rem;
}
.intro .breadcrumb li:last-of-type::after {
    display: none;
}
.intro .breadcrumb a {
    color: #fff;
}
.intro .breadcrumb span, .intro .breadcrumb a {
    padding: 0 .3rem;
}
.intro .breadcrumb span, .intro .breadcrumb a:hover {
    color: #002e51;
    background: #fff;
}
a.btn, span.btn, input.btn {
    position: relative;
    display: inline-block;
    padding: 1.5rem 2.5rem;
    border: 1px solid #002e51;
    color: #002e51;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem;
    transition: all .35s;
}
a.btn.center, span.btn.center, input.btn.center {
    display: block;
    margin: 0 auto 3rem;
    width: 20rem;
    text-align: center;
}
@media (max-width: 48em) {
    a.btn, span.btn, input.btn {
    margin: 0 0 3rem;
    padding: 2rem 2.5rem;
    width: 100%!important;
    font-size: 1.5rem;
}
}a.btn.btn-full, span.btn.btn-full, input.btn.btn-full {
    color: #fff;
    background: #002e51;
}
a.btn.btn-full:hover, span.btn.btn-full:hover, input.btn.btn-full:hover {
    cursor: pointer;
    color: #002e51;
    background: none;
}
a.btn:hover, span.btn:hover, input.btn:hover {
    cursor: pointer;
    color: #fff;
    background: #002e51;
}
a.btn:active, span.btn:active, input.btn:active {
    top: 1px;
}
.content {
    padding: 6rem 0 3rem;
}
.content h1, .content h2, .content h3, .content h4 {
    margin: 0 0 3rem;
    font-size: 2.4rem;
}
@media (max-width: 48em) {
    .content h1, .content h2, .content h3, .content h4 {
    margin: 0 0 2.5rem;
    font-size: 2.1rem;
}
}@media (max-width: 30em) {
    .content h1, .content h2, .content h3, .content h4 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
}
}.content ul {
    margin: 0 0 3rem;
    list-style: inside;
}
.content blockquote {
    font-weight: 600;
    font-style: italic;
}
.pagination {
    margin: 0 0 3rem;
}
.pagination li {
    float: left;
    margin: 0 -1px 0 0;
    list-style: none;
}
.pagination li a {
    display: block;
    padding: 0 1.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    border: 1px solid #002e51;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.pagination li:hover a, .pagination li.active a {
    color: #fff;
    background: #002e51;
}
.pagination li.disabled {
    opacity: .3;
}
.pagination li.disabled:hover a {
    cursor: default;
    color: #002e51;
    background: none;
}
.tabs-container {
    float: right;
    position: relative;
    left: -50%;
    margin: 0 0 5rem;
}
@media (max-width: 48em) {
    .tabs-container {
    margin: 0 0 3rem;
}
}.tabs-container .tabs-menu {
    position: relative;
    left: 50%;
    margin: 0;
}
.tabs-container li {
    float: left;
    margin: 0 -1px 0 0;
    border: 1px solid #002e51;
    list-style: none;
}
@media (max-width: 48em) {
    .tabs-container li {
    float: none;
    margin: 0 0 -1px;
}
}.tabs-container li a {
    display: block;
    padding: 1.5rem 0;
    width: 14rem;
    height: 5rem;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}
.tabs-container li.current a, .tabs-container li:hover a {
    cursor: pointer;
    color: #fff;
    background: #002e51;
}
.tab-content {
    display: none;
}
#tab-1 {
    display: block;
}
ul.downloads li {
    margin: 0 0 .5rem;
    list-style: none;
}
ul.downloads a {
    position: relative;
    display: block;
    padding: 2.5rem;
    background: #fafafa;
}
ul.downloads a:hover {
    color: #fff;
    background: #002e51;
}
ul.downloads a::after {
    background: url(../../img/layout/sprite.svg) 0 -18rem;
    background-size: 30rem 30rem;
    content: "";
    display: block;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.6rem;
}
ul.downloads a:hover::after {
    background-position: -3rem -18rem;
}
ul.downloads a .title {
    display: block;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
}
ul.downloads a .text {
    font-weight: 300;
    font-size: 1.3rem;
}
.hseq-image {
    display: block;
    margin: 0 auto 5rem;
    max-width: 70%}
@media (max-width: 48em) {
    .hseq-image {
    margin: 0 auto 3rem;
    width: 100%;
    max-width: none;
}
}.hseq-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    background: #eee;
}
.hseq-logos li {
    display: inline;
    margin: 0 4rem;
}
@media (max-width: 48em) {
    .hseq-logos li {
    margin: 0 2rem;
}
}.hseq-logos li img {
    max-width: 100%}
.contact-block {
    margin: 0 0 6rem;
}
@media (max-width: 30em) {
    .contact-block {
    margin-top: 3rem;
}
}.contact-block .address {
    float: left;
    width: 45%;
    height: 40rem;
    background: #eee;
}
@media (max-width: 62em) {
    .contact-block .address {
    width: 100%}
}.contact-block .address p {
    float: right;
    margin: 3rem 6.5rem 0 0;
    font-size: 1.4rem;
    text-align: center;
    color: #002e51;
}
@media (max-width: 62em) {
    .contact-block .address p {
    float: none;
    margin: 3rem 0 0;
}
}.contact-block .address img {
    margin: 0 0 3rem;
}
.contact-block iframe {
    float: right;
    width: 55%;
    height: 40rem;
}
@media (max-width: 62em) {
    .contact-block iframe {
    width: 100%}
}.square {
    display: block;
    margin: .5rem 0 3rem;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}
.square::before {
    content: "";
    display: inline-block;
    margin: 0 1rem 0 0;
    width: 1rem;
    height: 1rem;
    background: #002e51;
}
.footer-main .footer-top {
    padding: 5.5rem 0 4.5rem;
    line-height: 2.3rem;
    color: #fff;
    font-size: 1.4rem;
    background: #002e51;
}
@media (max-width: 62em) {
    .footer-main .footer-top {
    padding: 3rem 0;
}
}.footer-main .footer-top .btn {
    padding: .7rem 2rem;
    color: #fff;
    font-size: 1.1rem;
    border-color: #fff;
}
.footer-main .footer-top .btn:hover {
    color: #002e51;
    background: #fff;
}
.footer-main .footer-top .header {
    position: relative;
    margin: 0 0 3.5rem;
    padding: 3rem 0 0;
    height: 7rem;
}
@media (max-width: 48em) {
    .footer-main .footer-top .header {
    padding: 0 0 1.5rem;
    height: auto;
}
}.footer-main .footer-top .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 10rem;
    height: 1px;
    background: #445c6b;
}
.footer-main .footer-top h5 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
}
.footer-main .footer-top h5::before {
    content: "";
    display: inline-block;
    margin: 0 1rem 0 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
}
@media (max-width: 62em) {
    .footer-main .footer-top .about {
    display: none;
}
}.footer-main .footer-top .about p {
    padding-right: 3rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
}
.footer-main .footer-top .logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    display: block;
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 11.1rem;
    height: 9.1rem;
    background: url(../../img/layout/logo.svg);
}
.footer-main .footer-top .sitemap nav {
    float: left;
    margin: -.6rem 0 0;
    width: 50%}
.footer-main .footer-top .sitemap li {
    line-height: 3rem;
}
.footer-main .footer-top .sitemap li a {
    color: #fff;
}
.footer-main .footer-top .sitemap li a:hover {
    padding: 0 0 0 1.5rem;
}
.footer-main .footer-top .address {
    padding: 0 2rem 0 6rem;
    background: #002744;
}
@media (max-width: 48em) {
    .footer-main .footer-top .address {
    margin: 3rem 0 0;
    padding-top: 2rem;
}
}.footer-main .footer-top .address .icon {
    position: relative;
    line-height: 2.8rem;
}
.footer-main .footer-top .address .icon::before {
    background: url(../../img/layout/sprite.svg) 0 0;
    background-size: 30rem 30rem;
    content: "";
    display: block;
    position: absolute;
    left: -3rem;
    top: .2rem;
}
.footer-main .footer-top .address .icon.phone::before {
    width: 1.4rem;
    height: 1.4rem;
    background-position: 0 -8rem;
}
.footer-main .footer-top .address .icon.fax::before {
    width: 1.5rem;
    height: 1.4rem;
    background-position: -2rem -8rem;
}
.footer-main .footer-top .address .icon.mail::before {
    top: .3rem;
    width: 1.8rem;
    height: 1.1rem;
    background-position: -4rem -8rem;
}
.footer-main .footer-top .address .icon.marker::before {
    top: 0;
    width: 1.3rem;
    height: 1.8rem;
    background-position: -6rem -8rem;
}
.footer-main .footer-bottom {
    padding: 3rem 0;
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #002744;
}
.footer-main .footer-bottom p {
    float: left;
    margin: 0;
}
.footer-main .footer-bottom .pipe {
    margin: 0 .5rem;
}
.footer-main .footer-bottom .legal {
    float: right;
    margin: 0 0 0 4rem;
}
@media (max-width: 48em) {
    .footer-main .footer-bottom .legal {
    display: none;
}
}.footer-main .footer-bottom .legal li {
    display: inline;
}
.footer-main .footer-bottom .legal li::before {
    content: " | ";
    margin: 0 .5rem;
}
.footer-main .footer-bottom .legal li:first-of-type::before {
    display: none;
}
.footer-main .footer-bottom .legal li a {
    color: #fff;
}
.footer-main .footer-bottom .socials {
    float: right;
    margin: -.3rem 0 0 2rem;
}
.footer-main .footer-bottom .socials li {
    float: left;
    margin: 0 0 0 .7rem;
    list-style: none;
}
.footer-main .footer-bottom .socials li a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #002e51;
}
.footer-main .footer-bottom .socials li a:hover {
    background: #004b84;
}
.footer-main .footer-bottom .socials li a::before, .footer-main .footer-bottom .socials li a::after {
    content: "";
    display: block;
    transform: scale(0.9);
}
.footer-main .footer-bottom .socials li a.fb::before {
    background: url(../../img/layout/sprite.svg) 0 0;
    background-size: 30rem 30rem;
    width: .8rem;
    height: 1.4rem;
}
.footer-main .footer-bottom .socials li a.in::before {
    background: url(../../img/layout/sprite.svg) -2rem 0;
    background-size: 30rem 30rem;
    width: 1.5rem;
    height: 1.4rem;
}
input, textarea {
    margin: 0 0 2.5rem;
    padding: 1.2rem;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #002e51;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    transition: all .35s;
}
input:focus, textarea:focus {
    background: #f5f5f5;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #002e51;
}
:-moz-placeholder {
    opacity: 1;
    color: #002e51;
}
::-moz-placeholder {
    opacity: 1;
    color: #002e51;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #002e51;
}
textarea {
    resize: vertical;
    height: 15rem;
}
input.submit {
    float: right;
    padding: 1.2rem 2.5rem;
    width: auto;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300!important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background: #002e51;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input.submit:hover {
    cursor: pointer;
    background: #004b84;
}
@media (max-width: 48em) {
    input.submit {
    padding: 2rem 2.5rem;
    width: 100%;
    font-size: 1.5rem;
}
}select {
    display: block;
    padding: 1.5rem 2.5rem;
    width: 27rem;
    height: 5rem;
    border: none;
    font-size: 1.3rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .1rem;
    cursor: pointer;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #fff;
    background: url(../../img/layout/select-arrow.svg) right 2rem top 50% no-repeat #002e51;
}
option {
    border: none;
    padding: 1rem 2.5rem;
    text-transform: none;
}
p.error {
    display: none;
    margin: -2.5rem 0 2.5rem;
    color: red;
    font-size: 1.4rem;
    padding: 0 1rem;
}
.star {
    color: #002e51;
}
img.captcha {
    display: block;
    margin: 0 0 1rem;
    border: 1px solid #ddd;
}
p.info {
    margin: -2rem 0 0;
    padding: 0 1rem;
    color: #ababab;
    font-weight: 300;
    font-size: 1.3rem;
}
.homeslider .text {
    position: absolute;
    right: 8%;
    top: 40%;
    transform: translateY(-40%);
    color: #002e51;
}
@media (max-width: 48em) {
    .homeslider .text {
    display: none;
}
}.homeslider .text h1 {
    margin: 0 0 .5rem;
    font-size: 2.4rem;
}
.homeslider .text p {
    margin: 0 5rem 0 0;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.homeslider li:nth-of-type(2) .text, .homeslider li:nth-of-type(3) .text {
    color: #fff;
}
.homeslider li:nth-of-type(2) .text h1, .homeslider li:nth-of-type(3) .text h1 {
    color: #fff;
}
.homeslider .name {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.homeslider .name::before {
    content: "";
    display: inline-block;
    margin: 0 1rem 0 0;
    width: 3.2rem;
    height: 1.4rem;
    background: url(../../img/layout/ship.svg) no-repeat;
    background-size: contain;
}
.homeslider .slides-navigation a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    background: #002e51;
}
.homeslider .slides-navigation a:hover {
    background: #004b84;
}
.homeslider .slides-navigation a::before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 2.5rem;
}
.homeslider .slides-navigation a.prev::before {
    background: url(../../img/layout/sprite.svg) 0 -2rem;
    background-size: 30rem 30rem;
}
.homeslider .slides-navigation a.next::before {
    background: url(../../img/layout/sprite.svg) -2rem -2rem;
    background-size: 30rem 30rem;
}
.homeslider .btn {
    position: absolute;
    z-index: 1000;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 4rem;
    border-color: #fff;
    color: #fff;
    letter-spacing: .1rem;
    white-space: nowrap;
}
@media (max-width: 48em) {
    .homeslider .btn {
    bottom: 7rem;
    width: auto!important;
}
}.homeslider .btn:hover {
    color: #002e51;
    background: #fff;
}
.news-latest .entry {
    position: relative;
    display: flex;
    margin: 0 0 4%}
@media (max-width: 48em) {
    .news-latest .entry {
    display: block;
    margin: 0 0 4rem;
}
}.news-latest time {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    display: block;
    padding: 1.2rem 0 0;
    width: 4.5rem;
    height: 4.5rem;
    line-height: .9;
    color: #fff;
    text-align: center;
    background: #002e51;
}
@media (max-width: 48em) {
    .news-latest time {
    padding-top: 1.4rem;
    width: 6rem;
    height: 6rem;
    line-height: 1.2;
}
}@media (max-width: 30em) {
    .news-latest time {
    padding-top: 1.2rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: .9;
}
}.news-latest time .month {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
}
@media (max-width: 48em) {
    .news-latest time .month {
    font-size: 1.3rem;
}
}@media (max-width: 30em) {
    .news-latest time .month {
    font-size: 1.1rem;
}
}.news-latest time .year {
    font-weight: 300;
    font-size: 1.1rem;
    text-transform: uppercase;
}
@media (max-width: 48em) {
    .news-latest time .year {
    font-size: 1.3rem;
}
}@media (max-width: 30em) {
    .news-latest time .year {
    font-size: 1.1rem;
}
}.news-latest .image-wrapper {
    overflow: hidden;
    position: relative;
    width: 35%;
    height: 15rem;
}
@media (max-width: 48em) {
    .news-latest .image-wrapper {
    width: 100%;
    height: auto;
    overflow: visible;
}
}.news-latest .image-wrapper img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 200%}
@media (max-width: 62em) {
    .news-latest .image-wrapper img {
    width: 150%}
}@media (max-width: 48em) {
    .news-latest .image-wrapper img {
    position: static;
    display: block;
    margin: 0 0 -1px;
    width: 100%;
    transform: translate(0, 0);
}
}.news-latest .right {
    padding: 2rem;
    width: 65%;
    height: 15rem;
    color: #3e4f59;
    background: #f8f8f8;
    transition: .35s all;
}
@media (max-width: 62em) {
    .news-latest .right {
    width: 80%}
}@media (max-width: 48em) {
    .news-latest .right {
    padding-bottom: 5rem;
    width: 100%;
    height: auto;
}
}.news-latest .right h4 {
    margin: 0 0 1.5rem;
    color: #3e4f59;
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    text-align: left;
    transition: .35s all;
}
@media (max-width: 48em) {
    .news-latest .right h4 {
    font-size: 1.6rem;
}
}@media (max-width: 30em) {
    .news-latest .right h4 {
    font-size: 1.4rem;
}
}.news-latest .right p {
    margin: 0;
    line-height: 2.2rem;
    font-size: 1.3rem;
}
@media (max-width: 48em) {
    .news-latest .right p {
    line-height: 2.4rem;
    font-size: 1.4rem;
}
}@media (max-width: 30em) {
    .news-latest .right p {
    line-height: 2.2rem;
    font-size: 1.3rem;
}
}.news-latest .right .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    line-height: 1;
    font-weight: 300;
    font-size: 1.3rem;
    text-transform: uppercase;
}
@media (max-width: 62em) {
    .news-latest .right .more {
    bottom: 2rem;
    right: 2rem;
}
}.news-latest .entry:hover .right {
    color: #fff;
    background: #002e51;
}
.news-latest .entry:hover h4 {
    color: #fff;
}
.news-list .entry {
    margin: 0 0 3.5rem;
    padding: 0 0 3rem;
    border-bottom: 1px solid #e5e5e5;
}
.news-list .new {
    position: relative;
    display: block;
    margin: 0 0 2rem;
    width: 7rem;
    height: 4.5rem;
    line-height: 4.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    background: #002e51;
}
.news-list .new::before {
    content: "";
    position: absolute;
    bottom: -.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .6rem .6rem 0;
    border-color: #002e51 transparent transparent;
}
.news-list h2 {
    margin: 0 0 1rem;
    text-align: left;
}
.news-list .date {
    font-size: 1.4rem;
}
@media (max-width: 48em) {
    .news-list .date {
    display: block;
    margin: 0 0 1.5rem;
}
}.news-list img {
    display: block;
    margin: 0 0 1.5rem;
    width: 100%}
.news-list p {
    margin: 0 0 2rem;
    line-height: 2.1rem;
    font-size: 1.4rem;
}
.news-list .btn {
    float: right;
    margin: 0;
}
.news-detail img {
    display: block;
    margin: 0 auto 5rem;
    width: 100%;
    max-width: 100%}
.news-detail h1 {
    margin: 0 0 2rem;
}
.teasers {
    margin: 3rem 0 6rem;
}
.teasers .entry {
    position: relative;
    float: left;
    width: 33.3334%}
.teasers .entry.blue::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 46, 81, 0.5);
    transition: opacity .35s;
}
.teasers .entry.blue:hover::before {
    opacity: 0;
}
@media (max-width: 30em) {
    .teasers .entry {
    width: 100%}
}.teasers .entry h2 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #002e51;
    font-size: 2.4rem;
    transition: all .35s;
}
.teasers .entry.blue h2 {
    color: #fff;
}
.teasers .entry .btn {
    opacity: 0;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%) scale(0);
    display: block;
    padding: 0;
    width: 20rem;
    height: 6rem;
    line-height: 6.3rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #002e51;
    transition: all .35s;
}
@media (max-width: 75em) {
    .teasers .entry .btn {
    width: 10rem;
    height: 3.7rem;
    line-height: 4rem;
    font-size: 1.2rem;
}
}.teasers .entry.blue .btn {
    border: none;
    color: #002e51;
    background: #fff;
}
.teasers .entry:hover .btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.teasers .entry:hover h2 {
    opacity: 0;
}
.teasers .entry:nth-of-type(2) h2 {
    color: #fff;
}
.teasers .entry img {
    display: block;
    width: 100%;
    opacity: .4;
    transition: opacity .35s;
}
.teasers .entry:hover img {
    opacity: 1;
}
.teasers .entry.blue img {
    opacity: 1;
}
.team .entry {
    float: left;
    margin: 0 2.75% 4rem 0;
    width: 31.5%;
    list-style: none;
}
.team .entry:nth-of-type(3n) {
    margin-right: 0;
}
@media (max-width: 48em) {
    .team .entry: nth-of-type(3n) {
    margin-right: 2.75%}
}.team .entry:nth-of-type(3n+1) {
    clear: left;
}
@media (max-width: 48em) {
    .team .entry: nth-of-type(3n+1) {
    clear: none;
}
}@media (max-width: 48em) {
    .team .entry {
    width: 48%}
.team .entry:nth-of-type(2n) {
    margin-right: 0;
}
}@media (max-width: 30em) {
    .team .entry {
    width: 100%}
}.team img {
    display: block;
    margin: 0 0 2rem;
    width: 100%}
.team h3 {
    margin: 0 0 .3rem;
    font-size: 1.7rem;
    text-align: left;
}
.team span {
    display: block;
}
.team .job {
    margin: 0 0 2rem;
    opacity: .8;
}
.team .icon {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 0 0 4rem;
}
.team .icon::before {
    background: url(../../img/layout/sprite.svg) 0 0;
    background-size: 30rem 30rem;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.2rem;
    margin: -1.5rem 0 0;
    width: 3rem;
    height: 3rem;
}
.team .icon.phone::before {
    background-position: 0 -10rem;
}
.team .icon.mail::before {
    background-position: -4rem -10rem;
}
.team a {
    text-decoration: underline;
}
.careers .btn-wrapper {
    margin: 0 0 4rem;
    text-align: center;
}
.careers .btn-wrapper .btn {
    margin: 0 -.2rem;
}
.careers .btn-wrapper .btn.btn-full:hover {
    color: #fff;
    background: #002e51;
}
.careers .btn.apply {
    width: 12rem;
}
.careers .download-box {
    margin: 6rem 0;
    text-align: center;
    font-weight: 600;
}
.careers .download-box p {
    margin: 0;
}
.careers .download-box .pdf {
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.careers .download-box .pdf::before {
    background: url(../../img/layout/sprite.svg) 0 -14rem;
    background-size: 30rem 30rem;
    content: "";
    display: inline-block;
    position: relative;
    top: .5rem;
    margin: 0 1rem 0 0;
    width: 1.9rem;
    height: 2.4rem;
}
.careers .onshore {
    margin: 2rem 0 -3rem;
    padding: 4rem 0 2rem;
    background: #f0f0f0;
}
.careers-detail h3.cv {
    margin: 5rem 0 2rem;
    font-weight: 400;
    font-size: 1.5rem;
}
.careers-detail .btn-wrapper {
    margin: 5rem 0 3.5rem;
    padding: 0 0 3.5rem;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 48em) {
    .careers-detail .btn-wrapper {
    padding: 0 0 1rem;
}
}.careers-detail .btn-wrapper .btn-full {
    display: block;
    margin: 0 auto 3rem;
    width: 27rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.careers-detail select {
    margin: -1rem auto 5rem;
}
.careers-detail .footer a.btn {
    float: left;
    width: 14rem;
}
.careers-detail .footer input.btn {
    float: right;
    width: 14rem;
    background: none;
}
.careers-detail .footer input.btn:hover {
    color: #fff!important;
    background: #002e51;
}
.gallery li {
    float: left;
    margin: 0 2.75% 0 0;
    width: 31.5%;
    list-style: none;
}
.gallery li:nth-of-type(3n) {
    margin-right: 0;
}
@media (max-width: 48em) {
    .gallery li: nth-of-type(3n) {
    margin-right: 2.75%}
}.gallery li:nth-of-type(3n+1) {
    clear: left;
}
@media (max-width: 48em) {
    .gallery li: nth-of-type(3n+1) {
    clear: none;
}
}@media (max-width: 48em) {
    .gallery li {
    width: 48%}
.gallery li:nth-of-type(2n) {
    margin-right: 0;
}
}@media (max-width: 30em) {
    .gallery li {
    width: 100%}
}.gallery img {
    display: block;
    margin: 0 0 1rem;
    width: 100%}
.gallery .image-wrapper {
    position: relative;
    display: block;
}
.gallery .image-wrapper::before {
    background: url(../../img/layout/sprite.svg) 0 -22rem;
    background-size: 30rem 30rem;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    opacity: 0;
    transition: .35s all;
}
.gallery .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .35s all;
    background: #002e51;
}
.gallery .fancybox:hover .image-wrapper::before {
    opacity: 1;
}
.gallery .fancybox:hover .image-wrapper::after {
    opacity: .7;
}
.gallery h3 {
    margin: 0;
    font-size: 1.6rem;
    text-align: left;
}
.gallery p {
    font-size: 1.3rem;
}
.contact-hero {
    position: relative;
    margin: 4rem 0 0;
}
@media (max-width: 30em) {
    .contact-hero {
    display: none;
}
}.contact-hero img {
    display: block;
    width: 100%}
.contact-hero .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
}
.contact-hero .text h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 3rem;
}
@media (max-width: 48em) {
    .contact-hero .text h3 {
    margin: 0 0 .5rem;
    font-size: 2rem;
}
}.contact-hero .text p {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
}
@media (max-width: 48em) {
    .contact-hero .text p {
    font-size: 1.5rem;
}
}.form-image {
    max-width: 100%}
@media (max-width: 48em) {
    .form-image {
    display: block;
    margin: 0 auto 3rem;
}
}.fleet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fleet .entry {
    margin: 0 0 4rem;
    width: 48%}
@media (max-width: 48em) {
    .fleet .entry {
    width: 100%}
}.fleet img {
    display: block;
    margin: 0 0 2rem;
    width: 100%}
.fleet .image-wrapper {
    position: relative;
    display: block;
}
.fleet .image-wrapper::before {
    background: url(../../img/layout/sprite.svg) 0 -22rem;
    background-size: 30rem 30rem;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    opacity: 0;
    transition: .35s all;
}
.fleet .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .35s all;
    background: #002e51;
}
.fleet .fancybox:hover .image-wrapper::before {
    opacity: 1;
}
.fleet .fancybox:hover .image-wrapper::after {
    opacity: .7;
}
.fleet h2 {
    margin: 0;
    font-size: 1.8rem;
    text-align: left;
}
.fleet .type {
    display: block;
    margin: -.2rem 0 2rem;
    color: #002e51;
    font-size: 1.4rem;
}
.fleet ul {
    margin: 0 0 1.5rem;
    list-style: none;
    font-size: 1.3rem;
}
.fleet .pdf {
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.fleet .pdf::before {
    background: url(../../img/layout/sprite.svg) 0 -14rem;
    background-size: 30rem 30rem;
    content: "";
    display: inline-block;
    position: relative;
    top: .5rem;
    margin: 0 1rem 0 0;
    width: 1.9rem;
    height: 2.4rem;
}


ul .modern-dropdown-content {
    position: sticky;
   }

.dropdown-sub-menu, .dropdown-sub-menu ul {
    display: inline;
    background: red;
}

.header-modern .nav-main-modern.dropdown-sub-menu{
    /* padding: 0 2.5rem; */

    text-transform: lowercase;
}

.header-modern .nav-main-modern .modern-dropdown .dropdown-sub-menu {
    /* display: contents; */
    /* top: 5.0rem; */
}

.dropdown-sub-menu {
    display: inline-flex;
    top: 5.0rem;
}



.header-modern .nav-main-modern .modern-dropdown .dropdown-sub-menu li a {
    color : green;
}

.header-modern .nav-main-modern .modern-dropdown ul {
    color: green;
    background: yellow;
}

















 
.header-with-dropul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  .header-with-drop li {
    float: left;
    list-style: none;
  }


  
  .header-with-drop li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .header-with-drop li a:hover, .dropdown:hover .dropbtn {
    background: #ffffff;
    color: #002744;
  }
  
  .header-with-drop li.dropdown {
    display: inline-block;
  }
  
  .header-with-drop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .header-with-drop .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .header-with-drop .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .header-with-drop .dropdown:hover .dropdown-content {
    display: block;
  }

.intro.intro-fleet,
.intro.intro-hseq,
.intro.intro-news,
.intro.intro-media,
.intro.intro-careers,
.intro.intro-fleet,
.intro.intro-contact,
.intro.intro-history,
.intro.intro-hseq,
.intro.intro-offices,
.intro.intro-team {
	background-position: center center;
} 

.pushy ul ul {
    padding: 0;
    display: flow-root;
    position: inherit;
    bottom: inherit;
}

.mobile.pushy.pushy-left li a {
    height: auto !important;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    font-weight: bolder;
    text-transform: uppercase;
}
