/* ================ Nav ================================= */
.nx-menu-top {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 10; }

.nx-menu {
  margin: auto;
  width: 80%;
  padding: 15px; }

.nav-item > .dropdown-menu {
  max-height: 80vh !important;
  overflow-y: scroll; }

.nav-item a {
  font-weight: 700;
  border-bottom: 3px solid rgba(0, 0, 0, 0); }

.nav-item a:hover {
  border-bottom: 3px solid #999999 !important; }

.nav-item.selected a {
  color: #999999;
  border-bottom: 3px solid #999999 !important; }

.selected li a {
  border-bottom-color: rgba(0, 0, 0, 0); }

.nx-menu nav ul li:hover > ul {
  display: block;
  position: absolute;
  z-index: 99; }

.nx-menu nav ul {
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  justify-content: space-evenly !important;
  gap: 0 20px; }

.nx-menu nav ul:after {
  clear: both;
  display: block; }

.nx-menu nav ul li {
  float: left; }

.nx-menu nav ul li.more {
  padding-right: 10px;
  background-image: url(../Images/caret-down.png);
  background-repeat: no-repeat;
  background-position: right 18px top 14px; }

.nx-menu nav ul li a,
.dropdown-toggle {
  padding: 15px 18px !important;
  display: block;
  font-weight: bold;
  font-family: Rubik, sans-serif;
  color: #000000;
  font-size: 1em; }

.nx-menu nav ul li a:hover,
.dropdown-toggle:hover {
  font-weight: bold;
  color: #999999; }

.nx-menu nav ul ul {
  display: none;
  position: absolute;
  line-height: 1.2em;
  min-width: 200px;
  border-radius: 0; }

.nx-menu nav ul ul li {
  float: none;
  position: relative;
  min-width: 200px; }

.nx-menu nav ul ul li.more {
  padding-right: 0;
  background-image: url(../Images/caret-right.png);
  background-repeat: no-repeat;
  background-position: right 10px top 16px; }

.nx-menu nav ul ul ul {
  position: absolute;
  left: 101%;
  top: 0; }

.nx-menu nav ul ul ul li {
  min-width: 200px; }

.dropdown-menu {
  border: none; }

.dropdown-menu li {
  padding: 1rem 1.5rem; }

.dropdown-toggle {
  padding: 0 !important; }

ul.dropdown-menu {
  background: #ffffff;
  font-size: 1em; }

.nx-mobile-menu {
  position: fixed;
  z-index: 10;
  margin: 0;
  background-color: #ffffff;
  padding: 10px 0 0 15px;
  box-shadow: 0 1px 10px #585858;
  width: 100%; }

/* ======================= Headers ================== */
.nx-header {
  background: #5b5b5b;
  font-family: Open Sans, Arial;
  font-size: 1em; }

#homeHead {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden; }

.homeHeadText {
  color: #ffffff;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap; }

/*=============== Color for search box labels (font color has "!important" and cannot be changed off of white) =================*/
.css-uvb88r .MuiInputLabel-shrink,
.css-1srqp5b .MuiInputLabel-shrink {
  background-color: #eeeeee;
  color: #41baff; }

.homeHeadText > div {
  width: 100%; }

.homeHeadText > h1 {
  color: #ffffff !important; }

.homeHeadText > div > div {
  background: none !important;
  border: none !important; }

.homeHeadText form {
  border: 3px solid #ffffff !important;
  padding: 15px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center; }

.homeHeadText form a {
  color: #4ec9aa !important; }

.homeHeadText form a:hover {
  color: #9affe6 !important; }

.homeHeadText > div > div > div > form > div {
  width: 48%; }

.homeHeadText > div > div > div > form > div:last-child {
  flex-direction: row-reverse; }

.homeHeadText > div > div > div > form > div:last-child > a {
  position: initial; }

.interiorHeader {
  padding-bottom: 50px;
  margin: auto;
  padding-top: 175px;
  width: 80%;
  color: #ffffff; }

.interiorHeader > h1 {
  color: #ffffff !important; }

/* ================ Transparent Nav =================== */
.nx-menu {
  background: #ffffff; }

.nx-menu-top {
  background-image: none; }

.nx-menu nav ul li a,
.dropdown-toggle {
  color: #000000; }

/* =================== Page Content ==================== */
.nx-body {
  font-family: Open Sans, Arial;
  color: #000000;
  font-size: 17px;
  line-height: 16px; }

.nx-body a {
  color: #4ec9aa; }

.nx-body a:hover {
  color: #9affe6; }

.nx-page {
  background: #ffffff; }

.nx-body .PageElement-Title,
.nx-body h1,
.nx-body h2,
.nx-body h3,
.nx-body h4 {
  color: #41baff;
  font-family: Rubik, sans-serif; }

.nx-body .destination-showcase-title {
  font-family: Rubik, sans-serif; }

.nx-body .primary-font-color,
.quicksearch .quicksearch-container h4 {
  color: #41baff; }

.nx-body .secondary-font-color {
  color: #41baff; }

.nx-body .primary-bg-color {
  background: #eeeeee;
  color: #41baff;
  border: 1px  solid #eeeeee; }

.nx-body .secondary-bg-color {
  background: #eeeeee;
  color: #41baff;
  border: 1px  solid #eeeeee; }

.quicksearch-field a {
  color: #4ec9aa; }

.quicksearch-field a:hover {
  color: #9affe6; }

#navTripHeader {
  min-height: 100px; }

hr {
  opacity: initial; }

.offerList .offer-list1-wrapper,
.offerList .offer-list2-wrapper {
  border: 1px solid #444444; }

.offer-iobs-table-container {
  scrollbar-color: black transparent; }

/*================ Adding margins to pages and elements ================*/
#ContentArea-Page > .row,
#ContentArea-Page > div > .row {
  max-width: 80%;
  margin: auto; }

/* ===== Destination Accordion info text ===== */
.destination-card-info {
  width: 80%;
  margin: auto; }

/* ================================ Footer ==================== */
.nx-footer {
  background: #ffffff !important;
  color: #000000 !important; }

.footTop {
  width: 80%;
  padding: 15px 0;
  margin: auto;
  flex-direction: column; }

.footTopImg {
  padding: 15px 0;
  gap: 5px;
  flex-wrap: wrap; }

.footBot {
  padding: 25px 0 10px;
  background-color: #000000 !important;
  color: #ffffff !important; }

.footBot hr {
  color: #ffffff !important; }

.footBot a {
  color: #4ec9aa !important; }

.footBot a:hover {
  color: #9affe6 !important; }

.footBotInterior {
  width: 80%;
  gap: 20px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between; }

.footBotInterior > div > h3 {
  color: #ffffff !important; }

@media (max-width: 1000px) {
  .nx-container-size-default > .row,
  .nx-container-size-default > div > .row {
    margin: 0 auto; } }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

@media (max-width: 768px) {
  .nx-menu {
    width: 80%; }
  .homeHeadText {
    width: 80%; }
  .interiorHeader {
    width: 80%; }
  .footTop {
    width: 80%; }
  .footBotInterior {
    width: 80%; }
  .footBotLegal {
    width: 80%;
    margin: auto; } }

@media (max-width: 480px) {
  .homeHeadText {
    width: 100%; }
  .homeHeadText > div > div > div > form > div {
    width: 100%; }
  .fas,
  .clearfix > a,
  ul.navbar-nav.mr-auto > li > a,
  a.nav-link {
    color: #000000 !important; } }
