body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #355a92;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #1db6bd;
}

.navbar {
  height: 80px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navlink {
  color: #1db6bd;
  text-transform: uppercase;
  border-bottom: 5px solid #fff;
  padding-top: 42px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .35s ease-in-out;
}

.navlink:hover, .navlink.w--current {
  color: #355a92;
  border-bottom-color: #355a92;
}

.brand-txt {
  float: left;
  color: #1db6bd;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.brand-detail {
  color: #355a92;
  letter-spacing: 2px;
  font-size: 34px;
}

.hero-heading {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
  line-height: 40px;
  display: none;
}

.hero-heading._18 {
  display: none;
}

.heading-detail {
  letter-spacing: 4px;
  font-size: 40px;
}

.hero-subtitle {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.menu-button {
  height: 80px;
  color: #1db6bd;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  font-size: 32px;
  line-height: 40px;
}

.paper-plane {
  font-family: Fontawesome webfont, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.header {
  width: 75%;
  line-height: 30px;
}

.fa-inline {
  margin-left: 5px;
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
  font-weight: 400;
}

.cover-section {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.cover-section.blue-section {
  height: 35vh;
  color: #fff;
  background-color: #355a92;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.cover-section.blue-section.contact {
  height: 25vh;
  background-image: url('../images/shutterstock_539141260.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% -228px, 0 0;
  background-size: auto, auto;
}

.hero-slider-block, .grid-block {
  height: 50%;
  position: relative;
}

.gridrow {
  height: 50%;
  overflow: hidden;
}

.gridcol {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.gridcol.gc1 {
  background-image: url('../images/shutterstock_538339708.jpg');
  overflow: hidden;
}

.gridcol.gc2 {
  background-image: url('../images/shutterstock_536011378.jpg');
  background-position: 50%;
}

.gridcol.gc3 {
  background-image: url('../images/shutterstock_538516267.jpg');
}

.gridcol.gc4 {
  background-image: url('../images/shutterstock_529910893.jpg');
  background-position: 50% 100%;
}

.gridcol.gc5 {
  background-image: url('../images/shutterstock_536333542.jpg');
}

.gridcol.gc6 {
  background-image: url('../images/shutterstock_539451562.jpg');
}

.gridcol.gc7 {
  background-image: url('../images/shutterstock_538857838.jpg');
}

.gridcol.gc8 {
  background-image: url('../images/shutterstock_533237026.jpg');
}

.block-overlay {
  height: 150%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: flex-start;
  padding: 18% 12px 12px;
  transition: all .25s ease-in-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-overlay:hover {
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  padding-top: 8%;
}

.search-block-h1 {
  height: 40px;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.gc-link-block {
  text-align: center;
  padding-bottom: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gc-button {
  color: #fff;
  border: 2px solid #fff;
  margin: 6px;
  padding: 3px 9px;
  font-weight: 400;
  transition: all .25s ease-in-out;
}

.gc-button:hover {
  color: #fff;
  background-color: #1db6bd;
  border-color: #1db6bd;
}

.gcb-icon {
  float: left;
  margin-right: 6px;
  font-family: Fontawesome webfont, sans-serif;
}

.gcb-txt {
  float: left;
}

.hs-content {
  z-index: 5;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.white-footer {
  height: 40px;
  background-color: #fff;
  border-bottom: 6px solid #355a92;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 10px;
  line-height: 34px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.white-footer.relative {
  position: relative;
}

.footer-smedia-button {
  width: 32px;
  color: #355a92;
  text-align: center;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.footer-smedia-button:hover {
  color: #1db6bd;
}

.mini-footer-link {
  color: #355a92;
  margin-left: 6px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.mini-footer-link:hover {
  color: #1db6bd;
}

.smbfooter {
  height: 34px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 300px;
  right: 300px;
}

.block-line {
  width: 60px;
  height: 6px;
  background-color: #1db6bd;
  align-self: center;
  margin-top: 5px;
}

.herovideo {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  color: #355a92;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: block;
}

.section.blue-section {
  color: #fff;
  background-color: #355a92;
  padding-top: 40px;
  padding-bottom: 40px;
}

.embed-search {
  width: auto;
  float: none;
  color: #355a92;
  text-align: left;
  margin-top: 23px;
  display: block;
  position: static;
  overflow: visible;
}

.image-2 {
  margin-top: 11px;
  margin-right: 8px;
  padding-right: 0;
}

.body {
  margin-top: 0;
}

.quick-search {
  color: #fff;
  background-image: linear-gradient(#149019, #149019);
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 10px 20px;
  display: block;
}

.fun-search {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#355a92, #355a92);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.body-2 {
  height: auto;
  color: #fff;
  background-image: linear-gradient(#000, #000);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.build-notice {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container-2 {
  margin-top: 44px;
}

.footer-section {
  margin-top: 40px;
}

.div-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.topsearch {
  background-image: linear-gradient(#903c14, #903c14);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section-3 {
  padding-bottom: 55px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: #fff;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.legal {
  text-align: center;
  margin-top: 99px;
  margin-bottom: 314px;
  font-size: 25px;
}

.container-3 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.body-3 {
  background-color: #000;
}

.icon {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navlink {
    color: #fff;
    border-bottom-style: none;
    margin-bottom: 0;
    padding: 0;
    line-height: 40px;
  }

  .navlink:hover {
    color: #fff;
  }

  .hero-heading {
    flex: none;
    align-self: center;
    font-size: 24px;
    line-height: 24px;
  }

  .hero-heading._18 {
    text-align: left;
    margin-bottom: 50px;
    font-size: 16px;
    display: block;
  }

  .heading-detail {
    font-size: 24px;
  }

  .heading-detail._20 {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .hero-subtitle {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 20px;
  }

  .navmenu {
    width: 280px;
    color: #fff;
    background-color: #1db6bd;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navmenu.mobile {
    background-color: #627ab8;
  }

  .paper-plane {
    width: 40px;
    color: #fff;
    flex: none;
    justify-content: center;
    align-items: center;
    font-family: Fontawesome webfont, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .paper-plane._20 {
    font-size: 20px;
  }

  .paragraph {
    width: 480px;
    margin-top: 27px;
    font-size: 16px;
  }

  .paragraph.header {
    width: 60%;
  }

  .cover-section {
    height: auto;
    padding-bottom: 0;
  }

  .hero-slider-block {
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/travel-background-1469438117cJP.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid-block {
    height: 800px;
  }

  .gridrow {
    height: 400px;
  }

  .gridcol {
    height: 200px;
  }

  .block-overlay:hover {
    padding-top: 60px;
  }

  .search-block-h1 {
    height: 30px;
    font-size: 18px;
  }

  .gc-link-block {
    padding-bottom: 25px;
  }

  .gc-button {
    border-width: 1px;
    font-size: 14px;
  }

  .white-footer {
    display: flex;
    position: relative;
  }

  .smbfooter {
    min-width: 200px;
  }

  .block-line {
    height: 4px;
  }

  .herovideo {
    display: none;
  }

  .embed-search {
    width: 100%;
  }

  .image-2 {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .hero-subtitle {
    font-size: 35px;
  }

  .paragraph {
    width: 480px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
  }

  .grid-block {
    height: auto;
  }

  .gridrow {
    height: 800px;
  }

  .block-overlay {
    padding-top: 15%;
  }

  .white-footer {
    height: 128px;
    color: #355a92;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .smbfooter {
    position: relative;
    left: auto;
    right: auto;
  }

  .embed-search {
    width: 100%;
  }

  .image-2 {
    margin-top: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 0;
  }

  .brand-txt {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 25px;
    display: block;
  }

  .brand-detail {
    font-size: 22px;
  }

  .hero-subtitle {
    width: 90%;
    text-align: center;
    flex: 0 auto;
    margin-top: 36px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 1px;
    font-size: 30px;
    line-height: 35px;
    display: block;
    position: static;
    overflow: visible;
  }

  .menu-button {
    padding-top: 25px;
    padding-bottom: 0;
    display: block;
  }

  .navmenu.mobile {
    background-color: #355a92;
  }

  .paragraph {
    width: auto;
    letter-spacing: 1px;
    margin-top: 28px;
    padding-right: 47px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.header {
    width: 90%;
  }

  .cover-section.blue-section {
    height: 25vh;
  }

  .hero-slider-block {
    height: 350px;
    float: none;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .gridrow {
    height: 800px;
  }

  .block-overlay {
    padding-top: 75px;
  }

  .hs-content {
    z-index: 5;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    flex-direction: row;
    padding-left: 20px;
    display: block;
    position: static;
    overflow: visible;
  }

  .herovideo {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section {
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .embed-search {
    width: 100%;
    margin-top: 20px;
  }

  .image-2 {
    margin-top: 10px;
    margin-right: 0;
  }

  .build-notice {
    font-size: 12px;
  }

  .topsearch {
    margin-top: 8px;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}