/* Warnings */
/* Blacks */
/* Whites */
/* NEW LEAF */
/* SEASCAPE */
/* BASALT */
/* Transition time */
/* Dimensions */
/* 3.2 */
/* Media */
/* Grid container styling not related to grid layout */
.ferry {
  margin: 20px 0;
  transition: padding 0.6s;
  /* Attached layout */ }
  .ferry .ferrytheme-content {
    opacity: 0;
    padding: 0;
    transition: opacity 0.6s; }
    .ferry .ferrytheme-content.active {
      opacity: 1; }
    .ferry .ferrytheme-content.hidden {
      opacity: 0;
      position: absolute;
      top: -99999px; }
  .ferry .unified {
    background: #eceded;
    padding: 10px 15px 15px 15px; }
    .ferry .unified .ferrytheme_section_title {
      padding-top: 10px; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferry {
    margin: 30px 0; }
    .ferry .unified {
      padding: 10px 25px 25px 25px; }
      .ferry .unified .ferrytheme_section_title {
        padding-top: 15px; } }
@media only screen and (min-width: 769px) {
  .ferry {
    margin: 40px 0; }
    .ferry .unified {
      padding: 15px 55px 55px 55px; }
      .ferry .unified .ferrytheme_section_title {
        padding-top: 20px; } }
/* Tags */
.ferry * {
  box-sizing: border-box; }
.ferry div {
  position: relative; }
.ferry strong, .ferry h1, .ferry h2, .ferry h3, .ferry h4, .ferry h5, .ferry h6 {
  font-weight: 700; }

/* Utility */
.ferrytheme-absolute {
  left: 0;
  position: absolute;
  top: 0; }

.ferrytheme-nobg {
  background: transparent !important; }

.ferry .active > a {
  cursor: default; }

.ferrytheme-always-scroll .ferrytheme-scroll {
  overflow-x: hidden !important;
  overflow-y: auto !important; }

/* Common styles */
.ferrytheme-label {
  color: black;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase; }

.ferry .btn {
  background: #9ac437;
  color: black;
  display: inline-block;
  padding: 10px 19px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-label {
    font-size: 17px; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-label {
    font-size: 19px; } }
/* Placeholders */
.ferry .ph,
.ferry .ph-image {
  display: block;
  background: rgba(0, 0, 0, 0.6); }
.ferry .ph-icon {
  border-radius: 50%; }

/* Aligned images */
.ferry img.alignleft,
.ferry .alignleft {
  display: block;
  float: left;
  margin: 0 16px 16px 0; }
.ferry img.alignright,
.ferry .alignright {
  display: block;
  float: right;
  margin: 0 0 16px 16px; }
.ferry img.aligncenter,
.ferry .aligncenter {
  display: block;
  float: none;
  margin: 16px auto; }

svg.ferrytheme-logo {
  max-width: 100%; }
  svg.ferrytheme-logo .bg {
    fill: #007273; }
  svg.ferrytheme-logo .logo, svg.ferrytheme-logo .text {
    fill: rgba(255, 255, 255, 0.8); }
  svg.ferrytheme-logo:hover .bg {
    fill: #008e90; }
  svg.ferrytheme-logo:hover .logo, svg.ferrytheme-logo:hover .text {
    fill: white; }
  svg.ferrytheme-logo.ferrytheme-logo-white .logo {
    transform-origin: 13% 50%;
    transform: scale(1.5); }
  svg.ferrytheme-logo.ferrytheme-logo-white .text {
    transform-origin: 0 13%;
    transform: scale(0.92); }

.ferrytheme-logo-wrap svg.ferrytheme-logo {
  max-height: 42px;
  margin-top: 6px;
  margin-right: 6px;
  width: auto; }

.ferrytheme-grid {
  display: grid; }

/* Main grid */
.ferrytheme-grid-main {
  grid-template-areas: "tabs icon" "main main";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 56px 1fr; }
  .ferrytheme-grid-main .ferrytheme-header {
    grid-area: tabs; }
  .ferrytheme-grid-main .ferrytheme-page-header-whidbeytel {
    grid-area: icon; }
  .ferrytheme-grid-main .ferrytheme-content {
    grid-area: main; }

/* Content area */
.has-next .ferrytheme-grid-content {
  grid-template-areas: "nextsail" "swap";
  grid-template-rows: 80px 1fr; }
  .has-next .ferrytheme-grid-content .ferrytheme-grid-nextsail {
    grid-area: nextsail; }
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .has-next .ferrytheme-grid-content {
    grid-template-rows: 100px 1fr; } }
@media only screen and (min-width: 769px) {
  .has-next .ferrytheme-grid-content {
    grid-template-rows: 120px 1fr; } }

.ferrytheme-grid-content {
  grid-template-areas: "swap";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr; }
  .ferrytheme-grid-content .ferrytheme-grid-swap {
    grid-area: swap; }

/* Next sailing */
.ferrytheme-grid-nextsail {
  display: block; }

/* Swap space */
.ferrytheme-grid-swap {
  grid-template-areas: "swaptop" "swapbot";
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr; }
  .ferrytheme-grid-swap .ferrytheme-swaptop {
    grid-area: swaptop; }
  .ferrytheme-grid-swap .ferrytheme-swapbot {
    grid-area: swapbot; }
    .ferrytheme-grid-swap .ferrytheme-swapbot.expanded {
      grid-area: 1 / 1 / 3 / 2; }

/* Focus and cams on non-original layout */
.ferrytheme-camwrap {
  grid-template-areas: "camwrapfocus" "camwrapcams";
  grid-template-columns: 1fr; }
  .ferrytheme-camwrap .ferrytheme-focus {
    grid-area: camwrapfocus; }
  .ferrytheme-camwrap .ferrytheme-cams {
    grid-area: camwrapcams; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-camwrap {
    grid-template-areas: "camwrapfocus camwrapcams";
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-camwrap {
    grid-template-areas: "camwrapfocus camwrapcams";
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px; } }
/* Cams */
.ferrytheme-cams-inner {
  grid-template-areas: "camstext" "camsthumbs";
  grid-template-rows: 1fr max-content;
  grid-template-columns: 1fr; }
  .ferrytheme-cams-inner .ferrytheme-cams-thumbs {
    grid-area: camsthumbs;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: repeat(2, 1fr); }
  .ferrytheme-cams-inner .ferrytheme-cams-text {
    grid-area: camstext; }

/* Maps */
.ferrytheme-map-inner {
  grid-template-columns: 1fr 112px 64px;
  grid-template-rows: 1fr; }
  .ferrytheme-map-inner .ferrytheme-google-map {
    grid-area: 1 / 1 / 2 / 2; }
  .ferrytheme-map-inner .ferrytheme-map-controls {
    grid-area: 1 / 2 / 2 / 4; }
  .ferrytheme-map-inner .ferrytheme-expanded-controls {
    grid-area: 1 / 3 / 2 / 4; }

.ferry .expanded .ferrytheme-google-map {
  grid-area: 1 / 1 / 2 / 3; }

.ferry.has-toolbar .ferrytheme-grid-swap {
  align-items: start;
  background: linear-gradient(to bottom, transparent, transparent 90%, rgba(154, 196, 55, 0.4));
  max-height: 100%;
  padding: 0 14px; }
  @media only screen and (max-width: 800px) and (orientation: landscape) {
    .ferry.has-toolbar .ferrytheme-grid-swap {
      max-height: initial;
      overflow: initial; } }
.ferry.has-toolbar .ferrytheme-swapbot {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 0.6s; }
  .ferry.has-toolbar .ferrytheme-swapbot.active {
    opacity: 1; }
  .ferry.has-toolbar .ferrytheme-swapbot.hidden {
    opacity: 0;
    position: absolute;
    top: -99999px; }
  .ferry.has-toolbar .ferrytheme-swapbot.expanded {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent 20%, transparent), linear-gradient(to bottom, #008e90, #008e90 70%, transparent);
    margin-left: -14px;
    margin-right: -14px; }
    .ferry.has-toolbar .ferrytheme-swapbot.expanded .ferrytheme-expand {
      display: block; }
    .ferry.has-toolbar .ferrytheme-swapbot.expanded .expander-icon {
      top: -48px;
      right: 16px; }
    .ferry.has-toolbar .ferrytheme-swapbot.expanded .ferrytheme-scroll {
      overflow-x: hidden;
      overflow-y: auto; }
  @media only screen and (max-width: 800px) and (orientation: landscape) {
    .ferry.has-toolbar .ferrytheme-swapbot {
      max-height: initial;
      overflow: initial; } }
  .ferry.has-toolbar .ferrytheme-swapbot .ferrytheme-scroll {
    height: 100%;
    overflow: hidden; }
  .ferry.has-toolbar .ferrytheme-swapbot .ferrytheme-swap-inner {
    padding: 14px 0 14px 0; }
    .ferry.has-toolbar .ferrytheme-swapbot .ferrytheme-swap-inner h5 {
      font-size: 19px;
      font-weight: 700;
      margin: 19px 0 10px 0;
      padding: 0; }
.ferry.has-toolbar .ferrytheme-expand {
  display: none; }

.ferry .expander-icon {
  border-radius: 16px;
  color: #7b9d2c;
  font-size: 38px;
  height: 38px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
  z-index: 10; }
  .ferry .expander-icon:hover {
    color: #b3d369; }
  .ferry .expander-icon svg {
    cursor: pointer; }

.ferrytheme-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.ferrytheme-header-tab {
  flex: 0 0 auto;
  font-size: 20px;
  margin-right: 6px; }
  .ferrytheme-header-tab.active a {
    background: #00474f;
    color: white; }
  .ferrytheme-header-tab:not(.active) a:hover {
    color: white;
    background: #40aaac; }
  .ferrytheme-header-tab a {
    background: #008e90;
    border-radius: 4px 4px 0 0;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    height: 100%;
    line-height: 1.1;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: color 0.6s; }
    .ferrytheme-header-tab a .ferrytheme-tab-label {
      display: inline-block;
      line-height: 40px;
      vertical-align: middle; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-header-tab {
    font-size: 25px;
    letter-spacing: 1px; }
    .ferrytheme-header-tab a {
      padding: 0 16px; }
      .ferrytheme-header-tab a .ferrytheme-tab-label {
        line-height: 46px; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-header-tab {
    font-size: 30px;
    letter-spacing: 1px; }
    .ferrytheme-header-tab a {
      padding: 0 19px; }
      .ferrytheme-header-tab a .ferrytheme-tab-label {
        line-height: 56px; } }
.ferrycams-nav-drop,
.jcf-select.jcf-select-ferrycams-nav-drop {
  position: absolute;
  right: 0;
  min-width: 20%;
  max-width: 40%;
  background-color: #eee; }

.ferrytheme-grid-nextsail {
  z-index: 5;
  background: #00474f;
  padding: 15px 0 0 20px; }

.ferrytheme-nextsail {
  padding: 2px 0 0 15px;
  display: inline-block; }
  .ferrytheme-nextsail .ferrytheme-label {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    width: 70px; }
  .ferrytheme-nextsail:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding-right: 7px;
    padding-left: 0; }
  .ferrytheme-nextsail .ferrytheme-time-time,
  .ferrytheme-nextsail .ferrytheme-spaces-spaces {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: white; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-nextsail {
    padding: 2px 0 0 20px; }
    .ferrytheme-nextsail .ferrytheme-label {
      padding-left: 6px;
      font-size: 16px;
      width: 90px; }
    .ferrytheme-nextsail:first-of-type {
      padding-right: 10px; }
    .ferrytheme-nextsail .ferrytheme-time-time,
    .ferrytheme-nextsail .ferrytheme-spaces-spaces {
      font-size: 40px; }

  .ferrytheme-grid-nextsail {
    padding: 20px 0 0 25px; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-nextsail {
    padding: 2px 0 0 50px; }
    .ferrytheme-nextsail .ferrytheme-label {
      padding-left: 8px;
      font-size: 18px;
      width: 100px; }
    .ferrytheme-nextsail:first-of-type {
      padding-right: 30px; }
    .ferrytheme-nextsail .ferrytheme-time-time,
    .ferrytheme-nextsail .ferrytheme-spaces-spaces {
      font-size: 50px; }

  .ferrytheme-grid-nextsail {
    padding: 24px 0 0 55px; } }
.has-next .ferrytheme-camwrap {
  padding: 0 20px 20px 20px; }
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .has-next .ferrytheme-camwrap {
    padding: 0 25px 25px 25px; } }
@media only screen and (min-width: 769px) {
  .has-next .ferrytheme-camwrap {
    padding: 0 55px 44px 55px; } }

.ferrytheme-camwrap {
  background: #00474f;
  padding: 20px; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-camwrap {
    padding: 25px; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-camwrap {
    padding: 44px 55px; } }
.ferrytheme-cams-inner {
  align-items: start; }

.ferrytheme-cams-thumbs {
  align-content: start; }

.ferrytheme-ratio {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  .ferrytheme-ratio.ferrytheme-sixteen-nine {
    padding-bottom: 56.5%; }
  .ferrytheme-ratio.ferrytheme-four-three {
    padding-bottom: 75%; }
  .ferrytheme-ratio:hover {
    border-color: #b3d369; }
    .ferrytheme-ratio:hover .ferrycams-cam-arrow {
      color: #9ac437; }
  .ferrytheme-ratio .ferrytheme-cam-caption {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: white;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
    padding: 0 3px; }
  .ferrytheme-ratio .ferrytheme-cam-image img {
    height: 100%;
    width: 100%; }
  .ferrytheme-ratio .ferrytheme-cam-video video {
    height: 100%;
    width: 100%; }
  .ferrytheme-ratio .ferrycams-cam-arrow {
    position: absolute;
    top: 28%;
    right: 5%;
    height: 20%;
    display: inline-block;
    width: 20%;
    font-size: 35px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    z-index: 5; }

.ferrytheme-focus .ferrytheme-ratio {
  cursor: default; }
  .ferrytheme-focus .ferrytheme-ratio:hover {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.8); }
  .ferrytheme-focus .ferrytheme-ratio .ferrytheme-cam-caption {
    background: transparent; }
.ferrytheme-focus .ferrytheme-cams-text {
  padding: 10px 0; }
  .ferrytheme-focus .ferrytheme-cams-text p {
    font-size: 15px;
    color: #c4ecec;
    margin-bottom: 7px; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-focus .ferrytheme-cams-text {
    padding: 20px 0 0 0; }
    .ferrytheme-focus .ferrytheme-cams-text p {
      font-size: 17px;
      margin-bottom: 8px; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-focus .ferrytheme-cams-text {
    padding: 25px 0 0 0; }
    .ferrytheme-focus .ferrytheme-cams-text p {
      font-size: 17px;
      margin-bottom: 14px; } }
.ferry .viewing .ferrytheme-ratio {
  cursor: default; }
  .ferry .viewing .ferrytheme-ratio .ferrytheme-cam-caption {
    background: #008e90; }
  .ferry .viewing .ferrytheme-ratio .ferrycams-cam-arrow {
    display: none; }

.ferrytheme-cam-video,
.ferrytheme-cam-image {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s; }
  .ferrytheme-cam-video.active,
  .ferrytheme-cam-image.active {
    opacity: 1; }

.ferrytheme-cams-text p {
  color: white;
  font-size: 18px;
  margin: 0 0 18px 0;
  padding: 0; }
.ferrytheme-cams-text .ferrytheme-cams-text-help {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 20px; }
.ferrytheme-cams-text h4.ferrytheme-cams-label {
  color: white;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700; }

@media only screen and (min-width: 600px) {
  .ferrytheme-cams-text p {
    font-size: 18px;
    margin: 0 0 22px 0; }
  .ferrytheme-cams-text .ferrytheme-cams-text-help {
    margin-bottom: 30px; }
  .ferrytheme-cams-text h4.ferrytheme-cams-label {
    font-size: 24px; } }
.ferry .will-expand .ferrytheme-cams-desc {
  padding-right: 48px; }
.ferry .expanded .ferrytheme-cams-desc {
  padding-right: 0; }
.ferry .expanded .ferrytheme-cams-inner {
  padding-left: 11px;
  padding-right: 11px; }
.ferry .video-stash {
  position: absolute;
  top: -9999px; }

h5.ferrytheme-sailings-header {
  font-size: 25px;
  margin: 5px 0 25px 0;
  text-transform: none; }

.ferrytheme-sailings-disclaimer {
  font-size: 20px;
  color: black;
  padding-top: 25px;
  font-weight: 500; }

.ferrytheme-sailings-table {
  display: flex;
  flex-wrap: wrap; }
  .ferrytheme-sailings-table .ferrytheme-sailings-table-header {
    background: #00474f;
    border-left: 1.5px solid #eceded;
    border-right: 1.5px solid #eceded;
    align-items: flex-end;
    color: white;
    display: flex;
    font-size: 22px;
    justify-items: flex-end;
    line-height: 1;
    padding: 7px 10px 7px 10px;
    white-space: nowrap;
    /*  width: 100%; */ }
    .ferrytheme-sailings-table .ferrytheme-sailings-table-header:nth-of-type(2), .ferrytheme-sailings-table .ferrytheme-sailings-table-header:last-of-type {
      display: none; }
  .ferrytheme-sailings-table .ferrytheme-sailings-table-content {
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    font-size: 22px;
    justify-items: flex-end;
    line-height: 1;
    padding: 5px 10px 6px 10px;
    white-space: nowrap;
    /*  width: 100%; */
    background: white;
    border: 1.5px solid #eceded; }
    .ferrytheme-sailings-table .ferrytheme-sailings-table-content.ferrytheme-nextboat .ferrytheme-sailings-td {
      color: black; }
    .ferrytheme-sailings-table .ferrytheme-sailings-table-content.ferrytheme-sailed .ferrytheme-sailings-td {
      color: rgba(0, 0, 0, 0.4);
      font-weight: 400; }
  .ferrytheme-sailings-table .ferrytheme-sailings-th {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase; }
    .ferrytheme-sailings-table .ferrytheme-sailings-th.ferrytheme-space {
      flex-basis: 20%;
      max-width: 20%;
      min-width: 20%; }
    .ferrytheme-sailings-table .ferrytheme-sailings-th.ferrytheme-time {
      flex-basis: 40%;
      max-width: 40%;
      min-width: 40%; }
    .ferrytheme-sailings-table .ferrytheme-sailings-th.ferrytheme-vessel {
      flex-basis: 40%;
      max-width: 40%;
      min-width: 40%; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td {
    align-self: flex-end;
    color: #008e90;
    font-weight: 700;
    display: block; }
    .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-time {
      font-size: 18px;
      padding-right: 3px;
      text-align: right;
      flex-basis: 25%;
      max-width: 25%;
      min-width: 25%; }
    .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-ante {
      font-size: 14px;
      padding: 0 4px 1px 0;
      text-transform: uppercase;
      flex-basis: 15%;
      max-width: 15%;
      min-width: 15%; }
    .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-vessel {
      color: #008e90;
      font-size: 14px;
      text-transform: uppercase;
      flex-basis: 40%;
      max-width: 40%;
      min-width: 40%; }
    .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-space {
      font-size: 18px;
      text-align: right;
      padding-right: 3px;
      flex-basis: 20%;
      max-width: 20%;
      min-width: 20%; }

.ferrytheme-sailings-table > * {
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }
  .ferrytheme-sailings-table > *:nth-of-type(1) {
    order: 1; }
  .ferrytheme-sailings-table > *:nth-of-type(2) {
    order: 2; }
  .ferrytheme-sailings-table > *:nth-of-type(3) {
    order: 3; }
  .ferrytheme-sailings-table > *:nth-of-type(4) {
    order: 4; }
  .ferrytheme-sailings-table > *:nth-of-type(5) {
    order: 5; }
  .ferrytheme-sailings-table > *:nth-of-type(6) {
    order: 6; }
  .ferrytheme-sailings-table > *:nth-of-type(7) {
    order: 7; }
  .ferrytheme-sailings-table > *:nth-of-type(8) {
    order: 8; }
  .ferrytheme-sailings-table > *:nth-of-type(9) {
    order: 9; }
  .ferrytheme-sailings-table > *:nth-of-type(10) {
    order: 10; }
  .ferrytheme-sailings-table > *:nth-of-type(11) {
    order: 11; }
  .ferrytheme-sailings-table > *:nth-of-type(12) {
    order: 12; }
  .ferrytheme-sailings-table > *:nth-of-type(13) {
    order: 13; }
  .ferrytheme-sailings-table > *:nth-of-type(14) {
    order: 14; }
  .ferrytheme-sailings-table > *:nth-of-type(15) {
    order: 15; }
  .ferrytheme-sailings-table > *:nth-of-type(16) {
    order: 16; }
  .ferrytheme-sailings-table > *:nth-of-type(17) {
    order: 17; }
  .ferrytheme-sailings-table > *:nth-of-type(18) {
    order: 18; }
  .ferrytheme-sailings-table > *:nth-of-type(19) {
    order: 19; }
  .ferrytheme-sailings-table > *:nth-of-type(20) {
    order: 20; }
  .ferrytheme-sailings-table > *:nth-of-type(21) {
    order: 21; }
  .ferrytheme-sailings-table > *:nth-of-type(22) {
    order: 22; }
  .ferrytheme-sailings-table > *:nth-of-type(23) {
    order: 23; }
  .ferrytheme-sailings-table > *:nth-of-type(24) {
    order: 24; }
  .ferrytheme-sailings-table > *:nth-of-type(25) {
    order: 25; }
  .ferrytheme-sailings-table > *:nth-of-type(26) {
    order: 26; }
  .ferrytheme-sailings-table > *:nth-of-type(27) {
    order: 27; }
  .ferrytheme-sailings-table > *:nth-of-type(28) {
    order: 28; }
  .ferrytheme-sailings-table > *:nth-of-type(29) {
    order: 29; }
  .ferrytheme-sailings-table > *:nth-of-type(30) {
    order: 30; }
  .ferrytheme-sailings-table > *:nth-of-type(31) {
    order: 31; }
  .ferrytheme-sailings-table > *:nth-of-type(32) {
    order: 32; }
  .ferrytheme-sailings-table > *:nth-of-type(33) {
    order: 33; }
  .ferrytheme-sailings-table > *:nth-of-type(34) {
    order: 34; }
  .ferrytheme-sailings-table > *:nth-of-type(35) {
    order: 35; }
  .ferrytheme-sailings-table > *:nth-of-type(36) {
    order: 36; }
  .ferrytheme-sailings-table > *:nth-of-type(37) {
    order: 37; }
  .ferrytheme-sailings-table > *:nth-of-type(38) {
    order: 38; }
  .ferrytheme-sailings-table > *:nth-of-type(39) {
    order: 39; }
  .ferrytheme-sailings-table > *:nth-of-type(40) {
    order: 40; }
  .ferrytheme-sailings-table > *:nth-of-type(41) {
    order: 41; }
  .ferrytheme-sailings-table > *:nth-of-type(42) {
    order: 42; }
  .ferrytheme-sailings-table > *:nth-of-type(43) {
    order: 43; }
  .ferrytheme-sailings-table > *:nth-of-type(44) {
    order: 44; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrytheme-sailings-table .ferrytheme-sailings-table-header {
    height: 50px;
    align-items: flex-end;
    color: white;
    display: flex;
    font-size: 22px;
    justify-items: flex-end;
    line-height: 1;
    padding: 15px 15px 15px 15px;
    white-space: nowrap;
    /*  width: 100%; */ }
  .ferrytheme-sailings-table .ferrytheme-sailings-th {
    font-size: 20px; }
  .ferrytheme-sailings-table .ferrytheme-sailings-table-content {
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    font-size: 22px;
    justify-items: flex-end;
    line-height: 1;
    padding: 5px 10px 10px 10px;
    white-space: nowrap;
    /*  width: 100%; */ }

  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-time {
    font-size: 24px;
    padding-right: 3px; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-ante {
    font-size: 18px;
    padding: 0 5px 1px 0; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-vessel {
    font-size: 18px; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-space {
    font-size: 24px;
    padding-right: 5px; }

  .ferrytheme-sailings-table .ferrytheme-sailings-table-header:nth-of-type(2) {
    display: flex; }

  .ferrytheme-sailings-table > * {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    height: 45px; }
  .ferrytheme-sailings-table[data-count="3"] > *:nth-of-type(3), .ferrytheme-sailings-table[data-count="4"] > *:nth-of-type(3) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="3"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="4"] > *:nth-of-type(4) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(4) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(5) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(6) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(5) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(6) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(7) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(8) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(6) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(7) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(8) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(9) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(10) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(7) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(8) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(9) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(10) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(11) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(12) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(8) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(9) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(10) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(11) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(12) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(13) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(14) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(9) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(10) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(11) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(12) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(13) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(14) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(15) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(16) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(10) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(11) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(12) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(13) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(14) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(15) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(16) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(17) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(18) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(11) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(12) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(13) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(14) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(15) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(16) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(17) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(18) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(19) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(20) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(12) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(13) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(14) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(15) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(16) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(17) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(18) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(19) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(20) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(21) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(22) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(13) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(14) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(15) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(16) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(17) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(18) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(19) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(20) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(21) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(22) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(23) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(24) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(14) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(15) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(16) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(17) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(18) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(19) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(20) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(21) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(22) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(23) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(24) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(25) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(26) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(15) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(16) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(17) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(18) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(19) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(20) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(21) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(22) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(23) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(24) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(25) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(26) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(27) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(28) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(16) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(17) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(18) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(19) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(20) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(21) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(22) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(23) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(24) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(25) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(26) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(27) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(28) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(29) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(30) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(17) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(18) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(19) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(20) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(21) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(22) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(23) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(24) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(25) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(26) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(27) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(28) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(29) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(30) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(31) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(32) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(18) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(19) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(20) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(21) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(22) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(23) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(24) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(25) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(26) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(27) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(28) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(29) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(30) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(31) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(32) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(33) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(34) {
    order: 17; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(19) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(20) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(21) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(22) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(23) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(24) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(25) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(26) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(27) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(28) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(29) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(30) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(31) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(32) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(33) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(34) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(35) {
    order: 17; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(36) {
    order: 18; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(20) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(21) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(22) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(23) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(24) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(25) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(26) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(27) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(28) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(29) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(30) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(31) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(32) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(33) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(34) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(35) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(36) {
    order: 17; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(37) {
    order: 18; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(38) {
    order: 19; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(21) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(22) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(23) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(24) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(25) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(26) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(27) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(28) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(29) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(30) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(31) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(32) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(33) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(34) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(35) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(36) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(37) {
    order: 17; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(38) {
    order: 18; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(39), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(39) {
    order: 19; }
  .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(40), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(40) {
    order: 20; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(22) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(23) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(24) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(25) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(26) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(27) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(28) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(29) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(30) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(31) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(32) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(33) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(34) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(35) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(36) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(37) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(38) {
    order: 17; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(39), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(39) {
    order: 18; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(40), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(40) {
    order: 19; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(41), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(41) {
    order: 20; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(42), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(42) {
    order: 21; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(23) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(24) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(25) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(26) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(27) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(28) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(29) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(30) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(31) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(32) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(33) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(34) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(35) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(36) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(37) {
    order: 15; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(38) {
    order: 16; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(39), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(39) {
    order: 17; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(40), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(40) {
    order: 18; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(41), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(41) {
    order: 19; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(42), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(42) {
    order: 20; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(43), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(43) {
    order: 21; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(44), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(44) {
    order: 22; } }
@media only screen and (min-width: 769px) {
  .ferrytheme-sailings-table .ferrytheme-sailings-table-header {
    height: 50px;
    align-items: flex-end;
    color: white;
    display: flex;
    font-size: 22px;
    justify-items: flex-end;
    line-height: 1;
    padding: 15px 15px 15px 15px;
    white-space: nowrap;
    /*  width: 100%; */ }
  .ferrytheme-sailings-table .ferrytheme-sailings-th {
    font-size: 20px; }
  .ferrytheme-sailings-table .ferrytheme-sailings-table-content {
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    font-size: 22px;
    justify-items: flex-end;
    line-height: 1;
    padding: 5px 10px 10px 10px;
    white-space: nowrap;
    /*  width: 100%; */ }

  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-time {
    font-size: 24px;
    padding-right: 3px; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-ante {
    font-size: 18px;
    padding: 0 5px 1px 0; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-vessel {
    font-size: 18px; }
  .ferrytheme-sailings-table .ferrytheme-sailings-td.ferrytheme-space {
    font-size: 24px;
    padding-right: 5px; }

  .ferrytheme-sailings-table .ferrytheme-sailings-table-header:nth-of-type(2), .ferrytheme-sailings-table .ferrytheme-sailings-table-header:last-of-type {
    display: flex; }

  .ferrytheme-sailings-table > * {
    flex-basis: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
    height: 45px; }
  .ferrytheme-sailings-table[data-count="4"] > *:nth-of-type(3), .ferrytheme-sailings-table[data-count="4"] > *:nth-of-type(4) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(3), .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(3), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(5) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="5"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="6"] > *:nth-of-type(6) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(6) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="7"] > *:nth-of-type(7) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(4), .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(7) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(8) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="8"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="9"] > *:nth-of-type(9) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(8) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(9) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="10"] > *:nth-of-type(10) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(5), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(9) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(10) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(11) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="11"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="12"] > *:nth-of-type(12) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(10) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(11) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(12) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="13"] > *:nth-of-type(13) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(6), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(11) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(12) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(13) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(14) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="14"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="15"] > *:nth-of-type(15) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(12) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(13) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(14) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(15) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="16"] > *:nth-of-type(16) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(7), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(13) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(14) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(15) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(16) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(17) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="17"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="18"] > *:nth-of-type(18) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(14) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(15) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(16) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(17) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(18) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="19"] > *:nth-of-type(19) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(8), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(15) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(16) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(17) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(18) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(19) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(20) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="20"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="21"] > *:nth-of-type(21) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(16) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(17) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(18) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(19) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(20) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(21) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="22"] > *:nth-of-type(22) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(9), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(17) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(18) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(19) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(20) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(21) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(22) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(23) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="23"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="24"] > *:nth-of-type(24) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(18) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(19) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(20) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(21) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(22) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(23) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(24) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="25"] > *:nth-of-type(25) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(10), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(19) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(20) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(21) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(22) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(23) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(24) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(25) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(26) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="26"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="27"] > *:nth-of-type(27) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(20) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(21) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(22) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(23) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(24) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(25) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(26) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(27) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="28"] > *:nth-of-type(28) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(11), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(21) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(22) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(23) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(24) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(25) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(26) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(27) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(28) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(29) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="29"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="30"] > *:nth-of-type(30) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(22) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(23) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(24) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(25) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(26) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(27) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(28) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(29) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(30) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="31"] > *:nth-of-type(31) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(12), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(23) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(24) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(25) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(26) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(27) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(28) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(29) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(30) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(31) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(32) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="32"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="33"] > *:nth-of-type(33) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(24) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(25) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(26) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(27) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(28) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(29) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(30) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(31) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(32) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(33) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="34"] > *:nth-of-type(34) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(13), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(25) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(26) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(27) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(28) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(29) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(30) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(31) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(32) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(33) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(34) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(35) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="35"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="36"] > *:nth-of-type(36) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(26) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(27) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(28) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(29) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(30) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(31) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(32) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(33) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(34) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(35) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(36) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="37"] > *:nth-of-type(37) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(14), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(27) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(28) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(29) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(30) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(31) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(32) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(33) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(34) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(35) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(36) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(37) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(38) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="38"] > *:nth-of-type(39), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="39"] > *:nth-of-type(39) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(28) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(29) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(30) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(31) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(32) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(33) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(34) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(35) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(36) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(37) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(38) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(39) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="40"] > *:nth-of-type(40) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(15), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(29) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(30) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(31) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(32) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(33) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(34) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(35) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(36) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(37) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(38) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(39), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(39) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(40), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(40) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(41), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(41) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="41"] > *:nth-of-type(42), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="42"] > *:nth-of-type(42) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(30) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(31) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(32) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(33) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(34) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(35) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(36) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(37) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(38) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(39) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(40) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(41) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(42) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="43"] > *:nth-of-type(43) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(31), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(16), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(31) {
    order: 1; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(32), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(17), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(32) {
    order: 2; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(33), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(18), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(33) {
    order: 3; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(34), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(19), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(34) {
    order: 4; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(35), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(20), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(35) {
    order: 5; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(36), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(21), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(36) {
    order: 6; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(37), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(22), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(37) {
    order: 7; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(38), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(23), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(38) {
    order: 8; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(39), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(24), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(39) {
    order: 9; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(40), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(25), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(40) {
    order: 10; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(41), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(26), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(41) {
    order: 11; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(42), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(27), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(42) {
    order: 12; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(43), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(28), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(43) {
    order: 13; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(44), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(29), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(44) {
    order: 14; }
  .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="44"] > *:nth-of-type(45), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(30), .ferrytheme-sailings-table[data-count="45"] > *:nth-of-type(45) {
    order: 15; } }
.ferrytheme-map-inner {
  height: 100%;
  padding-bottom: 14px; }

.ferrytheme-google-map {
  height: 100%; }
  .ferrytheme-google-map .ph {
    min-width: 100%;
    min-height: 100%; }

h5.ferrytheme-map-header {
  font-size: 18px;
  margin: 6px 0 10px 13px; }

/* Controls */
.ferrytheme-expanded-controls {
  background: #00474f; }

.ferrytheme-map-control-group {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .ferrytheme-map-control-group:last-of-type {
    border-bottom: 0 solid transparent; }

.ferrytheme-large-map-control {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 50px;
  line-height: 1;
  margin: 6px 0;
  cursor: pointer; }
  .ferrytheme-large-map-control.ferrytheme-has-label {
    margin-bottom: 27px; }
  .ferrytheme-large-map-control .fa-layers-text {
    font-weight: 900;
    text-transform: uppercase;
    color: #40aaac; }
  .ferrytheme-large-map-control .base {
    color: #008e90; }
  .ferrytheme-large-map-control.active {
    color: #00474f; }
    .ferrytheme-large-map-control.active .base {
      color: rgba(255, 255, 255, 0.9); }
    .ferrytheme-large-map-control.active .fa-layers-text {
      color: white; }
  .ferrytheme-large-map-control:hover .base {
    color: #b3d369; }

/* Expanded adjustments */
.ferrytheme-map.expanded {
  padding: 0; }
  .ferrytheme-map.expanded .ferrytheme-map-inner {
    padding: 25px 0; }
  .ferrytheme-map.expanded .ferrytheme-map-controls,
  .ferrytheme-map.expanded .ferrytheme-map-inner .ferrytheme-swapsmall {
    display: none; }
  .ferrytheme-map.expanded .ferrytheme-expanded-controls {
    display: block; }

.ferry-accordion .ferrytheme-map.expanded .ferrytheme-map-inner {
  padding: 0; }

/* Info boxes */
.ferry .marker-content {
  text-align: center;
  position: relative;
  width: 100%;
  /*60vw;*/
  /*@media only screen and (min-width: 769px) {
    width: $site_width - 320px; $site_width - 224px;
  }*/ }
  .ferry .marker-content h2 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    color: #5c7621;
    margin: 0 0 11px 0;
    padding: 0;
    line-height: 1.1; }
  .ferry .marker-content p {
    margin: 0 0 11px 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 21px; }
    .ferry .marker-content p .marker-credit {
      color: rgba(0, 0, 0, 0.6);
      font-size: 16px; }
      .ferry .marker-content p .marker-credit a {
        color: #005556;
        text-decoration: none; }
  .ferry .marker-content .marker-image {
    position: relative;
    width: 100%; }
  .ferry .marker-content .marker-nav {
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    text-align: center; }
    .ferry .marker-content .marker-nav a {
      text-decoration: none;
      color: #008e90; }

.ferrytheme-alert-ok .fa-li {
  color: #0eb32f; }

.ferrytheme-alert-warn .fa-li {
  color: #cd163f; }

.ferrytheme-alert-caution .fa-li {
  color: #cd163f; }

.ferrytheme-alert-info .fa-li {
  color: #008e90; }

.ferrytheme-info-header {
  margin: 19px 0 16px 14px;
  font-size: 22px; }

.ferrytheme-loc-info {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
  padding-right: 16px; }

/* Alerts list */
.ferrytheme-alerts ul.fa-ul {
  margin: 25px 0 0 0; }

.ferrytheme-alerts ul .fa-layers {
  vertical-align: 0;
  margin-top: 8px;
  left: -30px;
  top: 5px;
  font-size: 30px; }

.ferrytheme-alerts ul li {
  padding: 15px 15px 15px 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  background: white;
  margin: 0 0 10px 0; }

@media only screen and (min-width: 600px) {
  .ferrytheme-alerts ul.fa-ul {
    margin: 32px 0 0 25px; }

  .ferrytheme-alerts ul .fa-layers {
    margin-top: 2px;
    left: -50px;
    top: 5px;
    font-size: 50px; }

  .ferrytheme-alerts ul li {
    padding: 20px 20px 20px 50px;
    font-size: 22px;
    margin: 0 0 10px 0; } }
/* Item text styling */
.ferrytheme-alert-item h4 {
  margin: 0 0 8px 0;
  padding: 0;
  color: black;
  font-size: 18px; }

.ferrytheme-alert-item p {
  margin: 0 0 10px 0; }

.ferrytheme-alert-item ul {
  margin: 16px 0;
  padding: 0 0 0 32px; }

.ferrytheme-alert-item ul li {
  margin: 0 0 10px 0;
  padding: 0; }

.ferrytheme-alert-item a {
  color: #008e90;
  font-weight: 700; }

.ferrytheme-alerts.expanded {
  padding-right: 0; }

@media only screen and (min-width: 600px) {
  .ferrytheme-alert-item h4 {
    font-size: 22px; }

  .ferrytheme-alert-item p {
    margin: 0 0 13px 0; } }
.ferrytheme-promo {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 8px; }

.ferrytheme-promo h1,
.ferrytheme-promo h2,
.ferrytheme-promo h3,
.ferrytheme-promo h4,
.ferrytheme-promo h5,
.ferrytheme-promo h6 {
  color: black;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 16px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase; }

.ferrytheme-promo img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.ferrytheme-promo p {
  font-size: 18px;
  margin: 0 0 16px 0;
  padding: 0; }

.ferrytheme-promo p:last-of-type {
  margin: 0; }

/* Header */
.ferrytheme-front-header {
  padding: 32px 16px 0 16px;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .ferrytheme-front-header {
      padding: 64px 16px 0 16px; } }
  .ferrytheme-front-header .ferrytheme-front-header-logo {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 70vw;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .ferrytheme-front-header .ferrytheme-front-header-logo {
        max-width: 400px; } }

/* Body */
.ferrytheme-front-content {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 90vw;
  padding: 16px;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .ferrytheme-front-content {
      max-width: 80vw; } }
  .ferrytheme-front-content a {
    text-decoration: none; }
  .ferrytheme-front-content p, .ferrytheme-front-content li {
    margin: 24px 0 8px 0; }
  .ferrytheme-front-content h1, .ferrytheme-front-content h2, .ferrytheme-front-content h3, .ferrytheme-front-content h4, .ferrytheme-front-content h5, .ferrytheme-front-content h6 {
    text-transform: uppercase;
    font-size: 29px; }
  .ferrytheme-front-content .ferrycams-page-wrapper {
    align-content: center;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-items: center;
    justify-content: center;
    margin-top: 16px;
    text-align: center;
    width: 100%; }
    .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page {
      background-position: right;
      background-size: cover;
      flex-basis: 100%;
      margin: 16px;
      max-width: 100%;
      min-height: 25vh;
      width: 100%; }
      @media only screen and (min-width: 600px) {
        .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page {
          flex-basis: calc(33.3% - 32px);
          max-width: calc(33.3% - 32px);
          min-height: 320px;
          width: calc(33.3% - 32px); } }
      .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page .ferrycams-page-inner {
        height: 100%; }
      .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page .ferrycams-page-link {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        flex-direction: column;
        border: 1px solid #008e90; }
      .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page .ferrycams-page-title {
        background: #008e90;
        display: block;
        font-size: 26px;
        text-transform: uppercase;
        padding: 13px;
        width: 100%;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.9); }
      .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page .ferrycams-page-desc {
        display: block;
        width: 100%;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
        text-transform: uppercase;
        background: rgba(0, 0, 0, 0.7);
        padding: 13px 16px;
        margin-top: 16px;
        align-self: flex-end; }
        .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page .ferrycams-page-desc p {
          margin: 0; }
      .ferrytheme-front-content .ferrycams-page-wrapper .ferrycams-page .ferrycams-page-arrow {
        position: absolute;
        top: 36%;
        right: 5%;
        height: 20%;
        display: inline-block;
        width: 20%;
        font-size: 80px;
        text-align: right;
        color: rgba(255, 255, 255, 0.8); }

.ferrytheme-template-page {
  height: 100%;
  margin: 0 auto;
  max-width: 864px;
  min-height: 100vh;
  padding: 0; }
  .ferrytheme-template-page .ferrytheme-menu-wrap {
    left: auto;
    right: 0; }

.ferrytheme-page {
  padding: 32px 8px; }
  .ferrytheme-page h1 {
    font-size: 35px;
    color: #008e90;
    margin: 0 0 16px 0;
    padding: 0 16px; }
  .ferrytheme-page .ferrytheme-page-content {
    padding: 0 16px; }
    .ferrytheme-page .ferrytheme-page-content h1,
    .ferrytheme-page .ferrytheme-page-content h2,
    .ferrytheme-page .ferrytheme-page-content h3,
    .ferrytheme-page .ferrytheme-page-content h4,
    .ferrytheme-page .ferrytheme-page-content h5,
    .ferrytheme-page .ferrytheme-page-content h6 {
      color: #008e90;
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1;
      margin: 32px 0 16px 0;
      text-align: left;
      text-transform: uppercase; }
    .ferrytheme-page .ferrytheme-page-content p,
    .ferrytheme-page .ferrytheme-page-content li {
      font-size: 26px;
      color: rgba(255, 255, 255, 0.9);
      margin: 0 0 13px 0; }

.ferry .loading-outer,
.ferry .viewing-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: default; }
.ferry .loading-inner,
.ferry .viewing-inner {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 16px 16px 32px 16px;
  text-align: center; }
.ferry .loading-inner p,
.ferry .viewing-inner p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase; }
.ferry .loading-inner p .loading-text,
.ferry .viewing-inner p .viewing-text {
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px; }
.ferry .loading-inner p .loading-text span,
.ferry .viewing-inner p .viewing-text span {
  font-size: 14px; }
.ferry .loading-inner,
.ferry .viewing-inner,
.ferry .loading-inner p,
.ferry .viewing-inner p,
.ferry .loading-inner p .loading-text,
.ferry .viewing-inner p .viewing-text,
.ferry .loading-inner p .loading-text span,
.ferry .viewing-inner p .viewing-text span {
  color: white; }
.ferry .loading-outer,
.ferry .viewing-outer {
  background-color: rgba(0, 0, 0, 0.6); }
.ferry .viewing-icon, .ferry .viewing-text {
  display: block;
  padding: 0;
  margin: 0 auto; }

.ferrytheme-page-header-whidbeytel a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #9ac437; }
  .ferrytheme-page-header-whidbeytel a:hover {
    color: #cce19b; }
.ferrytheme-page-header-whidbeytel .ferrytheme-page-header-text {
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  padding: 1px 11px 0 0; }

/* Menu containers, etc. ***********************************************************************************/
.ferrytheme-menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 864px;
  height: 100%; }

a.ferrytheme-menu-toggler {
  color: rgba(255, 255, 255, 0.9);
  height: 56px;
  display: block;
  width: 144px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  text-align: right;
  text-decoration: none;
  line-height: 1;
  z-index: 999; }
  a.ferrytheme-menu-toggler svg {
    color: rgba(255, 255, 255, 0.9);
    fill: rgba(255, 255, 255, 0.9); }
  a.ferrytheme-menu-toggler .ferrytheme-page-header-text {
    display: inline-block;
    font-size: 21px;
    height: 56px;
    text-transform: uppercase;
    vertical-align: top;
    padding: 14px 0 0 0;
    margin-right: -3px; }

.ferrytheme-backdrop {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 998; }
  .ferrytheme-backdrop[aria-hidden="false"] {
    width: 100%;
    height: 100%; }

/* Menu container */
.ferrytheme-menu-wrap nav {
  height: 100%;
  position: absolute;
  text-align: left;
  top: -100vh;
  z-index: 999;
  right: 0; }
  .ferrytheme-menu-wrap nav[aria-expanded="true"] {
    top: 56px; }
    .ferrytheme-menu-wrap nav[aria-expanded="true"] ul {
      position: relative;
      z-index: 1000; }

/* Wordpress Menu *****************************************************************************************/
/* Top Level */
.ferrytheme-menu > ul {
  min-height: 100%;
  width: 100vw;
  max-width: 864px;
  background: #005556;
  border-top: 1px solid #7fc6c7;
  display: block;
  list-style-type: none;
  margin: 6px 0 0 0;
  padding: 0; }

/* Submenu */
.ferrytheme-menu > ul ul {
  border-top: 1px solid #7fc6c7;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0; }
  .ferrytheme-menu > ul ul[aria-expanded="true"] {
    height: auto;
    overflow: initial; }
    .ferrytheme-menu > ul ul[aria-expanded="true"] li a {
      color: white; }
    .ferrytheme-menu > ul ul[aria-expanded="true"] li a:hover {
      color: black !important; }

/* Items **************************************************************************************/
/* Top Level */
.ferrytheme-menu > ul li {
  background: #005556;
  border-bottom: 1px solid #7fc6c7;
  display: block;
  line-height: 1.1;
  text-transform: uppercase; }
  .ferrytheme-menu > ul li:hover:not(.current-menu-item) {
    background: #008e90; }
  .ferrytheme-menu > ul li.current-menu-item a {
    color: #008e90;
    cursor: default; }
    .ferrytheme-menu > ul li.current-menu-item a:hover {
      color: #008e90; }
  .ferrytheme-menu > ul li.menu-item-type-merged {
    background: transparent;
    border-bottom: 1px solid transparent; }
    .ferrytheme-menu > ul li.menu-item-type-merged a {
      color: rgba(255, 255, 255, 0.9); }
      .ferrytheme-menu > ul li.menu-item-type-merged a:hover:not(.current-menu-item) {
        color: white; }
    .ferrytheme-menu > ul li.menu-item-type-merged ul {
      display: none; }
  .ferrytheme-menu > ul li a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 19px 40px 19px 24px;
    width: 100%;
    text-decoration: none; }
    .ferrytheme-menu > ul li a:hover {
      color: white; }

/* Submenu */
.ferrytheme-menu > ul ul li {
  background: #008e90;
  text-transform: none; }
  .ferrytheme-menu > ul ul li:last-child {
    border-bottom: none; }
  .ferrytheme-menu > ul ul li:not(.menu-item-type-merged) + .menu-item-type-merged {
    margin-top: 10px; }
  .ferrytheme-menu > ul ul li a {
    color: black;
    text-decoration: none; }
    .ferrytheme-menu > ul ul li a:hover {
      color: white; }
  .ferrytheme-menu > ul ul li ul {
    display: none; }

/* Icons */
.ferrytheme-menu > ul li.socsicus-menu-item {
  background: transparent;
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-size: 32px; }
  .ferrytheme-menu > ul li.socsicus-menu-item a {
    padding: 10px 0 10px 24px; }

/* Dropdown Toggle ****************************************************************************/
.ferrytheme-menu > ul li a.dropdown {
  color: white;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 48px;
  z-index: 1009; }
  .ferrytheme-menu > ul li a.dropdown:hover {
    color: #008e90; }
  .ferrytheme-menu > ul li a.dropdown[aria-expanded="true"] {
    background: #008e90;
    color: white; }
    .ferrytheme-menu > ul li a.dropdown[aria-expanded="true"]:hover {
      color: black; }

.ferrytheme-menu-logo {
  padding: 32px 144px;
  background: #373935;
  border-bottom: 1px solid #7fc6c7; }

.ferrytheme-grid-swap ul.accordion li {
  margin: 10px 0 0 0; }
  .ferrytheme-grid-swap ul.accordion li .opener {
    background-color: #008e90;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .3s; }
    .ferrytheme-grid-swap ul.accordion li .opener:hover {
      background-color: #007273; }
    .ferrytheme-grid-swap ul.accordion li .opener h4.ferrytheme_section_title {
      color: white;
      font-size: 30px;
      line-height: 1;
      padding: 0;
      margin: 0; }
    .ferrytheme-grid-swap ul.accordion li .opener .icon-arrow-right {
      transition: all .3s;
      font-size: 24px;
      opacity: .27;
      color: white; }
  .ferrytheme-grid-swap ul.accordion li .slide {
    background: #eceded;
    padding: 20px; }
  .ferrytheme-grid-swap ul.accordion li.active .icon-arrow-right {
    transform: rotate(90deg); }

@media only screen and (min-width: 769px) {
  .ferrytheme-grid-swap ul.accordion li {
    margin: 15px 0 0 0; }
    .ferrytheme-grid-swap ul.accordion li .opener {
      padding: 22px 55px; }
      .ferrytheme-grid-swap ul.accordion li .opener h4.ferrytheme_section_title {
        font-size: 40px; }
      .ferrytheme-grid-swap ul.accordion li .opener .icon-arrow-right {
        font-size: 34px; }
    .ferrytheme-grid-swap ul.accordion li .slide {
      padding: 25px 55px; } }
.ferry .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
.ferry .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }
.ferry [hidden] {
  display: none !important; }

/*
Elements:
* Wrapper
* Select box needs to be widened from standard version
* Datepicker field needs styling
* Go button needs styling
* The datepicker itself needs styling
 */
.ferrycams-schedule .ferrycams-schedule-form {
  background: #00474f;
  padding: 20px;
  display: flex;
  flex-wrap: wrap; }
  .ferrycams-schedule .ferrycams-schedule-form .jcf-select-ferrycams-route-selector {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }
    .ferrycams-schedule .ferrycams-schedule-form .jcf-select-ferrycams-route-selector .jcf-option-label {
      background: #008e90;
      color: white; }
  .ferrycams-schedule .ferrycams-schedule-form .ferrycams-datepicker {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 12px; }
  .ferrycams-schedule .ferrycams-schedule-form .ferrycams-schedule-go.button.btn {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 8px;
    line-height: 1;
    display: inline-block;
    height: 46px;
    background: #008e90;
    border-radius: 0; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .ferrycams-schedule .ferrycams-schedule-form .jcf-select-ferrycams-route-selector {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }
  .ferrycams-schedule .ferrycams-schedule-form .ferrycams-datepicker {
    width: 49%;
    max-width: 49%;
    flex-basis: 49%;
    margin-right: 2%; }
  .ferrycams-schedule .ferrycams-schedule-form .ferrycams-schedule-go.button.btn {
    width: 49%;
    max-width: 49%;
    flex-basis: 49%; } }
@media only screen and (min-width: 769px) {
  .ferrycams-schedule .ferrycams-schedule-form .jcf-select-ferrycams-route-selector {
    width: 54%;
    flex-basis: 54%;
    max-width: 54%;
    margin-right: 2%;
    margin-bottom: 0 !important; }
  .ferrycams-schedule .ferrycams-schedule-form .ferrycams-datepicker {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
    margin-right: 2%;
    margin-bottom: 0; }
  .ferrycams-schedule .ferrycams-schedule-form .ferrycams-schedule-go.button.btn {
    width: 22%;
    max-width: 22%;
    flex-basis: 22%; } }
.ferrycams-schedule p.ferrytheme-schedule-fetching,
.ferrycams-schedule p.ferrytheme-schedule-error {
  margin: 0;
  padding: 0;
  font-style: italic; }
.ferrycams-schedule .ferrycams-schedule-results {
  margin-top: 20px;
  background: #eceded;
  padding: 20px; }
.ferrycams-schedule .ferrycams-schedule-header {
  display: flex; }
  .ferrycams-schedule .ferrycams-schedule-header h3.ferrycams-schedule-header-title {
    flex-basis: 50%;
    width: 50%;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #005556; }
  .ferrycams-schedule .ferrycams-schedule-header p {
    font-size: 20px;
    flex-basis: 50%;
    width: 50%;
    text-align: right;
    margin: 0 !important;
    padding: 0;
    color: #005556; }
    .ferrycams-schedule .ferrycams-schedule-header p .ferrycams-schedule-header-title-range {
      font-weight: 700; }
.ferrycams-schedule .ferrycams-schedule-requested-date {
  font-weight: 700;
  font-size: 24px;
  margin-top: 8px; }
.ferrycams-schedule h4.ferrycams-schedule-departing-text {
  color: white;
  background: #008e90;
  margin: 20px 0;
  padding: 10px 20px; }
.ferrycams-schedule .ferrytheme-schedule-table .ferrytheme-sailings-th.ferrytheme-time {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%; }
.ferrycams-schedule .ferrytheme-schedule-table .ferrytheme-sailings-th.ferrytheme-vessel {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%; }
.ferrycams-schedule .ferrytheme-schedule-table .ferrytheme-sailings-td.ferrytheme-time {
  flex-basis: 35%;
  max-width: 35%;
  min-width: 35%; }
.ferrycams-schedule .ferrytheme-schedule-table .ferrytheme-sailings-td.ferrytheme-ante {
  flex-basis: 15%;
  max-width: 15%;
  min-width: 15%; }
.ferrycams-schedule .ferrytheme-schedule-table .ferrytheme-sailings-td.ferrytheme-vessel {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%; }
.ferrycams-schedule .ferrycams-schedule-terminal-info {
  margin: 20px 0; }
  .ferrycams-schedule .ferrycams-schedule-terminal-info .info-item {
    display: inline-block;
    margin-right: 20px;
    padding: 8px 20px;
    background: #9ac437;
    font-size: 18px;
    line-height: 1;
    font-weight: 700; }
.ferrycams-schedule h3.ferrycams-schedule-subhead {
  padding: 20px 0 !important;
  margin: 0 !important;
  font-size: 28px !important; }
.ferrycams-schedule .ferrycams-schedule-alerts {
  margin-top: 0 !important; }

/*# sourceMappingURL=ferrygrid.css.map */
