@charset "UTF-8";
:root {
  font-size: 100%;
  line-height: 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body, h1, .youtube-feed__row .youtube-feed__item article .title, .title, h2, .subtitle, h3, h4, p, .text, a, .link,
figure, ul, li, form, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: "LibreBaskerville";
  src: url("/wp-content/themes/islesofscilly/ui/fonts/LibreBaskerville-Regular.ttf") format("truetype");
}
h1, .youtube-feed__row .youtube-feed__item article .title, .title, h2, .subtitle, h3, h4, p, .text, a, .link {
  margin: 0;
  color: #374986;
}

h1, .youtube-feed__row .youtube-feed__item article .title, .title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  h1, .youtube-feed__row .youtube-feed__item article .title, .title {
    font-size: 0.75rem;
  }
}

h2, .subtitle {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  h2, .subtitle {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 0.875rem;
  }
}

p, .text {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  p, .text {
    font-size: 0.875rem;
  }
}
p + p, .text + p, p + .text, .text + .text {
  margin-top: 15px;
}
p a[href], p [href].link, .text a[href], .text [href].link {
  text-decoration: underline;
  color: #00a2ff;
}

a, .link {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  a, .link {
    font-size: 0.875rem;
  }
}
a:hover, .link:hover, a:focus, .link:focus, a:active, .link:active {
  text-decoration: inherit;
}

hr {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background-color: #00c8ff;
  border: none;
}

.text--small {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 0.75rem;
}
@media (max-width: 575.98px) {
  .text--small {
    font-size: 0.75rem;
  }
}

h1.subtitle, .youtube-feed__row .youtube-feed__item article .subtitle.title, .subtitle.title, h1.text, .youtube-feed__row .youtube-feed__item article .text.title, .text.title, h1.link, .youtube-feed__row .youtube-feed__item article .link.title, .link.title {
  font-family: "LibreBaskerville", Arial, sans-serif;
}

h2.title, .title.subtitle, h3.title, h4.title {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}

.components {
  background: #d4d4d4;
  padding: 30px 0;
}
.components .component {
  background: #eee;
  padding: 30px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.components .component + .component {
  margin-top: 30px;
}
.components .component .heading {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .components .component .heading {
    font-size: 1.5rem;
  }
}

.section > header {
  margin-bottom: 30px;
  text-align: center;
}

.button, .instagram-feed #sb_instagram #sbi_load .sbi_load_btn {
  display: inline-block;
  margin: 0;
  padding: 14px 1rem;
  max-width: 204px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .button, .instagram-feed #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 0.875rem;
  }
}
.button--primary {
  color: #00a2ff;
  border-color: #00a2ff;
  background-color: #fff;
}
.button--secondary {
  color: #00a2ff;
  border-color: #00a2ff;
  background-color: transparent;
}
.button--active {
  color: #fff;
  border-color: #00a2ff;
  background-color: #00a2ff;
}
.button.inline, .instagram-feed #sb_instagram #sbi_load .inline.sbi_load_btn {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-wrapper {
  position: relative;
}
.image-wrapper .background-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 540px;
}
.image-wrapper .overlay {
  display: flex;
  position: absolute;
  padding: 30px 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.image-wrapper .overlay__item {
  display: block;
  text-align: center;
  width: 360px;
}
.image-wrapper .overlay__item h1, .image-wrapper .overlay__item .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .image-wrapper .overlay__item .title, .image-wrapper .overlay__item .title {
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .image-wrapper .overlay__item h1, .image-wrapper .overlay__item .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .image-wrapper .overlay__item .title, .image-wrapper .overlay__item .title {
    font-size: 2rem;
  }
}
.image-wrapper .overlay__item h2, .image-wrapper .overlay__item .subtitle {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .image-wrapper .overlay {
    padding: 30px 30px;
  }
}
@media (min-width: 768px) {
  .image-wrapper .overlay {
    padding: 30px 60px;
  }
}
@media (min-width: 992px) {
  .image-wrapper .overlay {
    padding: 30px 90px;
  }
}
@media (min-width: 1200px) {
  .image-wrapper .overlay {
    padding: 30px 120px;
  }
}

.large-teaser {
  height: 100%;
}
.large-teaser__link {
  display: block;
}
.large-teaser__link > img {
  height: auto;
  max-height: 300px;
  min-height: 180px;
}
.large-teaser__link article {
  padding: 15px 15px 30px;
}
.large-teaser__link article hr {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.large-teaser__link article p, .large-teaser__link article .text {
  margin: 0 auto;
  max-width: 440px;
}
.large-teaser:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.vehicle-teaser {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vehicle-teaser > img {
  height: auto;
  max-height: 120px;
  max-width: 290px;
  margin: 0 auto;
  object-fit: contain;
}
.vehicle-teaser article {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}
.vehicle-teaser article hr {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.vehicle-teaser article + .button, .vehicle-teaser .instagram-feed #sb_instagram #sbi_load article + .sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .vehicle-teaser article + .sbi_load_btn {
  align-self: center;
}

@media (max-width: 575.98px) {
  [class*=col-] + [class*=col-] > .vehicle-teaser {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
}
.list-item__link img {
  height: auto;
}
.list-item.circle img {
  height: auto;
  border-radius: 100%;
}
.list-item.service img {
  height: auto;
  max-height: 60px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .list-item.service img {
    max-height: 48px;
  }
}
.list-item.block {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  height: 100%;
  margin-bottom: 0;
}
.list-item__header {
  margin-bottom: 60px;
}
.list-item__header hr {
  max-width: 20%;
  margin: 20px auto;
}

.island-teaser {
  position: relative;
}
.island-teaser__image {
  object-fit: cover;
  min-height: 320px;
  max-height: 480px;
}
.island-teaser__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.island-teaser__overlay--content hr {
  width: 240px;
}

.interactive-map__link > img {
  height: auto;
  height: 180px;
  object-fit: contain;
}
.interactive-map__background {
  position: relative;
  background-repeat: repeat;
}
.interactive-map__background > img {
  height: 100%;
}
.interactive-map__overlay {
  height: 100%;
  width: 100%;
  padding: 60px 30px 30px;
  z-index: 1;
}
.interactive-map__overlay article {
  margin: 0 auto;
  max-width: 960px;
}
.interactive-map__overlay article > hr {
  background-color: #fff;
  margin: 20px auto;
  max-width: 260px;
}
.interactive-map__overlay > img {
  max-height: 960px;
  object-fit: contain;
}

.route-map__link > img {
  height: auto;
  height: 180px;
  object-fit: contain;
}
.route-map__background {
  position: relative;
  background-repeat: repeat;
}
.route-map__background > img {
  height: 100%;
}
.route-map__item--container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 60px auto 0;
}
.route-map__overlay {
  height: 100%;
  width: 100%;
  padding: 30px 0 45px;
}
.route-map__overlay .breadcrumb {
  color: #fff;
}
.route-map__overlay > article {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 990px;
}
.route-map__overlay > article > hr {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 260px;
}
.route-map__overlay img {
  max-height: 720px;
  object-fit: contain;
}
.route-map__overlay img + .route-map__item--container {
  margin-top: 30px;
}
.route-map__item {
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  padding: 15px;
}
.route-map__item img {
  height: auto;
  max-height: 120px;
  object-fit: contain;
}
.route-map__item img + article {
  margin-top: 15px;
}
.route-map__item article .subtitle.small {
  font-size: 1.125rem;
}
.route-map__item article .subtitle + p, .route-map__item article .subtitle + .text {
  margin-top: 15px;
}
.route-map__item article hr {
  margin: 10px auto;
  max-width: 66%;
}
.route-map__item:hover {
  cursor: pointer;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.activity-map__link > img {
  height: auto;
  height: 180px;
  object-fit: contain;
}
.activity-map__background {
  position: relative;
  background-repeat: repeat;
}
.activity-map__background > img {
  height: 100%;
}
.activity-map__overlay {
  height: 100%;
  width: 100%;
  padding: 0 0 45px;
}
.activity-map__overlay > article {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 990px;
}
.activity-map__overlay > article > hr {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 260px;
}
.activity-map__overlay > img {
  object-fit: contain;
}
.activity-map__item--container {
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: 30px auto 0;
}
.activity-map__item {
  display: block;
  height: 100%;
  border-radius: 8px;
}
.activity-map__item > img {
  height: auto;
  max-height: 120px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.activity-map__item > article {
  padding: 15px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.activity-map__item > article .subtitle {
  font-size: 1rem;
}
.activity-map__item > article hr {
  margin: 10px auto;
  width: 60%;
}
.activity-map__item > article p, .activity-map__item > article .text {
  font-size: 0.75rem;
}
.activity-map__item:hover {
  cursor: pointer;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.flex__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex__reverse {
  flex-direction: row-reverse;
}
.flex__reverse--column {
  flex-direction: column-reverse;
}

.row--sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row--sm > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.row--md {
  margin-left: -10px;
  margin-right: -10px;
}
.row--md > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, auto));
    grid-auto-flow: dense;
    grid-gap: 5px;
  }
  .grid__item--half {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
  .grid__item--quarter {
    grid-column-end: span 1;
    grid-row-end: span 2;
  }
}
.image-gallery.inspire-me {
  margin: 0 -4px;
}
.image-gallery.inspire-me .isotope-grid {
  position: relative;
  margin: 0;
  width: 100%;
}
.image-gallery.inspire-me .isotope-grid__size:before, .image-gallery.inspire-me .isotope-grid__item:before {
  content: "";
  display: block;
  padding-top: 87.5%;
}
.image-gallery.inspire-me .isotope-grid__size--sm:before, .image-gallery.inspire-me .isotope-grid__item--sm:before {
  padding-top: 87.5%;
}
.image-gallery.inspire-me .isotope-grid__size--md:before, .image-gallery.inspire-me .isotope-grid__item--md:before {
  padding-top: 112.5%;
}
.image-gallery.inspire-me .isotope-grid__item {
  position: relative;
}
.image-gallery.inspire-me .isotope-grid__item figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 4px solid transparent;
}
.image-gallery.inspire-me .isotope-grid__item figure img {
  height: inherit;
  width: inherit;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.image-gallery.inspire-me .inspire-me__overlay {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 19px 14px;
  pointer-events: none;
}
.image-gallery.inspire-me .inspire-me__overlay article .subtitle {
  margin-top: 8px;
  font-size: 1.25rem;
  line-height: 1;
}
.image-gallery.inspire-me .inspire-me__overlay article p, .image-gallery.inspire-me .inspire-me__overlay article .text {
  line-height: 1;
}
.image-gallery.inspire-me .inspire-me__overlay article p::before, .image-gallery.inspire-me .inspire-me__overlay article .text::before {
  content: "";
  display: block;
  margin: 8px auto;
  height: 1px;
  width: 120px;
  background-color: #00c8ff;
}
@media (max-width: 767.98px) {
  .image-gallery.inspire-me .inspire-me__overlay article p, .image-gallery.inspire-me .inspire-me__overlay article .text {
    display: none;
  }
}

.sample-itinerary + .sample-itinerary {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.sample-itinerary img {
  height: auto;
  max-height: 270px;
}
.sample-itinerary__content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  height: 100%;
}
.sample-itinerary__content article {
  width: 100%;
}
.sample-itinerary__content article hr {
  width: 60%;
}
@media (max-width: 767.98px) {
  .sample-itinerary__content article h2, .sample-itinerary__content article .subtitle, .sample-itinerary__content article h3 {
    text-align: center;
  }
  .sample-itinerary__content article hr {
    margin-left: auto;
    margin-right: auto;
  }
}
.sample-itinerary__content a, .sample-itinerary__content .link {
  margin-top: 30px;
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .sample-itinerary__content a, .sample-itinerary__content .link {
    margin: 30px auto 0;
  }
}
@media (max-width: 767.98px) {
  .sample-itinerary__content {
    margin-top: 15px;
  }
}

.full-itinerary + .full-itinerary {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.full-itinerary img {
  height: auto;
  max-height: 270px;
}
.full-itinerary__content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  height: 100%;
}
.full-itinerary__content article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  width: 100%;
}
.full-itinerary__content article header {
  flex: calc(100% - 60px);
}
.full-itinerary__content article hr {
  width: 60%;
}
.full-itinerary__content article p, .full-itinerary__content article .text {
  width: 100%;
}
.full-itinerary__content a, .full-itinerary__content .link {
  margin-top: 30px;
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .full-itinerary__content {
    margin-top: 15px;
  }
}
.full-itinerary__section {
  counter-reset: section;
}
.full-itinerary__section > header hr {
  margin: 20px auto 0;
  max-width: 240px;
}
.full-itinerary__section article::before {
  counter-increment: section;
  content: counters(section, ".");
  color: #00a2ff;
  border: 1px solid #00a2ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2rem;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .full-itinerary__section article::before {
    font-size: 2rem;
  }
}

.page-header {
  position: relative;
}
.page-header--offset {
  margin-top: -100px;
  background-color: #fff;
}
.page-header--offset .page-header__content {
  padding: 30px;
}
.page-header__content hr {
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.page-content-header {
  margin-bottom: 60px;
}
.page-content-header hr {
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.activity-teaser {
  margin-bottom: 30px;
}
.activity-teaser img {
  height: auto;
  max-height: 180px;
}
.activity-teaser__content {
  margin-top: 10px;
}
.activity-teaser__content hr {
  width: 75%;
}

.static-image {
  position: relative;
}
.static-image > img {
  height: auto;
  max-height: 480px;
  min-height: 320px;
}
.static-image__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.static-image__overlay.fade-top--white {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 35%);
}
.static-image.header-image .header-image__wrapper {
  clear: both;
  height: 540px;
}
.static-image.header-image .header-image__wrapper > img {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .static-image.header-image .header-image__wrapper {
    height: 480px;
  }
}
@media (max-width: 991.98px) {
  .static-image.header-image .header-image__wrapper {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .static-image.header-image .header-image__wrapper {
    height: 360px;
  }
}
.static-image.header-image .static-image__overlay {
  display: flex;
  padding: 30px 15px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .static-image.header-image .static-image__overlay {
    justify-content: center;
    align-items: flex-start;
  }
}
.static-image.header-image .static-image__overlay article {
  display: block;
  text-align: center;
  max-width: 360px;
  width: 100%;
  pointer-events: initial;
}
.static-image.header-image .static-image__overlay article h1, .static-image.header-image .static-image__overlay article .title {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 575.98px) {
  .static-image.header-image .static-image__overlay article h1, .static-image.header-image .static-image__overlay article .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .static-image.header-image .static-image__overlay article h1, .static-image.header-image .static-image__overlay article .title {
    width: 220px;
    margin: 0 auto;
  }
}
.static-image.header-image .static-image__overlay article h2, .static-image.header-image .static-image__overlay article .subtitle {
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 575.98px) {
  .static-image.header-image .static-image__overlay article h2, .static-image.header-image .static-image__overlay article .subtitle {
    font-size: 1rem;
  }
}
.static-image.header-image .static-image__overlay article a.play-button, .static-image.header-image .static-image__overlay article .play-button.link {
  background-color: #00a2ff;
  color: #fff;
}
.static-image.header-image .static-image__overlay article a.play-button span, .static-image.header-image .static-image__overlay article .play-button.link span {
  padding-left: 36px;
  position: relative;
}
.static-image.header-image .static-image__overlay article a.play-button span::before, .static-image.header-image .static-image__overlay article .play-button.link span::before {
  content: "";
  background: url(/wp-content/themes/islesofscilly/ui/images/svg/header/play-button.svg) center no-repeat;
  background-size: 26px 26px;
  position: absolute;
  height: 26px;
  width: 26px;
  top: -5px;
  left: 0;
  display: block;
}
.static-image.header-image .static-image__overlay > video {
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .static-image.header-image .static-image__overlay > video {
    display: none;
  }
}
@media (min-width: 576px) {
  .static-image.header-image .static-image__overlay {
    padding: 30px 30px;
  }
}
@media (min-width: 768px) {
  .static-image.header-image .static-image__overlay {
    padding: 30px 60px;
  }
}
@media (min-width: 992px) {
  .static-image.header-image .static-image__overlay {
    padding: 30px 90px;
  }
}
@media (min-width: 1200px) {
  .static-image.header-image .static-image__overlay {
    padding: 30px 120px;
  }
}
.static-image.map-image > img {
  height: auto;
}

.accommodation + .accommodation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.accommodation:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.accommodation:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.accommodation-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.accommodation-gallery__main-image, .accommodation-gallery__list {
  height: 270px;
}
.accommodation-gallery__main-image {
  flex: 75%;
}
.accommodation-gallery__main-image img {
  padding-right: 2px;
  height: 100%;
}
.accommodation-gallery__list {
  flex: 25%;
}
.accommodation-gallery__list li {
  height: 33.33%;
}
.accommodation-gallery__list li img {
  padding: 1px 0;
  height: 100%;
  cursor: pointer;
}
.accommodation-gallery__list li:first-child img {
  padding-top: 0;
}
.accommodation-gallery__list li:last-child img {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .accommodation-gallery__main-image, .accommodation-gallery__list {
    height: 240px;
  }
}
.accommodation__content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  height: 100%;
}
.accommodation__content hr {
  width: 60%;
}
.accommodation__content a, .accommodation__content .link {
  margin-top: 30px;
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .accommodation__content {
    margin-top: 15px;
  }
}
.accommodation__rating i {
  display: inline-block;
  color: #ccc;
  margin: 5px -2px;
  width: 24px;
  height: 24px;
}
.accommodation__rating--1 i:nth-child(-n+1) {
  color: #00a2ff;
}
.accommodation__rating--2 i:nth-child(-n+2) {
  color: #00a2ff;
}
.accommodation__rating--3 i:nth-child(-n+3) {
  color: #00a2ff;
}
.accommodation__rating--4 i:nth-child(-n+4) {
  color: #00a2ff;
}
.accommodation__rating--5 i:nth-child(-n+5) {
  color: #00a2ff;
}

/*** Quick form ***/
/* Reset datepicker table */
.ui-datepicker table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ui-datepicker td,
.ui-datepicker th {
  padding: 0;
}

.ui-datepicker-header {
  padding: 15px;
  background-color: #edf4f6;
  text-align: center;
  position: relative;
  color: #777;
}

.ui-datepicker-prev {
  position: absolute;
  left: 5px;
  color: #777;
  text-indent: -9999em;
  background-image: url("/wp-content/themes/islesofscilly/images/Entypo+/chevron-small-left.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px;
  height: 18px;
  width: 22px;
  display: block;
}

.ui-datepicker-prev.ui-state-disabled {
  opacity: 0.25;
}

.ui-datepicker-next {
  position: absolute;
  right: 5px;
  color: #777;
  text-indent: -9999em;
  background-image: url("/wp-content/themes/islesofscilly/images/Entypo+/chevron-small-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px;
  height: 18px;
  width: 22px;
  display: block;
}

.ui-datepicker-calendar {
  width: 100%;
  border: none;
}

.ui-datepicker-calendar tr,
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 5px 0;
  background-color: white;
  text-align: center;
}

.ui-datepicker-calendar th span {
  color: #777;
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar td .link {
  color: #777;
  display: inline-block;
  line-height: 26px;
  font-weight: bold;
}

.ui-datepicker-calendar td .ui-state-active {
  background-color: #009af7;
  color: white;
  width: 100%;
  border-radius: 50%;
  height: inherit;
  line-height: 26px;
  width: 26px;
}

.ui-datepicker-calendar td.ui-state-disabled span {
  color: #ccc;
  line-height: 26px;
}

.book-wrapper {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.5s ease;
  /* Calendar */
  /* Passenger */
  /* Booking select */
}
@media (max-width: 991.98px) {
  .book-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.book-wrapper.hero-booking-form {
  position: relative;
  z-index: 1;
  margin-top: -89px;
}
@media (max-width: 991.98px) {
  .book-wrapper.hero-booking-form {
    margin-top: -43px;
  }
}
@media (max-width: 767.98px) {
  .book-wrapper.hero-booking-form {
    margin-top: 0;
  }
}
.book-wrapper .toggle-label {
  position: absolute;
  z-index: 1;
  left: 11px;
  top: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #777777;
}
.book-wrapper .date-select {
  position: relative;
  background: white;
  height: 58px;
  padding: 24px 10px 0;
  color: #009af7;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border-left: 1px solid #e2e6e6;
}
.book-wrapper .date-select::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/islesofscilly/images/Entypo+/booking/chevron-small-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 5px;
}
.book-wrapper .date-select .booking-calendars {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 58px;
  width: calc(200% + 2px);
  left: -1px;
  background-color: white;
  z-index: 6;
  border: 1px solid #e2e6e6;
  border-top: none;
}
.book-wrapper .date-select .booking-calendars .half {
  width: 50%;
  float: left;
}
.book-wrapper .date-select .booking-calendars .half + .half {
  margin-left: 3px;
  width: calc(50% - 3px);
}
@media (max-width: 767.98px) {
  .book-wrapper .date-select .booking-calendars .half {
    width: 100%;
  }
  .book-wrapper .date-select .booking-calendars .half + .half {
    margin-left: 0;
    width: 100%;
  }
}
.book-wrapper .date-select .booking-calendars #journey-type {
  display: block;
  width: 100%;
  float: left;
  padding: 15px 10px;
}
.book-wrapper .date-select .booking-calendars #journey-type input[type=radio] {
  width: auto;
  padding: 0;
  margin: 0;
  height: auto;
}
.book-wrapper .date-select .booking-calendars #journey-type label {
  font-size: 12px;
  font-weight: 700;
  color: #777;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.book-wrapper .date-select .booking-calendars.calendars-single {
  width: 280px;
}
.book-wrapper .date-select .booking-calendars.calendars-single .half {
  width: 100%;
}
@media (max-width: 767.98px) {
  .book-wrapper .date-select .booking-calendars.calendars-single {
    width: auto;
  }
}
.book-wrapper .passenger-select {
  position: relative;
  background: white;
  z-index: 5;
  height: 58px;
  padding: 24px 10px 0;
  color: #009af7;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-left: 1px solid #e2e6e6;
}
.book-wrapper .passenger-select #passengerNum {
  font-weight: 700;
}
.book-wrapper .passenger-select::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/islesofscilly/images/Entypo+/booking/chevron-small-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 5px;
}
.book-wrapper .passenger-select .passengers {
  background-color: white;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 58px;
  width: calc(200% + 2px);
  right: 0;
  left: initial;
  left: initial;
  border: 1px solid #e2e6e6;
  border-top: none;
}
.book-wrapper .passenger-select .passengers ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.book-wrapper .passenger-select .passengers ul li {
  position: relative;
  font-size: 13px;
  color: #777;
  padding: 20px 10px;
  height: 58px;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #e2e6e6;
}
.book-wrapper .passenger-select .passengers ul li:last-child {
  border: 0;
}
.book-wrapper .booking-select {
  width: calc(100% + 1px);
  transform: translateY(58px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 90;
  padding: 0;
}
.book-wrapper .booking-select li {
  background-color: #fff;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 20px 10px;
  height: 58px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
  border-top: 0;
  border-left: 1px solid #e2e6e6;
  border-right: 1px solid #e2e6e6;
  border-bottom: 1px solid #e2e6e6;
}
.book-wrapper .booking-select li.selected {
  background: #fff;
  color: #009af7;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 20px 10px;
  height: 58px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
}
.book-wrapper .expand-booking-select::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/islesofscilly/images/Entypo+/booking/chevron-small-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 5px;
}

.booking-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 767.98px) {
  .booking-tabs {
    display: none;
  }
}
.booking-tabs__item {
  font-size: 0.913rem;
}
.booking-tabs__item-tab {
  color: #fff;
  text-align: center;
  align-items: center;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #297fbb;
  position: relative;
  z-index: 1;
}
.booking-tabs__item-tab.pseudo--before::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}
.booking-tabs__item-tab span {
  opacity: 0.6;
}
.booking-tabs__item-tab span .active {
  opacity: 1;
}
.booking-tabs__item-tab.travel-tab {
  background: linear-gradient(#009eff, #0d83d9);
  border: none;
  text-transform: uppercase;
}
.booking-tabs__item-tab.travel-tab::before {
  background: url(../images/travel-icon-white.png) no-repeat 0 0;
  background-size: 59px 23px;
  width: 59px;
  height: 23px;
  transform: translateY(8px);
}
.booking-tabs__item-tab.guide-tab {
  background: linear-gradient(#263a7f, #293681);
  border: none;
  color: #fff;
  float: left;
  cursor: pointer;
}
.booking-tabs__item-tab.guide-tab::before {
  background: url(../images/guide-icon-white.png) no-repeat 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  transform: translateY(9px);
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.booking-form .left-gutter {
  padding-left: 10px;
}

.booking-container {
  background: linear-gradient(#0d81d7, #293a83);
  padding: 15px;
  color: #fff;
}

.section.booking_form .booking-form {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section.booking_form .booking-form {
    margin-bottom: 0;
  }
}
.section.booking_form .booking-form .form-submit {
  margin-top: 0;
  height: 62px;
}

.book-wrapper .booking-form.times-and-fares-booking__form {
  margin-bottom: 30px;
}

.book-wrapper .booking-form input {
  width: 165px;
  height: 62px;
  border-width: 1px;
  font-size: 16px;
  box-shadow: none;
}

.book-wrapper .booking-form input#dpd2 {
  border-top: 1px solid #e2e6e6;
  border-bottom: 1px solid #e2e6e6;
  border-left: 0 solid #e2e6e6;
}

.book-wrapper .booking-form .form-submit {
  width: 100%;
  background-color: #009af7;
  color: white;
  padding: 10px 25px;
  border: 0;
  outline: 0;
  height: 58px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .book-wrapper .booking-form .form-submit {
    border-radius: 0;
  }
}
.book-wrapper .booking-form .expand-booking-select {
  width: 100%;
  line-height: 13px;
  padding: 24px 10px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  color: #009af7;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 58px;
  font-size: 13px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.book-wrapper .booking-form .booking-select {
  width: calc(100% + 1px);
  transform: translateY(58px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 90;
  padding: 0;
}

.book-wrapper .booking-form .booking-select li {
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 20px 10px;
  height: 58px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
  border-top: 0;
  border-left: 1px solid #e2e6e6;
  border-right: 1px solid #e2e6e6;
  border-bottom: 1px solid #e2e6e6;
}

.book-wrapper .booking-form .booking-select li.selected,
.book-wrapper .booking-form .booking-select li:hover {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background: #fff;
  color: #009af7;
  /*border-top: 1px solid #009af7;
      border-left: 1px solid #009af7;
      border-right: 1px solid #009af7;
      border-bottom: 1px solid #009af7;*/
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 20px 10px;
  height: 58px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
}

.book-wrapper .booking-form .booking-select li.flysail {
  height: 70px;
}

.book-wrapper .booking-form .booking-select li.flysail.selected,
.book-wrapper .booking-form .booking-select li.flysail:hover {
  height: 70px;
}

.times-and-fares-booking__form .select-month {
  height: 180px;
  overflow-y: auto;
}

.outward .expand-booking-select,
.return .expand-booking-select {
  border-left: 1px solid #e2e6e6;
}

.expand-booking-select,
.date-select,
.passenger-select {
  border-bottom: 1px solid #e2e6e6;
}

@media (max-width: 1199px) {
  .section.booking_form .booking-form .form-submit {
    height: 58px;
    line-height: 28px;
    margin-top: 0;
  }
}
#modify-booking-result-container .calendars,
#modify-booking-result-container .book-wrapper .booking-form .date-select .calendars-single,
.book-wrapper .booking-form .date-select #modify-booking-result-container .calendars-single {
  width: auto;
}

.calendar__footer {
  padding: 0 10px 15px;
  float: left;
  width: 100%;
}

.calendar__footer:empty {
  padding: 0;
}

.calendar__footer .calendar__footer-text {
  color: #f00;
  font-size: 0.69rem;
  font-weight: bold;
}

.half .datepicker-heading {
  background-color: #edf4f6;
  padding: 10px 10px 0;
}

.half .datepicker-heading h5 {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #d2dce0;
  padding-bottom: 3px;
  text-transform: none;
}

/* Passengers */
.passengers .passenger-controls {
  right: 10px;
  top: 50%;
  position: absolute;
  transform: translate3d(0, -50%, 0);
}

.passengers .passenger-controls a, .passengers .passenger-controls .link {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e2e6e6;
  color: #7a7a7c;
  /*&:active {
      background-color: $lblue;
      color: white;
    }*/
}

.passengers .passenger-controls a:hover, .passengers .passenger-controls .link:hover,
.passengers .passenger-controls a:focus,
.passengers .passenger-controls .link:focus {
  text-decoration: none;
  outline: none;
  border: 1px solid #009af7;
}

.passengers .passenger-controls a:last-child, .passengers .passenger-controls .link:last-child {
  margin-right: 0;
}

.book-wrapper .passenger-select .passengers {
  width: calc(200% + 2px);
  left: initial;
}
.book-wrapper .passenger-select .passengers li:hover {
  line-height: 24px;
  padding: 20px 10px;
}

@media (max-width: 991px) {
  .booking-select.return-route-select {
    width: 100% !important;
  }
  .smaller-device--no-padding .button--blue {
    border-left: 1px solid #e2e6e6 !important;
  }
  .book-wrapper .date-select .booking-calendars {
    width: calc(200% + 3px);
  }
  .book-wrapper .passenger-select .passengers {
    width: calc(200% + 3px);
    right: -1px;
  }
  .booking-form .left-gutter {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .book-wrapper .booking-form .booking-select {
    width: 100%;
  }
  .smaller-device--no-padding .button--blue {
    border-left: none !important;
  }
  .book-wrapper .date-select .booking-calendars {
    width: calc(100% + 1px);
  }
  .book-wrapper .passenger-select .passengers {
    width: calc(100% + 1px);
    right: 0;
  }
}
.book__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.lightbox__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.lightbox__content {
  overflow: hidden;
  width: 100%;
  height: 540px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: initial;
}
@media (max-width: 1199.98px) {
  .lightbox__content {
    height: 480px;
  }
}
@media (max-width: 991.98px) {
  .lightbox__content {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .lightbox__content {
    height: 360px;
  }
}
.lightbox__content .lightbox__close {
  position: absolute;
  display: block;
  background: url("/wp-content/themes/islesofscilly/ui/images/close-circle-outline.png") center center no-repeat;
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  top: 10px;
  right: 10px;
  float: right;
  z-index: 1;
  cursor: pointer;
}
.lightbox__content > video {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.lightbox.lightbox--center {
  position: fixed;
  width: 100%;
  max-width: 377px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1000;
  padding-left: 15px;
  padding-right: 15px;
}

.lightbox--center .lightbox__content {
  position: relative;
  color: #1d1d1b;
  border: 4px solid #00609f;
  background-color: #fff;
  padding: 30px;
  max-height: 460px;
  height: auto;
  overflow-y: auto;
}
.lightbox--center .lightbox__content .h1 {
  color: #00609f;
  margin-top: 0;
  margin-bottom: 10px;
}
.lightbox--center .lightbox__content .h1.left {
  text-align: left;
}
.lightbox--center .lightbox__content p, .lightbox--center .lightbox__content .text {
  margin-bottom: 15px;
}
.lightbox--center .lightbox__content .lightbox__close {
  background: url("/wp-content/themes/islesofscilly/ui/images/svg/quickform/close-circle.svg") center center no-repeat;
}

.has-loader:not(.loading) {
  cursor: pointer;
}

.has-loader.loading,
.has-loader.success {
  position: relative;
  text-indent: -9999em;
}

.checkmark {
  background: url(/wp-content/themes/islesofscilly/images/svg/checkmark.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1) rotateY(0);
  transform-style: preserve-3d;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  display: block;
  background-size: 16px;
  width: 16px;
  height: 16px;
  animation: success 1s ease;
}

.loader {
  background: url(/wp-content/themes/islesofscilly/images/svg/loader.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: 22px;
  width: 22px;
  height: 22px;
  animation: loader 2s linear infinite;
  display: none;
  pointer-events: none;
}

.has-loader.loading .loader {
  display: block;
}

@keyframes loader {
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes success {
  100% {
    transform: translateY(-50%) scale(1.2) rotateY(360deg);
  }
}
.book-wrapper .error__text {
  color: #f00;
}

.book-wrapper .validator__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  background: #fee8e8;
  width: 100%;
  box-shadow: 1px 3px 2px rgba(232, 85, 85, 0.25);
  border: 1px solid #e00c0c;
  font-size: 0.75rem;
  transform: translateY(35px);
  z-index: 1;
}

.book-wrapper form + .validator__text {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  margin-top: 10px;
  transform: none;
}

input[name=singleJourney] {
  position: absolute;
  transform: translate3d(-9999px, 0, 0);
}
input[name=singleJourney]:checked + label {
  background-color: #009af7;
  color: #fff;
}
input[name=singleJourney]:checked + label::before {
  background: url(../images/Entypo+/booking/radio-checked.svg) no-repeat 0 0;
}
input[name=singleJourney] + label {
  position: relative;
  padding: 0.75em 0;
  padding-left: 31px !important;
  padding-right: 31px;
  background-color: #edf4f6;
}
input[name=singleJourney] + label:first-of-type {
  margin-left: 10px;
}
input[name=singleJourney] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate3d(0, -50%, 0);
  background: url(../images/Entypo+/booking/radio-unchecked.svg) no-repeat 0 0;
  width: 15px;
  height: 15px;
}

.plan-your-trip__left-column .links {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.plan-your-trip__left-column .links a, .plan-your-trip__left-column .links .link {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.plan-your-trip__left-column .links a::after, .plan-your-trip__left-column .links .link::after {
  content: "▶";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 0.625rem;
}
.plan-your-trip__left-column .links a:hover, .plan-your-trip__left-column .links .link:hover, .plan-your-trip__left-column .links a:active, .plan-your-trip__left-column .links .link:active, .plan-your-trip__left-column .links a:focus, .plan-your-trip__left-column .links .link:focus, .plan-your-trip__left-column .links a.active, .plan-your-trip__left-column .links .active.link {
  color: #fff;
  background-color: #00a2ff;
}
.plan-your-trip__left-column .links a:first-child, .plan-your-trip__left-column .links .link:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.plan-your-trip__left-column .links a:last-child, .plan-your-trip__left-column .links .link:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.plan-your-trip__left-column .links a + a, .plan-your-trip__left-column .links .link + a, .plan-your-trip__left-column .links a + .link, .plan-your-trip__left-column .links .link + .link {
  border-top: 1px solid #ccc;
}
.plan-your-trip__left-column :last-child {
  margin-bottom: 0;
}
.plan-your-trip__left-column > .h2, .plan-your-trip__right-column .tabs__header.plan-your-trip__left-column > h2, .plan-your-trip__right-column .tabs__header.plan-your-trip__left-column > .subtitle {
  color: #00a2ff;
  margin-bottom: 4px;
}
.plan-your-trip__right-column {
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.plan-your-trip__right-column .tabs__header {
  padding: 15px 15px 0;
  background-color: #f1f3f2;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.plan-your-trip__right-column .tabs__header > h2, .plan-your-trip__right-column .tabs__header > .subtitle {
  font-size: 1.25rem;
  text-transform: initial;
  text-align: center;
  margin-bottom: 20px;
}
.plan-your-trip__right-column .tabs__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}
.plan-your-trip__right-column .tabs__list-button {
  border-radius: 0;
  width: 33.3333333333%;
  margin: 0;
  max-width: 240px;
  background-color: #fff;
  font-size: 0.75rem;
}
.plan-your-trip__right-column .tabs__list-button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 0;
}
.plan-your-trip__right-column .tabs__list-button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 0;
}
.plan-your-trip__right-column .tabs__list-button.active, .plan-your-trip__right-column .tabs__list-button:focus, .plan-your-trip__right-column .tabs__list-button:hover {
  background-color: #1a9cf4;
  color: #fff;
}
@media (max-width: 767.98px) {
  .plan-your-trip__right-column .tabs__list-button {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }
  .plan-your-trip__right-column .tabs__list-button, .plan-your-trip__right-column .tabs__list-button:first-child, .plan-your-trip__right-column .tabs__list-button:last-child {
    border: 1px solid #00a2ff;
    border-radius: 8px;
  }
  .plan-your-trip__right-column .tabs__list-button + .tabs__list-button {
    margin-top: 8px;
  }
}
.plan-your-trip__right-column .tabs__panel {
  padding: 30px 20px;
}
.plan-your-trip__right-column .tabs__panel header {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767.98px) {
  .plan-your-trip__right-column .tabs__panel header {
    margin-bottom: 16px;
  }
}
.plan-your-trip__right-column .tabs__panel header img {
  max-width: 180px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .plan-your-trip__right-column .tabs__panel header img {
    position: static;
  }
}
.plan-your-trip__right-column .tabs__panel h4 {
  font-weight: bold;
  color: #00a2ff;
  margin-bottom: 8px;
}
.plan-your-trip__right-column .tabs__panel p + h4, .plan-your-trip__right-column .tabs__panel .text + h4 {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .plan-your-trip__right-column .tabs__panel p + h4, .plan-your-trip__right-column .tabs__panel .text + h4 {
    margin-bottom: 16px;
  }
}
.plan-your-trip__right-column h2, .plan-your-trip__right-column .subtitle {
  color: #00a2ff;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.plan-your-trip__right-column h2 + .faqs, .plan-your-trip__right-column .subtitle + .faqs {
  padding-top: 0;
}
.plan-your-trip__right-column h2.compact, .plan-your-trip__right-column .compact.subtitle {
  color: #374986;
  text-transform: none;
}
.plan-your-trip__right-column h3 {
  color: #00a2ff;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.plan-your-trip__right-column p, .plan-your-trip__right-column .text, .plan-your-trip__right-column a, .plan-your-trip__right-column .link, .plan-your-trip__right-column li, .plan-your-trip__right-column th, .plan-your-trip__right-column td {
  color: #374986;
  font-family: "LibreBaskerville", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3;
  text-transform: none;
}
.plan-your-trip__right-column a, .plan-your-trip__right-column .link {
  color: #00a2ff;
}
.plan-your-trip__right-column ul, .plan-your-trip__right-column ol {
  padding-left: 1rem;
}
.plan-your-trip__right-column ul li, .plan-your-trip__right-column ol li {
  list-style: initial;
}
.plan-your-trip__right-column ul + p, .plan-your-trip__right-column ul + .text, .plan-your-trip__right-column ol + p, .plan-your-trip__right-column ol + .text {
  margin-top: 15px;
}
.plan-your-trip__right-column h2, .plan-your-trip__right-column .subtitle, .plan-your-trip__right-column h3, .plan-your-trip__right-column p, .plan-your-trip__right-column .text, .plan-your-trip__right-column a, .plan-your-trip__right-column .link, .plan-your-trip__right-column ul, .plan-your-trip__right-column ol {
  margin: 0;
}
.plan-your-trip__right-column h2 + h2, .plan-your-trip__right-column .subtitle + h2, .plan-your-trip__right-column h2 + .subtitle, .plan-your-trip__right-column .subtitle + .subtitle, .plan-your-trip__right-column h2 + h3, .plan-your-trip__right-column .subtitle + h3, .plan-your-trip__right-column h2 + p, .plan-your-trip__right-column .subtitle + p, .plan-your-trip__right-column h2 + .text, .plan-your-trip__right-column .subtitle + .text, .plan-your-trip__right-column h2 + a, .plan-your-trip__right-column .subtitle + a, .plan-your-trip__right-column h2 + .link, .plan-your-trip__right-column .subtitle + .link, .plan-your-trip__right-column h2 + ul, .plan-your-trip__right-column .subtitle + ul, .plan-your-trip__right-column h2 + ol, .plan-your-trip__right-column .subtitle + ol, .plan-your-trip__right-column h3 + h2, .plan-your-trip__right-column h3 + .subtitle, .plan-your-trip__right-column h3 + h3, .plan-your-trip__right-column h3 + p, .plan-your-trip__right-column h3 + .text, .plan-your-trip__right-column h3 + a, .plan-your-trip__right-column h3 + .link, .plan-your-trip__right-column h3 + ul, .plan-your-trip__right-column h3 + ol, .plan-your-trip__right-column p + h2, .plan-your-trip__right-column .text + h2, .plan-your-trip__right-column p + .subtitle, .plan-your-trip__right-column .text + .subtitle, .plan-your-trip__right-column p + h3, .plan-your-trip__right-column .text + h3, .plan-your-trip__right-column p + p, .plan-your-trip__right-column .text + p, .plan-your-trip__right-column p + .text, .plan-your-trip__right-column .text + .text, .plan-your-trip__right-column p + a, .plan-your-trip__right-column .text + a, .plan-your-trip__right-column p + .link, .plan-your-trip__right-column .text + .link, .plan-your-trip__right-column p + ul, .plan-your-trip__right-column .text + ul, .plan-your-trip__right-column p + ol, .plan-your-trip__right-column .text + ol, .plan-your-trip__right-column a + h2, .plan-your-trip__right-column .link + h2, .plan-your-trip__right-column a + .subtitle, .plan-your-trip__right-column .link + .subtitle, .plan-your-trip__right-column a + h3, .plan-your-trip__right-column .link + h3, .plan-your-trip__right-column a + p, .plan-your-trip__right-column .link + p, .plan-your-trip__right-column a + .text, .plan-your-trip__right-column .link + .text, .plan-your-trip__right-column a + a, .plan-your-trip__right-column .link + a, .plan-your-trip__right-column a + .link, .plan-your-trip__right-column .link + .link, .plan-your-trip__right-column a + ul, .plan-your-trip__right-column .link + ul, .plan-your-trip__right-column a + ol, .plan-your-trip__right-column .link + ol, .plan-your-trip__right-column ul + h2, .plan-your-trip__right-column ul + .subtitle, .plan-your-trip__right-column ul + h3, .plan-your-trip__right-column ul + p, .plan-your-trip__right-column ul + .text, .plan-your-trip__right-column ul + a, .plan-your-trip__right-column ul + .link, .plan-your-trip__right-column ul + ul, .plan-your-trip__right-column ul + ol, .plan-your-trip__right-column ol + h2, .plan-your-trip__right-column ol + .subtitle, .plan-your-trip__right-column ol + h3, .plan-your-trip__right-column ol + p, .plan-your-trip__right-column ol + .text, .plan-your-trip__right-column ol + a, .plan-your-trip__right-column ol + .link, .plan-your-trip__right-column ol + ul, .plan-your-trip__right-column ol + ol {
  margin-top: 15px;
}
.plan-your-trip__right-column h2.compact + h2, .plan-your-trip__right-column .compact.subtitle + h2, .plan-your-trip__right-column h2.compact + .subtitle, .plan-your-trip__right-column .compact.subtitle + .subtitle, .plan-your-trip__right-column h2.compact + h3, .plan-your-trip__right-column .compact.subtitle + h3, .plan-your-trip__right-column h2.compact + p, .plan-your-trip__right-column .compact.subtitle + p, .plan-your-trip__right-column h2.compact + .text, .plan-your-trip__right-column .compact.subtitle + .text, .plan-your-trip__right-column h2.compact + a, .plan-your-trip__right-column .compact.subtitle + a, .plan-your-trip__right-column h2.compact + .link, .plan-your-trip__right-column .compact.subtitle + .link, .plan-your-trip__right-column h2.compact + ul, .plan-your-trip__right-column .compact.subtitle + ul, .plan-your-trip__right-column h2.compact + ol, .plan-your-trip__right-column .compact.subtitle + ol, .plan-your-trip__right-column h3.compact + h2, .plan-your-trip__right-column h3.compact + .subtitle, .plan-your-trip__right-column h3.compact + h3, .plan-your-trip__right-column h3.compact + p, .plan-your-trip__right-column h3.compact + .text, .plan-your-trip__right-column h3.compact + a, .plan-your-trip__right-column h3.compact + .link, .plan-your-trip__right-column h3.compact + ul, .plan-your-trip__right-column h3.compact + ol, .plan-your-trip__right-column p.compact + h2, .plan-your-trip__right-column .compact.text + h2, .plan-your-trip__right-column p.compact + .subtitle, .plan-your-trip__right-column .compact.text + .subtitle, .plan-your-trip__right-column p.compact + h3, .plan-your-trip__right-column .compact.text + h3, .plan-your-trip__right-column p.compact + p, .plan-your-trip__right-column .compact.text + p, .plan-your-trip__right-column p.compact + .text, .plan-your-trip__right-column .compact.text + .text, .plan-your-trip__right-column p.compact + a, .plan-your-trip__right-column .compact.text + a, .plan-your-trip__right-column p.compact + .link, .plan-your-trip__right-column .compact.text + .link, .plan-your-trip__right-column p.compact + ul, .plan-your-trip__right-column .compact.text + ul, .plan-your-trip__right-column p.compact + ol, .plan-your-trip__right-column .compact.text + ol, .plan-your-trip__right-column a.compact + h2, .plan-your-trip__right-column .compact.link + h2, .plan-your-trip__right-column a.compact + .subtitle, .plan-your-trip__right-column .compact.link + .subtitle, .plan-your-trip__right-column a.compact + h3, .plan-your-trip__right-column .compact.link + h3, .plan-your-trip__right-column a.compact + p, .plan-your-trip__right-column .compact.link + p, .plan-your-trip__right-column a.compact + .text, .plan-your-trip__right-column .compact.link + .text, .plan-your-trip__right-column a.compact + a, .plan-your-trip__right-column .compact.link + a, .plan-your-trip__right-column a.compact + .link, .plan-your-trip__right-column .compact.link + .link, .plan-your-trip__right-column a.compact + ul, .plan-your-trip__right-column .compact.link + ul, .plan-your-trip__right-column a.compact + ol, .plan-your-trip__right-column .compact.link + ol, .plan-your-trip__right-column ul.compact + h2, .plan-your-trip__right-column ul.compact + .subtitle, .plan-your-trip__right-column ul.compact + h3, .plan-your-trip__right-column ul.compact + p, .plan-your-trip__right-column ul.compact + .text, .plan-your-trip__right-column ul.compact + a, .plan-your-trip__right-column ul.compact + .link, .plan-your-trip__right-column ul.compact + ul, .plan-your-trip__right-column ul.compact + ol, .plan-your-trip__right-column ol.compact + h2, .plan-your-trip__right-column ol.compact + .subtitle, .plan-your-trip__right-column ol.compact + h3, .plan-your-trip__right-column ol.compact + p, .plan-your-trip__right-column ol.compact + .text, .plan-your-trip__right-column ol.compact + a, .plan-your-trip__right-column ol.compact + .link, .plan-your-trip__right-column ol.compact + ul, .plan-your-trip__right-column ol.compact + ol {
  margin-top: 0;
}
.plan-your-trip__right-column h2 + ul, .plan-your-trip__right-column .subtitle + ul, .plan-your-trip__right-column h2 + ol, .plan-your-trip__right-column .subtitle + ol, .plan-your-trip__right-column h2 + p, .plan-your-trip__right-column .subtitle + p, .plan-your-trip__right-column h2 + .text, .plan-your-trip__right-column .subtitle + .text, .plan-your-trip__right-column h3 + ul, .plan-your-trip__right-column h3 + ol, .plan-your-trip__right-column h3 + p, .plan-your-trip__right-column h3 + .text {
  margin-top: 0;
}
.plan-your-trip__right-column hr {
  margin: 20px 0;
  background-color: #ccc;
}
.plan-your-trip__right-column .table-responsive {
  border: none;
}
.plan-your-trip__right-column .table-responsive .easy-table {
  margin: 0;
}
.plan-your-trip__right-column .table-responsive .easy-table th, .plan-your-trip__right-column .table-responsive .easy-table td {
  border: none;
  padding: 0;
}
.plan-your-trip__right-column .table-responsive .easy-table th + th, .plan-your-trip__right-column .table-responsive .easy-table th + td, .plan-your-trip__right-column .table-responsive .easy-table td + th, .plan-your-trip__right-column .table-responsive .easy-table td + td {
  margin-top: 0;
}
.plan-your-trip__right-column .content-text {
  padding: 30px 20px;
}
.plan-your-trip__right-column .content-text h2 + .info-holder, .plan-your-trip__right-column .content-text .subtitle + .info-holder {
  padding-top: 20px;
}
.plan-your-trip__right-column .info-row,
.plan-your-trip__right-column .info-holder {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  width: 100%;
}
.plan-your-trip__right-column .info-row:first-of-type,
.plan-your-trip__right-column .info-holder:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.plan-your-trip__right-column .info-row .info-col,
.plan-your-trip__right-column .info-holder .info-col {
  flex: 1 1 40%;
}
.plan-your-trip__right-column .info-row .info-col:first-of-type,
.plan-your-trip__right-column .info-holder .info-col:first-of-type {
  flex: 1 1 60%;
  padding-right: 20px;
}
.plan-your-trip__right-column .info-row .info-col .table-responsive + h2, .plan-your-trip__right-column .info-row .info-col .table-responsive + .subtitle, .plan-your-trip__right-column .info-row .info-col .table-responsive + h3, .plan-your-trip__right-column .info-row .info-col .table-responsive + p, .plan-your-trip__right-column .info-row .info-col .table-responsive + .text,
.plan-your-trip__right-column .info-holder .info-col .table-responsive + h2,
.plan-your-trip__right-column .info-holder .info-col .table-responsive + .subtitle,
.plan-your-trip__right-column .info-holder .info-col .table-responsive + h3,
.plan-your-trip__right-column .info-holder .info-col .table-responsive + p,
.plan-your-trip__right-column .info-holder .info-col .table-responsive + .text {
  margin-top: 15px;
}
.plan-your-trip__right-column .info-row .info-col p + .table-responsive, .plan-your-trip__right-column .info-row .info-col .text + .table-responsive,
.plan-your-trip__right-column .info-holder .info-col p + .table-responsive,
.plan-your-trip__right-column .info-holder .info-col .text + .table-responsive {
  margin-top: 15px;
}
.plan-your-trip__right-column .info-holder {
  border-top: 0;
}
.plan-your-trip__right-column .info-holder:first-of-type {
  padding-top: 20px;
}
.plan-your-trip__right-column .reports {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}
.plan-your-trip__right-column .reports .column.one_half {
  flex: 1 1 50%;
}
.plan-your-trip__right-column .reports .column.one_half:first-of-type {
  padding-right: 20px;
}
.plan-your-trip__right-column .faqs {
  padding-top: 20px;
}
.plan-your-trip__right-column .faqs h2 + h3, .plan-your-trip__right-column .faqs .subtitle + h3 {
  margin-top: 0;
}
.plan-your-trip__right-column .faqs h3 {
  color: #374986;
  text-transform: none;
}
.plan-your-trip__right-column .faqs h3 + p, .plan-your-trip__right-column .faqs h3 + .text {
  margin-top: 0;
}
.plan-your-trip__right-column .faqs p + ul, .plan-your-trip__right-column .faqs .text + ul, .plan-your-trip__right-column .faqs p + ol, .plan-your-trip__right-column .faqs .text + ol {
  margin-top: 0;
}

.text-block {
  margin: 0 auto;
  max-width: 640px;
}

.text-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 30px 0;
}
.text-teaser__container [class*=col-]:not(:first-child) {
  padding-left: 0;
}
.text-teaser__container [class*=col-]:not(:first-child) .text-teaser {
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
.text-teaser > article hr {
  width: 80%;
}
.text-teaser > a, .text-teaser > .link {
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .text-teaser__container [class*=col-]:nth-child(3) {
    padding-left: 15px;
  }
  .text-teaser__container [class*=col-]:nth-child(3) .text-teaser {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .text-teaser__container [class*=col-]:not(:first-child) {
    padding-left: 15px;
  }
  .text-teaser__container [class*=col-]:not(:first-child) .text-teaser {
    border-left: none;
    padding-left: 0;
  }
}

.must-read {
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.must-read::before, .must-read::after {
  content: "";
  display: block;
  width: 80%;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #00c8ff;
}
@media (max-width: 991.98px) {
  .must-read::before, .must-read::after {
    max-width: 595.2px;
  }
}
.must-read::before {
  margin-bottom: 15px;
  border-bottom: none;
}
.must-read::after {
  margin-top: 30px;
  border-top: none;
}
@media (max-width: 991.98px) {
  .must-read::after {
    margin-top: 15px;
  }
}
.must-read__header {
  position: absolute;
  background-color: #f0f0f0;
  padding: 0 15px;
  top: 13px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.must-read__footer button {
  display: block;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border-color: #00c8ff;
  color: #00c8ff;
  background-color: #f0f0f0;
}
.must-read__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.must-read__group + .must-read__group {
  margin-top: 30px;
}
.must-read__article article {
  padding-top: 15px;
}
.must-read__article article .subtitle {
  font-size: 1.125rem;
}
.must-read__article article hr {
  margin: 10px auto;
  max-width: 120px;
}
.must-read__article + .must-read__article {
  margin-top: 10px;
}
.must-read__left-column, .must-read__right-column {
  flex: 20%;
}
@media (min-width: 992px) {
  .must-read__left-column .must-read__article img, .must-read__right-column .must-read__article img {
    height: 180px;
  }
  .must-read__left-column .must-read__article article, .must-read__right-column .must-read__article article {
    min-height: 150px;
  }
}
@media (max-width: 991.98px) {
  .must-read__left-column, .must-read__right-column {
    display: none;
  }
}
.must-read__center-column {
  flex: 60%;
  padding: 0 15px;
  max-width: 744px;
}
.must-read__center-column .must-read__article {
  height: 100%;
  background-color: #fff;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .must-read__center-column .must-read__article img {
    height: 520px;
  }
}
@media (max-width: 991.98px) {
  .must-read__center-column {
    padding: 0;
    margin: 0 auto;
  }
  .must-read__center-column .must-read__article {
    padding-bottom: 30px;
  }
}

.youtube-feed {
  background-color: #211b44;
  padding: 30px 0;
}
.youtube-feed__header h2, .youtube-feed__header .subtitle {
  color: #fff;
}
.youtube-feed__row {
  margin-left: -1px;
  margin-right: -1px;
}
.youtube-feed__row > [class*=col-] {
  padding-right: 1px;
  padding-left: 1px;
}
.youtube-feed__row .youtube-feed__item {
  margin-bottom: 15px;
}
.youtube-feed__row .youtube-feed__item > .arve-wrapper {
  margin-bottom: 0 !important;
}
.youtube-feed__row .youtube-feed__item article {
  padding: 15px 5px;
}
.youtube-feed__row .youtube-feed__item article .title {
  color: #00c8ff;
}
.youtube-feed__row .youtube-feed__item article .title + p, .youtube-feed__row .youtube-feed__item article .title + .text {
  margin-top: 5px;
}
.youtube-feed__row .youtube-feed__item article p, .youtube-feed__row .youtube-feed__item article .text {
  color: #fff;
}
.youtube-feed__footer {
  padding: 30px 0;
}
.youtube-feed__footer button {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  color: #fff;
}
.youtube-feed__footer button span {
  padding-left: 36px;
  position: relative;
}
.youtube-feed__footer button span::before {
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/social/social-youtube-white.svg);
  position: absolute;
  width: 28px;
  top: -2px;
  left: 0;
}

.instagram-feed #sb_instagram #sbi_load .sbi_load_btn {
  margin-top: 30px;
  border: 1px solid #00c8ff !important; /* Override !important used by plugin */
  color: #374986;
  background-color: transparent;
}
.instagram-feed #sb_instagram #sbi_load .sbi_load_btn:active {
  box-shadow: none;
}
.instagram-feed #sb_instagram #sbi_load .sbi_load_btn span {
  padding-left: 28px;
  position: relative;
}
.instagram-feed #sb_instagram #sbi_load .sbi_load_btn span::before {
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/social/social-instagram-blue.svg);
  position: absolute;
  width: 20px;
  top: -2px;
  left: 0;
}
.instagram-feed #sb_instagram .sbi_photo_wrap,
.instagram-feed #sb_instagram .sbi_photo_wrap:hover {
  border-radius: 8px;
}

.events__footer {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.events__footer button {
  display: block;
  margin: 0 auto;
  border: 1px solid #00c8ff !important; /* Override !important used by plugin */
  color: #374986;
  background-color: transparent;
}

.transportation-teaser {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.transportation-teaser__column--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 50%;
  max-width: 50%;
  background-color: #293a83;
  padding: 20px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .transportation-teaser__column--left {
    flex: 100%;
    max-width: 100%;
  }
}
.transportation-teaser__column--left article {
  margin-bottom: 15px;
}
.transportation-teaser__column--left article h2, .transportation-teaser__column--left article .subtitle, .transportation-teaser__column--left article p, .transportation-teaser__column--left article .text {
  color: #fff;
}
.transportation-teaser__column--left article h2, .transportation-teaser__column--left article .subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.transportation-teaser__column--left .transportation-teaser__info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .transportation-teaser__column--left .transportation-teaser__info {
    flex-direction: column-reverse;
  }
}
.transportation-teaser__column--left .transportation-teaser__info a.button, .transportation-teaser__column--left .transportation-teaser__info .button.link, .transportation-teaser__column--left .transportation-teaser__info .instagram-feed #sb_instagram #sbi_load a.sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .transportation-teaser__column--left .transportation-teaser__info a.sbi_load_btn, .transportation-teaser__column--left .transportation-teaser__info .instagram-feed #sb_instagram #sbi_load .link.sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .transportation-teaser__column--left .transportation-teaser__info .link.sbi_load_btn {
  display: inline-block;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 767.98px) {
  .transportation-teaser__column--left .transportation-teaser__info a.button, .transportation-teaser__column--left .transportation-teaser__info .button.link, .transportation-teaser__column--left .transportation-teaser__info .instagram-feed #sb_instagram #sbi_load a.sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .transportation-teaser__column--left .transportation-teaser__info a.sbi_load_btn, .transportation-teaser__column--left .transportation-teaser__info .instagram-feed #sb_instagram #sbi_load .link.sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .transportation-teaser__column--left .transportation-teaser__info .link.sbi_load_btn {
    margin: 0 auto;
  }
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route {
  flex: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 60px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route {
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment {
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 50%;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__time {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: center;
  font-size: 0.688rem;
  color: #aaa;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__label--left, .transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__label--right {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 0.688rem;
  top: 12px;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__label--left {
  left: 0;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__label--left .label {
  display: block;
  transform: translate3d(-50%, 0, 0);
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__label--right {
  right: 0;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment__label--right .label {
  display: block;
  transform: translate3d(50%, 0, 0);
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 100%;
  left: -5px;
  top: -5px;
  background-color: #00a2ff;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route .route-segment:last-of-type::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 100%;
  right: -5px;
  top: -5px;
  background-color: #00a2ff;
}
.transportation-teaser__column--left .transportation-teaser__info .transportation-teaser__route.route-segments--2 .route-segment {
  flex: 50%;
}
.transportation-teaser__column--right {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .transportation-teaser__column--right {
    display: none;
  }
}
.transportation-teaser__column--right img {
  height: 100%;
  min-height: 190px;
}

.isotope-grid__item {
  padding: 0;
}

#audio-controls {
  position: absolute;
  z-index: 9;
  right: 32px;
  bottom: 32px;
  cursor: pointer;
}
#audio-controls a, #audio-controls .link {
  color: #fff;
  opacity: 0.7;
  margin: 0 0.5rem;
}
@media (max-width: 767.98px) {
  #audio-controls {
    display: none;
  }
}

.accommodation-searchbar {
  padding: 15px;
}
.accommodation-searchbar__offset {
  position: relative;
  margin-top: -55px;
}
.accommodation-searchbar__no-padding {
  margin-left: 0;
  margin-right: 0;
}
.accommodation-searchbar__no-padding > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.accommodation-searchbar__item {
  position: relative;
}
.accommodation-searchbar__item .accommodation-searchbar__label {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 8px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #777;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .accommodation-searchbar__item .accommodation-searchbar__label {
    font-size: 0.625rem;
  }
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown-toggle {
  display: block;
  height: 40px;
  width: 100%;
  background-color: #fff;
  padding: 20px 8px 0;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-transform: capitalize;
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown-toggle::after {
  content: "";
  display: block;
  background-image: url(../images/Entypo+/booking/chevron-small-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 5px;
  transition: all 0.5s ease;
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown-toggle[aria-expanded=true] + .accommodation-searchbar__dropdown {
  height: auto;
  transition: height 0.5s ease-in;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ccc;
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown-toggle[aria-expanded=true]::after {
  transform: rotateZ(180deg);
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .accommodation-searchbar__item .accommodation-searchbar__dropdown-toggle {
    border-bottom: 1px solid #ccc;
  }
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown {
  position: absolute;
  background-color: #fff;
  border-right: 1px solid #ccc;
  width: 100%;
  height: 0;
  transition: height 0.5s ease-out;
  overflow: hidden;
  z-index: 10;
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown li.location-category {
  display: block;
  padding: 12px 8px;
  height: 39px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(129, 129, 129);
  background-color: #fafafa;
  font-size: 0.938rem;
  font-weight: 600;
  cursor: context-menu;
}
@media (max-width: 575.98px) {
  .accommodation-searchbar__item .accommodation-searchbar__dropdown li.location-category {
    font-size: 0.938rem;
  }
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown li.sub-location {
  padding-left: 1rem;
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown li a, .accommodation-searchbar__item .accommodation-searchbar__dropdown li .link {
  display: block;
  padding: 12px 8px;
  height: 39px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .accommodation-searchbar__item .accommodation-searchbar__dropdown li a, .accommodation-searchbar__item .accommodation-searchbar__dropdown li .link {
    font-size: 0.875rem;
  }
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown li:first-of-type {
  border-top: 1px solid #ccc;
}
.accommodation-searchbar__item .accommodation-searchbar__dropdown li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991.98px) {
  .accommodation-searchbar__item .accommodation-searchbar__dropdown li:first-of-type {
    border-top: 0;
  }
}
.accommodation-searchbar__item:not(:nth-of-type(4)) .accommodation-searchbar__dropdown-toggle {
  border-right: 1px solid #ccc;
}
.accommodation-searchbar__item:nth-of-type(4) .accommodation-searchbar__dropdown {
  border-right: 0;
}
.accommodation-searchbar__item:last-of-type {
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .accommodation-searchbar__item:last-of-type {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .accommodation-searchbar__item:nth-of-type(2) .accommodation-searchbar__dropdown-toggle,
  .accommodation-searchbar__item:nth-of-type(2) .accommodation-searchbar__dropdown {
    border-right: 0;
  }
  .accommodation-searchbar__item:last-of-type {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .accommodation-searchbar__item .accommodation-searchbar__dropdown-toggle,
  .accommodation-searchbar__item .accommodation-searchbar__dropdown {
    border-right: 0 !important;
  }
}
.accommodation-searchbar__button {
  background-color: #fff;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  border: none;
}
@media (max-width: 991.98px) {
  .accommodation-searchbar__button {
    border-radius: 0;
    border-bottom: 1px solid #ccc;
  }
}
.accommodation-searchbar.background-color--primary .accommodation-searchbar__button {
  color: #00a2ff;
}
.accommodation-searchbar.background-color--primary .accommodation-searchbar__dropdown-toggle {
  color: #00a2ff;
}
.accommodation-searchbar.background-color--orange .accommodation-searchbar__button {
  color: #ff8458;
}
.accommodation-searchbar.background-color--orange .accommodation-searchbar__dropdown-toggle {
  color: #ff8458;
}
@media (max-width: 767.98px) {
  .accommodation-searchbar {
    margin: 0 -15px;
  }
}

.text-component {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}
.text-component article h1 + p, .text-component article .title + p, .text-component .youtube-feed__row .youtube-feed__item article .title + p, .youtube-feed__row .youtube-feed__item .text-component article .title + p, .text-component article h1 + .text, .text-component article .title + .text, .text-component article h2 + p, .text-component article .subtitle + p, .text-component article h2 + .text, .text-component article .subtitle + .text, .text-component article h3 + p, .text-component article h3 + .text, .text-component article h4 + p, .text-component article h4 + .text, .text-component article p + p, .text-component article .text + p, .text-component article p + .text, .text-component article .text + .text, .text-component article a + p, .text-component article .link + p, .text-component article a + .text, .text-component article .link + .text {
  margin-top: 15px;
}
.text-component article p, .text-component article .text {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}
.text-component article hr {
  background-color: #00a2ff;
  max-width: 240px;
  margin: 15px 0;
}
.text-component article::before {
  border-color: #f0f0f0;
}
.text-component.text-align--center article hr {
  margin: 15px auto;
}
.text-component.text-align--right article hr {
  margin: 15px 0 15px auto;
}
.text-component.color--primary article h1, .text-component.color--primary article .title, .text-component.color--primary article h2, .text-component.color--primary article .subtitle, .text-component.color--primary article h3, .text-component.color--primary article h4, .text-component.color--primary article p, .text-component.color--primary article .text, .text-component.color--primary article a, .text-component.color--primary article .link, .text-component.color--white article h1, .text-component.color--white article .title, .text-component.color--white article h2, .text-component.color--white article .subtitle, .text-component.color--white article h3, .text-component.color--white article h4, .text-component.color--white article p, .text-component.color--white article .text, .text-component.color--white article a, .text-component.color--white article .link, .text-component.color--orange article h1, .text-component.color--orange article .title, .text-component.color--orange article h2, .text-component.color--orange article .subtitle, .text-component.color--orange article h3, .text-component.color--orange article h4, .text-component.color--orange article p, .text-component.color--orange article .text, .text-component.color--orange article a, .text-component.color--orange article .link {
  color: inherit;
}
.text-component.color--primary article hr {
  background-color: #00a2ff;
}
.text-component.color--white article hr {
  background-color: #fff;
}
.text-component.color--orange article hr {
  background-color: #ff8458;
}

.image-component {
  position: relative;
}
.image-component figcaption {
  position: absolute;
  padding: 0 16px;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  bottom: 30px;
}
@media (max-width: 575.98px) {
  .image-component figcaption {
    font-size: 1.75rem;
  }
}
.image-component figcaption.image-component__caption--large {
  font-size: 2.125rem;
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 575.98px) {
  .image-component figcaption.image-component__caption--large {
    font-size: 2.125rem;
  }
}

.teaser-component {
  background-color: #fff;
  height: 100%;
}
.teaser-component figure + article {
  padding: 15px 15px 30px;
}
.teaser-component figure + article p, .teaser-component figure + article .text {
  max-width: 540px;
  margin: 0 auto;
}

.image-gallery {
  margin: 0 -1px;
}
.image-gallery .isotope-grid {
  position: relative;
  margin: 0;
  width: 100%;
}
.image-gallery .isotope-grid__size:before, .image-gallery .isotope-grid__item:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-gallery .isotope-grid__size--large:before, .image-gallery .isotope-grid__size--small:before, .image-gallery .isotope-grid__item--large:before, .image-gallery .isotope-grid__item--small:before {
  padding-top: 56.25%;
}
.image-gallery .isotope-grid__size--medium:before, .image-gallery .isotope-grid__item--medium:before {
  padding-top: 112.5%;
}
.image-gallery .isotope-grid__size {
  padding-left: 0;
  padding-right: 0;
}
.image-gallery .isotope-grid__item {
  position: relative;
}
.image-gallery .isotope-grid__item figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
}
.image-gallery .isotope-grid__item figure img {
  height: inherit;
  width: inherit;
}

.content-block__column > .row {
  height: 100%;
}
.content-block__column.content-block__column--no-padding {
  padding: 0;
}
.content-block__column.content-block__column--extra-padding {
  padding: 30px;
}
.content-block__column:first-of-type.content-block__column--no-padding {
  padding: 0 0 0 15px;
}
.content-block__column:last-of-type.content-block__column--no-padding {
  padding: 0 15px 0 0;
}
.content-block__column:first-of-type.content-block__column--extra-padding {
  padding: 30px 30px 30px 45px;
}
.content-block__column:last-of-type.content-block__column--extra-padding {
  padding: 30px 45px 30px 30px;
}
@media (max-width: 991.98px) {
  .content-block__column + .content-block__column:nth-of-type(n+3).col-md-6 {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .content-block__column + .content-block__column:nth-of-type(n+3).col-sm-6 {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .content-block__column + .content-block__column:nth-of-type(n+3).col-6 {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .content-block__column + .content-block__column.col-12 {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .content-block__column.col-12.col-md-6 + .content-block__column.col-12.col-md-6 {
    margin-top: 30px;
  }
}
.content-block__column.content-block__divider {
  position: relative;
}
.content-block__column.content-block__divider::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 30px;
  bottom: 30px;
  height: auto;
  width: 2px;
  background-color: #374986;
}
@media (max-width: 991.98px) {
  .content-block__column.content-block__divider::before {
    left: 30px;
    right: 30px;
    top: -1px;
    bottom: initial;
    height: 2px;
    width: auto;
  }
}
.content-block__icon--accommodation {
  position: relative;
  padding-left: 64px;
}
.content-block__icon--accommodation::before {
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/header/accommodation-icon_white.svg);
  display: block;
  position: absolute;
  width: 48px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.background-color--primary .content-block__column + .content-block__column::before, .background-color--orange .content-block__column + .content-block__column::before,
.content-block.background-color--primary .content-block__column + .content-block__column::before,
.content-block.background-color--orange .content-block__column + .content-block__column::before {
  background-color: #fff;
}
.background-color--primary .text-component .content-block__button, .background-color--orange .text-component .content-block__button,
.content-block.background-color--primary .text-component .content-block__button,
.content-block.background-color--orange .text-component .content-block__button {
  background-color: #ffF;
}
.background-color--primary .text-component .content-block__button,
.content-block.background-color--primary .text-component .content-block__button {
  color: #00a2ff;
}
.background-color--orange .text-component .content-block__button,
.content-block.background-color--orange .text-component .content-block__button {
  color: #ff8458;
}

.image-component figure {
  position: relative;
}
.image-component figure figcaption {
  z-index: 2;
}
.image-component figure .caption-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, #000, 10%, rgba(255, 255, 255, 0) 35%);
}
.image-component figure .image-block-caption {
  font-size: 1.5rem;
}

.header-block {
  padding: 0;
  position: relative;
}
.header-block .download-tab {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 10%;
  padding: 12px 16px;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-block .download-tab:before {
  content: "";
  background: url(/wp-content/themes/islesofscilly/ui/images/accommodation-download-icon.png) no-repeat;
  background-size: contain;
  margin-right: 16px;
  height: 56px;
  width: 40px;
}
.header-block .download-tab__color--orange {
  background-color: #ff8458;
  color: #fff;
}
.header-block .image-component figure {
  height: 540px;
}
@media (max-width: 1199.98px) {
  .header-block .image-component figure {
    height: 480px;
  }
}
@media (max-width: 991.98px) {
  .header-block .image-component figure {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .header-block .image-component figure {
    height: 360px;
  }
}
.header-block .image-component figure img {
  height: 100%;
}
.header-block .image-component figure figcaption.header-block__caption {
  top: 40%;
  transform: translate3d(0, -50%, 0);
  font-size: 2.5rem;
  bottom: initial;
}
@media (max-width: 991.98px) {
  .header-block .image-component figure figcaption.header-block__caption {
    top: 50%;
  }
}
.header-block .image-component figure figcaption.header-block__caption.header-block__caption--accommodation::after {
  display: block;
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/header/accommodation-icon_orange.svg);
  width: 80px;
  height: 80px;
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.header-block .image-component figure .header-block__subtitle {
  position: absolute;
  padding: 0 1rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1;
  left: 25%;
  right: 25%;
  text-align: center;
  top: calc(40% + 1.5em);
  font-size: 1.75rem;
  bottom: initial;
}
@media (max-width: 991.98px) {
  .header-block .image-component figure .header-block__subtitle {
    top: calc(50% + 1.5em);
    left: 10%;
    right: 10%;
  }
}

.heading-block__offset {
  position: relative;
  margin-top: -110px;
  padding: 30px;
  background-color: #fff;
}
.heading-block .text-component article h2, .heading-block .text-component article .subtitle {
  max-width: 660px;
  margin: 0 auto;
}
.heading-block .text-component article hr {
  color: #00a2ff;
  max-width: 240px;
  margin: 30px auto;
}

.table-block {
  max-width: 1140px;
  margin: 0 auto;
}
.table-block__column table {
  width: 100%;
  text-align: left;
  color: #374986;
  border-collapse: collapse;
}
.table-block__column table thead {
  border-bottom: 1px solid #ccc;
}
.table-block__column table thead tr th {
  padding-bottom: 10px;
}
.table-block__column table thead tr th:not(:first-of-type) {
  text-align: right;
}
.table-block__column table tbody tr:first-of-type td {
  padding-top: 10px;
}
.table-block__column table tbody tr td:not(:first-of-type) {
  text-align: right;
}
@media (min-width: 768px) {
  .table-block__column:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .table-block__column + .table-block__column:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .table-block__column + .table-block__column {
    margin-top: 30px;
  }
}

.premium-block {
  position: relative;
  padding: 30px 30px 60px;
  background-color: #fff;
  border: 1px solid #ff8458;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
.premium-block__images {
  margin: 0 -1px;
}
.premium-block__images .premium-block__selected-image,
.premium-block__images .premium-block__thumbnail {
  position: relative;
}
.premium-block__images .premium-block__selected-image:before,
.premium-block__images .premium-block__thumbnail:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.premium-block__images .premium-block__selected-image figure,
.premium-block__images .premium-block__thumbnail figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
}
.premium-block__images .premium-block__selected-image figure img,
.premium-block__images .premium-block__thumbnail figure img {
  height: inherit;
  width: inherit;
}
.premium-block__images .premium-block__thumbnail {
  cursor: pointer;
}
.premium-block__images .premium-block__premium-circle {
  content: "Premium";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 90px;
  height: 90px;
  background-color: #ccc;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  z-index: 2;
}
.premium-block__images .premium-block__premium-circle span {
  display: block;
  position: relative;
  top: 60%;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.premium-block__images .premium-block__premium-circle span::before {
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/other/premium-diamond.svg);
  position: absolute;
  width: 40px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: -35px;
}
.premium-block__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .premium-block__column + .premium-block__column {
    margin-top: 30px;
  }
}
.premium-block__footer {
  position: relative;
  padding: 1rem 0;
}
.premium-block__footer .premium-block__button {
  background-color: #00a2ff;
  border-color: #00a2ff;
  color: #fff;
}
.premium-block__footer .premium-block__price {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #374986;
}
.premium-block__links {
  display: flex;
  flex-direction: row;
}
.premium-block__links .premium-block__link {
  flex: 50%;
  display: block;
  position: relative;
  padding-left: 38px;
  color: #00a2ff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.premium-block__links .premium-block__link--video::before, .premium-block__links .premium-block__link--pdf::before {
  display: block;
  position: absolute;
  width: 28px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.premium-block__links .premium-block__link--video::before {
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/other/play-button.svg);
  width: 33px;
}
.premium-block__links .premium-block__link--pdf::before {
  content: url(/wp-content/themes/islesofscilly/ui/images/svg/other/pdf-brochure.svg);
  width: 28px;
}
.premium-block::after {
  content: "Premium listing";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  width: 100px;
  color: #fff;
  background-color: #ff8458;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .premium-block::after {
    font-size: 0.875rem;
  }
}

.quickform {
  padding: 15px;
  background: linear-gradient(#0d81d7, #293a83);
}
.quickform__container {
  margin: 0 auto;
  max-width: 1320px;
}
.quickform__container.quickform--has-offset {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}
.quickform__container.quickform--has-offset.quickform--has-tabs {
  margin-top: -45px;
}
@media (min-width: 992px) {
  .quickform__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.quickform-tabs {
  display: none;
}
.quickform-tabs__item a, .quickform-tabs__item .link {
  cursor: pointer;
  display: block;
  position: relative;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
}
.quickform-tabs__item--travel a, .quickform-tabs__item--travel .link {
  background: linear-gradient(#009eff, #0d83d9);
  text-transform: uppercase;
}
.quickform-tabs__item--travel a::before, .quickform-tabs__item--travel .link::before {
  content: "";
  display: inline-block;
  background: url(../images/travel-icon-white.png) no-repeat 0 0;
  background-size: 59px 23px;
  width: 59px;
  height: 23px;
  transform: translateY(7px);
  margin-right: 8px;
}
.quickform-tabs__item--video-guide a, .quickform-tabs__item--video-guide .link {
  background: linear-gradient(#263a7f, #293681);
}
.quickform-tabs__item--video-guide a::after, .quickform-tabs__item--video-guide .link::after {
  content: "";
  display: inline-block;
  background: url(../images/guide-icon-white.png) no-repeat 0 0;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  transform: translateY(7px);
  margin-left: 8px;
}
.quickform-tabs__text {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .quickform--has-tabs .quickform-tabs {
    display: flex;
  }
}
.quickform__item {
  position: relative;
}
.quickform__item--label {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #777777;
  font-size: 0.75rem;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .quickform__item--label {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .quickform__item--passengers + .quickform__item--submit {
    margin-bottom: 15px;
  }
}
.quickform__item .quickform__dropdown {
  position: absolute;
  top: 46px;
  left: 50%;
  height: 0;
  width: calc(100% - 12px);
  background-color: #fff;
  transform: translate3d(-50%, 0, 0);
  transition: height 0.5s ease-out;
  overflow: hidden;
  z-index: 10;
  font-size: 14px;
}
.quickform__item .quickform__dropdown header {
  padding: 10px 10px 0;
  background-color: #edf4f6;
  color: #009af7;
}
.quickform__item .quickform__dropdown header h5 {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #d2dce0;
  padding-bottom: 3px;
  text-transform: none;
}
.quickform__item .quickform__dropdown .ui-datepicker-title {
  font-weight: 700;
}
.quickform__item .quickform__dropdown li .dropdown__link, .quickform__item .quickform__dropdown li .dropdown__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  color: #777777;
  font-weight: 600;
}
.quickform__item .quickform__dropdown li .dropdown__link.selected, .quickform__item .quickform__dropdown li .dropdown__link:hover, .quickform__item .quickform__dropdown li .dropdown__content.selected, .quickform__item .quickform__dropdown li .dropdown__content:hover {
  background-color: #efefef;
  color: #009af7;
}
.quickform__item .quickform__dropdown li .dropdown__link {
  cursor: pointer;
}
.quickform__item .quickform__dropdown li .dropdown__passenger-text {
  font-size: 0.875rem;
  cursor: default;
}
@media (max-width: 575.98px) {
  .quickform__item .quickform__dropdown li .dropdown__passenger-text {
    font-size: 0.875rem;
  }
}
.quickform__item .quickform__dropdown li .dropdown__passenger-controls a[role=button], .quickform__item .quickform__dropdown li .dropdown__passenger-controls [role=button].link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #7a7a7c;
  border: 1px solid #777777;
  border-radius: 50%;
  user-select: none;
  cursor: pointer;
}
.quickform__item .quickform__dropdown li .dropdown__passenger-controls a[role=button] span, .quickform__item .quickform__dropdown li .dropdown__passenger-controls [role=button].link span {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.quickform__item .quickform__dropdown li .dropdown__passenger-controls a[role=button]:hover, .quickform__item .quickform__dropdown li .dropdown__passenger-controls [role=button].link:hover {
  color: #009af7;
  border-color: #009af7;
}
.quickform__item .quickform__dropdown li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.quickform__item .quickform__dropdown li:not(:last-of-type) .dropdown__link, .quickform__item .quickform__dropdown li:not(:last-of-type) .dropdown__content {
  height: 59px;
}
.quickform__item .quickform__dropdown--toggle {
  display: block;
  padding: calc(10px + 0.8rem) 12px 0;
  line-height: 1;
  height: 58px;
  background-color: #fff;
  color: #009af7;
  font-weight: 600;
  user-select: none;
  cursor: pointer;
}
.quickform__item .quickform__dropdown--toggle:hover {
  background-color: #efefef;
}
.quickform__item .quickform__dropdown--toggle::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  background: url(../images/Entypo+/booking/chevron-small-down.svg) no-repeat 0 0;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.quickform__item .quickform__dropdown--toggle[aria-expanded=true] {
  background-color: #efefef;
}
.quickform__item .quickform__dropdown--toggle[aria-expanded=true] + .quickform__dropdown {
  height: auto;
  transition: height 0.5s ease-in;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .quickform__item .quickform__dropdown {
    width: calc(100% - 16px);
  }
}
@media (min-width: 992px) {
  .quickform__item.quickform__item--dates .quickform__dropdown {
    left: 100%;
    width: calc(200% - 12px);
  }
  .quickform__item.quickform__item--passengers .quickform__dropdown {
    left: 0;
    width: calc(200% - 12px);
  }
}
.quickform__item.quickform__item--dates .ui-datepicker-prev:not(.ui-state-disabled),
.quickform__item.quickform__item--dates .ui-datepicker-next:not(.ui-state-disabled),
.quickform__item.quickform__item--dates input[type=radio],
.quickform__item.quickform__item--dates input[type=radio] + label {
  cursor: pointer;
}
.quickform__item.quickform__item--dates .journey {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 40px;
  color: #777;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
}
.quickform__item.quickform__item--dates .journey input[type=radio] {
  margin: 0;
  margin-left: 10px;
  height: 14px;
}
.quickform__item.quickform__item--dates .journey input[type=radio] + label {
  padding-left: 10px;
  margin-right: 10px;
}
.quickform__item .quickform__button {
  display: block;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  background-color: #009af7;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.quickform__item .quickform__button--submit {
  height: 60px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .quickform__item .quickform__button--submit {
    border-radius: 0;
  }
}
.quickform__item .quickform__button--discount-code {
  display: inline-block;
  height: 40px;
  min-width: 120px;
}
.quickform__item--discount-code .discount-code {
  width: 100%;
  overflow: hidden;
}
.quickform__item--discount-code .discount-code__form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 0 15px;
  height: 0;
  width: 100%;
  max-width: 360px;
}
.quickform__item--discount-code .discount-code__form input[type=text] {
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border: 2px solid #fff;
  background-color: #3d5699;
  color: #fff;
}
.quickform__item--discount-code .discount-code__form input[type=text]::placeholder, .quickform__item--discount-code .discount-code__form input[type=text]::-webkit-input-placeholder {
  color: #6d82c1;
  text-transform: uppercase;
}
.quickform__item--discount-code .discount-code__form input[type=text] + .quickform__button {
  margin-left: 15px;
}
.quickform__item--discount-code .discount-code__toggle {
  display: table;
  position: relative;
  margin: 10px auto;
  padding-right: 30px;
  color: #fff;
  line-height: 1;
  opacity: 0.6;
  user-select: none;
  cursor: pointer;
}
.quickform__item--discount-code .discount-code__toggle::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  background: url(../ui/images/svg/other/chevron-small-down.svg) no-repeat 0 0;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.quickform__item--discount-code .discount-code__toggle[aria-expanded=true]::after {
  transform: rotateZ(180deg);
}
.quickform__item--discount-code .discount-code__toggle[aria-expanded=true] ~ .discount-code__form,
.quickform__item--discount-code .discount-code__toggle[aria-expanded=true] ~ .discount-code__result {
  height: auto;
}
@media (max-width: 767.98px) {
  .quickform__item--discount-code .discount-code__toggle[aria-expanded=true] ~ .discount-code__form,
  .quickform__item--discount-code .discount-code__toggle[aria-expanded=true] ~ .discount-code__result {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .quickform__item--discount-code .discount-code__toggle[aria-expanded=true] ~ .discount-code__form,
  .quickform__item--discount-code .discount-code__toggle[aria-expanded=true] ~ .discount-code__result {
    margin-bottom: 15px;
  }
}
.quickform__item--discount-code .discount-code__result {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 15px;
  height: 0;
  width: 100%;
  max-width: 360px;
}
.quickform__item--discount-code .discount-code__result--value, .quickform__item--discount-code .discount-code__result--remove {
  display: block;
  position: relative;
  margin: 12px auto;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.quickform__item--discount-code .discount-code__result--value {
  margin-bottom: 0;
  padding-left: 35px;
}
.quickform__item--discount-code .discount-code__result--value .discount {
  padding-left: 5px;
}
.quickform__item--discount-code .discount-code__result--value::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../ui/images/svg/quickform/check.svg) no-repeat 0 0;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
.quickform__item--discount-code .discount-code__result--remove {
  margin-top: 8px;
  padding-left: 16px;
  opacity: 0.6;
  cursor: pointer;
}
.quickform__item--discount-code .discount-code__result--remove::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../ui/images/svg/quickform/close.svg) no-repeat 0 0;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .quickform__item--submit {
    margin-left: 15px;
  }
  .quickform__item:not(:nth-of-type(1)):not(:nth-of-type(6)):not(:nth-of-type(7)) .quickform__dropdown--toggle {
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quickform__item:nth-of-type(1), .quickform__item:nth-of-type(2) {
    border-right: 1px solid #ccc;
  }
  .quickform__item:nth-of-type(1), .quickform__item:nth-of-type(2), .quickform__item:nth-of-type(3), .quickform__item:nth-of-type(5) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767.98px) {
  .quickform__item:not(:nth-of-type(1)):not(:nth-of-type(6)):not(:nth-of-type(7)) {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 992px) {
  .quickform {
    padding-bottom: 0;
  }
}
.quickform .validator__text {
  display: block;
  margin-top: 10px;
  padding: 7px 10px;
  background: #fee8e8;
  width: 100%;
  box-shadow: 1px 3px 2px rgba(232, 85, 85, 0.25);
  border: 1px solid #e00c0c;
  font-size: 0.75rem;
  z-index: 1;
}
.quickform .error__text {
  color: #f00;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
fieldset .timetable-header {
  padding: 1em 1rem;
  color: #374986;
}
fieldset .timetable-header img {
  width: 16px;
  height: 16px;
  margin-right: 1rem;
}
fieldset .timetable-content {
  color: #374986;
}
fieldset .timetable-content .timetable-row {
  padding: 1em 1rem;
}
fieldset .timetable-content .timetable-row:nth-of-type(even) {
  background-color: #f5f5f5;
}
fieldset .timetable-content .timetable-row:first-of-type {
  border-top: 1px solid #f5f5f5;
}
fieldset .timetable-content .timetable-row strong.disabled {
  color: #ccc;
}
fieldset .timetable-content .timetable-row .align--right {
  text-align: right;
}
fieldset .bold {
  font-weight: 600;
}

.times-and-fares__container .quickform {
  background: none;
}

.timetable-container {
  background: #f1f5f6;
}

/* Content Styles */
.new-vessel-wrapper {
  margin: 0 auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 959px) {
  .new-vessel-wrapper {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .new-vessel-wrapper {
    width: 100%;
  }
}
@media (min-width: 1241px) {
  .new-vessel-wrapper {
    width: 1241px;
  }
}

.new-vessel-header-wrapper {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 959px) {
  .new-vessel-header-wrapper {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .new-vessel-header-wrapper {
    width: 90%;
  }
}
@media (min-width: 1241px) {
  .new-vessel-header-wrapper {
    width: 960px;
  }
}

.new-vessel-header-wrapper h1, .new-vessel-header-wrapper .title, .new-vessel-header-wrapper .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .new-vessel-header-wrapper .title {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #7ae8ff;
  margin: 0px;
  padding: 0px 0px 10px;
  font-weight: 200;
  width: 500px;
  line-height: 60px;
}

.new-vessel-header-wrapper h2, .new-vessel-header-wrapper .subtitle {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin: 0px;
  padding: 0px 0px 10px;
  font-weight: 200;
  line-height: 60px;
}

.new-vessel-header-wrapper hr {
  width: 80px;
  border: 1px solid #7ae8ff;
  padding: 0;
  margin: 10px 0px 25px;
  display: block;
  height: 1px;
  text-align: left;
}

.new-vessel-header-wrapper p, .new-vessel-header-wrapper .text {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  font-weight: 200;
  line-height: 30px;
}
@media (max-width: 959px) {
  .new-vessel-header-wrapper p, .new-vessel-header-wrapper .text {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .new-vessel-header-wrapper p, .new-vessel-header-wrapper .text {
    width: 500px;
  }
}
@media (min-width: 1241px) {
  .new-vessel-header-wrapper p, .new-vessel-header-wrapper .text {
    width: 500px;
  }
}

.new-vessel-header-white-box {
  background: #ffffff;
  position: absolute;
  top: -40px;
  width: 230px;
  right: 0px;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
}

.new-vessel-header-white-box img {
  margin: 0 0 10px 10px;
  padding: 0px;
  width: auto;
  display: inline-block;
}

.new-vessel-header-white-box h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #7ae8ff;
}

.new-vessel-header-white-box h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #285964;
}

.new-vessel-content-wrapper {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 959px) {
  .new-vessel-content-wrapper {
    width: 90%;
    padding: 25px 0;
  }
}
@media (min-width: 960px) {
  .new-vessel-content-wrapper {
    width: 80%;
    padding: 50px 0;
  }
}
@media (min-width: 1241px) {
  .new-vessel-content-wrapper {
    width: 1000px;
    padding: 50px 75px;
  }
}

.new-vessel-content-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 26px;
  color: #23a6c1;
}

.new-vessel-content-wrapper h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14.5px;
  margin: 0;
  padding: 10px 0 20px 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #ff0000;
}

.new-vessel-content-wrapper h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  margin-top: -15px;
  color: #285964;
}

.new-vessel-content-wrapper p, .new-vessel-content-wrapper .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 20px;
  color: #285964;
}

.new-vessel-content-wrapper img {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px;
  display: inline-block;
}

.new-vessel-content-wrapper a, .new-vessel-content-wrapper .link {
  color: #23a6c1;
  border: 1px solid #23a6c1;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 15px 30px 0;
  background: #ffffff;
  transition: box-shadow 0.5s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.new-vessel-content-wrapper a:hover, .new-vessel-content-wrapper .link:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.new-vessel-content-wrapper span {
  font-weight: 400;
  font-size: 14.5px;
  line-height: 20px;
  color: #285964;
}

.new-vessel-content-wrapper ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

.new-vessel-content-wrapper li {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
}
@media (max-width: 959px) {
  .new-vessel-content-wrapper li {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .new-vessel-content-wrapper li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
}
@media (min-width: 1241px) {
  .new-vessel-content-wrapper li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
}

.new-vessel-content-wrapper li:nth-child(even) {
  margin-right: 0%;
}

@media (max-width: 959px) {
  .new-vessel-content-wrapper li p, .new-vessel-content-wrapper li .text {
    max-width: 500px;
    margin: 0 auto;
  }
}

.new-vessel-content-wrapper-image {
  width: 50%;
  border-radius: 50%;
}
@media (max-width: 959px) {
  .new-vessel-content-wrapper-image {
    max-width: 250px;
  }
}

.new-vessel-timeline ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  text-align: left;
}

.new-vessel-timeline li {
  border-bottom: 1px solid #647980;
  margin: 0;
  padding: 0 0 40px;
  width: 50%;
  padding-top: 220px;
}

.new-vessel-timeline li:first-child {
  padding-top: 40px;
}

.new-vessel-timeline li:nth-child(even) {
  border-left: 1px solid #d2d2d2;
  float: right;
  padding-left: 20px;
}

.new-vessel-timeline li:nth-child(odd) {
  border-right: 0px;
  float: left;
  padding-right: 20px;
}

.new-vessel-timeline h3 {
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: #23a6c1;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Menu */
.new-vessel-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
@media (max-width: 959px) {
  .new-vessel-menu ul {
    top: -13px;
    left: -5px;
    background: linear-gradient(0deg, rgb(40, 89, 100) 0%, rgba(40, 89, 100, 0.25) 40%, rgba(40, 89, 100, 0) 100%);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  }
}

.new-vessel-menu li {
  display: block;
  text-decoration: none;
}
@media (max-width: 959px) {
  .new-vessel-menu li {
    padding: 0px 25px 10px 45px;
  }
}
@media (min-width: 960px) {
  .new-vessel-menu li {
    padding: 0px 15px 0px 0px;
    float: left;
  }
}
@media (min-width: 1241px) {
  .new-vessel-menu li {
    padding: 0px 15px 0px 0px;
    float: left;
  }
}

@media (max-width: 959px) {
  .new-vessel-menu li:first-child {
    padding: 12px 25px 10px 45px;
  }
}

.new-vessel-menu a, .new-vessel-menu .link {
  text-decoration: none;
  color: #c5e3f9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s ease;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
}

.new-vessel-menu a:hover, .new-vessel-menu .link:hover,
.new-vessel-menu .new-vessel-menu-btn:hover {
  color: #ffffff;
}

.new-vessel-menu .new-vessel-navigation {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
@media (min-width: 960px) {
  .new-vessel-menu .new-vessel-navigation {
    clear: none;
    float: left;
    max-height: none;
  }
}
@media (min-width: 1241px) {
  .new-vessel-menu .new-vessel-navigation {
    clear: none;
    float: left;
    max-height: none;
  }
}

/* menu icon */
.new-vessel-menu .new-vessel-menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0px 0px 20px;
  position: relative;
  user-select: none;
  z-index: 15;
}
@media (min-width: 960px) {
  .new-vessel-menu .new-vessel-menu-icon {
    display: none;
  }
}
@media (min-width: 1241px) {
  .new-vessel-menu .new-vessel-menu-icon {
    display: none;
  }
}

.new-vessel-menu .new-vessel-menu-icon .new-vessel-navicon {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 22px;
}

.new-vessel-menu .new-vessel-menu-icon .new-vessel-navicon:before,
.new-vessel-menu .new-vessel-menu-icon .new-vessel-navicon:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.new-vessel-menu .new-vessel-menu-icon .new-vessel-navicon:before {
  top: 8px;
}

.new-vessel-menu .new-vessel-menu-icon .new-vessel-navicon:after {
  top: -8px;
}

/* menu btn */
.new-vessel-menu .new-vessel-menu-btn {
  display: none;
}

.new-vessel-menu .new-vessel-menu-btn:checked ~ .new-vessel-navigation {
  max-height: 300px;
}

.new-vessel-menu .new-vessel-menu-btn:checked ~ .new-vessel-menu-icon .new-vessel-navicon {
  background: transparent;
}

.new-vessel-menu .new-vessel-menu-btn:checked ~ .new-vessel-menu-icon .new-vessel-navicon:before {
  transform: rotate(-45deg);
}

.new-vessel-menu .new-vessel-menu-btn:checked ~ .new-vessel-menu-icon .new-vessel-navicon:after {
  transform: rotate(45deg);
}

.new-vessel-menu .new-vessel-menu-btn:checked ~ .new-vessel-menu-icon:not(.steps) .new-vessel-navicon:before,
.new-vessel-menu .new-vessel-menu-btn:checked ~ .new-vessel-menu-icon:not(.steps) .new-vessel-navicon:after {
  top: 0;
}

.current-menu-item a, .current-menu-item .link {
  color: #ffffff;
}

/* Content Styles */
.microsite-wrapper {
  margin: 0 auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 959px) {
  .microsite-wrapper {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .microsite-wrapper {
    width: 100%;
  }
}
@media (min-width: 1241px) {
  .microsite-wrapper {
    width: 1241px;
  }
}

.microsite-header-wrapper {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 959px) {
  .microsite-header-wrapper {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .microsite-header-wrapper {
    width: 90%;
  }
}
@media (min-width: 1241px) {
  .microsite-header-wrapper {
    width: 960px;
  }
}

.microsite-header-wrapper h1, .microsite-header-wrapper .title, .microsite-header-wrapper .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .microsite-header-wrapper .title {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #7ae8ff;
  margin: 0px;
  padding: 0px 0px 10px;
  font-weight: 200;
  width: 500px;
  line-height: 60px;
}

.microsite-header-wrapper h2, .microsite-header-wrapper .subtitle {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin: 0px;
  padding: 0px 0px 10px;
  font-weight: 200;
  line-height: 60px;
}

.microsite-header-wrapper hr {
  width: 80px;
  border: 1px solid #7ae8ff;
  padding: 0;
  margin: 10px 0px 25px;
  display: block;
  height: 1px;
  text-align: left;
}

.microsite-header-wrapper p, .microsite-header-wrapper .text {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  font-weight: 200;
  line-height: 30px;
}
@media (max-width: 959px) {
  .microsite-header-wrapper p, .microsite-header-wrapper .text {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .microsite-header-wrapper p, .microsite-header-wrapper .text {
    width: 500px;
  }
}
@media (min-width: 1241px) {
  .microsite-header-wrapper p, .microsite-header-wrapper .text {
    width: 500px;
  }
}

.microsite-header-white-box {
  background: #ffffff;
  position: absolute;
  top: -40px;
  width: 230px;
  right: 0px;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
}

.microsite-header-white-box img {
  margin: 0 0 10px 10px;
  padding: 0px;
  width: auto;
  display: inline-block;
}

.microsite-header-white-box h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #7ae8ff;
}

.microsite-header-white-box h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #285964;
}

.microsite-content-wrapper {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 959px) {
  .microsite-content-wrapper {
    width: 90%;
    padding: 25px 0;
  }
}
@media (min-width: 960px) {
  .microsite-content-wrapper {
    width: 80%;
    padding: 50px 0;
  }
}
@media (min-width: 1241px) {
  .microsite-content-wrapper {
    width: 1000px;
    padding: 50px 75px;
  }
}

.microsite-content-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 26px;
  color: #23a6c1;
}

.microsite-content-wrapper h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14.5px;
  margin: 0;
  padding: 10px 0 20px 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #ff0000;
}

.microsite-content-wrapper h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  margin-top: -15px;
  color: #285964;
}

.microsite-content-wrapper p, .microsite-content-wrapper .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 20px;
  color: #285964;
}

.microsite-content-wrapper img {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px;
  display: inline-block;
}

.microsite-content-wrapper a, .microsite-content-wrapper .link {
  color: #23a6c1;
  border: 1px solid #23a6c1;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 15px 30px 0;
  background: #ffffff;
  transition: box-shadow 0.5s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.microsite-content-wrapper a:hover, .microsite-content-wrapper .link:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.microsite-content-wrapper span {
  font-weight: 400;
  font-size: 14.5px;
  line-height: 20px;
  color: #285964;
}

.microsite-content-wrapper ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

.microsite-content-wrapper li {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
}
@media (max-width: 959px) {
  .microsite-content-wrapper li {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .microsite-content-wrapper li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
}
@media (min-width: 1241px) {
  .microsite-content-wrapper li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
}

.microsite-content-wrapper li:nth-child(even) {
  margin-right: 0%;
}

@media (max-width: 959px) {
  .microsite-content-wrapper li p, .microsite-content-wrapper li .text {
    max-width: 500px;
    margin: 0 auto;
  }
}

.microsite-content-wrapper-image {
  width: 50%;
  border-radius: 50%;
}
@media (max-width: 959px) {
  .microsite-content-wrapper-image {
    max-width: 250px;
  }
}

.microsite-timeline ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  text-align: left;
}

.microsite-timeline li {
  border-bottom: 1px solid #647980;
  margin: 0;
  padding: 0 0 40px;
  width: 50%;
  padding-top: 220px;
}

.microsite-timeline li:first-child {
  padding-top: 40px;
}

.microsite-timeline li:nth-child(even) {
  border-left: 1px solid #d2d2d2;
  float: right;
  padding-left: 20px;
}

.microsite-timeline li:nth-child(odd) {
  border-right: 0px;
  float: left;
  padding-right: 20px;
}

.microsite-timeline h3 {
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: #23a6c1;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Menu */
.microsite-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
@media (max-width: 959px) {
  .microsite-menu ul {
    top: -13px;
    left: -5px;
    background: linear-gradient(0deg, rgb(40, 89, 100) 0%, rgba(40, 89, 100, 0.25) 40%, rgba(40, 89, 100, 0) 100%);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
  }
}

.microsite-menu li {
  display: block;
  text-decoration: none;
}
@media (max-width: 959px) {
  .microsite-menu li {
    padding: 0px 25px 10px 45px;
  }
}
@media (min-width: 960px) {
  .microsite-menu li {
    padding: 0px 15px 0px 0px;
    float: left;
  }
}
@media (min-width: 1241px) {
  .microsite-menu li {
    padding: 0px 15px 0px 0px;
    float: left;
  }
}

@media (max-width: 959px) {
  .microsite-menu li:first-child {
    padding: 12px 25px 10px 45px;
  }
}

.microsite-menu a, .microsite-menu .link {
  text-decoration: none;
  color: #c5e3f9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s ease;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
}

.microsite-menu a:hover, .microsite-menu .link:hover,
.microsite-menu .microsite-menu-btn:hover {
  color: #ffffff;
}

.microsite-menu .microsite-navigation {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
@media (min-width: 960px) {
  .microsite-menu .microsite-navigation {
    clear: none;
    float: left;
    max-height: none;
  }
}
@media (min-width: 1241px) {
  .microsite-menu .microsite-navigation {
    clear: none;
    float: left;
    max-height: none;
  }
}

/* menu icon */
.microsite-menu .microsite-menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0px 0px 20px;
  position: relative;
  user-select: none;
  z-index: 15;
}
@media (min-width: 960px) {
  .microsite-menu .microsite-menu-icon {
    display: none;
  }
}
@media (min-width: 1241px) {
  .microsite-menu .microsite-menu-icon {
    display: none;
  }
}

.microsite-menu .microsite-menu-icon .microsite-navicon {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 22px;
}

.microsite-menu .microsite-menu-icon .microsite-navicon:before,
.microsite-menu .microsite-menu-icon .microsite-navicon:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.microsite-menu .microsite-menu-icon .microsite-navicon:before {
  top: 8px;
}

.microsite-menu .microsite-menu-icon .microsite-navicon:after {
  top: -8px;
}

/* menu btn */
.microsite-menu .microsite-menu-btn {
  display: none;
}

.microsite-menu .microsite-menu-btn:checked ~ .microsite-navigation {
  max-height: 300px;
}

.microsite-menu .microsite-menu-btn:checked ~ .microsite-menu-icon .microsite-navicon {
  background: transparent;
}

.microsite-menu .microsite-menu-btn:checked ~ .microsite-menu-icon .microsite-navicon:before {
  transform: rotate(-45deg);
}

.microsite-menu .microsite-menu-btn:checked ~ .microsite-menu-icon .microsite-navicon:after {
  transform: rotate(45deg);
}

.microsite-menu .microsite-menu-btn:checked ~ .microsite-menu-icon:not(.steps) .microsite-navicon:before,
.microsite-menu .microsite-menu-btn:checked ~ .microsite-menu-icon:not(.steps) .microsite-navicon:after {
  top: 0;
}

.current-menu-item a, .current-menu-item .link {
  color: #ffffff;
}

/* Content Styles */
.environment-wrapper {
  margin: 0 auto;
  position: relative;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  width: 100%;
}

.environment-header {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1014px) {
  .environment-header {
    width: 100%;
    height: 378px;
  }
}
@media (min-width: 1015px) {
  .environment-header {
    width: 100%;
    max-width: 1296px;
    height: 486px;
  }
}
@media (min-width: 1241px) {
  .environment-header {
    width: 1296px;
    height: 486px;
  }
}

.environment-header h1, .environment-header .title, .environment-header .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .environment-header .title {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  left: 50px;
  bottom: 50px;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  line-height: 60px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
}

.environment-content {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1014px) {
  .environment-content {
    width: 100%;
    padding: 45px 15px;
  }
}
@media (min-width: 1015px) {
  .environment-content {
    width: 100%;
    max-width: 1296px;
    padding: 45px 100px;
  }
}
@media (min-width: 1241px) {
  .environment-content {
    width: 1296px;
    padding: 45px 100px;
  }
}

.environment-content p, .environment-content .text {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  color: #374986;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  padding-bottom: 15px;
  margin: 0px;
}

.environment-content h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  color: #00c8ff;
  font-weight: 500;
  font-size: 18.5px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  line-height: 26px;
}

.environment-content h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  color: #374986;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  line-height: 26px;
}

.environment-content ul {
  margin-bottom: 15px;
  margin-left: 20px;
  list-style: disc;
}

.environment-content ol {
  margin-bottom: 15px;
  margin-left: 20px;
  list-style: decimal;
}

.environment-content li {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  color: #374986;
  font-size: 15px;
  line-height: 20px;
  list-style-position: outside;
  list-style: disc;
  padding-bottom: 3px;
}

.environment-content li {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  color: #374986;
  font-size: 15px;
  line-height: 20px;
  list-style-position: outside;
  padding-bottom: 3px;
}

.environment-tabs {
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5;
  box-shadow: 0 48px 80px -32px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}

.environment-input {
  position: absolute;
  opacity: 0;
}

.environment-label {
  padding: 15px 20px;
  background: #F5F5F5;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  color: #adadad;
  transition: background 0.5s ease, color 0.5s;
}
@media (max-width: 1014px) {
  .environment-label {
    width: 100%;
  }
}
@media (min-width: 1015px) {
  .environment-label {
    width: auto;
  }
}
@media (min-width: 1241px) {
  .environment-label {
    width: auto;
  }
}

.environment-label:hover {
  background: #E0E0E0;
}

.environment-input:focus + .environment-label {
  z-index: 1;
}

.environment-input:checked + .environment-label {
  background: #00c8ff;
  color: #ffffff;
}

.environment-panel {
  display: none;
  background: #fff;
  border-top: 2px solid #00c8ff;
}
@media (max-width: 1014px) {
  .environment-panel {
    padding: 20px;
  }
}
@media (min-width: 1015px) {
  .environment-panel {
    order: 99;
    padding: 45px;
  }
}
@media (min-width: 1241px) {
  .environment-panel {
    order: 99;
    padding: 45px;
  }
}

.environment-input:checked + .environment-label + .environment-panel {
  display: block;
}

.environment-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 1014px) {
  .environment-column-2 {
    display: block;
  }
}
@media (min-width: 1015px) {
  .environment-column-2 {
    display: flex;
    flex-direction: column;
    width: 47%;
    justify-content: space-between;
    margin: 1.5%;
    align-self: flex-start;
  }
}
@media (min-width: 1241px) {
  .environment-column-2 {
    display: flex;
    flex-direction: column;
    width: 47%;
    justify-content: space-between;
    margin: 1.5%;
    align-self: flex-start;
  }
}

@media (max-width: 1014px) {
  .environment-column-3 {
    display: block;
  }
}
@media (min-width: 1015px) {
  .environment-column-3 {
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: space-between;
    margin: 1.5%;
    text-align: center;
    align-self: flex-start;
  }
}
@media (min-width: 1241px) {
  .environment-column-3 {
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: space-between;
    margin: 1.5%;
    text-align: center;
    align-self: flex-start;
  }
}

.environment-row img {
  margin-bottom: 10px;
}

.background-color--none {
  background-color: transparent;
}
.background-color--black {
  background-color: #000;
}
.background-color--white {
  background-color: #fff;
}
.background-color--gray {
  background-color: #ccc;
}
.background-color--gray-light {
  background-color: #f1f3f2;
}
.background-color--gray-dark {
  background-color: #7a7a7b;
}
.background-color--primary {
  background-color: #00a2ff;
}
.background-color--secondary {
  background-color: #00c8ff;
}
.background-color--text {
  background-color: #374986;
}
.background-color--background {
  background-color: #f0f0f0;
}
.background-color--youtube-background {
  background-color: #211b44;
}
.background-color--orange {
  background-color: #ff8458;
}

.color--none {
  color: transparent;
}
.color--none > h1, .color--none > .title, .youtube-feed__row .youtube-feed__item article .color--none > .title, .color--none > h2, .color--none > .subtitle, .color--none > h3, .color--none > h4, .color--none > p, .color--none > .text, .color--none > a, .color--none > .link {
  color: inherit;
}
.color--black {
  color: #000;
}
.color--black > h1, .color--black > .title, .youtube-feed__row .youtube-feed__item article .color--black > .title, .color--black > h2, .color--black > .subtitle, .color--black > h3, .color--black > h4, .color--black > p, .color--black > .text, .color--black > a, .color--black > .link {
  color: inherit;
}
.color--white {
  color: #fff;
}
.color--white > h1, .color--white > .title, .youtube-feed__row .youtube-feed__item article .color--white > .title, .color--white > h2, .color--white > .subtitle, .color--white > h3, .color--white > h4, .color--white > p, .color--white > .text, .color--white > a, .color--white > .link {
  color: inherit;
}
.color--gray {
  color: #ccc;
}
.color--gray > h1, .color--gray > .title, .youtube-feed__row .youtube-feed__item article .color--gray > .title, .color--gray > h2, .color--gray > .subtitle, .color--gray > h3, .color--gray > h4, .color--gray > p, .color--gray > .text, .color--gray > a, .color--gray > .link {
  color: inherit;
}
.color--gray-light {
  color: #f1f3f2;
}
.color--gray-light > h1, .color--gray-light > .title, .youtube-feed__row .youtube-feed__item article .color--gray-light > .title, .color--gray-light > h2, .color--gray-light > .subtitle, .color--gray-light > h3, .color--gray-light > h4, .color--gray-light > p, .color--gray-light > .text, .color--gray-light > a, .color--gray-light > .link {
  color: inherit;
}
.color--gray-dark {
  color: #7a7a7b;
}
.color--gray-dark > h1, .color--gray-dark > .title, .youtube-feed__row .youtube-feed__item article .color--gray-dark > .title, .color--gray-dark > h2, .color--gray-dark > .subtitle, .color--gray-dark > h3, .color--gray-dark > h4, .color--gray-dark > p, .color--gray-dark > .text, .color--gray-dark > a, .color--gray-dark > .link {
  color: inherit;
}
.color--primary {
  color: #00a2ff;
}
.color--primary > h1, .color--primary > .title, .youtube-feed__row .youtube-feed__item article .color--primary > .title, .color--primary > h2, .color--primary > .subtitle, .color--primary > h3, .color--primary > h4, .color--primary > p, .color--primary > .text, .color--primary > a, .color--primary > .link {
  color: inherit;
}
.color--secondary {
  color: #00c8ff;
}
.color--secondary > h1, .color--secondary > .title, .youtube-feed__row .youtube-feed__item article .color--secondary > .title, .color--secondary > h2, .color--secondary > .subtitle, .color--secondary > h3, .color--secondary > h4, .color--secondary > p, .color--secondary > .text, .color--secondary > a, .color--secondary > .link {
  color: inherit;
}
.color--text {
  color: #374986;
}
.color--text > h1, .color--text > .title, .youtube-feed__row .youtube-feed__item article .color--text > .title, .color--text > h2, .color--text > .subtitle, .color--text > h3, .color--text > h4, .color--text > p, .color--text > .text, .color--text > a, .color--text > .link {
  color: inherit;
}
.color--background {
  color: #f0f0f0;
}
.color--background > h1, .color--background > .title, .youtube-feed__row .youtube-feed__item article .color--background > .title, .color--background > h2, .color--background > .subtitle, .color--background > h3, .color--background > h4, .color--background > p, .color--background > .text, .color--background > a, .color--background > .link {
  color: inherit;
}
.color--youtube-background {
  color: #211b44;
}
.color--youtube-background > h1, .color--youtube-background > .title, .youtube-feed__row .youtube-feed__item article .color--youtube-background > .title, .color--youtube-background > h2, .color--youtube-background > .subtitle, .color--youtube-background > h3, .color--youtube-background > h4, .color--youtube-background > p, .color--youtube-background > .text, .color--youtube-background > a, .color--youtube-background > .link {
  color: inherit;
}
.color--orange {
  color: #ff8458;
}
.color--orange > h1, .color--orange > .title, .youtube-feed__row .youtube-feed__item article .color--orange > .title, .color--orange > h2, .color--orange > .subtitle, .color--orange > h3, .color--orange > h4, .color--orange > p, .color--orange > .text, .color--orange > a, .color--orange > .link {
  color: inherit;
}

.align-self--top {
  align-self: flex-start;
}
.align-self--center {
  align-self: center;
}
.align-self--bottom {
  align-self: flex-end;
}

.align--top {
  justify-content: center;
}
.align--top, .align--top-left, .align--top-right {
  align-items: flex-start;
}
.align--top-left {
  justify-content: flex-start;
}
.align--top-right {
  justify-content: flex-end;
}
.align--bottom {
  justify-content: center;
}
.align--bottom, .align--bottom-left, .align--bottom-right {
  align-items: flex-end;
  -ms-flex-align: end;
}
.align--bottom-left {
  justify-content: flex-start;
}
.align--bottom-right {
  justify-content: flex-end;
}
.align--left, .align--right, .align--center {
  align-items: center;
}
.align--left {
  justify-content: flex-start;
}
.align--right {
  justify-content: flex-end;
}
.align--center {
  justify-content: center;
}

.clear--left {
  clear: left;
}
.clear--right {
  clear: right;
}
.clear--both {
  clear: both;
}

.float--left {
  float: left;
}
.float--right {
  float: right;
}
.float--none {
  float: none;
}

.font-size--10px {
  font-size: 0.625rem;
}
.font-size--11px {
  font-size: 0.688rem;
}
.font-size--12px {
  font-size: 0.75rem;
}
.font-size--14px {
  font-size: 0.875rem;
}
.font-size--15px {
  font-size: 0.938rem;
}
.font-size--16px {
  font-size: 1rem;
}
.font-size--18px {
  font-size: 1.125rem;
}
.font-size--20px {
  font-size: 1.25rem;
}
.font-size--22px {
  font-size: 1.375rem;
}
.font-size--24px {
  font-size: 1.5rem;
}
.font-size--28px {
  font-size: 1.75rem;
}
.font-size--32px {
  font-size: 2rem;
}
.font-size--34px {
  font-size: 2.125rem;
}
.font-size--36px {
  font-size: 2.25em;
}
.font-size--40px {
  font-size: 2.5rem;
}
.font-size--48px {
  font-size: 3rem;
}

.font-family--gotham {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}
.font-family--baskerville {
  font-family: "LibreBaskerville", Arial, sans-serif;
}

.justify-content--center {
  justify-content: center;
}

.margin-top--5 {
  margin-top: 5px;
}
.margin-top--10 {
  margin-top: 10px;
}
.margin-top--15 {
  margin-top: 15px;
}
.margin-top--20 {
  margin-top: 20px;
}
.margin-top--30 {
  margin-top: 30px;
}
.margin-top--40 {
  margin-top: 40px;
}
.margin-top--45 {
  margin-top: 45px;
}
.margin-top--60 {
  margin-top: 60px;
}
.margin-bottom--5 {
  margin-bottom: 5px;
}
.margin-bottom--10 {
  margin-bottom: 10px;
}
.margin-bottom--15 {
  margin-bottom: 15px;
}
.margin-bottom--20 {
  margin-bottom: 20px;
}
.margin-bottom--30 {
  margin-bottom: 30px;
}
.margin-bottom--40 {
  margin-bottom: 40px;
}
.margin-bottom--45 {
  margin-bottom: 45px;
}
.margin-bottom--60 {
  margin-bottom: 60px;
}

.padding-top--5 {
  padding-top: 5px;
}
.padding-top--10 {
  padding-top: 10px;
}
.padding-top--15 {
  padding-top: 15px;
}
.padding-top--20 {
  padding-top: 20px;
}
.padding-top--30 {
  padding-top: 30px;
}
.padding-top--40 {
  padding-top: 40px;
}
.padding-top--45 {
  padding-top: 45px;
}
.padding-top--60 {
  padding-top: 60px;
}
.padding-bottom--5 {
  padding-bottom: 5px;
}
.padding-bottom--10 {
  padding-bottom: 10px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}
.padding-bottom--20 {
  padding-bottom: 20px;
}
.padding-bottom--30 {
  padding-bottom: 30px;
}
.padding-bottom--40 {
  padding-bottom: 40px;
}
.padding-bottom--45 {
  padding-bottom: 45px;
}
.padding-bottom--60 {
  padding-bottom: 60px;
}

.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
.text-align--center {
  text-align: center;
}

.border-top--gray {
  border-top: 1px solid #ccc;
}

.n2-ss-slider .nextend-arrow,
.n2-ss-slider .prevend-arrow {
  height: 64px !important;
  width: 64px !important;
}
@media (max-width: 991.98px) {
  .n2-ss-slider .nextend-arrow,
  .n2-ss-slider .prevend-arrow {
    height: 48px !important;
    width: 48px !important;
  }
}
@media (max-width: 575.98px) {
  .n2-ss-slider .nextend-arrow,
  .n2-ss-slider .prevend-arrow {
    height: 32px !important;
    width: 32px !important;
  }
}
.n2-ss-slider .n2-ss-layers-container {
  margin: 0 !important;
}
.n2-ss-slider .n2-ss-layer-content h1, .n2-ss-slider .n2-ss-layer-content .title, .n2-ss-slider .n2-ss-layer-content .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .n2-ss-slider .n2-ss-layer-content .title, .n2-ss-slider .n2-ss-layer-content h2, .n2-ss-slider .n2-ss-layer-content .subtitle, .n2-ss-slider .n2-ss-layer-content p, .n2-ss-slider .n2-ss-layer-content .text {
  margin: 0 !important;
  line-height: 1.3 !important;
  color: #374986 !important;
  text-align: center !important;
}
.n2-ss-slider .n2-ss-layer-content h1, .n2-ss-slider .n2-ss-layer-content .title, .n2-ss-slider .n2-ss-layer-content .youtube-feed__row .youtube-feed__item article .title, .youtube-feed__row .youtube-feed__item article .n2-ss-slider .n2-ss-layer-content .title {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.n2-ss-slider .n2-ss-layer-content h2, .n2-ss-slider .n2-ss-layer-content .subtitle {
  font-family: "LibreBaskerville", Arial, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 300 !important;
}
.n2-ss-slider .n2-ss-layer-content p, .n2-ss-slider .n2-ss-layer-content .text {
  font-family: "LibreBaskerville", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
}
.n2-ss-slider .n2-ss-layer-content p::before, .n2-ss-slider .n2-ss-layer-content .text::before {
  content: "";
  display: block;
  margin: 20px auto;
  height: 1px;
  width: 270px;
  max-width: 100%;
  background-color: #00c8ff;
}
.n2-ss-slider .n2-ss-button-container a, .n2-ss-slider .n2-ss-button-container .link {
  display: inline-block !important;
  margin: 0 !important;
  margin-top: 20px !important;
  padding: 14px 0 !important;
  width: 204px !important;
  max-width: 100% !important;
  cursor: pointer !important;
  text-align: center !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #00c8ff !important;
  background-color: transparent !important;
  border: 1px solid #00c8ff !important;
  border-radius: 8px !important;
}

body {
  background-color: #f0f0f0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.container__inner--medium {
  max-width: 960px;
}
.container__inner--large {
  max-width: 1320px;
}
.container__no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container__no-left-padding {
  padding-left: 0;
}
@media (min-width: 576px) {
  .container__no-right-padding {
    padding-right: 0;
  }
  .container__tiny-left-padding {
    padding-left: 2px;
  }
}

.section > header {
  padding: 15px 15px;
  margin-bottom: 30px;
}
.section > header h2, .section > header .subtitle {
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.section > header hr {
  color: #00a2ff;
  max-width: 240px;
  margin: 30px auto;
}

.corner-triangle {
  position: relative;
  overflow: hidden;
}
.corner-triangle::after {
  content: attr(data-corner-triangle);
  display: block;
  position: absolute;
  top: -30px;
  right: -80px;
  padding: 64px 64px 8px;
  transform: rotateZ(45deg);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .corner-triangle::after {
    font-size: 1.5rem;
  }
}
.corner-triangle--primary::after {
  background-color: #00a2ff;
  color: #fff;
}
.corner-triangle--orange::after {
  background-color: #ff8458;
  color: #fff;
}

.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.no-padding > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.hidden {
  display: none !important;
}

/*@support (display: flow-root) {

}*/
/* Breadcrumbs */
.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: inherit;
  color: #aaa;
}
.breadcrumb span {
  display: block;
  color: inherit;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
}
@media (max-width: 575.98px) {
  .breadcrumb span {
    font-size: 0.75rem;
  }
}
.breadcrumb span a, .breadcrumb span .link {
  display: block;
  color: inherit;
}
.breadcrumb span a:hover, .breadcrumb span .link:hover {
  text-decoration: underline;
}
.breadcrumb span.spacer {
  padding: 0 10px;
  font-weight: 100;
  transform: scale3d(0.6, 1.8, 1);
}

/* Definition list group */
.dl-group__item {
  text-align: center;
}
.dl-group--block .dl-group__item.dl-group__item {
  background-color: #fff;
  padding: 30px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  justify-content: space-between;
  margin: 0 5px;
}

.dl-group__item dt img {
  display: block;
  margin: 0 auto 20px;
  object-fit: scale-down;
  height: 60px;
}
.dl-group.circle dt img {
  height: auto;
  border-radius: 100%;
}

/* Interactive map */
.interactive-map__item {
  color: #374986;
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .interactive-map__item {
    font-size: 0.875rem;
  }
}
.interactive-map__item img {
  height: 207px;
  object-fit: cover;
  margin-bottom: 20px;
}

/* Video */
.video {
  width: 100%;
}

/* HTML block */
.html-block {
  background-color: #fff;
  padding: 30px 15px;
  /* 1 column with image */
  /* 2 Columns */
}
.html-block__header {
  text-align: center;
}
.html-block__header .title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  color: #374986;
}
.html-block__header .heading {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #374986;
}
.html-block hr {
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
.html-block:not(.has-image) {
  text-align: center;
}
.html-block:not(.has-image) .subheading {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.html-block:not(.has-image) .subheading + p, .html-block:not(.has-image) .subheading + .text {
  margin-top: 15px;
}
.html-block:not(.has-image) p > a, .html-block:not(.has-image) .text > a, .html-block:not(.has-image) p > .link, .html-block:not(.has-image) .text > .link {
  display: block;
  text-decoration: underline;
}
.html-block:not(.has-image) p + .subheading, .html-block:not(.has-image) .text + .subheading {
  margin-top: 15px;
}
.html-block:not(.has-image) > ul + p, .html-block:not(.has-image) > ul + .text {
  margin-top: 15px;
}
.html-block__content p, .html-block__content .text, .html-block__content li {
  font-size: 0.938rem;
  color: #374986;
}
.html-block__content ul li {
  text-align: center;
  line-height: 1.3;
  font-weight: 300;
}
.html-block__content ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #374986;
  margin-right: 5px;
}
.html-block__content ul + p, .html-block__content ul + .text {
  margin-top: 15px;
}
.html-block__content figure img {
  width: auto;
  object-fit: scale-down;
  margin: 0 auto 30px;
}
.html-block__content + a.button, .html-block__content + .button.link, .instagram-feed #sb_instagram #sbi_load .html-block__content + a.sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .html-block__content + .link.sbi_load_btn {
  margin-top: 30px;
}
.html-block__column--top {
  flex-basis: 100%;
  padding: 0;
}
.html-block__column--bottom {
  flex-basis: 100%;
  padding: 20px 30px;
  text-align: center;
}
.html-block img {
  object-fit: cover;
}
.html-block.has-image {
  padding: 0;
}
.html-block.has-image .html-block__column--bottom {
  padding: 30px 15px;
}
.html-block-columns--2 {
  height: 100%;
  /* 2 columns with image */
}
.html-block-columns--2 .html-block__content {
  display: flex;
}
.html-block-columns--2 .html-block__column--top {
  flex-basis: 100%;
}
.html-block-columns--2 .html-block__column--left {
  flex-basis: 50%;
  padding: 0 15px;
}
.html-block-columns--2 .html-block__column--right {
  flex-basis: 50%;
  padding: 0 15px;
}
.html-block-columns--2.has-image {
  padding: 0;
}
.html-block-columns--2.has-image .html-block__column--left {
  flex-basis: 41.66667%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.html-block-columns--2.has-image .html-block__column--right {
  flex-basis: 58.33333%;
  padding: 20px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.html-block-columns--2.has-image .html-block__column--right .html-block__content {
  height: 100%;
}
.html-block-columns--2.has-image .button--secondary {
  align-self: flex-end;
}

/* Page overlay content */
.page-overlay {
  position: relative;
}
.page-overlay__content {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 75%;
  text-align: center;
}
.page-overlay__content hr {
  margin: 30px auto;
  border: none;
  border-top: 1px solid #fff;
  width: 25%;
}
.page-overlay__content .button-container {
  margin-top: 55px;
}
.page-overlay__content .button-container .button + .button, .page-overlay__content .button-container .instagram-feed #sb_instagram #sbi_load .sbi_load_btn + .button, .instagram-feed #sb_instagram #sbi_load .page-overlay__content .button-container .sbi_load_btn + .button, .page-overlay__content .button-container .instagram-feed #sb_instagram #sbi_load .button + .sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .page-overlay__content .button-container .button + .sbi_load_btn, .page-overlay__content .button-container .instagram-feed #sb_instagram #sbi_load .sbi_load_btn + .sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .page-overlay__content .button-container .sbi_load_btn + .sbi_load_btn {
  margin-left: 10px;
  display: block;
}

/* Connections button */
.button--connection {
  background-color: #fff;
  color: #374986;
  border-radius: 6px;
  width: 274px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px 0;
}
.button--connection:hover {
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.25);
}
.button--connection span {
  display: block;
  font-weight: 300;
}
.button--connection span:first-child {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .button--connection span:first-child {
    font-size: 0.875rem;
  }
}
.button--connection span:first-child::after {
  content: "";
  display: block;
  margin: 15px auto;
  height: 1px;
  width: 25%;
  background-color: #00c8ff;
}
.button--connection span + span {
  font-size: 1.375rem;
  text-transform: none;
}
@media (max-width: 575.98px) {
  .button--connection span + span {
    font-size: 1.375rem;
  }
}

.button-list__item {
  padding-left: 15px;
  padding-right: 15px;
}
.button-list__item .button, .button-list__item .instagram-feed #sb_instagram #sbi_load .sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .button-list__item .sbi_load_btn {
  position: relative;
}
.button-list__item .button.attachment::before, .button-list__item .instagram-feed #sb_instagram #sbi_load .attachment.sbi_load_btn::before, .instagram-feed #sb_instagram #sbi_load .button-list__item .attachment.sbi_load_btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: url(images/svg/links/attachment.svg) no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.button-list__item .button.attachment .button-list__item-text, .button-list__item .instagram-feed #sb_instagram #sbi_load .attachment.sbi_load_btn .button-list__item-text, .instagram-feed #sb_instagram #sbi_load .button-list__item .attachment.sbi_load_btn .button-list__item-text {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .button-list {
    flex-direction: column;
  }
  .button-list__item {
    padding-left: 0;
    padding-right: 0;
  }
  .button-list__item .button, .button-list__item .instagram-feed #sb_instagram #sbi_load .sbi_load_btn, .instagram-feed #sb_instagram #sbi_load .button-list__item .sbi_load_btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 204px;
  }
  .button-list__item + .button-list__item {
    margin-top: 15px;
  }
}

.table-container {
  width: 100%;
}
.table-container .table {
  width: inherit;
}
.table-container .table tr th, .table-container .table tr td {
  border-top: 1px solid #ddd;
  padding: 15px;
  width: 25%;
  color: #283b7d;
  vertical-align: top;
  text-align: left;
  font-size: 0.75rem;
}
@media (max-width: 575.98px) {
  .table-container .table tr th, .table-container .table tr td {
    font-size: 0.75rem;
  }
}
.table-container .table tr th h2, .table-container .table tr th .subtitle, .table-container .table tr td h2, .table-container .table tr td .subtitle {
  font-size: 1.375rem;
}
@media (max-width: 575.98px) {
  .table-container .table tr th h2, .table-container .table tr th .subtitle, .table-container .table tr td h2, .table-container .table tr td .subtitle {
    font-size: 1.375rem;
  }
}
.table-container .table tr th h3, .table-container .table tr td h3 {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .table-container .table tr th h3, .table-container .table tr td h3 {
    font-size: 0.75rem;
  }
}
.table-container .table tr th h3 + p, .table-container .table tr th h3 + .text, .table-container .table tr td h3 + p, .table-container .table tr td h3 + .text {
  margin-top: 5px;
}
.table-container .table tr th p, .table-container .table tr th .text, .table-container .table tr td p, .table-container .table tr td .text {
  margin-bottom: 0;
  font-size: inherit;
}
.table-container .table tr th p + p, .table-container .table tr th .text + p, .table-container .table tr th p + .text, .table-container .table tr th .text + .text, .table-container .table tr td p + p, .table-container .table tr td .text + p, .table-container .table tr td p + .text, .table-container .table tr td .text + .text {
  margin-top: 0;
  font-size: inherit;
}
.table-container .table tr th {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .table-container .table {
    width: inherit;
    display: block;
  }
  .table-container .table tbody {
    display: block;
    width: 100%;
  }
  .table-container .table tr {
    display: block;
    padding: 16px;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
  }
  .table-container .table tr + tr {
    margin-top: 16px;
  }
  .table-container .table tr th, .table-container .table tr td {
    display: block;
    border-top: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .table-container .table tr td + td {
    margin-bottom: 8px;
  }
}

/* Tabs */
@media (max-width: 576px) {
  .plan-your-trip__left-column .dropdown-menu {
    display: none;
  }
  #plan-your-trip-dropdown::after {
    content: "";
    display: block;
    background-image: url(../images/Entypo+/booking/chevron-small-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 15px;
  }
}
@media (min-width: 576px) {
  .plan-your-trip__left-column .dropdown-menu {
    display: inline;
  }
}
.vue-wrapper {
  padding-top: 10px;
}

/*# sourceMappingURL=style.css.map */
