/* THEME TOKENS */

:root {
  --color-bg: #fbf7eb;
  --color-text: #222222;
  --color-brand: #365f40;
  --color-invert: #ffffff;
  --color-muted: #fbf7eb;
  --color-border: #d3d3d3;
  --color-border-hover: #757575;
  --color-focus: #000000;
  --radius-md: 8px;
  --radius-pill: 9999px;
  --field-height: 48px;
  --font-ui: "Plus Jakarta Sans", sans-serif;
}

/* BASE / RESET */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  font-family: var(--font-ui) !important;
  color: var(--color-text) !important;
  background-color: var(--color-bg) !important;
}

body,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-ui) !important;
}

h2 {
  font-size: 20px;
}

/* Hide elements */
/* .groupsMessage,
#toastSuccess,
.browserNotice,
.mobileNav,
.headerNav .accordion .accordion-group,
.navToggle,
.mainHeader__right {
  display: none !important;
} */


/* HEADER / NAV */

/* .header__preHeader {
  background-color: var(--color-bg) !important;
}

.header__preHeader a {
  color: var(--color-text) !important;
}

.header__mainHeader {
  background-color: var(--color-bg) !important;
  color: var(--color-text) !important;
}

.mainHeader {
  display: block !important;
  padding: 20px 0 !important;
}

.mainHeader .left__logo {
  background-position: center !important;
  background-image: url('https://698998bc642df41232db-717ccdd537e0be6df5f955e665cffe3f.ssl.cf1.rackcdn.com/mesa-verde-national-park-logo.png') !important;
  height: 70px !important;
  background-repeat: no-repeat;
}  */

.checkout #inntopiaSelector {
  display: none !important;
}

#sitelink:hover,
#myAccountLink:hover {
  color: var(--color-brand);
}

/* FORMS / INPUTS */


input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input.input-mini,
.supplierDetail #changeDatesForm input {
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  width: 100%;
  height: var(--field-height) !important;
  padding: 16px 12px;
  font: 16px/1.5 var(--font-ui);
  color: inherit;
  letter-spacing: inherit;
  border: 1px solid var(--color-border);
  border-radius: .5rem !important;
  background-color: #fff;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: border-color .2s, box-shadow .2s;
  margin-top: 4px !important;
}

input[name="qty"].input-mini {
  height: 40px !important;
  width: 70px;
  margin-right: 10px;
}

input[type="number"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input.input-mini:hover,
.supplierDetail #changeDatesForm input:hover {
  border-color: var(--color-border-hover) !important;
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input.input-mini:focus,
.supplierDetail #changeDatesForm input:focus {
  border-color: var(--color-focus) !important;
  box-shadow: 0 0 0 0 transparent;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.textWrapper[name="destination"],
label {
  /* pointer-events: none; */
  position: relative;
  left: 0px;
  top: 4px;
  font: 500 13px/0.75rem var(--font-ui) !important;
  color: #636363;
  z-index: 100;
}

.textWrapper[name="destination"],
select[name="destSelect"] {
  flex-basis: 100% !important;
  margin-top: 4px !important;
}

select[name="destSelect"] {
  font-size: 16px;
}


/* SELECTS */

select {
  appearance: none !important;
  height: var(--field-height) !important;
  padding: 10px 32px 10px 12px !important;
  font: 16px/1.5 var(--font-ui);
  border: 1px solid var(--color-border) !important;
  border-radius: .5rem !important;
  background-color: #ffffff !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  vertical-align: middle;
  transition: background-color .4s, border-color .2s;
  background: url('https://9c40a5c14aa0d701996c-439f4a240f65b113d1a17b19813d1c5f.ssl.cf2.rackcdn.com/28007869%20-%20Outside%20online/chevron.svg') no-repeat right 12px center / 12px;
  margin-top: 4px !important;
}

select:hover {
  border: 1px solid var(--color-border-hover) !important;
}

select:focus {
  /*background: #dddddd;*/
  outline: none;
}


/* ALERTS / TEXT */

.alert {
  color: var(--color-text);
}

#haveQuestions {
  display: none;
}


/* BUTTONS */

.btn-primary {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: .625rem 22px;
  border-radius: var(--radius-pill) !important;
  border: 1px solid var(--color-brand) !important;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: inherit;
  text-transform: none;
  color: #fff;
  background-color: var(--color-brand) !important;
  transition: all .15s;
  box-shadow: none;
}

.btn-primary:hover {
  background-color: #365f40 !important;
  border-color: #365f40 !important;
  color: #fff !important;
}

.btn-primary i {
  display: none;
}

.btn-info,
button.btn {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-family: var(--font-ui) !important;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.15;
  max-height: 2.5rem;
  padding: 10px !important;
  margin-top: 10px;
  border-radius: 2rem;
  transition: .2s;
}

.btn-info:hover {
  border-color: #BB7A33;
  color: #BB7A33 !important;
  background-color: #fff !important;
}

button[name^='remove'] {
  border: 1px solid #000;
  background: none;
  color: #000;
  font-family: var(--font-ui) !important;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.15;
  max-height: 2.5rem;
  /* padding: 10px !important; */
  margin-top: 10px;
  border-radius: 2rem;
  transition: .2s;
}

/* 
   ITINERARY */

#itinerary {
  background-color: var(--color-invert) !important;
}

.itinerary-item {
  font-size: 13px;
  margin-bottom: 10px;
  /* display: block; */
}

.itinerary-item strong {
  font-size: 15px;
  margin-bottom: 10px;
}

.itinerary__priceTable {
  font-size: 14px !important;
}

.headerNav__itinerary td h5 {
  margin-top: 10px !important;
}

.itineraryHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#referenceHelp {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 12px;
  padding: 5px 5px 10px 5px;
}

#referenceHelp p {
  margin: 0px;
}

#dueNow {
  margin-bottom: 20px;
}

.form-horizontal .control-label {
  float: none;
  width: 160px;
  padding-top: 5px;
  text-align: left;
}

.form-horizontal .controls {
  margin-left: 0;
}

.alert-info {
  background: var(--color-muted);
  border: none;
}

/* .item-category-name {
    background: transparent !important;
    border-top: none !important;
  }

  [id^="itineraryItem"] {
    border: 1px solid #D3D3D3 !important;
    border-radius: 4px !important;
    border-collapse: separate !important;
  } */

/* CHECKOUT */

#checkoutItinerary {
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  padding: 10px;
}

/* .checkoutMobile .checkoutLayout .span6 div:nth-of-type(1) {
    display: none;
  } */

.checkout .forms {
  margin-top: 0 !important;
}

.checkoutLayout {
  background: #fff;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: stretch;
}

.loginForms {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
}

.loginForms>.span6 {
  flex: 1;
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

#travelAgentLogin a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-family: var(--font-ui) !important;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.15;
  max-height: 2.5rem;
  padding: 12px !important;
  margin-top: 10px;
  border-radius: 2rem;
  transition: .2s;
  background-color: #D3D3D3;
  text-shadow: none;
  box-shadow: none;
  width: stretch;
}

.checkoutCustomer #signInButton,
.checkoutCustomer #checkoutButton,
.checkoutCustomerMobile #signInButton,
.checkoutCustomerMobile #checkoutButton {
  width: stretch !important;
}

#checkoutItinerary {
  width: 350px;
  flex-shrink: 0;
}

.checkoutMobile #checkoutItinerary {
  width: stretch;
}

.checkout .span3,
.checkoutMobile .span3,
.myaccount .span3,
.checkoutMobile .span3 {
  display: none !important;
}

.checkout .headerNav__itinToggle {
  visibility: hidden;
}

#shippingAddressForm {
  display: none !important;
}

.checkoutCustomer .row-fluid .span9 {
  box-shadow: none;
  border-radius: var(--radius-md);
  padding: 0px;
}

.checkout .progress {
  box-shadow: none !important;
  border-radius: var(--radius-md);
  margin-bottom: 40px;
}

.checkout .progress .checkoutInProcess {
  background-color: var(--color-text) !important;
}

.checkout .progress td {
  border-right: 1px solid #CCCCCC !important;
}

.checkout .progress td:last-child {
  border: none !important;
}

.checkout .progress .checkoutComplete {
  background-color: var(--color-muted) !important;
}

.checkoutBillingInfo #billingInformationForm {
  box-shadow: none !important;
  border-radius: var(--radius-md);
}

#billingFields h2,
#shippingAddressForm h2 {
  margin-top: 48px;
}

#customerButton {
  width: stretch;
}

.checkoutBillingInfo #customerButton {
  width: 200px;
}

.checkoutBillingInfoMobile #customerButton {
  width: stretch;
}

.checkoutReview #saveItinerary {
Display: none;
}

#completeBooking {
  margin-bottom: 18px;
  width: 200px;
}

.pageTitle {
  display: none;
}


/* MY ACCOUNT */

.myaccount .myAccount:nth-of-type(2) {
  box-shadow: none !important;
  border-radius: var(--radius-md);
}


/* MOBILE SPECIFIC */

.golemMobile .checkoutLayout {
  align-items: center;
  flex-direction: column;
}

.golemMobile .preHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout .headerNav__wrapper,
.checkoutMobile .headerNav__wrapper {
  display: none;
}

.golemMobile .headerNav {
  color: var(--color-text);
  background-color: var(--color-invert) !important;
}

.golemMobile .accordion {
  color: var(--color-text);
}

.golemMobile .headerNav__categoryToggle {
  visibility: hidden;
}

.golemMobile .currentPageBody input {
  width: 100% !important;
}

.golemMobile .headerNav__itinToggle,
.golemMobile.headerNav .accordion-toggle {
  border-right: 1px !important;
}

.golemMobile .itinerary-item {
  color: var(--color-text) !important;
}

.golemMobile button.btn {
  padding: 10px !important;
  color: var(--color-invert);
}

.checkoutCustomerMobile .loginForms {
  background: none;
  padding: 0px;
  box-shadow: none;
}

.checkoutCustomerMobile .loginForms .span4 {
  margin-bottom: 30px;
}

.checkout #checkout-heading {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.checkout [name^='remove'],
.checkoutMobile [name^='remove'] {
  color: #000 !important;
  text-decoration: none;
  border: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.trashIcon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
  margin-right: 4px;
  padding-top: 10px
}

.checkoutMobile #checkout-heading {
  display: none;
}

.myaccountLogin #signIn-heading {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.myaccountLoginMobile #signIn-heading {
  display: none;
}

.checkoutMobile .span4:nth-child(2) {
  font-size: 14px;
}

.checkoutBillingInfo #USPhoneControl input {
  width: auto;
}

.checkoutBillingInfoMobile #USPhoneControl input {
  width: auto;
}