/**** Variables *****/
/****************************************** Fonts ******************************************/
@font-face {
  font-family: Quicksand;
  src: url("../fonts/Quicksand-Regular.otf"); }

.navFixed {
  position: fixed !important; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  overflow-x: hidden; }

.btn {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
  margin-top: 0.93em; }

#searchButton {
  margin-top: 0; }

/* Banner */
.banner {
  background-color: #17123e;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5em; }
  .banner .btn {
    margin-left: 1em !important;
    margin-right: 1em !important;
    font-family: Quicksand; }

.textColorWhite {
  color: white !important; }

.textColorBlack {
  color: black; }

.textColorYellow {
  color: yellow; }

.backgroundColorDarkBlue {
  background-color: #17123e; }

.greatLocations.standardCenteredSection h2 {
  color: white; }

.subscribeArea .standardCenteredSection h2 {
  color: white; }

/****************************************** Universal ******************************************/
h1.largeHeader {
  margin: 0;
  padding: 0;
  font-family: Quicksand;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 100;
  font-size: 3em; }

h2.mediumHeader {
  margin: 0;
  padding: 0;
  font-family: Quicksand;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2em; }

h3.smallHeader {
  margin: 0;
  padding: 0;
  font-family: Quicksand;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1em; }

.standardSectionText {
  padding: 0;
  margin: 0;
  font-family: Quicksand;
  font-size: 1em;
  letter-spacing: 0.04em; }

.btn {
  color: white;
  text-decoration: none;
  display: inline-block;
  border-radius: 7px;
  padding: 7px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Quicksand;
  font-size: 0.78em;
  transition: background-color 1s;
  pointer-events: all; }
  .btn.btn-green {
    background-color: #104630; }
  .btn.btn-green:hover {
    background-color: rgba(16, 70, 48, 0.7); }
  .btn.btn-purple {
    background-color: #2f1c50; }
  .btn.btn-purple:hover {
    background-color: rgba(47, 28, 80, 0.7); }
  .btn.btn-light-green {
    background-color: #38d527; }
  .btn.btn-light-green:hover {
    background-color: rgba(56, 213, 39, 0.7); }
  .btn.btn-dark-blue {
    background-color: #1a0b37; }
  .btn.btn-dark-blue:hover {
    background-color: rgba(26, 11, 55, 0.7); }
  .btn.btn-light-red {
    background-color: #ff4343; }
  .btn.btn-light-red:hover {
    background-color: rgba(255, 67, 67, 0.7); }

.sectionLink {
  text-decoration: none;
  border-bottom: dotted 1px white;
  color: white; }

/******************************************* Heading *******************************************/
.heading {
  width: 100%;
  position: relative; }
  .heading .content {
    display: flex;
    flex-direction: column;
    pointer-events: none; }
    .heading .content .articles {
      flex-grow: 1;
      width: 100%;
      display: flex;
      color: white;
      pointer-events: none; }
      .heading .content .articles article {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1; }
        .heading .content .articles article .clickThrough {
          text-align: center; }
          .heading .content .articles article .clickThrough p {
            margin-top: 0.5em; }
          .heading .content .articles article .clickThrough .btn {
            margin-top: 0.93em;
            pointer-events: all; }
  .heading .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .heading i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 0.5em;
    margin-bottom: 3px; }
  .heading img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    font-family: 'object-fit: contain;'; }
  .heading .imagePlaceholder {
    height: 100vh; }
  .heading .diagonalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: blue;
    background: linear-gradient(-67.5deg, blue 50%, yellow 50%); }
  .heading .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .heading .content .mainNav {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      height: 5em;
      font-family: Quicksand;
      font-size: 0.8em;
      color: white;
      pointer-events: all;
      white-space: nowrap;
      z-index: 100; }
  .heading ul.menu {
    display: relative;
    margin-right: 10em;
    z-index: 2; }
    .heading ul.menu a {
      text-decoration: none;
      color: white; }
    .heading ul.menu > li:not(:last-child) {
      margin-right: 2em; }
  .heading li {
    display: inline-block;
    text-transform: uppercase; }
    .heading li ul {
      padding: 0;
      margin: 0;
      position: absolute;
      display: none; }
      .heading li ul li {
        display: block;
        margin-top: 1em; }

/******************************************* Best Dive Spots *******************************************/
.bestDiveSpots, .whoAreWe {
  text-align: center;
  padding: 2em;
  padding-bottom: 0; }
  .bestDiveSpots h2, .whoAreWe h2 {
    color: black;
    text-transform: uppercase; }
  .bestDiveSpots p, .whoAreWe p {
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    width: 60%; }

/* Standard centered section */
.standardCenteredSection {
  text-align: center; }
  .standardCenteredSection h2 {
    color: black;
    text-transform: uppercase; }
  .standardCenteredSection p {
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    width: 60%; }

/* End standard centered section */
/******************************************* Locations and News *******************************************/
.locations, .databaseAndExplore {
  background-color: #17123e;
  color: white;
  display: flex;
  padding-top: 3em;
  padding-bottom: 3em;
  clear: both; }
  .locations .btn, .databaseAndExplore .btn {
    margin-top: 0.93em;
    margin-right: 0.93em; }
  .locations h2, .databaseAndExplore h2 {
    margin-bottom: 0.5em; }
  .locations .sectionLink, .databaseAndExplore .sectionLink {
    color: white;
    border-color: white; }
  .locations .database, .databaseAndExplore .database {
    display: flex;
    justify-content: flex-start;
    flex: 1; }
    .locations .database section, .databaseAndExplore .database section {
      text-align: left;
      height: 50%;
      width: 95%;
      margin-left: 16em; }
      .locations .database section p.standardSectionText, .databaseAndExplore .database section p.standardSectionText {
        width: 85%; }
  .locations .explore, .databaseAndExplore .explore {
    display: flex;
    justify-content: flex-end;
    flex: 1; }
    .locations .explore section, .databaseAndExplore .explore section {
      text-align: left;
      height: 50%;
      width: 80%;
      margin-right: 16em; }

.locations {
  text-align: center;
  display: block; }

.searchPrompt {
  text-align: center;
  background-color: #17123e;
  padding-left: 1em;
  padding-right: 1em;
  color: white; }
  .searchPrompt p {
    display: inline-block;
    width: 50%;
    margin-top: 1em; }

.searchControls {
  background-color: #17123e;
  text-align: center; }
  .searchControls form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5em; }
    .searchControls form input {
      padding-left: 10px;
      height: 28px;
      font-family: Quicksand;
      outline: none; }
    .searchControls form select {
      font-family: Quicksand;
      outline: none; }
    .searchControls form input::placeholder {
      color: black; }

.diveSites {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .diveSites .site {
    width: 33.33%;
    color: white; }
    .diveSites .site:not(.comingSoon) {
      cursor: pointer; }

/* Select Control */
.selectdiv {
  display: inline-block;
  position: relative;
  height: 100%;
  margin-left: 0.5em;
  margin-right: 0.5em; }

/* Remove button from IE11 */
select::-ms-expand {
  display: none; }

.selectdiv:after {
  content: '\A';
  border-style: solid;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  left: calc(100% - 15px);
  transform: rotate(45deg) translateX(-100%);
  -webkit-transform: rotate(45deg) translateX(-100%);
  top: calc(100% - 15px);
  position: absolute;
  pointer-events: none; }

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  float: right;
  padding: 0px 10px;
  padding-right: 30px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  height: 30px; }

.branding {
  z-index: 1; }
  .branding a {
    display: block; }

/* About Page */
section.video {
  position: relative;
  background-color: white;
  text-align: center;
  font-size: 0; }
  section.video video {
    width: 100%;
    height: auto; }

.islands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative; }
  .islands .island {
    width: 33.33%;
    padding-top: 24.99%;
    background-color: red;
    border: 1px solid black; }

/* Footer */
footer {
  font-family: Quicksand;
  clear: both;
  padding: 1.8em;
  color: white;
  background-color: #327a5d; }
  footer .bottom {
    font-size: 0.856em; }
  footer #createdBy {
    font-style: normal;
    font-family: Quicksand;
    margin-top: 0.5em; }
  footer input {
    display: block; }
  footer .footerContent {
    display: flex; }
  footer .left {
    width: 50%; }
  footer .right {
    width: 50%;
    text-align: right;
    margin-right: 9em; }
    footer .right .email {
      text-transform: lowercase; }
    footer .right .findOutMore {
      display: inline-block;
      text-align: left; }
      footer .right .findOutMore h1, footer .right .findOutMore h2 {
        font-weight: 100; }
    footer .right .emailUs {
      margin-top: 0.35em; }
    footer .right .email {
      margin-top: 0.7em; }
    footer .right .followUs {
      margin-top: 0.7em;
      margin-bottom: 0.7em; }
    footer .right .signUp {
      margin-top: 0.7em; }
    footer .right input {
      margin-top: 0.7em; }
      footer .right input::placeholder {
        color: white; }
      footer .right input::-webkit-input-placeholder {
        color: white; }
      footer .right input::-ms-input-placeholder {
        color: white; }
    footer .right #fullNameField, footer .right #emailField {
      background-color: transparent;
      border: none;
      border-bottom: 1px white solid;
      outline: none;
      color: white;
      letter-spacing: 0.07em; }
    footer .right #submit {
      margin-top: 1.5em;
      background-color: transparent;
      border: none;
      color: white;
      cursor: pointer;
      display: block;
      text-decoration: none;
      text-transform: none; }
  footer .top {
    font-size: 1.15em; }
    footer .top p {
      margin-top: 1.5em;
      font-style: italic;
      font-size: 1em;
      letter-spacing: 0.1em; }
  footer #trademark {
    margin-top: 6em;
    font-style: normal;
    font-family: Quicksand; }
  footer #companyName {
    font-style: italic;
    font-weight: bold; }

.islandImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;';
  display: block;
  font-size: 0; }

.site, .hoverImageContainer {
  transform: translateZ(0); }

.siteTextOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
  z-index: 2; }
  .siteTextOverlay h1 {
    text-align: center;
    margin-bottom: 0.35em;
    letter-spacing: 0; }
  .siteTextOverlay p {
    color: white;
    text-align: center;
    margin: auto;
    width: 85%; }

.darkeningOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.7s; }

.darkeningOverlayDarker {
  background-color: rgba(0, 0, 0, 0.7); }

.diveSites .comingSoon {
  background-color: #17123e; }
  .diveSites .comingSoon .btn {
    margin-top: 0.93em;
    margin-bottom: 0; }

/* Dive site page */
.heading img.star, .slick-slide img.star {
  display: inline-block !important;
  margin: 0.2em; }

.star {
  height: 28px !important;
  width: 28px !important; }

.slideContainer .stars {
  margin-bottom: 1em; }

.slideDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em; }

.stars {
  margin-top: 1em;
  text-align: center; }

.trimImageDiv {
  max-height: 43em;
  overflow: hidden; }

.trimImageDiv img {
  height: 43em;
  object-fit: cover;
  font-family: 'object-fit: contain;'; }

h1.locationTextHeader {
  text-align: center;
  margin: 0.7em; }

p.locationText {
  padding-left: 5em;
  padding-right: 5em;
  text-align: center; }

.heading .pageHeadingContent article {
  flex-direction: column; }

.bottomCrop {
  max-height: 750px;
  overflow: hidden; }

.smallImages {
  display: flex;
  margin: 3em;
  justify-content: space-between; }
  .smallImages img {
    display: block; }
  .smallImages .smallImage {
    background-color: yellow;
    width: 30%;
    position: relative;
    cursor: pointer; }
    .smallImages .smallImage img {
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0;
      object-fit: cover;
      font-family: 'object-fit: contain;'; }

.location {
  margin-left: 11%;
  margin-right: 11%; }

.topRow {
  width: 85%;
  margin: auto; }

.diverLevel, .visibility, .depth, .current {
  margin: auto;
  margin-top: 0;
  width: 45% !important; }

.current h1 {
  white-space: nowrap; }

.diverLevel, .depth {
  height: 20em;
  background: rebeccapurple !important;
  justify-content: space-evenly !important; }

.diverLevel, .current {
  padding-bottom: 3em;
  background-color: #17123e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%; }
  .diverLevel h1, .diverLevel p, .current h1, .current p {
    color: white;
    text-align: center; }
  .diverLevel .lightLevelContainer, .current .lightLevelContainer {
    display: flex;
    color: white;
    flex-direction: column;
    width: 95%; }
  .diverLevel .lightLevels, .current .lightLevels {
    display: flex;
    width: 100%;
    justify-content: space-evenly; }
  .diverLevel .lightLevel, .current .lightLevel {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: Quicksand;
    text-align: center;
    flex: 1;
    font-size: 0.8em;
    white-space: nowrap; }
    .diverLevel .lightLevel .lightLevelLight, .current .lightLevel .lightLevelLight {
      margin-top: 1.2em; }
  .diverLevel .lightLevelLight, .current .lightLevelLight {
    text-align: center; }

.light {
  width: 25px;
  align-self: center; }

.depth, .visibility {
  background-color: #17123e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  width: 50%; }
  .depth h1, .visibility h1 {
    margin-bottom: 0.85em; }
  .depth p, .visibility p {
    margin-bottom: 2.9em;
    width: 85%;
    text-align: center; }

.depthMeter, .visibilityMeter {
  width: 95%; }

.depthValues, .visibilityValues {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: Quicksand;
  font-size: 0.8em;
  margin-bottom: 7px; }

.diverLevel, .visibility, .leftText {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent; }

.depth, .current, .rightText {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent; }

.meter {
  width: 100%; }

.lightenedMeter, .darkenedMeter {
  height: 9px; }

.depthDisplay, .visibilityDisplay {
  position: relative;
  margin-top: 1em; }

.topRow {
  display: flex;
  justify-content: center; }

.subscribe {
  margin-left: 2em; }

.subscribeArea {
  background-color: #2f1c50; }
  .subscribeArea input {
    padding-left: 10px;
    height: 30px;
    font-family: Quicksand;
    width: 30%; }
  .subscribeArea input::placeholder, .subscribeArea ::-webkit-input-placeholder, .subscribeArea ::-ms-input-placeholder, .subscribeArea ::-ms-input-placeholder {
    color: black; }
  .subscribeArea p {
    width: 60%;
    margin: auto;
    margin-bottom: 0.5em; }

#locationsMap {
  display: block;
  margin: auto;
  margin-bottom: -5px;
  /* Try and get rid of this */
  margin-top: 2.5em;
  width: 15em; }

.locationsMapContainer {
  position: relative;
  text-align: center; }

.locationsMapInlineContainer {
  display: inline-block;
  position: relative; }

img.mapDot {
  position: absolute;
  width: 18px; }

.mapDot:nth-child(2) {
  left: -11%;
  top: 19%; }

.mapDot:nth-child(3) {
  left: -10%;
  top: 45%; }

.mapDot:nth-child(4) {
  left: -30%;
  top: 69%; }

.mapDot:nth-child(5) {
  left: 51%;
  top: 19%; }

.mapDot:nth-child(6) {
  left: 92%;
  top: 40%; }

.mainImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0; }

.darkBlue {
  background-color: #17123e; }

.diverRating {
  background-color: #17123e;
  padding-left: 10em;
  padding-right: 10em; }
  .diverRating h1 {
    text-align: center;
    color: white; }
  .diverRating p {
    color: white;
    text-align: center;
    margin-top: 1.5em; }
  .diverRating .buttonContainer {
    text-align: center; }
    .diverRating .buttonContainer .btn {
      margin: 2em;
      margin-bottom: 5em; }

.mainImageContainer {
  margin: 3em;
  padding-top: 48%;
  position: relative;
  margin-bottom: 0; }

.smallImagePadding {
  padding-top: 100%; }

.formImageContainer {
  height: 100%; }

.formBanner {
  height: 6em; }

p.standardSectionText.contactFormText {
  width: 70%;
  font-size: 0.8em; }

.contactFormOverlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 105; }
  .contactFormOverlay .formDiv {
    font-family: Quicksand;
    z-index: 10;
    background-color: white;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 95%;
    width: 70%;
    min-width: 320px; }
    .contactFormOverlay .formDiv img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: contain;';
      display: block; }
    .contactFormOverlay .formDiv .fieldContainer {
      width: 100%;
      margin: 0.5em; }
    .contactFormOverlay .formDiv .fieldRow {
      display: flex; }
    .contactFormOverlay .formDiv label {
      display: block;
      margin-bottom: 0.5em; }
    .contactFormOverlay .formDiv textarea {
      width: 100%;
      height: 12em; }
    .contactFormOverlay .formDiv .formHeader {
      position: relative; }
    .contactFormOverlay .formDiv .formHeaderDarkener {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: 0.5; }
    .contactFormOverlay .formDiv .formHeaderCentral {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1; }
      .contactFormOverlay .formDiv .formHeaderCentral h1 {
        text-align: center;
        color: white; }
    .contactFormOverlay .formDiv .closeButton {
      position: absolute;
      top: 0;
      left: 100%;
      margin: 10px;
      z-index: 100;
      transform: translateX(calc(-100% - 25px)); }
      .contactFormOverlay .formDiv .closeButton.leftSideForMac {
        transform: unset;
        left: 0; }
    .contactFormOverlay .formDiv .submitFormRow {
      text-align: center; }

.opacityOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4; }

.islandArticle .articleImage {
  width: 50%;
  background-color: red;
  float: left; }
  .islandArticle .articleImage img {
    display: block;
    width: 100%; }

.islandArticle .articleText {
  width: 50%;
  float: left;
  padding: 2em; }
  .islandArticle .articleText p {
    margin-bottom: 2em;
    font-family: Quicksand; }

/* Standard header */
.standardHeaderContainer .heading .content {
  z-index: 101; }

.standardHeaderContainer .heading .opacityOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }

.standardHeaderContainer .heading .headingImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: contain;'; }

.standardHeaderContainer .pageHeadingContent {
  background-color: transparent; }
  .standardHeaderContainer .pageHeadingContent .btn {
    margin-top: 1.5em; }

/* End standard header */
#leftCanvas {
  width: 55%; }

#rightCanvas {
  width: 55%;
  margin-left: -8.5%; }

.container {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: relative; }

.content {
  pointer-events: none; }

.eventOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.greatLocationsText {
  width: 50%;
  margin: auto; }

.controlsContainer {
  display: flex;
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 1430px) {
  .database section {
    margin-left: 8em !important; }
    .database section p.standardSectionText {
      width: 85% !important; }
  .explore section {
    margin-right: 8em !important; }
    .explore section p.standardSectionText {
      width: 85% !important; } }

@media only screen and (max-width: 1500px) {
  .diverLevel, .visibility, .depth, .current {
    width: 50% !important; }
  .contactFormText {
    width: 90% !important; } }

@media only screen and (max-width: 1380px) {
  .diverRatingMock {
    padding-left: 5em !important;
    padding-right: 5em !important; } }

@media only screen and (max-width: 1250px) {
  .database section {
    margin-left: 4em !important; }
    .database section p.standardSectionText {
      width: 85% !important; }
  .explore section {
    margin-right: 4em !important; }
    .explore section p.standardSectionText {
      width: 85% !important; }
  .standardCenteredSection p {
    width: 75%; }
  footer .top {
    margin-left: 4em; }
  footer .right {
    margin-right: 4em; }
  .largeHeader {
    font-size: 2.6em !important; } }

@media only screen and (max-width: 1300px) {
  .location {
    margin-left: 5.5em;
    margin-right: 5.5em; } }

@media only screen and (max-width: 870px) {
  .statCol1 {
    width: 90% !important; }
  .depthMeter, .visibilityMeter {
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .mobile-menu {
    display: none !important; }
  .mobileNavContainer {
    display: none !important; }
  .mainNav {
    background-color: transparent !important; } }

.mobileNavContainer {
  transition: opacity 1s; }

.stackedHeaderImages {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }

.singleViewHeading {
  display: none; }

.singleViewHeading, .doubleViewHeading {
  color: white; }

.mainNav {
  position: relative; }

/* Tablet */
@media only screen and (max-width: 1024px) {
  .islands .comingSoon {
    display: block !important; }
  .extraComingSoon {
    display: block !important; }
  .leftArrow, .rightArrow {
    height: 70px !important; }
  .formHeaderText {
    font-size: 1.4em !important; }
  img.logo {
    margin-left: 20px !important; }
  .navFixed {
    position: relative !important; }
  .dotsContainer {
    display: none !important; }
  section.searchPrompt p {
    width: 90%; }
  #searchButton {
    margin-top: 0.5em; }
  .diverRatingMock {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important; }
  .singleViewHeading {
    display: block; }
  .singleViewHeading article {
    position: initial;
    transform: none; }
  .doubleViewHeading {
    display: none; }
  .videoContainer {
    width: 100% !important; }
  .hamburger {
    display: block !important;
    z-index: 1; }
  .mainNav {
    position: relative; }
  ul.menu {
    display: none; }
  .mobile-menu {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .mobile-menu li {
    padding: 0.7em 1em;
    font-size: 2.3em;
    text-align: center;
    display: block !important; }
  .mobile-menu-submenu {
    display: block;
    position: relative !important; }
    .mobile-menu-submenu .mobile-submenu-item {
      padding-top: 0;
      font-size: 1em; }
  .controlsContainer {
    flex-direction: column;
    width: 80%; }
    .controlsContainer input, .controlsContainer .selectdiv, .controlsContainer .ui-selectmenu-button.ui-button {
      margin: 0.5em;
      width: 50% !important; }
    .controlsContainer .btn {
      width: 100%;
      margin-top: 1.5em; }
  footer {
    padding-left: 0;
    padding-right: 0; }
    footer .top, footer .right {
      margin-left: 4em;
      margin-right: 4em; }
  .diveSites .site {
    width: 50%; }
  .bestDiveSpots p {
    width: 80%; }
  .buttonContainer {
    width: 100%; }
  #mapContainer {
    margin: 5em; }
  .heading .container {
    display: none; }
  .heading .content.homePage {
    position: relative;
    background-color: #17123e; }
  .tabletPair {
    width: 100%; } }

@media only screen and (max-width: 950px) {
  .menuGradient {
    display: block !important; }
  .menuGradient.fullerBackgroundGradient {
    display: none !important;
    position: unset; }
  .diverStatsHeader {
    display: none; }
  .largeHeader {
    font-size: 2em !important; }
  .subscribeArea p {
    width: 95%; }
  .locations .explore section, .databaseAndExplore .explore section {
    width: 95%; }
  .database section {
    margin-top: 0; }
  p.locationText {
    padding-right: 1em;
    padding-left: 1em; }
  .contactFormGuts {
    padding-left: 0.5em !important;
    padding-right: 1.5em !important; }
  .formHeaderText {
    font-size: 1.2em !important; }
  .formBanner {
    height: 3em;
    margin-bottom: 1em !important; }
  p.standardSectionText.contactFormText {
    font-size: 0.7em; }
  img.logo {
    width: unset; }
  .contactFormOverlay .formDiv .fieldRow {
    flex-direction: column; }
  .fieldContainer {
    margin: 0 !important; }
  .fieldRow {
    padding: 0.5em; }
  #phoneField {
    width: 100% !important; }
  .hiddenPlus {
    left: 50% !important;
    top: 50% !important;
    padding: 0 !important;
    transform: translateY(-50%) translateX(-50%) !important;
    pointer-events: none;
    display: block !important;
    height: 30% !important;
    width: 30% !important;
    opacity: 0.5;
    pointer-events: none; }
  .statCol1 {
    margin-left: 1em !important;
    margin-right: 1em !important; }
  .mainImageContainer {
    margin: 0 !important; }
  .location {
    margin: 0 !important; }
  .smallImages {
    margin: 0 !important; }
    .smallImages .smallImage {
      width: 33.33% !important; }
  .menuGradient {
    height: 90px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent) !important; }
  footer p.standardSectionText, footer .right {
    display: none; }
  footer .createdBy {
    padding-left: 0; }
  .footerContent {
    flex-direction: column-reverse; }
  footer .right .findOutMore {
    display: block;
    text-align: center; }
  footer .left, footer .right {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em; }
  footer input {
    width: 100%;
    text-align: center; }
  footer .top {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .createdBy {
    text-align: center; }
  footer .createdBy {
    margin-left: 0; }
  footer #trademark {
    margin-top: 3em; }
  .standardCenteredSection p {
    width: 100%; }
  div.virtualTourContainer {
    height: 26em; }
  .topRow {
    flex-direction: column;
    align-items: center; }
  p.standardSectionText.statDesc {
    width: 100% !important; }
  .depth, .visibility, .current, .diverLevel {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.3em; }
  .diverRating {
    padding-left: 1em;
    padding-right: 1em; }
  .location {
    margin-left: 2em;
    margin-right: 2em; }
  .diverLevel, .current, .depth, .visibility {
    height: 26em;
    flex-direction: column; }
  .locationText, .statsPrompt p, .database p, .explore p, .ratingComment p, .bestDiveSpotsStrip p, .greatLocations, #search, .whoAreWeStrip, section.getInTouch, .greatPlacesSection, .fullExperienceSection {
    padding-left: 4em !important;
    padding-right: 4em !important; }
  .databaseAndExplore {
    flex-direction: column; }
    .databaseAndExplore .btn {
      margin-right: 0 !important; }
    .databaseAndExplore section.database section, .databaseAndExplore section.explore section {
      margin: auto;
      text-align: center;
      margin-top: 2.5em; }
    .databaseAndExplore section.database section {
      margin-top: 0; }
  #mapContainer {
    display: none; }
  .database section {
    margin-left: auto !important; }
    .database section p.standardSectionText {
      width: 100% !important; }
  .explore section {
    margin-right: auto !important; }
    .explore section p.standardSectionText {
      width: 100% !important; }
  .slideDetails {
    padding: 1em; }
    .slideDetails p {
      font-size: 0.8em;
      width: 85% !important; }
    .slideDetails h1 {
      font-size: 1.6em !important; }
  .leftArrow, .rightArrow {
    height: 30px !important; }
  .slideContainerOverlay {
    font-size: 0.8em; }
    .slideContainerOverlay section {
      margin-top: 1.5em !important; }
    .slideContainerOverlay p {
      width: 85% !important; }
  .databaseAndExplore .btn {
    margin-left: 0.93em !important;
    margin-right: 0.93em !important; }
  .btn {
    font-size: 0.9em !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media only screen and (max-width: 850px) {
  #locationsMap {
    width: 13em; }
  footer .createdBy {
    padding-left: 0; }
  .footerContent {
    flex-direction: column-reverse; }
  footer .right .findOutMore {
    display: block;
    text-align: center; }
  footer .left, footer .right {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em; }
  footer input {
    width: 100%;
    text-align: center; }
  footer .top {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .createdBy {
    text-align: center; }
  footer .createdBy {
    margin-left: 0; }
  .heading .content .articles {
    flex-direction: column; } }

@media only screen and (max-width: 650px) {
  #locationsMap {
    width: 11em; } }

/* Phones and things */
@media only screen and (max-width: 750px) {
  .databaseAndExplore {
    flex-direction: column; }
    .databaseAndExplore section.database section, .databaseAndExplore section.explore section {
      margin: auto;
      text-align: center;
      margin-top: 2.5em; }
    .databaseAndExplore section.database section {
      margin-top: 0; }
  #mapContainer {
    display: none; }
  .database section {
    margin-left: auto !important; }
    .database section p.standardSectionText {
      width: 100% !important; }
  .explore section {
    margin-right: auto !important; }
    .explore section p.standardSectionText {
      width: 100% !important; } }

/* Phones and things */
@media only screen and (max-width: 700px) {
  .islands .comingSoon {
    display: none !important; }
  .extraComingSoon {
    display: none !important; }
  .diveSites .site {
    width: 100%; }
  .bestDiveSpots p {
    width: 100%; }
  .tabletPair {
    align-items: center;
    flex-direction: column; }
  .controlsContainer .btn {
    width: 100%; }
  .controlsContainer .ui-selectmenu-button.ui-button, .controlsContainer input {
    width: 100% !important; }
  .location {
    margin-left: 0.7em;
    margin-right: 0.7em; } }

@media only screen and (max-width: 600px) {
  .formHeaderText {
    font-size: 1em !important; } }

iframe {
  width: 100%;
  height: 100%;
  display: block; }

#mapContainer iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */ }

#mapContainer iframe.clicked {
  pointer-events: auto; }

.largeHeader.tourHeader {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin-top: 1.9em;
  color: white; }

.tabletPair {
  display: flex; }

@keyframes growShrink {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

.grow {
  animation-name: growShrink;
  animation-duration: 1s; }

.ourRating h1 {
  text-align: center; }

.ratingComment {
  text-align: center;
  margin-bottom: 3em; }
  .ratingComment p {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em; }
  .ratingComment .btn {
    margin: 0;
    margin-left: 0.5em;
    margin-right: 0.5em; }

#street-view {
  height: 100vh; }

.virtualTourContainer {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  width: 85%;
  height: 45em;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em; }

.streetViewOverlay, .mouseUpOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: all;
  opacity: 0; }

.streetViewOverlayClicked {
  pointer-events: none; }

.subscribeArea {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #2f1c50;
  text-align: center;
  color: white; }
  .subscribeArea p {
    margin-top: 1em;
    margin-bottom: 1em; }
  .subscribeArea .subscribeControls {
    display: flex;
    justify-content: center;
    align-items: center; }

.centeredTextAndHeader {
  text-align: center;
  margin: 6em; }
  .centeredTextAndHeader .standardSectionText {
    width: 60%;
    margin: auto;
    margin-top: 2em; }

.diverRatingMock .standardSectionText {
  margin: auto;
  margin-top: 0;
  width: 55%; }

.diverRatingMock h1.mainHeader {
  padding-bottom: 0.7em; }

p.standardSectionText.statDesc {
  width: 100%; }

.search {
  background-color: #17123e;
  color: white;
  text-align: center; }

.exp {
  display: flex;
  flex-wrap: wrap; }

.item {
  width: 33.33%; }

.paddingTrick {
  padding-top: 75%; }

/* ----------------- Hamburger Menu ------- */
.hamburger .line {
  width: 40px;
  height: 2px;
  display: block;
  background-color: white;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
  border-radius: 10px; }

.hamburger.is-active .line:nth-child(2) {
  opacity: 0; }

.hamburger.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

.hamburger {
  padding-right: 20px; }

.hamburger {
  cursor: pointer; }

.hamburger {
  display: none; }

.mobile-menu li a, .desktop-menu li a {
  text-decoration: none;
  color: white;
  font-family: Quicksand; }

.mobile-menu {
  transition: opacity 0.2s; }

.mainNav.mobile-menu-open {
  position: fixed !important; }
  .mainNav.mobile-menu-open .mobile-menu {
    background-color: #17123e; }

.mobile-menu {
  color: white;
  position: fixed;
  top: 0;
  padding-top: 64px;
  width: 100%;
  font-size: 1em;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.displayed {
  display: block;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 1;
  font-size: 1em;
  height: 100vh; }

.forwardAnimation {
  animation: anim 0.2s; }

.reverseAnimation {
  animation: anim 0.2s reverse; }

.mobile-menu-submenu a {
  font-size: 0.7em; }

.mainNav {
  height: 64px !important;
  transition: background-color 1s;
  position: absolute; }

input#searchTerm {
  margin-right: 0.5em;
  border: none;
  border-radius: 0;
  height: 30px; }

.tabletPair {
  align-items: center; }

.searchControls form input {
  padding-left: 10px; }

a#searchButton {
  margin-left: 0.5em; }

.fullOpacity {
  opacity: 1 !important;
  pointer-events: all !important; }

.displayBlock {
  display: block; }

.icon {
  display: inline-block;
  font-size: 1.65em;
  margin-left: 0.1em;
  margin-right: 0.1em; }

.smallImage:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  pointer-events: none; }

.smallImage:hover:after {
  background: rgba(0, 0, 0, 0.4); }

.hiddenPlus {
  position: absolute;
  top: 7px;
  left: calc(100% - 7px);
  transform: translateX(-100%);
  z-index: 1;
  color: white;
  padding-right: 0.5em;
  padding-top: 0.5em;
  display: none;
  color: rgba(255, 255, 255, 0.7);
  height: 24px;
  width: 24px; }

img.hiddenPlusImage {
  display: block; }

.smallImage:hover .hiddenPlus {
  display: block; }

.menuGradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), transparent);
  z-index: 1;
  transition: 1s background-color;
  pointer-events: none; }

.fullerBackgroundGradient {
  background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  height: 90px;
  position: fixed;
  display: block !important; }

.videoOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .1s ease-in-out;
  pointer-events: none;
  cursor: pointer; }

.videoContainer {
  display: inline-block;
  width: 70%;
  position: relative; }

.videoArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translateX(-50%) translateY(-50%);
  height: 500px;
  opacity: 0.7; }

video:hover + .videoOverlay {
  transform: scale(1.1); }

/* !important is ugly but overrides 3rd party do dahs */
.slick-prev {
  left: 15px !important; }

.slick-next {
  right: 15px !important; }

.videoImage {
  height: 75%;
  position: relative;
  margin: auto;
  display: block;
  top: 50%;
  transform: translateY(-50%); }

.slickSlider {
  clear: both; }

.diveSiteHeading article {
  flex-direction: column; }

.slick-slider {
  overflow: hidden;
  z-index: 2;
  height: 100vh; }

.slick-prev, .slick-next {
  z-index: 999; }

.statCol1 {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin-left: 4em;
  margin-right: 4em; }

.diverStatsHeader {
  padding: 4.5em;
  padding-bottom: 0 !important;
  padding-top: 3em !important; }
  .diverStatsHeader h2 {
    font-size: 2em; }

.lightLevel {
  display: inline-block;
  font-family: Quicksand;
  text-transform: uppercase;
  font-size: 0.7em;
  width: 20%;
  white-space: nowrap; }

.lightLevelLight {
  text-align: center;
  margin-top: 1em; }

.lightLevels {
  display: flex;
  justify-content: space-around;
  /* width: 80%; */
  margin: auto; }

.lightLabel {
  text-align: center; }

.statHeader {
  padding: 0;
  margin: 0;
  text-align: center; }

.headerRow1 {
  display: flex;
  flex-wrap: wrap;
  color: white;
  background-color: #17123e;
  /* dark blue */
  justify-content: center;
  padding-bottom: 3em !important; }

.lightLevelContainer, .depthMeter, .visibilityMeter {
  height: 4em; }

img.meter.lightenedMeter {
  display: block;
  margin-top: -13px; }

.statisticDescription {
  text-align: center;
  margin-top: 1em; }

.statHeader {
  margin-top: 1.8em !important;
  margin-bottom: 1.8em !important; }

.statsPrompt {
  text-align: center;
  padding-bottom: 3em; }

section.actualDiverStats {
  padding-bottom: 0; }

.slideContainerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  z-index: 0; }

.headerImages {
  font-size: 0;
  height: 100vh;
  overflow: hidden; }

.headerImage {
  height: 100%;
  width: 100%;
  transition: 0.25s transform;
  object-fit: cover;
  font-family: 'object-fit: contain;'; }

.headerImage:hover {
  transform: scale(1.1); }

.hoverImageContainer {
  height: 100%;
  width: 50%;
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden; }

.hoverImageContainer:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  pointer-events: none; }

.hoverImageContainer:not(.ignoreHover):hover:after {
  background: rgba(0, 0, 0, 0.4); }

.articleCentered article {
  position: relative;
  transform: none;
  top: unset;
  left: unset; }
  .articleCentered article p {
    width: 60%;
    margin: auto; }

article {
  font-size: initial;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  pointer-events: none;
  z-index: 1;
  margin-left: 1em;
  margin-right: 1em; }

.navContainer {
  font-size: initial; }

.killPadding {
  padding: 0; }

.killMarginTop {
  margin-top: 0 !important; }

.subscribe {
  margin-left: 1em !important; }

.subscribeControlsContainer {
  display: flex;
  justify-content: center;
  align-content: center; }
  .subscribeControlsContainer input {
    min-width: 10em !important; }

.standardCenteredSection {
  padding-left: 1em;
  padding-right: 1em; }

article.islandArticle {
  position: relative;
  transform: none; }

.ui-selectmenu-button.ui-button {
  background-color: white;
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 30px;
  font-family: Quicksand;
  border: none; }

.ui-menu-item-wrapper {
  font-family: Quicksand; }

.ui-selectmenu-button.ui-button {
  width: unset !important;
  background-color: white !important;
  color: black !important;
  border: none !important; }

::selection {
  background: #ff4343; }

img.logo:hover {
  opacity: 0.75; }

#islandsDropdown:hover + ul #menuCarat {
  opacity: 1; }

#menuCarat {
  opacity: 0;
  transition: all 0.5s; }

.fa-angle-down {
  border: none !important; }

.menu a {
  transition: all 0.5s; }

.menu a:hover {
  opacity: 0.75; }

.stackedHeaderImages {
  padding-top: 64px; }

img.meter.lightenedMeter {
  width: 0;
  transition: width 2s; }

.formField input {
  width: 100%;
  border: 1px solid gainsboro;
  height: 2em;
  padding-left: 12px; }

.formField textarea {
  border: 1px solid gainsboro; }

.formBanner i.fa-times {
  font-size: 1.3em;
  opacity: 0.8;
  cursor: pointer; }

.formBanner i.fa-times:hover {
  font-size: 1.5em;
  opacity: 1; }

.closeButton {
  cursor: pointer; }

.standardHeaderContainer {
  position: relative; }
  .standardHeaderContainer .standardHeaderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

.standardHeaderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

header {
  position: relative; }

.headerWithStars {
  padding-bottom: 0; }

.headerWithStars + .stars {
  margin-top: 0;
  margin-bottom: 3em; }

.star {
  margin: 0.2em; }

.homepageBottomArticle {
  padding-bottom: 3em; }

.homepageTopArticle {
  padding-top: 3em; }

.diverStatsHeader h2.mediumHeader {
  color: white; }

.slideContainer {
  position: relative;
  height: 100vh;
  display: flex !important;
  flex-direction: column !important; }
  .slideContainer h2 {
    color: white; }

.imageContainer {
  position: relative;
  font-size: 0;
  flex-grow: 1;
  display: flex; }
  .imageContainer img {
    display: block;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: contain;'; }
  .imageContainer .imageTextOverlay {
    position: absolute;
    width: 100%;
    height: 100%; }

.slideDetails {
  text-align: center; }
  .slideDetails h1, .slideDetails p {
    text-align: center; }

.greatPlacesSection {
  padding-bottom: 0; }
  .greatPlacesSection p {
    margin-bottom: 0; }

img.logo {
  width: unset;
  margin-left: 5em;
  opacity: 1;
  transition: all 0.5s;
  display: block;
  height: 1.6em; }

.mobile-menu {
  background-color: #17123e;
  opacity: 0;
  pointer-events: none; }

@keyframes anim {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }

.contactFormGuts {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  width: calc(100% + 17px);
  padding-left: 7em;
  padding-right: 7em; }

.closeButton {
  color: white; }

@media only screen and (max-width: 650px) {
  .contactFormText {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0; } }

@media only screen and (max-width: 400px) {
  .formHeader .standardCenteredSection {
    padding: 0.5em; } }

.adminForm {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: auto; }
  .adminForm textarea {
    color: black; }

.styleLabel {
  cursor: pointer; }

.fieldRow {
  display: flex;
  padding: 0.3em;
  align-items: center; }

.customSelectBox {
  width: 100%; }

.adminForm input {
  flex: 1;
  color: black; }

.adminForm textarea {
  flex: 1; }

.adminForm .ui-selectmenu-button.ui-button {
  width: 100% !important;
  margin: 0; }

.adminForm input[type=text] {
  height: 30px; }

.adminForm .checkboxAndLabel {
  display: flex;
  align-items: center;
  width: 100%; }
  .adminForm .checkboxAndLabel input {
    width: 50px; }

.adminForm label.checkboxLabel {
  width: 80%; }

footer {
  background: linear-gradient(270deg, #246655, #0bc1b2);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  footer .footerContent {
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    footer .footerContent .bottom {
      margin-top: 0.8em;
      text-align: center; }
      footer .footerContent .bottom span.conceptai {
        font-weight: bold; }

.subscribeControls .btn {
  margin-top: 0; }

.hoverImageContainer .largeHeader {
  white-space: nowrap; }

.placeListItem {
  position: relative;
  margin-top: -1px; }
  .placeListItem h1, .placeListItem p {
    margin: 0;
    padding: 0; }

.nonHomePageMenuGradient {
  display: none; }

.islandsDropdownParent {
  position: relative; }
  .islandsDropdownParent li {
    display: inline-block !important;
    margin-left: 1em;
    margin-right: 1em; }
  .islandsDropdownParent ul {
    left: -15em; }

.whyDiveThailandText .standardSectionText {
  margin-bottom: 0; }

.locationTextHeader {
  margin-top: 0 !important; }

.locationText {
  margin-bottom: 3em; }

.diverStatsHeader h2 {
  font-size: 3em; }

.placesViewContainer {
  width: 80%;
  margin: auto;
  margin-bottom: 3em; }

.handle {
  cursor: move; }

.listItemStatus {
  margin-left: 1em; }

/* Index strip standardisation */
.bestDiveSpotsStrip {
  margin-top: 3em;
  margin-bottom: 3em; }

.greatLocations {
  padding-top: 3em;
  padding-bottom: 1.5em; }

.searchPrompt {
  padding-top: 1.5em; }

.searchControls form {
  padding-bottom: 3em; }

.whoAreWeStrip, .getInTouch {
  margin-top: 3em;
  margin-bottom: 3em; }

.whyDiveThailandText {
  margin-top: 3em;
  margin-bottom: 1.5em; }

.fullyQualifiedText {
  margin-top: 1.5em;
  margin-bottom: 3em; }
  .fullyQualifiedText p {
    margin-bottom: 0; }

.diverStatsHeader, .headerWithStars {
  padding-top: 3em; }

.diveHubSearch {
  padding-top: 3em; }

.greatPlacesSection {
  margin-top: 3em;
  padding-bottom: 1.5em; }

.fullExperienceSection {
  margin-top: 1.5em;
  margin-bottom: 3em; }

section.standardCenteredSection.textColorWhite {
  margin-top: 3em; }

.slideDetails .btn {
  margin-top: 0; }

.slideDetails .standardSectionText {
  margin-bottom: 1em; }

.islandSearch {
  padding-top: 3em; }

.greatLocations {
  margin-top: 0 !important; }

.formBanner {
  margin-bottom: 3em; }

.formBottomError {
  text-align: center;
  color: red; }

#thankYouMsg {
  display: none;
  height: 100%;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0; }
  #thankYouMsg .btn {
    margin-top: 2em; }
  #thankYouMsg div {
    text-align: center;
    margin: auto;
    top: 50%;
    position: relative; }

.slick-prev, .slick-next {
  width: 70px !important;
  height: 100px !important; }

video::-webkit-media-controls-overlay-play-button {
  display: none; }

.mobile-menu.centered {
  top: 50%;
  transform: translateY(-50%); }

.mobileNavContainer {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #17123e;
  opacity: 0; }

.mobileIslandsLink ul {
  display: none; }

.fade {
  opacity: 0.2; }

.homeMobileLink, .aboutMobileLink {
  transition: all 0.2s; }

.leftArrow {
  width: 100px;
  height: 100px;
  top: 50%;
  position: absolute;
  z-index: 999;
  transform: translateY(-50%);
  margin-left: 10px;
  cursor: pointer; }

.rightArrow {
  width: 100px;
  height: 100px;
  top: 0;
  left: 100%;
  transform: translateX(calc(-100% - 10px)) translateY(-50%);
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-right: 10px;
  cursor: pointer; }

.extraComingSoon {
  display: none; }

.slick-dots {
  position: absolute !important;
  bottom: 20px !important;
  display: block !important;
  width: 100% !important;
  padding: 10px  !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center !important;
  left: unset !important;
  top: calc(100% - 25px) !important; }
  .slick-dots li {
    display: inline-block !important; }

.slick-dots li.slick-active button:before {
  font-size: 15px !important;
  color: black !important; }

.slick-dots li button {
  display: inline !important; }

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
  position: fixed !important; }

.checkout p {
  margin-bottom: 2em !important; }

.databaseAndExplore h2, .databaseAndExplore p {
  margin-bottom: 48px; }

.databaseAndExplore .btn {
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 1.86em; }

.like p {
  width: unset !important; }

footer img {
  width: 5em; }

.mainNav a.active {
  font-weight: 900;
  font-size: 1.1em; }

.islands .comingSoon {
  display: none; }

.videoContainer {
  width: 100% !important;
  font-size: 0; }

.mobileNavContainer {
  pointer-events: none; }

.sponsoredOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .sponsoredOverlay img {
    position: absolute;
    width: 35%;
    top: 0;
    right: 0; }

input#searchTerm {
  padding-left: 16px; }

.databaseAndExplore .btn.learnMoreBtn {
  margin-left: 0.5em !important;
  margin-right: 0; }

.nonHomePageMenuGradient.menuGradient {
  display: none !important; }

.nonHomePageMenuGradient.menuGradient.fullerBackgroundGradient {
  display: block !important; }

.emailStandard {
  margin-top: 3em; }

.standardMarginBottom {
  margin-bottom: 3em; }
  .standardMarginBottom .actualDiverStats {
    margin-top: 0 !important; }

.hasImagesHack .articleCentered {
  margin-bottom: 0 !important; }

.standardMarginTop {
  margin-top: 3em !important; }

.clearImagesBtn {
  margin-right: 0px !important; }

.mainContent {
  z-index: -9999;
  padding-top: 56px; }

footer {
  height: 112px; }
