@font-face {
  font-family: museo700;
  src: url("../fonts/MuseoSans_700.otf"); }
@font-face {
  font-family: museo300;
  src: url("../fonts/MuseoSans-300.otf"); }
@font-face {
  font-family: museo900;
  src: url("../fonts/MuseoSans_900.otf"); }
@font-face {
  font-family: museo100;
  src: url("../fonts/MuseoSans-100.otf"); }
.popup-container {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px); }
  .popup-container .popup {
    animation: hi linear 0.1s;
    background-color: rgba(255, 255, 255, 0.8);
    color: #004c9a;
    width: 80%;
    padding: 4rem 1rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 2rem;
    position: relative; }
    @media (min-width: 765px) {
      .popup-container .popup {
        width: 90%; } }
    @media (min-width: 1024px) {
      .popup-container .popup {
        width: 50%; } }
    @media (min-width: 1500px) {
      .popup-container .popup {
        width: 50%; } }
    @media (min-width: 765px) {
      .popup-container .popup {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .popup-container .popup {
        font-size: 2rem; } }
    @media (min-width: 1500px) {
      .popup-container .popup {
        font-size: 3rem; } }
    .popup-container .popup b {
      font-weight: 900; }
    .popup-container .popup #close-popup {
      position: absolute;
      right: -30px;
      top: -30px;
      cursor: pointer;
      transition: transform 0.1s;
      width: 80px;
      height: auto; }
      .popup-container .popup #close-popup:hover {
        transform: scale(1.4); }

@keyframes hi {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.top-container {
  background-image: url("../img/top-header.jpg");
  height: 85vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 5rem; }
  .top-container .title {
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: museo900;
    color: white;
    mix-blend-mode: overlay; }
    @media (min-width: 765px) {
      .top-container .title {
        font-size: 6rem; } }
    @media (min-width: 1024px) {
      .top-container .title {
        font-size: 10rem; } }
    @media (min-width: 1500px) {
      .top-container .title {
        font-size: 15rem; } }
  .top-container .home-finder {
    margin-top: 2rem;
    width: 90%; }
    @media (min-width: 765px) {
      .top-container .home-finder {
        width: 90%; } }
    @media (min-width: 1024px) {
      .top-container .home-finder {
        width: 40%; } }
    @media (min-width: 1500px) {
      .top-container .home-finder {
        width: 40%; } }
    .top-container .home-finder input, .top-container .home-finder .wp_autosearch_input, .top-container .home-finder .ac_input {
      background-color: transparent;
      border-radius: 4rem;
      padding: 1rem;
      border: 1px solid white;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }
      .top-container .home-finder input:focus, .top-container .home-finder .wp_autosearch_input:focus, .top-container .home-finder .ac_input:focus {
        outline: none; }
    .top-container .home-finder ::-webkit-input-placeholder {
      /* Edge */
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }
    .top-container .home-finder :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }
    .top-container .home-finder ::placeholder {
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }
  .top-container .surfcitycta {
    margin-top: 2rem;
    color: white;
    font-size: 2rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .top-container .surfcitycta img {
      width: 30px !important;
      height: auto;
      margin: 1rem; }

.wizardinfosys_autosearch_wrapper {
  width: 90%; }
  @media (min-width: 765px) {
    .wizardinfosys_autosearch_wrapper {
      width: 90%; } }
  @media (min-width: 1024px) {
    .wizardinfosys_autosearch_wrapper {
      width: 40%; } }
  @media (min-width: 1500px) {
    .wizardinfosys_autosearch_wrapper {
      width: 40%; } }
  .wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper {
    background-color: transparent !important;
    border: 1px solid white !important;
    border-radius: 4rem; }
    .wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper input {
      background-color: transparent !important;
      text-align: center;
      color: white !important;
      font-size: 4rem;
      font-family: museo100; }
    .wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper ::-webkit-input-placeholder {
      /* Edge */
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }
    .wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }
    .wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper ::placeholder {
      text-align: center;
      color: white;
      font-size: 4rem;
      font-family: museo100; }

.wp_autosearch_suggestions {
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-top: 3rem;
  width: 90%; }
  @media (min-width: 765px) {
    .wp_autosearch_suggestions {
      width: 90%; } }
  @media (min-width: 1024px) {
    .wp_autosearch_suggestions {
      width: 40%; } }
  @media (min-width: 1500px) {
    .wp_autosearch_suggestions {
      width: 40%; } }
  .wp_autosearch_suggestions ul {
    background-color: transparent !important; }
    .wp_autosearch_suggestions ul .wps_even, .wp_autosearch_suggestions ul .wps_odd {
      background-color: transparent !important; }
      .wp_autosearch_suggestions ul .wps_even a, .wp_autosearch_suggestions ul .wps_even *, .wp_autosearch_suggestions ul .wps_odd a, .wp_autosearch_suggestions ul .wps_odd * {
        color: #004c9a !important;
        font-family: museo300; }

.grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media (min-width: 765px) {
    .grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .grid .item {
    position: relative;
    padding-bottom: 80%;
    /* 16:9 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 2rem 0; }
    .grid .item:hover .step {
      background-color: rgba(0, 0, 0, 0.05); }
    .grid .item .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 3rem;
      font-family: museo700;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.4);
      color: white;
      cursor: pointer;
      transition: background-color 0.3s; }
      .grid .item .inner:hover {
        background-color: rgba(0, 0, 0, 0.5); }
    .grid .item .step {
      height: 30px;
      background-color: #dedede;
      position: relative;
      top: -50px;
      background-color: transparent;
      transition: background-color 0.3s; }

.biosecurity {
  margin: 6rem 0;
  padding: 0 2rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 2.5rem; }
  @media (min-width: 765px) {
    .biosecurity {
      flex-flow: column nowrap; } }
  @media (min-width: 1024px) {
    .biosecurity {
      flex-flow: row nowrap; } }
  @media (min-width: 1500px) {
    .biosecurity {
      flex-flow: row nowrap; } }
  .biosecurity div, .biosecurity img {
    margin: 0 0.5rem;
    text-align: center;
    margin: 0.3rem; }
    @media (min-width: 765px) {
      .biosecurity div, .biosecurity img {
        margin: 0.3rem; } }
    @media (min-width: 1024px) {
      .biosecurity div, .biosecurity img {
        margin: 1rem; } }
    @media (min-width: 1500px) {
      .biosecurity div, .biosecurity img {
        margin: 1rem; } }
  .biosecurity img {
    width: 70px !important;
    height: auto;
    animation: rotation 5s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.main-slide-container {
  position: relative;
  width: 100%;
  max-width: 90vw; }
  .main-slide-container .slide-title {
    color: white;
    font-family: museo900;
    font-size: 5rem;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%; }

.intragram-banner {
  margin: 6rem 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 3rem; }
  @media (min-width: 765px) {
    .intragram-banner {
      flex-flow: column nowrap; } }
  @media (min-width: 1024px) {
    .intragram-banner {
      flex-flow: row nowrap; } }
  @media (min-width: 1500px) {
    .intragram-banner {
      flex-flow: row nowrap; } }
  .intragram-banner div, .intragram-banner b, .intragram-banner img {
    margin: 0 0.5rem;
    text-align: center;
    margin: 0.3rem; }
    @media (min-width: 765px) {
      .intragram-banner div, .intragram-banner b, .intragram-banner img {
        margin: 0.3rem; } }
    @media (min-width: 1024px) {
      .intragram-banner div, .intragram-banner b, .intragram-banner img {
        margin: 1rem; } }
    @media (min-width: 1500px) {
      .intragram-banner div, .intragram-banner b, .intragram-banner img {
        margin: 1rem; } }
  .intragram-banner img {
    width: 70px !important;
    height: auto; }

.map-and-services-container {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .map-and-services-container {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .map-and-services-container {
      grid-template-columns: 20% 80%; } }
  @media (min-width: 1500px) {
    .map-and-services-container {
      grid-template-columns: 20% 80%; } }
  .map-and-services-container .right, .map-and-services-container .left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .map-and-services-container img {
    width: 100%;
    height: auto; }
  .map-and-services-container .left {
    padding-bottom: 100%; }
  .map-and-services-container .right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 3rem 0 0 0;
    padding: 30% 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 765px) {
      .map-and-services-container .right {
        margin: 3rem 0 0 0; } }
    @media (min-width: 1024px) {
      .map-and-services-container .right {
        margin: 0 0 0 3rem; } }
    @media (min-width: 1500px) {
      .map-and-services-container .right {
        margin: 0 0 0 3rem; } }
    @media (min-width: 765px) {
      .map-and-services-container .right {
        padding: 30% 0; } }
    @media (min-width: 1024px) {
      .map-and-services-container .right {
        padding: 0; } }
    @media (min-width: 1500px) {
      .map-and-services-container .right {
        padding: 0; } }
    .map-and-services-container .right .data-container {
      color: white;
      font-size: 4rem;
      width: 90%;
      margin: 0; }
      @media (min-width: 765px) {
        .map-and-services-container .right .data-container {
          width: 90%; } }
      @media (min-width: 1024px) {
        .map-and-services-container .right .data-container {
          width: 60%; } }
      @media (min-width: 1500px) {
        .map-and-services-container .right .data-container {
          width: 60%; } }
      @media (min-width: 765px) {
        .map-and-services-container .right .data-container {
          margin: 0; } }
      @media (min-width: 1024px) {
        .map-and-services-container .right .data-container {
          margin: 4rem; } }
      @media (min-width: 1500px) {
        .map-and-services-container .right .data-container {
          margin: 4rem; } }
      .map-and-services-container .right .data-container form {
        margin-top: 2rem;
        width: 100% !important;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .map-and-services-container .right .data-container form select {
          width: 80%;
          background-color: transparent;
          border: 1px solid white;
          border-radius: 2rem;
          padding: 0.5rem;
          color: white;
          font-family: museo300;
          font-size: 2rem;
          outline: none; }
          .map-and-services-container .right .data-container form select option {
            width: 100% !important;
            color: #004c9a; }

#streaming_video {
  width: 100%;
  height: auto;
  margin: 4rem 0; }

.loader-container {
  z-index: 99999 !important;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .loader-container img {
    width: 200px;
    height: auto; }

.service-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media (min-width: 765px) {
    .service-banner {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .service-banner {
      height: 50vh; } }
  @media (min-width: 1500px) {
    .service-banner {
      height: 60vh; } }
  .service-banner img {
    width: 30%;
    height: auto; }
    @media (min-width: 765px) {
      .service-banner img {
        width: 10%; } }
    @media (min-width: 1024px) {
      .service-banner img {
        width: 8%; } }
    @media (min-width: 1500px) {
      .service-banner img {
        width: 5%; } }
  .service-banner h1 {
    color: white !important;
    text-transform: uppercase;
    font-size: 6rem;
    font-family: museo900; }

.text {
  font-size: 2rem;
  margin: 3rem 0; }
  .text h1 {
    padding: 3rem;
    background-color: #dedede;
    text-transform: uppercase;
    text-align: center;
    margin: 3rem 0; }
  .text p {
    position: relative;
    width: 90%;
    left: 5%; }
    @media (min-width: 765px) {
      .text p {
        width: 90%; } }
    @media (min-width: 1024px) {
      .text p {
        width: 80%; } }
    @media (min-width: 1500px) {
      .text p {
        width: 80%; } }
    @media (min-width: 765px) {
      .text p {
        left: 5%; } }
    @media (min-width: 1024px) {
      .text p {
        left: 10%; } }
    @media (min-width: 1500px) {
      .text p {
        left: 10%; } }

.service {
  display: grid;
  grid-template-columns: 1fr;
  padding: 3rem;
  border-bottom: 1px solid #dedede; }
  @media (min-width: 765px) {
    .service {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .service {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .service {
      grid-template-columns: 1fr 1fr 1fr; } }
  .service .item {
    padding: 2rem; }
    .service .item .data div {
      margin: 1rem 0; }
      .service .item .data div b {
        font-weight: bold;
        font-family: museo300; }
  .service .titles {
    display: flex;
    align-items: center; }
    .service .titles h1 {
      max-width: 50%;
      font-size: 3rem;
      text-transform: uppercase; }
      @media (min-width: 765px) {
        .service .titles h1 {
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .service .titles h1 {
          font-size: 2rem; } }
      @media (min-width: 1500px) {
        .service .titles h1 {
          font-size: 2rem; } }
    .service .titles img {
      width: 50px; }
      @media (min-width: 765px) {
        .service .titles img {
          width: 50px; } }
      @media (min-width: 1024px) {
        .service .titles img {
          width: 40px; } }
      @media (min-width: 1500px) {
        .service .titles img {
          width: 50px; } }

.pagination {
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  .pagination .page-numbers {
    padding: 1rem 2rem;
    background-color: #dedede;
    color: #004c9a;
    font-size: 3rem;
    margin: 0.5rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s; }
    .pagination .page-numbers:hover {
      background-color: #004c9a;
      color: white; }

.not-found-container {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .not-found-container video {
    width: 50%;
    height: 80vh; }

.section-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60vh; }
  @media (min-width: 765px) {
    .section-banner {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .section-banner {
      height: 50vh; } }
  @media (min-width: 1500px) {
    .section-banner {
      height: 60vh; } }
  @media (min-width: 765px) {
    .section-banner {
      height: 60vh; } }
  @media (min-width: 1024px) {
    .section-banner {
      height: 70vh; } }
  @media (min-width: 1500px) {
    .section-banner {
      height: 80vh; } }
  .section-banner .title {
    color: white !important;
    text-transform: uppercase;
    font-size: 6rem;
    font-family: museo900; }
  .section-banner .section-img {
    width: 80%;
    height: auto; }
    @media (min-width: 765px) {
      .section-banner .section-img {
        width: 80%; } }
    @media (min-width: 1024px) {
      .section-banner .section-img {
        width: 30%; } }
    @media (min-width: 1500px) {
      .section-banner .section-img {
        width: 30%; } }
  .section-banner .play {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/play.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 30px;
    cursor: pointer; }
    @media (min-width: 765px) {
      .section-banner .play {
        width: 40px; } }
    @media (min-width: 1024px) {
      .section-banner .play {
        width: 40px; } }
    @media (min-width: 1500px) {
      .section-banner .play {
        width: 50px; } }
    @media (min-width: 765px) {
      .section-banner .play {
        height: 40px; } }
    @media (min-width: 1024px) {
      .section-banner .play {
        height: 40px; } }
    @media (min-width: 1500px) {
      .section-banner .play {
        height: 50px; } }

.video-container {
  z-index: 99999 !important;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none; }
  .video-container .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    width: 30px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s; }
    .video-container .close:hover {
      opacity: 0.5; }
  .video-container video {
    width: 90%;
    height: auto; }
    @media (min-width: 765px) {
      .video-container video {
        width: 90%; } }
    @media (min-width: 1024px) {
      .video-container video {
        width: 90%; } }
    @media (min-width: 1500px) {
      .video-container video {
        width: 90%; } }

.content {
  margin-top: 3rem; }

.zones-title {
  margin: 5rem;
  text-align: center;
  font-size: 3rem;
  font-family: museo900;
  text-transform: uppercase; }
  .zones-title span {
    font-family: museo300; }
  .zones-title img {
    width: 30px;
    height: auto; }
    @media (min-width: 765px) {
      .zones-title img {
        width: 30px; } }
    @media (min-width: 1024px) {
      .zones-title img {
        width: 30px; } }
    @media (min-width: 1500px) {
      .zones-title img {
        width: 30px; } }

.destinations {
  display: flex;
  flex-flow: column-reverse nowrap; }
  .destinations .destination-grid {
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 765px) {
      .destinations .destination-grid {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1024px) {
      .destinations .destination-grid {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1500px) {
      .destinations .destination-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .destinations .destination-grid .destination {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding-bottom: 60%;
      margin: 2rem;
      position: relative; }
      .destinations .destination-grid .destination .inner-destination {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 3rem;
        font-family: museo700;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        cursor: pointer;
        transition: background-color 0.3s; }
        @media (min-width: 765px) {
          .destinations .destination-grid .destination .inner-destination {
            font-size: 3rem; } }
        @media (min-width: 1024px) {
          .destinations .destination-grid .destination .inner-destination {
            font-size: 3rem; } }
        @media (min-width: 1500px) {
          .destinations .destination-grid .destination .inner-destination {
            font-size: 3rem; } }
        .destinations .destination-grid .destination .inner-destination:hover {
          background-color: rgba(0, 0, 0, 0.5); }

.destination-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50vh; }
  @media (min-width: 765px) {
    .destination-banner {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .destination-banner {
      height: 50vh; } }
  @media (min-width: 1500px) {
    .destination-banner {
      height: 60vh; } }
  @media (min-width: 765px) {
    .destination-banner {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .destination-banner {
      height: 90vh; } }
  @media (min-width: 1500px) {
    .destination-banner {
      height: 90vh; } }
  .destination-banner .title {
    color: white !important;
    text-transform: uppercase;
    font-size: 6rem;
    font-family: museo900; }

.experience-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50vh;
  background-size: contain !important; }
  @media (min-width: 765px) {
    .experience-banner {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .experience-banner {
      height: 50vh; } }
  @media (min-width: 1500px) {
    .experience-banner {
      height: 60vh; } }
  @media (min-width: 765px) {
    .experience-banner {
      height: 50vh; } }
  @media (min-width: 1024px) {
    .experience-banner {
      height: 90vh; } }
  @media (min-width: 1500px) {
    .experience-banner {
      height: 90vh; } }
  @media (min-width: 765px) {
    .experience-banner {
      background-size: contain !important; } }
  @media (min-width: 1024px) {
    .experience-banner {
      background-size: cover !important; } }
  @media (min-width: 1500px) {
    .experience-banner {
      background-size: cover !important; } }
  .experience-banner .title {
    color: white !important;
    text-transform: uppercase;
    font-size: 6rem;
    font-family: museo900; }

.slider-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 90vw; }
  .slider-container .basic-slide {
    width: 100%; }
    .slider-container .basic-slide .slide {
      height: 60vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (min-width: 765px) {
        .slider-container .basic-slide .slide {
          height: 60vh; } }
      @media (min-width: 1024px) {
        .slider-container .basic-slide .slide {
          height: 60vh; } }
      @media (min-width: 1500px) {
        .slider-container .basic-slide .slide {
          height: 60vh; } }
  .slider-container .slick-next, .slider-container .slick-prev {
    right: 2rem !important;
    z-index: 99999;
    box-shadow: none;
    text-shadow: none; }
  .slider-container .slick-prev::before, .slider-container .slick-next::before {
    font-size: 3rem; }
  .slider-container .slick-prev {
    left: 2rem !important; }

.content-container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .content-container {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .content-container {
      grid-template-columns: 60% 40%; } }
  @media (min-width: 1500px) {
    .content-container {
      grid-template-columns: 60% 40%; } }
  .content-container .content {
    text-align: justify;
    margin: 0;
    font-size: 2rem; }
    @media (min-width: 765px) {
      .content-container .content {
        margin: 0; } }
    @media (min-width: 1024px) {
      .content-container .content {
        margin: 0 3rem; } }
    @media (min-width: 1500px) {
      .content-container .content {
        margin: 0 5rem; } }
    .content-container .content > h1:first-of-type {
      margin: 0;
      text-align: left;
      font-size: 3rem;
      font-family: museo900;
      text-transform: uppercase; }
      .content-container .content > h1:first-of-type img {
        width: 30px;
        height: auto; }
        @media (min-width: 765px) {
          .content-container .content > h1:first-of-type img {
            width: 30px; } }
        @media (min-width: 1024px) {
          .content-container .content > h1:first-of-type img {
            width: 30px; } }
        @media (min-width: 1500px) {
          .content-container .content > h1:first-of-type img {
            width: 30px; } }
      .content-container .content > h1:first-of-type span {
        font-family: museo300 !important; }

.services-container {
  padding: 0;
  padding-top: 0 !important; }
  @media (min-width: 765px) {
    .services-container {
      padding: 0; } }
  @media (min-width: 1024px) {
    .services-container {
      padding: 3rem; } }
  @media (min-width: 1500px) {
    .services-container {
      padding: 8rem; } }
  .services-container .square_service {
    cursor: pointer;
    position: relative;
    padding-bottom: 80%;
    margin: 2rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 765px) {
      .services-container .square_service {
        margin: 2rem 0; } }
    @media (min-width: 1024px) {
      .services-container .square_service {
        margin: 0 2rem 2rem 2rem; } }
    @media (min-width: 1500px) {
      .services-container .square_service {
        margin: 0 2rem 2rem 2rem; } }
    .services-container .square_service .inner-service {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 2rem;
      text-transform: uppercase;
      font-family: museo700;
      color: white; }
      .services-container .square_service .inner-service img {
        width: 20%;
        height: auto; }
        @media (min-width: 765px) {
          .services-container .square_service .inner-service img {
            width: 20%; } }
        @media (min-width: 1024px) {
          .services-container .square_service .inner-service img {
            width: 20%; } }
        @media (min-width: 1500px) {
          .services-container .square_service .inner-service img {
            width: 20%; } }
      @media (min-width: 765px) {
        .services-container .square_service .inner-service {
          font-size: 2rem; } }
      @media (min-width: 1024px) {
        .services-container .square_service .inner-service {
          font-size: 2rem; } }
      @media (min-width: 1500px) {
        .services-container .square_service .inner-service {
          font-size: 4rem; } }
  .services-container .searcher {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .services-container .searcher .wizardinfosys_autosearch_wrapper {
      width: 80%  !important;
      margin-top: 3rem; }
    .services-container .searcher form {
      width: 100%  !important; }
    .services-container .searcher input, .services-container .searcher .wp_autosearch_input, .services-container .searcher .ac_input {
      background-color: transparent;
      border-radius: 4rem;
      padding: 1rem;
      border: 1px solid #004c9a !important;
      width: 100%  !important;
      width: 100%;
      text-align: center;
      color: #004c9a !important;
      font-size: 2rem !important;
      font-family: museo100;
      width: 100%; }
      .services-container .searcher input:focus, .services-container .searcher .wp_autosearch_input:focus, .services-container .searcher .ac_input:focus {
        outline: none; }
    .services-container .searcher ::-webkit-input-placeholder {
      /* Edge */
      text-align: center;
      color: #004c9a;
      font-size: 2rem !important;
      font-family: museo100; }
    .services-container .searcher :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      text-align: center;
      color: #004c9a;
      font-size: 2rem !important;
      font-family: museo100; }
    .services-container .searcher ::placeholder {
      text-align: center;
      color: #004c9a;
      font-size: 2rem !important;
      font-family: museo100; }

.experiences-banner {
  margin: 6rem 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 765px) {
    .experiences-banner {
      flex-flow: column nowrap; } }
  @media (min-width: 1024px) {
    .experiences-banner {
      flex-flow: row nowrap; } }
  @media (min-width: 1500px) {
    .experiences-banner {
      flex-flow: row nowrap; } }
  .experiences-banner b {
    font-weight: bold;
    font-family: museo900; }
    .experiences-banner b span {
      color: #01b0f1; }

.expriences-container {
  margin: 6rem 0;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .expriences-container {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .expriences-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .expriences-container {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  .expriences-container .experience {
    background-color: #004c9a;
    color: white;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
    margin: 1rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .expriences-container .experience:hover {
      background-color: #01b0f1; }

.title-experience {
  text-align: center;
  margin: 1rem;
  text-transform: uppercase; }
  @media (min-width: 765px) {
    .title-experience {
      margin: 1rem; } }
  @media (min-width: 1024px) {
    .title-experience {
      margin: 4rem; } }
  @media (min-width: 1500px) {
    .title-experience {
      margin: 6rem; } }
  .title-experience h1 {
    font-family: museo900;
    font-size: 3rem; }
    @media (min-width: 765px) {
      .title-experience h1 {
        font-size: 3rem; } }
    @media (min-width: 1024px) {
      .title-experience h1 {
        font-size: 4rem; } }
    @media (min-width: 1500px) {
      .title-experience h1 {
        font-size: 6rem; } }
  .title-experience h2 {
    font-weight: normal;
    font-size: 2rem; }
    @media (min-width: 765px) {
      .title-experience h2 {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .title-experience h2 {
        font-size: 3rem; } }
    @media (min-width: 1500px) {
      .title-experience h2 {
        font-size: 4rem; } }

.text-experience {
  text-align: justify;
  font-size: 2rem; }

.services-experience {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .services-experience {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .services-experience {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .services-experience {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .services-experience .square_service {
    cursor: pointer;
    position: relative;
    padding-bottom: 80%;
    margin: 2rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 765px) {
      .services-experience .square_service {
        margin: 2rem 0; } }
    @media (min-width: 1024px) {
      .services-experience .square_service {
        margin: 0 2rem 2rem 2rem; } }
    @media (min-width: 1500px) {
      .services-experience .square_service {
        margin: 0 2rem 2rem 2rem; } }
    .services-experience .square_service .inner-service {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 4rem;
      text-transform: uppercase;
      font-family: museo700;
      color: white; }
      .services-experience .square_service .inner-service img {
        width: 20%;
        height: auto; }
        @media (min-width: 765px) {
          .services-experience .square_service .inner-service img {
            width: 20%; } }
        @media (min-width: 1024px) {
          .services-experience .square_service .inner-service img {
            width: 20%; } }
        @media (min-width: 1500px) {
          .services-experience .square_service .inner-service img {
            width: 20%; } }
      @media (min-width: 765px) {
        .services-experience .square_service .inner-service {
          font-size: 4rem; } }
      @media (min-width: 1024px) {
        .services-experience .square_service .inner-service {
          font-size: 2rem; } }
      @media (min-width: 1500px) {
        .services-experience .square_service .inner-service {
          font-size: 4rem; } }

.news-container {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .news-container {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .news-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .news-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .news-container .new {
    margin: 2rem;
    text-align: center; }
    .news-container .new a {
      color: #004c9a;
      font-family: museo700; }
      .news-container .new a span {
        color: #01b0f1; }

.new-content {
  column-count: 1;
  margin: 3rem 0;
  column-gap: 5rem; }
  @media (min-width: 765px) {
    .new-content {
      column-count: 1; } }
  @media (min-width: 1024px) {
    .new-content {
      column-count: 2; } }
  @media (min-width: 1500px) {
    .new-content {
      column-count: 2; } }

.contact-container {
  margin: 8rem 0;
  text-align: center; }
  .contact-container h1 {
    font-family: museo900;
    text-transform: capitalize;
    font-size: 5rem; }
  .contact-container .sub-title {
    font-size: 3rem;
    font-family: museo300;
    margin-bottom: 3rem; }
  .contact-container b {
    font-family: museo900; }
  .contact-container .data {
    line-height: 4rem;
    font-size: 2.5rem; }
    .contact-container .data a, .contact-container .data span {
      color: #354390; }
    .contact-container .data span {
      font-family: museo900; }

.cta-news {
  text-align: center; }
  .cta-news a {
    background-color: #01b0f1;
    color: white;
    padding: 1rem 2rem;
    margin: 2rem;
    font-size: 2rem;
    text-transform: uppercase; }

.special-title {
  color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .special-title .prev-title {
    font-size: 3rem;
    text-transform: uppercase; }
  .special-title .title {
    text-transform: uppercase;
    line-height: 8rem;
    font-size: 6rem !important; }
    @media (min-width: 765px) {
      .special-title .title {
        font-size: 6rem !important; } }
    @media (min-width: 1024px) {
      .special-title .title {
        font-size: 10rem !important; } }
    @media (min-width: 1500px) {
      .special-title .title {
        font-size: 10rem !important; } }
  .special-title .desc {
    width: 90%;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 2rem; }
    @media (min-width: 765px) {
      .special-title .desc {
        width: 90%; } }
    @media (min-width: 1024px) {
      .special-title .desc {
        width: 70%; } }
    @media (min-width: 1500px) {
      .special-title .desc {
        width: 50%; } }

.biosecurity-container .cat {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  font-size: 5rem;
  color: white;
  font-family: museo900;
  text-align: center;
  margin: 4rem 0; }
  @media (min-width: 765px) {
    .biosecurity-container .cat {
      font-size: 5rem; } }
  @media (min-width: 1024px) {
    .biosecurity-container .cat {
      font-size: 5rem; } }
  @media (min-width: 1500px) {
    .biosecurity-container .cat {
      font-size: 10rem; } }
  @media (min-width: 765px) {
    .biosecurity-container .cat {
      margin: 4rem 0; } }
  @media (min-width: 1024px) {
    .biosecurity-container .cat {
      margin: 6rem 0; } }
  @media (min-width: 1500px) {
    .biosecurity-container .cat {
      margin: 6rem 0; } }
.biosecurity-container .item-container {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .biosecurity-container .item-container {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .biosecurity-container .item-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .biosecurity-container .item-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .biosecurity-container .item-container .item {
    text-align: center;
    font-family: museo300;
    padding: 4rem 0;
    border-right: 4px solid #dedede; }
    @media (min-width: 765px) {
      .biosecurity-container .item-container .item {
        padding: 4rem 0; } }
    @media (min-width: 1024px) {
      .biosecurity-container .item-container .item {
        padding: 0 4rem; } }
    @media (min-width: 1500px) {
      .biosecurity-container .item-container .item {
        padding: 0 4rem; } }
    .biosecurity-container .item-container .item .icon {
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-size: 50%; }
.biosecurity-container .main-slide-container {
  margin: 8rem 0; }

.biosecurity-cta {
  margin: 8rem 0;
  text-align: center; }
  .biosecurity-cta a {
    background-color: #01b0f1;
    color: white;
    padding: 1rem 3rem; }

.charts {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 765px) {
    .charts {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .charts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1500px) {
    .charts {
      grid-template-columns: 1fr 1fr 1fr; } }
  .charts div {
    padding: 5rem; }

.my-video-container video {
  width: 100% !important;
  height: auto; }

.video-background {
  position: relative;
  height: auto; }
  @media (min-width: 765px) {
    .video-background {
      height: auto; } }
  @media (min-width: 1024px) {
    .video-background {
      height: 100vh; } }
  @media (min-width: 1500px) {
    .video-background {
      height: 100vh; } }
  .video-background .video video {
    width: 100%;
    height: auto; }
  .video-background .data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding-top: 5rem; }
    .video-background .data .title {
      font-size: 5rem;
      text-transform: uppercase;
      font-weight: bolder;
      font-family: museo900;
      color: white;
      mix-blend-mode: overlay; }
      @media (min-width: 765px) {
        .video-background .data .title {
          font-size: 5rem; } }
      @media (min-width: 1024px) {
        .video-background .data .title {
          font-size: 8rem; } }
      @media (min-width: 1500px) {
        .video-background .data .title {
          font-size: 8rem; } }
    .video-background .data .home-finder {
      margin-top: 2rem;
      width: 90%; }
      .video-background .data .home-finder .wp_autosearch_submit {
        display: none !important; }
      @media (min-width: 765px) {
        .video-background .data .home-finder {
          width: 90%; } }
      @media (min-width: 1024px) {
        .video-background .data .home-finder {
          width: 40%; } }
      @media (min-width: 1500px) {
        .video-background .data .home-finder {
          width: 40%; } }
      .video-background .data .home-finder input, .video-background .data .home-finder .wp_autosearch_input, .video-background .data .home-finder .ac_input {
        background-color: transparent;
        border-radius: 4rem;
        padding: 1rem;
        border: 1px solid white;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 4rem;
        font-family: museo100; }
        .video-background .data .home-finder input:focus, .video-background .data .home-finder .wp_autosearch_input:focus, .video-background .data .home-finder .ac_input:focus {
          outline: none; }
      .video-background .data .home-finder ::-webkit-input-placeholder {
        /* Edge */
        text-align: center;
        color: white;
        font-size: 4rem;
        font-family: museo100; }
      .video-background .data .home-finder :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-align: center;
        color: white;
        font-size: 4rem;
        font-family: museo100; }
      .video-background .data .home-finder ::placeholder {
        text-align: center;
        color: white;
        font-size: 4rem;
        font-family: museo100; }
    .video-background .data .surfcitycta {
      margin-top: 2rem;
      color: white;
      font-size: 2rem;
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .video-background .data .surfcitycta img {
        width: 30px !important;
        height: auto;
        margin: 1rem; }
  .video-background #safe-travels {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 5%;
    display: none; }
    @media (min-width: 765px) {
      .video-background #safe-travels {
        width: 30%; } }
    @media (min-width: 1024px) {
      .video-background #safe-travels {
        width: 20%; } }
    @media (min-width: 1500px) {
      .video-background #safe-travels {
        width: 20%; } }
    @media (min-width: 765px) {
      .video-background #safe-travels {
        left: 5%; } }
    @media (min-width: 1024px) {
      .video-background #safe-travels {
        left: 40%; } }
    @media (min-width: 1500px) {
      .video-background #safe-travels {
        left: 40%; } }
    @media (min-width: 765px) {
      .video-background #safe-travels {
        display: none; } }
    @media (min-width: 1024px) {
      .video-background #safe-travels {
        display: block; } }
    @media (min-width: 1500px) {
      .video-background #safe-travels {
        display: block; } }

.safetravel {
  display: block;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media (min-width: 765px) {
    .safetravel {
      display: block; } }
  @media (min-width: 1024px) {
    .safetravel {
      display: none; } }
  @media (min-width: 1500px) {
    .safetravel {
      display: none; } }
  .safetravel img {
    width: 30%;
    height: auto; }

.out {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem; }
  @media (min-width: 765px) {
    .out {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .out {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1500px) {
    .out {
      grid-template-columns: 1fr 1fr; } }
  .out img {
    width: 100%;
    height: auto;
    cursor: pointer; }

* {
  box-sizing: border-box !important; }

body {
  font-family: museo100 !important;
  color: #004c9a;
  margin: 0;
  font-family: 'Roboto', sans-serif; }

.my-container {
  position: relative;
  width: 90%;
  left: 5%; }
  @media (min-width: 765px) {
    .my-container {
      width: 90%; } }
  @media (min-width: 1024px) {
    .my-container {
      width: 80%; } }
  @media (min-width: 1500px) {
    .my-container {
      width: 80%; } }
  @media (min-width: 765px) {
    .my-container {
      left: 5%; } }
  @media (min-width: 1024px) {
    .my-container {
      left: 10%; } }
  @media (min-width: 1500px) {
    .my-container {
      left: 10%; } }

.no-mobile {
  display: none; }
  @media (min-width: 765px) {
    .no-mobile {
      display: none; } }
  @media (min-width: 1024px) {
    .no-mobile {
      display: block; } }
  @media (min-width: 1500px) {
    .no-mobile {
      display: block; } }

.no-pc {
  display: block; }
  @media (min-width: 765px) {
    .no-pc {
      display: block; } }
  @media (min-width: 1024px) {
    .no-pc {
      display: none; } }
  @media (min-width: 1500px) {
    .no-pc {
      display: none; } }

.flex {
  display: flex !important; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: museo700;
  font-weight: bolder;
  margin: 0.5rem;
  color: #004c9a !important; }

a {
  color: #01b0f1;
  text-decoration: none;
  font-weight: bold; }

.button2, .button3 {
  text-transform: uppercase;
  margin-top: 2rem;
  border: 1px solid #004c9a;
  display: inline-block;
  padding: 1rem;
  border-radius: 2rem;
  cursor: pointer; }
  .button2:hover, .button3:hover {
    border: 1px solid #01b0f1; }

.button3 {
  border: 1px solid white; }

.simple-cta {
  text-align: center;
  font-size: 3rem;
  margin: 3rem;
  font-weight: bolder; }

.sub-title {
  font-weight: bolder;
  font-family: museo700;
  font-size: 4rem; }

.blue {
  color: #01b0f1; }

button.wp_autosearch_submit {
  background: transparent !important;
  display: none !important;
  border: none !important;
  outline: none !important; }

.entry-requirements {
  margin: 6rem 0; }
  .entry-requirements h1, .entry-requirements h2 {
    margin: 3rem 0;
    text-align: center; }

/*# sourceMappingURL=index.css.map */
