/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(112,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(148,30): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(149,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(151,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(157,30): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(162,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(163,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-yellow'
(164,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(165,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(178,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(179,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(185,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(186,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(191,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(192,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(193,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(218,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(231,35): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(251,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(255,63): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(257,69): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray'
(264,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(413,68): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(483,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(491,53): run-time error CSS1039: Token not allowed after unary operator: '-brand-yellow'
(494,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(512,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(564,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(774,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(783,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(796,31): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(872,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(880,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(895,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(896,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(931,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(932,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(933,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(938,28): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(939,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(940,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(956,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(963,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
 */
:root {
  --brand-yellow: #FFAF1B;
  --brand-yellow-light: #FFF9EF;
  --brand-orange: #D64005;
  --brand-orange-light: #FFF8F5;
  --brand-purple: #639;
  --brand-purple-light: #F6F1FB;
  --brand-gray: #808080;
  --brand-palegrey: #CCC;
  --brand-white: #FFF;
  --brand-pale-white: #F7F7F7;
  --brand-off-black: #0E0E0E;
  --error-red: #CC0000;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Geist", sans-serif;
  margin: 0;
  height: 100%;
}

.body-content {
  height: 100%;
  min-height: 100vh;
  min-width: 12rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

a { text-decoration: none; }

button {
  background-color: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

h1 {
  margin: 0;
/*  font-weight: 400;
  font-size: 1.5em;*/
}

h2 {
  margin: 0;
/*  font-weight: 400;
  font-size: 1.25em;*/
}

h3, h4 {
  margin: 0;
/*  font-weight: 400;
  font-size: 1.1em;*/
}

p {
  margin: 0;
/*  font-weight: 300;
  font-size: 1em;*/
  line-height: 1.6;
}

main { word-break: break-word; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0
}

legend { display: none; }

/*label {
  display: flex;
  flex-direction: column;
}*/

input, select {
  border: none;
  font-family: "Geist", sans-serif;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
}

input::placeholder {
  color: #6F6F6F;
  font-family: "Geist", sans-serif;
  font-size: 1em;
  font-weight: 300;
}

select { font-size: 1rem; }

textarea {
  box-sizing: border-box;
  border-radius: 0.25rem;
  border: 1px solid var(--brand-palegrey);
}

.content-width {
  padding: 2rem 1rem;
  margin: 0 auto;
}

.h1-main {
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -0.8px;
  /*text-transform: uppercase;*/
}

.country-flag {
    width: 2.5rem;
    height: auto;
    border-radius: 0.2rem;
}

/* ---------- BUTTON / A LINKS BUTTON'S ----------*/
.button {
  cursor: pointer;
  font-weight: 500;
  font-size: 1em;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: none;
  line-height: 1.5;
  transition: all .4s ease-in-out;
}

.primary-btn,
.primary-btn-loadmore {
  box-shadow: 0 4px 8px var(--brand-purple);
  background-color: var(--brand-purple);
  border: 1px solid #3D1E5B;
  color: var(--brand-white);
}

.primary-btn:hover,
.primary-btn:active,
.primary-btn:focus {
  box-shadow: 0 2px 8px var(--brand-purple);
  background-color: #3D1E5B;
}

.secondary-btn {
  box-shadow: 0 0 6px var(--brand-pale-white);
  background-color: var(--brand-yellow);
  border: 1px solid var(--brand-off-black);
  color: var(--brand-off-black);
}

.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus { background-color: #E79600; }

.primary-btn-loadmore-keepactive {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  padding: 0.4rem 1.5rem;
  box-shadow: 0 0 6px rgba(102, 51, 153, 0.5);
  color: var(--brand-white);
  background-color: var(--brand-purple);
}

.primary-btn-loadmore:hover,
.primary-btn-loadmore:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: var(--brand-white);
  background-color: var(--brand-purple);
}

.primary-btn-loadmore:focus {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: var(--brand-white);
  background-color: var(--brand-purple);
  outline: 1px solid var(--brand-purple);
  outline-offset: 2px; /* IMPORTANT This value is used to the search.js get(url) call to identify users that "tab" or "click" when activating Load More - DO NOT CHANGE WITHOUT UPDATING THIS SCRIPT AS WELL */
}
/* ---------- END of BUTTON / A LINKS BUTTON'S ----------*/

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- MAIN LINKS - UNDERLINE HOVER STATE ----------*/
.main-link-hv { position: relative; }

.main-link-hv::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: var(--brand-purple);
  bottom: -0.2rem;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.main-link-hv:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.main-link-hv:hover { color: var(--brand-purple); }
/* ---------- END MAIN LINKS - UNDERLINE HOVER STATE ----------*/

/* ---------- SCROLLBAR CLASS SECTION ---------- */
.scroll-bar {
  padding: 0 0.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: calc(70vh - 3rem);
  border-radius: inherit;
  margin-bottom: 0.25rem;
}

.scroll-bar::-webkit-scrollbar {
  width: 0.3rem;
  border-radius: inherit;
}

.scroll-bar::-webkit-scrollbar-track {
  background-color: var(--brand-pale-white);
  border-radius: inherit;
}

.scroll-bar::-webkit-scrollbar-thumb { background-color: var(--brand-palegrey); }

.scroll-bar::-webkit-scrollbar-thumb:hover { background-color: var(--brand-gray); }

/* ---------- HEADER SECTION ---------- */
.layout-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: var(--brand-off-black);
  box-sizing: border-box;
  width: 100%;
}

/* ---------- NAVBAR SECTION ---------- */
.navbar {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  color: #FFF;
  padding: 1rem 1.5rem;
  z-index: 100;
}

.navbar .inner-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.logo {
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  /*text-transform: uppercase;*/
}

/* DESKTOP LINKS */
.nav-links {
  display: none;
  gap: 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  /*text-transform: uppercase;*/
  letter-spacing: 1.6px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover { color: #FFF; }

.nav-links a.active {
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.hamburger {
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFF;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  max-width: 320px;
  height: 100%;
  background: #000;
  color: #FFF;
  padding: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-menu.active { transform: translateX(0); }

.close-btn {
  align-self: flex-end;
  font-size: 1.25rem;
  cursor: pointer;
  color: #FFF;
}

.menu-links {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /*text-transform: uppercase;*/
  font-weight: bold;
  letter-spacing: 0.8px;
}

.menu-links a {
  color: #FFF;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-links a:hover { color: #d1d5dc; }

/* ---------- SEARCH HEADER SECTION ---------- */
.search-section h2,
.main-search .results-filter-form .search-form-label { color: var(--brand-white); }

.main-search { display: none; }

.main-search.open {
  display: grid;
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.main-search.open .secondary-btn {
  width: 50%;
  place-self: center;
}

.main-search .results-filter-form { padding: 1.5rem 0; }

.main-search .results-filter-form .search-form-fieldset {
  display: grid;
  gap: 1rem 0;
}

.main-search .results-filter-form .search-form-label .input-container {
  position: relative;
  width: 100%;
}

.main-search .results-filter-form .input-container img {
  position: absolute;
  top: 0.6rem;
  left: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}

.main-search .results-filter-form .input-container .location-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  cursor: pointer;
}

.main-search .results-filter-form .input-container .location-btn::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url('/assets/img/icons/icon-location-gry.svg') no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.4s ease-out;
  top: 0;
  left: 0.6rem;
  position: relative;
}

.main-search .results-filter-form .input-container .location-btn:hover::before,
.main-search .results-filter-form .input-container .location-btn:focus::before { background-image: url('/assets/img/icons/icon-location.svg'); }

.main-search .results-filter-form .search-form-label .input-container input {
  text-indent: 1.8rem;
  font-size: 1rem;
}

.main-search .search-filter-btn.open { display: none; }

.main-search .search-filter-btn {
  cursor: pointer;
  color: var(--brand-white);
  text-decoration: underline;
  place-self: end;
  margin-bottom: 2rem;
  transition: all .4s ease-in-out;
}

.main-search .search-filter-btn:hover,
.main-search .search-filter-btn:focus { color: var(--brand-yellow); }

.main-search .search-filter-btn:focus {
  outline: 1px solid var(--brand-white);
  transition: outline 0.2s ease;
  border-radius: 0.05rem;
  outline-offset: 2px;
}
/* ---------- END SEARCH HEADER SECTION ---------- */

/* ---------- HEADER MOB SEARCH & FILTERS OVERLAY ---------- */
.mob-container { display: none; }

.mob-container.open {
  display: block;
  position: sticky;
  top: 3.95rem;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: calc(90vh - 65px);
  background-color: var(--brand-off-black);
  z-index: 50;
  overflow-y: scroll;
}

.mob-container.open::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 105%;
  width: 100%;
  background: url('/assets/img/home-imgs/tbj-header.svg') no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: -1;
}

.search-close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/img/icons/close-btn-gry.svg") no-repeat;
  background-size: 1.5rem;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.search-close-btn:hover,
.search-close-btn:focus { background-image: url("/assets/img/icons/close-btn-ylw.svg"); }

/*.search-close-btn:focus {
    outline: 1px solid var(--brand-white);
    transition: outline 0.2s ease;
    border-radius: 0.05rem;
    outline-offset: 2px;
}*/

.results-overlay { display: none; }

.results-overlay.open {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--brand-off-black);
  z-index: 50;
}
/* ---------- END HEADER MOB SEARCH & FILTERS OVERLAY ---------- */
/* ---------- END HEADER SECTION ---------- */

/* FOOTER */
.footer {
  background-color: #000;
  padding: 6rem 1.5rem 4rem;
}

.footer .inner-footer {
  display: grid;
  gap: 4rem;
}

.footer .footer-app {
    grid-column: 1 / span 1;
    text-align: center;
}
.footer .footer-app ul  {
    display: flex;
    column-gap: 1rem;
    justify-self: anchor-center;
}

.footer .footer-col {
  display: grid;
  gap: 2rem;
  grid-auto-rows: max-content; /*NATHAN*/
}

.footer .logo-container {
  display: grid;
  gap: 1.5rem;
}

.footer .logo-container .logo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.footer .logo-container .logo .logo-text {
  color: #FFF;
  font-size: 1.5rem;
}

.footer .logo-container p {
  max-width: 20rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-col h3 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
  letter-spacing: 3.2px;
  /*text-transform: uppercase;*/
  font-weight: 900;
}

.footer .footer-col ul {
  display: grid;
  gap: 1rem;
}

.footer .footer-col ul li a {
  color: #FFF;
  font-size: 0.95rem;
  letter-spacing: 1.6px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-col ul li a:hover { color: rgba(255, 255, 255, 0.6); }

.footer .newsletter-col {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.footer .address-col {
  color: rgba(255, 255, 255, 1.0);
  font-size: 0.875rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 15px;
  border-radius: 0.5rem;
  align-content: center;
}

.footer .address-col p {
    line-height: 2.1;
}

.footer .newsletter-col .newsletter-form-fieldset { position: relative; }

.footer .newsletter-col .newsletter-form-fieldset .form-group {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
}

.footer .newsletter-col .newsletter-form-fieldset .form-group input {
  width: 100%;
  background-color: initial;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.footer .newsletter-col .newsletter-form-fieldset .btn-submit {
  background-color: #FFF;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .newsletter-col .newsletter-form-fieldset .btn-submit:hover { transform: scale(1.05); }

.footer .footer-details {
  display: grid;
  gap: 2rem;
  /*margin-top: 6rem;*/
}

.footer .footer-details .details-col {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer .footer-details .details-col li,
.footer .footer-details .details-col a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
  letter-spacing: 1.6px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-details .details-col a:hover { color: #FFF; }

/* ---------- UserMessagePartial - what is it referencing? ---------- */
.alertError {
  position: relative;
  padding: .75rem 1.25rem;
  border: .0625rem solid transparent;
  border-radius: .25rem;
  margin: 0 .5rem .5rem;
  color: #7e0404;
  background-color: #fccdcd;
  border-color: #fbbaba;
}

.alertSuccess {
  position: relative;
  padding: .75rem 1.25rem;
  margin: 0 .5rem .5rem;
  border: none;
  border-radius: .5rem;
  color: #155724;
  background-color: #d4edda;
}

.alertSuccess ul { padding: 0rem 1.25rem; }

.alertSuccess ul li { list-style: square; }

/* ----------  jQuery function / event - NEEDED? ---------- */
.ui-menu .ui-menu-item { margin: .5rem .25rem; }

.ui-widget-content a { display: block; }

/* ---------- PAGE FOR THE TERMS & CONDITIONS & PRIVACY POLICY ---------- */
#static { padding: 6rem 1rem 4rem; }

#static > * { line-height: 1.4; }

#static h2 {
  font-size: 2em;
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: 1.6px;
  text-align: center;
}

#static h3 {
  padding-top: 0.5rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 900;
  /*text-transform: uppercase;*/
  letter-spacing: 1.6px;
}

#static p {
  margin: 0.75rem 0;
  font-weight: 400;
  font-size: 1rem;
}

#static a {
  color: var(--brand-purple);
  position: relative;
}

#static a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: var(--brand-purple);
  bottom: -0.1rem;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

#static a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

#static a:hover { color: var(--brand-purple); }

#static ul {
  list-style: disc;
  padding-left: 1.5rem;
}

#static ul li {
  margin: 0.5rem 0;
  font-weight: 400;
}
/* ---------- END PAGE FOR THE TERMS & CONDITIONS & PRIVACY POLICY ---------- */

/* ---------- ACCESSIBILITY PAGE ---------- */
.accessibility-page {
  padding: 6rem 1rem 4rem;
  display: grid;
  gap: 2rem;
}

.accessibility-page .font-bold { font-weight: 500; }

.accessibility-page h1 {
  font-size: 2em;
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: 1.6px;
  text-align: center;
}

.accessibility-page p {
  line-height: 1.4;
  font-weight: 400;
  font-size: 1rem;
}

.accessibility-section {
  display: grid;
  gap: 0.75rem;
}

.accessibility-section h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 900;
  /*text-transform: uppercase;*/
  letter-spacing: 1.6px;
}

.accessibility-section li {
  font-weight: 300;
  line-height: 1.4;
}

.accessibility-section .accessibility-list { padding-left: 1.5rem; }

.accessibility-section ol {
  list-style-type: lower-alpha;
  padding-left: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.accessibility-section ol li::marker { font-size: 1.25rem; }

.accessibility-section ol li h3 { padding-bottom: 1rem; }

.accessibility-section ol li .accessibility-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 0.5rem;
}

.accessibility-section ol li .accessibility-list li p { padding: 0.5rem 0; }

.accessibility-page .main-link-hv {
  color: var(--brand-purple);
  text-decoration: underline;
  font-weight: 400;
}

.accessibility-page .main-link-hv:hover { text-decoration: none; }

.accessibility-page .main-link-hv:focus {
  outline: 1px solid var(--brand-purple);
  transition: outline 0.2s ease;
  border-radius: 0.05rem;
  outline-offset: 2px;
}
/* ---------- END ACCESSIBILITY PAGE ---------- */

/* ---------- COUNTRY POP-UP NOTIFICATION ---------- */
.country-popup-container {
  display: none;
  top: 4rem;
  left: calc(50% - 9rem);
  width: 15rem;
  position: fixed;
  z-index: 20000;
  background-color: var(--brand-pale-white);
  color: var(--brand-off-black);
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 1px 3000px rgba(0, 0, 0, 0.4);
}

.country-inner-container {
  display: grid;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}

.country-inner-container .font-bold { font-weight: 600; }

.country-btn-container {
  display: grid;
  gap: 1rem;
  padding: 0 0.5rem;
}

.country-btn-container .primary-btn {
  box-sizing: border-box;
  width: 100%;
  padding: 1.25rem 2rem;
  place-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  gap: 1rem;
}

.country-btn-container .global-dismiss {
  box-shadow: 0 0 6px var(--brand-palegrey);
  background-color: var(--brand-pale-white);
  color: var(--brand-off-black);
}

.country-btn-container .global-dismiss:hover,
.country-btn-container .global-dismiss:focus {
  box-shadow: 0 0 6px var(--brand-palegrey);
  background-color: var(--brand-off-black);
  color: var(--brand-pale-white);
}

.country-inner-container .cover-img {
  place-self: center;
  height: 2.5rem;
  width: auto;
  object-fit: contain;
}

.country-inner-container .cover-img img {
  height: 100%;
  width: 100%;
}

.country-inner-container .global-link {
  color: var(--brand-off-black);
  font-weight: 600;
  text-decoration: underline;
}

.country-inner-container .global-link:hover,
.country-inner-container .global-link:focus {
  color: var(--brand-purple);
  font-weight: 300;
  text-decoration: none;
}

/* ------------ CLOSE BUITTON IN COUNTRY CONTAINER ---------- */
.country-close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/img/icons/close-btn-blk.svg") no-repeat;
  background-size: 1.5rem;
  cursor: pointer;
}

.country-close-btn:hover,
.country-close-btn:focus { background-image: url("/assets/img/icons/close-btn-ylw.svg"); }
/* ------------ END CLOSE BUITTON IN COUNTRY CONTAINER ---------- */
/* ---------- END COUNTRY POP-UP NOTIFICATION ---------- */

/* Reference a jQuery event / function */
ul.ui-autocomplete { z-index: 1200; }

@media only screen and (min-width: 25.75rem) {

  .country-popup-container {
    left: calc(50% - 10.5rem);
    width: 18rem;
  }
}

@media only screen and (min-width: 35rem) {

  .mob-container.open::after {
    background-size: 50%;
    background-position: top left -46%;
  }

  .country-popup-container {
    left: calc(50% - 16.5rem);
    width: 30rem;
  }

  .country-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
  }

  .country-btn-container .primary-btn { flex: 1; }
}

@media only screen and (min-width: 48rem) {


  .footer .inner-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .logo-container,
  .footer .newsletter-col,
  .footer .footer-details,
  .footer .address-col{
    grid-column: 1 / span 2;
  }

  .footer .footer-app {
    grid-column: 1 / span 2;
    text-align: center;
  }
}

@media only screen and (min-width: 50rem) {

  .md-pop-up.responsive {
    left: calc(50% - 19.5rem);
    width: 36rem;
  }
}

@media only screen and (min-width: 52.5rem) {

  .country-popup-container {
    left: calc(50% - 24rem);
    width: 45rem;
  }

  .country-inner-container { gap: 1.5rem; }

  .country-btn-container {
    margin: 0 auto;
    width: 69%;
  }
}

@media only screen and (min-width: 64rem) {

  .nav-links { display: flex; }

  .hamburger { display: none; }

}

@media only screen and (min-width: 65rem) {

  .main-search { display: block; }

  .main-search .results-filter-form { padding: 0 1.5rem 1.5rem; }

  .main-search .results-filter-form .search-form-fieldset {
    grid-template-columns: repeat(2, 1fr) auto;
    gap: 0.5rem;
  }

  .main-search .results-filter-form .secondary-btn {
    width: fit-content;
    padding: 0.5rem 2.5rem;
  }

  .main-search .search-filter-btn { display: none; }

  .content-width { padding: 1.5rem 1.5rem; }

}

@media only screen and (min-width: 67rem) {

  .navbar .inner-nav {
    max-width: 96rem;
    margin: 0 auto;
  }

  .footer .inner-footer {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer .logo-container,
  .footer .newsletter-col,
  .footer .address-col { grid-column: initial; }

  .footer .footer-details { grid-column: 1 / span 4; }

  .footer .footer-app {
    grid-column: 1 / span 4;
    text-align: center;
  }
}

@media only screen and (min-width: 72rem) {

  .footer .footer-details {
    display: flex;
    justify-content: space-between;
  }

}

@media only screen and (min-width: 80rem) {

  .main-search .results-filter-form,
  .content-width {
    width: 70rem;
    margin: 0 auto;
  }

}

@media only screen and (min-width: 100rem) {

  .main-search .results-filter-form,
  .content-width { width: 85rem; }
}

