/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Apr 02 2019 12:11:38 GMT+0100 (BST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Magnific popup
    S
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .newsletter-form.mktoForm .mktoButton > .caret,
  .dropup > .btn > .caret,
  .newsletter-form.mktoForm .dropup > .mktoButton > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.container {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.popup__list, .sq-form-question-tickbox-list ul,
.sq-form-question-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content .highlight, .sq-form-question-datetime input[type='password'],
.sq-form-question-datetime input[type='text'],
.sq-form-question-datetime label,
.sq-form-question-datetime select {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.sq-form input[type='text'],
.sq-form input[type='password'],
.sq-form input[type='email'],
.sq-form input[type='tel'],
.sq-form input[type='date'],
.sq-form select,
.sq-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* Slick carousel basic styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Selectric styles */
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.twitter-typeahead {
  display: table-cell !important;
}

.tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%;
}

.tt-menu .tt-suggestion {
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 10px;
  text-align: left;
}

.tt-menu .tt-suggestion:hover, .tt-menu .tt-cursor {
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}

.tt-menu .tt-category {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 3px 0;
  padding: 7px 5px;
}

.tt-menu .tt-dataset:first-child .tt-category, .tt-horizontal .tt-dataset .tt-category {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
}

.tt-menu .tt-group {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 3px 5px;
  text-align: center;
}

.tt-menu .tt-group:first-of-type {
  border-top: none;
}

.tt-horizontal {
  width: 100%;
}

.tt-horizontal .tt-dataset {
  float: left;
  width: 100%;
}

.tt-scrollable {
  overflow-y: auto;
  max-height: 460px;
}

.tt-hint {
  color: #ccc !important;
}

@media (max-width: 414px) {
  .tt-horizontal .tt-dataset {
    width: 100% !important;
  }
}

/* Perfect scroll bar basic styles */
.slick-disabled {
  display: none !important;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

button:focus {
  outline: dotted #ccc 1px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 2em;
  margin-bottom: 1.5em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 2em;
  margin-bottom: 1.5em;
}

.text-center {
  text-align: center;
}

.display-block {
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* text centering */
.vertical-center {
  position: relative;
  display: block;
  height: 100%;
}

.vertical-center::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}

.vertical-center__item {
  display: inline-block;
  vertical-align: middle;
}

/* icons */
.svg-icon {
  width: 100%;
  height: 100%;
}

/* form */
input[type="text"],
input[type="email"] {
  background-color: #fdfdfd;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 0.875rem;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c0c0c0;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c0c0c0;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: #c0c0c0;
}

.media-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 500%;
}

.csstransforms .media-wrapper img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.media-wrapper img.no-crop {
  max-width: 100%;
}

.media-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
}

.slick-arrow .svg-icon {
  fill: #fff;
}

.slick-slide:focus {
  outline: none;
}

.btn, .newsletter-form.mktoForm .mktoButton {
  padding: 0.875rem 1.5625rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
  border-radius: 5px;
}

.btn--dark-blue {
  background-color: #44415e;
  border-color: #44415e;
  color: #fff;
}

.maritime_journal .btn--dark-blue {
  background-color: #44415e ;
}

.boating_business .btn--dark-blue {
  background-color: #44415e ;
}

.greenport .btn--dark-blue {
  background-color: #283618 ;
}

.port_strategy .btn--dark-blue {
  background-color: #4F000B ;
}

.the_motorship .btn--dark-blue {
  background-color: #6E7E85 ;
}

.world_fishing .btn--dark-blue {
  background-color: #000 ;
}

.seawork .btn--dark-blue {
  background-color: #6982a7 ;
}

.offshore .btn--dark-blue {
  background-color: #007AC2 ;
}

.icefish .btn--dark-blue {
  background-color: #6982a7 ;
}

.maritime_journal .btn--dark-blue {
  border-color: #44415e ;
}

.boating_business .btn--dark-blue {
  border-color: #44415e ;
}

.greenport .btn--dark-blue {
  border-color: #283618 ;
}

.port_strategy .btn--dark-blue {
  border-color: #4F000B ;
}

.the_motorship .btn--dark-blue {
  border-color: #6E7E85 ;
}

.world_fishing .btn--dark-blue {
  border-color: #000 ;
}

.seawork .btn--dark-blue {
  border-color: #6982a7 ;
}

.offshore .btn--dark-blue {
  border-color: #007AC2 ;
}

.icefish .btn--dark-blue {
  border-color: #6982a7 ;
}

.maritime_journal .btn--dark-blue,
.world_fishing .btn--dark-blue,
.boating_business .btn--dark-blue,
.greenport .btn--dark-blue,
.port_strategy .btn--dark-blue,
.the_motorship .btn--dark-blue,
.seawork .btn--dark-blue,
.offshore .btn--dark-blue,
.icefish .btn--dark-blue {
  color: #fff;
}

.btn--dark2-blue {
  background-color: #6982a7;
  color: #fff;
  border: 1px solid #6982a7;
}

.maritime_journal .btn--dark2-blue {
  background-color: #6982a7 ;
}

.boating_business .btn--dark2-blue {
  background-color: #00A3E0 ;
}

.greenport .btn--dark2-blue {
  background-color: #719949 ;
}

.port_strategy .btn--dark2-blue {
  background-color: #A6192E ;
}

.the_motorship .btn--dark2-blue {
  background-color: #000 ;
}

.world_fishing .btn--dark2-blue {
  background-color: #003DA5 ;
}

.seawork .btn--dark2-blue {
  background-color: #1c427e ;
}

.offshore .btn--dark2-blue {
  background-color: #003A78 ;
}

.icefish .btn--dark2-blue {
  background-color: #1c427e ;
}

.maritime_journal .btn--dark2-blue,
.world_fishing .btn--dark2-blue,
.boating_business .btn--dark2-blue,
.greenport .btn--dark2-blue,
.port_strategy .btn--dark2-blue,
.the_motorship .btn--dark2-blue,
.seawork .btn--dark2-blue,
.offshore .btn--dark2-blue,
.icefish .btn--dark2-blue {
  color: #fff;
}

.maritime_journal .btn--dark2-blue {
  border-color: #6982a7 ;
}

.boating_business .btn--dark2-blue {
  border-color: #00A3E0 ;
}

.greenport .btn--dark2-blue {
  border-color: #719949 ;
}

.port_strategy .btn--dark2-blue {
  border-color: #A6192E ;
}

.the_motorship .btn--dark2-blue {
  border-color: #000 ;
}

.world_fishing .btn--dark2-blue {
  border-color: #003DA5 ;
}

.seawork .btn--dark2-blue {
  border-color: #1c427e ;
}

.offshore .btn--dark2-blue {
  border-color: #003A78 ;
}

.icefish .btn--dark2-blue {
  border-color: #1c427e ;
}

.selectric {
  height: 3.3125rem;
  background-color: #fff;
  border: 1px solid #d6d7de;
}

@media (max-width: 991px) {
  .selectric {
    height: 2.1875rem;
    border-width: 2px;
  }
}

.selectric .label {
  color: #44415e;
  font-size: 1.125rem;
  height: 3.3125rem;
  line-height: 3.125rem;
  margin: 0 3.75rem 0 1.5625rem;
}

.maritime_journal .selectric .label {
  color: #44415e ;
}

.boating_business .selectric .label {
  color: #44415e ;
}

.greenport .selectric .label {
  color: #283618 ;
}

.port_strategy .selectric .label {
  color: #4F000B ;
}

.the_motorship .selectric .label {
  color: #6E7E85 ;
}

.world_fishing .selectric .label {
  color: #000 ;
}

.seawork .selectric .label {
  color: #6982a7 ;
}

.offshore .selectric .label {
  color: #007AC2 ;
}

.icefish .selectric .label {
  color: #6982a7 ;
}

@media (max-width: 991px) {
  .selectric .label {
    font-size: 1rem;
    margin: 0 3.125rem 0 0.625rem;
    height: 2.125rem;
    line-height: 2rem;
  }
}

.selectric .arrow {
  display: block;
  height: 0.6875rem;
  width: 1.1875rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  margin-top: -0.625rem;
}

@media (max-width: 991px) {
  .selectric .arrow {
    right: 0.8125rem;
  }
}

.selectric .svg-icon {
  fill: #44415e;
}

.maritime_journal .selectric .svg-icon {
  fill: #44415e ;
}

.boating_business .selectric .svg-icon {
  fill: #44415e ;
}

.greenport .selectric .svg-icon {
  fill: #283618 ;
}

.port_strategy .selectric .svg-icon {
  fill: #4F000B ;
}

.the_motorship .selectric .svg-icon {
  fill: #6E7E85 ;
}

.world_fishing .selectric .svg-icon {
  fill: #000 ;
}

.seawork .selectric .svg-icon {
  fill: #6982a7 ;
}

.offshore .selectric .svg-icon {
  fill: #007AC2 ;
}

.icefish .selectric .svg-icon {
  fill: #6982a7 ;
}

.selectric-items li {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-size: 1rem;
  color: #44415e;
}

.maritime_journal .selectric-items li {
  color: #44415e ;
}

.boating_business .selectric-items li {
  color: #44415e ;
}

.greenport .selectric-items li {
  color: #283618 ;
}

.port_strategy .selectric-items li {
  color: #4F000B ;
}

.the_motorship .selectric-items li {
  color: #6E7E85 ;
}

.world_fishing .selectric-items li {
  color: #000 ;
}

.seawork .selectric-items li {
  color: #6982a7 ;
}

.offshore .selectric-items li {
  color: #007AC2 ;
}

.icefish .selectric-items li {
  color: #6982a7 ;
}

@media (max-width: 991px) {
  .selectric-items li {
    font-size: 0.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.selectric-items li.selected {
  background-color: #ececec;
  color: #44415e;
}

.maritime_journal .selectric-items li.selected {
  color: #44415e ;
}

.boating_business .selectric-items li.selected {
  color: #44415e ;
}

.greenport .selectric-items li.selected {
  color: #283618 ;
}

.port_strategy .selectric-items li.selected {
  color: #4F000B ;
}

.the_motorship .selectric-items li.selected {
  color: #6E7E85 ;
}

.world_fishing .selectric-items li.selected {
  color: #000 ;
}

.seawork .selectric-items li.selected {
  color: #6982a7 ;
}

.offshore .selectric-items li.selected {
  color: #007AC2 ;
}

.icefish .selectric-items li.selected {
  color: #6982a7 ;
}

.scrollBarContainer {
  position: relative;
}

.scrollBarContainer.ps--active-y {
  padding-right: 0.625rem;
}

.banner {
  background: #ececec;
  padding: 1.25rem 1.875rem;
  margin-bottom: 0.9375rem;
}

.banner--blue {
  background: #6982a7;
  color: #ffffff;
}

.maritime_journal .banner--blue {
  background-color: #6982a7 ;
}

.boating_business .banner--blue {
  background-color: #00A3E0 ;
}

.greenport .banner--blue {
  background-color: #719949 ;
}

.port_strategy .banner--blue {
  background-color: #A6192E ;
}

.the_motorship .banner--blue {
  background-color: #000 ;
}

.world_fishing .banner--blue {
  background-color: #003DA5 ;
}

.seawork .banner--blue {
  background-color: #1c427e ;
}

.offshore .banner--blue {
  background-color: #003A78 ;
}

.icefish .banner--blue {
  background-color: #1c427e ;
}

.banner--grey {
  background: #ececec;
}

.tag {
  text-transform: uppercase;
  color: #999999;
  font-size: 0.875rem;
  display: block;
  font-weight: bold;
}

.maritime_journal .tag,
.world_fishing .tag,
.boating_business .tag,
.greenport .tag,
.port_strategy .tag,
.the_motorship .tag,
.seawork .tag,
.offshore .tag,
.icefish .tag {
  color: #999999;
}

.tag__svg {
  display: inline-block;
  height: 0.875rem;
  width: 1.625rem;
  text-align: left;
}

.tag .svg-icon {
  fill: #999999;
}

.side-padding {
  padding-left: 8.59%;
}

@media (max-width: 991px) {
  .side-padding {
    padding: 0;
  }
}

.section-w-border {
  border: 1px solid #c0c0c0;
  padding: 1.75rem 1.0625rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.social-media-wrapper {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}

@media (min-width: 768px) {
  .social-media-wrapper--full-width {
    padding-bottom: 25%;
  }
}

.overflow-loader:after {
  background: none;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

.overflow-loader.is-loading {
  position: relative;
  overflow: hidden;
}

.overflow-loader.is-loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: block;
}

#overlay-msg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  padding-top: 25%;
}

#error-msg {
  display: none;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #ce6666;
}

.img-fit {
  position: absolute;
  height: 100%;
  width: 100%;
}

.img-fit img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.img-fill {
  position: absolute;
  height: 100%;
  width: 100%;
}

.img-fill img {
  object-fit: fill;
  height: 100% !important;
  width: 100% !important;
}

.details-list dt {
  float: left;
  clear: left;
  margin-bottom: 1rem;
  width: 100px;
}

.details-list dd {
  float: left;
  margin-bottom: 1rem;
  margin-left: 0;
}

.mediakit-wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.mediakit-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
Typography
--------------------
*/
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url("mysource_files/Raleway-Regular.eot");
  src: url("mysource_files/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("mysource_files/Raleway-Regular.woff") format("woff"), url("mysource_files/Raleway-Regular.ttf") format("truetype"), url("mysource_files/Raleway-Regular.svg#raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-weight: 300;
  font-style: normal;
  src: url("mysource_files/Raleway-Light.eot");
  src: url("mysource_files/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("mysource_files/Raleway-Light.woff") format("woff"), url("mysource_files/Raleway-Light.ttf") format("truetype"), url("mysource_files/Raleway-Light.svg#raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  src: url("mysource_files/Raleway-SemiBold.eot");
  src: url("mysource_files/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("mysource_files/Raleway-SemiBold.woff") format("woff"), url("mysource_files/Raleway-SemiBold.ttf") format("truetype"), url("mysource_files/Raleway-SemiBold.svg#raleway") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("mysource_files/RobotoCondensed-Bold.eot");
  src: url("mysource_files/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("mysource_files/RobotoCondensed-Bold.woff") format("woff"), url("mysource_files/RobotoCondensed-Bold.ttf") format("truetype"), url("mysource_files/RobotoCondensed-Bold.svg#raleway") format("svg");
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin: 0;
}

h1, h2 {
  color: #6982a7;
  font-weight: 300;
  margin-bottom: 1.5625rem;
  line-height: 1;
}

.maritime_journal h1, .maritime_journal h2 {
  color: #6982a7 ;
}

.boating_business h1, .boating_business h2 {
  color: #00A3E0 ;
}

.greenport h1, .greenport h2 {
  color: #719949 ;
}

.port_strategy h1, .port_strategy h2 {
  color: #A6192E ;
}

.the_motorship h1, .the_motorship h2 {
  color: #000 ;
}

.world_fishing h1, .world_fishing h2 {
  color: #003DA5 ;
}

.seawork h1, .seawork h2 {
  color: #1c427e ;
}

.offshore h1, .offshore h2 {
  color: #003A78 ;
}

.icefish h1, .icefish h2 {
  color: #1c427e ;
}

@media (max-width: 991px) {
  h1, h2 {
    padding: 0rem 0.625rem 0.6875rem;
  }
}

h1.linked-heading a, h2.linked-heading a {
  color: #6982a7;
}

.maritime_journal h1.linked-heading a, .maritime_journal h2.linked-heading a {
  color: #6982a7 ;
}

.boating_business h1.linked-heading a, .boating_business h2.linked-heading a {
  color: #00A3E0 ;
}

.greenport h1.linked-heading a, .greenport h2.linked-heading a {
  color: #719949 ;
}

.port_strategy h1.linked-heading a, .port_strategy h2.linked-heading a {
  color: #A6192E ;
}

.the_motorship h1.linked-heading a, .the_motorship h2.linked-heading a {
  color: #000 ;
}

.world_fishing h1.linked-heading a, .world_fishing h2.linked-heading a {
  color: #003DA5 ;
}

.seawork h1.linked-heading a, .seawork h2.linked-heading a {
  color: #1c427e ;
}

.offshore h1.linked-heading a, .offshore h2.linked-heading a {
  color: #003A78 ;
}

.icefish h1.linked-heading a, .icefish h2.linked-heading a {
  color: #1c427e ;
}

h1 a:hover .first-word, h2 a:hover .first-word {
  text-decoration: underline;
}

h1 .first-word, h2 .first-word {
  font-weight: 700;
  display: inline-block;
}

h1.border, h2.border, h3.border {
  padding-bottom: 1.3125rem;
}

h1.border--small, h2.border--small, h3.border--small {
  padding-bottom: 0.3125rem;
}

@media (max-width: 991px) {
  h1.border, h2.border, h3.border {
    padding-bottom: 1rem;
  }
}

h1.margin-bottom, h2.margin-bottom, h3.margin-bottom {
  margin-bottom: 2.75rem;
}

.border {
  border-bottom: 2px solid #ececec;
}

h3, h4, h5, h6 {
  color: #448ccb;
  padding-bottom: 1rem;
}

.maritime_journal h3, .maritime_journal h4, .maritime_journal h5, .maritime_journal h6 {
  color: #448ccb ;
}

.boating_business h3, .boating_business h4, .boating_business h5, .boating_business h6 {
  color: #003DA5 ;
}

.greenport h3, .greenport h4, .greenport h5, .greenport h6 {
  color: #388659 ;
}

.port_strategy h3, .port_strategy h4, .port_strategy h5, .port_strategy h6 {
  color: #A6192E ;
}

.the_motorship h3, .the_motorship h4, .the_motorship h5, .the_motorship h6 {
  color: #f4891e ;
}

.world_fishing h3, .world_fishing h4, .world_fishing h5, .world_fishing h6 {
  color: #003DA5 ;
}

.seawork h3, .seawork h4, .seawork h5, .seawork h6 {
  color: #448ccb ;
}

.offshore h3, .offshore h4, .offshore h5, .offshore h6 {
  color: #003A78 ;
}

.icefish h3, .icefish h4, .icefish h5, .icefish h6 {
  color: #448ccb ;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}

p {
  line-height: 1.5rem;
}

.side-header {
  color: #606060;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px;
}

.maritime_journal .side-header,
.world_fishing .side-header,
.boating_business .side-header,
.greenport .side-header,
.port_strategy .side-header,
.the_motorship .side-header,
.seawork .side-header,
.offshore .side-header,
.icefish .side-header {
  color: #606060;
}

.side-header--underlined {
  border-bottom: 2px solid #ececec;
  padding-bottom: 1.25rem;
}

.sub-heading {
  color: #999999;
  text-transform: none;
}

.header-icon .svg-icon {
  height: 1.5625rem;
}

.header-icon--twitter {
  fill: #059ff5;
  width: 1.4375rem;
}

.header-icon--youtube {
  fill: #e22c27;
  width: 2.125rem;
}

a {
  color: #448ccb;
  text-decoration: none;
}

.maritime_journal a {
  color: #448ccb ;
}

.boating_business a {
  color: #003DA5 ;
}

.greenport a {
  color: #388659 ;
}

.port_strategy a {
  color: #A6192E ;
}

.the_motorship a {
  color: #f4891e ;
}

.world_fishing a {
  color: #003DA5 ;
}

.seawork a {
  color: #448ccb ;
}

.offshore a {
  color: #003A78 ;
}

.icefish a {
  color: #448ccb ;
}

a:hover {
  text-decoration: underline;
}

.read-more {
  color: #448ccb;
  text-transform: uppercase;
  font-weight: bold;
}

.maritime_journal .read-more {
  color: #448ccb ;
}

.boating_business .read-more {
  color: #003DA5 ;
}

.greenport .read-more {
  color: #388659 ;
}

.port_strategy .read-more {
  color: #A6192E ;
}

.the_motorship .read-more {
  color: #f4891e ;
}

.world_fishing .read-more {
  color: #003DA5 ;
}

.seawork .read-more {
  color: #448ccb ;
}

.offshore .read-more {
  color: #003A78 ;
}

.icefish .read-more {
  color: #448ccb ;
}

.button,
a.button {
  display: inline-block;
  padding: 8px 20px;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid #6982a7;
  background: #44415e;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: border, 0.5s, ease-out;
  -o-transition: border, 0.5s, ease-out;
  transition: border, 0.5s, ease-out;
  -webkit-transition: background, 0.2s, ease-in-out;
  -o-transition: background, 0.2s, ease-in-out;
  transition: background, 0.2s, ease-in-out;
}

.maritime_journal .button, .maritime_journal
a.button {
  border-color: #6982a7 ;
}

.boating_business .button, .boating_business
a.button {
  border-color: #00A3E0 ;
}

.greenport .button, .greenport
a.button {
  border-color: #719949 ;
}

.port_strategy .button, .port_strategy
a.button {
  border-color: #A6192E ;
}

.the_motorship .button, .the_motorship
a.button {
  border-color: #000 ;
}

.world_fishing .button, .world_fishing
a.button {
  border-color: #003DA5 ;
}

.seawork .button, .seawork
a.button {
  border-color: #1c427e ;
}

.offshore .button, .offshore
a.button {
  border-color: #003A78 ;
}

.icefish .button, .icefish
a.button {
  border-color: #1c427e ;
}

.maritime_journal .button, .maritime_journal
a.button {
  background-color: #44415e ;
}

.boating_business .button, .boating_business
a.button {
  background-color: #44415e ;
}

.greenport .button, .greenport
a.button {
  background-color: #283618 ;
}

.port_strategy .button, .port_strategy
a.button {
  background-color: #4F000B ;
}

.the_motorship .button, .the_motorship
a.button {
  background-color: #6E7E85 ;
}

.world_fishing .button, .world_fishing
a.button {
  background-color: #000 ;
}

.seawork .button, .seawork
a.button {
  background-color: #6982a7 ;
}

.offshore .button, .offshore
a.button {
  background-color: #007AC2 ;
}

.icefish .button, .icefish
a.button {
  background-color: #6982a7 ;
}

.maritime_journal .button,
.world_fishing .button,
.boating_business .button,
.greenport .button,
.port_strategy .button,
.the_motorship .button,
.seawork .button,
.offshore .button,
.icefish .button, .maritime_journal
a.button,
.world_fishing
a.button,
.boating_business
a.button,
.greenport
a.button,
.port_strategy
a.button,
.the_motorship
a.button,
.seawork
a.button,
.offshore
a.button,
.icefish
a.button {
  color: #fff;
}

.button:hover, .button:active, .button:focus, .button,
a.button:hover,
a.button:active,
a.button:focus,
a.button {
  background: #44415e;
  color: #fff;
}

.maritime_journal .button:hover, .maritime_journal .button:active, .maritime_journal .button:focus, .maritime_journal .button, .maritime_journal
a.button:hover, .maritime_journal
a.button:active, .maritime_journal
a.button:focus, .maritime_journal
a.button {
  background-color: #44415e ;
}

.boating_business .button:hover, .boating_business .button:active, .boating_business .button:focus, .boating_business .button, .boating_business
a.button:hover, .boating_business
a.button:active, .boating_business
a.button:focus, .boating_business
a.button {
  background-color: #44415e ;
}

.greenport .button:hover, .greenport .button:active, .greenport .button:focus, .greenport .button, .greenport
a.button:hover, .greenport
a.button:active, .greenport
a.button:focus, .greenport
a.button {
  background-color: #283618 ;
}

.port_strategy .button:hover, .port_strategy .button:active, .port_strategy .button:focus, .port_strategy .button, .port_strategy
a.button:hover, .port_strategy
a.button:active, .port_strategy
a.button:focus, .port_strategy
a.button {
  background-color: #4F000B ;
}

.the_motorship .button:hover, .the_motorship .button:active, .the_motorship .button:focus, .the_motorship .button, .the_motorship
a.button:hover, .the_motorship
a.button:active, .the_motorship
a.button:focus, .the_motorship
a.button {
  background-color: #6E7E85 ;
}

.world_fishing .button:hover, .world_fishing .button:active, .world_fishing .button:focus, .world_fishing .button, .world_fishing
a.button:hover, .world_fishing
a.button:active, .world_fishing
a.button:focus, .world_fishing
a.button {
  background-color: #000 ;
}

.seawork .button:hover, .seawork .button:active, .seawork .button:focus, .seawork .button, .seawork
a.button:hover, .seawork
a.button:active, .seawork
a.button:focus, .seawork
a.button {
  background-color: #6982a7 ;
}

.offshore .button:hover, .offshore .button:active, .offshore .button:focus, .offshore .button, .offshore
a.button:hover, .offshore
a.button:active, .offshore
a.button:focus, .offshore
a.button {
  background-color: #007AC2 ;
}

.icefish .button:hover, .icefish .button:active, .icefish .button:focus, .icefish .button, .icefish
a.button:hover, .icefish
a.button:active, .icefish
a.button:focus, .icefish
a.button {
  background-color: #6982a7 ;
}

.maritime_journal .button:hover,
.world_fishing .button:hover,
.boating_business .button:hover,
.greenport .button:hover,
.port_strategy .button:hover,
.the_motorship .button:hover,
.seawork .button:hover,
.offshore .button:hover,
.icefish .button:hover, .maritime_journal .button:active,
.world_fishing .button:active,
.boating_business .button:active,
.greenport .button:active,
.port_strategy .button:active,
.the_motorship .button:active,
.seawork .button:active,
.offshore .button:active,
.icefish .button:active, .maritime_journal .button:focus,
.world_fishing .button:focus,
.boating_business .button:focus,
.greenport .button:focus,
.port_strategy .button:focus,
.the_motorship .button:focus,
.seawork .button:focus,
.offshore .button:focus,
.icefish .button:focus, .maritime_journal .button,
.world_fishing .button,
.boating_business .button,
.greenport .button,
.port_strategy .button,
.the_motorship .button,
.seawork .button,
.offshore .button,
.icefish .button, .maritime_journal
a.button:hover,
.world_fishing
a.button:hover,
.boating_business
a.button:hover,
.greenport
a.button:hover,
.port_strategy
a.button:hover,
.the_motorship
a.button:hover,
.seawork
a.button:hover,
.offshore
a.button:hover,
.icefish
a.button:hover, .maritime_journal
a.button:active,
.world_fishing
a.button:active,
.boating_business
a.button:active,
.greenport
a.button:active,
.port_strategy
a.button:active,
.the_motorship
a.button:active,
.seawork
a.button:active,
.offshore
a.button:active,
.icefish
a.button:active, .maritime_journal
a.button:focus,
.world_fishing
a.button:focus,
.boating_business
a.button:focus,
.greenport
a.button:focus,
.port_strategy
a.button:focus,
.the_motorship
a.button:focus,
.seawork
a.button:focus,
.offshore
a.button:focus,
.icefish
a.button:focus, .maritime_journal
a.button,
.world_fishing
a.button,
.boating_business
a.button,
.greenport
a.button,
.port_strategy
a.button,
.the_motorship
a.button,
.seawork
a.button,
.offshore
a.button,
.icefish
a.button {
  color: #fff;
}

.button.button--secondary,
a.button.button--secondary {
  border: 1px solid #ececec;
  background: #ececec;
  color: #333333;
}

.maritime_journal .button.button--secondary,
.world_fishing .button.button--secondary,
.boating_business .button.button--secondary,
.greenport .button.button--secondary,
.port_strategy .button.button--secondary,
.the_motorship .button.button--secondary,
.seawork .button.button--secondary,
.offshore .button.button--secondary,
.icefish .button.button--secondary, .maritime_journal
a.button.button--secondary,
.world_fishing
a.button.button--secondary,
.boating_business
a.button.button--secondary,
.greenport
a.button.button--secondary,
.port_strategy
a.button.button--secondary,
.the_motorship
a.button.button--secondary,
.seawork
a.button.button--secondary,
.offshore
a.button.button--secondary,
.icefish
a.button.button--secondary {
  color: #333333;
}

.button.button--secondary:hover, .button.button--secondary:active, .button.button--secondary:focus, .button.button--secondaryactive,
a.button.button--secondary:hover,
a.button.button--secondary:active,
a.button.button--secondary:focus,
a.button.button--secondaryactive {
  background: #d6d7de;
  color: #333333;
}

.maritime_journal .button.button--secondary:hover,
.world_fishing .button.button--secondary:hover,
.boating_business .button.button--secondary:hover,
.greenport .button.button--secondary:hover,
.port_strategy .button.button--secondary:hover,
.the_motorship .button.button--secondary:hover,
.seawork .button.button--secondary:hover,
.offshore .button.button--secondary:hover,
.icefish .button.button--secondary:hover, .maritime_journal .button.button--secondary:active,
.world_fishing .button.button--secondary:active,
.boating_business .button.button--secondary:active,
.greenport .button.button--secondary:active,
.port_strategy .button.button--secondary:active,
.the_motorship .button.button--secondary:active,
.seawork .button.button--secondary:active,
.offshore .button.button--secondary:active,
.icefish .button.button--secondary:active, .maritime_journal .button.button--secondary:focus,
.world_fishing .button.button--secondary:focus,
.boating_business .button.button--secondary:focus,
.greenport .button.button--secondary:focus,
.port_strategy .button.button--secondary:focus,
.the_motorship .button.button--secondary:focus,
.seawork .button.button--secondary:focus,
.offshore .button.button--secondary:focus,
.icefish .button.button--secondary:focus, .maritime_journal .button.button--secondaryactive,
.world_fishing .button.button--secondaryactive,
.boating_business .button.button--secondaryactive,
.greenport .button.button--secondaryactive,
.port_strategy .button.button--secondaryactive,
.the_motorship .button.button--secondaryactive,
.seawork .button.button--secondaryactive,
.offshore .button.button--secondaryactive,
.icefish .button.button--secondaryactive, .maritime_journal
a.button.button--secondary:hover,
.world_fishing
a.button.button--secondary:hover,
.boating_business
a.button.button--secondary:hover,
.greenport
a.button.button--secondary:hover,
.port_strategy
a.button.button--secondary:hover,
.the_motorship
a.button.button--secondary:hover,
.seawork
a.button.button--secondary:hover,
.offshore
a.button.button--secondary:hover,
.icefish
a.button.button--secondary:hover, .maritime_journal
a.button.button--secondary:active,
.world_fishing
a.button.button--secondary:active,
.boating_business
a.button.button--secondary:active,
.greenport
a.button.button--secondary:active,
.port_strategy
a.button.button--secondary:active,
.the_motorship
a.button.button--secondary:active,
.seawork
a.button.button--secondary:active,
.offshore
a.button.button--secondary:active,
.icefish
a.button.button--secondary:active, .maritime_journal
a.button.button--secondary:focus,
.world_fishing
a.button.button--secondary:focus,
.boating_business
a.button.button--secondary:focus,
.greenport
a.button.button--secondary:focus,
.port_strategy
a.button.button--secondary:focus,
.the_motorship
a.button.button--secondary:focus,
.seawork
a.button.button--secondary:focus,
.offshore
a.button.button--secondary:focus,
.icefish
a.button.button--secondary:focus, .maritime_journal
a.button.button--secondaryactive,
.world_fishing
a.button.button--secondaryactive,
.boating_business
a.button.button--secondaryactive,
.greenport
a.button.button--secondaryactive,
.port_strategy
a.button.button--secondaryactive,
.the_motorship
a.button.button--secondaryactive,
.seawork
a.button.button--secondaryactive,
.offshore
a.button.button--secondaryactive,
.icefish
a.button.button--secondaryactive {
  color: #333333;
}

.button--block,
a.button--block {
  display: block;
  width: 100%;
}

.button--orphan,
a.button--orphan {
  text-align: center;
  margin: 1.25rem auto 2.5rem;
  display: block;
}

/*


/*
--------------------
Brand Specific colors
--------------------
*/
.maritime_journal .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(68, 140, 203, 0.1) 0%, #448ccb 40%, #448ccb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(68, 140, 203, 0.1) 0%, #448ccb 40%, #448ccb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(68, 140, 203, 0.1) 0%, #448ccb 40%, #448ccb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blueLight', endColorstr='$blueSuperLight',GradientType=1 );
  /* IE6-9 */
}

.maritime_journal .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #448ccb 0%, #448ccb 60%, rgba(68, 140, 203, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #448ccb 0%, #448ccb 60%, rgba(68, 140, 203, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #448ccb 0%, #448ccb 60%, rgba(68, 140, 203, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blueLight', endColorstr='$blueSuperLight',GradientType=1 );
  /* IE6-9 */
}

.boating_business .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 163, 224, 0.1) 0%, #00a3e0 40%, #00a3e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 163, 224, 0.1) 0%, #00a3e0 40%, #00a3e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 163, 224, 0.1) 0%, #00a3e0 40%, #00a3e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$boating_business5', endColorstr='$boating_business7',GradientType=1 );
  /* IE6-9 */
}

.boating_business .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #00a3e0 0%, #00a3e0 60%, rgba(0, 163, 224, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a3e0 0%, #00a3e0 60%, rgba(0, 163, 224, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a3e0 0%, #00a3e0 60%, rgba(0, 163, 224, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$boating_business5', endColorstr='$boating_business7',GradientType=1 );
  /* IE6-9 */
}

.greenport .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(113, 153, 73, 0.1) 0%, #719949 40%, #719949 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(113, 153, 73, 0.1) 0%, #719949 40%, #719949 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(113, 153, 73, 0.1) 0%, #719949 40%, #719949 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blueLight', endColorstr='$blueSuperLight',GradientType=1 );
  /* IE6-9 */
}

.greenport .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #719949 0%, #719949 60%, rgba(113, 153, 73, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #719949 0%, #719949 60%, rgba(113, 153, 73, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #719949 0%, #719949 60%, rgba(113, 153, 73, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$greenport5', endColorstr='$greenport7',GradientType=1 );
  /* IE6-9 */
}

.port_strategy .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(166, 25, 46, 0.1) 0%, #a6192e 40%, #a6192e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(166, 25, 46, 0.1) 0%, #a6192e 40%, #a6192e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(166, 25, 46, 0.1) 0%, #a6192e 40%, #a6192e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$port_strategy5', endColorstr='$port_strategy7',GradientType=1 );
  /* IE6-9 */
}

.port_strategy .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #a6192e 0%, #a6192e 60%, rgba(166, 25, 46, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a6192e 0%, #a6192e 60%, rgba(166, 25, 46, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a6192e 0%, #a6192e 60%, rgba(166, 25, 46, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$port_strategy5', endColorstr='$port_strategy7',GradientType=1 );
  /* IE6-9 */
}

.the_motorship .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 130, 0, 0.1) 0%, #ff8200 40%, #ff8200 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 130, 0, 0.1) 0%, #ff8200 40%, #ff8200 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 130, 0, 0.1) 0%, #ff8200 40%, #ff8200 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$the_motorship5', endColorstr='$the_motorship7',GradientType=1 );
  /* IE6-9 */
}

.the_motorship .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #ff8200 0%, #ff8200 60%, rgba(255, 130, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff8200 0%, #ff8200 60%, rgba(255, 130, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8200 0%, #ff8200 60%, rgba(255, 130, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$the_motorship5', endColorstr='$the_motorship7',GradientType=1 );
  /* IE6-9 */
}

.world_fishing .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 61, 165, 0.1) 0%, #003da5 40%, #003da5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 61, 165, 0.1) 0%, #003da5 40%, #003da5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 61, 165, 0.1) 0%, #003da5 40%, #003da5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$world_fishing5', endColorstr='$world_fishing7',GradientType=1 );
  /* IE6-9 */
}

.world_fishing .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #003da5 0%, #003da5 60%, rgba(0, 61, 165, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003da5 0%, #003da5 60%, rgba(0, 61, 165, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003da5 0%, #003da5 60%, rgba(0, 61, 165, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$world_fishing5', endColorstr='$world_fishing7',GradientType=1 );
  /* IE6-9 */
}

.seawork .top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(28, 66, 126, 0.1) 0%, #1c427e 40%, #1c427e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(28, 66, 126, 0.1) 0%, #1c427e 40%, #1c427e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(28, 66, 126, 0.1) 0%, #1c427e 40%, #1c427e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$seawork5', endColorstr='$seawork7',GradientType=1 );
  /* IE6-9 */
}

.seawork .top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #1c427e 0%, #1c427e 60%, rgba(28, 66, 126, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1c427e 0%, #1c427e 60%, rgba(28, 66, 126, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1c427e 0%, #1c427e 60%, rgba(28, 66, 126, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$seawork5', endColorstr='$seawork7',GradientType=1 );
  /* IE6-9 */
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 90%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
.content {
  /* Tables */
  /* Buttons */
  /* Quotes */
  /* Highlight */
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

.content caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

.content th {
  background: #333333;
  color: #cccccc;
}

.content td {
  border: 1px solid #333333;
}

.content .button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #333333;
  color: #cccccc;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.content .button, .content .button:visited {
  text-decoration: none;
}

.content .button:focus, .content .button:hover {
  background-color: black;
}

.content .button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.content .button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.content .button--orphan {
  text-align: center;
  margin: 1.25rem auto 2.5rem;
  display: block;
}

.content blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

.content blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #333333;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.content .pull-quote {
  border-top: 1px solid #333333;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

.content .highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.container-fluid {
  padding: 0;
}

.wrapper {
  max-width: 1600px;
  margin: auto;
  padding: 0 1rem;
}

main {
  max-width: 1600px;
  margin: auto;
  padding: 0 1.25rem;
}

hr {
  border-color: #ececec;
  border-style: solid;
}

.takeover-top-banner {
  width: 100%;
}

.takeover-top-banner .ad-banner-takeover:empty {
  display: none;
}

/*
--------------------
Modules
--------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Magnific popup */
/* Module: S */
.accordion__item {
  border-bottom: 2px solid #ececec;
}

.accordion__item:first-child {
  border-top: 2px solid #ececec;
}

.accordion__arrows {
  width: 1.1875rem;
  height: 0.5625rem;
  fill: #6982a7;
  position: absolute;
  top: 50%;
  margin-top: -0.5625rem;
  right: 0.9375rem;
}

.maritime_journal .accordion__arrows {
  fill: #6982a7 ;
}

.boating_business .accordion__arrows {
  fill: #00A3E0 ;
}

.greenport .accordion__arrows {
  fill: #719949 ;
}

.port_strategy .accordion__arrows {
  fill: #A6192E ;
}

.the_motorship .accordion__arrows {
  fill: #000 ;
}

.world_fishing .accordion__arrows {
  fill: #003DA5 ;
}

.seawork .accordion__arrows {
  fill: #1c427e ;
}

.offshore .accordion__arrows {
  fill: #003A78 ;
}

.icefish .accordion__arrows {
  fill: #1c427e ;
}

.accordion__title--blue-bg .accordion__arrows {
  fill: #fff;
}

.accordion__arrow-up {
  display: none;
}

.accordion__title.is-active .accordion__arrow-up {
  display: block;
  position: relative;
  top: 0.1875rem;
}

.accordion__title.is-active .accordion__arrow-down {
  display: none;
}

.accordion__title {
  color: #6982a7;
  display: block;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 1.25rem 1.875rem 1.25rem 0.625rem;
  position: relative;
  width: 100%;
  text-align: left;
}

.maritime_journal .accordion__title {
  color: #6982a7 ;
}

.boating_business .accordion__title {
  color: #00A3E0 ;
}

.greenport .accordion__title {
  color: #719949 ;
}

.port_strategy .accordion__title {
  color: #A6192E ;
}

.the_motorship .accordion__title {
  color: #000 ;
}

.world_fishing .accordion__title {
  color: #003DA5 ;
}

.seawork .accordion__title {
  color: #1c427e ;
}

.offshore .accordion__title {
  color: #003A78 ;
}

.icefish .accordion__title {
  color: #1c427e ;
}

.accordion__title--small {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
}

.accordion__title--blue-bg {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #448ccb;
}

.maritime_journal .accordion__title--blue-bg,
.world_fishing .accordion__title--blue-bg,
.boating_business .accordion__title--blue-bg,
.greenport .accordion__title--blue-bg,
.port_strategy .accordion__title--blue-bg,
.the_motorship .accordion__title--blue-bg,
.seawork .accordion__title--blue-bg,
.offshore .accordion__title--blue-bg,
.icefish .accordion__title--blue-bg {
  color: #fff;
}

.maritime_journal .accordion__title--blue-bg {
  background-color: #448ccb ;
}

.boating_business .accordion__title--blue-bg {
  background-color: #003DA5 ;
}

.greenport .accordion__title--blue-bg {
  background-color: #388659 ;
}

.port_strategy .accordion__title--blue-bg {
  background-color: #A6192E ;
}

.the_motorship .accordion__title--blue-bg {
  background-color: #f4891e ;
}

.world_fishing .accordion__title--blue-bg {
  background-color: #003DA5 ;
}

.seawork .accordion__title--blue-bg {
  background-color: #448ccb ;
}

.offshore .accordion__title--blue-bg {
  background-color: #003A78 ;
}

.icefish .accordion__title--blue-bg {
  background-color: #448ccb ;
}

.accordion__title--blue-font {
  color: #448ccb;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}

.maritime_journal .accordion__title--blue-font {
  color: #448ccb ;
}

.boating_business .accordion__title--blue-font {
  color: #003DA5 ;
}

.greenport .accordion__title--blue-font {
  color: #388659 ;
}

.port_strategy .accordion__title--blue-font {
  color: #A6192E ;
}

.the_motorship .accordion__title--blue-font {
  color: #f4891e ;
}

.world_fishing .accordion__title--blue-font {
  color: #003DA5 ;
}

.seawork .accordion__title--blue-font {
  color: #448ccb ;
}

.offshore .accordion__title--blue-font {
  color: #003A78 ;
}

.icefish .accordion__title--blue-font {
  color: #448ccb ;
}

.accordion__title--inactive {
  color: #d6d7de;
}

.maritime_journal .accordion__title--inactive,
.world_fishing .accordion__title--inactive,
.boating_business .accordion__title--inactive,
.greenport .accordion__title--inactive,
.port_strategy .accordion__title--inactive,
.the_motorship .accordion__title--inactive,
.seawork .accordion__title--inactive,
.offshore .accordion__title--inactive,
.icefish .accordion__title--inactive {
  color: #d6d7de;
}

.accordion__content {
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}

.accordion__content:not(.is-active) {
  max-height: 0 !important;
}

.accordion__content.is-active {
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  max-height: 2000px;
}

/* Module: S */
.ad-banner img {
  height: auto;
  width: 100%;
}

.side-ad {
  display: none;
}

.ad-banner-horizontal {
  text-align: center;
  background-color: #d6d7de;
  line-height: 10px;
  margin-bottom: 1.5625rem;
}

.ad-banner-horizontal:empty {
  display: none;
}

.ad-banner-horizontal img {
  height: auto;
  max-width: 100%;
}

/* Module: S */
.ad-banner-vertical {
  display: none;
}

.ad-banner-vertical:empty {
  display: none;
}

.ad-show-mobile {
  text-align: center;
  margin-bottom: 1.875rem;
}

.ad-show-mobile .ad-banner-vertical,
.ad-show-mobile .advert-banner-vertical {
  display: block;
}

.ad-show-mobile .ad-banner-vertical img,
.ad-show-mobile .advert-banner-vertical img {
  height: auto;
}

@media only screen and (max-width: 990px) {
  .hide-mobile-but-ads * {
    display: none;
  }
  .hide-mobile-but-ads .ad-show-mobile {
    display: block;
  }
  .hide-mobile-but-ads .ad-show-mobile * {
    display: block;
  }
}

/* Module: S */
.tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  padding-bottom: 0;
  width: 100%;
  border-bottom: 3px solid #448ccb;
  color: #448ccb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.maritime_journal .tt-menu {
  border-bottom-color: #448ccb ;
}

.boating_business .tt-menu {
  border-bottom-color: #003DA5 ;
}

.greenport .tt-menu {
  border-bottom-color: #388659 ;
}

.port_strategy .tt-menu {
  border-bottom-color: #A6192E ;
}

.the_motorship .tt-menu {
  border-bottom-color: #f4891e ;
}

.world_fishing .tt-menu {
  border-bottom-color: #003DA5 ;
}

.seawork .tt-menu {
  border-bottom-color: #448ccb ;
}

.offshore .tt-menu {
  border-bottom-color: #003A78 ;
}

.icefish .tt-menu {
  border-bottom-color: #448ccb ;
}

.maritime_journal .tt-menu {
  color: #448ccb ;
}

.boating_business .tt-menu {
  color: #003DA5 ;
}

.greenport .tt-menu {
  color: #388659 ;
}

.port_strategy .tt-menu {
  color: #A6192E ;
}

.the_motorship .tt-menu {
  color: #f4891e ;
}

.world_fishing .tt-menu {
  color: #003DA5 ;
}

.seawork .tt-menu {
  color: #448ccb ;
}

.offshore .tt-menu {
  color: #003A78 ;
}

.icefish .tt-menu {
  color: #448ccb ;
}

.tt-menu .tt-suggestion {
  clear: both;
  color: #448ccb;
  font-weight: normal;
  line-height: 1.42857;
  padding: 5px 10px;
  text-align: left;
}

.maritime_journal .tt-menu .tt-suggestion {
  color: #448ccb ;
}

.boating_business .tt-menu .tt-suggestion {
  color: #003DA5 ;
}

.greenport .tt-menu .tt-suggestion {
  color: #388659 ;
}

.port_strategy .tt-menu .tt-suggestion {
  color: #A6192E ;
}

.the_motorship .tt-menu .tt-suggestion {
  color: #f4891e ;
}

.world_fishing .tt-menu .tt-suggestion {
  color: #003DA5 ;
}

.seawork .tt-menu .tt-suggestion {
  color: #448ccb ;
}

.offshore .tt-menu .tt-suggestion {
  color: #003A78 ;
}

.icefish .tt-menu .tt-suggestion {
  color: #448ccb ;
}

.tt-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:focus,
.tt-menu .tt-cursor {
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}

.tt-menu .tt-suggestion:hover span,
.tt-menu .tt-suggestion:focus span,
.tt-menu .tt-cursor span {
  color: #fff;
}

.tt-menu .tt-category {
  background-color: #d1e6f8;
  border-bottom: 1px solid #ddd;
  border-top: 0;
  margin: 0;
  padding: 15px;
}

.maritime_journal .tt-menu .tt-category {
  background-color: #d1e6f8 ;
}

.boating_business .tt-menu .tt-category {
  background-color: #D3DBF7 ;
}

.greenport .tt-menu .tt-category {
  background-color: #DDEBE3 ;
}

.port_strategy .tt-menu .tt-category {
  background-color: #EBD4CB ;
}

.the_motorship .tt-menu .tt-category {
  background-color: #FCDCB9 ;
}

.world_fishing .tt-menu .tt-category {
  background-color: #d1e6f8 ;
}

.seawork .tt-menu .tt-category {
  background-color: #d1e6f8 ;
}

.offshore .tt-menu .tt-category {
  background-color: #D3DBF7 ;
}

.icefish .tt-menu .tt-category {
  background-color: #d1e6f8 ;
}

.tt-menu .tt-dataset:first-child .tt-category,
.tt-menu .tt-horizontal .tt-dataset .tt-category {
  border-radius: 0;
  margin-top: 0;
}

.tt-menu .tt-group {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  padding: 3px 5px;
  text-align: center;
}

.tt-menu .tt-no-results {
  padding: 10px 5px;
  color: #333333;
}

.tt-horizontal {
  width: 100%;
}

.tt-horizontal .tt-dataset {
  float: left;
  width: 100%;
}

.tt-hint {
  color: #ccc !important;
}

.tt-dataset-collectioncfg .tt-suggestion {
  font-size: 0.95em;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tt-dataset-collectioncfg .tt-suggestion:last-of-type {
  border-bottom: 0;
}

.tt-dataset-collectioncfg .tt-suggestion span {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #888;
  line-height: 1;
  padding: 5px 0 0 0;
  font-weight: 600;
}

/* Module: S */
.box-items__item {
  margin-bottom: 1.625rem;
  border-bottom: 1px solid #d6d7de;
}

.box-items__item.box-items__item-no-img {
  background-color: #d1e6f8;
}

.maritime_journal .box-items__item.box-items__item-no-img {
  background-color: #d1e6f8 ;
}

.boating_business .box-items__item.box-items__item-no-img {
  background-color: #D3DBF7 ;
}

.greenport .box-items__item.box-items__item-no-img {
  background-color: #DDEBE3 ;
}

.port_strategy .box-items__item.box-items__item-no-img {
  background-color: #EBD4CB ;
}

.the_motorship .box-items__item.box-items__item-no-img {
  background-color: #FCDCB9 ;
}

.world_fishing .box-items__item.box-items__item-no-img {
  background-color: #d1e6f8 ;
}

.seawork .box-items__item.box-items__item-no-img {
  background-color: #d1e6f8 ;
}

.offshore .box-items__item.box-items__item-no-img {
  background-color: #D3DBF7 ;
}

.icefish .box-items__item.box-items__item-no-img {
  background-color: #d1e6f8 ;
}

.box-items__item--text {
  padding: 1.5rem;
}

.box-items__ad, .box-items__img {
  height: 0;
  overflow: hidden;
  padding-bottom: 76.56%;
  position: relative;
}

.box-items__ad img, .box-items__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.news-video-gallery .box-items__img img {
  width: 100%;
  height: 100%;
}

.box-items__title {
  padding: 1.4375rem 4.1875rem 1.875rem 1.0625rem;
  width: 100%;
  background: #fff;
}

.box-items__overlay-desc {
  display: none;
}

.news-video-gallery .box-items__content {
  position: relative;
}

.box-items .date {
  display: block;
  font-size: 0.875rem;
  color: #000000;
  margin-top: 0.875rem;
  font-weight: normal;
}

.box-items .slick-arrow {
  padding-bottom: calc(76.56% - 12px);
  height: 0;
  top: 0;
  width: 1.875rem;
}

.box-items .slick-prev {
  left: 0.9375rem;
}

.box-items .slick-next {
  right: 0.9375rem;
}

.box-items .slick-arrow-button {
  position: absolute;
  width: 1.875rem;
  height: 2.1875rem;
  top: 50%;
  margin-top: -1.0625rem;
}

.box-item--sponsored {
  position: relative;
  background-color: #d1e6f8;
}

.maritime_journal .box-item--sponsored {
  background-color: #d1e6f8 ;
}

.boating_business .box-item--sponsored {
  background-color: #D3DBF7 ;
}

.greenport .box-item--sponsored {
  background-color: #DDEBE3 ;
}

.port_strategy .box-item--sponsored {
  background-color: #EBD4CB ;
}

.the_motorship .box-item--sponsored {
  background-color: #FCDCB9 ;
}

.world_fishing .box-item--sponsored {
  background-color: #d1e6f8 ;
}

.seawork .box-item--sponsored {
  background-color: #d1e6f8 ;
}

.offshore .box-item--sponsored {
  background-color: #D3DBF7 ;
}

.icefish .box-item--sponsored {
  background-color: #d1e6f8 ;
}

.box-item--sponsored .box-items__title {
  background-color: #d1e6f8;
}

.maritime_journal .box-item--sponsored .box-items__title {
  background-color: #d1e6f8 ;
}

.boating_business .box-item--sponsored .box-items__title {
  background-color: #D3DBF7 ;
}

.greenport .box-item--sponsored .box-items__title {
  background-color: #DDEBE3 ;
}

.port_strategy .box-item--sponsored .box-items__title {
  background-color: #EBD4CB ;
}

.the_motorship .box-item--sponsored .box-items__title {
  background-color: #FCDCB9 ;
}

.world_fishing .box-item--sponsored .box-items__title {
  background-color: #d1e6f8 ;
}

.seawork .box-item--sponsored .box-items__title {
  background-color: #d1e6f8 ;
}

.offshore .box-item--sponsored .box-items__title {
  background-color: #D3DBF7 ;
}

.icefish .box-item--sponsored .box-items__title {
  background-color: #d1e6f8 ;
}

/* Module: S */
.breadcrumbs {
  display: none;
}

/* Module: S */
.contracts-item {
  border-bottom: 2px solid #ececec;
  padding: 1.25rem;
}

.contracts-item .list-group {
  padding-left: 0;
  margin-top: 0;
}

.contracts-item .list-group > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.company-profile {
  border: 1px solid #ececec;
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
  display: flex;
  flex-wrap: wrap;
}

.company-profile_image {
  width: 100%;
}

.company-profile_image img {
  width: 100%;
}

.company-profile_desc > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-profile_desc > ul li {
  margin: 1.25rem 0;
}

/* Module: S */
.search-bar {
  display: inline-block;
  margin: 0.625rem auto;
  position: relative;
  padding-left: 0.625rem;
  width: 90%;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.search-bar input {
  border: 0;
}

.search-bar__button {
  position: absolute;
  height: 0.875rem;
  width: 0.875rem;
  top: 0.625rem;
  margin: 0;
  right: 0.75rem;
  border: none;
  background: none;
}

.search-bar__button .svg-icon {
  fill: #c0c0c0;
}

.sq-form .search-bar input[type='text'], .sq-form
.search-bar input[type='password'], .sq-form
.search-bar input[type='email'], .sq-form
.search-bar input[type='tel'], .sq-form
.search-bar select, .sq-form
.search-bar textarea {
  border: 0;
  border-radius: 0;
}

.directory-search .twitter-typeahead {
  display: block !important;
}

.directory-search input[type="text"]::-ms-clear {
  display: none;
}

.intro-text {
  max-width: 80%;
  margin: auto;
  text-align: center;
  padding: 1.25rem 0;
}

img.results__sponsored-box-img {
  max-height: 80%;
  width: auto;
  max-width: 20%;
  top: 50%;
}

.results__content {
  position: relative;
}

/* Module: S */
.event-list__details, .event-list__expanded .expanded-wrapper {
  padding: 1.875rem 2.5rem;
}

.event-listing {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  width: 100%;
}

.event-listing > li {
  padding: 0;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
}

.event-list__image {
  text-align: center;
  margin: 1.875rem auto;
  padding: 0.625rem 2.5rem 0.625rem 2.5rem;
  width: 100%;
  max-width: 260px;
}

.event-list__image img {
  width: 100%;
}

.event-list__expanded {
  overflow: hidden;
  position: relative;
  max-height: 0;
  background: #F1F2F6;
  -webkit-transition: max-height ease-in-out 300ms;
  -moz-transition: max-height ease-in-out 300ms;
  transition: max-height ease-in-out 300ms;
}

.event-list--active .event-list__expanded {
  max-height: 2000px;
}

.event-list__expanded > p {
  margin-top: 0;
}

.event-list__bar {
  display: table;
  background: #6982a7;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  font-size: 0.75rem;
}

.maritime_journal .event-list__bar {
  background-color: #6982a7 ;
}

.boating_business .event-list__bar {
  background-color: #00A3E0 ;
}

.greenport .event-list__bar {
  background-color: #719949 ;
}

.port_strategy .event-list__bar {
  background-color: #A6192E ;
}

.the_motorship .event-list__bar {
  background-color: #000 ;
}

.world_fishing .event-list__bar {
  background-color: #003DA5 ;
}

.seawork .event-list__bar {
  background-color: #1c427e ;
}

.offshore .event-list__bar {
  background-color: #003A78 ;
}

.icefish .event-list__bar {
  background-color: #1c427e ;
}

.details-listing > ul {
  width: 100%;
  margin: 0.9375rem 0 0 0;
  padding: 0;
}

.details-listing > ul:first-of-type {
  margin: 0;
}

.details-listing > ul li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

.details-listing > ul li:last-of-type {
  margin: 0;
}

.details-listing > ul li span {
  font-weight: normal;
}

.event-key {
  display: table-cell;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0.625rem 0.5rem;
}

.event-key.event-expand {
  background: #44415e;
  color: #ffffff;
  margin-right: 0.9375rem;
  padding-right: 0.3125rem;
  position: relative;
}

.maritime_journal .event-key.event-expand {
  background-color: #44415e ;
}

.boating_business .event-key.event-expand {
  background-color: #44415e ;
}

.greenport .event-key.event-expand {
  background-color: #283618 ;
}

.port_strategy .event-key.event-expand {
  background-color: #4F000B ;
}

.the_motorship .event-key.event-expand {
  background-color: #6E7E85 ;
}

.world_fishing .event-key.event-expand {
  background-color: #000 ;
}

.seawork .event-key.event-expand {
  background-color: #6982a7 ;
}

.offshore .event-key.event-expand {
  background-color: #007AC2 ;
}

.icefish .event-key.event-expand {
  background-color: #6982a7 ;
}

.event-key.event-expand:focus {
  outline: none;
}

.event-key.event-expand:before {
  height: 0;
  width: 0;
  content: ' ';
  border-style: solid;
  border-width: 25px 25px 25px 25px;
  border-color: transparent transparent transparent #44415e;
  position: absolute;
  right: -25px;
  border-width: 22px 13px;
  top: 0;
}

.maritime_journal .event-key.event-expand:before {
  border-left-color: #44415e ;
}

.boating_business .event-key.event-expand:before {
  border-left-color: #44415e ;
}

.greenport .event-key.event-expand:before {
  border-left-color: #283618 ;
}

.port_strategy .event-key.event-expand:before {
  border-left-color: #4F000B ;
}

.the_motorship .event-key.event-expand:before {
  border-left-color: #6E7E85 ;
}

.world_fishing .event-key.event-expand:before {
  border-left-color: #000 ;
}

.seawork .event-key.event-expand:before {
  border-left-color: #6982a7 ;
}

.offshore .event-key.event-expand:before {
  border-left-color: #007AC2 ;
}

.icefish .event-key.event-expand:before {
  border-left-color: #6982a7 ;
}

.event-key .svg-icon {
  fill: #ffffff;
  width: 27px;
  height: 27px;
}

.event-key span {
  padding-left: 0.3125rem;
}

.infinite-more-link {
  visibility: hidden;
}

/* Module: S */
/*---------- CARDS LAYOUT ----------*/
.cards,
.cards > * {
  max-width: 100%;
}

.cards {
  width: 100%;
  min-width: 0%;
  list-style: none;
  margin: 1.25rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: stretch;
  -moz-box-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards__item {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  padding: 0;
  margin-bottom: 1.25rem;
  display: inline-block;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  vertical-align: middle;
}

.cards__item > .cards__item-box {
  border: 2px solid #eee;
  padding: 10px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.cards__item > .cards__item-box:hover {
  text-decoration: none;
}

.cards__item > .cards__item-box p {
  color: #606060;
}

.cards__item .card__heading {
  margin-top: 2rem;
}

.cards__item-box-content {
  width: 100%;
}

.cards .card__image img {
  height: auto;
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

@media (min-width: 500px) {
  .cards__item {
    width: 50%;
    max-width: 50%;
  }
  .flexbox .cards__item {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .no-js .cards__item,
  .no-flexbox .cards__item {
    display: table-cell;
    vertical-align: top;
  }
  .cards__item > .cards__item-box {
    margin-right: 1.25rem;
  }
  .cards__item:nth-child(even) > .cards__item-box {
    margin-right: 0;
  }
}

.card {
  background-color: #fff;
  border: 2px solid #eee;
  display: inline-block;
  /* set this for IE10 */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexbox .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__image {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.no-flexbox .card__image {
  display: table;
  padding: 20px;
  vertical-align: middle;
}

.flexbox .card__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.no-flexbox .card__image img {
  display: table-cell;
}

.card__content {
  display: block;
  max-width: 100%;
  flex-shrink: 1;
}

.card__heading {
  padding-bottom: 5px;
}

.card__heading + p {
  margin-top: 0;
}

/* Jobs template */
.premium-jobs-listing {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background: #ecf3fa;
  padding: 15px 0 0 15px;
  margin-bottom: 1.8125rem;
}

.maritime_journal .premium-jobs-listing {
  background-color: #ecf3fa ;
}

.boating_business .premium-jobs-listing {
  background-color: #D3DBF7 ;
}

.greenport .premium-jobs-listing {
  background-color: #DDEBE3 ;
}

.port_strategy .premium-jobs-listing {
  background-color: #EBD4CB ;
}

.the_motorship .premium-jobs-listing {
  background-color: #FCDCB9 ;
}

.world_fishing .premium-jobs-listing {
  background-color: #ecf3fa ;
}

.seawork .premium-jobs-listing {
  background-color: #1881dc ;
}

.offshore .premium-jobs-listing {
  background-color: #D3DBF7 ;
}

.icefish .premium-jobs-listing {
  background-color: #1881dc ;
}

.premium-jobs-listing li {
  display: flex;
  padding: 0.5em;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.premium-jobs-listing li .card {
  border: none;
  padding: 1em;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.premium-jobs-listing li .card__image::before {
  padding-top: 0;
}

.premium-jobs-listing li .card__heading {
  color: #448ccb;
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.maritime_journal .premium-jobs-listing li .card__heading {
  color: #448ccb ;
}

.boating_business .premium-jobs-listing li .card__heading {
  color: #003DA5 ;
}

.greenport .premium-jobs-listing li .card__heading {
  color: #388659 ;
}

.port_strategy .premium-jobs-listing li .card__heading {
  color: #A6192E ;
}

.the_motorship .premium-jobs-listing li .card__heading {
  color: #f4891e ;
}

.world_fishing .premium-jobs-listing li .card__heading {
  color: #003DA5 ;
}

.seawork .premium-jobs-listing li .card__heading {
  color: #448ccb ;
}

.offshore .premium-jobs-listing li .card__heading {
  color: #003A78 ;
}

.icefish .premium-jobs-listing li .card__heading {
  color: #448ccb ;
}

.premium-jobs-listing li .card__date {
  color: #999999;
  margin-top: 0;
}

.premium-jobs-listing li .card p {
  margin-top: .5em;
  margin-bottom: 0;
}

.premium-jobs-listing li .card p:not(.card__date) {
  color: #333333;
}

.premium-jobs-listing li .card img {
  display: block;
  width: 100%;
}

/* Module: S */
.filters {
  background-color: #ececec;
  padding: 1.125rem 0.625rem 1.5625rem;
  margin-bottom: 1.875rem;
  height: 7.1875rem;
}

.filters__label {
  width: 100%;
  margin-bottom: 0.875rem;
  display: inline-block;
  color: #44415e;
}

.maritime_journal .filters__label {
  color: #44415e ;
}

.boating_business .filters__label {
  color: #44415e ;
}

.greenport .filters__label {
  color: #283618 ;
}

.port_strategy .filters__label {
  color: #4F000B ;
}

.the_motorship .filters__label {
  color: #6E7E85 ;
}

.world_fishing .filters__label {
  color: #000 ;
}

.seawork .filters__label {
  color: #6982a7 ;
}

.offshore .filters__label {
  color: #007AC2 ;
}

.icefish .filters__label {
  color: #6982a7 ;
}

.filters__select,
.filters .selectric-filters__select {
  float: left;
  margin-left: 0.625rem;
}

.filters__select:first-of-type,
.filters .selectric-filters__select:first-of-type {
  margin-left: 0;
}

.filters__input {
  max-width: 25rem;
  padding: 0 1.25rem;
  float: left;
}

.global-search-form {
  background-color: #6982a7;
  padding: 1.25rem 0.75rem 1.4375rem;
  text-align: center;
  margin-bottom: 1.875rem;
}

.maritime_journal .global-search-form {
  background-color: #6982a7 ;
}

.boating_business .global-search-form {
  background-color: #00A3E0 ;
}

.greenport .global-search-form {
  background-color: #719949 ;
}

.port_strategy .global-search-form {
  background-color: #A6192E ;
}

.the_motorship .global-search-form {
  background-color: #000 ;
}

.world_fishing .global-search-form {
  background-color: #003DA5 ;
}

.seawork .global-search-form {
  background-color: #1c427e ;
}

.offshore .global-search-form {
  background-color: #003A78 ;
}

.icefish .global-search-form {
  background-color: #1c427e ;
}

.global-search-form__input-wrapper {
  height: 30px;
  margin-bottom: 1.875rem;
}

.global-search-form__filters-wrapper {
  display: none;
}

.global-search-form__filters-wrapper.is-active {
  display: block;
}

.global-search-form__label {
  color: #fff;
  display: inline-block;
  font-size: 0.79312rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.global-search-form__input[type='text'] {
  float: left;
  height: 30px;
  width: calc(100% - 72px);
  padding: 0 0.5625rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.twitter-typeahead .global-search-form__input[type='text'] {
  width: 100%;
}

.global-search-form__btn {
  float: left;
  padding: 0.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.global-search-form .twitter-typeahead {
  display: inline-block !important;
  width: calc(100% - 79px);
  float: left;
}

.job-search .filters {
  background-color: #6982a7;
  height: auto;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.maritime_journal .job-search .filters {
  background-color: #6982a7 ;
}

.boating_business .job-search .filters {
  background-color: #00A3E0 ;
}

.greenport .job-search .filters {
  background-color: #719949 ;
}

.port_strategy .job-search .filters {
  background-color: #A6192E ;
}

.the_motorship .job-search .filters {
  background-color: #000 ;
}

.world_fishing .job-search .filters {
  background-color: #003DA5 ;
}

.seawork .job-search .filters {
  background-color: #1c427e ;
}

.offshore .job-search .filters {
  background-color: #003A78 ;
}

.icefish .job-search .filters {
  background-color: #1c427e ;
}

.job-search__select,
.job-search .selectric-filters__select {
  margin-left: 0;
}

.filter-links {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0.625rem;
}

.filter-links.show-some > .filter-links__items:nth-child(n+7) {
  display: none;
}

.filter-links__link {
  padding: 0.5rem 0.75rem 0.5rem 0;
  display: inline-block;
  text-transform: capitalize;
}

.filter-links__link.is-active, .filter-links__link:hover {
  font-weight: bold;
}

.filter-links__show-more {
  padding: 1.25rem 0.75rem 0.75rem 0.625rem;
  color: #448ccb;
}

.maritime_journal .filter-links__show-more {
  color: #448ccb ;
}

.boating_business .filter-links__show-more {
  color: #003DA5 ;
}

.greenport .filter-links__show-more {
  color: #388659 ;
}

.port_strategy .filter-links__show-more {
  color: #A6192E ;
}

.the_motorship .filter-links__show-more {
  color: #f4891e ;
}

.world_fishing .filter-links__show-more {
  color: #003DA5 ;
}

.seawork .filter-links__show-more {
  color: #448ccb ;
}

.offshore .filter-links__show-more {
  color: #003A78 ;
}

.icefish .filter-links__show-more {
  color: #448ccb ;
}

.filter-links__show-more:hover {
  font-weight: bold;
}

.filter-links__mobile {
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.filter-links__mobile.is-active {
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  max-height: 2000px;
}

.js-sticky-filter.stuck {
  position: fixed;
  width: inherit;
  z-index: 1;
}

.filter-az {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ececec;
  display: inline-block;
  text-align: center;
  font-size: 1.02rem;
}

.filter-az__item {
  display: inline-block;
  margin: 4px;
}

.filter-az__item--selected {
  font-weight: bold;
  text-decoration: underline;
}

.maritime_journal .filter-az__item--selected {
  color: #6982a7 ;
}

.boating_business .filter-az__item--selected {
  color: #00A3E0 ;
}

.greenport .filter-az__item--selected {
  color: #719949 ;
}

.port_strategy .filter-az__item--selected {
  color: #A6192E ;
}

.the_motorship .filter-az__item--selected {
  color: #000 ;
}

.world_fishing .filter-az__item--selected {
  color: #003DA5 ;
}

.seawork .filter-az__item--selected {
  color: #1c427e ;
}

.offshore .filter-az__item--selected {
  color: #003A78 ;
}

.icefish .filter-az__item--selected {
  color: #1c427e ;
}

.filter-az .filter-links__link {
  padding: 0;
}

/* Module: S */
.footer {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__container {
  padding: 1.875rem 0.5rem 0.75rem;
}

.footer__privacy-links {
  text-align: center;
  font-size: 0.79312rem;
  padding-top: 1.125rem;
}

.footer__logo {
  border-bottom: #999999 1px solid;
  border-top: #999999 1px solid;
  padding: 1.5625rem 0;
  margin-top: 1.5625rem;
  text-align: center;
}

.footer__logo img {
  width: 20rem;
  height: auto;
}

.footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0.9375rem;
}

.footer__links-item {
  margin-bottom: 0.9375rem;
  display: block;
}

/* Module: S */
.contact-form {
  border-top: 2px solid #ececec;
  padding: 1.25rem 0;
}

.contact-form label,
.contact-form .sq-form-required-field-note,
.contact-form legend {
  color: #448ccb;
  font-weight: bold;
}

.maritime_journal .contact-form label, .maritime_journal
.contact-form .sq-form-required-field-note, .maritime_journal
.contact-form legend {
  color: #448ccb ;
}

.boating_business .contact-form label, .boating_business
.contact-form .sq-form-required-field-note, .boating_business
.contact-form legend {
  color: #003DA5 ;
}

.greenport .contact-form label, .greenport
.contact-form .sq-form-required-field-note, .greenport
.contact-form legend {
  color: #388659 ;
}

.port_strategy .contact-form label, .port_strategy
.contact-form .sq-form-required-field-note, .port_strategy
.contact-form legend {
  color: #A6192E ;
}

.the_motorship .contact-form label, .the_motorship
.contact-form .sq-form-required-field-note, .the_motorship
.contact-form legend {
  color: #f4891e ;
}

.world_fishing .contact-form label, .world_fishing
.contact-form .sq-form-required-field-note, .world_fishing
.contact-form legend {
  color: #003DA5 ;
}

.seawork .contact-form label, .seawork
.contact-form .sq-form-required-field-note, .seawork
.contact-form legend {
  color: #448ccb ;
}

.offshore .contact-form label, .offshore
.contact-form .sq-form-required-field-note, .offshore
.contact-form legend {
  color: #003A78 ;
}

.icefish .contact-form label, .icefish
.contact-form .sq-form-required-field-note, .icefish
.contact-form legend {
  color: #448ccb ;
}

.contact-form legend {
  margin-top: 1.5rem;
}

.contact-information {
  padding: 0.625rem 0 0.9375rem 0;
  margin: 0 0 1.25rem 0;
  border-bottom: 2px solid #ececec;
}

/* Module: S */
.intro-item {
  padding: 0 0.625rem 1.875rem;
  border-bottom: 2px solid #ececec;
}

.intro-item--thin {
  padding-bottom: 1.25rem;
}

.intro-item__text {
  margin: 0;
}

.intro-item--thin .intro-item__text {
  font-weight: 300;
}

.intro-item__title {
  padding-top: 1.875rem;
}

.intro-item--thin .intro-item__title {
  padding: 1.25rem 0 0.3125rem;
}

.intro-items__view-more {
  text-align: center;
  font-weight: bold;
  padding: 1.375rem 0 1.125rem;
  border-bottom: 2px solid #ececec;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

.intro-items__view-more .svg-icon {
  fill: #448ccb;
  height: 0.75rem;
  width: 1.5rem;
  margin-left: 0.3125rem;
}

.maritime_journal .intro-items__view-more .svg-icon {
  fill: #448ccb ;
}

.boating_business .intro-items__view-more .svg-icon {
  fill: #003DA5 ;
}

.greenport .intro-items__view-more .svg-icon {
  fill: #388659 ;
}

.port_strategy .intro-items__view-more .svg-icon {
  fill: #A6192E ;
}

.the_motorship .intro-items__view-more .svg-icon {
  fill: #f4891e ;
}

.world_fishing .intro-items__view-more .svg-icon {
  fill: #003DA5 ;
}

.seawork .intro-items__view-more .svg-icon {
  fill: #448ccb ;
}

.offshore .intro-items__view-more .svg-icon {
  fill: #003A78 ;
}

.icefish .intro-items__view-more .svg-icon {
  fill: #448ccb ;
}

.description {
  border: 1px solid #c0c0c0;
  padding: 2.5rem;
  background: #F1F2F6;
  margin-bottom: 1.875rem;
}

/* Module: S */
.top-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.top-wrapper > .container-fluid {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.top-wrapper .top-links {
  -webkit-box-order: 2;
  -moz-box-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}

.header {
  padding: 3.4375rem 1.5625rem 2.5625rem 0.625rem;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.header__logo {
  margin: 0;
  width: 55%;
  max-width: 12.5rem;
  padding: 0;
}

.header__logo .logo-lg {
  display: none;
}

.header__logo img {
  width: 100%;
}

.conference-events .header__logo {
  width: 80%;
  max-width: 31.25rem;
}

.header__right-wrapper {
  float: right;
}

.header__toggle-nav-btn {
  width: 1.5625rem;
  margin-left: 2.1875rem;
}

.header__toggle-nav-btn-bar {
  height: 3px;
  background-color: #c0c0c0;
  margin-top: 0.3125rem;
}

.header__toggle-nav-btn-bar:first-child {
  margin-top: 0;
}

.header .social-icons {
  display: none;
}

.search-form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 2.25rem 0.75rem 2.25rem;
  height: 100%;
}

.search-form.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.search-form input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  width: 100%;
  height: 3.1875rem;
  padding: 0 2.25rem 0 1.0625rem;
  line-height: 2.5rem;
}

.search-form__button {
  height: 1.3125rem;
  width: 1.3125rem;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

.search-form__button .svg-icon {
  fill: #c0c0c0;
}

.search-form .search-form__button {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.65625rem;
}

.search-form .twitter-typeahead {
  width: 100%;
}

.desktop-sticky-header.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1041;
}

.desktop-sticky-header.stuck .header {
  padding-top: 0.9375rem;
  padding-bottom: 0;
}

.desktop-sticky-header.stuck .header__logo {
  height: 65px;
}

.takeover-top-banner {
  width: 100%;
  text-align: center;
}

.takeover-top-banner img {
  height: auto;
}

.takeover-top-banner .ad-banner-takeover:empty {
  display: none;
}

.conference-events .stuck .header__logo img {
  max-height: 90%;
  width: auto;
  max-width: 1000px;
}

/* Module: S */
.hero-contact {
  margin-bottom: 1.25rem;
}

.hero-contact__img {
  padding-bottom: 25.52941%;
}

.directory .hero-contact__img {
  border: 1px solid #c0c0c0;
  border-bottom: none;
}

.hero-contact__img img {
  width: 100%;
}

.hero-contact__info {
  border: 1px solid #c0c0c0;
  border-top: none;
}

.hero-contact__caption {
  border-bottom: 1px solid #c0c0c0;
  padding: 1.25rem 0;
  display: inline-block;
  color: #999999;
}

.hero-contact .social-icons {
  overflow: hidden;
  padding: 1.5625rem 10%;
  margin: 2.25rem 0 2.875rem;
}

.hero-contact .social-icons__link {
  width: 100%;
  height: 3.625rem;
}

.hero-contact .social-icons li {
  padding: 0 2%;
  width: 20%;
}

.jobs-details .hero-contact {
  border: 1px solid #c0c0c0;
}

.directory .banner-image {
  display: none;
  padding-bottom: 25%;
  float: none;
  vertical-align: middle;
  text-align: center;
}

.directory .company-logo {
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.directory .company-logo img {
  width: 300px;
  margin-top: 1em;
}

.directory .no-banner-image {
  text-align: left;
}

.directory .clearfix {
  display: table;
  width: 100%;
}

.directory .hero-contact__img {
  padding: 0;
}

.contact-details {
  list-style: none;
  padding: 1.25rem 2.5rem;
  margin: 0 0 1.25rem 0;
}

.directory-page .contact-details {
  border: 1px solid #c0c0c0;
}

.contact-details > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0.625rem 0;
}

.jobs-details .contact-details > li .icon-item span {
  padding-left: 0;
}

.contact-details .location {
  padding-left: 2.5rem;
}

.contact-details .location span {
  padding-left: 0;
}

.contact-details .location span:after {
  content: ",";
}

.contact-details .location span:last-child:after {
  content: "";
}

/* Module: S */
.hero {
  position: relative;
}

.hero .media-wrapper:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hero-copy {
  padding: 1rem;
}

.hero__title {
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 1.25rem;
  left: 1.25rem;
  border-bottom: 5px solid #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.3125rem;
  font-size: 2rem;
  line-height: 1.2;
  display: none;
}

.maritime_journal .hero__title,
.world_fishing .hero__title,
.boating_business .hero__title,
.greenport .hero__title,
.port_strategy .hero__title,
.the_motorship .hero__title,
.seawork .hero__title,
.offshore .hero__title,
.icefish .hero__title {
  color: #fff;
}

.hero__title--mobile {
  max-width: 90%;
  display: block;
  margin-bottom: 0.625rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.hero__custom-title-wrapper .hero__title {
  display: block;
  margin-bottom: 0.625rem;
  max-width: 90%;
  position: static;
}

.hero__published {
  margin-top: 1.25rem;
  text-transform: uppercase;
}

.hero__custom-title-wrapper .hero__published {
  margin-top: 0.3125rem;
}

.hero__custom-title-wrapper {
  position: absolute;
  z-index: 3;
  left: 5%;
  bottom: 5%;
  color: #fff;
  width: 90%;
}

.hero-wrapper {
  position: relative;
}

/* Module: S */
.icon-item {
  display: table-cell;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.625rem 0;
  position: relative;
}

.icon-item .svg-icon {
  fill: #999999;
  width: 1.875rem;
  height: 1.875rem;
  top: -4px;
  position: absolute;
  left: 0;
}

.icon-item span {
  padding-left: 2.5rem;
  max-width: 100%;
  word-wrap: break-word;
  color: #333333;
}

.icon-item span span {
  padding-left: 0;
}

.icon-item .show-button {
  display: block;
}

.icon-item .show-button:hover {
  font-weight: bold;
}

/* Module: S */
.key-container {
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  font-size: 0.85rem;
}

.key-container.dark-blue {
  background: #6982a7;
  color: #ffffff;
}

.maritime_journal .key-container.dark-blue {
  background-color: #6982a7 ;
}

.boating_business .key-container.dark-blue {
  background-color: #00A3E0 ;
}

.greenport .key-container.dark-blue {
  background-color: #719949 ;
}

.port_strategy .key-container.dark-blue {
  background-color: #A6192E ;
}

.the_motorship .key-container.dark-blue {
  background-color: #000 ;
}

.world_fishing .key-container.dark-blue {
  background-color: #003DA5 ;
}

.seawork .key-container.dark-blue {
  background-color: #1c427e ;
}

.offshore .key-container.dark-blue {
  background-color: #003A78 ;
}

.icefish .key-container.dark-blue {
  background-color: #1c427e ;
}

.key-container.dark-grey {
  background: #ffffff;
  border: 1px solid #ececec;
  color: #999999;
}

.key-text {
  display: table-cell;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0.625rem 0.5rem;
}

.key-text.key-expand {
  margin-right: 0.9375rem;
  padding-right: 0.3125rem;
  position: relative;
}

.key-text.key-expand:before {
  top: 0;
}

.dark-grey .key-text.key-expand:before {
  height: 0;
  width: 0;
  content: ' ';
  border-style: solid;
  border-width: 25px 25px 25px 25px;
  border-color: transparent transparent transparent #999999;
  position: absolute;
  right: -25px;
  border-width: 22px 13px;
}

.dark-blue .key-text.key-expand:before {
  height: 0;
  width: 0;
  content: ' ';
  border-style: solid;
  border-width: 25px 25px 25px 25px;
  border-color: transparent transparent transparent #44415e;
  position: absolute;
  right: -25px;
  border-width: 22px 13px;
  position: absolute;
  right: -25px;
  border-width: 22px 13px;
}

.maritime_journal .dark-blue .key-text.key-expand:before {
  border-left-color: #44415e ;
}

.boating_business .dark-blue .key-text.key-expand:before {
  border-left-color: #44415e ;
}

.greenport .dark-blue .key-text.key-expand:before {
  border-left-color: #283618 ;
}

.port_strategy .dark-blue .key-text.key-expand:before {
  border-left-color: #4F000B ;
}

.the_motorship .dark-blue .key-text.key-expand:before {
  border-left-color: #6E7E85 ;
}

.world_fishing .dark-blue .key-text.key-expand:before {
  border-left-color: #000 ;
}

.seawork .dark-blue .key-text.key-expand:before {
  border-left-color: #6982a7 ;
}

.offshore .dark-blue .key-text.key-expand:before {
  border-left-color: #007AC2 ;
}

.icefish .dark-blue .key-text.key-expand:before {
  border-left-color: #6982a7 ;
}

.dark-blue .key-text.key-expand {
  background: #44415e;
  color: #ffffff;
}

.maritime_journal .dark-blue .key-text.key-expand {
  background-color: #44415e ;
}

.boating_business .dark-blue .key-text.key-expand {
  background-color: #44415e ;
}

.greenport .dark-blue .key-text.key-expand {
  background-color: #283618 ;
}

.port_strategy .dark-blue .key-text.key-expand {
  background-color: #4F000B ;
}

.the_motorship .dark-blue .key-text.key-expand {
  background-color: #6E7E85 ;
}

.world_fishing .dark-blue .key-text.key-expand {
  background-color: #000 ;
}

.seawork .dark-blue .key-text.key-expand {
  background-color: #6982a7 ;
}

.offshore .dark-blue .key-text.key-expand {
  background-color: #007AC2 ;
}

.icefish .dark-blue .key-text.key-expand {
  background-color: #6982a7 ;
}

.dark-grey .key-text.key-expand {
  background: #999999;
  color: #ffffff;
}

.key-text .svg-icon {
  width: 27px;
  height: 27px;
}

.dark-blue .key-text .svg-icon {
  fill: #ffffff;
}

.dark-grey .key-text .svg-icon {
  fill: #999999;
}

.key-text span {
  padding-left: 0.3125rem;
}

/* Module: S */
.lhs-nav__item {
  border-bottom: 2px solid #ececec;
}

.lhs-nav__item:first-child {
  border-top: 2px solid #ececec;
}

.lhs-nav__item--active {
  font-weight: bold;
}

.lhs-nav__title {
  color: #6982a7;
  display: block;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 1.25rem 1.875rem 1.25rem 0;
  position: relative;
  width: 100%;
  text-align: left;
}

.maritime_journal .lhs-nav__title {
  color: #6982a7 ;
}

.boating_business .lhs-nav__title {
  color: #00A3E0 ;
}

.greenport .lhs-nav__title {
  color: #719949 ;
}

.port_strategy .lhs-nav__title {
  color: #A6192E ;
}

.the_motorship .lhs-nav__title {
  color: #000 ;
}

.world_fishing .lhs-nav__title {
  color: #003DA5 ;
}

.seawork .lhs-nav__title {
  color: #1c427e ;
}

.offshore .lhs-nav__title {
  color: #003A78 ;
}

.icefish .lhs-nav__title {
  color: #1c427e ;
}

/* Module: S */
.results__informations span {
  display: block;
}

/* Module: S */
.mfp-gallery .mfp-image-holder .mfp-content,
.mfp-gallery .mfp-iframe-holder .mfp-content {
  padding: 0 1.875rem;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-content,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-content {
  background: none;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-close,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-close {
  top: -2.1875rem;
  right: 1.5625rem;
}

.mfp-gallery .mfp-image-holder .mfp-content img.mfp-img,
.mfp-gallery .mfp-iframe-holder .mfp-content img.mfp-img {
  padding: 0;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-figure:after,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-figure:after {
  display: none;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-figure figure,
.mfp-gallery .mfp-image-holder .mfp-content .mfp-iframe-container,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-figure figure,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-iframe-container {
  padding: 1.25rem 1.25rem 0;
  background-color: #fff;
  position: relative;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-bottom-bar,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-bottom-bar {
  margin-top: 0;
  padding: 1.25rem 1.25rem 2.5rem;
  background-color: #fff;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-title,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #999999;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-counter,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-counter {
  top: initial;
  top: calc(100% + 5px);
  width: 100%;
  text-align: center;
  line-height: .8;
  white-space: normal;
}

.mfp-gallery .mfp-image-holder .mfp-content .mfp-iframe-scaler,
.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
  position: relative;
}

.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-bottom-bar {
  padding: 1.875rem 1.25rem 1.5625rem;
}

.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #1881dc;
  font-size: 1.5rem;
}

.maritime_journal .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #1881dc ;
}

.boating_business .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #003DA5 ;
}

.greenport .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #388659 ;
}

.port_strategy .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #A6192E ;
}

.the_motorship .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #000 ;
}

.world_fishing .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #1881dc ;
}

.seawork .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #448ccb ;
}

.offshore .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #003A78 ;
}

.icefish .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-title {
  color: #448ccb ;
}

.mfp-gallery .mfp-iframe-holder .mfp-content .mfp-close {
  right: -0.375rem;
}

.mfp-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
}

.mfp-nav-item {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 1.0625rem;
  width: 1.0625rem;
  margin: 0 0.3125rem 5px;
  background-color: #999999;
}

.mfp-nav-item.is-active {
  background-color: #fff;
}

.mfp-arrow--custom.mfp-arrow {
  fill: #999999;
  height: 2.125rem;
  width: 1.0625rem;
  margin-top: 0;
}

.mfp-arrow--custom.mfp-arrow::before, .mfp-arrow--custom.mfp-arrow::after {
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
}

.mfp-arrow--custom.mfp-arrow-right {
  right: 0.625rem;
}

.mfp-arrow--custom.mfp-arrow-left {
  left: 0.625rem;
}

/* Module: S */
.main-nav {
  position: relative;
  z-index: 2;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.main-nav a:hover {
  text-decoration: underline;
}

.main-nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: max-height 0.7s ease-in-out;
  -moz-transition: max-height 0.7s ease-in-out;
  transition: max-height 0.7s ease-in-out;
  width: 100%;
  background-color: #fff;
}

.is-active .main-nav__items {
  display: block;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  color: #606060;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95188rem;
  padding: 0.875rem 4.25rem 0.625rem 1.25rem;
  border-bottom: 1px solid #d6d7de;
  display: block;
}

.maritime_journal .main-nav__link,
.world_fishing .main-nav__link,
.boating_business .main-nav__link,
.greenport .main-nav__link,
.port_strategy .main-nav__link,
.the_motorship .main-nav__link,
.seawork .main-nav__link,
.offshore .main-nav__link,
.icefish .main-nav__link {
  color: #606060;
}

.main-nav__expand-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 2.8125rem;
  padding: 1.3125rem 0 0.8125rem;
}

.main-nav__expand-button .svg-icon {
  fill: #d6d7de;
  height: 0.5rem;
  width: 1.4375rem;
  position: absolute;
  top: 0.0625rem;
  right: 1.1875rem;
}

.main-nav__expand-button-icon-wrapper {
  height: 0.625rem;
  padding: 0.0625rem 0;
  border-left: 0.0625rem solid #ececec;
  position: relative;
  width: 3.875rem;
}

.main-nav__submenu {
  z-index: 10;
  max-height: 0;
  background-color: #448ccb;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.maritime_journal .main-nav__submenu {
  background-color: #448ccb ;
}

.boating_business .main-nav__submenu {
  background-color: #003DA5 ;
}

.greenport .main-nav__submenu {
  background-color: #388659 ;
}

.port_strategy .main-nav__submenu {
  background-color: #A6192E ;
}

.the_motorship .main-nav__submenu {
  background-color: #f4891e ;
}

.world_fishing .main-nav__submenu {
  background-color: #003DA5 ;
}

.seawork .main-nav__submenu {
  background-color: #448ccb ;
}

.offshore .main-nav__submenu {
  background-color: #003A78 ;
}

.icefish .main-nav__submenu {
  background-color: #448ccb ;
}

.main-nav__submenu.is-active {
  max-height: 5000px;
}

.main-nav__submenu a {
  color: #fff;
}

.main-nav__submenu-col-wrapper {
  position: relative;
}

.main-nav__submenu-col {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__submenu-item {
  position: relative;
  overflow: hidden;
}

.main-nav__submenu-item .main-nav__expand-button {
  padding: 0.6875rem 0;
  height: 2.0625rem;
}

.main-nav__submenu-item .main-nav__expand-button .svg-icon {
  fill: #fff;
}

.main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #7cafdb;
}

.maritime_journal .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #7cafdb ;
}

.boating_business .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #458CCC ;
}

.greenport .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #283618 ;
}

.port_strategy .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #4F000B ;
}

.the_motorship .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #FCDCB9 ;
}

.world_fishing .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #458CCC ;
}

.seawork .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #7cafdb ;
}

.offshore .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #007AC2 ;
}

.icefish .main-nav__submenu-item .main-nav__expand-button-icon-wrapper {
  border-left-color: #7cafdb ;
}

.main-nav__submenu-level1-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95188rem;
  border-bottom: 1px solid #7cafdb;
  padding: 0.5rem 4.25rem 0.25rem 1.25rem;
}

.maritime_journal .main-nav__submenu-level1-link {
  border-bottom-color: #7cafdb ;
}

.boating_business .main-nav__submenu-level1-link {
  border-bottom-color: #458CCC ;
}

.greenport .main-nav__submenu-level1-link {
  border-bottom-color: #283618 ;
}

.port_strategy .main-nav__submenu-level1-link {
  border-bottom-color: #4F000B ;
}

.the_motorship .main-nav__submenu-level1-link {
  border-bottom-color: #FCDCB9 ;
}

.world_fishing .main-nav__submenu-level1-link {
  border-bottom-color: #458CCC ;
}

.seawork .main-nav__submenu-level1-link {
  border-bottom-color: #7cafdb ;
}

.offshore .main-nav__submenu-level1-link {
  border-bottom-color: #007AC2 ;
}

.icefish .main-nav__submenu-level1-link {
  border-bottom-color: #7cafdb ;
}

.main-nav__submenu-level2 {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.main-nav__submenu-level2.is-active {
  max-height: 5000px;
  padding: 0.625rem 0;
  border-bottom: 1px solid #7cafdb;
}

.maritime_journal .main-nav__submenu-level2.is-active {
  border-bottom-color: #7cafdb ;
}

.boating_business .main-nav__submenu-level2.is-active {
  border-bottom-color: #458CCC ;
}

.greenport .main-nav__submenu-level2.is-active {
  border-bottom-color: #283618 ;
}

.port_strategy .main-nav__submenu-level2.is-active {
  border-bottom-color: #4F000B ;
}

.the_motorship .main-nav__submenu-level2.is-active {
  border-bottom-color: #FCDCB9 ;
}

.world_fishing .main-nav__submenu-level2.is-active {
  border-bottom-color: #458CCC ;
}

.seawork .main-nav__submenu-level2.is-active {
  border-bottom-color: #7cafdb ;
}

.offshore .main-nav__submenu-level2.is-active {
  border-bottom-color: #007AC2 ;
}

.icefish .main-nav__submenu-level2.is-active {
  border-bottom-color: #7cafdb ;
}

.main-nav__submenu-level2-link {
  font-size: 0.79312rem;
  font-weight: 400;
  padding: 0.6875rem 1.25rem;
}

.main-nav__ad {
  padding: 0.75rem 0 0.375rem;
  text-align: center;
}

/* Module: S */
.address-map {
  margin-bottom: 1.25rem;
  border: 1px solid #c0c0c0;
  overflow: hidden;
}

.address-map__map {
  width: 100%;
  padding-bottom: 56.19%;
  position: relative;
  height: 0;
}

.address-map__address {
  padding: 3.125rem 2.4% 1.875rem;
}

.address-map__address p {
  margin: 0;
}

/* Module: S */
#mktoForm_2513.mktoForm .mktoLabel {
  margin-right: 5px !important;
  width: calc(25% - 5px) !important;
  text-align: right;
}

#mktoForm_2513.mktoForm input[type="text"],
#mktoForm_2513.mktoForm input[type="email"],
#mktoForm_2513.mktoForm input[type="number"],
#mktoForm_2513.mktoForm input[type="date"],
#mktoForm_2513.mktoForm input[type="tel"],
#mktoForm_2513.mktoForm input[type="url"],
#mktoForm_2513.mktoForm textarea,
#mktoForm_2513.mktoForm select {
  width: 75% !important;
}

#mktoForm_2513.mktoForm .mktoRequiredField .mktoAsterix {
  display: inline;
  float: right !important;
}

#mktoForm_2513.mktoForm .mktoHtmlText.mktoHasWidth {
  width: calc(25% - 5px) !important;
  text-align: right;
}

#mktoForm_2513.mktoForm .mktoHtmlText.mktoHasWidth .mktoAsterix {
  float: right !important;
  margin-right: 5px;
}

.mktoForm {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #448ccb;
  width: 100% !important;
}

.maritime_journal .mktoForm {
  color: #448ccb ;
}

.boating_business .mktoForm {
  color: #003DA5 ;
}

.greenport .mktoForm {
  color: #388659 ;
}

.port_strategy .mktoForm {
  color: #A6192E ;
}

.the_motorship .mktoForm {
  color: #f4891e ;
}

.world_fishing .mktoForm {
  color: #003DA5 ;
}

.seawork .mktoForm {
  color: #448ccb ;
}

.offshore .mktoForm {
  color: #003A78 ;
}

.icefish .mktoForm {
  color: #448ccb ;
}

.mktoForm h1,
.mktoForm h2,
.mktoForm h3,
.mktoForm h4,
.mktoForm h5,
.mktoForm h6,
.mktoForm a,
.mktoForm p {
  padding-left: 0 !important;
}

.mktoForm .mktoFormRow {
  padding: 0 !important;
  float: left;
  width: 100%;
}

.mktoForm mktoClear {
  clear: both !important;
}

.mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: right !important;
}

.mktoForm .mktoButtonWrap {
  width: 100% !important;
  margin-left: 0 !important;
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoOffset {
  display: none !important;
}

.mktoForm .mktoLabel {
  line-height: inherit !important;
  font-weight: bold !important;
  width: 80% !important;
  float: left !important;
  margin-right: 0px !important;
  padding: 14px 0 0 0 !important;
}

.mktoForm .mktoAsterix {
  float: left !important;
  margin: -0.25em 2px -1em 0 !important;
  padding: 0 !important;
  font-size: 2em !important;
  font-weight: 400 !important;
}

.mktoForm .mktoError {
  bottom: -20px !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm input[type="url"],
.mktoForm textarea,
.mktoForm select {
  display: block !important;
  float: left !important;
  width: 80% !important;
  padding: 13px 16px !important;
  font-size: inherit !important;
  font-family: inherit !important;
  color: #606060 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #BBBBBB !important;
  border-radius: 4px !important;
  height: auto !important;
}

.mktoForm select {
  white-space: nowrap !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.mktoForm option {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  padding: 0px !important;
  margin: 13px 0 0 16px !important;
}

.mktoForm select[multiple="multiple"] option {
  margin: 13px 0 0 0px !important;
}

.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
  width: 20% !important;
  padding: 13px 0px !important;
}

.mktoForm input[type="checkbox"],
.mktoForm input[type="radio"] {
  box-sizing: border-box !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 4px 0 0 !important;
  margin-top: 1px\9  !important;
  line-height: normal !important;
}

.mktoForm .mktoRangeField {
  width: 80% !important;
  padding: 13px 16px !important;
  border: 1px solid #BBBBBB !important;
  border-radius: 4px !important;
}

.mktoForm input[type="range"] {
  width: 100% !important;
}

.mktoForm .mktoRangeValueText {
  background-image: none !important;
  background-color: #6982a7;
  border-color: #6982a7;
}

.maritime_journal .mktoForm .mktoRangeValueText {
  background-color: #6982a7 ;
}

.boating_business .mktoForm .mktoRangeValueText {
  background-color: #00A3E0 ;
}

.greenport .mktoForm .mktoRangeValueText {
  background-color: #719949 ;
}

.port_strategy .mktoForm .mktoRangeValueText {
  background-color: #A6192E ;
}

.the_motorship .mktoForm .mktoRangeValueText {
  background-color: #000 ;
}

.world_fishing .mktoForm .mktoRangeValueText {
  background-color: #003DA5 ;
}

.seawork .mktoForm .mktoRangeValueText {
  background-color: #1c427e ;
}

.offshore .mktoForm .mktoRangeValueText {
  background-color: #003A78 ;
}

.icefish .mktoForm .mktoRangeValueText {
  background-color: #1c427e ;
}

.maritime_journal .mktoForm .mktoRangeValueText {
  border-color: #6982a7 ;
}

.boating_business .mktoForm .mktoRangeValueText {
  border-color: #00A3E0 ;
}

.greenport .mktoForm .mktoRangeValueText {
  border-color: #719949 ;
}

.port_strategy .mktoForm .mktoRangeValueText {
  border-color: #A6192E ;
}

.the_motorship .mktoForm .mktoRangeValueText {
  border-color: #000 ;
}

.world_fishing .mktoForm .mktoRangeValueText {
  border-color: #003DA5 ;
}

.seawork .mktoForm .mktoRangeValueText {
  border-color: #1c427e ;
}

.offshore .mktoForm .mktoRangeValueText {
  border-color: #003A78 ;
}

.icefish .mktoForm .mktoRangeValueText {
  border-color: #1c427e ;
}

.mktoHtmlText {
  color: initial;
}

.mktoForm .mktoButton {
  background-image: none !important;
  background-color: #6982a7;
  border: none !important;
  color: #fff !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  padding: 13px 60px !important;
  font-weight: bold;
}

.maritime_journal .ad-block .mktoForm .mktoButton, .maritime_journal .amplify-block .mktoForm .mktoButton {
  background-color: #6982a7 !important;
}

.boating_business .ad-block .mktoForm .mktoButton, .boating_business .amplify-block .mktoForm .mktoButton {
  background-color: #00A3E0 !important;
}

.greenport .ad-block .mktoForm .mktoButton, .greenport .amplify-block .mktoForm .mktoButton {
  background-color: #719949 !important;
}

.port_strategy .ad-block .mktoForm .mktoButton, .port_strategy .amplify-block .mktoForm .mktoButton {
  background-color: #A6192E !important;
}

.the_motorship .ad-block .mktoForm .mktoButton, .the_motorship .amplify-block .mktoForm .mktoButton {
  background-color: #000 !important;
}

.world_fishing .ad-block .mktoForm .mktoButton, .world_fishing .amplify-block .mktoForm .mktoButton {
  background-color: #003DA5 !important;
}

.seawork .ad-block .mktoForm .mktoButton, .seawork .amplify-block .mktoForm .mktoButton {
  background-color: #1c427e !important;
}

.offshore .ad-block .mktoForm .mktoButton, .offshore .amplify-block .mktoForm .mktoButton {
  background-color: #003A78 !important;
}

.icefish .ad-block .mktoForm .mktoButton, .icefish .amplify-block .mktoForm .mktoButton {
  background-color: #1c427e !important;
}

@media only screen and (max-width: 990px) {
  .mktoForm input[type="text"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="url"],
  .mktoForm textarea,
  .mktoForm select,
  .mktoForm .mktoLabel,
  .mktoForm .mktoRangeField {
    width: 100% !important;
    max-width: unset !important;
  }
}

#mktoForm_2487,
.mktoForm.marketo--homepage-newsletter {
  padding: 18px 30px 8px 30px !important;
  border: 1px solid #d6d7de !important;
  background-color: #6982a7;
  text-align: center !important;
  margin-bottom: 1.875rem !important;
  float: left;
}

.maritime_journal #mktoForm_2487, .maritime_journal
.mktoForm.marketo--homepage-newsletter {
  background-color: #6982a7 ;
}

.boating_business #mktoForm_2487, .boating_business
.mktoForm.marketo--homepage-newsletter {
  background-color: #00A3E0 ;
}

.greenport #mktoForm_2487, .greenport
.mktoForm.marketo--homepage-newsletter {
  background-color: #719949 ;
}

.port_strategy #mktoForm_2487, .port_strategy
.mktoForm.marketo--homepage-newsletter {
  background-color: #777777 ;
}

.the_motorship #mktoForm_2487, .the_motorship
.mktoForm.marketo--homepage-newsletter {
  background-color: #000 ;
}

.world_fishing #mktoForm_2487, .world_fishing
.mktoForm.marketo--homepage-newsletter {
  background-color: #003DA5 ;
}

.seawork #mktoForm_2487, .seawork
.mktoForm.marketo--homepage-newsletter {
  background-color: #1c427e ;
}

.offshore #mktoForm_2487, .offshore
.mktoForm.marketo--homepage-newsletter {
  background-color: #003A78 ;
}

.icefish #mktoForm_2487, .icefish
.mktoForm.marketo--homepage-newsletter {
  background-color: #1c427e ;
}

#mktoForm_2487 label,
.mktoForm.marketo--homepage-newsletter label {
  color: #fff !important;
  float: left !important;
  width: 250px !important;
  text-align: right !important;
  margin-right: 30px !important;
  text-transform: uppercase !important;
}

#mktoForm_2487 .mktoAsterix,
.mktoForm.marketo--homepage-newsletter .mktoAsterix {
  display: none !important;
}

#mktoForm_2487 input[type="email"],
.mktoForm.marketo--homepage-newsletter input[type="email"] {
  border-radius: 0 !important;
  float: left !important;
  width: 310px !important;
}

#mktoForm_2487 .mktoFormRow,
.mktoForm.marketo--homepage-newsletter .mktoFormRow {
  float: left !important;
  width: auto !important;
  margin-left: calc((100% - 698px)/2) !important;
}

#mktoForm_2487 .mktoButtonRow,
.mktoForm.marketo--homepage-newsletter .mktoButtonRow {
  float: left !important;
  width: 108px !important;
  text-align: left !important;
  margin-right: calc((100% - 698px)/2) !important;
}

#mktoForm_2487 .mktoButtonWrap,
.mktoForm.marketo--homepage-newsletter .mktoButtonWrap {
  margin: 0 !important;
}

#mktoForm_2487 .mktoButton,
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-image: none !important;
  background-color: #44415e;
  border-color: #44415e;
  padding: 13px 11px !important;
}

.maritime_journal #mktoForm_2487 .mktoButton, .maritime_journal
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #44415e ;
}

.boating_business #mktoForm_2487 .mktoButton, .boating_business
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #44415e ;
}

.greenport #mktoForm_2487 .mktoButton, .greenport
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #283618 ;
}

.port_strategy #mktoForm_2487 .mktoButton, .port_strategy
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #4F000B ;
}

.the_motorship #mktoForm_2487 .mktoButton, .the_motorship
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #6E7E85 ;
}

.world_fishing #mktoForm_2487 .mktoButton, .world_fishing
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #000 ;
}

.seawork #mktoForm_2487 .mktoButton, .seawork
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #6982a7 ;
}

.offshore #mktoForm_2487 .mktoButton, .offshore
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #007AC2 ;
}

.icefish #mktoForm_2487 .mktoButton, .icefish
.mktoForm.marketo--homepage-newsletter .mktoButton {
  background-color: #6982a7 ;
}

.maritime_journal #mktoForm_2487 .mktoButton, .maritime_journal
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #44415e ;
}

.boating_business #mktoForm_2487 .mktoButton, .boating_business
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #44415e ;
}

.greenport #mktoForm_2487 .mktoButton, .greenport
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #283618 ;
}

.port_strategy #mktoForm_2487 .mktoButton, .port_strategy
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #4F000B ;
}

.the_motorship #mktoForm_2487 .mktoButton, .the_motorship
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #6E7E85 ;
}

.world_fishing #mktoForm_2487 .mktoButton, .world_fishing
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #000 ;
}

.seawork #mktoForm_2487 .mktoButton, .seawork
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #6982a7 ;
}

.offshore #mktoForm_2487 .mktoButton, .offshore
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #007AC2 ;
}

.icefish #mktoForm_2487 .mktoButton, .icefish
.mktoForm.marketo--homepage-newsletter .mktoButton {
  border-color: #6982a7 ;
}

@media only screen and (max-width: 767px) {
  #mktoForm_2487 label,
  .mktoForm.marketo--homepage-newsletter label {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
  #mktoForm_2487 input[type="email"],
  .mktoForm.marketo--homepage-newsletter input[type="email"] {
    width: 100% !important;
  }
  #mktoForm_2487 .mktoFormRow,
  .mktoForm.marketo--homepage-newsletter .mktoFormRow {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
  #mktoForm_2487 .mktoButtonRow,
  .mktoForm.marketo--homepage-newsletter .mktoButtonRow {
    width: 100% !important;
    text-align: center !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }
}

/* Module: S */
.sq-form {
  font-size: 1rem;
}

.sq-form input[type='text'],
.sq-form input[type='password'],
.sq-form input[type='email'],
.sq-form input[type='tel'],
.sq-form input[type='date'],
.sq-form select,
.sq-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fdfdfd;
  border: 0.125rem solid #d6d7de;
  border-radius: 5px;
  padding: 0.5rem 0.8125rem;
  width: 100%;
  font-size: 1rem;
}

.sq-form input[type='text']:focus,
.sq-form input[type='password']:focus,
.sq-form input[type='email']:focus,
.sq-form input[type='tel']:focus,
.sq-form input[type='date']:focus,
.sq-form select:focus,
.sq-form textarea:focus {
  border-color: #6982a7;
  outline: none;
}

.maritime_journal .sq-form input[type='text']:focus, .maritime_journal
.sq-form input[type='password']:focus, .maritime_journal
.sq-form input[type='email']:focus, .maritime_journal
.sq-form input[type='tel']:focus, .maritime_journal
.sq-form input[type='date']:focus, .maritime_journal
.sq-form select:focus, .maritime_journal
.sq-form textarea:focus {
  border-color: #6982a7 ;
}

.boating_business .sq-form input[type='text']:focus, .boating_business
.sq-form input[type='password']:focus, .boating_business
.sq-form input[type='email']:focus, .boating_business
.sq-form input[type='tel']:focus, .boating_business
.sq-form input[type='date']:focus, .boating_business
.sq-form select:focus, .boating_business
.sq-form textarea:focus {
  border-color: #00A3E0 ;
}

.greenport .sq-form input[type='text']:focus, .greenport
.sq-form input[type='password']:focus, .greenport
.sq-form input[type='email']:focus, .greenport
.sq-form input[type='tel']:focus, .greenport
.sq-form input[type='date']:focus, .greenport
.sq-form select:focus, .greenport
.sq-form textarea:focus {
  border-color: #719949 ;
}

.port_strategy .sq-form input[type='text']:focus, .port_strategy
.sq-form input[type='password']:focus, .port_strategy
.sq-form input[type='email']:focus, .port_strategy
.sq-form input[type='tel']:focus, .port_strategy
.sq-form input[type='date']:focus, .port_strategy
.sq-form select:focus, .port_strategy
.sq-form textarea:focus {
  border-color: #A6192E ;
}

.the_motorship .sq-form input[type='text']:focus, .the_motorship
.sq-form input[type='password']:focus, .the_motorship
.sq-form input[type='email']:focus, .the_motorship
.sq-form input[type='tel']:focus, .the_motorship
.sq-form input[type='date']:focus, .the_motorship
.sq-form select:focus, .the_motorship
.sq-form textarea:focus {
  border-color: #000 ;
}

.world_fishing .sq-form input[type='text']:focus, .world_fishing
.sq-form input[type='password']:focus, .world_fishing
.sq-form input[type='email']:focus, .world_fishing
.sq-form input[type='tel']:focus, .world_fishing
.sq-form input[type='date']:focus, .world_fishing
.sq-form select:focus, .world_fishing
.sq-form textarea:focus {
  border-color: #003DA5 ;
}

.seawork .sq-form input[type='text']:focus, .seawork
.sq-form input[type='password']:focus, .seawork
.sq-form input[type='email']:focus, .seawork
.sq-form input[type='tel']:focus, .seawork
.sq-form input[type='date']:focus, .seawork
.sq-form select:focus, .seawork
.sq-form textarea:focus {
  border-color: #1c427e ;
}

.offshore .sq-form input[type='text']:focus, .offshore
.sq-form input[type='password']:focus, .offshore
.sq-form input[type='email']:focus, .offshore
.sq-form input[type='tel']:focus, .offshore
.sq-form input[type='date']:focus, .offshore
.sq-form select:focus, .offshore
.sq-form textarea:focus {
  border-color: #003A78 ;
}

.icefish .sq-form input[type='text']:focus, .icefish
.sq-form input[type='password']:focus, .icefish
.sq-form input[type='email']:focus, .icefish
.sq-form input[type='tel']:focus, .icefish
.sq-form input[type='date']:focus, .icefish
.sq-form select:focus, .icefish
.sq-form textarea:focus {
  border-color: #1c427e ;
}

.sq-form input[type='text'].error-text,
.sq-form input[type='password'].error-text,
.sq-form input[type='email'].error-text,
.sq-form input[type='tel'].error-text,
.sq-form input[type='date'].error-text,
.sq-form select.error-text,
.sq-form textarea.error-text {
  border-color: #a94442;
}

.sq-form input[type='text']:disabled,
.sq-form input[type='password']:disabled,
.sq-form input[type='email']:disabled,
.sq-form input[type='tel']:disabled,
.sq-form input[type='date']:disabled,
.sq-form select:disabled,
.sq-form textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sq-form select {
  background: #fff url("../mysource_files/arrow_down.svg") calc(100% - .625rem) center no-repeat;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}

.sq-form select::-ms-expand {
  display: none;
}

.sq-form select.red-arrow {
  background: #fff url("../mysource_files/arrow_down_red.svg") calc(100% - .625rem) center no-repeat;
  background-size: 1.25rem;
}

.sq-form fieldset {
  border: 0;
  margin: 0;
  min-width: initial;
  padding: 0;
}

.sq-form-question {
  padding: .5em 0;
}

.sq-form-question-title,
.sq-form-question-answer label {
  color: #44415e;
  display: inline-block;
  font-size: 0.875rem;
  margin: .5em 0;
  font-size: 1rem;
}

.maritime_journal .sq-form-question-title, .maritime_journal
.sq-form-question-answer label {
  color: #44415e ;
}

.boating_business .sq-form-question-title, .boating_business
.sq-form-question-answer label {
  color: #44415e ;
}

.greenport .sq-form-question-title, .greenport
.sq-form-question-answer label {
  color: #283618 ;
}

.port_strategy .sq-form-question-title, .port_strategy
.sq-form-question-answer label {
  color: #4F000B ;
}

.the_motorship .sq-form-question-title, .the_motorship
.sq-form-question-answer label {
  color: #6E7E85 ;
}

.world_fishing .sq-form-question-title, .world_fishing
.sq-form-question-answer label {
  color: #000 ;
}

.seawork .sq-form-question-title, .seawork
.sq-form-question-answer label {
  color: #6982a7 ;
}

.offshore .sq-form-question-title, .offshore
.sq-form-question-answer label {
  color: #007AC2 ;
}

.icefish .sq-form-question-title, .icefish
.sq-form-question-answer label {
  color: #6982a7 ;
}

.sq-form-question-tickbox-list li,
.sq-form-question-option-list li {
  clear: left;
  display: block;
  padding: .5em 0;
}

.sq-form-question-answer li {
  line-height: inherit;
}

.sq-form-question-answer .selectric {
  border: 0.125rem solid #d6d7de;
  border-radius: 5px;
}

.sq-form-question-note {
  color: #44415e;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  margin-bottom: .5em;
}

.maritime_journal .sq-form-question-note {
  color: #44415e ;
}

.boating_business .sq-form-question-note {
  color: #44415e ;
}

.greenport .sq-form-question-note {
  color: #283618 ;
}

.port_strategy .sq-form-question-note {
  color: #4F000B ;
}

.the_motorship .sq-form-question-note {
  color: #6E7E85 ;
}

.world_fishing .sq-form-question-note {
  color: #000 ;
}

.seawork .sq-form-question-note {
  color: #6982a7 ;
}

.offshore .sq-form-question-note {
  color: #007AC2 ;
}

.icefish .sq-form-question-note {
  color: #6982a7 ;
}

.sq-form-question-datetime input[type='password'],
.sq-form-question-datetime input[type='text'],
.sq-form-question-datetime label,
.sq-form-question-datetime select {
  margin-bottom: .5em;
  margin-right: 0;
  width: calc(50% - 1em);
}

.sq-form-question-datetime label,
.sq-form-question-datetime input {
  font-weight: normal;
  margin-right: .5em;
}

abbr.sq-form-required-field {
  border: none;
  text-decoration: none;
}

div.sq-form-error,
p.sq-form-error {
  clear: left;
  color: #a94442;
  margin: 0.75rem 0;
}

.sq-form-question-error input,
.sq-form-question-error textarea,
textarea:invalid,
input:invalid {
  border-color: #a94442;
  color: #a94442;
}

.sq-form-question-error input:focus,
input:invalid:focus {
  border-color: #6982a7;
  color: #000;
}

.maritime_journal .sq-form-question-error input:focus, .maritime_journal
input:invalid:focus {
  border-color: #6982a7 ;
}

.boating_business .sq-form-question-error input:focus, .boating_business
input:invalid:focus {
  border-color: #00A3E0 ;
}

.greenport .sq-form-question-error input:focus, .greenport
input:invalid:focus {
  border-color: #719949 ;
}

.port_strategy .sq-form-question-error input:focus, .port_strategy
input:invalid:focus {
  border-color: #A6192E ;
}

.the_motorship .sq-form-question-error input:focus, .the_motorship
input:invalid:focus {
  border-color: #000 ;
}

.world_fishing .sq-form-question-error input:focus, .world_fishing
input:invalid:focus {
  border-color: #003DA5 ;
}

.seawork .sq-form-question-error input:focus, .seawork
input:invalid:focus {
  border-color: #1c427e ;
}

.offshore .sq-form-question-error input:focus, .offshore
input:invalid:focus {
  border-color: #003A78 ;
}

.icefish .sq-form-question-error input:focus, .icefish
input:invalid:focus {
  border-color: #1c427e ;
}

.sq-backend-table {
  margin-bottom: 1em;
}

.sq-backend-table-cell,
.sq-backend-table-header {
  color: #44415e;
  font-size: 0.875rem;
  padding: 0.5rem;
}

.maritime_journal .sq-backend-table-cell, .maritime_journal
.sq-backend-table-header {
  color: #44415e ;
}

.boating_business .sq-backend-table-cell, .boating_business
.sq-backend-table-header {
  color: #44415e ;
}

.greenport .sq-backend-table-cell, .greenport
.sq-backend-table-header {
  color: #283618 ;
}

.port_strategy .sq-backend-table-cell, .port_strategy
.sq-backend-table-header {
  color: #4F000B ;
}

.the_motorship .sq-backend-table-cell, .the_motorship
.sq-backend-table-header {
  color: #6E7E85 ;
}

.world_fishing .sq-backend-table-cell, .world_fishing
.sq-backend-table-header {
  color: #000 ;
}

.seawork .sq-backend-table-cell, .seawork
.sq-backend-table-header {
  color: #6982a7 ;
}

.offshore .sq-backend-table-cell, .offshore
.sq-backend-table-header {
  color: #007AC2 ;
}

.icefish .sq-backend-table-cell, .icefish
.sq-backend-table-header {
  color: #6982a7 ;
}

.sq-form-note {
  margin: 0.625rem 0 0 0;
}

.sq-form-captcha {
  text-align: right;
  padding: 0.625rem 0;
}

.errors,
.error-text,
.sq-form-errors {
  color: #a94442;
}

.errors {
  padding: 20px 15px;
  margin: 0 0 10px;
}

.errors:empty {
  padding: 0;
  margin: 0;
}

.sq-form ul > li {
  list-style: none;
}

.input-field--xxs {
  width: 10px;
  text-align: center;
  display: inline-block;
}

.input-field--xs {
  width: 20px;
  text-align: center;
  display: inline-block;
}

.input-field--s {
  width: 50px;
  text-align: center;
  display: inline-block;
}

.input-field--m {
  width: 60px;
  text-align: center;
  display: inline-block;
}

.input-field--l {
  width: 80px;
  text-align: center;
  display: inline-block;
}

.input-field--xl {
  width: 105px;
  text-align: center;
  display: inline-block;
}

.form-section {
  padding: 0 0 1.875rem 0;
}

.sq-form-radio-toggle ~ .sq-form-radio-toggle-target {
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}

.sq-form-radio-toggle:checked ~ .sq-form-radio-toggle-target {
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  max-height: 750px;
}

/* Module: S */
.media-gallery {
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: 1.875rem 1.5625rem;
  position: relative;
}

.media-gallery__item {
  padding: 0 0.5625rem;
}

.media-gallery__item .media-wrapper {
  border: 1px solid #999999;
  padding-bottom: 76.31%;
  display: block;
}

.media-gallery__item-overlay {
  display: none;
}

.media-gallery__item-overlay-content {
  display: none;
}

.media-gallery__item-video-icon {
  position: absolute;
  fill: #fff;
  width: 11.87%;
  height: 1.875rem;
  top: 0.625rem;
  right: 0.9375rem;
}

.media-gallery img {
  height: auto;
  width: 100%;
}

.media-gallery .slick-arrow {
  height: 2.125rem;
  width: 1.125rem;
  top: 50%;
  margin-top: -1.0625rem;
}

.media-gallery .slick-arrow .svg-icon {
  fill: #6982a7;
}

.maritime_journal .media-gallery .slick-arrow .svg-icon {
  fill: #6982a7 ;
}

.boating_business .media-gallery .slick-arrow .svg-icon {
  fill: #00A3E0 ;
}

.greenport .media-gallery .slick-arrow .svg-icon {
  fill: #719949 ;
}

.port_strategy .media-gallery .slick-arrow .svg-icon {
  fill: #A6192E ;
}

.the_motorship .media-gallery .slick-arrow .svg-icon {
  fill: #000 ;
}

.world_fishing .media-gallery .slick-arrow .svg-icon {
  fill: #003DA5 ;
}

.seawork .media-gallery .slick-arrow .svg-icon {
  fill: #1c427e ;
}

.offshore .media-gallery .slick-arrow .svg-icon {
  fill: #003A78 ;
}

.icefish .media-gallery .slick-arrow .svg-icon {
  fill: #1c427e ;
}

.media-gallery .slick-prev {
  left: -0.9375rem;
}

.media-gallery .slick-next {
  right: -0.9375rem;
}

.media-gallery .slick-dots {
  display: none;
}

.media-gallery .slick-track {
  margin: 0;
}

.media-gallery .slick-custom-counter {
  font-weight: bold;
  width: auto;
}

.maritime_journal .media-gallery .slick-custom-counter {
  color: #6982a7 ;
}

.boating_business .media-gallery .slick-custom-counter {
  color: #00A3E0 ;
}

.greenport .media-gallery .slick-custom-counter {
  color: #719949 ;
}

.port_strategy .media-gallery .slick-custom-counter {
  color: #A6192E ;
}

.the_motorship .media-gallery .slick-custom-counter {
  color: #000 ;
}

.world_fishing .media-gallery .slick-custom-counter {
  color: #003DA5 ;
}

.seawork .media-gallery .slick-custom-counter {
  color: #1c427e ;
}

.offshore .media-gallery .slick-custom-counter {
  color: #003A78 ;
}

.icefish .media-gallery .slick-custom-counter {
  color: #1c427e ;
}

/* Module: S */
.ad-block--callout, .amplify-block--callout {
  background: #ececec;
}

.ad-block--callout + .ad-block .row, .amplify-block--callout + .ad-block .row, .ad-block--callout + .amplify-block .row, .amplify-block--callout + .amplify-block .row {
  border: 0;
  margin: 0;
}

.block-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
}

.block-wrap > .row {
  padding: 1.25rem 0;
  margin: 0;
  border-top: 1px solid #ececec;
}

.ad-block--callout .block-wrap > .row, .amplify-block--callout .block-wrap > .row {
  padding: 1.25rem 0;
}

.block-wrap p:first-of-type {
  margin-top: 0;
}

.block-heading {
  margin-bottom: 0.625rem;
  color: #000;
}

.maritime_journal .block-heading,
.world_fishing .block-heading,
.boating_business .block-heading,
.greenport .block-heading,
.port_strategy .block-heading,
.the_motorship .block-heading,
.seawork .block-heading,
.offshore .block-heading,
.icefish .block-heading {
  color: #000;
}

.sq-form-submit {
  text-align: center;
}

/* Module: S */
.native-footer {
  text-align: center;
}

.native-footer__social {
  background: #ececec;
  padding: 0.625rem 0.9375rem;
}

.native-footer__copyright {
  background: #333333;
  color: #fff;
  padding: 0.625rem 0.9375rem;
}

.native-footer .social-icons {
  display: inline-block;
  margin-top: 0.3125rem;
}

.native-footer .social-icons > li {
  margin-right: 0.3125rem;
}

.native-footer .social-icons > li:last-of-type {
  margin-right: 0;
}

/* Module: S */
.top-bar {
  text-transform: uppercase;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-bar--mobile {
  padding: 1.25rem 0.9375rem 0.625rem 0.3125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  /* Initially we don't want any height, and we want the contents to be hidden */
  margin-top: 0;
}

.top-bar--mobile.removed {
  /* Initially we don't want any height, and we want the contents to be hidden */
  margin-top: -80px;
  /* Set our transitions up. */
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.top-bar--mobile a:last-of-type {
  margin-left: auto;
}

.top-bar--desktop {
  display: none;
}

.top-bar svg {
  height: 1.875rem;
  width: 1.875rem;
  fill: #6982a7;
}

.maritime_journal .top-bar svg {
  fill: #6982a7 ;
}

.boating_business .top-bar svg {
  fill: #00A3E0 ;
}

.greenport .top-bar svg {
  fill: #719949 ;
}

.port_strategy .top-bar svg {
  fill: #A6192E ;
}

.the_motorship .top-bar svg {
  fill: #000 ;
}

.world_fishing .top-bar svg {
  fill: #003DA5 ;
}

.seawork .top-bar svg {
  fill: #1c427e ;
}

.offshore .top-bar svg {
  fill: #003A78 ;
}

.icefish .top-bar svg {
  fill: #1c427e ;
}

.top-bar svg:hover, .top-bar svg:active, .top-bar svg:focus, .top-bar svg {
  fill: #44415e;
}

.maritime_journal .top-bar svg:hover, .maritime_journal .top-bar svg:active, .maritime_journal .top-bar svg:focus, .maritime_journal .top-bar svg {
  fill: #44415e ;
}

.boating_business .top-bar svg:hover, .boating_business .top-bar svg:active, .boating_business .top-bar svg:focus, .boating_business .top-bar svg {
  fill: #44415e ;
}

.greenport .top-bar svg:hover, .greenport .top-bar svg:active, .greenport .top-bar svg:focus, .greenport .top-bar svg {
  fill: #283618 ;
}

.port_strategy .top-bar svg:hover, .port_strategy .top-bar svg:active, .port_strategy .top-bar svg:focus, .port_strategy .top-bar svg {
  fill: #4F000B ;
}

.the_motorship .top-bar svg:hover, .the_motorship .top-bar svg:active, .the_motorship .top-bar svg:focus, .the_motorship .top-bar svg {
  fill: #6E7E85 ;
}

.world_fishing .top-bar svg:hover, .world_fishing .top-bar svg:active, .world_fishing .top-bar svg:focus, .world_fishing .top-bar svg {
  fill: #000 ;
}

.seawork .top-bar svg:hover, .seawork .top-bar svg:active, .seawork .top-bar svg:focus, .seawork .top-bar svg {
  fill: #6982a7 ;
}

.offshore .top-bar svg:hover, .offshore .top-bar svg:active, .offshore .top-bar svg:focus, .offshore .top-bar svg {
  fill: #007AC2 ;
}

.icefish .top-bar svg:hover, .icefish .top-bar svg:active, .icefish .top-bar svg:focus, .icefish .top-bar svg {
  fill: #6982a7 ;
}

.top-bar .site-logo img {
  max-width: 500px;
}

.back-home {
  width: 220px;
  padding-left: 0.625rem;
}

.ad-header, .amplify-header {
  text-align: center;
  border-top: 1px solid #ececec;
  padding-top: 0.625rem;
  position: relative;
}

.social-expand {
  position: absolute;
  right: 1.25rem;
  top: 0.9375rem;
  height: 1.875rem;
  width: 1.875rem;
  fill: #44415e;
}

.maritime_journal .social-expand {
  fill: #44415e ;
}

.boating_business .social-expand {
  fill: #44415e ;
}

.greenport .social-expand {
  fill: #283618 ;
}

.port_strategy .social-expand {
  fill: #4F000B ;
}

.the_motorship .social-expand {
  fill: #6E7E85 ;
}

.world_fishing .social-expand {
  fill: #000 ;
}

.seawork .social-expand {
  fill: #6982a7 ;
}

.offshore .social-expand {
  fill: #007AC2 ;
}

.icefish .social-expand {
  fill: #6982a7 ;
}

.social-expand:hover, .social-expand:active, .social-expand:focus, .social-expand {
  fill: #6982a7;
  outline: none;
}

.maritime_journal .social-expand:hover, .maritime_journal .social-expand:active, .maritime_journal .social-expand:focus, .maritime_journal .social-expand {
  fill: #6982a7 ;
}

.boating_business .social-expand:hover, .boating_business .social-expand:active, .boating_business .social-expand:focus, .boating_business .social-expand {
  fill: #00A3E0 ;
}

.greenport .social-expand:hover, .greenport .social-expand:active, .greenport .social-expand:focus, .greenport .social-expand {
  fill: #719949 ;
}

.port_strategy .social-expand:hover, .port_strategy .social-expand:active, .port_strategy .social-expand:focus, .port_strategy .social-expand {
  fill: #A6192E ;
}

.the_motorship .social-expand:hover, .the_motorship .social-expand:active, .the_motorship .social-expand:focus, .the_motorship .social-expand {
  fill: #000 ;
}

.world_fishing .social-expand:hover, .world_fishing .social-expand:active, .world_fishing .social-expand:focus, .world_fishing .social-expand {
  fill: #003DA5 ;
}

.seawork .social-expand:hover, .seawork .social-expand:active, .seawork .social-expand:focus, .seawork .social-expand {
  fill: #1c427e ;
}

.offshore .social-expand:hover, .offshore .social-expand:active, .offshore .social-expand:focus, .offshore .social-expand {
  fill: #003A78 ;
}

.icefish .social-expand:hover, .icefish .social-expand:active, .icefish .social-expand:focus, .icefish .social-expand {
  fill: #1c427e ;
}

.social-expand.active {
  fill: #1881dc;
}

.maritime_journal .social-expand.active {
  fill: #1881dc ;
}

.boating_business .social-expand.active {
  fill: #003DA5 ;
}

.greenport .social-expand.active {
  fill: #388659 ;
}

.port_strategy .social-expand.active {
  fill: #A6192E ;
}

.the_motorship .social-expand.active {
  fill: #000 ;
}

.world_fishing .social-expand.active {
  fill: #1881dc ;
}

.seawork .social-expand.active {
  fill: #448ccb ;
}

.offshore .social-expand.active {
  fill: #003A78 ;
}

.icefish .social-expand.active {
  fill: #448ccb ;
}

.social-expand__bar .social-icons {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-out 0.3s, opacity ease 0.3s;
  -moz-transition: height ease-out 0.3s, opacity ease 0.3s;
  transition: height ease-out 0.3s, opacity ease 0.3s;
}

.social-expand__bar .social-icons.active {
  opacity: 1;
  height: auto;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: absolute;
  top: 4.375rem;
  right: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 5px;
  box-shadow: -1px 0px 15px -1px #cccccc;
}

.social-expand__bar .social-icons.active:before {
  height: 0;
  width: 0;
  content: ' ';
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  position: absolute;
  top: -1.25rem;
  right: 0.625rem;
}

.social-expand__bar .social-icons > li {
  margin-right: 0.5rem;
}

.social-expand__bar .social-icons > li:last-of-type {
  margin-right: 0;
}

/* Module: S */
.news-content {
  border-bottom: 1px solid #d6d7de;
  padding: 1em 0;
}

.news-content .clear-right {
  clear: right;
}

.news-content .img-container {
  position: relative;
  margin: 0 0 30px 30px;
}

.news-content .img-container img {
  width: 100%;
}

.news-content .img-container img.pull-right {
  margin: 0;
}

.news-content .img-container .img-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.38);
  bottom: 0;
  width: 97%;
  width: calc(100% - 1.1em);
  padding: 1em;
  color: #ffffff;
}

.news-content iframe {
  max-width: 100%;
}

.news-content__no-footer {
  margin-bottom: 1.5rem;
}

.news-header {
  display: none;
  border: 1px solid #d6d7de;
  border-bottom: none;
  padding: 1em 2em;
  color: #1881dc;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.maritime_journal .news-header {
  color: #1881dc ;
}

.boating_business .news-header {
  color: #003DA5 ;
}

.greenport .news-header {
  color: #388659 ;
}

.port_strategy .news-header {
  color: #A6192E ;
}

.the_motorship .news-header {
  color: #000 ;
}

.world_fishing .news-header {
  color: #1881dc ;
}

.seawork .news-header {
  color: #448ccb ;
}

.offshore .news-header {
  color: #003A78 ;
}

.icefish .news-header {
  color: #448ccb ;
}

.news-header .header-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.news-header .header-links > li {
  margin-left: 1.25em;
  padding-left: 1.25em;
  border-left: 1px solid #d6d7de;
  position: relative;
}

.news-header .header-links > li:first-of-type {
  border-left: 0;
}

.news-header .icon-item {
  margin: 0;
  opacity: 0.8;
}

.news-header .icon-item:hover, .news-header .icon-item:active, .news-header .icon-item:focus, .news-header .icon-itemactive {
  opacity: 1;
}

.news-header .icon-item span {
  padding: 0 0.625rem 0 0;
}

.news-header .icon-item .svg-icon {
  position: relative;
  top: auto;
  left: auto;
}

.news-header .social-expand {
  display: inline-block;
}

.news-header .social-expand__bar {
  width: 0;
  height: 0;
}

.news-header .social-expand__bar .social-icons {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-out 0.3s, opacity ease 0.3s;
  -moz-transition: height ease-out 0.3s, opacity ease 0.3s;
  transition: height ease-out 0.3s, opacity ease 0.3s;
}

.news-header .social-expand__bar .social-icons.active {
  opacity: 1;
  height: auto;
  top: 0.625rem;
  right: 0;
  width: 130px;
  position: relative;
}

.icon-item {
  color: white;
}

.icon-item--email span {
  color: #6982a7;
}

.icon-item--email .svg-icon {
  fill: #6982a7;
}

.icon-item--share span {
  color: #44415e;
}

.icon-item--share .svg-icon {
  fill: #44415e;
}

.icon-item--print span {
  color: #1881dc;
}

.icon-item--print .svg-icon {
  fill: #1881dc;
}

.icon-item:hover {
  text-decoration: none;
}

.news-footer {
  border-bottom: 1px solid #d6d7de;
  border-top: none;
  padding: 1em 2em;
  color: #1881dc;
  margin-bottom: 1.25rem;
  display: table;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}

.maritime_journal .news-footer {
  color: #1881dc ;
}

.boating_business .news-footer {
  color: #003DA5 ;
}

.greenport .news-footer {
  color: #388659 ;
}

.port_strategy .news-footer {
  color: #A6192E ;
}

.the_motorship .news-footer {
  color: #000 ;
}

.world_fishing .news-footer {
  color: #1881dc ;
}

.seawork .news-footer {
  color: #448ccb ;
}

.offshore .news-footer {
  color: #003A78 ;
}

.icefish .news-footer {
  color: #448ccb ;
}

.news-footer h5 {
  padding: 0 1.25rem 0 0;
}

.news-footer .social-icons {
  width: 75%;
}

.news-footer .social-icons > li {
  margin-right: 0.3125rem;
}

.news-footer .social-icons > li:last-of-type {
  margin-right: 0;
}

.news-footer .social-icons__link {
  height: 1.9375rem;
  width: 1.9375rem;
}

.news__published {
  color: #6982a7;
  font-weight: bold;
}

.maritime_journal .news__published {
  color: #6982a7 ;
}

.boating_business .news__published {
  color: #00A3E0 ;
}

.greenport .news__published {
  color: #719949 ;
}

.port_strategy .news__published {
  color: #A6192E ;
}

.the_motorship .news__published {
  color: #000 ;
}

.world_fishing .news__published {
  color: #003DA5 ;
}

.seawork .news__published {
  color: #1c427e ;
}

.offshore .news__published {
  color: #003A78 ;
}

.icefish .news__published {
  color: #1c427e ;
}

.news__published--mobile {
  margin: -1.25rem 0 1.25rem 0.625rem;
  color: #d6d7de;
}

.product-listings {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-listings li {
  padding: 3.125rem 0;
  border-bottom: 1px solid #d6d7de;
}

.product-listings li:last-child {
  border-bottom: 0;
}

.product-listings .ecommerce-thumbnail, .product-listings .ecommerce-text {
  display: inline-block;
  vertical-align: top;
}

.product-listings .ecommerce-thumbnail {
  margin-right: 1.25rem;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.product-listings .ecommerce-thumbnail img {
  width: auto;
  margin-bottom: 1.25rem;
}

/* Module: S */
.newsletter-form {
  background-color: #6982a7;
  padding: 1.25rem 0.75rem 1.4375rem;
  text-align: center;
  margin-bottom: 1.875rem;
}

.maritime_journal .newsletter-form {
  background-color: #6982a7 ;
}

.boating_business .newsletter-form {
  background-color: #00A3E0 ;
}

.greenport .newsletter-form {
  background-color: #719949 ;
}

.port_strategy .newsletter-form {
  background-color: #A6192E ;
}

.the_motorship .newsletter-form {
  background-color: #000 ;
}

.world_fishing .newsletter-form {
  background-color: #003DA5 ;
}

.seawork .newsletter-form {
  background-color: #1c427e ;
}

.offshore .newsletter-form {
  background-color: #003A78 ;
}

.icefish .newsletter-form {
  background-color: #1c427e ;
}

.newsletter-form__label,
.newsletter-form.mktoForm .mktoLabel {
  color: #fff;
  display: inline-block;
  font-size: 0.79312rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}

.newsletter-form__container {
  width: 100% !important;
  overflow: hidden;
}

.newsletter-form__input,
.newsletter-form.mktoForm .mktoEmailField {
  float: left;
  height: 1.625rem;
  font-size: 0.5625rem;
  width: calc(100% - 72px);
  padding: 0 0.5625rem;
}

.newsletter-form__btn,
.newsletter-form.mktoForm .mktoButton {
  float: left;
  font-size: 0.625rem;
  padding: 0.5rem;
}

.newsletter-form__thank-you {
  padding: 1.5625rem;
  background-color: #6982a7;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

.maritime_journal .newsletter-form__thank-you {
  background-color: #6982a7 ;
}

.boating_business .newsletter-form__thank-you {
  background-color: #00A3E0 ;
}

.greenport .newsletter-form__thank-you {
  background-color: #719949 ;
}

.port_strategy .newsletter-form__thank-you {
  background-color: #A6192E ;
}

.the_motorship .newsletter-form__thank-you {
  background-color: #000 ;
}

.world_fishing .newsletter-form__thank-you {
  background-color: #003DA5 ;
}

.seawork .newsletter-form__thank-you {
  background-color: #1c427e ;
}

.offshore .newsletter-form__thank-you {
  background-color: #003A78 ;
}

.icefish .newsletter-form__thank-you {
  background-color: #1c427e ;
}

.newsletter-form.mktoForm .mktoEmailField {
  width: calc(100% - 72px) !important;
}

.newsletter-form.mktoForm .mktoLabel {
  width: 100% !important;
}

.newsletter-form.mktoForm .mktoAsterix,
.newsletter-form.mktoForm .mktoOffset,
.newsletter-form.mktoForm .mktoGutter,
.newsletter-form.mktoForm .mktoClear {
  display: none !important;
}

.newsletter-form.mktoForm .mktoButtonWrap {
  margin: 0 !important;
}

.newsletter-form.mktoForm .mktoFieldWrap,
.newsletter-form.mktoForm .mktoFormCol {
  float: none;
}

.newsletter-form.mktoForm .mktoFormCol {
  min-height: 0;
}

.newsletter-form.mktoForm .mktoButton {
  background-color: #44415e;
  border-color: #44415e;
  color: #fff;
}

.maritime_journal .newsletter-form.mktoForm .mktoButton {
  background-color: #44415e ;
}

.boating_business .newsletter-form.mktoForm .mktoButton {
  background-color: #44415e ;
}

.greenport .newsletter-form.mktoForm .mktoButton {
  background-color: #283618 ;
}

.port_strategy .newsletter-form.mktoForm .mktoButton {
  background-color: #4F000B ;
}

.the_motorship .newsletter-form.mktoForm .mktoButton {
  background-color: #6E7E85 ;
}

.world_fishing .newsletter-form.mktoForm .mktoButton {
  background-color: #000 ;
}

.seawork .newsletter-form.mktoForm .mktoButton {
  background-color: #6982a7 ;
}

.offshore .newsletter-form.mktoForm .mktoButton {
  background-color: #007AC2 ;
}

.icefish .newsletter-form.mktoForm .mktoButton {
  background-color: #6982a7 ;
}

.maritime_journal .newsletter-form.mktoForm .mktoButton {
  border-color: #44415e ;
}

.boating_business .newsletter-form.mktoForm .mktoButton {
  border-color: #44415e ;
}

.greenport .newsletter-form.mktoForm .mktoButton {
  border-color: #283618 ;
}

.port_strategy .newsletter-form.mktoForm .mktoButton {
  border-color: #4F000B ;
}

.the_motorship .newsletter-form.mktoForm .mktoButton {
  border-color: #6E7E85 ;
}

.world_fishing .newsletter-form.mktoForm .mktoButton {
  border-color: #000 ;
}

.seawork .newsletter-form.mktoForm .mktoButton {
  border-color: #6982a7 ;
}

.offshore .newsletter-form.mktoForm .mktoButton {
  border-color: #007AC2 ;
}

.icefish .newsletter-form.mktoForm .mktoButton {
  border-color: #6982a7 ;
}

.newsletter-form.mktoForm .mktoFieldDescriptor {
  margin: 0 !important;
}

/* Module: S */
#visitor-popup a {
  text-decoration: none;
}

#visitor-popup p a {
  text-decoration: underline;
}

#visitor-popup-close {
  background: black;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#visitor-popup-close:hover {
  text-decoration: none;
  opacity: .7;
}

#visitor-popup .half {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px 40px;
  display: inline-block;
  vertical-align: top;
}

#visitor-popup .btn, #visitor-popup .newsletter-form.mktoForm .mktoButton, .newsletter-form.mktoForm #visitor-popup .mktoButton {
  padding: 10px 20px;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 0;
  display: inline-block;
}

#visitor-popup .btn:hover, #visitor-popup .newsletter-form.mktoForm .mktoButton:hover, .newsletter-form.mktoForm #visitor-popup .mktoButton:hover {
  text-decoration: none;
  opacity: .7;
}

#visitor-popup .btn.orange, #visitor-popup .newsletter-form.mktoForm .orange.mktoButton, .newsletter-form.mktoForm #visitor-popup .orange.mktoButton {
  background: orange;
}

#visitor-popup .btn.green, #visitor-popup .newsletter-form.mktoForm .green.mktoButton, .newsletter-form.mktoForm #visitor-popup .green.mktoButton {
  background: #7A8F44;
}

#visitor-popup .full {
  box-sizing: border-box;
  display: inline-block;
}

#visitor-popup {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1045;
}

#visitor-popup .popup {
  z-index: 11;
  padding: 20px;
  background-color: #6982a7;
}

.maritime_journal #visitor-popup .popup {
  background-color: #6982a7 ;
}

.boating_business #visitor-popup .popup {
  background-color: #00A3E0 ;
}

.greenport #visitor-popup .popup {
  background-color: #719949 ;
}

.port_strategy #visitor-popup .popup {
  background-color: #A6192E ;
}

.the_motorship #visitor-popup .popup {
  background-color: #000 ;
}

.world_fishing #visitor-popup .popup {
  background-color: #003DA5 ;
}

.seawork #visitor-popup .popup {
  background-color: #1c427e ;
}

.offshore #visitor-popup .popup {
  background-color: #003A78 ;
}

.icefish #visitor-popup .popup {
  background-color: #1c427e ;
}

#visitor-popup .popup-header {
  position: relative;
}

#visitor-popup .popup-header-title {
  margin: 0;
  padding-right: 2.5rem;
}

#visitor-popup .popup-close-button {
  position: absolute;
  right: 20px;
  top: 0px;
}

#visitor-popup .popup-header-title,
#visitor-popup .popup-content,
#visitor-popup .popup-header {
  color: #fff;
}

#visitor-popup .popup-header-title a,
#visitor-popup .popup-content a,
#visitor-popup .popup-header a {
  color: #fff;
}

#visitor-popup .popup-content a {
  text-decoration: underline;
}

#visitor-popup .mktoLabel {
  color: #fff;
}

.youtube-player, .vimeo-player {
  display: block;
  margin: 20px auto;
}

.hide {
  display: none;
}

.permanent-hide {
  display: none !important;
}

@media (max-width: 657px) {
  #visitor-popup {
    right: 5%;
    left: 5%;
  }
}

/* Module: S */
.premium-text-video {
  background-color: #ececec;
  border: 1px solid #c0c0c0;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.premium-text-video__text {
  padding: 1.5625rem 0.625rem;
}

.premium-text-video__text.full-width {
  width: 100%;
}

.premium-text-video__video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.6%;
}

.flexbox .premium-text-video__video-thumb, .flexbox .premium-text-video__video-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1000%;
  left: 0;
  top: 0;
}

.flexbox .premium-text-video__video-iframe {
  width: 100%;
}

.premium-text-video__video-thumb {
  width: 100%;
}

.csstransforms .premium-text-video__video-thumb {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.premium-text-video__play-icon {
  height: 6.25rem;
  width: 6.25rem;
  position: absolute;
  left: 50%;
  margin-left: -3.125rem;
  top: 50%;
  margin-top: -3.125rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}

.premium-text-video__play-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.34375rem 0 1.34375rem 2.25rem;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.34375rem;
  margin-left: -0.875rem;
}

/* Module: S */
.prev-next-bar {
  border-bottom: 1px solid #ececec;
  margin: 0.625rem 0 1.875rem 0;
  padding: 0 0 0.9375rem 0;
  overflow: hidden;
  font-size: 1rem;
  font-weight: bold;
}

.prev-next-bar .slick-arrow {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  top: 1px;
}

.prev-next-bar .slick-arrow svg {
  fill: #6982a7;
}

.maritime_journal .prev-next-bar .slick-arrow svg {
  fill: #6982a7 ;
}

.boating_business .prev-next-bar .slick-arrow svg {
  fill: #00A3E0 ;
}

.greenport .prev-next-bar .slick-arrow svg {
  fill: #719949 ;
}

.port_strategy .prev-next-bar .slick-arrow svg {
  fill: #A6192E ;
}

.the_motorship .prev-next-bar .slick-arrow svg {
  fill: #000 ;
}

.world_fishing .prev-next-bar .slick-arrow svg {
  fill: #003DA5 ;
}

.seawork .prev-next-bar .slick-arrow svg {
  fill: #1c427e ;
}

.offshore .prev-next-bar .slick-arrow svg {
  fill: #003A78 ;
}

.icefish .prev-next-bar .slick-arrow svg {
  fill: #1c427e ;
}

.prev-next-btn {
  display: block;
  text-transform: uppercase;
}

.prev-next-btn--prev {
  text-align: left;
  float: left;
}

.prev-next-btn--prev .slick-arrow {
  margin-right: 0.625rem;
}

.prev-next-btn--next {
  text-align: right;
  float: right;
}

.prev-next-btn--next .slick-arrow {
  margin-left: 0.625rem;
}

/* Module: S */
.row .product-news__thumbnail {
  width: 100%;
  margin: 10px 0 20px;
}

.row .product-news__thumbnail img {
  width: 50%;
}

.row .product-news__item {
  margin-bottom: 10px;
}

.row .product-news__item .img-container a {
  text-align: center;
  display: block;
}

.row .product-news__item .img-container img {
  max-height: 300px;
  width: auto;
  margin: 0;
  float: none;
}

.row .product-news__pagination ul {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0;
}

.row .product-news__pagination li {
  display: inline-block;
  padding: 10px;
}

.row .product-news__pagination li.hide {
  display: none;
}

/* Module: S */
.results {
  margin-bottom: 2.1875rem;
}

.results__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.results__lazy-loader {
  height: 0rem;
}

.results__lazy-loader.is-loading {
  height: 3.125rem;
  background-image: url("mysource_files/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.results__info {
  display: inline-block;
  margin-bottom: 0.4375rem;
  color: #6982a7;
  font-weight: bold;
  padding: 1.5625rem 0.625rem 0.9375rem;
}

.maritime_journal .results__info {
  color: #6982a7 ;
}

.boating_business .results__info {
  color: #00A3E0 ;
}

.greenport .results__info {
  color: #719949 ;
}

.port_strategy .results__info {
  color: #A6192E ;
}

.the_motorship .results__info {
  color: #000 ;
}

.world_fishing .results__info {
  color: #003DA5 ;
}

.seawork .results__info {
  color: #1c427e ;
}

.offshore .results__info {
  color: #003A78 ;
}

.icefish .results__info {
  color: #1c427e ;
}

.results__list-item {
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ececec;
  margin-bottom: 1.0625rem;
  padding-bottom: 1.25rem;
}

.results__list-item .results__list-item--sponsored-wrapper {
  background-color: #ecf3fa;
  position: relative;
}

.maritime_journal .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #ecf3fa ;
}

.boating_business .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #D3DBF7 ;
}

.greenport .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #DDEBE3 ;
}

.port_strategy .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #EBD4CB ;
}

.the_motorship .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #FCDCB9 ;
}

.world_fishing .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #ecf3fa ;
}

.seawork .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #1881dc ;
}

.offshore .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #D3DBF7 ;
}

.icefish .results__list-item .results__list-item--sponsored-wrapper {
  background-color: #1881dc ;
}

.results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #ecf3fa;
  position: relative;
  padding: 40px 40px 30px 40px;
}

.maritime_journal .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #ecf3fa ;
}

.boating_business .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #D3DBF7 ;
}

.greenport .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #DDEBE3 ;
}

.port_strategy .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #EBD4CB ;
}

.the_motorship .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #FCDCB9 ;
}

.world_fishing .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #ecf3fa ;
}

.seawork .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #1881dc ;
}

.offshore .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #D3DBF7 ;
}

.icefish .results__list-item .results__list-item--sponsored-wrapper--no-thumb {
  background-color: #1881dc ;
}

.results__list-item--w-border {
  border: 1px solid #ececec;
  padding: 1.875rem 1.875rem 2.5rem;
  margin-bottom: 1.875rem;
}

.results__content {
  padding: 0 0.625rem;
}

.results__list-item--w-icon .results__content {
  padding-left: 3.5625rem;
}

.results__list-item--sponsored-wrapper {
  padding-bottom: 1.25rem;
  overflow: hidden;
}

.maritime_journal .results__stand {
  color: #1881dc ;
}

.boating_business .results__stand {
  color: #003DA5 ;
}

.greenport .results__stand {
  color: #388659 ;
}

.port_strategy .results__stand {
  color: #A6192E ;
}

.the_motorship .results__stand {
  color: #000 ;
}

.world_fishing .results__stand {
  color: #1881dc ;
}

.seawork .results__stand {
  color: #448ccb ;
}

.offshore .results__stand {
  color: #003A78 ;
}

.icefish .results__stand {
  color: #448ccb ;
}

.results__title {
  padding-bottom: 0;
}

.maritime_journal .results__title--exhibitor a {
  color: #6982a7 ;
}

.boating_business .results__title--exhibitor a {
  color: #00A3E0 ;
}

.greenport .results__title--exhibitor a {
  color: #719949 ;
}

.port_strategy .results__title--exhibitor a {
  color: #A6192E ;
}

.the_motorship .results__title--exhibitor a {
  color: #000 ;
}

.world_fishing .results__title--exhibitor a {
  color: #003DA5 ;
}

.seawork .results__title--exhibitor a {
  color: #1c427e ;
}

.offshore .results__title--exhibitor a {
  color: #003A78 ;
}

.icefish .results__title--exhibitor a {
  color: #1c427e ;
}

.results__see-entry {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 1.375rem;
  color: #606060;
}

.results .tag-wrapper {
  margin-top: 1.25rem;
}

.results .tag-wrapper--extra-tag {
  padding-top: 1rem;
  margin-top: 1rem;
}

.results .tag-wrapper--extra-tag .results__extra-tag {
  position: static;
  margin-bottom: 1rem;
}

.results .tag {
  display: inline-block;
  margin-right: 1.5625rem;
}

.results .tag:last-of-type {
  margin-right: 0;
}

.results__subtitle {
  color: #999999;
  display: block;
}

.results__location {
  color: #999999;
  width: 100%;
  display: inline-block;
}

.results__thumb {
  margin-bottom: 1.375rem;
  max-height: 62vw;
  overflow: hidden;
}

.results__thumb img {
  width: 100%;
}

.results__icon {
  float: left;
  width: 3.5625rem;
  height: 1.875rem;
  padding: 0 1.125rem 0 0.625rem;
  margin-top: 1.25rem;
  fill: #c0c0c0;
}

.results__bottom-btn {
  text-align: center;
  padding: 0 0 1.125rem;
  border-bottom: 1px solid #ececec;
}

.results__bottom-btn--border-top {
  border-top: 1px solid #ececec;
}

.results__extra-tag {
  background-color: #448ccb;
  color: #fff;
  text-transform: uppercase;
  padding: 0.75rem 1.875rem;
  line-height: 0.75rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.maritime_journal .results__extra-tag {
  background-color: #448ccb ;
}

.boating_business .results__extra-tag {
  background-color: #003DA5 ;
}

.greenport .results__extra-tag {
  background-color: #388659 ;
}

.port_strategy .results__extra-tag {
  background-color: #A6192E ;
}

.the_motorship .results__extra-tag {
  background-color: #f4891e ;
}

.world_fishing .results__extra-tag {
  background-color: #003DA5 ;
}

.seawork .results__extra-tag {
  background-color: #448ccb ;
}

.offshore .results__extra-tag {
  background-color: #003A78 ;
}

.icefish .results__extra-tag {
  background-color: #448ccb ;
}

.results__sponsored-box {
  border: 1px solid #ececec;
  position: relative;
  margin-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}

.results__sponsored-box .results__content {
  padding: 1.875rem 28.2% 1.5rem 4.92%;
}

.results__sponsored-box:last-of-type {
  margin-bottom: 1.875rem;
}

.results__sponsored-heading {
  background-color: #d1e6f8;
  color: #1881dc;
  padding: 1rem 4.92%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.maritime_journal .results__sponsored-heading {
  background-color: #d1e6f8 ;
}

.boating_business .results__sponsored-heading {
  background-color: #D3DBF7 ;
}

.greenport .results__sponsored-heading {
  background-color: #DDEBE3 ;
}

.port_strategy .results__sponsored-heading {
  background-color: #EBD4CB ;
}

.the_motorship .results__sponsored-heading {
  background-color: #FCDCB9 ;
}

.world_fishing .results__sponsored-heading {
  background-color: #d1e6f8 ;
}

.seawork .results__sponsored-heading {
  background-color: #d1e6f8 ;
}

.offshore .results__sponsored-heading {
  background-color: #D3DBF7 ;
}

.icefish .results__sponsored-heading {
  background-color: #d1e6f8 ;
}

.maritime_journal .results__sponsored-heading {
  color: #1881dc ;
}

.boating_business .results__sponsored-heading {
  color: #003DA5 ;
}

.greenport .results__sponsored-heading {
  color: #388659 ;
}

.port_strategy .results__sponsored-heading {
  color: #A6192E ;
}

.the_motorship .results__sponsored-heading {
  color: #000 ;
}

.world_fishing .results__sponsored-heading {
  color: #1881dc ;
}

.seawork .results__sponsored-heading {
  color: #448ccb ;
}

.offshore .results__sponsored-heading {
  color: #003A78 ;
}

.icefish .results__sponsored-heading {
  color: #448ccb ;
}

.results__sponsored-box-img {
  width: 23.51%;
  position: absolute;
  right: 4.69%;
  top: calc(50% + 24px);
}

.csstransforms .results__sponsored-box-img {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.results__shortcut-links {
  color: #6982a7;
  padding: 1.25rem 0;
  border-bottom: 2px solid #ececec;
  border-top: 2px solid #ececec;
  margin-bottom: 1.5rem;
}

.maritime_journal .results__shortcut-links {
  color: #6982a7 ;
}

.boating_business .results__shortcut-links {
  color: #00A3E0 ;
}

.greenport .results__shortcut-links {
  color: #719949 ;
}

.port_strategy .results__shortcut-links {
  color: #A6192E ;
}

.the_motorship .results__shortcut-links {
  color: #000 ;
}

.world_fishing .results__shortcut-links {
  color: #003DA5 ;
}

.seawork .results__shortcut-links {
  color: #1c427e ;
}

.offshore .results__shortcut-links {
  color: #003A78 ;
}

.icefish .results__shortcut-links {
  color: #1c427e ;
}

.results__shortcut-links a {
  display: block;
  margin: 0 0.625rem;
}

.jobs .results__shortcut-links a {
  text-align: right;
  display: block;
  margin-right: 2.5em;
}

.jobs .results__shortcut-links a .arrow {
  display: block;
  height: 0.6875rem;
  width: 1.1875rem;
  position: absolute;
  right: 1.4375rem;
  top: 30%;
  margin-top: -0.625rem;
}

.results__shortcut-links-number, .results__shortcut-links-delimeter {
  color: #000;
}

.results__shortcut-links-delimeter {
  display: none;
}

.jobs .results__sponsored-box:not(.results) .results__content {
  padding: 1.875rem 4.92% 1.5rem 4.92%;
  width: 100%;
  padding: 0 1.5625rem 0;
  margin-bottom: 2.5rem;
}

/* Module: S */
.slider {
  overflow: hidden;
  margin-bottom: 1.125rem;
}

.slider__title {
  background: #448ccb;
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 0.75em;
  font-weight: bold;
  max-width: 600px;
}

.maritime_journal .slider__title {
  background-color: #448ccb ;
}

.boating_business .slider__title {
  background-color: #003DA5 ;
}

.greenport .slider__title {
  background-color: #388659 ;
}

.port_strategy .slider__title {
  background-color: #A6192E ;
}

.the_motorship .slider__title {
  background-color: #f4891e ;
}

.world_fishing .slider__title {
  background-color: #003DA5 ;
}

.seawork .slider__title {
  background-color: #448ccb ;
}

.offshore .slider__title {
  background-color: #003A78 ;
}

.icefish .slider__title {
  background-color: #448ccb ;
}

.slider__footer {
  color: #448ccb;
  text-transform: uppercase;
  padding: 15px 15px;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  border-top: 1px solid #d6d7de;
}

.maritime_journal .slider__footer {
  color: #448ccb ;
}

.boating_business .slider__footer {
  color: #003DA5 ;
}

.greenport .slider__footer {
  color: #388659 ;
}

.port_strategy .slider__footer {
  color: #A6192E ;
}

.the_motorship .slider__footer {
  color: #f4891e ;
}

.world_fishing .slider__footer {
  color: #003DA5 ;
}

.seawork .slider__footer {
  color: #448ccb ;
}

.offshore .slider__footer {
  color: #003A78 ;
}

.icefish .slider__footer {
  color: #448ccb ;
}

.slider .slick-arrow {
  width: 1.3125rem;
  height: 1.4375rem;
  bottom: 1.625rem;
}

.slider .slick-arrow .svg-icon {
  width: 0.75rem;
}

.slider .slick-next {
  text-align: right;
  right: 0.75rem;
}

.slider .slick-prev {
  right: 2.0625rem;
}

.slider-item {
  position: relative;
}

.slider-caption {
  position: absolute;
  bottom: 0.9375rem;
  width: calc(100% - 20px);
  border-bottom: #fff solid 1px;
  margin: 0 0.625rem;
  padding: 0 3.125rem 0.375rem 0;
  color: #fff;
  text-transform: uppercase;
  z-index: 4;
}

.slider-caption a {
  color: #fff;
}

.slider-img-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.slider-img-wrapper img {
  visibility: hidden;
  height: 100%;
  width: auto;
}

.slider-img-wrapper:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}

.slider-smalltext {
  margin: 0;
}

.slider-title {
  font-weight: 300;
  font-size: 1.875rem;
  padding: 0.375rem 0 0;
  max-width: 600px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.maritime_journal .slider-title,
.world_fishing .slider-title,
.boating_business .slider-title,
.greenport .slider-title,
.port_strategy .slider-title,
.the_motorship .slider-title,
.seawork .slider-title,
.offshore .slider-title,
.icefish .slider-title {
  color: #fff;
}

.slider-title:hover {
  text-decoration: underline;
}

.active-item-arrow-wrapper {
  display: none;
}

.slick-dots {
  position: absolute;
  right: 50%;
  top: -15px;
  margin-right: -25px;
  z-index: 9;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  opacity: 1;
  color: black;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  border-radius: 100%;
  opacity: 0.6;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slider.related-slider {
  margin-bottom: 0;
  overflow: visible;
}

.slider.related-slider .slider-img-wrapper {
  background-repeat: no-repeat;
  background-size: 280px auto, cover;
  background-position: 50% 40%;
}

.slider.related-slider .slick-arrow {
  bottom: 1rem;
  width: 2.375rem;
  height: 1.25rem;
}

.slider.related-slider .slick-arrow .svg-icon {
  fill: #7cafdb;
}

.maritime_journal .slider.related-slider .slick-arrow .svg-icon {
  fill: #7cafdb ;
}

.boating_business .slider.related-slider .slick-arrow .svg-icon {
  fill: #458CCC ;
}

.greenport .slider.related-slider .slick-arrow .svg-icon {
  fill: #283618 ;
}

.port_strategy .slider.related-slider .slick-arrow .svg-icon {
  fill: #4F000B ;
}

.the_motorship .slider.related-slider .slick-arrow .svg-icon {
  fill: #FCDCB9 ;
}

.world_fishing .slider.related-slider .slick-arrow .svg-icon {
  fill: #458CCC ;
}

.seawork .slider.related-slider .slick-arrow .svg-icon {
  fill: #7cafdb ;
}

.offshore .slider.related-slider .slick-arrow .svg-icon {
  fill: #007AC2 ;
}

.icefish .slider.related-slider .slick-arrow .svg-icon {
  fill: #7cafdb ;
}

.slider.related-slider .slick-prev {
  left: 0.125rem;
  right: auto;
}

.slider.related-slider .slick-next {
  right: 0.9375rem;
}

.slider.related-slider .slider-caption {
  padding-bottom: 0;
  bottom: 0px;
  top: 0;
  width: 100%;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 1.5rem 0;
  color: #448ccb;
  font-size: 0.85em;
  font-weight: bold;
  border-top: 1px solid #d6d7de;
  text-align: center;
}

.maritime_journal .slider.related-slider .slider-caption {
  color: #448ccb ;
}

.boating_business .slider.related-slider .slider-caption {
  color: #003DA5 ;
}

.greenport .slider.related-slider .slider-caption {
  color: #388659 ;
}

.port_strategy .slider.related-slider .slider-caption {
  color: #A6192E ;
}

.the_motorship .slider.related-slider .slider-caption {
  color: #f4891e ;
}

.world_fishing .slider.related-slider .slider-caption {
  color: #003DA5 ;
}

.seawork .slider.related-slider .slider-caption {
  color: #448ccb ;
}

.offshore .slider.related-slider .slider-caption {
  color: #003A78 ;
}

.icefish .slider.related-slider .slider-caption {
  color: #448ccb ;
}

.slider.related-slider .slider-caption .text {
  bottom: 0;
  left: 0;
  padding: 0.5em 1.5em;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100%;
}

.slider.related-slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3.125rem;
  z-index: 9;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

.slider.related-slider .slick-dots li button {
  background-color: #448ccb;
}

.maritime_journal .slider.related-slider .slick-dots li button {
  background-color: #448ccb ;
}

.boating_business .slider.related-slider .slick-dots li button {
  background-color: #003DA5 ;
}

.greenport .slider.related-slider .slick-dots li button {
  background-color: #388659 ;
}

.port_strategy .slider.related-slider .slick-dots li button {
  background-color: #A6192E ;
}

.the_motorship .slider.related-slider .slick-dots li button {
  background-color: #f4891e ;
}

.world_fishing .slider.related-slider .slick-dots li button {
  background-color: #003DA5 ;
}

.seawork .slider.related-slider .slick-dots li button {
  background-color: #448ccb ;
}

.offshore .slider.related-slider .slick-dots li button {
  background-color: #003A78 ;
}

.icefish .slider.related-slider .slick-dots li button {
  background-color: #448ccb ;
}

.slider.related-slider .slider-img-wrapper:before {
  display: none;
}

.slider-border {
  border: 1px solid #d6d7de;
  margin-bottom: 1.25rem;
}

.slider-border .slider-wrapper {
  padding-bottom: 0;
}

/* News details */
.news-slider .slider-caption {
  display: none;
}

/* Directory news */
.directory-news {
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: 1.875rem 1.5625rem;
  position: relative;
}

.directory-news .slider {
  overflow: visible;
  margin: 0;
}

.directory-news .date {
  display: block;
  font-size: 0.875rem;
  color: #000000;
  font-weight: normal;
}

.directory-news .slick-arrow {
  height: 2.125rem;
  width: 1.125rem;
  top: 50%;
  margin-top: -1.0625rem;
}

.directory-news .slick-arrow .svg-icon {
  fill: #6982a7;
}

.maritime_journal .directory-news .slick-arrow .svg-icon {
  fill: #6982a7 ;
}

.boating_business .directory-news .slick-arrow .svg-icon {
  fill: #00A3E0 ;
}

.greenport .directory-news .slick-arrow .svg-icon {
  fill: #719949 ;
}

.port_strategy .directory-news .slick-arrow .svg-icon {
  fill: #A6192E ;
}

.the_motorship .directory-news .slick-arrow .svg-icon {
  fill: #000 ;
}

.world_fishing .directory-news .slick-arrow .svg-icon {
  fill: #003DA5 ;
}

.seawork .directory-news .slick-arrow .svg-icon {
  fill: #1c427e ;
}

.offshore .directory-news .slick-arrow .svg-icon {
  fill: #003A78 ;
}

.icefish .directory-news .slick-arrow .svg-icon {
  fill: #1c427e ;
}

.directory-news .slick-prev {
  left: -0.9375rem;
}

.directory-news .slick-next {
  right: -0.9375rem;
}

.directory-news .slick-slide {
  margin-right: 1em;
  margin-left: 1em;
}

.directory-news .slick-dots {
  right: auto;
  width: 100%;
  text-align: center;
  top: auto;
  bottom: -0.9375rem;
}

.directory-news .slick-dots li button {
  background: #6982a7;
}

.maritime_journal .directory-news .slick-dots li button {
  background-color: #6982a7 ;
}

.boating_business .directory-news .slick-dots li button {
  background-color: #00A3E0 ;
}

.greenport .directory-news .slick-dots li button {
  background-color: #719949 ;
}

.port_strategy .directory-news .slick-dots li button {
  background-color: #A6192E ;
}

.the_motorship .directory-news .slick-dots li button {
  background-color: #000 ;
}

.world_fishing .directory-news .slick-dots li button {
  background-color: #003DA5 ;
}

.seawork .directory-news .slick-dots li button {
  background-color: #1c427e ;
}

.offshore .directory-news .slick-dots li button {
  background-color: #003A78 ;
}

.icefish .directory-news .slick-dots li button {
  background-color: #1c427e ;
}

.directory-news .box-items__title {
  padding: 0.875rem;
}

/* Module: S */
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .social-icons {
  background-color: #ececec;
  overflow: hidden;
  padding: 0.9375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.footer .social-icons .social-icons__svg-mask {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border-color: transparent;
  background-color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
}

.social-icons__svg-icon-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.social-icons li {
  float: left;
}

.social-icons__link {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  -webkit-transition: all 500ms ease-out 0.5s;
  -moz-transition: all 500ms ease-out 0.5s;
  transition: all 500ms ease-out 0.5s;
}

.social-icons__link:hover, .social-icons__link:active, .social-icons__link:focus, .social-icons__link {
  top: -3px;
}

.social-icons__link--facebook {
  fill: #3b5998;
}

.social-icons__link--linkedin {
  fill: #0083be;
}

.social-icons__link--twitter {
  fill: #55acee;
}

.social-icons__link--youtube {
  fill: #e02e2f;
}

.social-icons__link--googleplus {
  fill: #dd4b39;
}

.social-icons__link--tumbler {
  fill: #35465c;
}

.social-icons__link--instagram {
  fill: #316699;
}

/* Module: S */
.tabbed-content__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5625rem;
}

.tabbed-content__tab {
  border: 1px solid #d1e6f8;
  text-align: center;
  margin-bottom: 0.1875rem;
}

.maritime_journal .tabbed-content__tab {
  border-color: #d1e6f8 ;
}

.boating_business .tabbed-content__tab {
  border-color: #D3DBF7 ;
}

.greenport .tabbed-content__tab {
  border-color: #DDEBE3 ;
}

.port_strategy .tabbed-content__tab {
  border-color: #EBD4CB ;
}

.the_motorship .tabbed-content__tab {
  border-color: #FCDCB9 ;
}

.world_fishing .tabbed-content__tab {
  border-color: #d1e6f8 ;
}

.seawork .tabbed-content__tab {
  border-color: #d1e6f8 ;
}

.offshore .tabbed-content__tab {
  border-color: #D3DBF7 ;
}

.icefish .tabbed-content__tab {
  border-color: #d1e6f8 ;
}

.tabbed-content__link {
  display: block;
  padding: 0.875rem 0.1875rem;
  color: #1881dc;
}

.maritime_journal .tabbed-content__link {
  color: #1881dc ;
}

.boating_business .tabbed-content__link {
  color: #003DA5 ;
}

.greenport .tabbed-content__link {
  color: #388659 ;
}

.port_strategy .tabbed-content__link {
  color: #A6192E ;
}

.the_motorship .tabbed-content__link {
  color: #000 ;
}

.world_fishing .tabbed-content__link {
  color: #1881dc ;
}

.seawork .tabbed-content__link {
  color: #448ccb ;
}

.offshore .tabbed-content__link {
  color: #003A78 ;
}

.icefish .tabbed-content__link {
  color: #448ccb ;
}

.tabbed-content__link:hover, .tabbed-content__link.is-active {
  background-color: #448ccb;
  font-weight: bold;
  color: #fff;
}

.maritime_journal .tabbed-content__link:hover, .maritime_journal .tabbed-content__link.is-active {
  background-color: #448ccb ;
}

.boating_business .tabbed-content__link:hover, .boating_business .tabbed-content__link.is-active {
  background-color: #003DA5 ;
}

.greenport .tabbed-content__link:hover, .greenport .tabbed-content__link.is-active {
  background-color: #388659 ;
}

.port_strategy .tabbed-content__link:hover, .port_strategy .tabbed-content__link.is-active {
  background-color: #A6192E ;
}

.the_motorship .tabbed-content__link:hover, .the_motorship .tabbed-content__link.is-active {
  background-color: #f4891e ;
}

.world_fishing .tabbed-content__link:hover, .world_fishing .tabbed-content__link.is-active {
  background-color: #003DA5 ;
}

.seawork .tabbed-content__link:hover, .seawork .tabbed-content__link.is-active {
  background-color: #448ccb ;
}

.offshore .tabbed-content__link:hover, .offshore .tabbed-content__link.is-active {
  background-color: #003A78 ;
}

.icefish .tabbed-content__link:hover, .icefish .tabbed-content__link.is-active {
  background-color: #448ccb ;
}

.tabbed-content__content {
  display: none;
}

.tabbed-content__content.is-active {
  display: block;
  padding-top: 1rem;
}

/* Module: S */
.tabs-slider {
  margin-bottom: 1.875rem;
}

/* Module: S */
.text-image-section {
  background-color: #6982a7;
  margin-bottom: 1.25rem;
}

.maritime_journal .text-image-section {
  background-color: #6982a7 ;
}

.boating_business .text-image-section {
  background-color: #00A3E0 ;
}

.greenport .text-image-section {
  background-color: #719949 ;
}

.port_strategy .text-image-section {
  background-color: #777777 ;
}

.the_motorship .text-image-section {
  background-color: #000 ;
}

.world_fishing .text-image-section {
  background-color: #003DA5 ;
}

.seawork .text-image-section {
  background-color: #1c427e ;
}

.offshore .text-image-section {
  background-color: #003A78 ;
}

.icefish .text-image-section {
  background-color: #1c427e ;
}

.text-image-section__img {
  padding-bottom: 87%;
}

.text-image-section__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 1.25rem;
}

.maritime_journal .text-image-section__title,
.world_fishing .text-image-section__title,
.boating_business .text-image-section__title,
.greenport .text-image-section__title,
.port_strategy .text-image-section__title,
.the_motorship .text-image-section__title,
.seawork .text-image-section__title,
.offshore .text-image-section__title,
.icefish .text-image-section__title {
  color: #fff;
}

.text-image-section__text {
  color: #fff;
  padding: 2.5rem 0.5625rem 2.6875rem;
}

.text-image-section__text a {
  color: #fff;
}

.maritime_journal .text-image-section__text a,
.world_fishing .text-image-section__text a,
.boating_business .text-image-section__text a,
.greenport .text-image-section__text a,
.port_strategy .text-image-section__text a,
.the_motorship .text-image-section__text a,
.seawork .text-image-section__text a,
.offshore .text-image-section__text a,
.icefish .text-image-section__text a {
  color: #fff;
}

.text-image-section .read-more {
  font-size: 1.25rem;
}

/* Module: S */
.top-links {
  overflow: hidden;
  -webkit-box-order: 2;
  -moz-box-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  display: none;
}

.top-links.is-active {
  display: block;
}

.top-links__list {
  position: relative;
  background-color: #448ccb;
  padding: 0.75rem 1.75rem;
}

.maritime_journal .top-links__list {
  background-color: #448ccb ;
}

.boating_business .top-links__list {
  background-color: #003DA5 ;
}

.greenport .top-links__list {
  background-color: #388659 ;
}

.port_strategy .top-links__list {
  background-color: #A6192E ;
}

.the_motorship .top-links__list {
  background-color: #f4891e ;
}

.world_fishing .top-links__list {
  background-color: #003DA5 ;
}

.seawork .top-links__list {
  background-color: #448ccb ;
}

.offshore .top-links__list {
  background-color: #003A78 ;
}

.icefish .top-links__list {
  background-color: #448ccb ;
}

.header .top-links__list {
  display: none;
}

.top-links__list-item {
  margin-left: 2.5rem;
}

.top-links__list-item:first-child {
  margin: 0;
}

.top-links__link {
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}

.maritime_journal .top-links__link,
.world_fishing .top-links__link,
.boating_business .top-links__link,
.greenport .top-links__link,
.port_strategy .top-links__link,
.the_motorship .top-links__link,
.seawork .top-links__link,
.offshore .top-links__link,
.icefish .top-links__link {
  color: #fff;
}

.top-links__link:hover {
  text-decoration: none;
}

.top-links__link:hover .top-links__text {
  text-decoration: underline;
}

.top-links__icon {
  display: none;
}

.top-links__text {
  display: inline-block;
  line-height: 0.875rem;
  padding-top: 0.1875rem;
  font-weight: 300;
}

.top-links__link--promoter_icon .top-links__text {
  width: 5.8125rem;
}

.top-links__link--find_a_business_icon .top-links__text {
  width: 5.0625rem;
}

.top-links__link--rss_feed_icon .top-links__text {
  width: 2.6875rem;
}

.top-links__link--free_e-news_icon .top-links__text {
  width: 4.5rem;
}

.top-links__link--subscribe_to_print_edition_icon .top-links__text {
  width: 9.3rem;
}

.top-links .slick-arrow {
  width: 3.4375rem;
  height: 100%;
  top: 0;
}

.top-links .slick-arrow .svg-icon {
  width: 1.875rem;
  height: 1.875rem;
}

.top-links .slick-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(68, 140, 203, 0.1) 0%, #448ccb 40%, #448ccb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(68, 140, 203, 0.1) 0%, #448ccb 40%, #448ccb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(68, 140, 203, 0.1) 0%, #448ccb 40%, #448ccb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448ccb', endColorstr='#448ccb',GradientType=1 );
  /* IE6-9 */
}

.top-links .slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, #448ccb 0%, #448ccb 60%, rgba(68, 140, 203, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #448ccb 0%, #448ccb 60%, rgba(68, 140, 203, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #448ccb 0%, #448ccb 60%, rgba(68, 140, 203, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448ccb', endColorstr='#33448ccb',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 992px) {
  .top-links__list-item {
    max-width: 100px;
  }
}

@media only screen and (max-width: 668px) {
  .top-links__list-item {
    max-width: 94px;
  }
}

@media only screen and (max-width: 510px) {
  .top-links__list-item {
    max-width: 107px;
  }
}

@media only screen and (max-width: 400px) {
  .top-links__list-item {
    max-width: 120px;
  }
}

/* Module: S */
.twitterfeed-container {
  max-height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.social-media-wrapper .twitterfeed-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 45px);
}

@media (max-width: 991px) {
  .twitterfeed-container {
    overflow-y: scroll;
  }
}

.twitterfeed {
  list-style-type: none !important;
  padding: 0;
}

.twitterfeed > li {
  border-bottom: 1px solid #dedede;
  clear: both;
  padding: 2rem 10px;
}

.twitterfeed > li:first-child {
  padding-top: 0;
}

.twitterfeed > li.tweet a {
  color: #009de0;
}

.twitterfeed > li.tweet a img {
  float: left;
  margin: 5px 10px 8% 5px;
}

.twitterfeed > li.tweet p {
  margin: 0;
}

.twitterfeed > li > span.timeline {
  font-size: 0.8em;
}

.twitterfeed > li > span.intent {
  float: right;
}

.twitterfeed > li > span.intent img {
  box-shadow: none;
}

.twitter-follow-button {
  height: 38px;
  margin: 0.25rem 0 0 1.25rem;
  position: absolute;
  bottom: -20px;
}

/* Module: S */
.youtube-channel-slider__wrapper {
  padding: 0 2.8125rem;
}

.social-media-wrapper .youtube-channel-slider__wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.youtube-channel-slider__wrapper div {
  height: 100%;
}

.youtube-channel-slider__wrapper .media-wrapper {
  padding: 0;
}

.youtube-channel-slider .slick-arrow {
  height: 2.125rem;
  width: 1.125rem;
  top: 50%;
  margin-top: -1.0625rem;
}

.youtube-channel-slider .slick-arrow .svg-icon {
  fill: #6982a7;
}

.maritime_journal .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #6982a7 ;
}

.boating_business .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #00A3E0 ;
}

.greenport .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #719949 ;
}

.port_strategy .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #A6192E ;
}

.the_motorship .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #000 ;
}

.world_fishing .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #003DA5 ;
}

.seawork .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #1c427e ;
}

.offshore .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #003A78 ;
}

.icefish .youtube-channel-slider .slick-arrow .svg-icon {
  fill: #1c427e ;
}

.youtube-channel-slider .slick-prev {
  left: -1.875rem;
}

.youtube-channel-slider .slick-next {
  right: -1.875rem;
}

@media (min-width: 48em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .takeover-banners--lhs .page-wrapper {
    padding-left: 120px;
  }
  .takeover-banners--lhs .desktop-sticky-header.stuck {
    padding-left: 120px;
  }
  .takeover-banners--rhs .page-wrapper {
    padding-right: 120px;
  }
  .takeover-banners--rhs .desktop-sticky-header.stuck {
    padding-right: 120px;
  }
  .takeover-banners .desktop-sticky-header.stuck {
    left: 0;
  }
  .takeover-banners .side-ad {
    position: fixed;
    width: 120px;
    top: 0;
    z-index: 1050;
    display: block;
  }
  .takeover-banners .side-ad img {
    height: auto;
  }
  .takeover-banners .side-ad--lhs {
    left: 0;
  }
  .takeover-banners .side-ad--rhs {
    right: 0;
  }
  /* Module: S */
  /* Module: S */
  .event-list__bar {
    font-size: 1rem;
  }
  .event-list__header {
    align-items: center;
  }
  .no-js .event-list__header,
  .no-flexbox .event-list__header {
    display: table;
  }
  .flexbox .event-list__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .event-list__image {
    border-right: 1px solid #ddd;
    margin: 1.875rem 0;
    padding: 0.625rem 2.5rem;
  }
  .event-key {
    padding: 0.625rem 0.9375rem;
  }
  .event-key .svg-icon {
    width: 27px;
    height: 27px;
  }
  .event-key.event-expand {
    padding-right: 0.9375rem;
  }
  .event-key.event-expand:before {
    right: -25px;
    border-width: 22px 13px;
  }
  .event-key span {
    padding-left: 0.625rem;
  }
  .details-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .details-listing > ul {
    width: 50%;
    margin: 0;
  }
  /* Module: S */
  .job-search .filters {
    flex-direction: row;
  }
  .job-search .filters__input {
    margin-right: 0.625rem;
    width: 64%;
  }
  .job-search .filters__select,
  .job-search .filters .selectric-filters__select {
    float: left;
    margin-left: 0.625rem;
    height: 3em;
  }
  .job-search .filters__select:first-of-type,
  .job-search .filters .selectric-filters__select:first-of-type {
    margin-left: 0;
  }
  .job-search .filters button {
    margin-left: 0.625rem;
  }
  .filters__label {
    width: initial;
  }
  /* Module: S */
  /* Module: S */
  .address-map__address {
    float: left;
    width: 21%;
  }
  .address-map__map {
    width: 79%;
    float: left;
    padding-bottom: 36.19%;
  }
  /* Module: S */
  .media-gallery .slick-dots {
    display: block;
    position: relative;
    bottom: auto;
    margin: 0 auto;
    top: 16px;
    right: 0;
    width: 90%;
    text-align: center;
    line-height: 10px;
    z-index: 1;
  }
  .media-gallery .slick-dots li button {
    background: #6982a7;
  }
  .maritime_journal .media-gallery .slick-dots li button {
    background-color: #6982a7 ;
  }
  .boating_business .media-gallery .slick-dots li button {
    background-color: #00A3E0 ;
  }
  .greenport .media-gallery .slick-dots li button {
    background-color: #719949 ;
  }
  .port_strategy .media-gallery .slick-dots li button {
    background-color: #A6192E ;
  }
  .the_motorship .media-gallery .slick-dots li button {
    background-color: #000 ;
  }
  .world_fishing .media-gallery .slick-dots li button {
    background-color: #003DA5 ;
  }
  .seawork .media-gallery .slick-dots li button {
    background-color: #1c427e ;
  }
  .offshore .media-gallery .slick-dots li button {
    background-color: #003A78 ;
  }
  .icefish .media-gallery .slick-dots li button {
    background-color: #1c427e ;
  }
  /* Module: S */
  .results__list-item {
    margin: 0;
    padding: 1.25rem 1.5625rem;
  }
  .results__list-item--w-thumb .results__list-item {
    padding: 3.125rem 4.6875rem 3.125rem 1.75rem;
  }
  .results__list-item--w-icon .results__list-item {
    padding-left: 0;
  }
  .results__list-item--w-thumb:first-of-type {
    border-top: 2px solid #ececec;
  }
  .results__list-item--w-border {
    margin-bottom: 1.875rem;
  }
  .results__list-item--w-border:first-of-type {
    border-top-width: 1px;
  }
  .results__list-item--narrow {
    padding: 0.625rem 1.4375rem 1.25rem;
  }
  .results__exhibitor {
    margin-top: 2.6875rem;
  }
  .results__info {
    padding: 0;
    font-size: 1.25rem;
  }
  .results__list-item--sponsored {
    padding: 0.25rem;
  }
  .results__list-item--sponsored-wrapper {
    padding: 3.125rem 1.5625rem 1.25rem;
  }
  .results__thumb {
    float: left;
    width: 27.05%;
    display: block;
    margin: 0;
    max-height: 220px;
    overflow: hidden;
  }
  .results__thumb img {
    width: 100%;
    height: auto;
  }
  .results__list-item--w-thumb--small .results__thumb {
    width: 17.05%;
  }
  .results__text {
    display: block;
  }
  .results__text + .tag-wrapper {
    margin-top: 0;
  }
  .results__title {
    padding-top: 1.0625rem;
  }
  .results__content {
    padding: 0;
  }
  .results__list-item--w-thumb .results__content {
    padding-left: 30.58%;
  }
  .results__list-item--w-thumb--small .results__content {
    padding-left: 20.58%;
  }
  .results__sponsored-box .results__content {
    padding: 1.875rem 28.2% 1.5rem 4.92%;
  }
  .results__sponsored-box-img {
    width: 23.51%;
    position: absolute;
    right: 4.69%;
    top: calc(50% + 24px);
    padding: 0;
    margin: 0;
  }
  .csstransforms .results__sponsored-box-img {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .results__bottom-btn {
    padding: 1.5rem 0;
  }
  .results__shortcut-links {
    padding: 0 0 1.875rem;
    font-size: 1.25rem;
    margin: 1.25rem 0 1.875rem;
    border-top: 0;
  }
  .results__shortcut-links a {
    display: inline-block;
    margin: 0;
  }
  .results__shortcut-links-delimeter {
    margin: 0 1rem;
    display: inline-block;
  }
  /* Module: S */
  .slick-dots {
    bottom: 15px;
    margin-right: 0;
    top: auto;
  }
  .news-slider .slick-dots {
    right: 85px;
  }
  .directory-news .slick-dots {
    bottom: -1.875rem;
  }
}

@media (min-width: 62em) {
  .container-fluid {
    padding: 0 1rem;
  }
  .container-fluid--paddingless {
    padding: 0;
  }
  .inner-page main {
    padding: 0;
  }
  .homepage-wrapper {
    margin: 0 -1.25rem;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .accordion__title {
    padding-left: 0;
  }
  .accordion__arrows {
    right: 0;
  }
  /* Module: S */
  .ad-banner-horizontal {
    padding: 2.125rem;
    margin-bottom: 4.375rem;
    margin-top: 1.5625rem;
  }
  .ad-banner-horizontal--bottom {
    margin-bottom: 1.25rem;
  }
  /* Module: S */
  .ad-banner-vertical {
    display: none;
  }
  .ad-show-mobile .ad-banner-vertical img,
  .ad-show-mobile .advert-banner-vertical img {
    height: inherit;
  }
  .ad-banner-vertical-sticky-wrapper {
    position: static;
  }
  .ad-banner-vertical-sticky-wrapper.stuck {
    position: fixed;
    width: inherit;
  }
  .ad-banner-vertical-sticky-wrapper.is-bottom {
    position: absolute;
  }
  /* Module: S */
}

@media screen and (min-width: 62em) and (min-width: 1200px) {
  .tt-menu .tt-dataset {
    float: left;
  }
  .tt-menu .tt-dataset.tt-dataset-organic {
    width: 40%;
  }
  .tt-menu .tt-dataset.tt-dataset-collectioncfg {
    width: 60%;
  }
  .tt-menu .tt-dataset:only-of-type {
    width: 100%;
    border-right: 0;
  }
  .tt-menu .tt-dataset:first-of-type {
    border-right: 1px solid #ccc;
  }
}

@media (min-width: 62em) {
  /* Module: S */
  .box-items {
    margin-bottom: 1.875rem;
  }
  .box-items--text {
    display: flex;
    margin-bottom: 2rem;
  }
  .box-items__item {
    margin-bottom: 0.75rem;
    border: 2px solid #d6d7de;
    position: relative;
  }
  .box-items__item:hover .box-items__overlay-desc {
    max-height: 500px;
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
  }
  .box-items--text .box-items__item {
    height: 100%;
  }
  .box-items__img, .box-items__ad {
    padding-bottom: 100%;
  }
  .directory-news .box-items__img, .directory-news .box-items__ad {
    padding-bottom: 110%;
  }
  .box-items__title {
    position: absolute;
    padding: 1.25rem 1.5rem 1rem 1.5rem;
    bottom: 0;
    left: 0;
    min-height: 106px;
  }
  .box-items__title-text {
    line-height: 1.5rem;
    height: 3rem;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .box-items__overlay-desc {
    display: block;
    max-height: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    -webkit-transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
  }
  .box-items__overlay-desc p {
    margin: 0 0;
    line-height: 1.4rem;
    max-height: 5.6rem;
    overflow: hidden;
    position: relative;
    padding-right: 2.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -ms-box;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .box-items__overlay-desc-content {
    padding: 3.125rem 0 2.25rem 2.25rem;
  }
  .box-items__overlay-desc-content .read-more {
    color: #fff;
  }
  /* Module: S */
  .breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 2px #ececec solid;
    overflow: hidden;
    font-weight: bold;
    padding: 0.5rem 0;
    margin-bottom: 1.875rem;
  }
  .breadcrumbs__item {
    float: left;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-left: 0.6875rem;
  }
  .breadcrumbs__item:first-child {
    margin: 0;
  }
  .breadcrumbs__link {
    color: #6982a7;
    position: relative;
    padding-right: 1.875rem;
  }
  .maritime_journal .breadcrumbs__link {
    color: #6982a7 ;
  }
  .boating_business .breadcrumbs__link {
    color: #00A3E0 ;
  }
  .greenport .breadcrumbs__link {
    color: #719949 ;
  }
  .port_strategy .breadcrumbs__link {
    color: #A6192E ;
  }
  .the_motorship .breadcrumbs__link {
    color: #000 ;
  }
  .world_fishing .breadcrumbs__link {
    color: #003DA5 ;
  }
  .seawork .breadcrumbs__link {
    color: #1c427e ;
  }
  .offshore .breadcrumbs__link {
    color: #003A78 ;
  }
  .icefish .breadcrumbs__link {
    color: #1c427e ;
  }
  .breadcrumbs__link::after {
    content: ">>";
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    line-height: 0.8125rem;
    padding-bottom: 2px;
  }
  /* Module: S */
  .contracts-item {
    padding: 1.875rem 0;
  }
  .contracts-item .list-group > li {
    width: 32%;
    width: calc(100% / 3 - 30px);
    margin-right: 10px;
  }
  .contracts-item .list-group > li:nth-child(-n+3) {
    margin-bottom: 1.25rem;
  }
  .company-profile {
    margin: 0 0 1.875rem 0;
    padding: 1.875rem;
    flex-wrap: nowrap;
  }
  .company-profile_image {
    padding-right: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
  .company-profile_desc {
    border-left: 1px solid #ececec;
    padding-left: 1.875rem;
  }
  /* Module: S */
  .search-bar {
    width: 450px;
  }
  .directory-search__label {
    display: inline-block;
    position: relative;
    top: 0.4375rem;
  }
  /* Module: S */
  .event-list__bar {
    font-size: 1rem;
  }
  .event-list__header {
    align-items: center;
  }
  .no-js .event-list__header,
  .no-flexbox .event-list__header {
    display: table;
  }
  .flexbox .event-list__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .event-list__image {
    border-right: 1px solid #ddd;
    margin: 1.875rem 0;
    padding: 0.625rem 2.5rem;
  }
  .event-key {
    padding: 0.625rem 0.9375rem;
  }
  .event-key .svg-icon {
    width: 27px;
    height: 27px;
  }
  .event-key.event-expand {
    padding-right: 0.9375rem;
  }
  .event-key.event-expand:before {
    right: -25px;
    border-width: 22px 13px;
  }
  .event-key span {
    padding-left: 0.625rem;
  }
  .details-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .details-listing > ul {
    width: 50%;
    margin: 0;
  }
  /* Module: S */
  .cards__item {
    width: 25%;
    max-width: 25%;
  }
  .cards__item:nth-child(even) > .cards__item-box {
    margin-right: 1.25rem;
  }
  .cards__item:nth-child(4) > .cards__item-box {
    margin-right: 0;
  }
  /* Jobs template */
  .premium-jobs-listing li {
    width: 33.33%;
  }
  /* Module: S */
  .filters {
    padding: 1.875rem 1.6875rem 2.1875rem;
    margin-bottom: 1.5rem;
    height: 7.5rem;
  }
  .filters__label {
    font-size: 1.5rem;
    float: left;
    margin-right: 1.9375rem;
    margin-top: 0.6875rem;
  }
  .filters .selectric-filters__select--category {
    width: 26.25rem;
  }
  .filters .selectric-filters__select--year {
    width: 9.6875rem;
  }
  .filters .selectric-filters__select--job {
    width: 15.9375rem;
  }
  .global-search-form {
    padding: 2.0625rem 1.25rem;
    line-height: 0.7;
    border: 1px solid #d6d7de;
    height: 103px;
  }
  .global-search-form__container {
    width: 100%;
    line-height: 1;
  }
  .global-search-form__input-wrapper {
    float: left;
    width: 50%;
    max-width: 28.125rem;
  }
  .global-search-form__input[type='text'] {
    height: 2.875rem;
    font-size: 1rem;
    width: 70%;
    padding: 0 1.25rem;
  }
  .twitter-typeahead .global-search-form__input[type='text'] {
    width: 100%;
  }
  .global-search-form .twitter-typeahead {
    width: calc(100% - 130px);
  }
  .global-search-form__btn {
    font-size: 1.125rem;
    padding: 0.875rem;
    width: 130px;
  }
  .global-search-form__filters-wrapper {
    width: 50%;
    float: right;
    display: none;
    -webkit-box-justify-content: flex-end;
    -moz-box-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .global-search-form__filters-wrapper.is-active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .global-search-form__filters-wrapper .selectric-filters__select {
    margin: 0 0.3125rem;
    width: 50%;
  }
  .global-search-form__filters-wrapper .selectric {
    height: 41px;
  }
  .global-search-form__filters-wrapper .selectric .label {
    height: 41px;
    line-height: 41px;
    margin: 0 2.75rem 0 .5625rem;
  }
  .global-search-form__filters-wrapper .selectric .arrow {
    right: 7px;
    margin-top: -5px;
  }
  .job-search .filters__input {
    height: 3.3125rem;
  }
  .job-search .filter-links__link {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
  .filter-az {
    margin: 1rem 0;
    font-size: 1.25rem;
  }
  .filter-az__item {
    margin: 5px;
  }
  /* Module: S */
  .footer {
    overflow: hidden;
  }
  .footer .social-icons {
    display: none;
  }
  .footer__container {
    overflow: hidden;
    padding: 3.9375rem 12% 6.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer__links-wrapper {
    float: right;
    width: 34%;
    -webkit-box-order: 3;
    -moz-box-order: 3;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .footer__links {
    float: left;
    width: 50%;
    border-left: 1px solid #fff;
    padding-left: 1.125rem;
    height: 100%;
  }
  .footer__links-item {
    margin: 0;
    line-height: 1.2;
  }
  .footer__logo {
    float: left;
    border: none;
    padding: 1.25rem 3.8% 1.25rem 0;
    width: 25%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__privacy-links {
    float: left;
    text-align: left;
    padding: 1.25rem 2.1%;
    width: 40%;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 0.9375rem;
  }
  .footer__privacy-links p {
    margin: 0;
  }
  /* Module: S */
  .contact-form .sq-form-question {
    display: table;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .contact-form .sq-form-question-title {
    flex: 1 0 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .contact-form .sq-form-question-answer {
    flex: 1 0 80%;
    min-width: 80%;
    max-width: 80%;
  }
  .contact-form .label--s .sq-form-question-title {
    flex: 1 0 10%;
    min-width: 10%;
    max-width: 10%;
  }
  .contact-form .label--s .sq-form-question-answer {
    flex: 1 0 90%;
    min-width: 90%;
    max-width: 90%;
  }
  .contact-form .label--m .sq-form-question-title {
    flex: 1 0 55%;
    min-width: 55%;
    max-width: 55%;
  }
  .contact-form .label--m .sq-form-question-answer {
    flex: 1 0 45%;
    min-width: 45%;
    max-width: 45%;
  }
  .contact-form .label--l .sq-form-question-title {
    flex: 1 0 75%;
    min-width: 75%;
    max-width: 75%;
  }
  .contact-form .label--l .sq-form-question-answer {
    flex: 1 0 25%;
    min-width: 25%;
    max-width: 25%;
  }
  /* Module: S */
  .intro-item {
    padding: 0 0 2.5rem;
    border-bottom: 2px solid #ececec;
  }
  .intro-item--thin {
    padding-bottom: 0.9375rem;
  }
  .intro-item--thin .intro-item__title {
    padding-top: 0.9375rem;
  }
  .intro-item:last-child {
    margin-bottom: 1.875rem;
  }
  .intro-items__view-more {
    padding-top: 0;
    margin-top: -1.1875rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    display: block;
  }
  /* Module: S */
  .top-wrapper {
    display: block;
  }
  .header {
    border-top: solid 1px #ececec;
    padding: 0;
    overflow: visible;
  }
  .header .twitter-typeahead {
    height: 36px;
  }
  .header__logo {
    padding: 3.6875rem 0 3rem;
    margin: 0;
    max-width: 26.25rem;
    -webkit-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
  .takeover-banners .header__logo {
    max-width: 33%;
  }
  .stuck .header__logo {
    padding: 0.625rem 0 0.3125rem 0;
    width: 14.375rem;
  }
  .header__logo .logo-mob {
    display: none;
  }
  .header__logo .logo-lg {
    display: block;
  }
  .conference-events .header__logo {
    max-width: 41rem;
  }
  .header__right-wrapper {
    height: 2.5rem;
    margin-top: 4.4375rem;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
  }
  .stuck .header__right-wrapper {
    margin-top: 10px;
  }
  .header__mobile-btns {
    display: none;
  }
  .stuck .header__mobile-btns {
    display: block;
    float: right;
  }
  .stuck .header__mobile-btns .header__toggle-nav-btn {
    display: none;
  }
  .stuck .header__mobile-btns .search-form__button {
    height: 1.75rem;
    width: 1.75rem;
    display: block;
    margin: 0.25rem 0 0.25rem 1.0625rem;
  }
  .stuck .header__mobile-btns .search-form__button.is-active {
    display: none;
  }
  .header .social-icons {
    display: block;
    margin: 0.3125rem 0 0.25rem;
    float: left;
  }
  .stuck .header .social-icons {
    border-right: #d6d7de solid 1px;
    padding-right: 0.625rem;
  }
  .header .social-icons li {
    margin-right: 0.625rem;
  }
  .search-form {
    height: 100%;
    width: auto;
    float: left;
    margin-left: 0.6875rem;
    display: block;
    position: relative;
    padding: 0;
  }
  .stuck .search-form {
    display: none;
  }
  .stuck .search-form.is-active {
    display: block;
  }
  .search-form.is-active {
    display: block;
  }
  .search-form input[type="text"] {
    height: 100%;
    width: 16.25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .search-form .search-form__button {
    height: 0.875rem;
    width: 0.875rem;
    top: 0.75rem;
    margin: 0;
    right: 0.75rem;
  }
  .search-form .tt-no-results {
    font-size: 13px;
  }
  .desktop-sticky-header.stuck .header {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .conference-events .stuck .header__logo {
    width: 30rem;
  }
  .conference-events .stuck .header__logo img {
    height: 100%;
    width: auto;
    max-width: 1000px;
    max-height: 1000px;
  }
  /* Module: S */
  .contact-details > li {
    width: 32%;
    width: calc(100% / 3 - 30px);
  }
  .hero-contact .social-icons {
    border-left: 1px #c0c0c0 solid;
  }
  .directory .banner-image {
    display: table-cell;
  }
  /* Module: S */
  .hero {
    position: relative;
    color: #fff;
  }
  .hero-copy {
    position: absolute;
    z-index: 3;
    left: 6.25rem;
    bottom: 5.3125rem;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
  }
  .hero__title {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 4rem;
    display: block;
  }
  .hero__title--mobile {
    display: none;
  }
  .hero__custom-title-wrapper {
    max-width: 600px;
    bottom: 5.3125rem;
  }
  .hero__custom-title-wrapper .hero__published {
    margin-top: 1.25rem;
  }
  /* Module: S */
  /* Module: S */
  .key-container {
    font-size: 1rem;
  }
  .key-text .svg-icon {
    width: 27px;
    height: 27px;
  }
  .key-text.key-expand {
    padding-right: 0.9375rem;
  }
  .key-text.key-expand:before {
    right: -25px;
    border-width: 22px 13px;
  }
  .dark-grey .key-text.key-expand:before,
  .dark-blue .key-text.key-expand:before {
    border-width: 22px 13px;
  }
  /* Module: S */
  .mfp-gallery .mfp-image-holder .mfp-content,
  .mfp-gallery .mfp-iframe-holder .mfp-content {
    padding: 0;
    margin: 0 21%;
    width: 58%;
  }
  .mfp-gallery .mfp-image-holder .mfp-content .mfp-close,
  .mfp-gallery .mfp-iframe-holder .mfp-content .mfp-close {
    right: 0;
  }
  .mfp-arrow--custom.mfp-arrow-right {
    right: 19%;
  }
  .mfp-arrow--custom.mfp-arrow-left {
    left: 19%;
  }
  /* Module: S */
  .main-nav {
    margin-bottom: 2.8125rem;
  }
  .stuck .main-nav {
    margin-bottom: 0;
  }
  .main-nav__items {
    display: block;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: visible;
    position: static;
    height: 4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align-content: stretch;
    -moz-box-align-content: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }
  .main-nav__item {
    position: static;
    float: left;
  }
  .main-nav__item:first-child .main-nav__link-text {
    border: none;
  }
  .main-nav__item:hover .main-nav__link {
    background-color: #448ccb;
    border-color: #448ccb;
    color: #fff;
  }
  .maritime_journal .main-nav__item:hover .main-nav__link {
    background-color: #448ccb ;
  }
  .boating_business .main-nav__item:hover .main-nav__link {
    background-color: #003DA5 ;
  }
  .greenport .main-nav__item:hover .main-nav__link {
    background-color: #388659 ;
  }
  .port_strategy .main-nav__item:hover .main-nav__link {
    background-color: #A6192E ;
  }
  .the_motorship .main-nav__item:hover .main-nav__link {
    background-color: #f4891e ;
  }
  .world_fishing .main-nav__item:hover .main-nav__link {
    background-color: #003DA5 ;
  }
  .seawork .main-nav__item:hover .main-nav__link {
    background-color: #448ccb ;
  }
  .offshore .main-nav__item:hover .main-nav__link {
    background-color: #003A78 ;
  }
  .icefish .main-nav__item:hover .main-nav__link {
    background-color: #448ccb ;
  }
  .maritime_journal .main-nav__item:hover .main-nav__link {
    border-color: #448ccb ;
  }
  .boating_business .main-nav__item:hover .main-nav__link {
    border-color: #003DA5 ;
  }
  .greenport .main-nav__item:hover .main-nav__link {
    border-color: #388659 ;
  }
  .port_strategy .main-nav__item:hover .main-nav__link {
    border-color: #A6192E ;
  }
  .the_motorship .main-nav__item:hover .main-nav__link {
    border-color: #f4891e ;
  }
  .world_fishing .main-nav__item:hover .main-nav__link {
    border-color: #003DA5 ;
  }
  .seawork .main-nav__item:hover .main-nav__link {
    border-color: #448ccb ;
  }
  .offshore .main-nav__item:hover .main-nav__link {
    border-color: #003A78 ;
  }
  .icefish .main-nav__item:hover .main-nav__link {
    border-color: #448ccb ;
  }
  .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #448ccb;
  }
  .maritime_journal .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #448ccb ;
  }
  .boating_business .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #003DA5 ;
  }
  .greenport .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #388659 ;
  }
  .port_strategy .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #A6192E ;
  }
  .the_motorship .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #f4891e ;
  }
  .world_fishing .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #003DA5 ;
  }
  .seawork .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #448ccb ;
  }
  .offshore .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #003A78 ;
  }
  .icefish .main-nav__item:hover .main-nav__link .main-nav__link-text {
    border-color: #448ccb ;
  }
  .main-nav__item:hover .main-nav__submenu {
    max-height: 1000px;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
  .main-nav__item:hover + .main-nav__item .main-nav__link-text {
    border-color: #fff;
  }
  .main-nav__submenu-item-devider {
    width: 1px;
    height: 0.6875rem;
    float: left;
    background: #c0c0c0;
  }
  .main-nav__link {
    padding: 1.4375rem 0 1.0625rem;
    border: none;
  }
  .main-nav__link.is-active {
    border-bottom: 3px solid #448ccb;
    padding-bottom: 0.9375rem;
  }
  .maritime_journal .main-nav__link.is-active {
    border-bottom-color: #448ccb ;
  }
  .boating_business .main-nav__link.is-active {
    border-bottom-color: #003DA5 ;
  }
  .greenport .main-nav__link.is-active {
    border-bottom-color: #388659 ;
  }
  .port_strategy .main-nav__link.is-active {
    border-bottom-color: #A6192E ;
  }
  .the_motorship .main-nav__link.is-active {
    border-bottom-color: #f4891e ;
  }
  .world_fishing .main-nav__link.is-active {
    border-bottom-color: #003DA5 ;
  }
  .seawork .main-nav__link.is-active {
    border-bottom-color: #448ccb ;
  }
  .offshore .main-nav__link.is-active {
    border-bottom-color: #003A78 ;
  }
  .icefish .main-nav__link.is-active {
    border-bottom-color: #448ccb ;
  }
  .takeover-banners .main-nav__link {
    font-size: 12px;
  }
  .main-nav__link-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-left: 1px #c0c0c0 solid;
    line-height: 0.6875rem;
  }
  .takeover-banners .main-nav__link-text {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .main-nav__submenu {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .main-nav__submenu.is-active {
    max-height: 0;
  }
  .main-nav__expand-button {
    display: none;
  }
  .main-nav__submenu-col-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: static;
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }
  .main-nav__submenu-overflow {
    overflow-y: auto;
  }
  .main-nav__submenu-col {
    float: left;
    margin: 0 1.2352941176%;
  }
  .flexbox .main-nav__submenu-col {
    width: 100%;
  }
  .main-nav__submenu-col:first-child {
    margin-left: 2.7647058824%;
  }
  .main-nav__submenu-col:last-child {
    margin-right: 2.7647058824%;
  }
  .main-nav__submenu-item {
    border-bottom: 2px solid #7cafdb;
  }
  .maritime_journal .main-nav__submenu-item {
    border-bottom-color: #7cafdb ;
  }
  .boating_business .main-nav__submenu-item {
    border-bottom-color: #458CCC ;
  }
  .greenport .main-nav__submenu-item {
    border-bottom-color: #283618 ;
  }
  .port_strategy .main-nav__submenu-item {
    border-bottom-color: #4F000B ;
  }
  .the_motorship .main-nav__submenu-item {
    border-bottom-color: #FCDCB9 ;
  }
  .world_fishing .main-nav__submenu-item {
    border-bottom-color: #458CCC ;
  }
  .seawork .main-nav__submenu-item {
    border-bottom-color: #7cafdb ;
  }
  .offshore .main-nav__submenu-item {
    border-bottom-color: #007AC2 ;
  }
  .icefish .main-nav__submenu-item {
    border-bottom-color: #7cafdb ;
  }
  .main-nav__submenu-item:first-child {
    border-top: 2px solid #7cafdb;
  }
  .maritime_journal .main-nav__submenu-item:first-child {
    border-top-color: #7cafdb ;
  }
  .boating_business .main-nav__submenu-item:first-child {
    border-top-color: #458CCC ;
  }
  .greenport .main-nav__submenu-item:first-child {
    border-top-color: #283618 ;
  }
  .port_strategy .main-nav__submenu-item:first-child {
    border-top-color: #4F000B ;
  }
  .the_motorship .main-nav__submenu-item:first-child {
    border-top-color: #FCDCB9 ;
  }
  .world_fishing .main-nav__submenu-item:first-child {
    border-top-color: #458CCC ;
  }
  .seawork .main-nav__submenu-item:first-child {
    border-top-color: #7cafdb ;
  }
  .offshore .main-nav__submenu-item:first-child {
    border-top-color: #007AC2 ;
  }
  .icefish .main-nav__submenu-item:first-child {
    border-top-color: #7cafdb ;
  }
  .main-nav__submenu-level2-item {
    border-top: 2px solid #7cafdb;
  }
  .maritime_journal .main-nav__submenu-level2-item {
    border-top-color: #7cafdb ;
  }
  .boating_business .main-nav__submenu-level2-item {
    border-top-color: #458CCC ;
  }
  .greenport .main-nav__submenu-level2-item {
    border-top-color: #283618 ;
  }
  .port_strategy .main-nav__submenu-level2-item {
    border-top-color: #4F000B ;
  }
  .the_motorship .main-nav__submenu-level2-item {
    border-top-color: #FCDCB9 ;
  }
  .world_fishing .main-nav__submenu-level2-item {
    border-top-color: #458CCC ;
  }
  .seawork .main-nav__submenu-level2-item {
    border-top-color: #7cafdb ;
  }
  .offshore .main-nav__submenu-level2-item {
    border-top-color: #007AC2 ;
  }
  .icefish .main-nav__submenu-level2-item {
    border-top-color: #7cafdb ;
  }
  .main-nav__submenu-level1-link, .main-nav__submenu-level2-link {
    padding: 0.75rem 0.5rem 0.5rem;
    font-size: 0.9375rem;
    border-bottom: none;
  }
  .takeover-banners .main-nav__submenu-level1-link, .takeover-banners .main-nav__submenu-level2-link {
    padding: 0.375rem 0.1875rem 0.1875rem;
    font-size: 0.75rem;
  }
  .main-nav__submenu-level2 {
    max-height: 5500px;
  }
  .main-nav__ad {
    display: block;
    clear: both;
    padding: 1.25rem 0 1rem;
    width: 100%;
    border-bottom: 8px solid #6c6998;
    text-align: center;
    background: #fff;
  }
  /* Module: S */
  .media-gallery {
    border: 1px solid #c0c0c0;
    padding: 2.5rem 3.625rem;
  }
  .media-gallery__item:hover .media-gallery__item-overlay {
    max-height: 500px;
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
  }
  .media-gallery__item-overlay {
    font-size: 0.9375rem;
    display: block;
    max-height: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    -webkit-transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
  }
  .media-gallery__item-overlay p {
    margin: 0 0;
    line-height: 1.4rem;
    max-height: 5.6rem;
    overflow: hidden;
    position: relative;
    padding-right: 2.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    display: -ms-box;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .media-gallery__item-overlay-content {
    display: block;
    padding: 2.25rem 0 2.25rem 2.25rem;
  }
  .media-gallery .slick-prev {
    left: -2.0625rem;
  }
  .media-gallery .slick-next {
    right: -2.0625rem;
  }
  /* Module: S */
  .block-wrap {
    padding: 0;
  }
  .block-wrap > .row {
    padding: 3.125rem 0;
  }
  .ad-block--callout .block-wrap > .row, .amplify-block--callout .block-wrap > .row {
    padding: 3.75rem 0;
  }
  .sq-form-submit {
    text-align: right;
  }
  .solo-img {
    width: 1200px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .solo-img img {
    object-fit: cover;
  }
  .img-wrapper.pull-left {
    margin-right: 2em;
  }
  .img-wrapper.pull-right {
    margin-left: 2em;
  }
  /* Module: S */
  /* Module: S */
  .top-bar--mobile {
    display: none;
  }
  .top-bar--desktop {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .top-bar--desktop > ul {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .top-bar--desktop > ul > li {
    margin: 0 0 0 0.3125rem;
    padding: 0;
    float: left;
  }
  .top-bar--desktop > ul > li:first-of-type {
    margin: 0;
  }
  .social-expand {
    display: none;
  }
  .social-expand__bar .social-icons {
    display: inline-block;
    position: absolute;
    right: 1.25rem;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .ad-header .social-expand__bar .social-icons, .amplify-header .social-expand__bar .social-icons {
    top: 0.9375rem;
    right: 3.125rem;
  }
  .social-expand__bar .social-icons > li {
    margin-right: 0.5rem;
  }
  .social-expand__bar .social-icons > li:last-of-type {
    margin-right: 0;
  }
  /* Module: S */
  .news-content {
    border: 1px solid #d6d7de;
    padding: 1em 2em;
  }
  .news-header {
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-footer {
    justify-content: flex-start;
    border: 1px solid #d6d7de;
    border-top: none;
  }
  .product-listings .ecommerce-thumbnail {
    width: 25%;
  }
  /* Module: S */
  .newsletter-form {
    padding: 2.0625rem 1.25rem;
    line-height: 0.7;
    border: 1px solid #d6d7de;
    height: 103px;
  }
  .newsletter-form__container {
    line-height: 1;
  }
  .newsletter-form__input-wrapper {
    float: left;
    width: 54%;
    max-width: 28.125rem;
  }
  .newsletter-form__label,
  .newsletter-form.mktoForm .mktoLabel {
    color: #fff;
    font-size: 1.125rem;
    float: left;
    margin: 0;
    width: 46% !important;
    padding: 0.875rem 3% 0.75rem 0;
    text-align: right;
  }
  .newsletter-form__input,
  .newsletter-form.mktoForm .mktoEmailField {
    height: 2.875rem;
    font-size: 1rem;
    width: 64%;
    padding: 0 1.25rem;
  }
  .newsletter-form__btn,
  .newsletter-form.mktoForm .mktoButton {
    font-size: 1.125rem;
    padding: 0.875rem;
  }
  .newsletter-form.mktoForm .mktoEmailField {
    width: 54% !important;
  }
  .newsletter-form.mktoForm .mktoFormRow {
    width: calc(100% - 115px);
    float: left;
  }
  /* Module: S */
  .premium-text-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .premium-text-video__text {
    width: 55.5%;
    float: left;
    padding: 4.0625rem 6.5625rem 4.6875rem 4.375rem;
    min-height: 320px;
  }
  .premium-text-video__video {
    width: 44.5%;
    float: left;
    height: 320px;
    padding: 0;
  }
  .text-image-section .premium-text-video__video {
    width: 50%;
    height: auto;
  }
  .flexbox .premium-text-video__video-thumb, .flexbox .premium-text-video__video-iframe {
    height: 100%;
    width: 102%;
  }
  .flexbox .premium-text-video__video-iframe {
    width: 100%;
  }
  /* Module: S */
  .prev-next-bar {
    font-size: 1.25rem;
  }
  .prev-next-bar .slick-arrow {
    width: 1.25rem;
    height: 1.25rem;
    top: 2px;
  }
  /* Module: S */
  .results__list-item {
    margin: 0;
    padding: 1.25rem 1.5625rem;
  }
  .results__list-item--w-thumb .results__list-item {
    padding: 3.125rem 4.6875rem 3.125rem 1.75rem;
  }
  .results__list-item--w-icon .results__list-item {
    padding-left: 0;
  }
  .results__list-item--w-thumb:first-of-type {
    border-top: 2px solid #ececec;
  }
  .results__list-item--w-border {
    margin-bottom: 1.875rem;
  }
  .results__list-item--w-border:first-of-type {
    border-top-width: 1px;
  }
  .results__list-item--narrow {
    padding: 0.625rem 1.4375rem 1.25rem;
  }
  .results__exhibitor {
    margin-top: 2.6875rem;
  }
  .results__info {
    padding: 0;
    font-size: 1.25rem;
  }
  .results__list-item--sponsored {
    padding: 0.25rem;
  }
  .results__list-item--sponsored-wrapper {
    padding: 3.125rem 1.5625rem 1.25rem;
  }
  .results__thumb {
    float: left;
    width: 27.05%;
    display: block;
    margin: 0;
    max-height: 220px;
    overflow: hidden;
  }
  .results__thumb img {
    width: 100%;
    height: auto;
  }
  .results__list-item--w-thumb--small .results__thumb {
    width: 17.05%;
  }
  .results__text {
    display: block;
  }
  .results__text + .tag-wrapper {
    margin-top: 0;
  }
  .results__title {
    padding-top: 1.0625rem;
  }
  .results__content {
    padding: 0;
  }
  .results__list-item--w-thumb .results__content {
    padding-left: 30.58%;
  }
  .results__list-item--w-thumb--small .results__content {
    padding-left: 20.58%;
  }
  .results__sponsored-box .results__content {
    padding: 1.875rem 28.2% 1.5rem 4.92%;
  }
  .results__sponsored-box-img {
    width: 23.51%;
    position: absolute;
    right: 4.69%;
    top: calc(50% + 24px);
    padding: 0;
    margin: 0;
  }
  .csstransforms .results__sponsored-box-img {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .results__bottom-btn {
    padding: 1.5rem 0;
  }
  .results__shortcut-links {
    padding: 0 0 1.875rem;
    font-size: 1.25rem;
    margin: 1.25rem 0 1.875rem;
    border-top: 0;
  }
  .results__shortcut-links a {
    display: inline-block;
    margin: 0;
  }
  .results__shortcut-links-delimeter {
    margin: 0 1rem;
    display: inline-block;
  }
  .sponsors-exhibitors .results__thumb {
    overflow: visible;
  }
  .sponsors-exhibitors .results__thumb a {
    display: block;
    text-align: center;
  }
  .sponsors-exhibitors .results__thumb a img {
    width: auto;
    max-height: 250px;
  }
  /* Module: S */
  .slider-wrapper {
    width: 100%;
    float: left;
    padding-bottom: 1.875rem;
    position: relative;
  }
  .slider .slick-list,
  .slider .slick-track {
    height: 100%;
  }
  .slider .slick-arrow {
    width: 1.5rem;
    height: 2.125rem;
    bottom: 3.25rem;
  }
  .slider .slick-arrow .svg-icon {
    width: 1.125rem;
  }
  .slider .slick-next {
    right: 2.3125rem;
  }
  .slider .slick-prev {
    right: 4.0625rem;
  }
  .slider-caption {
    width: calc(100% - 65px);
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    margin: 0 2.1875rem 0 1.5625rem;
    bottom: 1.875rem;
    padding-bottom: 3.0625rem;
  }
  .slider-smalltext {
    margin: 0;
    font-size: 1.125rem;
  }
  .slider-title {
    font-size: 3.75rem;
  }
  .slick-dots {
    bottom: 30px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .news-slider .slider-caption {
    display: block;
    margin: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.38);
  }
  .news-slider .slider-caption span {
    position: relative;
    top: 1.5em;
    left: 2em;
    display: block;
    width: 80%;
  }
  .slider.related-slider .slider-caption .text {
    top: 8px;
  }
  .directory-news {
    border: 1px solid #c0c0c0;
    padding: 1.875rem 3.625rem;
  }
  .directory-news .slick-prev {
    left: -2.0625rem;
  }
  .directory-news .slick-next {
    right: -2.5rem;
  }
  .directory-news .slick-track {
    margin: 0;
  }
  /* Module: S */
  .social-icons__link {
    height: 1.9375rem;
    width: 1.9375rem;
  }
  /* Module: S */
  .tabbed-content__tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 2px solid #448ccb;
    margin-bottom: 0;
  }
  .maritime_journal .tabbed-content__tabs {
    border-bottom-color: #448ccb ;
  }
  .boating_business .tabbed-content__tabs {
    border-bottom-color: #003DA5 ;
  }
  .greenport .tabbed-content__tabs {
    border-bottom-color: #388659 ;
  }
  .port_strategy .tabbed-content__tabs {
    border-bottom-color: #A6192E ;
  }
  .the_motorship .tabbed-content__tabs {
    border-bottom-color: #f4891e ;
  }
  .world_fishing .tabbed-content__tabs {
    border-bottom-color: #003DA5 ;
  }
  .seawork .tabbed-content__tabs {
    border-bottom-color: #448ccb ;
  }
  .offshore .tabbed-content__tabs {
    border-bottom-color: #003A78 ;
  }
  .icefish .tabbed-content__tabs {
    border-bottom-color: #448ccb ;
  }
  .tabbed-content__tab {
    float: left;
    width: calc(16.6666666667% - 4px);
    margin-left: 0.3125rem;
    border-bottom: none;
    margin-bottom: 0;
    line-height: 1.1;
    border-top-width: 2px;
  }
  .tabbed-content__tab:first-child {
    margin-left: 0;
  }
  /* Module: S */
  .tabs-slider {
    margin-bottom: 0;
  }
  .tabs-slider .slider-wrapper {
    width: 64.7%;
    float: left;
    padding-bottom: 1.875rem;
    position: relative;
  }
  .tabs-slider .items {
    width: 35.3%;
    float: left;
    padding-left: 1.25rem;
  }
  .tabs-slider .slider-img-wrapper {
    padding-bottom: 0;
    height: 100%;
  }
  .tabs-slider .slider-img-wrapper img {
    max-width: 500%;
    height: 100%;
    width: auto;
  }
  .vertical .tabs-slider .slider-img-wrapper img {
    max-width: 500%;
    height: 100%;
    width: auto;
  }
  .tabs-slider .active-item-arrow-wrapper {
    height: 100%;
    width: 1.5625rem;
    position: absolute;
    right: -1px;
    top: 0;
    overflow: hidden;
    display: block;
  }
  .tabs-slider .active-item-arrow-wrapper .svg-icon {
    fill: #fff;
  }
  .tabs-slider .active-item-arrow {
    height: 109.375rem;
    position: absolute;
    top: 20%;
    margin-top: -54.6875rem;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    width: 100%;
  }
  /* Module: S */
  .text-image-section {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 1.875rem 0;
  }
  .text-image-section__img {
    width: 50%;
    float: left;
    padding-bottom: 0;
    height: auto;
    min-height: 1px;
  }
  .text-image-section__title {
    font-size: 1.875rem;
    margin-bottom: 3.75rem;
  }
  .text-image-section__text {
    float: left;
    width: 50%;
    padding: 4.0625rem 5.17% 4.6875rem 3.41%;
  }
  .text-image-section .read-more {
    font-size: 1rem;
  }
  /* Module: S */
  .top-links {
    -webkit-box-order: 1;
    -moz-box-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    display: block;
  }
  .stuck .top-links {
    display: none;
  }
  .top-links__list {
    float: right;
    padding: 1.5rem 0 0.6875rem;
    background: none;
  }
  .maritime_journal .top-links__list {
    background-color: transparent ;
  }
  .boating_business .top-links__list {
    background-color: transparent ;
  }
  .greenport .top-links__list {
    background-color: transparent ;
  }
  .port_strategy .top-links__list {
    background-color: transparent ;
  }
  .the_motorship .top-links__list {
    background-color: transparent ;
  }
  .world_fishing .top-links__list {
    background-color: transparent ;
  }
  .seawork .top-links__list {
    background-color: transparent ;
  }
  .offshore .top-links__list {
    background-color: transparent ;
  }
  .icefish .top-links__list {
    background-color: transparent ;
  }
  .static .header .top-links__list {
    display: none;
  }
  .stuck .header .top-links__list {
    display: block;
    float: left;
    padding: 0 0.625rem 0 0;
    margin: 0.25rem 1.0625rem 0.25rem 0;
    border-right: #d6d7de solid 1px;
  }
  .top-links__list-item {
    border-left: #d6d7de solid 1px;
    height: 31px;
    padding-left: 1.25rem;
    padding-right: 1.6875rem;
    float: left;
    margin: 0;
  }
  .top-links__list-item:first-child {
    border: none;
  }
  .stuck .header .top-links__list-item {
    padding: 0;
    margin-right: 0.4375rem;
    border: 0;
  }
  .top-links__link {
    height: 100%;
  }
  .stuck .header .top-links__link:hover {
    margin-top: -3px;
  }
  .top-links__link--promoter_icon {
    color: #448ccb;
  }
  .maritime_journal .top-links__link--promoter_icon,
  .world_fishing .top-links__link--promoter_icon,
  .boating_business .top-links__link--promoter_icon,
  .greenport .top-links__link--promoter_icon,
  .port_strategy .top-links__link--promoter_icon,
  .the_motorship .top-links__link--promoter_icon,
  .seawork .top-links__link--promoter_icon,
  .offshore .top-links__link--promoter_icon,
  .icefish .top-links__link--promoter_icon {
    color: #448ccb;
  }
  .top-links__link--promoter_icon .svg-icon {
    fill: #448ccb;
  }
  .top-links__link--promoter_icon .top-links__text {
    width: 4.125rem;
  }
  .top-links__link--find_a_business_icon {
    color: #44415e;
  }
  .maritime_journal .top-links__link--find_a_business_icon,
  .world_fishing .top-links__link--find_a_business_icon,
  .boating_business .top-links__link--find_a_business_icon,
  .greenport .top-links__link--find_a_business_icon,
  .port_strategy .top-links__link--find_a_business_icon,
  .the_motorship .top-links__link--find_a_business_icon,
  .seawork .top-links__link--find_a_business_icon,
  .offshore .top-links__link--find_a_business_icon,
  .icefish .top-links__link--find_a_business_icon {
    color: #44415e;
  }
  .top-links__link--find_a_business_icon .svg-icon {
    fill: #44415e;
  }
  .top-links__link--find_a_business_icon .top-links__text {
    width: 3.75rem;
  }
  .top-links__link--location_icon {
    color: #44415e;
  }
  .maritime_journal .top-links__link--location_icon,
  .world_fishing .top-links__link--location_icon,
  .boating_business .top-links__link--location_icon,
  .greenport .top-links__link--location_icon,
  .port_strategy .top-links__link--location_icon,
  .the_motorship .top-links__link--location_icon,
  .seawork .top-links__link--location_icon,
  .offshore .top-links__link--location_icon,
  .icefish .top-links__link--location_icon {
    color: #44415e;
  }
  .top-links__link--location_icon .svg-icon {
    fill: #44415e;
  }
  .top-links__link--location_icon .top-links__text {
    width: 3.75rem;
  }
  .top-links__link--sponsorship_icon {
    color: #448ccb;
  }
  .maritime_journal .top-links__link--sponsorship_icon,
  .world_fishing .top-links__link--sponsorship_icon,
  .boating_business .top-links__link--sponsorship_icon,
  .greenport .top-links__link--sponsorship_icon,
  .port_strategy .top-links__link--sponsorship_icon,
  .the_motorship .top-links__link--sponsorship_icon,
  .seawork .top-links__link--sponsorship_icon,
  .offshore .top-links__link--sponsorship_icon,
  .icefish .top-links__link--sponsorship_icon {
    color: #448ccb;
  }
  .top-links__link--sponsorship_icon .svg-icon {
    fill: #448ccb;
  }
  .top-links__link--sponsorship_icon .top-links__text {
    width: 5.1875rem;
  }
  .top-links__link--rss_feed_icon {
    color: #e0711f;
  }
  .maritime_journal .top-links__link--rss_feed_icon,
  .world_fishing .top-links__link--rss_feed_icon,
  .boating_business .top-links__link--rss_feed_icon,
  .greenport .top-links__link--rss_feed_icon,
  .port_strategy .top-links__link--rss_feed_icon,
  .the_motorship .top-links__link--rss_feed_icon,
  .seawork .top-links__link--rss_feed_icon,
  .offshore .top-links__link--rss_feed_icon,
  .icefish .top-links__link--rss_feed_icon {
    color: #e0711f;
  }
  .top-links__link--rss_feed_icon .svg-icon {
    fill: #e0711f;
  }
  .top-links__link--rss_feed_icon .top-links__text {
    width: 1.9375rem;
  }
  .top-links__link--free_e-news_icon {
    color: #6982a7;
  }
  .maritime_journal .top-links__link--free_e-news_icon,
  .world_fishing .top-links__link--free_e-news_icon,
  .boating_business .top-links__link--free_e-news_icon,
  .greenport .top-links__link--free_e-news_icon,
  .port_strategy .top-links__link--free_e-news_icon,
  .the_motorship .top-links__link--free_e-news_icon,
  .seawork .top-links__link--free_e-news_icon,
  .offshore .top-links__link--free_e-news_icon,
  .icefish .top-links__link--free_e-news_icon {
    color: #6982a7;
  }
  .top-links__link--free_e-news_icon .svg-icon {
    fill: #6982a7;
  }
  .top-links__link--free_e-news_icon .top-links__text {
    width: 3.125rem;
  }
  .top-links__link--subscribe_to_print_edition_icon {
    color: #448ccb;
  }
  .maritime_journal .top-links__link--subscribe_to_print_edition_icon,
  .world_fishing .top-links__link--subscribe_to_print_edition_icon,
  .boating_business .top-links__link--subscribe_to_print_edition_icon,
  .greenport .top-links__link--subscribe_to_print_edition_icon,
  .port_strategy .top-links__link--subscribe_to_print_edition_icon,
  .the_motorship .top-links__link--subscribe_to_print_edition_icon,
  .seawork .top-links__link--subscribe_to_print_edition_icon,
  .offshore .top-links__link--subscribe_to_print_edition_icon,
  .icefish .top-links__link--subscribe_to_print_edition_icon {
    color: #448ccb;
  }
  .top-links__link--subscribe_to_print_edition_icon .svg-icon {
    fill: #448ccb;
  }
  .top-links__link--subscribe_to_print_edition_icon {
    color: #448ccb;
  }
  .maritime_journal .top-links__link--subscribe_to_print_edition_icon,
  .world_fishing .top-links__link--subscribe_to_print_edition_icon,
  .boating_business .top-links__link--subscribe_to_print_edition_icon,
  .greenport .top-links__link--subscribe_to_print_edition_icon,
  .port_strategy .top-links__link--subscribe_to_print_edition_icon,
  .the_motorship .top-links__link--subscribe_to_print_edition_icon,
  .seawork .top-links__link--subscribe_to_print_edition_icon,
  .offshore .top-links__link--subscribe_to_print_edition_icon,
  .icefish .top-links__link--subscribe_to_print_edition_icon {
    color: #448ccb;
  }
  .top-links__link--subscribe_to_print_edition_icon .svg-icon {
    fill: #448ccb;
  }
  .top-links__link--innovation_icon {
    color: #44415e;
  }
  .maritime_journal .top-links__link--innovation_icon,
  .world_fishing .top-links__link--innovation_icon,
  .boating_business .top-links__link--innovation_icon,
  .greenport .top-links__link--innovation_icon,
  .port_strategy .top-links__link--innovation_icon,
  .the_motorship .top-links__link--innovation_icon,
  .seawork .top-links__link--innovation_icon,
  .offshore .top-links__link--innovation_icon,
  .icefish .top-links__link--innovation_icon {
    color: #44415e;
  }
  .top-links__link--innovation_icon .svg-icon {
    fill: #44415e;
  }
  .top-links__link--innovation_icon .top-links__text {
    width: 5.1875rem;
  }
  .top-links__text {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding-top: 0.1875rem;
  }
  .header .top-links__text {
    display: none;
  }
  .header .top-links__text--always-visible {
    display: block;
  }
  .top-links__icon {
    height: 1.875rem;
    width: 1.875rem;
    margin-left: 0.8125rem;
    display: inline-block;
  }
  .header .top-links__icon {
    margin-left: 0.1875rem;
  }
}

@media (min-width: 75em) {
  /* Module: S */
  .search-form input[type="text"] {
    width: 26.4375rem;
  }
  /* Module: S */
  .takeover-banners .main-nav__link {
    font-size: 1rem;
  }
  .takeover-banners .main-nav__submenu-level1-link, .takeover-banners .main-nav__submenu-level2-link {
    padding: 0.75rem 0.5rem 0.5rem;
    font-size: 0.9375rem;
  }
  /* Module: S */
  .newsletter-form__input-wrapper {
    width: 58%;
  }
  .newsletter-form__label {
    width: 42%;
  }
  /* Module: S */
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .breadcrumbs,
  .news-header,
  .news-footer,
  .social-icons,
  .hidden-xs {
    display: none;
  }
  .conference-events .desktop-sticky-header.stuck {
    position: relative;
  }
  .conference-events .menu-sticky-wrapper {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .conference-events .menu-sticky-wrapper {
    margin: 0 !important;
  }
  .conference-events .header__logo a[href]:after {
    content: none !important;
  }
  .conference-events .hero, .conference-events .btn.btn--dark-blue, .conference-events .newsletter-form.mktoForm .btn--dark-blue.mktoButton, .newsletter-form.mktoForm .conference-events .btn--dark-blue.mktoButton, .conference-events footer .social-icons {
    display: none;
  }
  .conference-events .box-items__item--text * {
    text-align: left !important;
  }
}

/*# sourceMappingURL=main.css.map */
