.fifty-years { width:200px; position:absolute; bottom:0; right:20px; }
.fifty-years img { display:none !important; opacity:1 !important; }

@-webkit-keyframes slideInTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideOutTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
@keyframes slideOutTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@font-face {
  font-family: 'TradeGothic';
  src: url("../fonts/TradeGothic-Bold.eot");
  src: url("../fonts/TradeGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic-Bold.woff2") format("woff2"), url("../fonts/TradeGothic-Bold.woff") format("woff"), url("../fonts/TradeGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TradeGothic';
  src: url("../fonts/TradeGothic.eot");
  src: url("../fonts/TradeGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic.woff2") format("woff2"), url("../fonts/TradeGothic.woff") format("woff"), url("../fonts/TradeGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "TradeGothic", sans-serif;
}
body #hero {
  height: 240px;
  background-image: url(../img/landing_hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #003087;
}

h3 {
  font-size: 25px;
  line-height: 30px;
  color: #5b6770;
  font-weight: normal;
  margin: 15px 0;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #be0035;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  color: #003087;
  margin-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
p.caption {
  font-size: 14px;
  line-height: 18px;
  color: #555;
  font-style: italic;
}

ul {
  padding: 0;
  margin: 0;
}

body *::-moz-selection {
  color: #fff;
  background-color: #be0035;
}

body *::selection {
  color: #fff;
  background-color: #be0035;
}

img {
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  img {
    height: auto !important;
  }
}

form input {
  max-width: 100%;
  font-family: Arial;
}
form.wpcf7-form input[type='text'], form.wpcf7-form input[type='email'] {
  padding: 0 5px;
  border: 1px solid #555;
  height: 33px;
  line-height: 33px;
}

.btn, input[type='submit'], .Lst-ButtonFace, .button, .JD-BButtonFace {
  min-width: 110px;
  background-color: #be0035 !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 38px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-weight: normal;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 0;
  padding: 3px 20px 0 20px !important;
  text-transform: uppercase;
  border: 0;
  border-radius: 0 !important;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .btn, input[type='submit'], .Lst-ButtonFace, .button, .JD-BButtonFace {
    font-size: 13px;
    padding: 3px 10px 0 10px !important;
  }
}
@media screen and (max-width: 40px) {
  .btn, input[type='submit'], .Lst-ButtonFace, .button, .JD-BButtonFace {
    font-size: 12px;
    padding: 3px 5px 0 5px !important;
  }
}
.btn:hover, input[type='submit']:hover, .Lst-ButtonFace:hover, .button:hover, .JD-BButtonFace:hover {
  background-color: #5b6770 !important;
  color: #fff;
}
.btn.white, input[type='submit'].white, .Lst-ButtonFace.white, .button.white, .JD-BButtonFace.white {
  background-color: #fff;
  color: #003087;
}
.btn.white:hover, input[type='submit'].white:hover, .Lst-ButtonFace.white:hover, .button.white:hover, .JD-BButtonFace.white:hover {
  background-color: #003087;
  color: #fff;
  border-color: #003087;
}
.btn:focus, input[type='submit']:focus, .Lst-ButtonFace:focus, .button:focus, .JD-BButtonFace:focus {
  outline: 0;
}
.btn::after, .btn::before, input[type='submit']::after, input[type='submit']::before, .Lst-ButtonFace::after, .Lst-ButtonFace::before, .button::after, .button::before, .JD-BButtonFace::after, .JD-BButtonFace::before {
  display: none;
}

#cookie-notice .button.wp-default {
  min-width: initial;
  min-height: initial;
  color: #000 !important;
  font-size: 15px;
  line-height: 15px;
  border-radius: 3px !important;
}

hr {
  border: 0;
  background-color: #eee;
  height: 2px;
}

legend {
  padding: 0 10px;
}

.clear {
  clear: both;
}
.clear:before, .clear:after {
  content: " ";
  display: block;
  clear: both;
}

.overflow {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 25px;
}

p.instruction {
  margin-bottom: 15px;
  text-align: left;
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
p.instruction.show {
  display: block;
}

.container {
  max-width: 100%;
  padding: 50px 45px;
}
.container .inner_content {
  min-height: 43vh;
}
.container main {
  margin: 0 34.07% 0 8.518%;
}
.container main.full {
  margin: 0 8.518%;
}
.container main:before, .container main:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1100px) {
  .container main {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    margin: 40px !important;
    padding: 0;
  }
}

#width-check {
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #width-check {
    z-index: 1;
  }
}

#hero h1, #hero h2, #hero h3, #hero h4, #hero p {
  color: #fff;
}

.main_sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 620px;
  overflow: hidden;
  background-color: #000;
}
.main_sections > div {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_sections > div .overlay {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  bottom: 0;
  background-color: #000;
  opacity: 0.45;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.main_sections > div a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .main_sections > div a {
    background-size: cover !important;
  }
}
.main_sections > div h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 60px;
  position: absolute;
  max-width: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.main_sections > div h2:before {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: " ";
  display: block;
  height: 2px;
  width: 300px;
  position: absolute;
  left: -310px;
  top: 8px;
}
@media screen and (max-width: 1350px) {
  .main_sections > div h2 {
    font-size: 20px;
  }
}
.main_sections > div:hover {
  z-index: 5;
}
.main_sections > div:hover > h2 {
  display: block !important;
}
@media screen and (max-width: 1100px) {
  .main_sections > div {
    position: relative !important;
    height: 465px;
    left: 0 !important;
    right: initial !important;
  }
  .main_sections > div:hover {
    left: initial !important;
    right: initial !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections > div {
    height: 250px;
  }
}
.main_sections.one > div {
  width: 100%;
}
.main_sections.one > div a {
  background-size: cover;
  background-position: center;
}
.main_sections.one > div:first-child {
  left: 0;
  background-position: center;
}
.main_sections.one > div:hover {
  width: 110% !important;
}
.main_sections.two > div {
  width: 50%;
}
.main_sections.two > div a {
  background-size: auto 1200px;
  background-position: center;
}
.main_sections.two > div:first-child {
  left: 0;
  background-position: left center;
}
.main_sections.two > div:nth-child(2) {
  left: 50%;
}
.main_sections.two > div:nth-child(2):hover {
  left: 47.5%;
}
.main_sections.two > div:hover {
  width: 55% !important;
}
@media screen and (max-width: 1100px) {
  .main_sections.two > div:hover {
    width: 50% !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections.two > div {
    width: 100% !important;
  }
  .main_sections.two > div:hover {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections.two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
.main_sections.three > div {
  width: 33.33333%;
}
.main_sections.three > div a {
  background-size: auto 1050px;
  background-position: center;
}
.main_sections.three > div:first-child {
  left: 0;
  background-position: left center;
}
.main_sections.three > div:nth-child(2) {
  left: 33.33333%;
}
.main_sections.three > div:nth-child(2):hover {
  left: 29.5%;
}
.main_sections.three > div:nth-child(3) {
  left: 66.6666666%;
}
.main_sections.three > div:nth-child(3):hover {
  left: 62.5%;
}
.main_sections.three > div:hover {
  width: 40% !important;
}
@media screen and (max-width: 1100px) {
  .main_sections.three > div:hover {
    width: 33.33333% !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections.three > div {
    width: 100% !important;
  }
  .main_sections.three > div:hover {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections.three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
.main_sections.four > div {
  width: 25%;
}
.main_sections.four > div a {
  background-size: auto 900px;
}
.main_sections.four > div:first-child {
  left: 0;
  background-position: left center;
}
.main_sections.four > div:nth-child(2) {
  right: 50%;
}
.main_sections.four > div:nth-child(2):hover {
  right: 47.5%;
}
.main_sections.four > div:nth-child(3) {
  right: 25%;
}
.main_sections.four > div:nth-child(3):hover {
  right: 22.5%;
}
.main_sections.four > div:nth-child(4) {
  right: 0;
}
.main_sections.four > div:nth-child(4):hover {
  right: 0;
}
.main_sections.four > div:hover {
  width: 30% !important;
}
@media screen and (max-width: 1100px) {
  .main_sections.four > div:hover {
    width: 50% !important;
  }
  .main_sections.four > div:hover h2 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .main_sections.four > div {
    width: 50% !important;
  }
  .main_sections.four > div:hover {
    width: 50% !important;
  }
}
@media screen and (max-width: 650px) {
  .main_sections.four > div {
    width: 100% !important;
  }
  .main_sections.four > div:hover {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) {
  .main_sections.four {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main_sections.five > div {
  width: 20%;
}
.main_sections.five > div a {
  background-size: auto 750px;
  background-position: center;
}
.main_sections.five > div:first-child {
  left: 0;
  background-position: left center;
}
.main_sections.five > div:nth-child(2) {
  left: 20%;
}
.main_sections.five > div:nth-child(2):hover {
  left: 18.5%;
}
.main_sections.five > div:nth-child(3) {
  left: 40%;
}
.main_sections.five > div:nth-child(3):hover {
  left: 38.5%;
}
.main_sections.five > div:nth-child(4) {
  left: 60%;
}
.main_sections.five > div:nth-child(4):hover {
  left: 57.5%;
}
.main_sections.five > div:nth-child(5) {
  left: 80%;
}
.main_sections.five > div:nth-child(5):hover {
  left: 77.5%;
}
.main_sections.five > div:hover {
  width: 25% !important;
}
@media screen and (max-width: 1100px) {
  .main_sections.five > div {
    width: 50% !important;
    height: 310px;
  }
  .main_sections.five > div:hover {
    width: 50% !important;
  }
  .main_sections.five > div:last-of-type {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections.five > div {
    width: 100% !important;
    height: 250px;
  }
  .main_sections.five > div:hover {
    width: 100% !important;
  }
}
.main_sections.six > div {
  width: 16.666%;
}
.main_sections.six > div > h2 {
  margin-left: 35px;
}
.main_sections.six > div a {
  background-size: auto 650px;
  background-position: center;
}
.main_sections.six > div:first-child {
  left: 0;
  background-position: left center;
}
.main_sections.six > div:nth-child(2) {
  left: 16.666%;
}
.main_sections.six > div:nth-child(2):hover {
  left: 14.166%;
}
.main_sections.six > div:nth-child(3) {
  left: 33.332%;
}
.main_sections.six > div:nth-child(3):hover {
  left: 30.832%;
}
.main_sections.six > div:nth-child(4) {
  left: 49.9998%;
}
.main_sections.six > div:nth-child(4):hover {
  left: 47.4998%;
}
.main_sections.six > div:nth-child(5) {
  left: 66.664%;
}
.main_sections.six > div:nth-child(5):hover {
  left: 64.164%;
}
.main_sections.six > div:nth-child(6) {
  left: 83.33%;
}
.main_sections.six > div:nth-child(6):hover {
  left: 80.83%;
}
.main_sections.six > div:hover {
  width: 20% !important;
}
@media screen and (max-width: 1100px) {
  .main_sections.six > div {
    width: 50% !important;
    height: 310px;
  }
  .main_sections.six > div:hover {
    width: 50% !important;
  }
  .main_sections.six > div:last-of-type {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .main_sections.six > div {
    width: 100% !important;
    height: 250px;
  }
  .main_sections.six > div:hover {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) {
  .main_sections {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#breadcrumbs {
  margin: 15px 45px;
}
#breadcrumbs li {
  display: inline-block;
  margin: 0 5px;
  color: #555;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  #breadcrumbs li {
    display: none;
  }
}
#breadcrumbs li a {
  color: #555;
}
#breadcrumbs li a:hover {
  color: #be0035;
}
#breadcrumbs li:first-of-type {
  margin-left: 0;
}
#breadcrumbs li.item-current {
  color: #be0035;
  font-weight: normal;
}
#breadcrumbs li.item-current a {
  color: #be0035;
  font-weight: normal;
}
#breadcrumbs li.item-parent-201, #breadcrumbs li.item-parent-18, #breadcrumbs li.item-parent-4222, #breadcrumbs li.item-parent-4236, #breadcrumbs li.item-parent-229, #breadcrumbs li.item-parent-4232, #breadcrumbs li.item-parent-215 {
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  #breadcrumbs {
    margin: 15px 40px;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  max-height: 92px;
  top: 0;
  border-bottom: 0;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .inner {
  position: relative;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #back_bg {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  top: 0;
}
header #back_bg.show {
  opacity: 1;
}
header .nav_tickers {
  position: absolute;
  top: 620px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
}
header .nav_tickers div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 15px 30px 45px;
  display: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
header .nav_tickers div span {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  padding: 8px 10px 3px 10px;
  border-radius: 3px;
}
header .nav_tickers div ul {
  list-style: none;
}
header .nav_tickers div ul li {
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}
header .logo {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
header .logo svg {
  fill: #fff;
  max-height: 50px;
  height: 50px;
}
header .logo.color {
  display: none;
}
header .logo.color.show {
  display: block;
}
header .logo.white.show {
  display: block;
}
header .logo:hover {
  opacity: 0.65;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav #mobile-header-menu {
  display: none;
}
header nav div.menu-header-menu-container > ul {
  margin-top: 15px;
}
header nav div.menu-header-menu-container, header nav div.menu-mobile-header-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav div.menu-header-menu-container > ul, header nav div.menu-mobile-header-menu-container > ul {
  list-style: none;
}
header nav div.menu-header-menu-container > ul > li, header nav div.menu-mobile-header-menu-container > ul > li {
  display: inline-block;
}
header nav div.menu-header-menu-container > ul > li:hover .sub-menu, header nav div.menu-mobile-header-menu-container > ul > li:hover .sub-menu {
  display: block;
}
header nav div.menu-header-menu-container > ul > li:hover a:before, header nav div.menu-mobile-header-menu-container > ul > li:hover a:before {
  left: 0;
  right: 0;
}
header nav div.menu-header-menu-container > ul > li > a, header nav div.menu-mobile-header-menu-container > ul > li > a {
  font-size: 20px;
  color: #fff;
  padding: 0 12px 10px 12px;
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  white-space: nowrap;
}
header nav div.menu-header-menu-container > ul > li > a:before, header nav div.menu-mobile-header-menu-container > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
header nav div.menu-header-menu-container > ul > li > a:hover:before, header nav div.menu-header-menu-container > ul > li > a:focus:before, header nav div.menu-header-menu-container > ul > li > a:active:before, header nav div.menu-mobile-header-menu-container > ul > li > a:hover:before, header nav div.menu-mobile-header-menu-container > ul > li > a:focus:before, header nav div.menu-mobile-header-menu-container > ul > li > a:active:before {
  left: 0;
  right: 0;
  opacity: 1;
}
header nav div.menu-header-menu-container > ul > li > a:before, header nav div.menu-mobile-header-menu-container > ul > li > a:before {
  height: 3px;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  min-height: 300px;
  width: 100vw;
  height: 800px;
  left: 0;
  padding: 170px 15px 30px 15px;
  top: -20px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li {
  display: block;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li a, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
  display: block;
  padding: 10px 30px;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li a:hover, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li a:hover {
  color: #be0035;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu {
  margin-top: 0px;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li {
  display: block;
  position: relative;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li a, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  text-transform: none;
  display: block;
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 20px;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li a:hover, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li.menu-item-has-children > a:after, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  right: 35px;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li.menu-item-has-children > a.active:after, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li.menu-item-has-children > a.active:after {
  content: "\f106";
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu {
  display: none;
  margin-top: 0;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a {
  padding: 0;
  margin: 0 45px;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a:after, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a:after {
  content: '';
  height: 1px;
  background-color: #fff;
  width: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2px;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a:hover, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a:hover {
  background-color: transparent;
  color: #fff;
}
header nav div.menu-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a:hover:after, header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li .sub-menu a:hover:after {
  opacity: 1;
}
header nav div.menu-header-menu-container > ul li.business_li:hover > .sub-menu, header nav div.menu-header-menu-container > ul li.investors_li:hover > .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.business_li:hover > .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav div.menu-header-menu-container > ul li.business_li:hover > .sub-menu .sub-menu, header nav div.menu-header-menu-container > ul li.investors_li:hover > .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.business_li:hover > .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li:hover > .sub-menu .sub-menu {
  display: block;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu {
  padding: 0;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu > li, 
header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li {
  /*-ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  width: 25%;*/
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 170px 15px 30px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000;
}
header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu > li, 
header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li {
  /*-ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  width: 25%;*/
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 170px 15px 30px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu > li:after, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu > li:after, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li:after, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li:after {
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu > li:hover:after, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu > li:hover:after, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li:hover:after, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li:hover:after {
  opacity: 0.5;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu > li > a, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu > li > a, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li > a, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li > a {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu > li a, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu > li a, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li a, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li a {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
/* header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu > li#menu-item-31000 a {
	text-transform: none !important;
} */
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu .sub-menu, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu .sub-menu {
  position: relative;
  z-index: 1;
}
header nav div.menu-header-menu-container > ul li.business_li > .sub-menu .sub-menu .sub-menu, header nav div.menu-header-menu-container > ul li.investors_li > .sub-menu .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu .sub-menu .sub-menu {
  display: none;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu {
  background-image: url(../img/about_nav_bg.jpg);
  padding-left: 50%;
  padding-right: 25%;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu li, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu li, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu li, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li {
  position: relative;
  z-index: 1;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu li a, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu li a, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu li a, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li a {
  margin-right: 11px;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu li a:hover, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu li a:hover, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu li a:hover, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu li:first-of-type a, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li:first-of-type a {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu li:first-of-type a:hover, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu li:first-of-type a:hover, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu li:first-of-type a:hover, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li:first-of-type a:hover {
  color: #be0035;
  background-color: transparent;
}
header nav div.menu-header-menu-container > ul #menu-item-30880 > .sub-menu:after, header nav div.menu-header-menu-container > ul #menu-item-31623 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu:after {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  width: 25%;
  z-index: 0;
}
header nav div.menu-header-menu-container > ul .business_li #menu-item-30883, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30883 {
  background-image: url(../img/b_services.jpg);
}
header nav div.menu-header-menu-container > ul .business_li #menu-item-30884, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30884 {
  background-image: url(../img/b_gas.jpg);
}
header nav div.menu-header-menu-container > ul .business_li #menu-item-30886, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30886 {
  background-image: url(../img/b_tankers.jpg);
}
header nav div.menu-header-menu-container > ul .business_li #menu-item-30885, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30885 {
  background-image: url(../img/b_offshore.jpg);
}
header nav div.menu-header-menu-container > ul .investors_li #menu-item-30997, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-30997 {
  background-image: url(../img/b_services.jpg);
}
header nav div.menu-header-menu-container > ul .investors_li #menu-item-31000, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-31000 {
  background-image: url(../img/b_gas.jpg);
  background-image: url(../img/b_tankers.jpg);
}
header nav div.menu-header-menu-container > ul .investors_li #menu-item-30999, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-30999 {
  background-image: url(../img/b_tankers.jpg);
  background-image: url(../img/b_offshore.jpg);
}
header nav div.menu-header-menu-container > ul .investors_li #menu-item-30998, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-30998 {
  background-image: url(../img/b_gas.jpg);
}
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu {
  background-image: url(../img/people_nav_bg.jpg);
  padding-left: 75%;
}
header nav div.menu-header-menu-container > ul #menu-item-36129 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-36129 > .sub-menu {
  background-image: url(../img/contact_nav_bgd.jpg);
  padding-left: 75%;
}
header nav div.menu-header-menu-container > ul #menu-item-36129 > .sub-menu li, header nav div.menu-mobile-header-menu-container > ul #menu-item-36129 > .sub-menu li,
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu li, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu li,
header nav div.menu-header-menu-container > ul .follow-us > .sub-menu li, header nav div.menu-mobile-header-menu-container > ul .follow-us > .sub-menu li {
  position: relative;
  z-index: 1;
}
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu li a, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu li a {
  padding: 10px 30px;
}
header nav div.menu-header-menu-container > ul #menu-item-36129 > .sub-menu li a:hover, header nav div.menu-mobile-header-menu-container > ul #menu-item-36129 > .sub-menu li a:hover,
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu li a:hover, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu li a:hover,
header nav div.menu-header-menu-container > ul .follow-us > .sub-menu li a:hover, header nav div.menu-mobile-header-menu-container > ul .follow-us > .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
header nav div.menu-header-menu-container > ul #menu-item-36129 > .sub-menu li:first-of-type, header nav div.menu-mobile-header-menu-container > ul #menu-item-36129 > .sub-menu li:first-of-type,
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu li:first-of-type, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu li:first-of-type,
header nav div.menu-header-menu-container > ul .follow-us > .sub-menu li:first-of-type, header nav div.menu-mobile-header-menu-container > ul .follow-us > .sub-menu li:first-of-type {
  pointer-events: none;
}
header nav div.menu-header-menu-container > ul #menu-item-36129 > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul #menu-item-36129 > .sub-menu li:first-of-type a,
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu li:first-of-type a,
header nav div.menu-header-menu-container > ul .follow-us > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul .follow-us > .sub-menu li:first-of-type a {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
header nav div.menu-header-menu-container > ul #menu-item-36129 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-36129 > .sub-menu:after,
header nav div.menu-header-menu-container > ul #menu-item-30961 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu:after,
header nav div.menu-header-menu-container > ul .follow-us > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul .follow-us > .sub-menu:after {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  width: 25%;
  z-index: 0;
}
header #search {
  margin-left: 25px;
  padding-left: 40px;
  border-left: 1px solid #fff;
  z-index: 11;
}
header #search i {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header #search:hover i {
  color: #be0035 !important;
}
header.sticky {
  background-color: #fff;
}
header.sticky .logo {
  top: 2px;
}
header.sticky .logo.white {
  display: none;
}
header.sticky .logo.color {
  display: block;
}
header.sticky nav div.menu-header-menu-container > ul > li > a, header.sticky nav div.menu-mobile-header-menu-container > ul > li > a {
  color: #5b6770;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  white-space: nowrap;
}
header.sticky nav div.menu-header-menu-container > ul > li > a:before, header.sticky nav div.menu-mobile-header-menu-container > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #5b6770;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
header.sticky nav div.menu-header-menu-container > ul > li > a:hover:before, header.sticky nav div.menu-header-menu-container > ul > li > a:focus:before, header.sticky nav div.menu-header-menu-container > ul > li > a:active:before, header.sticky nav div.menu-mobile-header-menu-container > ul > li > a:hover:before, header.sticky nav div.menu-mobile-header-menu-container > ul > li > a:focus:before, header.sticky nav div.menu-mobile-header-menu-container > ul > li > a:active:before {
  left: 0;
  right: 0;
  opacity: 1;
}
header.sticky nav div.menu-header-menu-container > ul > li > .sub-menu, header.sticky nav div.menu-mobile-header-menu-container > ul > li > .sub-menu {
  top: -20px;
}
header.sticky nav #search {
  border-left: 1px solid #5b6770;
}
header.sticky nav #search i {
  color: #5b6770;
}
header.open .logo.white {
  display: block;
}
header.open .logo.color {
  display: none;
}
header.open nav div.menu-header-menu-container > ul > li > a, header.open nav div.menu-mobile-header-menu-container > ul > li > a {
  color: #fff;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  white-space: nowrap;
}
header.open nav div.menu-header-menu-container > ul > li > a:before, header.open nav div.menu-mobile-header-menu-container > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
header.open nav div.menu-header-menu-container > ul > li > a:hover:before, header.open nav div.menu-header-menu-container > ul > li > a:focus:before, header.open nav div.menu-header-menu-container > ul > li > a:active:before, header.open nav div.menu-mobile-header-menu-container > ul > li > a:hover:before, header.open nav div.menu-mobile-header-menu-container > ul > li > a:focus:before, header.open nav div.menu-mobile-header-menu-container > ul > li > a:active:before {
  left: 0;
  right: 0;
  opacity: 1;
}
header.open nav div.menu-header-menu-container > ul > li:hover a:before, header.open nav div.menu-mobile-header-menu-container > ul > li:hover a:before {
  left: 0;
  right: 0;
}
header.open nav #search {
  border-left: 1px solid #fff;
}
header.open nav #search i {
  color: #fff;
}
header .nav-mob {
  display: none;
  width: 25px;
  position: relative;
  top: 27px;
  right: 25px;
  position: fixed;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 38px;
  z-index: 1001;
}
header .nav-mob span {
  background-color: #5b6770;
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .nav-mob span:nth-of-type(2) {
  top: 8px;
}
header .nav-mob span:nth-of-type(3) {
  top: 16px;
}
header .nav-mob.open span {
  background-color: #fff;
}
header .nav-mob.open span:nth-of-type(1) {
  display: none;
}
header .nav-mob.open span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .nav-mob.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

@media screen and (max-width: 1100px) {
  header {
    background-color: #fff;
    padding: 15px 0;
    max-height: 100%;
  }
  header .inner {
    padding: 0;
    display: block;
  }
  header #back_bg.show {
    opacity: 0;
  }
  header .nav_tickers {
    display: none;
  }
  header .logo {
    display: inline-block;
    top: 2px;
    left: 25px;
  }
  header .logo svg {
    height: 40px;
  }
  header .logo.white {
    display: none;
  }
  header .logo.color {
    display: inline-block;
  }
  header nav #header-menu {
    display: none !important;
  }
  header nav.open div.menu-mobile-header-menu-container {
    display: block !important;
    width: 100%;
    position: fixed;
    top: -90px;
    bottom: 0;
    overflow-x: scroll;
  }
  header nav.open .logo.white {
    display: inline-block;
  }
  header nav div.menu-mobile-header-menu-container {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul {
    padding: 0 !important;
  }
  header nav div.menu-mobile-header-menu-container > ul > li {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > a {
    padding: 60px 12px 10px 12px !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > a:before {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > a:hover {
    color: #fff;
  }
  header nav div.menu-mobile-header-menu-container > ul > li:hover .sub-menu .sub-menu {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul > li:hover a:before {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0 !important;
    text-align: center;
    min-height: 0;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu li a {
    font-size: 20px;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu li a:hover {
    color: #fff;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu li:hover:after {
    opacity: 0 !important;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li {
    padding: 0 !important;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu {
    display: block;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li a {
    margin: 0;
    font-size: 17px;
    color: #ccc;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li a.active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li > .sub-menu {
    background-color: rgba(0, 0, 0, 0.6);
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li > .sub-menu li a {
    padding: 8px 20px;
    font-size: 17px;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li > .sub-menu li > .sub-menu li a:hover {
    text-decoration: none;
    color: #be0035;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "+";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    position: absolute;
    right: 35px;
  }
  header nav div.menu-mobile-header-menu-container > ul > li > .sub-menu > li.menu-item-has-children > a.active:after {
    content: "-";
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li:hover > .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li:hover > .sub-menu {
    display: block;
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li:hover > .sub-menu .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li:hover > .sub-menu .sub-menu {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu {
    display: block;
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 1;
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li > a, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li > a {
    font-size: 20px;
    text-transform: none;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 30px;
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li .sub-menu, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li .sub-menu {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li .sub-menu li.menu-item-has-children > a:after, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li .sub-menu li.menu-item-has-children > a:after {
    content: "+";
  }
  header nav div.menu-mobile-header-menu-container > ul li.business_li > .sub-menu > li .sub-menu li.menu-item-has-children > a.active:after, header nav div.menu-mobile-header-menu-container > ul li.investors_li > .sub-menu > li .sub-menu li.menu-item-has-children > a.active:after {
    content: "-";
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu {
    padding: 100px 0 50px 0 !important;
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li:first-of-type a, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu li:first-of-type a {
    font-size: 15px;
    line-height: 20px;
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-30880 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-31623 > .sub-menu:after {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul .business_li {
    background-image: url(../img/b_tankers.jpg);
  }
  header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30883, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-31631, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30884, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-31668, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30886, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-31640, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-30885, header nav div.menu-mobile-header-menu-container > ul .business_li #menu-item-31649 {
    background-image: none;
    background-color: transparent;
  }
  header nav div.menu-mobile-header-menu-container > ul .investors_li {
    background-image: url(../img/b_services.jpg);
  }
  header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-30997, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-31673, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-31000, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-30999, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-30998, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-31681, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-31690, header nav div.menu-mobile-header-menu-container > ul .investors_li #menu-item-31698 {
    background-image: none;
    background-color: transparent;
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-30961, header nav div.menu-mobile-header-menu-container > ul #menu-item-31707 {
    background-image: url(../img/people_nav_bg.jpg);
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu, header nav div.menu-mobile-header-menu-container > ul #menu-item-31707 > .sub-menu {
    background-image: none;
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-30961 > .sub-menu:after, header nav div.menu-mobile-header-menu-container > ul #menu-item-31707 > .sub-menu:after {
    display: none;
  }
  header nav div.menu-mobile-header-menu-container > ul #menu-item-36129, header nav div.menu-mobile-header-menu-container > ul #menu-item-36128 {
    background-image: url(../img/contact_nav_bgd.jpg);
    padding-bottom: 100px;
  }
  header #search {
    border-left: 0 !important;
    border-right: 1px solid #9da4a9;
    padding-right: 27px;
    position: relative;
    right: 75px;
    margin-top: 0;
    position: absolute;
    top: 9px;
  }
  header #search i {
    color: #5b6770;
  }
  header .nav-mob {
    display: block;
  }
}
#search_hold {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  height: 100px;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#search_hold.show {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
#search_hold #search_inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 45px;
}
@media screen and (max-width: 1100px) {
  #search_hold #search_inner {
    padding: 0 25px;
  }
}
#search_hold #search_inner i {
  color: #003087;
  line-height: 25px;
  position: absolute;
  top: 35px;
}
#search_hold #search_inner i.fa-search {
  left: 75px;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  #search_hold #search_inner i.fa-search {
    left: 25px;
  }
}
#search_hold #search_inner i.close {
  right: 45px;
  font-size: 25px;
  cursor: pointer;
}
#search_hold #search_inner i.close:hover {
  color: #be0035;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #search_hold #search_inner i.close {
    right: 25px;
  }
}
#search_hold #search_inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  margin: 0;
  border-bottom: 1px solid #555;
}
#search_hold #search_inner form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 20px 55px 0 120px;
  font-size: 25px;
  color: #555;
}
#search_hold #search_inner form input:focus {
  outline: 0;
}
@media screen and (max-width: 1100px) {
  #search_hold #search_inner form input {
    padding: 20px 25px 2px 40px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  #search_hold #search_inner form input {
    font-size: 15px;
  }
}
#search_hold #search_inner form input::-webkit-input-placeholder {
  font-size: 25px;
  line-height: 30px;
}
#search_hold #search_inner form input:-ms-input-placeholder {
  font-size: 25px;
  line-height: 30px;
}
#search_hold #search_inner form input::-ms-input-placeholder {
  font-size: 25px;
  line-height: 30px;
}
#search_hold #search_inner form input::placeholder {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  #search_hold #search_inner form input::-webkit-input-placeholder {
    font-size: 20px;
  }
  #search_hold #search_inner form input:-ms-input-placeholder {
    font-size: 20px;
  }
  #search_hold #search_inner form input::-ms-input-placeholder {
    font-size: 20px;
  }
  #search_hold #search_inner form input::placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #search_hold #search_inner form input::-webkit-input-placeholder {
    font-size: 15px;
  }
  #search_hold #search_inner form input:-ms-input-placeholder {
    font-size: 15px;
  }
  #search_hold #search_inner form input::-ms-input-placeholder {
    font-size: 15px;
  }
  #search_hold #search_inner form input::placeholder {
    font-size: 15px;
  }
}
#search_hold.show {
  display: block;
}

body.search-results #nav-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.search-results h2 a {
  color: #003087;
}
body.search-results #search-form-inner input {
  width: calc(100% - 62px);
  margin: 20px 0 20px 20px;
  padding: 10px;
  border: #555 1px solid;
}

body aside {
  background-color: rgba(0, 48, 135, 0.95);
  width: 315px;
  min-height: 370px;
  position: fixed;
  top: 300px;
  z-index: 2;
  right: 45px;
  padding: 30px 25px 30px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-height: 850px) {
  body aside {
    top: 30vh;
  }
}
body aside h2 {
  color: #fff;
}
body aside ul {
  list-style: none;
}
body aside ul li {
  padding: 6px 0;
}
body aside ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
/*  white-space: nowrap;*/
  line-height: 19px;
}
body.sitemap aside { display:none; }
body aside ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #be0035;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
body aside ul li a:hover:before, body aside ul li a:focus:before, body aside ul li a:active:before {
  left: 0;
  right: 0;
  opacity: 1;
}
body aside ul li .children {
  display: none;
  margin-top: 8px;
}
body aside ul li.current_page_item {
  position: relative;
}
body aside ul li.current_page_item a:before {
  display: none !important;
}
body aside ul li.current_page_item a:after {
  position: absolute;
  left: -29px;
  background-color: #be0035;
  height: 2px;
  width: 20px;
  content: " ";
  top: 6px;
}
@media screen and (max-width: 1100px) {
  body aside {
    display: none !important;
  }
}
body.page-template-tpl_offices aside ul li.page_item_has_children {
  position: relative;
  display: block;
}
body.page-template-tpl_offices aside ul li.page_item_has_children > a {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
}
body.page-template-tpl_offices aside ul li.page_item_has_children > a:before {
  display: none !important;
}
body.page-template-tpl_offices aside ul li.page_item_has_children:after {
  content: "+";
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 20px;
  pointer-events: none;
}
body.page-template-tpl_offices aside ul li.page_item_has_children.active:after {
  content: "-";
}
body.page-template-tpl_offices aside ul li.current_page_parent .children {
  display: block;
}
body.parent-pagename-teekay-gas aside ul .page-item-33353 {
  display: none;
}

body #hero {
  height: 270px;
  background-image: url(../img/landing_hero.jpg?v=1.1);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  background-position: center;
}
@media screen and (max-width: 1100px) {
  body:not(.australia) #hero {
    height: 400px !important;
    padding: 30px 0;
  }
}
body #hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
}
body #hero .inner {
  text-align: center;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  z-index: 4;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body #hero .inner {
    width: 80%;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
  }

  body.australia #hero .inner {
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%);
      width: 90%;
  }
}
@media screen and (max-width: 650px) {
  body #hero .inner {
    font-size: 17px;
    line-height: 27px;
  }
}
body #hero .inner p {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 30px;
}
body #hero .inner h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  body #hero .inner h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }
}
body.parent-pagename-teekay-tankers.our-team #hero h1 {
  display: none;
}
body.our-team #hero img {
  max-height: 190px;
}

body.home #hero, body.page-template-tpl_tankers #hero, body.home-preview #hero {
  height: 100vh;
  background-image: url(../img/hero.jpg);
}
@media screen and (max-width: 1100px) {
  body.home #hero, body.page-template-tpl_tankers #hero, body.home-preview #hero {
    height: 85vh !important;
  }
}
body.home #hero .inner h1, body.home-preview #hero .inner h1, body.page-template-tpl_tankers #hero .inner h1 {
  text-transform: uppercase;
}
body.home-preview #hero .inner h1:first-of-type { display:none; }
body.home #hero .inner h1, body.home #hero .inner p, body.home-preview #hero .inner h1, body.home-preview #hero .inner p, body.page-template-tpl_tankers #hero .inner h1, body.page-template-tpl_tankers #hero .inner p {
  margin: 0 0 20px 0;
}
body.home #hero .inner p, body.home-preview #hero .inner p, body.page-template-tpl_tankers #hero .inner p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  body.home #hero .inner, body.home-preview #hero .inner, body.page-template-tpl_tankers #hero .inner {
    margin-top: initial !important;
  }
}
body.home #hero .ytplayer-container, body.home-preview #hero .ytplayer-container {
  position: absolute;
  top: -100px;
  z-index: -1;
  height: calc(100vh + 80px)!important;
}
body.home #hero .ytplayer-container iframe, body.home-preview #hero .ytplayer-container iframe {
  height: calc(100vh + 200px)!important;
}
body.page-template-tpl_tankers #hero .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}
body.home #hero .v_overlay, body.home-preview #hero .v_overlay, body.page-template-tpl_tankers #hero .v_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
}
body.home #hero .scroll, body.home-preview #hero .scroll, body.page-template-tpl_tankers #hero .scroll {
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  display: block !important;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  body.home #hero .scroll,   body.home-preview #hero .scroll, body.page-template-tpl_tankers #hero .scroll {
    display: none !important;
  }
}
body.home #hero .scroll #scroll, body.home-preview #hero .scroll #scroll, body.page-template-tpl_tankers #hero .scroll #scroll {
  display: block !important;
  margin: 8px auto;
}
body.home #hero .scroll #scroll_arrow, body.home-preview #hero .scroll #scroll_arrow, body.page-template-tpl_tankers #hero .scroll #scroll_arrow {
  font-size: 20px;
  color: #fff;
  position: relative;
  -webkit-animation: scroll 1.2s infinite;
          animation: scroll 1.2s infinite;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes scroll {
  0% {
    bottom: -5px;
  }
  33% {
    bottom: 0px;
  }
  66% {
    bottom: 0px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes scroll {
  0% {
    bottom: -5px;
  }
  33% {
    bottom: 0px;
  }
  66% {
    bottom: 0px;
  }
  100% {
    bottom: -5px;
  }
}
body.page-template-tpl_tankers #hero {
  height: 65vh;
}
body.page-template-tpl_tankers #hero .scroll {
  display: none !important;
}
body.page-template-tpl_tankers #hero .ytplayer-container {
  position: absolute;
  top: -50%;
  z-index: -1;
}

body.page-template-tpl_landing #hero, body.our-ships #hero, body.page-template-tpl_tankers_team #hero {
  height: 480px;
  background-image: url(../img/landing_hero.jpg);
}
body.page-template-tpl_landing #hero .inner h1, body.page-template-tpl_landing #hero .inner p, body.our-ships #hero .inner h1, body.our-ships #hero .inner p, body.page-template-tpl_tankers_team #hero .inner h1, body.page-template-tpl_tankers_team #hero .inner p {
  margin: 0 0 20px 0;
}
body.page-template-tpl_landing #hero .inner h1, body.our-ships #hero .inner h1, body.page-template-tpl_tankers_team #hero .inner h1 {
  text-transform: uppercase;
}
body.page-template-tpl_landing #hero .ytplayer-container, body.our-ships #hero .ytplayer-container, body.page-template-tpl_tankers_team #hero .ytplayer-container {
  top: -50%;
}

body.page-template-tpl_longform #hero {
  height: 65vh;
  background-image: url(../img/hero.jpg);
}
body.page-template-tpl_longform #hero .inner h1, body.page-template-tpl_longform #hero .inner p {
  margin: 0 0 20px 0;
}
body.page-template-tpl_longform #hero .inner h1 {
  text-transform: uppercase;
}
body.page-template-tpl_longform #hero .ytplayer-container {
  position: absolute;
  top: -50%;
  z-index: -1;
}
body.page-template-tpl_longform #hero .v_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.35);
}
body.page-template-tpl_longform.offshore #hero {
  background-image: url(../img/offshore_hero.jpg);
}

@media screen and (max-width: 1366px) {
  body #hero {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
}
@media screen and (max-width: 850px) {
  body.single #hero h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
body.home .main_sections {
  background-color: transparent;
}
body.home .main_sections > div {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
body.home .main_sections > div:first-child a {
  background-position: right;
}
body.home .main_sections > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
body.home .main_sections > div:nth-child(2) a {
  background-position: center;
}
body.home .main_sections > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body.home .main_sections > div:nth-child(3) a {
  background-position: center;
}
body.home .main_sections > div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body.home .main_sections > div:nth-child(4) a {
  background-position: center;
}

section.instagram {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
section.instagram .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.instagram .overlay span {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
section.instagram .overlay span i {
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-size: 35px;
}
section.instagram #wdi_feed_0 .wdi_feed_container, section.instagram #wdi_feed_0 .wdi_feed_wrapper {
  background-color: #000 !important;
  margin-bottom: -6px;
}
section.instagram .wdi_feed_wrapper {
  max-height: 65vw;
}
@media screen and (max-width: 1100px) {
  section.instagram .wdi_feed_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
section.instagram .wdi_feed_main_container {
  margin-bottom: -6px;
}
section.instagram #wdi_feed_0 .wdi_photo_wrap_inner {
  border: 0 !important;
  background-color: #000 !important;
}
section.instagram #wdi_feed_0 .wdi_feed_item {
  margin-bottom: -4px;
}
@media screen and (max-width: 1100px) {
  section.instagram #wdi_feed_0 .wdi_feed_item {
    width: 33.33vw;
    max-width: 33.33vw;
    -ms-flex-preferred-size: 33.33vw;
        flex-basis: 33.33vw;
  }
}
section.instagram #wdi_feed_0 .wdi_feed_item .wdi_photo_img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.instagram #wdi_feed_0 .wdi_feed_item:hover .wdi_photo_img {
  opacity: 0.7;
}

body.page-template-tpl_longform .inner_content {
  min-height: auto;
  padding-top: 50px;
}
body.page-template-tpl_longform .investor_info {
  height: 330px;
  background-image: url(../img/investorinfo_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}
body.page-template-tpl_longform .investor_info .stock_widget_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl_longform .investor_info .stock_widget_row .stock_widget_element {
  margin: 0 3px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
body.page-template-tpl_longform .investor_info ul {
  max-width: 60%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 0 auto;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_longform .investor_info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }
}
body.page-template-tpl_longform .investor_info ul li {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  height: 160px;
  border: 1px solid #999;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_longform .investor_info ul li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    margin: 15px;
  }
}
body.page-template-tpl_longform .investor_info ul li:hover {
  border-color: #fff;
}
body.page-template-tpl_longform .investor_info ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-tpl_longform .investor_info ul li a span {
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
body.page-template-tpl_longform .investor_info ul li a span i {
  font-size: 45px;
}
body.page-template-tpl_longform .investor_info ul li a span img {
  max-width: 100px;
  display: block;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_longform .investor_info {
    height: auto;
    padding-bottom: 60px;
  }
}

body.page-template-tpl_landing .inner_content {
  text-align: center;
}
body.page-template-tpl_landing .inner_content p {
  width: 60%;
  margin: 0 auto;
}
body.page-template-tpl_landing .child_hold {
  margin-top: 70px;
}
body.page-template-tpl_landing .child_hold h2 {
  text-align: center;
  margin: 0 auto 25px auto;
}
body.page-template-tpl_landing .child_hold .children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-tpl_landing .child_hold .children a {
  -ms-flex-preferred-size: calc(25% + 1px);
      flex-basis: calc(25% + 1px);
  width: calc(25% + 1px);
  max-width: calc(25% + 1px);
  height: 210px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  margin-right: -1px;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_landing .child_hold .children a {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    width: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 650px) {
  body.page-template-tpl_landing .child_hold .children a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-tpl_landing .child_hold .children a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
body.page-template-tpl_landing .child_hold .children a p {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 20px;
  margin: 0;
  text-align: left;
  line-height: 23px;
}
body.page-template-tpl_landing .child_hold .children a div {
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.page-template-tpl_landing .child_hold .children a:hover div {
  -webkit-transform: scale(1.07, 1.07);
      -ms-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
}

body.about-us .child_hold .children {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body.page-id-29810 .child_hold .children, body.page-id-5518 .child_hold .children {
  display: block;
}
body.page-id-29810 .child_hold .children a, body.page-id-5518 .child_hold .children a {
  width: 60%;
  max-width: 60%;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  margin: -1px auto 0 auto;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body.page-id-29810 .child_hold .children a > div, body.page-id-5518 .child_hold .children a > div {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 100ms ease, -webkit-transform 400ms ease;
  -o-transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
body.page-id-29810 .child_hold .children a:before, body.page-id-5518 .child_hold .children a:before {
  display: none;
}
body.page-id-29810 .child_hold .children a p, body.page-id-5518 .child_hold .children a p {
  color: #003087;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: static;
}
body.page-id-29810 .child_hold .children a:hover, body.page-id-5518 .child_hold .children a:hover {
  color: #fff;
}
body.page-id-29810 .child_hold .children a:hover > div, body.page-id-5518 .child_hold .children a:hover > div {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
body.page-id-29810 .child_hold .children a:hover p, body.page-id-5518 .child_hold .children a:hover p {
  color: #fff;
}
@media screen and (max-width: 850px) {
  body.page-id-29810 .child_hold .children a, body.page-id-5518 .child_hold .children a {
    width: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 550px) {
  body.page-id-29810 .child_hold .children a, body.page-id-5518 .child_hold .children a {
    width: 100%;
    max-width: 100%;
  }
}

body .inner_content {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  min-height: 300px;
  padding-top: 10px;
}
body .inner_content h1 {
  color: #be0035;
}
body .inner_content h2 {
  margin: 40px 0 20px 0;
}
body .inner_content a {
  color: #be0035;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  body .inner_content a {
    white-space: normal;
    word-break: break-all;
  }
}
body .inner_content a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #003087;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
body .inner_content a:hover:before, body .inner_content a:focus:before, body .inner_content a:active:before {
  left: 0;
  right: 0;
  opacity: 1;
}
body .inner_content a.btn {
  color: #fff;
  white-space: nowrap;
}
body .inner_content a.btn:before {
  display: none;
}
body .inner_content ul {
  margin: 20px 40px;
  list-style: none;
}
body .inner_content ul li {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  position: relative;
}
body .inner_content ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: -2px;
  left: -20px;
  color: #be0035;
}
body .inner_content table {
  background-color: #fafafa;
  padding: 20px;
}
body .inner_content table tr {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: #fff 2px solid !important;
}
body .inner_content table tr th {
  padding: 25px 20px 5px 20px;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}
body .inner_content table tr td {
  font-size: 15px;
  line-height: 25px;
  color: #555555;
  padding: 10px 0;
  vertical-align: top;
  padding: 15px 20px;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
 /* border-bottom: #fff 2px solid !important;*/
  text-align: left;
  position: relative;
  overflow: hidden;
}
body .inner_content table tr td a, body .inner_content table tr th a {
  word-break: initial!important;
}
body .inner_content table tr td.bold {
  font-weight: bold;
}
body .inner_content table tr td a {
  color: #555;
  position: relative;
}
body .inner_content .alignleft, body .inner_content img {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}
body .inner_content .alignleft.aligncenter, body .inner_content img.aligncenter {
  float: none;
  text-align: center;
  margin: 20px auto;
  height: auto;
}
body .inner_content .alignleft:after, body .inner_content img:after {
  content: " ";
  display: block;
  clear: both;
}
body .inner_content iframe {
  width: 100%;
  height: 500px;
  height: 35vmax;	
  margin: 20px 0;
}

body .inner_content table tr td iframe {
  height: 16vmax;
/*   width: 600px; */
}

@media screen and (max-width: 1100px) {
  body .inner_content iframe {
    margin: 20px auto;
  }
}
body .inner_content .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  body .inner_content .bx-wrapper {
    margin: 20px -40px;
    padding-right: 0;
    max-width: initial !important;
  }
  body .inner_content .bx-wrapper img {
    margin: 40px 0 0 0;
  }
}
body .inner_content .bx-wrapper .bx-next {
  background: url("../img/controls.png") no-repeat 0 -82px;
  width: 100px;
  height: 80px;
  right: 0;
}
@media screen and (max-width: 1100px) {
  body .inner_content .bx-wrapper .bx-next {
    right: 0;
    width: 50px;
    background: url("../img/controls.png") no-repeat -15px -82px;
  }
}
body .inner_content .bx-wrapper .bx-prev {
  background: url("../img/controls.png") no-repeat 0 0px;
  width: 100px;
  height: 80px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  body .inner_content .bx-wrapper .bx-prev {
    left: 0;
    width: 50px;
    background: url("../img/controls.png") no-repeat -35px 0px;
  }
}
body .inner_content .bx-wrapper .bx-next:hover, body .inner_content .bx-wrapper .bx-prev:hover {
  opacity: 0.7;
}
body .inner_content .bx-wrapper .bx-controls-direction a {
  position: absolute;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body .inner_content .bx-wrapper .bx-controls-direction a:before {
  display: none !important;
}
body .inner_content .bx-wrapper .slider div img {
  width: 100%;
}
body .inner_content .tanker_btn {
  width: 100%;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  color: #003087;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body .inner_content .tanker_btn:before {
  display: none;
}
body .inner_content .tanker_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 100ms ease, -webkit-transform 400ms ease;
  -o-transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(../img/tankers_btn_bg.jpg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
body .inner_content .tanker_btn:hover {
  border-color: #fff;
  color: #fff;
}
body .inner_content .tanker_btn:hover:after {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}

.team-member {
  margin: 40px 0;
}
.team-member .team-bio {
  overflow: hidden;
  min-height: 160px;
  height: 160px;
}
@media screen and (max-width: 600px) {
  .team-member .team-bio {
    min-height: 185px;
    height: 185px;
  }
}
.team-member .team-img {
  margin-right: 30px;
  float: left;
  display: block;
  height: 100%;
  min-height: 180px;
}
@media screen and (max-width: 600px) {
  .team-member .team-img {
    float: none;
    height: auto !important;
  }
}
.team-member .team-img p {
  margin: 0;
}
.team-member .team-img img {
  max-width: 115px;
}
.team-member h3 {
  margin: 0;
}
.team-member h4 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}
.team-member p {
  font-size: 15px;
  line-height: 25px;
}
.team-member:first-of-type {
  padding-top: 0;
}
.team-member .expand {
  color: #be0035;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-member .expand:hover {
  color: #003087;
}

body.parent-pageid-3152 .inner_content h2,
body.parent-pageid-3306 .inner_content h2,
body.parent-pageid-215 .inner_content h2,
body.page-id-3306 .inner_content h2,
body.petrojarl-banff .inner_content h2,
body.hummingbird-spirit-fpso .inner_content h2,
body.petrojarl-foinaven .inner_content h2 {
  text-transform: none;
  text-align: center;
}
body.parent-pageid-3152 .inner_content ul,
body.parent-pageid-3306 .inner_content ul,
body.parent-pageid-215 .inner_content ul,
body.page-id-3306 .inner_content ul,
body.petrojarl-banff .inner_content ul,
body.hummingbird-spirit-fpso .inner_content ul,
body.petrojarl-foinaven .inner_content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 70px 0;
}
body.parent-pageid-3152 .inner_content ul li,
body.parent-pageid-3306 .inner_content ul li,
body.parent-pageid-215 .inner_content ul li,
body.page-id-3306 .inner_content ul li,
body.petrojarl-banff  .inner_content ul li,
body.hummingbird-spirit-fpso .inner_content ul li,
body.petrojarl-foinaven .inner_content ul li{
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 130px;
  font-size: 15px;
  line-height: 25px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  width: 33%;
  max-width: 33%;
  text-align: center;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
body.parent-pageid-3152 .inner_content ul li:before,
body.parent-pageid-3306 .inner_content ul li:before,
body.parent-pageid-215 .inner_content ul li:before,
body.page-id-3306 .inner_content ul li:before,
body.petrojarl-banff .inner_content ul li:before,
body.hummingbird-spirit-fpso .inner_content ul li:before,
body.petrojarl-foinaven .inner_content ul li:before {
  display: none;
}
body.parent-pageid-3152 .inner_content ul li:nth-of-type(4), body.parent-pageid-3152 .inner_content ul li:nth-of-type(5), body.parent-pageid-3152 .inner_content ul li:nth-of-type(6),
body.parent-pageid-3306 .inner_content ul li:nth-of-type(4),
body.parent-pageid-3306 .inner_content ul li:nth-of-type(5),
body.parent-pageid-3306 .inner_content ul li:nth-of-type(6),
body.parent-pageid-215 .inner_content ul li:nth-of-type(4),
body.parent-pageid-215 .inner_content ul li:nth-of-type(5),
body.parent-pageid-215 .inner_content ul li:nth-of-type(6),
body.page-id-3306 .inner_content ul li:nth-of-type(4),
body.page-id-3306 .inner_content ul li:nth-of-type(5),
body.page-id-3306 .inner_content ul li:nth-of-type(6),
body.petrojarl-banff .inner_content ul li:nth-of-type(4),
body.petrojarl-banff .inner_content ul li:nth-of-type(5),
body.petrojarl-banff .inner_content ul li:nth-of-type(6),
body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(4),
body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(5),
body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(6),
body.petrojarl-foinaven .inner_content ul li:nth-of-type(4),
body.petrojarl-foinaven .inner_content ul li:nth-of-type(5),
body.petrojarl-foinaven .inner_content ul li:nth-of-type(6)  {
  border-bottom: 0;
  padding-top: 30px;
}
body.parent-pageid-3152 .inner_content ul li:nth-of-type(3), body.parent-pageid-3152 .inner_content ul li:nth-of-type(6),
body.parent-pageid-3306 .inner_content ul li:nth-of-type(3),
body.parent-pageid-3306 .inner_content ul li:nth-of-type(6),
body.parent-pageid-215 .inner_content ul li:nth-of-type(3),
body.parent-pageid-215 .inner_content ul li:nth-of-type(6),
body.page-id-3306 .inner_content ul li:nth-of-type(3),
body.page-id-3306 .inner_content ul li:nth-of-type(6),
body.petrojarl-banff .inner_content ul li:nth-of-type(3),
body.petrojarl-banff .inner_content ul li:nth-of-type(6),
body.petrojarl-foinaven .inner_content ul li:nth-of-type(3),
body.petrojarl-foinaven .inner_content ul li:nth-of-type(6),
body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(3),
body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(6) {
  border-right: 0;
}
body.parent-pageid-3152 .inner_content ul li h1,
body.parent-pageid-3306 .inner_content ul li h1,
body.parent-pageid-215 .inner_content ul li h1,
body.page-id-3306 .inner_content ul li h1,
body.petrojarl-banff .inner_content ul li h1,
body.hummingbird-spirit-fpso .inner_content ul li h1,
body.petrojarl-foinaven .inner_content ul li h1  {
  margin: 10px 0 0 0;
}
body.parent-pageid-3152 .inner_content ul li h1 span,
body.parent-pageid-3306 .inner_content ul li h1 span,
body.parent-pageid-215 .inner_content ul li h1 span,
body.page-id-3306 .inner_content ul li h1 span,
body.petrojarl-banff .inner_content ul li h1 span,
body.petrojarl-foinaven .inner_content ul li h1 span,
body.hummingbird-spirit-fpso .inner_content ul li h1 span {
  color: #555;
  line-height: 15px;
  font-size: 15px;
  margin-top: 10px;
  font-weight: normal;
  text-transform: none;
  display: block;
}
body.parent-pageid-3152 .inner_content ul li h3,
body.parent-pageid-3306 .inner_content ul li h3,
body.parent-pageid-215 .inner_content ul li h3,
body.page-id-3306 .inner_content ul li h3,
body.petrojarl-banff .inner_content ul li h3,
body.petrojarl-foinaven .inner_content ul li h3,
body.hummingbird-spirit-fpso .inner_content ul li h3 {
  color: #555;
  line-height: 15px;
  font-size: 15px;
  margin-top: 10px;
  font-weight: normal;
  text-transform: none;
  display: block;
}
@media screen and (max-width: 1100px) {
  body.parent-pageid-3152 .inner_content ul li,
  body.parent-pageid-3306 .inner_content ul li,
  body.parent-pageid-215 .inner_content ul li,
  body.page-id-3306 .inner_content ul li,
  body.petrojarl-banff .inner_content ul li,
  body.petrojarl-foinaven .inner_content ul li,
  body.hummingbird-spirit-fpso .inner_content ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    border-bottom: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
    min-height: 0;
    padding: 25px 0 20px 0;
  }
  body.parent-pageid-3152 .inner_content ul li:nth-of-type(5), body.parent-pageid-3152 .inner_content ul li:nth-of-type(6),
  body.parent-pageid-3306 .inner_content ul li:nth-of-type(5),
  body.parent-pageid-3306 .inner_content ul li:nth-of-type(6),
  body.parent-pageid-215 .inner_content ul li:nth-of-type(5),
  body.parent-pageid-215 .inner_content ul li:nth-of-type(6),
  body.page-id-3306 .inner_content ul li:nth-of-type(5),
  body.page-id-3306 .inner_content ul li:nth-of-type(6),
  body.petrojarl-banff .inner_content ul li:nth-of-type(5),
  body.petrojarl-banff .inner_content ul li:nth-of-type(6),
  body.petrojarl-foinaven .inner_content ul li:nth-of-type(5),
  body.petrojarl-foinaven .inner_content ul li:nth-of-type(6),
  body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(5),
  body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(6) {
    border-bottom: 0 !important;
  }
  body.parent-pageid-3152 .inner_content ul li:nth-of-type(2), body.parent-pageid-3152 .inner_content ul li:nth-of-type(4), body.parent-pageid-3152 .inner_content ul li:nth-of-type(6),
  body.parent-pageid-3306 .inner_content ul li:nth-of-type(2),
  body.parent-pageid-3306 .inner_content ul li:nth-of-type(4),
  body.parent-pageid-3306 .inner_content ul li:nth-of-type(6),
  body.parent-pageid-215 .inner_content ul li:nth-of-type(2),
  body.parent-pageid-215 .inner_content ul li:nth-of-type(4),
  body.parent-pageid-215 .inner_content ul li:nth-of-type(6),
  body.page-id-3306 .inner_content ul li:nth-of-type(2),
  body.page-id-3306 .inner_content ul li:nth-of-type(4),
  body.page-id-3306 .inner_content ul li:nth-of-type(6),
  body.petrojarl-banff .inner_content ul li:nth-of-type(2),
  body.petrojarl-banff .inner_content ul li:nth-of-type(4),
  body.petrojarl-banff .inner_content ul li:nth-of-type(6),
  body.petrojarl-foinaven .inner_content ul li:nth-of-type(2),
  body.petrojarl-foinaven .inner_content ul li:nth-of-type(4),
  body.petrojarl-foinaven .inner_content ul li:nth-of-type(6),
  body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(2),
  body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(4),
  body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(6) {
    border-right: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  body.parent-pageid-3152 .inner_content ul li,
  body.parent-pageid-3306 .inner_content ul li,
  body.parent-pageid-215 .inner_content ul li,
  body.page-id-3306 .inner_content ul li,
  body.petrojarl-banff .inner_content ul li,
  body.petrojarl-foinaven .inner_content ul li,
  body.hummingbird-spirit-fpso .inner_content ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
  }
  body.parent-pageid-3152 .inner_content ul li:nth-of-type(5),
  body.parent-pageid-3306 .inner_content ul li:nth-of-type(5),
  body.parent-pageid-215 .inner_content ul li:nth-of-type(5),
  body.page-id-3306 .inner_content ul li:nth-of-type(5),
  body.petrojarl-banff .inner_content ul li:nth-of-type(5),
  body.petrojarl-foinaven .inner_content ul li:nth-of-type(5),
  body.hummingbird-spirit-fpso .inner_content ul li:nth-of-type(5)  {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  body.parent-pageid-3152 .inner_content ul li:last-of-type,
  body.parent-pageid-3306 .inner_content ul li:last-of-type,
  body.parent-pageid-215 .inner_content ul li:last-of-type,
  body.page-id-3306 .inner_content ul li:last-of-type,
  body.petrojarl-banff .inner_content ul li:last-of-type,
  body.petrojarl-foinaven .inner_content ul li:last-of-type,
  body.hummingbird-spirit-fpso .inner_content ul li:last-of-type {
    border-bottom: 0 !important;
  }
}
body.parent-pageid-3152 .inner_content .btn,
body.parent-pageid-3306 .inner_content .btn,
body.parent-pageid-215 .inner_content .btn,
body.page-id-3306 .inner_content .btn,
body.petrojarl-banff .inner_content .btn,
body.petrojarl-foinaven .inner_content .btn,
body.hummingbird-spirit-fpso .inner_content .btn {
  margin: 20px auto;
  display: block;
  max-width: 170px;
  text-align: center;
}

body.parent-pageid-215 .inner_content ul {
  margin-bottom: 0px;
}
body.parent-pageid-215 .inner_content ul li {
  border-right: 0;
  border-bottom: 0;
  min-height: 0;
}
body.parent-pageid-215 .inner_content .btn {
  margin: 70px auto;
  max-width: 230px;
}

body.single .inner_content {
  padding-top: 50px;
}
body.single h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #003087;
}
body.single h2 {
  font-size: 25px;
  line-height: 30px;
  color: #5b6770;
  font-weight: normal;
  margin: 15px 0;
  text-transform: none;
}
body.single table {
  margin: 20px 0;
}

body.about-us #hero .inner h1, body.australia #hero .inner h1 {
  display: none;
}
body.about-us #hero .inner h2, body.australia #hero .inner h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
body.about-us #hero .inner h3, body.australia #hero .inner h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
body.australia .buttons { margin-top: 35px; }
body.australia .buttons .button { font-weight: 700; margin:0 7px 10px 7px; padding-top: 0px !important; }
body.australia .tanker_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section {
    display: block;
  }
}
body.australia .tanker_section h2 {
  margin: 0;
  padding-left: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
body.australia .tanker_section h2:not(.no-line):before {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 170px;
  left: -153px;
  top: 11px;
  position: absolute;
}
body.australia .tanker_section h2.no-line { padding-left: 0;}
body.australia .tanker_section h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
body.australia .tanker_section h3, body.australia .tanker_section h4 {
  margin: 0 0 5px 0;
}
body.australia .tanker_section h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}
body.australia .tanker_section p, body.australia .tanker_section ul li {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
body.australia .tanker_section p:first-of-type { margin-top: 0; }
body.australia .tanker_section ul { padding-left: 40px; }
body.australia .tanker_section ul.btns-ul {
  list-style: none; padding-left: 0;
}
body.australia .tanker_section ul.btns-ul li {
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body.australia .tanker_section ul.btns-ul li:hover {
  border-color: #fff;
  z-index: 2;
  position: relative;
}
body.australia .tanker_section.case-studies {
  min-height: 620px;
  background-image: url(../img/tankers_s1.jpg);
  display: block;
}
body.australia .tanker_section.case-studies#crewing-services { background-position: top center; }
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.case-studies {
    min-height: 0;
  }
}
body.australia .tanker_section.case-studies > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.australia .tanker_section.case-studies > div.align-top {
  align-items:flex-start;
}

body.australia .tanker_section.case-studies > div > span {
  width: 350px;
  max-width: 350px;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.case-studies > div > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.australia .tanker_section.case-studies > div div {
  width: calc(100% - 350px);
  max-width: calc(100% - 350px);
  -ms-flex-preferred-size: calc(100% - 350px);
      flex-basis: calc(100% - 350px);
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.case-studies > div div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.australia .tanker_section.case-studies .btns-ul {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0 auto;
}

body.australia .tanker_section.case-studies .btns-ul.seven {
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
body.australia .tanker_section.case-studies .btns-ul.seven li {
  width: calc(100% / 4);
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
}

@media screen and (max-width: 1100px) {
  body.australia .tanker_section.case-studies .btns-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.australia .tanker_section.case-studies .btns-ul li {
  margin-bottom: -1px;
  height: 280px;
  padding: 0 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  line-height: 27px;
  width: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  max-width: calc(100% / 3  );
}
@media screen and (max-width: 1700px) {
  body.australia .tanker_section.case-studies .btns-ul li {
    height: 330px;
  }
}
@media screen and (max-width: 1500px) {
  body.australia .tanker_section.case-studies .btns-ul li {
    height: 380px;
  }
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.case-studies .btns-ul li {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
    height: 180px;
  }
}
body.australia .tanker_section.case-studies .btns-ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 100ms ease, -webkit-transform 400ms ease;
  -o-transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../img/landing_hero.jpg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
body.australia .tanker_section.case-studies .btns-ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.australia .tanker_section.case-studies .btns-ul li span {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate3d(0, 250%, 0);
          transform: translate3d(0, 250%, 0);
}
body.australia .tanker_section.case-studies .btns-ul li:hover span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
body.australia .tanker_section.case-studies .btns-ul li:hover:before {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
body.australia .tanker_section.case-studies .btns-ul:nth-of-type(1):before {
  background-image: url(../img/STS_Image1.jpg);
}
body.australia .tanker_section.case-studies .btns-ul:nth-of-type(2):before {
  background-image: url(../img/LNG-STS.jpg);
}
body.australia .tanker_section.case-studies .btns-ul:nth-of-type(3):before {
  background-image: url(../img/pool-services.jpg);
}
body.australia .tanker_section.case-studies .btns-ul:nth-of-type(4):before {
  background-image: url(../img/fuel-service.jpg);
}
body.australia .tanker_section.case-studies .btns-ul:nth-of-type(5):before {
  background-image: url(../img/generic-tankers-services.jpg);
}
body.australia .tanker_section.case-studies .btns-ul:nth-of-type(6):before {
  background-image: url(../img/generic-tankers-services.jpg);
}
body.australia .tanker_section.perspective {
  min-height: 620px;
  background-image: url(../img/tankers_s1.jpg);
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.perspective {
    min-height: 0;
  }
}
body.australia .tanker_section.perspective > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.perspective > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.australia .tanker_section.perspective div {
  width: 45%;
  max-width: 45%;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-right: 50px;
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.perspective div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.australia .tanker_section.locations {
  background-image: url(../img/tankers_s3.jpg);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
body.australia .tanker_section.locations .top {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 100px 0 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  body.australia .tanker_section.locations .top {
    height: auto;
    min-height: auto;
    padding: 50px 25px 0 25px;
  }
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .top {
    display: block;
  }
}
body.australia .tanker_section.locations .btm {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 100px 70px 100px;
}
@media screen and (max-width: 1500px) {
  body.australia .tanker_section.locations .btm {
    height: auto;
    min-height: 0;
    padding: 0 25px 50px 25px;
  }
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .btm {
    display: block;
  }
}
body.australia .tanker_section.locations .btm .btm_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 90%;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .btm .btm_inner {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .btm .btm_inner > div {
    margin: 60px 0 0 0;
  }
}
body.australia .tanker_section.locations .btm .btm_inner > div > div {
  margin-bottom: -1px;
  height: 230px;
  padding: 0 90px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.australia .tanker_section.locations .btm .btm_inner > div > div h4 {
  margin: 0 !important;
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .btm .btm_inner > div > div {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
}
body.australia .tanker_section.locations .btm .btm_inner > div { width:100%; }
body.australia .tanker_section.locations .btm .btm_inner > div > div#sydney {
  background-image: url(../img/sydney.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.australia .tanker_section.locations .btm .btm_inner > div > div#perth {
  background-image: url(../img/perth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.australia .tanker_section.locations .btm .btm_inner > div > div#cairns {
  background-image: url(../img/cairns.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.australia .tanker_section.locations .btm .btm_inner p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 30px;
}
body.australia .tanker_section.locations .btm .btns-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 90%;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .btm .btns-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
}
body.australia .tanker_section.locations .btm .btns-ul li {
  width: 370px;
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.locations .btm .btns-ul li {
    width: 100%;
    max-width: 100%;
  }
}
body.australia .tanker_section.promise {
  min-height: 675px;
  background-image: url(../img/tankers_s4.jpg);
}
body.australia .tanker_section.promise > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.promise > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.australia .tanker_section.promise div {
  width: 45%;
  max-width: 45%;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  body.australia .tanker_section.promise div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.australia .tanker_section.promise div p {
  margin: 0 0 30px 0;
}
body.australia .tanker_section.promise #leadership-team:before {
  background-image: url(../img/Leadership-original.jpg);
}
body.australia .tanker_section.promise #our-team:before {
  background-image: url(../img/Our-Team-original.jpg);
}

body.contact-teekay-group .inner_content .tabs table,
body.contact-teekayoffshore .inner_content .tabs table,
body.contact .inner_content .tabs table {
  background-color: transparent;
}
body.contact-teekay-group .inner_content .tabs table tr,
body.contact-teekayoffshore .inner_content .tabs table tr,
body.contact .inner_content .tabs table tr {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  body.contact-teekay-group .inner_content .tabs table tr,
  body.contact-teekayoffshore .inner_content .tabs table tr,
  body.contact .inner_content .tabs table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.contact-teekay-group .inner_content .tabs table tr td,
body.contact-teekayoffshore .inner_content .tabs table tr td,
body.contact .inner_content .tabs table tr td {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  display: block;
  text-align: left;
}
@media screen and (max-width: 850px) {
  body.contact-teekay-group .inner_content .tabs table tr td,
  body.contact-teekayoffshore .inner_content .tabs table tr td,
  body.contact .inner_content .tabs table tr td {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
}
body.contact-teekay-group .inner_content .tabs table tr td > div,
body.contact-teekayoffshore .inner_content .tabs table tr td > div,
body.contact .inner_content .tabs table tr td > div {
  height: 100%;
  float: left;
  max-width: 250px;
  margin-right: 10px;
}
body.contact-teekay-group .inner_content .tabs table tr td > div img,
body.contact-teekayoffshore .inner_content .tabs table tr td > div img,
body.contact .inner_content .tabs table tr td > div img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     width: 250px;
}
@media screen and (max-width: 1500px) {
  body.contact-teekay-group .inner_content .tabs table tr td > div img,
  body.contact-teekayoffshore .inner_content .tabs table tr td > div img,
  body.contact .inner_content .tabs table tr td > div img {
    display: block;
    height: auto;
    width: 250px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1500px) {
  body.contact-teekay-group .inner_content .tabs table tr td > div,
  body.contact-teekayoffshore .inner_content .tabs table tr td > div,
  body.contact .inner_content .tabs table tr td > div {
    height: auto;
    float: none;
    display: block;
    max-width: 100%;
  }
  body.contact-teekay-group .inner_content .tabs table tr td > div img,
  body.contact-teekayoffshore .inner_content .tabs table tr td > div img,
  body.contact .inner_content .tabs table tr td > div img {
    width: 100%;
  }
}
body.contact-teekay-group .inner_content .tabs table tr img,
body.contact-teekayoffshore .inner_content .tabs table tr img,
body.contact .inner_content .tabs table tr img {
  margin: 0 20px 0% 0;
}
body.contact-teekay-group .inner_content .tabs table tr h2,
body.contact-teekayoffshore .inner_content .tabs table tr h2,
body.contact .inner_content .tabs table tr h2 {
  margin-top: 0;
}
body.contact-teekay-group .inner_content .tabs table tr p,
body.contact-teekayoffshore .inner_content .tabs table tr p,
body.contact .inner_content .tabs table tr p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 22px;
}
body.contact-teekay-group .inner_content .tabs table tr p a,
body.contact-teekayoffshore .inner_content .tabs table tr p a,
body.contact .inner_content .tabs table tr p a {
  font-size: 15px;
  line-height: 22px;
}
body.contact-teekay-group .inner_content .tabs table tr .btn,
body.contact-teekayoffshore .inner_content .tabs table tr .btn,
body.contact .inner_content .tabs table tr .btn {
  font-size: 15px !important;
  font-weight: normal !important;
  color: #fff !important;
  line-height: 32px !important;
}
body.contact-teekay-group .inner_content .tabs table tr .btn:hover,
body.contact-teekayoffshore .inner_content .tabs table tr .btn:hover,
body.contact .inner_content .tabs table tr .btn:hover {
  color: #fff !important;
}
body.contact-teekay-group .inner_content .tabs table tr h3,
body.contact-teekayoffshore .inner_content .tabs table tr h3,
body.contact .inner_content .tabs table tr h3 {
  color: #555;
  margin: 0 0 5px 0;
  line-height: 26px;
  font-size: 20px;
  white-space: normal;
}
body.contact-teekay-group .inner_content .tabs table tr h3 a,
body.contact-teekayoffshore .inner_content .tabs table tr h3 a,
body.contact .inner_content .tabs table tr h3 a {
  font-weight: normal;
  font-size: 20px;
  color: #555 !important;
  white-space: normal;
}
body.contact-teekay-group .inner_content .tabs table tr a,
body.contact-teekayoffshore .inner_content .tabs table tr a,
body.contact .inner_content .tabs table tr a {
  color: #003087 !important;
  font-weight: bold;
}
body.contact-teekay-group .inner_content .tabs table tr a:hover,
body.contact-teekayoffshore .inner_content .tabs table tr a:hover,
body.contact .inner_content .tabs table tr a:hover {
  color: #be0035 !important;
}
body.contact-teekay-group .inner_content .tabs table tr:hover,
body.contact-teekayoffshore .inner_content .tabs table tr:hover,
body.contact .inner_content .tabs table tr:hover {
  background-color: transparent;
}
body.contact-teekay-group .inner_content .tabs table tr:hover td,
body.contact-teekayoffshore .inner_content .tabs table tr:hover td,
body.contact .inner_content .tabs table tr:hover td {
  color: #555 !important;
}
body.contact-teekay-group .inner_content .tabs table tr:hover a,
body.contact-teekayoffshore .inner_content .tabs table tr:hover a,
body.contact .inner_content .tabs table tr:hover a {
  color: #555;
}

.linkbracket {
  display: none;
}

#LstContent {
  text-align: left;
}

#LstA-SrCrtLabel {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #be0035;
  margin: 25px 0;
}

.Lst-CountLabel {
  text-align: left;
}

.JD-BButtonFace::before {
  display: none;
}

#TableJobs table {
  width: 100%;
}
#TableJobs a::after, #TableJobs a::before {
  display: none;
}
#TableJobs a:hover {
  color: #be0035 !important;
}

#bottomact .Lst-ButtonFace {
  margin: 10px 5px 10px 0;
}

body.our-ships .inner_content .tanker_btn:after {
  background-image: url(../img/our-ships-bg.jpg);
}

.powered_by_link {
  display: none !important;
}

body.page-template-tpl_financials .inner_content table {
  width: 100%;
}
body.page-template-tpl_financials .inner_content table.quarter-table td {
  width: 15%;
}
body.page-template-tpl_financials .inner_content table.quarter-table td:first-child {
  width: 30%;
}
body.page-template-tpl_financials .inner_content h4 {
  margin: 0;
}
body.page-template-tpl_financials .inner_content .quater-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #be0035;
}
body.page-template-tpl_financials .inner_content div.quarter-title-alt {
  padding: 25px 20px 5px 20px;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  background-color: #fafafa;
}
body.page-template-tpl_financials .inner_content .quater-downloads .quater-filesize,
body.page-template-tpl_financials .inner_content .quarter-table .quater-filesize,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .quater-filesize,
body.page-template-tpl_financials .inner_content .sec-table .quater-filesize {
  display: none;
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon,
body.page-template-tpl_financials .inner_content .sec-table .download-icon {
  position: relative;
  height: 33px;
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon:before {
  display: block;
  font-size: 26px;
  color: #003087;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.webcast:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.webcast:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.webcast:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.webcast:before {
  content: '\f130';
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.pdf:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.pdf:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.pdf:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.pdf:before {
  content: '\f1c1';
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.presentation:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.presentation:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.presentation:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.presentation:before {
  content: '\f26c';
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.document:before, body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.docs:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.document:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.docs:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.document:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.docs:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.document:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.docs:before {
  content: '\f016';
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.xls:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.xls:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.xls:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.xls:before {
  content: '\f1c3';
}
body.page-template-tpl_financials .inner_content .quater-downloads .download-icon.xbrl:before,
body.page-template-tpl_financials .inner_content .quarter-table .download-icon.xbrl:before,
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon.xbrl:before,
body.page-template-tpl_financials .inner_content .sec-table .download-icon.xbrl:before {
  content: '\f1c9';
}
body.page-template-tpl_financials .inner_content .quarter-table .download-icon {
  height: 28px;
  text-align: left;
}
body.page-template-tpl_financials .inner_content .quarter-table .download-icon:before {
  font-size: 22px;
}
body.page-template-tpl_financials .inner_content .quarter-table .download-icon:hover:before {
  color: #be0035;
}
body.page-template-tpl_financials .inner_content .quater-downloads {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
  body.page-template-tpl_financials .inner_content .quater-downloads {
    display: block;
  }
}
body.page-template-tpl_financials .inner_content .quater-downloads li {
  font-size: 14px;
  text-align: center;
  margin-right: 50px;
}
body.page-template-tpl_financials .inner_content .quater-downloads li:before {
  display: none;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_financials .inner_content .quater-downloads li {
    margin-right: 20px;
  }
  body.page-template-tpl_financials .inner_content .quater-downloads li .quater-type-download {
    line-height: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  body.page-template-tpl_financials .inner_content .quater-downloads li {
    text-align: left;
    margin: 20px 0;
  }
  body.page-template-tpl_financials .inner_content .quater-downloads li .download-icon {
    display: inline-block;
  }
  body.page-template-tpl_financials .inner_content .quater-downloads li .download-icon:before {
    font-size: 35px;
  }
  body.page-template-tpl_financials .inner_content .quater-downloads li .quater-type-download {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    line-height: 35px;
  }
}
body.page-template-tpl_financials .inner_content .quater-downloads li > div {
  margin: 0;
  padding: 0;
}
body.page-template-tpl_financials .inner_content .quater-downloads li:hover .download-icon:before {
  color: #be0035;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt {
  margin: 15px 0 0 0;
  margin: 0;
  background-color: #fafafa;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .quater-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 20px 10px 20px;
  border-bottom: 2px solid #fff;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .quater-block:before {
  display: none;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .quater-block .quater-block-alt-title {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  padding-right: 3%;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .quater-block .quater-block-alt-download-box {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon {
  height: 28px;
  text-align: left;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon:before {
  font-size: 22px;
}
body.page-template-tpl_financials .inner_content .quater-downloads-alt .download-icon:hover:before {
  color: #be0035;
}
body.page-template-tpl_financials .inner_content .sec-table .dfile.alt {
  width: 40px;
  text-align: right;
}
body.page-template-tpl_financials .inner_content .sec-table .sec-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-tpl_financials .inner_content .sec-table a:before {
  display: none;
}
body.page-template-tpl_financials .inner_content .sec-table .download-icon {
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.page-template-tpl_financials .inner_content .sec-table .download-icon:hover:before {
  color: #be0035;
}
body.page-template-tpl_financials .inner_content .sec-table .download-icon:before {
  font-size: 22px;
}

body.gas .bottom_card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  min-height: 675px;
  background-image: url(../img/tankers_s4.jpg);
}
@media screen and (max-width: 1100px) {
  body.gas .bottom_card {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 850px) {
  body.gas .bottom_card {
    display: block;
  }
}
body.gas .bottom_card h2 {
  margin: 0;
  padding-left: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
body.gas .bottom_card h2:before {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: -153px;
  top: 11px;
  position: absolute;
}
body.gas .bottom_card h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
body.gas .bottom_card h3, body.gas .bottom_card h4 {
  margin: 0 0 5px 0;
}
body.gas .bottom_card h4 {
  color: #fff;
  text-transform: uppercase;
}
body.gas .bottom_card p {
  color: #fff;
}
body.gas .bottom_card ul {
  list-style: none;
}
body.gas .bottom_card ul li {
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body.gas .bottom_card ul li:hover {
  border-color: #fff;
  z-index: 2;
  position: relative;
}
body.gas .bottom_card ul.btns-ul {
  width: 30%;
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 850px) {
  body.gas .bottom_card ul.btns-ul {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
body.gas .bottom_card ul.btns-ul li {
  margin-bottom: -1px;
  height: 230px;
  padding: 0 90px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 850px) {
  body.gas .bottom_card ul.btns-ul li {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 30px;
  }
}
body.gas .bottom_card ul.btns-ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 100ms ease, -webkit-transform 400ms ease;
  -o-transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../img/tankers_btn_bg.jpg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
body.gas .bottom_card ul.btns-ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.gas .bottom_card ul.btns-ul li span {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate3d(0, 250%, 0);
          transform: translate3d(0, 250%, 0);
}
body.gas .bottom_card ul.btns-ul li:hover span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
body.gas .bottom_card ul.btns-ul li:hover:before {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
body.gas .bottom_card > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 850px) {
  body.gas .bottom_card > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.gas .bottom_card div {
  width: 40%;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  body.gas .bottom_card div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.gas .bottom_card div p {
  margin: 0 0 30px 0;
}
body.gas .bottom_card div a {
  color: #fff;
  text-decoration: underline;
}
body.gas .bottom_card div a:hover {
  color: #be0035;
}
body.gas .bottom_card #leadership-team:before {
  background-image: url(../img/gas-leadership-button.jpg);
}
body.gas .bottom_card #our-team:before {
  background-image: url(../img/gas-family-button.jpg);
}

body.page-template-tpl_offices .inner_content {
  padding-top: 30px;
}
body.page-template-tpl_offices .inner_content h5 {
  font-size: 17px;
}
body.page-template-tpl_offices .inner_content div.btn_hold {
  display: inline-block;
  padding-right: 30px;
  margin-top: 30px;
}
body.page-template-tpl_offices .inner_content div.btn_hold h5 {
  margin-top: 0;
}
body.page-template-tpl_offices .inner_content div.btn_hold:first-of-type {
  border-right: 1px solid #eaeaea !important;
  margin-right: 30px;
}
body.page-template-tpl_offices .inner_content .btn {
  margin: 5px 0;
  text-transform: none;
}
body.page-template-tpl_offices .inner_content hr {
  margin: 45px 0;
  height: 1px;
}
body.page-template-tpl_offices .inner_content table {
  width: 100%;
  background-color: transparent;
  margin-top: 25px;
}
body.page-template-tpl_offices .inner_content table td {
  padding: 0;
  width: 50%;
}
body.page-template-tpl_offices .inner_content table td:first-of-type {
  border-right: 1px solid #eaeaea !important;
}
body.page-template-tpl_offices .inner_content table td:nth-of-type(2) {
  padding-left: 70px;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_offices .inner_content table td {
    width: 100%;
    display: block;
  }
  body.page-template-tpl_offices .inner_content table td:first-of-type {
    border-right: 0 !important;
  }
  body.page-template-tpl_offices .inner_content table td:nth-of-type(2) {
    padding-left: 0;
  }
}

body.page-id-7930 .tabs .wrapper .hold ,
body.page-id-35470 .tabs .wrapper .hold {
  top: -75px;
  border: 1px solid #eee;
  margin-right: -3px;
}
@media screen and (max-width: 850px) {
  body.page-id-7930 .tabs .wrapper .hold,
  body.page-id-35470 .tabs .wrapper .hold {
    top: -40px;
  }
}
body.page-id-7930 .tabs .wrapper .hold > div:first-of-type,
body.page-id-35470 .tabs .wrapper .hold > div:first-of-type {
  background-color: #ecf3fd;
  padding: 30px 40px 40px 40px;
  margin-top: 2px;
}
@media screen and (max-width: 450px) {
  body.page-id-7930 .tabs .wrapper .hold > div:first-of-type,
  body.page-id-35470 .tabs .wrapper .hold > div:first-of-type  {
    padding: 20px;
  }
}
body.page-id-7930 .tabs .wrapper .hold > div:nth-of-type(2),
body.page-id-35470 .tabs .wrapper .hold > div:nth-of-type(2) {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  body.page-id-7930 .tabs .wrapper .hold > div:nth-of-type(2),
  body.page-id-35470 .tabs .wrapper .hold > div:nth-of-type(2) {
    padding: 20px;
  }
}
body.page-id-7930 .tabs .wrapper .hold > div:nth-of-type(2) > div,
body.page-id-35470 .tabs .wrapper .hold > div:nth-of-type(2) > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  
  body.page-id-7930 .tabs .wrapper .hold > div:nth-of-type(2) > div,
  body.page-id-35470 .tabs .wrapper .hold > div:nth-of-type(2) > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

body.page-template-tpl_tankers_team #hero h1 {
  display: none;
}

.inner_content.careers #SRCLogSet #div-srcparam1, .inner_content.careers #SRCLogSet #div-srcparam2, .inner_content.careers #SRCLogSet #div-srcparam3 {
  display: inline-block;
}
.inner_content.careers #SRCLogSet #div-srcparam1 {
  width: 45%;
}
.inner_content.careers #SRCLogSet #div-srcparam1 input {
  width: 95%;
}
.inner_content.careers #SRCLogSet #div-srcparam2, .inner_content.careers #SRCLogSet #div-srcparam3 {
  width: 27%;
}
.inner_content.careers #TableJobs .Lst-Desc1T a, .inner_content.careers #TableJobs .Lst-Desc2T a {
  font-weight: bold;
  color: #003087;
}
.inner_content.careers #bottomact, .inner_content.careers #chpViewLogout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner_content.careers #bottomact {
  width: 70%;
  float: left;
}
.inner_content.careers #bottomact #gApply {
  max-width: 210px;
}
.inner_content.careers #bottomact #gApply .NewPopUp {
  display: block;
}
.inner_content.careers #chpViewLogout {
  width: 30%;
  float: right;
  margin-top: -25px;
}
.inner_content.careers #chpViewLogout .btn {
  background-color: #003087 !important;
}
.inner_content.careers #chpViewLogout .btn:hover {
  background-color: #5b6770 !important;
}
@media screen and (max-width: 850px) {
  .inner_content.careers #bottomact, .inner_content.careers #chpViewLogout {
    width: 100%;
    float: none;
  }
  .inner_content.careers #chpViewLogout {
    margin-top: 0;
    text-align: left;
  }
  .inner_content.careers #chpViewLogout .btn {
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .inner_content.careers #SRCLogSet #div-srcparam1, .inner_content.careers #SRCLogSet #div-srcparam2, .inner_content.careers #SRCLogSet #div-srcparam3 {
    display: block;
  }
  .inner_content.careers #SRCLogSet #div-srcparam1 {
    width: 100%;
  }
  .inner_content.careers #SRCLogSet #div-srcparam1 input {
    width: 100%;
  }
  .inner_content.careers #SRCLogSet #div-srcparam2, .inner_content.careers #SRCLogSet #div-srcparam3 {
    width: 100%;
  }
  .inner_content.careers #bottomact, .inner_content.careers #chpViewLogout {
    display: block;
  }
}

body.page-template-tpl_newsreleases .inner_content table tr td {
  font-size: 20px;
}
body.page-template-tpl_newsreleases .inner_content table tr td a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.cookies-not-accepted footer .bottom {
  margin-bottom: 65px;
}

.cookie-notice-container #cn-notice-text {
  margin-right: 30px;
}

@media screen and (max-width: 850px) {
  .cookies-not-accepted footer .bottom {
    margin-bottom: 115px;
  }

  .cookie-notice-container #cn-notice-text {
    display: block;
    margin-right: 0;
  }
  .cookie-notice-container #cookie-notice .button.wp-default {
    margin: 2px !important;
  }
}
body.page-id-33854 .wpDataTablesWrapper .dataTables_length span.filter-option,
body.page-id-33854 .bootstrap-select.btn-group .dropdown-toggle .filter-option, body.fleet .wpDataTablesWrapper .dataTables_length span.filter-option,
body.fleet .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #000 !important;
}
body.page-id-33854 .wpdt-c .bootstrap-select .bs-caret, body.fleet .wpdt-c .bootstrap-select .bs-caret {
  display: block !important;
  color: #000 !important;
}
body.page-id-33854 a:before, body.fleet a:before {
  display: none !important;
}
body.page-id-33854 .overflow, body.fleet .overflow {
  overflow-x: hidden;
}
body.page-id-33854 .instruction.show, body.fleet .instruction.show {
  display: none !important;
}

body.subscribe #recaptcha {
  margin: 20px 0 40px 0;
}
.grecaptcha-badge {
  display: none!important;
}
body.subscribe #recaptcha div {
  max-height: 80px;
}
body.subscribe #recaptcha div iframe {
  height: 80px;
}

body.page-template-tpl_carousel .bx-wrapper {
  margin: 0 4.259%;
  padding-right: 0;
}
body.page-template-tpl_carousel .bx-wrapper .bx-next {
  right: -80px;
  background: url("../img/next.png") no-repeat 0 0px;
  width: 25px;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_carousel .bx-wrapper .bx-next {
    right: -40px;
  }
}
body.page-template-tpl_carousel .bx-wrapper .bx-prev {
  left: -80px;
  background: url("../img/prev.png") no-repeat 0 0px;
  width: 25px;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_carousel .bx-wrapper .bx-prev {
    left: -40px;
  }
}
body.page-template-tpl_carousel .tankers-slider {
  overflow: hidden;
}
body.page-template-tpl_carousel .tankers-slider > div {
  overflow: hidden;
}
body.page-template-tpl_carousel .tankers-slider iframe {
  padding-right: 0;
  height: 100%;
  width: 100%;
  margin: 15px auto;
}
body.page-template-tpl_carousel .tankers-slider .slider_btm {
  margin-top: 50px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel .tankers-slider .slider_btm {
    display: block;
  }
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div h4 {
  color: #003087;
  margin: 0;
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div h4 span {
  color: #555;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  border-left: 1px solid #555;
  margin: 0 0 0 15px;
  padding-left: 15px;
  position: relative;
  bottom: 2px;
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div p {
  text-transform: none;
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div p span {
  color: #be0035;
  font-weight: bold;
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div:first-of-type {
  padding-right: 60px;
  flex-basis: 70%;
  max-width: 70%;
  width: 70%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_carousel .tankers-slider .slider_btm div:first-of-type {
     flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel .tankers-slider .slider_btm div:first-of-type {
    border-right: 0;
    padding-right: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div:nth-of-type(2) {
  padding-left: 60px;
  border-left: 1px solid #eeeeee;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_carousel .tankers-slider .slider_btm div:nth-of-type(2) {
     flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel .tankers-slider .slider_btm div:nth-of-type(2) {
    padding-left: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    border-left: 0;
  }
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div.quote p {
  color: #be0035;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
body.page-template-tpl_carousel .tankers-slider .slider_btm div.quote h4 {
  color: #555;
  text-transform: none;
}
body.page-template-tpl_carousel .slider_boxes {
  list-style: none;
  margin: 40px 4.259% 0 4.259%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_carousel .slider_boxes {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_carousel .slider_boxes {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
}
body.page-template-tpl_carousel .slider_boxes li {
  height: 110px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
}
body.page-template-tpl_carousel .slider_boxes li span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
body.page-template-tpl_carousel .slider_boxes li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  opacity: 1;
  z-index: -1;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  content: "" !important;
  top: 0 !important;
  left: 0 !important;
}
body.page-template-tpl_carousel .slider_boxes li:hover span, body.page-template-tpl_carousel .slider_boxes li.active span {
  opacity: 0;
}
body.page-template-tpl_carousel .slider_boxes li:hover:before, body.page-template-tpl_carousel .slider_boxes li.active:before {
  opacity: 0.5;
}
body.page-template-tpl_carousel .slider_boxes.five li {
  -ms-flex-preferred-size: calc(22% - 20px);
      flex-basis: calc(22% - 20px);
  max-width: calc(22% - 20px);
  margin-bottom: 30px;
  margin-right: 30px;
}
/*body.page-template-tpl_carousel .slider_boxes.five li:nth-of-type(5n) {
  margin-right: 0;
}*/
@media screen and (max-width: 1100px) {
  body.page-template-tpl_carousel .slider_boxes.five li {
    -ms-flex-preferred-size: calc(25% - 8px);
        flex-basis: calc(25% - 8px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
  body.page-template-tpl_carousel .slider_boxes.five li:nth-of-type(5n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_carousel .slider_boxes.five li {
    -ms-flex-preferred-size: calc(33% - 8px);
        flex-basis: calc(33% - 8px);
    margin-bottom: 10px;
    margin-right: 10px;
    height: 90px;
  }
  body.page-template-tpl_carousel .slider_boxes.five li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel .slider_boxes.five li {
    margin: 0 0 5px 0 !important;
    -ms-flex-preferred-size: calc(50% - 2.5px);
        flex-basis: calc(50% - 2.5px);
    height: 80px;
  }
}
@media screen and (max-width: 420px) {
  body.page-template-tpl_carousel .slider_boxes.five li {
    margin: 0 0 5px 0 !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 80px;
  }
}
body.page-template-tpl_carousel .slider_boxes.six li {
  -ms-flex-preferred-size: calc(16.4% - 13px);
      flex-basis: calc(16.4% - 13px);
  max-width: calc(16.4% - 13px);
  margin-bottom: 20px;
  margin-right: 20px;
}
body.page-template-tpl_carousel .slider_boxes.six li:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  body.page-template-tpl_carousel .slider_boxes.six li {
    -ms-flex-preferred-size: calc(16.4% - 15px);
        flex-basis: calc(16.4% - 15px);
  }
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_carousel .slider_boxes.six li {
    -ms-flex-preferred-size: calc(25% - 8px);
        flex-basis: calc(25% - 8px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
  body.page-template-tpl_carousel .slider_boxes.six li:nth-of-type(6n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_carousel .slider_boxes.six li {
    -ms-flex-preferred-size: calc(33% - 8px);
        flex-basis: calc(33% - 8px);
    margin-bottom: 10px;
    margin-right: 10px;
    height: 90px;
  }
  body.page-template-tpl_carousel .slider_boxes.six li:nth-of-type(4n) {
    margin-right: 10px;
  }
  body.page-template-tpl_carousel .slider_boxes.six li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel .slider_boxes.six li {
    margin: 0 0 5px 0 !important;
    -ms-flex-preferred-size: calc(50% - 2.5px);
        flex-basis: calc(50% - 2.5px);
    height: 80px;
  }
}
@media screen and (max-width: 420px) {
  body.page-template-tpl_carousel .slider_boxes.six li {
    margin: 0 0 5px 0 !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 80px;
  }
}
body.page-template-tpl_carousel #team_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 65px;
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel #team_links {
    display: block;
  }
}
body.page-template-tpl_carousel #team_links h4 {
  color: #003087;
  margin: 0;
}
body.page-template-tpl_carousel #team_links .btn {
  text-transform: none;
}
body.page-template-tpl_carousel #team_links div:first-of-type {
  border-right: 1px solid #eeeeee;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel #team_links div:first-of-type {
    border-right: 0;
    padding-right: 0;
  }
}
body.page-template-tpl_carousel #team_links div:nth-of-type(2) {
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  body.page-template-tpl_carousel #team_links div:nth-of-type(2) {
    padding-left: 0;
  }
}
/* CAROUSEL -  VR */
body.vr .slider_boxes li:nth-of-type(1):before {
  background-image: url(../img/vr/vr-1.jpg);
}
body.vr .slider_boxes li:nth-of-type(2):before {
  background-image: url(../img/vr/vr-2.jpg);
}
body.vr .slider_boxes li:nth-of-type(3):before {
  background-image: url(../img/vr/vr-3.jpg);
}
body.vr .slider_boxes li:nth-of-type(4):before {
  background-image: url(../img/vr/vr-4.jpg);
}
body.vr .slider_boxes li:nth-of-type(5):before {
  background-image: url(../img/vr/vr-5.jpg);
}
body.vr .slider_boxes li:nth-of-type(6):before {
  background-image: url(../img/vr/vr-6.jpg);
}
body.vr .slider_boxes li:nth-of-type(7):before {
  background-image: url(../img/vr/vr-7.jpg);
}
body.vr .slider_boxes li:nth-of-type(8):before {
  background-image: url(../img/vr/vr-8.jpg);
}
body.vr .slider_boxes li:nth-of-type(9):before {
  background-image: url(../img/vr/vr-9.jpg);
}
body.vr .slider_boxes li:nth-of-type(10):before {
  background-image: url(../img/vr/vr-10.jpg);
}
/* CAROUSEL -  TEEKAY TANKERS - OUR TEAM */
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(1):before {
  background-image: url(../img/tanker-team/tankerteam-1.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(2):before {
  background-image: url(../img/tanker-team/tankerteam-2.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(3):before {
  background-image: url(../img/tanker-team/tankerteam-3.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(4):before {
  background-image: url(../img/tanker-team/tankerteam-4.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(5):before {
  background-image: url(../img/tanker-team/tankerteam-5.jpg);
}
/*
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(6):before {
  background-image: url(../img/tanker-team/tankerteam-6.jpg);
}
*/
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(6):before {
  background-image: url(../img/tanker-team/tankerteam-7.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(7):before {
  background-image: url(../img/tanker-team/tankerteam-8.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(8):before {
  background-image: url(../img/tanker-team/tankerteam-9.jpg);
}
body.parent-pagename-teekay-tankers.our-team .slider_boxes li:nth-of-type(9):before {
  background-image: url(../img/tanker-team/tankerteam-10.jpg);
}
/* CAROUSEL - GAS FAMILY */
/*body.teekay-gas-family .slider_boxes li:nth-of-type(1):before {
  background-image: url(../img/teekay-gas-family/1brothers768x432px.jpg);
}*/
body.teekay-gas-family .slider_boxes li:nth-of-type(1):before {
  background-image: url(../img/teekay-gas-family/2family-dinner768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(2):before {
  background-image: url(../img/teekay-gas-family/3more-than-just-a-number768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(3):before {
  background-image: url(../img/teekay-gas-family/4torben-remembers768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(4):before {
  background-image: url(../img/teekay-gas-family/5always-available768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(5):before {
  background-image: url(../img/teekay-gas-family/6belonging768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(6):before {
  background-image: url(../img/teekay-gas-family/7a-second-home768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(7):before {
  background-image: url(../img/teekay-gas-family/8loyalty768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(8):before {
  background-image: url(../img/teekay-gas-family/9commitment768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(9):before {
  background-image: url(../img/teekay-gas-family/10motivation768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(10):before {
  background-image: url(../img/teekay-gas-family/11passion768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:nth-of-type(11):before {
  background-image: url(../img/teekay-gas-family/12safety768x432px.jpg);
}
body.teekay-gas-family .slider_boxes li:before {
  background-position: center !important;
}
body.cpa .slider_boxes li:nth-of-type(1):before {
  background-image: url(../img/cpa/01-the-best-job-i-ever-had.jpg);
}
/* CAROUSEL -  CPA*/
body.cpa .slider_boxes li:nth-of-type(2):before {
  background-image: url(../img/cpa/02-the-quarter-end-experience.jpg);
}
body.cpa .slider_boxes li:nth-of-type(3):before {
  background-image: url(../img/cpa/05-whats-for-lunch.jpg);
}
body.cpa .slider_boxes li:nth-of-type(4):before {
  background-image: url(../img/cpa/04-scott-watson.jpg);
}
body.cpa .slider_boxes li:nth-of-type(5):before {
  background-image: url(../img/cpa/06-a-symphony2.jpg);
}
body.cpa .slider_boxes li:before {
  background-position: center !important;
}
/*CAROUSEL - OFFSHORE PEOPLE*/
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(1):before {
  background-image: url(../img/offshore-people/01-ChristianFjell.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(2):before {
  background-image: url(../img/offshore-people/02-Stig-Morten-Helland.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(3):before {
  background-image: url(../img/offshore-people/03-ColinPatterson.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(4):before {
  background-image: url(../img/offshore-people/04-FraserKerr.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(5):before {
  background-image: url(../img/offshore-people/05-RichardDodunski.jpg);
}
/*body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(6):before {
  background-image: url(../img/offshore-people/06-ChristianPalmer.jpg);
}*/
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(6):before {
  background-image: url(../img/offshore-people/07-IngerOdeggard.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(7):before {
  background-image: url(../img/offshore-people/08-ChrisBrett.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(8):before {
  background-image: url(../img/offshore-people/09-EliGjesdal.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(9):before {
  background-image: url(../img/offshore-people/10-NicolasGervais.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(10):before {
  background-image: url(../img/offshore-people/11-TimothyStanley.jpg);
}
body.parent-pagename-teekay-offshore.our-team .slider_boxes li:nth-of-type(11):before {
  background-image: url(../img/offshore-people/12-CybellArslanian.jpg);
}
body.offshore-people .slider_boxes li:before {
  background-position: center !important;
}
body.page-template-tpl_tankers .tanker_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_tankers .tanker_section {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section {
    display: block;
  }
}
body.page-template-tpl_tankers .tanker_section h2 {
  margin: 0;
  padding-left: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
body.page-template-tpl_tankers .tanker_section h2:before {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: -153px;
  top: 11px;
  position: absolute;
}
body.page-template-tpl_tankers .tanker_section h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
body.page-template-tpl_tankers .tanker_section h3, body.page-template-tpl_tankers .tanker_section h4 {
  margin: 0 0 5px 0;
}
body.page-template-tpl_tankers .tanker_section h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}
body.page-template-tpl_tankers .tanker_section p {
  color: #fff;
}
body.page-template-tpl_tankers .tanker_section ul {
  list-style: none;
}
body.page-template-tpl_tankers .tanker_section ul li {
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body.page-template-tpl_tankers .tanker_section ul li:hover {
  border-color: #fff;
  z-index: 2;
  position: relative;
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul {
  width: 30%;
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section ul.btns-ul {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul li {
  margin-bottom: -1px;
  height: 230px;
  padding: 0 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section ul.btns-ul li {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 30px;
  }
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 100ms ease, -webkit-transform 400ms ease;
  -o-transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease;
  transition: opacity 100ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../img/tankers_btn_bg.jpg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul li span {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate3d(0, 250%, 0);
          transform: translate3d(0, 250%, 0);
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul li:hover span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul li:hover:before {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul #oil-sts-transfers:before {
  background-image: url(../img/STS_Image1.jpg);
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul #lng-sts-terminal-management:before {
  background-image: url(../img/LNG-STS.jpg);
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul #pool-services:before {
  background-image: url(../img/pool-services.jpg);
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul #fuel-services:before {
  background-image: url(../img/fuel-service.jpg);
}
body.page-template-tpl_tankers .tanker_section ul.btns-ul #tanker-services:before {
  background-image: url(../img/generic-tankers-services.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(2) {
  min-height: 620px;
  background-image: url(../img/tankers_s1.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(2) > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(2) > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(2) div {
  width: 40%;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(2) div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(2) #our-ships:before {
  background-image: url(../img/Our-Ships-original.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(2) #fleet:before {
  background-image: url(../img/Fleet-original.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) {
  min-height: 450px;
  background-image: url(../img/tankers_s2.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div {
  max-width: 54%;
  width: 54%;
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  margin-right: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 270px;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div {
    max-width: 68%;
    width: 68%;
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    margin-right: 0%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
    margin-left: 0;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0 auto;
  list-style: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul {
    display: block;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul li {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
  height: 160px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -1px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
}
@media screen and (max-width: 500px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul li {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul li a span {
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul li a span i {
  font-size: 45px;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(3) > div ul li a span img {
  max-width: 100px;
  display: block;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) {
  background-image: url(../img/tankers_s3.jpg);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 150px 100px;
}
@media screen and (max-width: 1100px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top {
    height: auto;
    min-height: auto;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top {
    display: block;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top div {
  width: 40%;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .top div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1500px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm {
    height: auto;
    min-height: 660px;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm {
    display: block;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm > div {
  max-width: 630px;
  text-align: left;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm .btns-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 90%;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1500px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm .btns-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm .btns-ul li {
  width: 33.33333%;
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}
@media screen and (max-width: 1500px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm .btns-ul li {
    width: 100%;
    max-width: 100%;
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(4) .btm .btns-ul li {
    width: 100%;
    max-width: 100%;
    height: 180px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) {
  min-height: 675px;
  background-image: url(../img/tankers_s4.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) > span {
  width: 23%;
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(5) > span {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) div {
  width: 40%;
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 50px;
}
@media screen and (max-width: 850px) {
  body.page-template-tpl_tankers .tanker_section:nth-of-type(5) div {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0px;
  }
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) div p {
  margin: 0 0 30px 0;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) div a {
  color: #fff;
  text-decoration: underline;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) div a:hover {
  color: #be0035;
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) #leadership-team:before {
  background-image: url(../img/Leadership-original.jpg);
}
body.page-template-tpl_tankers .tanker_section:nth-of-type(5) #our-team:before {
  background-image: url(../img/Our-Team-original.jpg);
}

.tabs {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 850px) {
  .tabs {
    margin-top: 100px;
  }
}
.tabs table {
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100%;
}
.tabs table tr {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fafafa;
}
.tabs table tr td {
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs table tr td span.date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #be0035;
}
.tabs table tr a {
  font-size: 20px;
}
.tabs table tr a:after, .tabs table tr a:before {
  display: none;
}
.tabs .tab_select {
  position: relative;
}
@media screen and (max-width: 850px) {
  .tabs .tab_select {
    top: -50px;
    width: 320px;
    max-width: 100%;
  }
}
.tabs .tab_select select {
  padding: 8px 15px 8px 35px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  background-color: #003087;
  color: #fff;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 850px) {
  .tabs .tab_select select {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .tabs .tab_select select {
    font-size: 15px;
    padding: 10px 15px 10px 35px;
  }
}
.tabs .tab_select span {
  position: absolute;
  top: 6px;
  left: 15px;
  color: #fff;
  pointer-events: none;
}
.tabs > ul {
  list-style: none;
  position: absolute;
  top: -125px;
  margin: 0 0 0 3px !important;
  border-bottom: 5px solid #eee;
  width: 100%;
  margin-right: 315px;
}
@media screen and (max-width: 1100px) {
  .tabs > ul {
    top: -120px;
  }
}
@media screen and (max-width: 850px) {
  .tabs > ul {
    display: none;
  }
}
.tabs > ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 20px !important;
  color: #333;
  padding: 15px !important;
  margin: 15px -3px -5px -3px;
  line-height: 0 !important;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs > ul li:before {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .tabs > ul li {
    margin-top: 10px;
  }
}
.tabs > ul li.active, .tabs > ul li:hover {
  color: #be0035 !important;
  border-bottom: 5px solid #be0035;
}
.tabs > ul li:before {
  display: none;
}
.tabs > ul li.has-sub, .tabs > ul li .fb-drop {
  position: relative;
  padding: 7px 20px !important;
}
.tabs > ul li.has-sub:hover .sub-tabs, .tabs > ul li .fb-drop:hover .sub-tabs {
  display: block;
}
.tabs > ul li .sub-tabs {
  display: none;
  position: absolute;
  list-style: none;
  top: 39px;
  z-index: 1;
  width: auto;
  left: 0;
  overflow: hidden;
  border-bottom: 0;
  width: 100%;
  margin: 0;
}
.tabs > ul li .sub-tabs li {
  display: block;
  color: #fff;
  background-color: #be0035;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 0 !important;
  margin-bottom: 2px;
  white-space: nowrap;
  margin-top: 0;
}
.tabs > ul li .sub-tabs li:hover, .tabs > ul li .sub-tabs li.active {
  background-color: #003087;
  color: #fff !important;
}
.tabs .hold {
  display: none;
  position: relative;
  top: -20px;
}
.tabs .hold.active {
  display: block;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
}
.tabs .hold h1, .tabs .hold h2, .tabs .hold h3, .tabs .hold h4, .tabs .hold p {
  padding-right: 0 !important;
}

.inner_content .tabs-nav-content, .inner_content .financial-nav-content {
  display: none;
}
.inner_content .tabs-nav-content.active, .inner_content .financial-nav-content.active {
  display: block;
}
.inner_content .tabs-nav, .inner_content .financial-nav {
  border-bottom: 5px solid #eee;
  height: 44px;
  margin: 30px 0 60px 0;
}
.inner_content .tabs-nav a, .inner_content .financial-nav a {
  display: block;
  color: #333 !important;
}
.inner_content .tabs-nav ul, .inner_content .financial-nav ul {
  margin: 0 !important;
}
.inner_content .tabs-nav ul li, .inner_content .financial-nav ul li {
  display: inline-block;
  float: left;
}
.inner_content .tabs-nav ul li:before, .inner_content .financial-nav ul li:before {
  display: none !important;
}
.inner_content .tabs-nav ul li a, .inner_content .financial-nav ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inner_content .tabs-nav ul li a:before, .inner_content .financial-nav ul li a:before {
  display: none !important;
}
.inner_content .tabs-nav ul li a:hover, .inner_content .financial-nav ul li a:hover {
  border-bottom-color: #be0035;
  color: #be0035 !important;
}
.inner_content .tabs-nav ul li.active a, .inner_content .financial-nav ul li.active a {
  border-bottom-color: #be0035;
  color: #be0035 !important;
}
.inner_content .tabs-nav ul li ul, .inner_content .financial-nav ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5000;
  padding-bottom: 10px;
}
.inner_content .tabs-nav ul li ul li, .inner_content .financial-nav ul li ul li {
  display: block;
}
.inner_content .tabs-nav ul li ul li.active a, .inner_content .financial-nav ul li ul li.active a {
  background: #003698;
  color: #fff;
}
.inner_content .tabs-nav ul li ul li a, .inner_content .financial-nav ul li ul li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 1;
  padding: 9px 0 8px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inner_content .tabs-nav ul li ul li a:hover, .inner_content .financial-nav ul li ul li a:hover {
  background: #003698;
  color: #fff;
}
.inner_content .tabs-nav ul li a, .inner_content .tabs-nav ul li span, .inner_content .financial-nav ul li a, .inner_content .financial-nav ul li span {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 0 20px;
  border-bottom: 5px solid transparent;
  position: relative;
  bottom: -4px;
  display: inline-block;
}
.inner_content .fb-drop:hover, .inner_content .fb-drop.on {
  border-bottom: 5px solid #be0035;
}
.inner_content .fb-drop ul {
  top: 40px !important;
  background-color: transparent !important;
}
.inner_content .fb-drop ul li {
  width: 100%;
}
.inner_content .fb-drop ul li a {
  width: 100%;
  height: auto;
  padding: 3px 0 1px 0 !important;
  display: block;
  background-color: #be0035;
  text-align: left;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2px;
  white-space: nowrap;
  border-bottom: 0 !important;
}
.inner_content .fb-drop ul li a:hover {
  color: #fff !important;
}
.inner_content .fb-drop ul li.active a {
  color: #fff !important;
}
.inner_content .tabs-drop, .inner_content .fb-drop {
  position: relative;
}
.inner_content .tabs-drop:after, .inner_content .fb-drop:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #333;
  position: absolute;
  right: 3px;
  top: 10px;
}
.inner_content .tabs-drop:hover, .inner_content .fb-drop:hover {
  background: #fff;
}
.inner_content .tabs-drop:hover span, .inner_content .fb-drop:hover span {
  color: #be0035;
}
.inner_content .tabs-drop:hover ul, .inner_content .fb-drop:hover ul {
  display: block;
  background-color: #fff;
}
.inner_content .tabs-drop.on span, .inner_content .fb-drop.on span {
  color: #be0035;
}

/*
body.page-template-tpl_newsreleases .tabs table tr:hover, body.page-id-183 .tabs table tr:hover {
  background-color: #003087;
}
*/
body.page-template-tpl_newsreleases .tabs table tr:hover, body.page-id-183 .tabs#tabs-reports table tr:hover {
  background-color: #003087;
}

body.page-template-tpl_newsreleases .tabs table tr:hover td, body.page-template-tpl_newsreleases .tabs table tr:hover a, body.page-template-tpl_newsreleases .tabs table tr:hover span.date, body.page-id-183 .tabs table tr:hover td, body.page-id-183 .tabs table tr:hover a, body.page-id-183 .tabs table tr:hover span.date {
  color: #fff !important;
}

.stories {
  background-image: url(../img/stories_bg.png);
  background-repeat: repeat;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .stories {
    position: relative;
    padding-top: 40px;
    padding-bottom: 37px;
  }
}
.stories .stories-title {
  color: #be0035;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 165px;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 100px 65px 75px 45px;
}
@media screen and (max-width: 1100px) {
  .stories .stories-title {
    margin: 0 110px 20px 40px;
    display: block;
    max-width: 100%;
    font-size: 42px;
    line-height: 42px;
  }
}
.stories .tk-filters {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 165px - 70px - 45px - 45px);
  margin: 100px 45px 0 0;
}
@media screen and (max-width: 1100px) {
  .stories .tk-filters {
    margin: 0 45px 25px 45px;
    width: auto;
  }
}
.stories .tk-filters .tk-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .stories .tk-filters .tk-tabs {
    display: block;
  }
}
.stories .tk-filters .tk-tabs ul {
  list-style: none;
  margin-top: 15px;
}
.stories .tk-filters .tk-tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  .stories .tk-filters .tk-tabs ul li {
    margin-right: 15px;
  }
}
.stories .tk-filters .tk-tabs ul li a {
  color: #5b6770;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .stories .tk-filters .tk-tabs ul li a {
    font-size: 15px;
  }
}
.stories .tk-filters .tk-tabs ul li a:after {
  display: inline-block;
  content: '+';
  font-weight: normal;
  margin: 0 5px;
}
.stories .tk-filters .tk-tabs ul li a.active {
  color: #be0035;
}
.stories .tk-filters .tk-tabs ul li a.active:after {
  content: '-';
  margin-right: 10.5px;
}
.stories .tk-filters .tk-tabs ul li a.filter-is-on, .stories .tk-filters .tk-tabs ul li a:hover {
  color: #be0035;
}
.stories .tk-filters .reset {
  cursor: pointer;
  color: #5b6770;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .stories .tk-filters .reset {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}
.stories .tk-filters .reset:hover {
  color: #be0035;
}
.stories .tk-filters .reset i {
  margin-right: 5px;
}
.stories #posts-categories-wrapper .tk-sub {
  display: none;
}
.stories #posts-categories-wrapper .tk-sub.show {
  display: block;
}
.stories #posts-categories-wrapper .tk-sub ul {
  list-style: none;
  margin: 20px 0;
}
.stories #posts-categories-wrapper .tk-sub ul li {
  display: inline-block;
  background-color: #eee;
  padding: 5px 10px;
  margin: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stories #posts-categories-wrapper .tk-sub ul li a {
  color: #5b6770;
  font-size: 12px;
}
.stories #posts-categories-wrapper .tk-sub ul li.active, .stories #posts-categories-wrapper .tk-sub ul li:hover {
  background-color: #be0035;
}
.stories #posts-categories-wrapper .tk-sub ul li.active a, .stories #posts-categories-wrapper .tk-sub ul li:hover a {
  color: #fff;
}
.stories #posts-categories-wrapper .post-category-secondlevel {
  list-style: none;
  margin-top: 20px;
}
.stories #posts-categories-wrapper .post-category-secondlevel li {
  display: inline-block;
  background-color: #eee;
  padding: 5px 10px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stories #posts-categories-wrapper .post-category-secondlevel li a {
  color: #5b6770;
  font-size: 12px;
}
.stories #posts-categories-wrapper .post-category-secondlevel li.active, .stories #posts-categories-wrapper .post-category-secondlevel li:hover {
  background-color: #be0035;
}
.stories #posts-categories-wrapper .post-category-secondlevel li.active a, .stories #posts-categories-wrapper .post-category-secondlevel li:hover a {
  color: #fff;
}
.stories #posts-categories-wrapper .post-category-thirdlevel div {
  display: none;
  margin-top: 20px;
}
.stories #posts-categories-wrapper .post-category-thirdlevel div.on {
  display: block;
}
.stories #posts-categories-wrapper .post-category-thirdlevel div li {
  display: inline-block;
  background-color: #eee;
  padding: 5px 10px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stories #posts-categories-wrapper .post-category-thirdlevel div li a {
  color: #5b6770;
  font-size: 12px;
}
.stories #posts-categories-wrapper .post-category-thirdlevel div li.active, .stories #posts-categories-wrapper .post-category-thirdlevel div li:hover {
  background-color: #be0035;
}
.stories #posts-categories-wrapper .post-category-thirdlevel div li.active a, .stories #posts-categories-wrapper .post-category-thirdlevel div li:hover a {
  color: #fff;
}
.stories #loaded-posts .post-article {
  position: relative;
  max-width: calc(100% / 3);
  width: calc(100% / 3);
  max-height: 16.55vw;
  height: 16.55vw;
  float: left;
  overflow: hidden;
  background-color: #000;
}
/*@media screen and (min-width: 1501px) {
  .stories #loaded-posts .post-article {
    max-width: 32.8vw;
    width: 32.8vw;
  }
}
@media screen and (max-width: 1500px) {
  .stories #loaded-posts .post-article {
    max-width: 32.8vw;
    width: 32.8vw;
  }
}*/
@media screen and (max-width: 1100px) {
  .stories #loaded-posts .post-article {
    max-width: 100vw;
    width: 100vw;
    height: 260px !important;
    max-height: 260px !important;
  }
}
.stories #loaded-posts .post-article:first-child, .stories #loaded-posts .post-article .post-article.break {
  clear: left;
}
.stories #loaded-posts .post-article.featured {
  max-height: 33.099vw;
  height: 33.099vw;
}
.stories #loaded-posts .post-article span.ticker {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  opacity: 1;
  z-index: 1;
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 1500px) {
  .stories #loaded-posts .post-article span.ticker {
    top: 15px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .stories #loaded-posts .post-article span.ticker {
    top: 20px;
    right: 40px;
    font-size: 15px;
    line-height: 20px;
  }
}
.stories #loaded-posts .post-article img {
  opacity: 0.65;
  -webkit-transition: all 0.13s ease-in-out;
  -o-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
  position: relative;
  top: 50%;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.stories #loaded-posts .post-article img.non-featured {
  /*top: 10px;*/
  height: auto !important;
}

@media screen and (max-width: 1100px) {
  .stories #loaded-posts .post-article img.non-featured {
    /*top: 130px;*/
    height: 100% !important;
  }
  .stories #loaded-posts .post-article img.tgp-thumb {
    top:80px;
    height: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .stories #loaded-posts .post-article img.non-featured {
    top: 50%;
    height: 100% !important;
  }
}
.stories #loaded-posts .post-article .tkcard-tags {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .stories #loaded-posts .post-article .tkcard-tags {
    top: 15px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .stories #loaded-posts .post-article .tkcard-tags {
    top: 20px;
    left: 40px;
    font-size: 15px;
    line-height: 20px;
  }
}
.stories #loaded-posts .post-article .tkcard-info {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  z-index: 1;
  padding-right: 20px;
}
.stories #loaded-posts .post-article .tkcard-info span {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .stories #loaded-posts .post-article .tkcard-info span {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .stories #loaded-posts .post-article .tkcard-info span {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1500px) {
  .stories #loaded-posts .post-article .tkcard-info {
    font-size: 17px;
    line-height: 19px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .stories #loaded-posts .post-article .tkcard-info {
    left: 40px;
    font-size: 20px;
    line-height: 25px;
    bottom: 20px;
  }
}
.stories #loaded-posts .post-article:hover img {
  -webkit-transform: scale(1.12, 1.12) translateY(-50%);
      -ms-transform: scale(1.12, 1.12) translateY(-50%);
          transform: scale(1.12, 1.12) translateY(-50%);
}
.stories #load-more {
  text-align: center;
  background-color: rgba(235, 235, 235, 0.52);
  display: block;
  line-height: 90px;
  font-size: 15px;
}
.stories #load-more:before {
  display: block;
  content: "";
  clear: both;
}
.stories #load-more a {
  text-transform: uppercase;
  color: #5b6770 !important;
  background-color: transparent !important;
}
.stories #load-more a:hover {
  color: #be0035 !important;
}
.stories #load-more a:hover i {
  color: #be0035;
}
.stories #load-more a i {
  color: #00102e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
}

footer {
  overflow: hidden;
}
footer ul {
  list-style: none;
}
footer .top {
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
footer .top nav {
  background-color: #000;
  -ms-flex-preferred-size: 81%;
      flex-basis: 81%;
  width: 81%;
  max-width: 81%;
  padding: 75px 115px 75px 45px;
}
@media screen and (max-width: 1100px) {
  footer .top nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  footer .top nav {
    padding: 75px 40px;
  }
}
footer .top nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  footer .top nav ul {
    display: block;
  }
  footer .top nav ul .sub-menu {
    margin-bottom: 40px;
  }
}
footer .top nav ul .top-level {
  margin-top: 15px;
}
footer .top nav ul .top-level a {
  color: #fff;
  font-weight: bold !important;
  font-size: 17px;
  line-height: 25px;
}
footer .top nav ul .top-level a:hover {
  color: #be0035;
}
footer .top nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
}
footer .top nav ul li a:hover {
  color: #be0035;
}
footer .top nav ul li ul {
  display: block;
}
footer .top nav ul li ul li {
  display: block;
}
footer .top nav ul li ul li a {
  font-weight: normal;
}
footer .top nav ul li.menu-item-31955 > a, footer .top nav ul li.menu-item-31920 > a, footer .top nav ul li.menu-item-31878 > a {
  pointer-events: none;
}
footer .top .sign_up {
  background-color: #16191c;
  width: 19%;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%;
  padding: 75px 45px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  footer .top .sign_up {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
footer .top .sign_up p {
  margin: 0 0 15px 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  footer .top .sign_up p {
    font-size: 25px;
  }
}
footer .bottom {
  padding: 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  footer .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 850px) {
  footer .bottom {
    padding: 20px 40px;
  }
}
footer .bottom p, footer .bottom a {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  color: #000;
}
footer .bottom a:hover {
  color: #be0035;
}
footer .bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer .bottom .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .bottom .left p.blender {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
footer .bottom .left p a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
footer .bottom .left p.copyright {
  padding-right: 15px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  footer .bottom .left p.copyright {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    border-right: 0;
  }
}
footer .bottom .left nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
footer .bottom .left nav ul li {
  padding: 0 15px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  footer .bottom .left nav ul li:first-of-type {
    padding-left: 0;
  }
  footer .bottom .left nav ul li:last-of-type {
    border-right: 0;
  }
}
@media screen and (max-width: 475px) {
  footer .bottom .left nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .bottom .left nav ul li {
    padding: 5px 0;
    border-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .bottom .left nav {
    margin: 8px 0;
  }
}
footer .bottom ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer .bottom ul.social {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 50px 0;
  }
}
footer .bottom ul.social li {
  margin: 0 7px;
}
footer .bottom ul.social li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  footer .bottom ul.social li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 475px) {
  footer .bottom ul.social li {
    margin-right: 20px;
  }
}
footer .bottom ul.social li i {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  footer .bottom ul.social li i {
    font-size: 22px;
  }
}

.privacyCookie {
  min-height:0;
  height: 0;
  overflow: hidden;
  padding-left: 120px;
}
@media screen and (max-width: 850px) {
  .privacyCookie {
    padding-left: 40px;
  }

}
.read-more {
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-decoration: underline;
  /*display: block;*/
}
.read-more:hover {
  cursor: pointer;
  
  color:#be0035;
}
body.page-template #infobulle .contact-list li a:hover {
  text-decoration: none!important;
}
/*ROADBLOCK POPUP ANNOUNCEMENT*/
.popup_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 99999;
}
.popup_overlay.active {
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: all;
}
.popup {
  position: fixed;
  bottom: 0;
  top: 0;
  height: 420px;
  left: 0;
  right: 0;
  width: 600px;
  margin: auto;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  z-index: 99999999;
  display: none;
}
.popup.active {
  display: block;
}
.popup .inner {
  display: flex;
  height: 100%;
}
.popup .left {
  width: 43%;
  flex-basis: 43%;
  max-width: 43%;
  background-image:url(../img/popup_left.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup .left.investorDay {
  background-image: url(../img/popupBGInvestorDay.jpg);
}
.popup .right {
  width: 57%;
  flex-basis: 57%;
  max-width: 57%;
  /*padding: 135px 80px 135px 40px;*/
  position: relative;
  padding: 88px 35px 50px 35px;
}
.popup .right .close {
  position: absolute;
  top: 20px;
  right: 25px;
  
} 
.popup .right .close i {
  font-size: 22px;
  color: #5b6770;
  cursor: pointer;
}
.popup .right .close i:hover {
  color: #be0035;
}
.popup .right h3 {
  font-size: 28px;
  color: #002f87;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.popup .right p {
  margin: 0 0 20px 0;
  font-size: 17px;
  line-height: 21px;
  color: #5b6770;
}
.popup .right .btn {
  background-color: #002f87!important;
  text-transform: none; 
  line-height: 35px!important;
  min-width: 120px;
  width: 200px;
  margin: 5px auto;
}
.popup .right .btn:hover {
  background-color: #be0035 !important
}
@media screen and (max-width: 850px) {
.popup {
  width: 80%;
  height: 360px;
}
.popup .inner .right {
  padding: 100px 50px;
}
}
@media screen and (max-width: 550px) {
.popup {
  height: auto;
  max-height: 400px;
}
.popup .inner {
  flex-wrap: wrap;
  height: auto;
}
.popup .inner .right,
.popup .inner .left {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.popup .inner .left {
  display: none;
}
.popup .inner .right {
  padding: 60px 40px;
}
}
#rpd-content input[type=text], #rpd-content select {
  padding: 0 5px;
  border: 1px solid silver;
  height: 33px;
  line-height: 33px;
  background-color: transparent;
}
#rpd-content label {
  margin: 10px 0 0 0;
  display: block;
}
.wp-block-buttons.button-center { text-align:center; }
table.esg-strategy h5 { min-height: 90px; }
@media screen and (max-width:1000px) {
table.esg-strategy, table.esg-strategy td { display:block; height:auto !important; width:100% !important; }
table.esg-strategy h5 { min-height: 10px; }
}

header nav div.menu-header-menu-container > ul > li.follow-us > .sub-menu { padding-left: 0; margin-left:calc(100% - 340px); height:100vh; }
header nav div.menu-header-menu-container > ul .follow-us > .sub-menu:after { width:340px; } 
@media screen and (max-width: 1400px) {
  header nav div.menu-header-menu-container > ul > li.follow-us > .sub-menu { margin-left: 75%; }
  header nav div.menu-header-menu-container > ul .follow-us > .sub-menu:after { width:25%; } 
}
.media-frame.mode-eml-grid .media-frame-content { overflow-y:visible !important; }

#featured { display:flex; }
#featured > * { flex-basis:50%; }
#featured .left { background-size:cover; background-repeat:none; background-position:center;   }
#featured .left a { color:#FFF; display:flex; align-items:center; justify-content:center; text-transform:uppercase; font-size:20px; line-height:30px; font-weight:700; height:100%; width:100%; min-height:490px; }
#featured .left a .play-button { width:50px; height:50px; border-radius:50px; display:flex; align-items:center; justify-content:center; border:2px solid #FFF; margin-right:15px;}
#featured .left a .play-button i { position:relative; left:2px; }
#featured .left a:hover { opacity:0.7; }
#featured .right { padding:55px 65px; }
#featured .right h2 { color:#000; font-size:45px; line-height:45px; margin-top:0; text-transform:uppercase; }
@media screen and (max-width: 1024px) {
	#featured .right { padding:25px; }
}
@media screen and (max-width: 768px) {
	#featured { display:block }
	#featured .left a { min-height: 300px; }
	#featured .right { padding:25px 0; }
	#featured .right h2 { font-size:32px; line-height:32px; }
}

.anchor-offset {
    position: relative;
    top: -100px;
}
@media screen and (max-width: 530px) {
	.accessibility-plan-content-table #anchors { margin-left: 0; margin-right: 0; }
	.accessibility-plan-content-table #anchors ul { margin-left: 10px; margin-right: 0; }
}
.accessibility-plan-content-table a { color: black !important; }

.accessibility-plan-table p { margin: 0; }