@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}.fixed-tabs {
  background-color: transparent;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.fixed-tabs .fixed-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.fixed-tabs .fixed-tabs-list > li {
  display: inline-block;
  margin-right: -5px;
}
.fixed-tabs .fixed-tabs-list > li:first-child a::after {
  display: none;
}
.fixed-tabs .fixed-tabs-list a {
  position: relative;
  display: block;
  padding: 16px 23px;
  background: #12D1C5;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.2rem;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 0px;
  transition: 0.3s background-color ease-out;
}
.fixed-tabs .fixed-tabs-list a::selection {
  background: rgba(6, 123, 147, 0.4);
}
.fixed-tabs .fixed-tabs-list a:hover {
  background: #f5f5f5;
  color: #333;
}
.fixed-tabs .fixed-tabs-list a:hover::after {
  opacity: 0;
}
.fixed-tabs .fixed-tabs-list a::after {
  content: "";
  background-color: #FFF;
  width: 1px;
  display: block;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  opacity: 0.6;
  z-index: 1;
  transition: 0.3s opacity ease-out;
}
.fixed-tabs .fixed-tabs-list a.active {
  background-color: #FFF;
  color: #333;
  box-shadow: 0 1px 0 #e8e8e8 inset, 1px 0 0 #e8e8e8 inset, 1px 0 0 #e8e8e8 inset;
}
.fixed-tabs .fixed-tabs-list a.active::after {
  opacity: 0;
}
@media (max-width: 767px) {
  .fixed-tabs .fixed-tabs-list a {
    padding: 17px 9px;
  }
}
.fixed-tabs.tabs-intersecting .fixed-tabs-more {
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 0;
}
.fixed-tabs.tabs-intersecting .fixed-tabs-more a {
  padding-right: 33px;
}
.fixed-tabs.tabs-intersecting .fixed-tabs-more::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
}
.fixed-tabs.tabs-intersecting .fixed-tabs-more svg {
  display: none;
}
.fixed-tabs.tabs-intersecting .fixed-tabs-list-item.tab-last {
  padding-right: 90px;
}
@media (max-width: 767px) {
  .fixed-tabs.tabs-intersecting .fixed-tabs-list-item.tab-last {
    padding-right: 69px;
  }
}
@media (min-width: 480px) {
  .fixed-tabs.tabs-intersecting .fixed-tabs-list-item.tab-hidden:first-child {
    visibility: visible !important;
    position: relative;
  }
}
.fixed-tabs .fixed-tabs-more {
  display: none !important;
}
.fixed-tabs .fixed-tabs-more:hover .fixed-tabs-sub-menu,
.fixed-tabs .fixed-tabs-more:focus .fixed-tabs-sub-menu,
.fixed-tabs .fixed-tabs-more:active .fixed-tabs-sub-menu,
.fixed-tabs .fixed-tabs-more:active:focus .fixed-tabs-sub-menu {
  transform: scale(1);
}
.fixed-tabs .fixed-tabs-sub-menu {
  transform: scale(0);
  position: absolute;
  top: 100%;
  right: -5px;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.fixed-tabs .fixed-tabs-sub-menu:focus-within {
  transform: scale(1);
}
.fixed-tabs .fixed-tabs-sub-menu li {
  text-align: left;
}
.fixed-tabs .fixed-tabs-sub-menu li a::after {
  content: "";
  left: 18px;
  right: 18px;
  bottom: 0;
  top: auto;
  width: auto;
  height: 1px;
}
.fixed-tabs .fixed-tabs-sub-menu li:last-child a::after {
  display: none;
}
.fixed-tabs .tab-hidden {
  visibility: hidden;
  position: absolute;
}
.fixed-tabs .tab-gone {
  display: none !important;
}
.destinations-nav-bar {
  margin-bottom: 70px;
}
.destinations-nav-bar + .grey-article {
  padding-top: 60px;
  margin-top: -70px;
}
.destinations-nav-bar + .rb-breadcrumbs .rb-breadcrumbs-container {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .destinations-nav-bar {
    margin-bottom: 40px;
  }
}
.rb-hero-banner + .destinations-nav-bar {
  margin-top: -78px;
}
@media (max-width: 767px) {
  .rb-hero-banner + .destinations-nav-bar {
    margin-top: -80px;
  }
}


/*# sourceMappingURL=nav-bar-styles.css.map */