@import 'bootstrap.min.css';
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "transport-malta";
  src: url("../fonts/transport-malta.eot");
  src: url("../fonts/transport-malta.eot?#iefix") format("embedded-opentype"), url("../fonts/transport-malta.woff") format("woff"), url("../fonts/transport-malta.ttf") format("truetype"), url("../fonts/transport-malta.svg#transport-malta") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "transport-malta" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "transport-malta" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-icon:before {
  content: "a";
}

.icon-close-icon:before {
  content: "b";
}

.icon-dropdown-icon-triangle:before {
  content: "c";
}

.icon-email-icon:before {
  content: "d";
}

.icon-fax-icon:before {
  content: "e";
}

.icon-file-icon:before {
  content: "f";
}

.icon-pdf-icon:before {
  content: "g";
}

.icon-phone-icon:before {
  content: "h";
}

.icon-read-more-icon:before {
  content: "i";
}

.icon-search-icon:before {
  content: "j";
}

.icon-arrow-up-icon:before {
  content: "k";
}

.icon-arrow-down-icon:before {
  content: "l";
}

.icon-arrow-left:before {
  content: "m";
}

.icon-news:before {
  content: "n";
}

.icon-hamburger:before {
  content: "o";
}

.icon-facebook:before {
  content: "p";
}

.icon-twitter:before {
  content: "q";
}

.icon-linkedin:before {
  content: "r";
}

.icon-local-notice:before {
  content: "s";
}

.icon-notice:before {
  content: "t";
}

.icon-swipe-horizontal:before {
  content: "u";
}

.icon-adjust:before {
  content: "v";
}

.noScroll .dark-toggle {
  background: #2d2d2d;
  color: #fff;
}

.skiptomain {
  border: 1px solid #333333;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 20;
  background: #fff;
  padding: 15px 15px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  text-decoration: none;
}
.skiptomain:focus, .skiptomain:active, .skiptomain:visited {
  clip: auto;
  overflow: show;
  text-decoration: none;
}

.dark-toggle {
  position: fixed;
  right: 30px;
  top: 20px;
  display: block;
  z-index: 999;
  background: #f58025;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.dark .dark-toggle {
  background: #2d2d2d;
}

.dark .dark-toggle {
  color: #fff;
}

.dark-toggle:hover {
  background: #ac5008;
  color: #fff;
}
.dark-toggle:before {
  position: absolute;
  top: 10px;
  left: 9px;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .dark-toggle {
    right: 80px;
  }
}
@media (max-width: 992px) {
  .dark-toggle {
    right: 80px;
  }
}

.dark .dark-toggle:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

html,
body {
  height: 100%;
}

body {
  font-family: "robotoregular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.noScroll {
  overflow: hidden;
}

a {
  color: #f58025;
}
.dark a {
  color: #353535;
}

.btn {
  padding: 13px 20px;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn.btn-default {
  border: 1px solid;
  border-color: #f58025;
  background: #f58025;
  color: #fff;
}
.dark .btn.btn-default {
  border-color: #fff;
}

.btn.btn-default:hover, .btn.btn-default:focus {
  background: #ac5008;
  border-color: #ac5008;
}
.btn.btn-white {
  border: 1px solid #fff;
  background: #fff;
  color: #5b5b5b;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background: #cccccc;
  border-color: #cccccc;
}
.btn.btn-ghost {
  color: #f58025;
  border: 1px solid;
  border-color: #f58025;
}
.dark .btn.btn-ghost {
  color: #353535;
}

.dark .btn.btn-ghost {
  border-color: #353535;
}

.btn.btn-ghost:hover, .btn.btn-ghost:focus {
  color: #fff;
  background: #f58025;
}
.dark .btn.btn-ghost:hover, .dark .btn.btn-ghost:focus {
  background: #353535;
}

.btn.btn-lg {
  padding: 16px 15px;
}
.btn.btn-sm {
  padding: 5px 8px;
}
.btn.btn-fixed-width {
  width: 145px;
  font-family: "robotobold";
}

.btn-hidden {
  font-family: "robotobold";
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 13px 11px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}
.btn-hidden:hover, .btn-hidden:focus {
  background: #fff;
  color: #000;
  text-decoration: none;
  text-shadow: none;
}

.searchelement {
  background-color: #ededed;
}
.dark .searchelement {
  background-color: #d4d4d4;
}

.searchelement .searchelementbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom-left-radius: 100% 8%;
  border-bottom-right-radius: 100% 8%;
  background-image: url("../images/backgrounds/HeroBackground.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 475px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .searchelement .searchelementbg {
    background-image: url("../images/backgrounds/HeroBackground@2x.jpg");
  }
}
@media (max-width: 992px) {
  .searchelement .searchelementbg {
    background: none;
    height: auto;
  }
}
.searchelement .logo {
  margin-top: 134px;
}
@media (max-width: 992px) {
  .searchelement .logo {
    margin-top: 25px;
  }
}
.searchelement .logo img {
  width: 170px;
  height: 90px;
  float: left;
}
@media (max-width: 992px) {
  .searchelement .logo img {
    width: 80px;
    height: 44px;
  }
}
.searchelement .logo .companyname {
  font-family: "robotobold";
  font-size: 50px;
  text-align: left;
  margin-top: 10px;
  margin-left: 40px;
  color: #ffffff;
  font-weight: normal;
  background: transparent;
  float: left;
}
.dark .searchelement .logo .companyname {
  background: #404040;
}

.dark .searchelement .logo .companyname {
  padding: 10px;
  margin-top: 0;
}

.searchelement .logo .companyname span {
  font-family: "robotoregular";
}
@media (max-width: 992px) {
  .searchelement .logo .companyname {
    font-family: "robotobold";
    font-size: 20px;
    text-align: left;
    color: #444444;
    margin-top: 8px;
    margin-left: 20px;
  }
  .dark .searchelement .logo .companyname {
    color: #fff;
  }

  .searchelement .logo .companyname span {
    font-family: "robotobold";
  }
}
.searchelement .catlinks {
  margin-top: 76px;
  float: left;
  width: 100%;
  min-height: 216px;
}
@media (max-width: 992px) {
  .searchelement .catlinks {
    margin-top: 12px;
    overflow: hidden;
  }
  .searchelement .catlinks .catlink {
    padding: 0;
  }
  .searchelement .catlinks .catlink .card {
    border-radius: 0;
  }
  .searchelement .catlinks .catlink:nth-child(1) {
    padding-right: 2px;
  }
  .searchelement .catlinks .catlink:nth-child(1) img {
    border-radius: 1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .searchelement .catlinks .catlink:nth-child(2) {
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 1px;
  }
  .searchelement .catlinks .catlink:nth-child(3) {
    padding-left: 2px;
  }
  .searchelement .catlinks .catlink:nth-child(3) img {
    border-radius: 1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.searchelement .catlinks .card {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.searchelement .catlinks .card:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
}
.searchelement .catlinks .card .gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.searchelement .catlinks .card img {
  width: 100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.searchelement .catlinks .card span {
  font-family: "robotobold";
  font-size: 28px;
  text-align: center;
  color: #292929;
  display: block;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .searchelement .catlinks .card span {
    position: absolute;
    top: 50%;
    font-size: 18px;
    padding: 0;
    width: 100%;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.searchelement .strategies {
  margin: 50px 0 50px 0;
}
@media (max-width: 992px) {
  .searchelement .strategies {
    margin: 19px 0 19px 0;
  }
}
.searchelement .strategies a {
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 13px 15px;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
  font-family: "robotobold";
  font-size: 16px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.searchelement .strategies a:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
}
.searchelement .contact {
  margin: 0 0 50px 0;
}
@media (max-width: 992px) {
  .searchelement .contact {
    margin: 19px 0 19px 0;
  }
}
.searchelement .contact a {
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 13px 15px;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
  font-family: "robotobold";
  font-size: 16px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.searchelement .contact a:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
}
.searchelement .searchboxcontainer {
  margin: 50px 0 50px 0;
}
@media (max-width: 992px) {
  .searchelement .searchboxcontainer {
    margin: 19px 0 0 0;
    clear: both;
  }
}
.searchelement .searchboxcontainer .searchbox {
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 13px 15px;
  border: none;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
  font-family: "robotobold";
  font-size: 16px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.searchelement .searchboxcontainer .searchbox:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
}
.searchelement .dropdown {
  margin-bottom: 50px;
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */
}
@media (max-width: 992px) {
  .searchelement .dropdown {
    margin: 0 0 19px 0;
  }
}
.searchelement .dropdown select {
  border-radius: 3px;
  padding: 13px 15px;
  border: none;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07);
  font-family: "robotobold";
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.searchelement .dropdown select:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.11), 0 10px 10px rgba(0, 0, 0, 0.08);
}
.searchelement .dropdown select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-arrow.png) 100%/51px no-repeat #fff;
  padding-right: 51px;
}
.searchelement .dropdown select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}
@media screen and (min-width: 0\0 ) {
  .searchelement .dropdown select {
    background: none\9 ;
    padding: 5px\9 ;
  }
}
.searchelement .dropdownsubmitbutton input {
  background: #f58025;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-radius: 3px;
  padding: 13px 20px;
  font-family: "robotobold";
  font-size: 16px;
}
.dark .searchelement .dropdownsubmitbutton input {
  background: #353535;
}

@media (max-width: 992px) {
  .searchelement .dropdownsubmitbutton input {
    width: 100%;
    margin-top: 0;
    margin-bottom: 19px;
  }
}

.newspreview {
  background-image: url("../images/backgrounds/news-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 76px 0 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .newspreview {
    background-image: url("../images/backgrounds/news-background@2x.png");
  }
}
.newspreview .card {
  border-radius: 3px;
  padding: 18px;
  display: block;
  text-decoration: none;
  min-height: 304px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.dark .newspreview .card {
  background-color: #767676;
}

@media (max-width: 992px) {
  .newspreview .card {
    min-height: 214px;
    height: auto;
  }
}
.newspreview .card:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.dark .newspreview .card:hover {
  background-color: #353535;
}

.newspreview .card .date {
  font-family: "robotoregular";
  font-size: 14px;
  line-height: 1.64;
  display: block;
}
.newspreview .card .title {
  font-family: "robotobold";
  font-size: 20px;
  line-height: 1.15;
  display: block;
  margin: 7px 0 11px 0;
}
.newspreview .card p {
  font-family: "robotoregular";
  font-size: 14px;
  line-height: 1.36;
}
.newspreview .btn-holder {
  text-align: center;
  margin: 29px 0 35px 0;
}
.newspreview .btn-holder a {
  position: relative;
  padding: 13px 11px 13px 40px;
}
.dark .newspreview .btn-holder a {
  background: #353535;
  color: #fff;
}

.newspreview .btn-holder a:after {
  font-family: "transport-malta" !important;
  content: "i";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 13px;
  top: 17px;
  position: absolute;
}
@media (max-width: 992px) {
  .newspreview {
    overflow-y: hidden;
    padding: 17px 0 17px 0;
  }
  .newspreview .col-md-3 {
    float: left;
    width: 60vw;
  }
  .newspreview .row {
    width: 1000000px;
  }
  .newspreview .btn-holder {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    float: left;
    width: 60vw;
    text-align: left;
  }
  .newspreview .btn-holder .content {
    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;
    border-radius: 2px;
    padding: 18px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.25);
  }
  .newspreview .btn-holder .btn-hidden {
    color: #000;
    text-shadow: none;
    width: 100%;
  }
}

.quicklinks {
  background: #f5f5f5;
  padding: 82px 0 70px 0;
}
.quicklinks .quicklink {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 15px 0 15px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 217px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.quicklinks .quicklink:hover {
  -webkit-box-shadow: 0 14px 38px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 38px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.12);
}
.quicklinks .quicklink .title {
  font-family: "robotobold";
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
}
.dark .quicklinks .quicklink .title {
  background: #767676;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 20px;
}

@media (max-width: 992px) {
  .quicklinks {
    text-align: center;
    padding: 18px 0 18px 0;
  }
  .quicklinks .quicklink {
    margin: 8px 0 8px 0;
  }
}

.SDGR img {
  width: 200px;
}
.SDGR a {
  display: inline-block;
  font-family: "robotoregular";
  font-size: 14px;
  color: #000000;
  margin-right: 10px;
}
.SDGR a:last-child {
  margin-right: 0;
}

.footer {
  background: #eaeaea;
  position: relative;
}
.footer:before {
  content: "";
  height: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.08)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.footer.subfooter {
  background: transparent;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  width: 100%;
  margin: 10px;
}
.footer.subfooter:before {
  display: none;
}
.footer .logo {
  font-family: "robotobold";
  font-size: 14px;
  color: #000000;
  float: left;
}
.footer .logo img {
  width: 52px;
  height: 27px;
  margin: 26px 0 26px 0;
  float: left;
}
.footer .logo .copyright {
  float: left;
  margin: 31px 0 0 5px;
}
.footer .footerlinks {
  margin-left: 70px;
  margin-top: 0px;
  float: left;
}
.footer .footerlinks a {
  margin: 25px 70px 0 0;
  display: inline-block;
  font-family: "robotoregular";
  font-size: 14px;
  color: #000000;
}
.footer .footerlinks a:last-child {
  margin-right: 0;
}
.footer .footerlinks .facebook {
  margin-right: 20px;
  text-decoration: none;
}
.footer .footerlinks .facebook:before {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 10px;
  font-family: "transport-malta" !important;
  content: "p";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .footerlinks .twitter {
  text-decoration: none;
}
.footer .footerlinks .twitter:before {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 10px;
  font-family: "transport-malta" !important;
  content: "q";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 992px) {
  .footer .footerlinks {
    margin-left: 0;
  }
  .footer .footerlinks a {
    font-size: 11px;
    margin: 0;
    padding: 33px 10px;
  }
  .footer .footerlinks .facebook {
    font-size: 14px;
  }
}

.dark .sitecontainer .menucontainer.land, .dark .sitecontainer .menucontainer.sea, .dark .sitecontainer .menucontainer.air, .dark .sitecontainer .menucontainer.sustainable, .dark .sitecontainer .menucontainer.strategies, .dark .sitecontainer .menucontainer.malta, .dark .sitecontainer .menucontainer.malta.news {
  background: #2d2d2d;
}

.sitecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.sitecontainer .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sitecontainer .menucontainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 442px;
          flex: 0 0 442px;
  padding: 50px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 2;
}
.sitecontainer .menucontainer::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.sitecontainer .menucontainer::-webkit-scrollbar-button:start:decrement, .sitecontainer .menucontainer::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
.sitecontainer .menucontainer::-webkit-scrollbar-track-piece {
  background-color: #FAFAFA;
  -webkit-border-radius: 0;
}
.sitecontainer .menucontainer::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #999;
}
.sitecontainer .menucontainer::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #999;
}
.sitecontainer .menucontainer.sea {
  background-image: url("../images/backgrounds/Side-Menu/Maritime.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.sea {
    background-image: url("../images/backgrounds/Side-Menu/Maritime@2x.jpg");
  }
}
.sitecontainer .menucontainer.land {
  background-image: url("../images/backgrounds/Side-Menu/Land.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.land {
    background-image: url("../images/backgrounds/Side-Menu/Land@2x.jpg");
  }
}
.sitecontainer .menucontainer.air {
  background-image: url("../images/backgrounds/Side-Menu/Aviation.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.air {
    background-image: url("../images/backgrounds/Side-Menu/Aviation@2x.jpg");
  }
}
.sitecontainer .menucontainer.strategies {
  background-image: url("../images/backgrounds/strategies-and-innovation-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.strategies {
    background-image: url("../images/backgrounds/strategies-and-innovation-background@2x.jpg");
  }
}
.sitecontainer .menucontainer.sustainable {
  background-image: url("../images/backgrounds/strategies-and-innovation-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.sustainable {
    background-image: url("../images/backgrounds/strategies-and-innovation-background@2x.jpg");
  }
}
.sitecontainer .menucontainer.malta {
  background-image: url("../images/backgrounds/tm-side-image.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.malta {
    background-image: url("../images/backgrounds/tm-side-image@2x.jpg");
  }
}
.sitecontainer .menucontainer.malta.news {
  background-image: url("../images/backgrounds/News-side-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .sitecontainer .menucontainer.malta.news {
    background-image: url("../images/backgrounds/News-side-background@2x.jpg");
  }
}
.sitecontainer .menucontainer .noticelink.local {
  padding-right: 80px;
}
.sitecontainer .menucontainer .noticelink.local:after {
  font-family: "transport-malta" !important;
  content: "s";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #9e9e9e;
  font-size: 26px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sitecontainer .menucontainer .noticelink.notLocal {
  padding-right: 80px;
}
.sitecontainer .menucontainer .noticelink.notLocal:after {
  font-family: "transport-malta" !important;
  content: "t";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #9e9e9e;
  font-size: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sitecontainer .menucontainer .logo img {
  width: 120px;
  height: 60px;
}
.sitecontainer .menucontainer .logo .logotop {
  float: left;
}
.sitecontainer .menucontainer .logo .category {
  font-family: "robotobold";
  font-size: 45px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  float: left;
  margin-top: -5px;
  margin-left: 20px;
  text-decoration: none;
}
.sitecontainer .menucontainer .logo .category.small {
  font-size: 29px;
  float: left;
  line-height: 36px;
}
.sitecontainer .menucontainer .logo .category.Strategies {
  font-size: 29px;
  line-height: 36px;
}
.sitecontainer .menucontainer .logo .category.Sustainable {
  font-size: 29px;
  float: left;
  line-height: 36px;
}
.sitecontainer .menucontainer .mobilemenubtn {
  position: absolute;
  right: 16px;
  top: 28px;
  font-size: 30px;
  text-decoration: none;
}
.sitecontainer .menucontainer .mobilemenubtn:before {
  color: #fff;
  font-family: "transport-malta" !important;
  content: "o";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sitecontainer .contentcontainer {
  position: relative;
  background: #d4d4d4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dark .sitecontainer .contentcontainer {
  background: #d4d4d4;
}

.sitecontainer .contentcontainer.air .content, .sitecontainer .contentcontainer.land .content, .sitecontainer .contentcontainer.sustainable .content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sitecontainer .contentcontainer .pagecontent.content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sitecontainer .contentcontainer .content {
  padding: 20px;
  width: 95%;
  max-width: 1400px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sitecontainer .contentcontainer .content.notices {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sitecontainer .contentcontainer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sitecontainer .contentcontainer .item .part {
  float: left;
}
.sitecontainer .contentcontainer.sustainable .block h2 {
  font-family: "robotobold";
  font-size: 30px;
  text-align: left;
  color: #353535;
  margin: 0 0 20px 0 !important;
}
.sitecontainer .contentcontainer.sustainable .block.notices {
  width: calc(100% * (1/2) - 20px - 1px);
}
.sitecontainer .contentcontainer.sustainable .block.notices h2 {
  color: #f58025;
  font-family: "robotobold";
  font-size: 18px;
  text-align: left;
  margin-top: 40px !important;
}
.dark .sitecontainer .contentcontainer.sustainable .block.notices h2 {
  color: #353535;
}

.sitecontainer .contentcontainer.sustainable .block.contact h2 {
  color: #f58025;
  font-family: "robotobold";
  font-size: 18px;
  text-align: left;
  margin-top: 40px !important;
}
.dark .sitecontainer .contentcontainer.sustainable .block.contact h2 {
  color: #353535;
}

.sitecontainer .contentcontainer.sustainable .block .btnholder {
  position: absolute;
  bottom: 25px;
}
.sitecontainer .contentcontainer .block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 100px;
  width: calc(100% * (1/3) - 20px - 1px);
  margin: 10px;
  position: relative;
}
.sitecontainer .contentcontainer .block:nth-child(1), .sitecontainer .contentcontainer .block:nth-child(2), .sitecontainer .contentcontainer .block:nth-child(3) {
  width: calc(100% * (1/3) - 20px - 1px);
}
.sitecontainer .contentcontainer .block:nth-child(4), .sitecontainer .contentcontainer .block:nth-child(5) {
  width: calc(100% * (1/2) - 20px - 1px);
}
.sitecontainer .contentcontainer .block.strategies {
  width: calc(100% * (1/2) - 20px - 1px);
}
.sitecontainer .contentcontainer .block.textblock2w {
  width: calc(100% * (1/2) - 20px - 1px);
}
.sitecontainer .contentcontainer .block.strategiesBlock {
  width: calc(100% * (1/3) - 20px - 1px);
  padding-bottom: 80px !important;
}
.sitecontainer .contentcontainer .block.strategiesBlock h2 {
  font-size: 18px;
  font-family: "robotobold";
  color: #363636;
  margin: 0 0 15px 0;
  margin-top: 0 !important;
}
.sitecontainer .contentcontainer .block.strategiesBlock h3 {
  font-size: 16px;
  color: #f58025;
  font-family: "robotobold";
  margin-bottom: 0;
}
.sitecontainer .contentcontainer .block.strategiesBlock span.noConsultation {
  font-size: 13px;
  color: #959595;
}
.sitecontainer .contentcontainer .block.strategiesBlock ul {
  padding-left: 20px;
}
.sitecontainer .contentcontainer .block.strategiesBlock .btnholder {
  position: absolute;
  bottom: 25px;
}
.sitecontainer .contentcontainer .block.card {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}
.sitecontainer .contentcontainer .block.card.cardpadding {
  padding: 25px;
}
.sitecontainer .contentcontainer .block h1 {
  font-family: "robotobold";
  font-size: 30px;
  text-align: left;
  color: #353535;
  margin: 0 0 20px 0;
}
.sitecontainer .contentcontainer .block h2 {
  color: #f58025;
  font-family: "robotobold";
  font-size: 18px;
  text-align: left;
  margin-top: 40px;
}
.dark .sitecontainer .contentcontainer .block h2 {
  color: #353535;
}

.sitecontainer .contentcontainer .block h2:first-of-type {
  margin-top: 0;
}
.sitecontainer .contentcontainer .block h3 {
  color: #f58025;
  font-family: "robotolight";
  font-size: 16px;
  text-align: left;
}
.dark .sitecontainer .contentcontainer .block h3 {
  color: #353535;
}

.sitecontainer .contentcontainer .block h4 {
  color: #f58025;
  font-family: "robotolight";
  font-size: 14px;
  text-align: left;
}
.dark .sitecontainer .contentcontainer .block h4 {
  color: #353535;
}

.sitecontainer .contentcontainer .block .cutofftext {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.sitecontainer .contentcontainer .block .cutofftext:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  -o-text-overflow: fade;
     text-overflow: fade;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(90%, white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 40%, white 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 40%, white 90%);
}
.sitecontainer .contentcontainer.category .block h2:first-of-type {
  margin-top: 40px;
}
.sitecontainer .swiper {
  font-size: 31px;
  text-align: center;
  display: block;
  color: #868686;
}
.sitecontainer .largetable {
  overflow-x: scroll;
}

.quickmenu {
  margin-top: 14px;
  margin-bottom: 18px;
}
.quickmenu .icon.search {
  padding-left: 26px;
  position: relative;
}
.quickmenu .icon.search:before {
  position: absolute;
  font-size: 25px;
  top: 4px;
  left: 0px;
  font-family: "transport-malta" !important;
  content: "j";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quickmenu a {
  font-family: "robotobold";
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.quickmenu a:hover, .quickmenu a:focus, .quickmenu a:active {
  text-decoration: underline;
}
.quickmenu a:after {
  content: "|";
  padding: 0 13px;
}
.quickmenu a:last-child:after {
  content: "";
  padding: 0;
}

.menu .catTitle {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  margin-top: 30px;
}
.menu .top .listitem-loadMore-notices .loadMore-notices {
  text-align: center;
  border-bottom: 5px solid #f58025;
}
.menu ul {
  list-style-type: none;
  padding: 0;
}
.menu ul li {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.67);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.67);
}
.menu ul li.date {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "robotobold";
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  margin: 14px 0 5px 0;
  text-transform: uppercase;
}
.menu ul li ul > li .arrowdown {
  background: #fff !important;
}
.menu ul li ul > li .arrowdown:hover:before {
  color: rgba(0, 0, 0, 0.8);
}
.menu ul li ul > li > ul {
  margin-left: 15px;
}
.menu ul li a {
  display: block;
  cursor: pointer;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding: 15px 48px 15px 17px;
  text-decoration: none;
  position: relative;
}
.menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active {
  background-color: white;
}
.menu ul li a .arrowdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  background-color: #eaeaea;
  width: 50px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.menu ul li a .arrowdown:hover {
  background-color: #f58025;
}
.dark .menu ul li a .arrowdown:hover {
  background-color: #ac5008;
}

.menu ul li a .arrowdown:hover:before {
  color: #fff;
}
.menu ul li a .arrowdown:before {
  font-family: "transport-malta" !important;
  content: "l";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -8.5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: rgba(0, 0, 0, 0.8);
}
.menu ul li a.current, .menu ul li a.active {
  background: #f58025;
  color: #fff;
  font-family: "robotobold";
}
.dark .menu ul li a.current, .dark .menu ul li a.active {
  background: #ac5008;
}

.menu ul li a.current .arrowdown, .menu ul li a.active .arrowdown {
  background-color: #f58025;
}
.dark .menu ul li a.current .arrowdown, .dark .menu ul li a.active .arrowdown {
  background-color: #ac5008;
}

.menu ul li a.expanded {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #f58025;
  color: #fff;
  font-family: "robotobold";
  -webkit-transition: all 20ms;
  -o-transition: all 20ms;
  transition: all 20ms;
}
.dark .menu ul li a.expanded {
  background-color: #ac5008;
}

.menu ul li a.expanded .arrowdown {
  background: #e77721;
  color: #fff;
}
.menu ul li a.expanded .arrowdown:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
}
.menu ul li a + ul {
  overflow: hidden;
  background: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.menu ul li a + ul li {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu ul li a + ul li:first-child {
  padding-top: 17px;
}
.menu ul li a + ul li:last-child {
  padding-bottom: 17px;
}
.menu ul li a + ul a {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 7px 18px;
  color: #000000;
}
.menu ul li a + ul a:hover, .menu ul li a + ul a:focus, .menu ul li a + ul a:active {
  font-weight: 600;
  color: #000;
  background: transparent;
}
.menu ul li a + ul a.active {
  font-weight: 600;
  color: #000;
  background: transparent;
}
.dark .menu ul li a + ul a.active {
  color: #fff;
}

.menu ul li a + ul a.anchor {
  margin-left: 15px;
}

.block.newshighlight.strategies {
  visibility: hidden;
}
.block.newshighlight .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
}
.block.newshighlight .item:nth-child(4) {
  border: none;
}
.block.newshighlight .item.local:after {
  font-family: "transport-malta" !important;
  content: "s";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.newshighlight .item.notlocal:after {
  font-family: "transport-malta" !important;
  content: "t";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.newshighlight .title {
  font-family: "robotobold";
  font-size: 14px;
  text-align: left;
  color: #000000;
  display: block;
}
.block.newshighlight .date {
  font-size: 13px;
  text-align: left;
  color: #000000;
}
.block.newshighlight .part img {
  width: 115px;
  height: 100px;
}
.block.newshighlight .part:nth-child(2) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
  margin-right: 40px;
}
.block.newshighlight .btnholder {
  border-bottom: 0;
}
.block.newshighlight .btnholder a {
  background: #fff0e4;
  padding: 21px 0;
  text-align: center;
  font-family: "robotoregular";
  font-size: 13px;
  color: #f58025;
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-transform: uppercase;
  border-radius: 0 0 2px 2px;
}
.dark .block.newshighlight .btnholder a {
  background: #2d2d2d;
}

.dark .block.newshighlight .btnholder a {
  color: #fff;
}

.block.newshighlight .btnholder a:hover {
  background: #f58025;
  color: #fff;
}

.block.imagebuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: Space-between !important;
      -ms-flex-pack: Space-between !important;
          justify-content: Space-between !important;
}
.block.imagebuttons .button {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  height: 217px;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.block.imagebuttons .button:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.block.imagebuttons .button:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 105px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.31)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.31));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.31));
}
.block.imagebuttons .button span {
  position: absolute;
  bottom: 14px;
  left: 18px;
  right: 18px;
  font-family: "robotobold";
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  z-index: 2;
}
.dark .block.imagebuttons .button span {
  background: #767676;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.block.catinfo h1 {
  margin: 0 0 15px 0;
  font-family: "robotobold";
  font-size: 18px;
  text-align: left;
  color: #353535;
}
.block.catinfo p {
  font-size: 13px;
}
.block.catinfo .btnholder {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
.block.catinfo .cutofftext {
  height: 280px;
}

.block.its-info .title-bar {
  margin: -25px -25px 25px -25px;
  font-size: 18px;
  font-family: "robotobold";
  color: #ffffff;
  background: #000;
  padding: 25px;
}

.noticestabmenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 23px;
}
.noticestabmenu ul {
  list-style-type: none;
  border-bottom: 1px solid #f58025;
  border-color: #f58025;
  padding: 0;
}
.dark .noticestabmenu ul {
  border-color: #353535;
}

.noticestabmenu ul li {
  float: left;
}
.noticestabmenu ul li a {
  font-size: 15px;
  color: #292929;
  padding: 7px 16px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.noticestabmenu ul li a.active,
.noticestabmenu ul li a:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f58025;
  color: #fff;
}
.dark .noticestabmenu ul li a.active, .dark .noticestabmenu ul li a:hover {
  background-color: #353535;
}

@media (max-width: 992px) {
  .noticestabmenu ul {
    border: none;
  }
  .noticestabmenu ul li {
    float: none;
  }
  .noticestabmenu ul li a {
    border-left: 1px solid #f58025;
  }
}

.noticeslist {
  width: 100%;
}
.noticeslist ul {
  list-style-type: none;
  padding: 0;
}
.noticeslist ul li a {
  padding: 6px 10px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.noticeslist ul li a .title {
  font-size: 13px;
  font-weight: bold;
  color: #2d2d2d;
  display: block;
}
.noticeslist ul li a .date,
.noticeslist ul li a .number {
  font-size: 11px;
  color: #2d2d2d;
}

.block.notices.land, .block.notices.air {
  display: none;
  overflow: hidden;
  position: absolute;
  left: -999999px;
  right: -999999px;
}
.block.notices .noticelink {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 3px;
  padding: 5px 5px 5px 44px;
  text-decoration: none;
  position: relative;
}
.block.notices .noticelink:before {
  font-family: "transport-malta" !important;
  content: "g";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #2d2d2d;
  font-size: 26px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.notices .noticelink.local {
  padding-left: 80px;
}
.block.notices .noticelink.local:after {
  font-family: "transport-malta" !important;
  content: "s";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #9e9e9e;
  font-size: 26px;
  left: 39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.notices .noticelink.notLocal {
  padding-left: 80px;
}
.block.notices .noticelink.notLocal:after {
  font-family: "transport-malta" !important;
  content: "t";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #9e9e9e;
  font-size: 20px;
  left: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.notices .noticelink .title {
  font-family: "robotobold";
  font-size: 13px;
  text-align: left;
  color: #2d2d2d;
  display: block;
}
.block.notices .noticelink .date {
  font-family: "robotoregular";
  font-size: 11px;
  text-align: left;
  color: #2d2d2d;
  display: block;
}
.block.notices .btn {
  margin-top: 11px;
}

.block.downloads .downloadlink {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: left;
  color: #2d2d2d;
  padding: 7px 0 7px 27px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: relative;
}
.block.downloads .downloadlink:before {
  font-family: "transport-malta" !important;
  content: "f";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  left: -2px;
  top: 3px;
}
.block.downloads .downloadlink.local {
  padding-left: 50px;
}
.block.downloads .downloadlink.local:after {
  font-family: "transport-malta" !important;
  content: "s";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #9e9e9e;
  font-size: 26px;
  left: 20px;
  text-decoration: none;
  top: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.downloads .downloadlink.notLocal {
  padding-left: 50px;
}
.block.downloads .downloadlink.notLocal:after {
  font-family: "transport-malta" !important;
  content: "t";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #9e9e9e;
  font-size: 20px;
  text-decoration: none;
  left: 23px;
  top: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block.downloads .downloadlink.notice:before {
  font-family: "transport-malta" !important;
  content: "f";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 7px;
  top: 9px;
}
.block.downloads .btn {
  margin-top: 9px;
}

.block.downloadspage .downloadlink {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 3px;
  padding: 5px 5px 5px 34px;
  text-decoration: none;
  position: relative;
}
.block.downloadspage .downloadlink:before {
  font-family: "transport-malta" !important;
  content: "f";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 7px;
  top: 5px;
  font-size: 18px;
  color: #2d2d2d;
}
.block.downloadspage .downloadlink span {
  font-size: 13px;
  text-align: left;
  color: #2d2d2d;
  display: block;
}

.block.contact.Land, .block.contact.Air {
  margin-bottom: 159px;
}
.block.contact p {
  font-size: 14px;
  text-align: left;
  color: #2d2d2d;
}
.block.contact p span {
  font-family: "robotobold";
  display: block;
}
.block.contact .openingtime {
  font-family: "robotobold";
  font-size: 14px;
  text-align: left;
  color: #2d2d2d;
}

.contentcontainer.notices {
  overflow: hidden;
}

.contentcontainer.news {
  background-image: url("../images/backgrounds/news-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .contentcontainer.news {
    background-image: url("../images/backgrounds/news-background@2x.jpg");
  }
}

.block.globalinstructions .instructions {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block.globalinstructions .instructions .newsicon {
  font-size: 80px;
  display: block;
  text-align: center;
  color: #dadada;
}
.block.globalinstructions .instructions .instruction {
  font-family: "robotobold";
  font-size: 30px;
  text-align: left;
  color: #000000;
}
.block.globalinstructions .instructions .instruction .icon {
  padding-right: 20px;
  padding-top: 3px;
  float: left;
}
@media (max-width: 992px) {
  .block.globalinstructions .instructions .instruction .icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    padding-top: 20px;
  }
}

.block.newsdetail .highlight {
  margin-bottom: 17px;
  padding: 13px 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: 1px solid #f58025;
  background: #f58025;
  color: #fff;
}
.block.newsdetail p {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 20px;
}
.block.newsdetail a {
  color: #f58025;
}
.block.newsdetail img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
.block.newsdetail .sharebtns {
  float: right;
}
.block.newsdetail .sharebtns a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 10px;
}
.block.newsdetail .sharebtns a:hover {
  color: #f58025;
}
.block.newsdetail .sharebtns span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.block.newsdetail .facebook:before {
  font-family: "transport-malta" !important;
  content: "p";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block.newsdetail .twitter:before {
  font-family: "transport-malta" !important;
  content: "q";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block.newsdetail .linkedin:before {
  font-family: "transport-malta" !important;
  content: "r";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social {
  float: right;
  margin-top: 26px;
  margin-left: 15px;
}
.social a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 10px;
}
.social a:hover {
  color: #f58025;
}
.social .facebook:before {
  font-family: "transport-malta" !important;
  content: "p";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social .twitter:before {
  font-family: "transport-malta" !important;
  content: "q";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social .linkedin:before {
  font-family: "transport-malta" !important;
  content: "r";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  margin-top: 8px;
  width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
  height: 100vh;
}

.sitecontainer .contentcontainer .block.textcontent {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sitecontainer .contentcontainer .block.textcontent .highlight {
  color: #f58025;
  display: block;
}
.sitecontainer .contentcontainer .block.textcontent p {
  font-size: 14px;
  margin-bottom: 20px;
}
.sitecontainer .contentcontainer .block.textcontent a {
  color: #f58025;
}
.dark .sitecontainer .contentcontainer .block.textcontent a {
  color: #ac5008;
}

.sitecontainer .contentcontainer .block.textcontent table td, .sitecontainer .contentcontainer .block.textcontent table th {
  padding: 6px;
}
.sitecontainer .contentcontainer .block.textcontent img {
  max-width: calc(100%) !important;
  height: auto !important;
  display: inline-block;
}
.sitecontainer .contentcontainer .block.textcontent.reports img {
  width: auto !important;
  margin-left: 0px !important;
}
.sitecontainer .contentcontainer .block.textcontent .youtubeembed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.sitecontainer .contentcontainer .block.textcontent .youtubeembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.block.faq .customercaretimes {
  position: absolute;
  top: 0;
  right: 0;
}
.block.faq .faqitem {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding: 13px 22px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.block.faq .faqitem:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.block.faq .faqitem span {
  font-family: "robotobold";
  font-size: 18px;
  text-align: left;
  display: block;
  color: #000000;
  cursor: pointer;
  margin: -13px -22px;
  padding: 16px 20px;
  background-color: #ffffff;
}
.block.faq .faqitem div {
  margin-top: 10px;
  display: none;
}

#mapcontainer {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  position: absolute;
}

.contentcontainer.map {
  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;
  overflow: hidden;
}
.contentcontainer.map h1 {
  position: absolute;
  top: 20px;
  left: 53px;
  font-family: "robotobold";
  font-size: 35px;
  color: #000000;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.34);
  margin: 0 0 10px 0;
  opacity: 0;
}
.contentcontainer.map h1.active {
  opacity: 1;
}

.adresspanel {
  position: absolute;
  bottom: -250px;
  width: 90%;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  font-family: "robotoregular";
  font-size: 18px;
  text-align: left;
  padding: 40px;
  display: none;
}
.adresspanel.active {
  display: block;
  bottom: 76px;
}
.adresspanel .btnholder {
  margin-bottom: 20px;
}
.adresspanel span {
  font-family: "robotobold";
}
.adresspanel .columnlarge {
  width: 40%;
  float: left;
}
.adresspanel .columnsmall {
  width: 20%;
  float: left;
}
.adresspanel .icon {
  padding-right: 15px;
  color: #656565;
}
.adresspanel .icon.phone:before {
  font-family: "transport-malta" !important;
  content: "h";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.adresspanel .icon.fax:before {
  font-family: "transport-malta" !important;
  content: "e";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.adresspanel .icon.email:before {
  font-family: "transport-malta" !important;
  content: "d";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#floating-panel {
  width: 90%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#floating-panel.active {
  opacity: 1;
  visibility: visible;
}
#floating-panel h2 {
  font-family: "robotobold";
  font-size: 30px;
  color: #000000;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.34);
  margin: 0 0 10px 0;
}
#floating-panel .column {
  float: left;
  width: 50%;
  padding-right: 50px;
  margin-bottom: 20px;
}
#floating-panel .column:last-child {
  padding-right: 0;
}
#floating-panel .contactitemrow:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#floating-panel .contactitemrow:last-child .column {
  margin-bottom: 0;
}
#floating-panel .contactitem {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  font-family: "robotoregular";
  padding: 15px 17px;
  font-size: 15px;
  text-align: left;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#floating-panel .contactitem:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fullscreencontainer .footer {
  margin: 0;
  padding: 10px;
}

.leavingdomain,
.pagenotfound,
.error500 {
  background: url(../images/backgrounds/leavingdomain.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  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;
}
.leavingdomain .content .logo,
.pagenotfound .content .logo,
.error500 .content .logo {
  text-align: center;
  margin-bottom: 23px;
}
.leavingdomain .content .logo img,
.pagenotfound .content .logo img,
.error500 .content .logo img {
  width: 111px;
  height: 60px;
}
.leavingdomain .content .info,
.pagenotfound .content .info,
.error500 .content .info {
  text-align: center;
}
.leavingdomain .content .info h1,
.pagenotfound .content .info h1,
.error500 .content .info h1 {
  font-family: "robotobold";
  font-size: 50px;
  line-height: 1.26;
  width: 60%;
  color: #ffffff;
  margin: 0 auto;
}
.leavingdomain .content .url,
.pagenotfound .content .url,
.error500 .content .url {
  text-align: center;
  color: #fff;
  width: 60%;
  font-size: 20px;
  margin: 0 auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.leavingdomain .content .btnholder,
.pagenotfound .content .btnholder,
.error500 .content .btnholder {
  text-align: center;
  margin-top: 35px;
}
.leavingdomain .content .btnholder .btn:first-child,
.pagenotfound .content .btnholder .btn:first-child,
.error500 .content .btnholder .btn:first-child {
  margin-right: 21px;
}

.pagenotfound {
  background-image: url("../images/backgrounds/404.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .pagenotfound {
    background-image: url("../images/backgrounds/404@2x.png");
  }
}
.pagenotfound .content .info h1 {
  width: 100%;
}
.pagenotfound .subinfo {
  font-family: "robotoregular";
  font-size: 30px;
  line-height: 2.1;
  text-align: center;
  color: #ffffff;
}

.error500 {
  background: none;
}
.error500 #tv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.error500 .content .info h1 {
  width: 100%;
}
.error500 .subinfo {
  font-family: "robotoregular";
  font-size: 30px;
  line-height: 2.1;
  text-align: center;
  color: #ffffff;
}

.searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245, 128, 37, 0.95);
  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;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.dark .searchoverlay {
  background-color: #ac5008;
}

.searchoverlay.activated {
  opacity: 1;
  z-index: 90;
}
.searchoverlay .closesearch {
  position: absolute;
  top: 100px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.searchoverlay .searchbox {
  position: relative;
  padding: 20px;
}
.searchoverlay .searchbtn {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}
.searchoverlay .searchbtn:before {
  font-family: "transport-malta" !important;
  content: "j";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  font-size: 30px;
  cursor: pointer;
}
.searchoverlay #contentbox {
  width: 893px;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .searchoverlay #contentbox {
    width: 90%;
  }
}
.searchoverlay #contentbox .resultrow {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 4px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin-left: 20px;
}
.searchoverlay #contentbox .resultrow:hover {
  background: #df691b;
}
.searchoverlay #contentbox .resultrow h3 {
  font-family: "robotobold";
  font-size: 27px;
  text-align: left;
  margin-top: 0;
}
.searchoverlay #contentbox .resultrow p {
  font-family: "robotoregular";
  font-size: 20px;
  text-align: left;
}
.searchoverlay .search {
  width: 853px;
  padding: 15px 0 15px 20px;
  background: none;
  font-family: "robotobold";
  font-size: 27px;
  border: none;
  text-align: left;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  outline: none;
}
.searchoverlay .search::-ms-clear {
  display: none;
}
@media (max-width: 992px) {
  .searchoverlay .search {
    width: 90%;
  }
}
.searchoverlay .search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.6;
}
.searchoverlay .search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.6;
}
.searchoverlay .search:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.6;
}
.searchoverlay .search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.6;
}

button.termly-style-button-03399e.termly-style-consent-banner-bd066f {
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}

button.termly-style-button-03399e.termly-style-consent-banner-bd066f:focus,
button.termly-style-button-03399e.termly-style-consent-banner-bd066f:active,
button.termly-style-button-03399e.termly-style-consent-banner-bd066f:hover {
  background: #f58025 !important;
  color: #fff !important;
}

@media (min-width: 1px) and (max-width: 1120px) {
  .sitecontainer {
    display: block;
  }

  .sitecontainer .col.menucontainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    overflow: hidden;
    background-attachment: fixed;
    padding: 20px;
  }
  .sitecontainer .col.menucontainer .menu {
    overflow: hidden;
  }

  .sitecontainer .menucontainer .logo img {
    width: 80px;
    height: 44px;
  }

  .sitecontainer .menucontainer .logo .category {
    font-size: 30px;
    margin-top: 0px;
    margin-left: 10px;
  }

  .quickmenu {
    display: none;
  }

  .sitecontainer .contentcontainer .content {
    padding: 0;
    margin: 10px;
    width: auto;
  }

  .sitecontainer .col.contentcontainer {
    overflow: hidden;
  }

  .sitecontainer .contentcontainer .block {
    width: 100% !important;
  }

  .sitecontainer .contentcontainer .block:nth-child(2) a:nth-child(1) {
    margin-bottom: 20px;
  }

  .block.globalinstructions .instructions .instruction .icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    padding-top: 20px;
  }
}
@media (min-width: 1120px) and (max-width: 1400px) {
  .mobilemenubtn {
    display: none;
  }

  .sitecontainer .contentcontainer .block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sitecontainer .contentcontainer .block:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sitecontainer .contentcontainer .block:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .sitecontainer .contentcontainer .block:nth-child(2) a:nth-child(1) {
    margin-bottom: 20px;
  }

  .sitecontainer .contentcontainer .block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sitecontainer .contentcontainer .block:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sitecontainer .contentcontainer .block:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sitecontainer .contentcontainer .block:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sitecontainer .contentcontainer .block:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sitecontainer .contentcontainer .block:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sitecontainer .contentcontainer .block:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media (min-width: 1401px) {
  .mobilemenubtn {
    display: none;
  }
}
.landingpage.registration {
  background-image: url("../images/backgrounds/Sea-background-landingpage.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .landingpage.registration {
    background-image: url("../images/backgrounds/Sea-background-landingpage@2x.jpg");
  }
}
.landingpage.registration:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -o-linear-gradient(top, transparent, #fff);
  background: linear-gradient(180deg, transparent, #fff);
}
.landingpage .header {
  margin-top: 83px;
  margin-bottom: 63px;
}
.landingpage .header .logotop {
  float: left;
}
@media (max-width: 768px) {
  .landingpage .header .logotop img {
    width: 80px;
    height: 44px;
  }
}
.landingpage .header .categoryTitle {
  float: left;
  font-size: 50px;
  color: #ffffff;
  font-family: "robotobold";
  margin-left: 30px;
}
@media (max-width: 768px) {
  .landingpage .header .categoryTitle {
    font-size: 30px;
    margin-left: 10px;
    margin-top: 9px;
  }
}
.landingpage .header .quickmenu {
  padding-top: 21px;
  margin-left: 52px;
  float: left;
}
.landingpage .header:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.landingpage .header .Ship-Registry-logo {
  float: right;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .landingpage .header .Ship-Registry-logo {
    width: 88px;
  }
}
.landingpage .headercontainer {
  max-width: 1800px;
}
.landingpage .sitecontainer {
  height: auto;
  display: block;
  margin-bottom: 40px;
  max-width: 1800px;
}
.landingpage .sitecontainer .content {
  line-height: 24px;
}
.landingpage .sitecontainer .content ul {
  padding-left: 20px;
}
.landingpage .sitecontainer .content .block.card {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.17);
  padding: 25px 33px;
}
.landingpage .sitecontainer .content .block h2 {
  font-size: 30px;
  font-family: "robotobold";
  color: #000000;
}
.landingpage .sitecontainer .content .block h3 {
  font-size: 20px;
  font-family: "robotobold";
  color: #f58025;
  margin: 25px 0;
}
.landingpage .sitecontainer .content .block .btn.btn-white {
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.landingpage .sitecontainer .content .block .btn-download {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}
.landingpage .sitecontainer .content .block .cardcontent {
  min-height: 705px;
}
.landingpage .sitecontainer .content .block .landingbuttons {
  margin-left: -35px;
  margin-right: -35px;
}
.landingpage .sitecontainer .content .block .landingbuttons:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.landingpage .sitecontainer .content .block .landingbuttons .shadow {
  width: 100%;
  height: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 238, 238, 0)), to(rgba(0, 0, 0, 0.04)));
  background-image: -o-linear-gradient(bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to top, rgba(238, 238, 238, 0), rgba(0, 0, 0, 0.04));
}
.landingpage .sitecontainer .content .block .landingbuttons .buttoncontent {
  padding: 25px;
  display: block;
}
.landingpage .sitecontainer .content .block .landingbuttons .buttoncontent a {
  margin: 10px 0;
  width: 100%;
  white-space: initial;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .landingpage .sitecontainer .content {
    display: block;
  }
  .landingpage .sitecontainer .content .block.card {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .landingpage .sitecontainer .content .block.card .landingbuttons {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 992px) {
  .landingpage .sitecontainer .content {
    display: block;
  }
  .landingpage .sitecontainer .content .block.card {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .landingpage .sitecontainer .content .block.card .landingbuttons {
    margin-left: -35px;
    margin-right: -35px;
  }
}
/*# sourceMappingURL=Global.css.map */