html, body, div, p, a, article, .tabs dd a {
    font-family: "proxima-nova", sans-serif;
}
body {overflow-x: hidden; max-width: 100vw;}
.content-shell {
  min-height: 90vh;
  min-height: 90dvh;
    max-width: 100vw;
  display: flex;
  flex-direction: column;
}
.main-content {
  flex-grow: 1;
}
a:focus, a:hover {color: #963620;}
h1, h2, h3, h4, h5, h6, .button, button, select {
	font-family: "chaparral-pro";}
h1 {
    text-align: center;
    font-size: 1.8em;
}
h2 {
    font-size: 1.8em;
    line-height: 1;
}
h3 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.1;
}
h4 {
    font-size: 1.35em;
    line-height: 1.1;
}
#itineraries h4 {
    font-size: 1.5em;
    color: #963620;
    margin-bottom: 1em;
}
p.larger2 {
    font-size: 1.5em;
    line-height: 1.1;
}
#itineraries p {margin-bottom: 0}
#amenities.reveal ul li {
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#itineraries h5 {
    padding-top: 0.3em;
    margin: 1.5em 0 0.5em; 
    border-top: 1px solid #963620;
}
#amenities.reveal h4 {
	font-size: 1.4em;
	padding-top: 0.25em;
	border-top: 1px solid #bbb;
    margin: 1em 0 0.5em;
}
.txt-centered {text-align: center;}
.no-padding {padding: 0 !important;}
.padded-bottom {margin-bottom: 1.5em;}
.img-800 {
    width: 100%;
    max-width: 800px;
}
.title-bar {
    background-color: #fff;
    transition: all 0.5s ease-out;
    border-bottom: 1px solid #000;
}
.visuallyhidden { 
  position: absolute !important; 
  overflow: hidden !important; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}
span.show-more {
    color: #963620;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
p {
    font-size: 1.1em;
    line-height: 1.4;
}
.larger {
    font-size: 1.2em;
}
.no-border {border: none !important;}
#contact h3 {
	background-color: #963620;
	padding: 0.5em 0 0.2em 0;
	top: -2em;
	position: relative;
	color: #fff;
	width: calc(100% + 4em);
	left: calc(0% - 2em);
}
#contact p {
	text-align: center;
	padding: 0.5em 0;
	border-top: 1px solid #bbb;
	margin: 0;
	top: -2em;
	position: relative;
}
#contact.reveal {
    top: 15vw !important;
    max-width: none;
    overflow: hidden;
    padding-bottom: 0;
    min-height: auto;
    border: none;
    height: auto;
}
#contact .close-button {
    color: #fff;
    top: -0.4em;
    font-size: 1.6em;
}
.feature-box {
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    border: 1px solid #963620;
    color: #963620;
    width: 95%;
    margin-bottom: 1.5em;
    cursor: pointer;
}
.underlined {text-decoration: underline;}
a, a:link, a:visited, a:focus {color: #963620;}
.topbar-mobile {
    width: 100%;
    background: #fff;
    padding: 0 0 0.5em;
    display: block;
    transition: all 0.5s ease-out;
    position: relative;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #bbb;
}
.topbar-mobile .logo {
    margin: 0 auto;
    max-height: 80px;
    display: block;
}
.topbar-mobile .menu-btn {
    margin: 0 1em;
    right: 0;
    max-width: 45px;
    display: block;
    position: absolute;
    top: 1.5em;
    cursor: pointer;
}
.topbar-mobile .txt-centered {
    margin-top: 1em;
}
.topbar-mobile button.btn-main.button {
    padding: 0.5em 0.8em;
    font-size: 1.2em;
}
button.close-button span {
    font-size: 2em;
}
.topbar-wrapper {
    width: max-content;
    display: flex;
    position: relative;
    margin: 0 auto;
}
.title-bar .button {
    font-size: 1.1rem;
    padding: 0.5em 0.8em;
    margin-top: 1em;
}
div.title-bar img.logo {
    margin: 0 3em 0 0;
}
li.is-dropdown-submenu-parent {
    margin: 0 1em;
}
nav.nav1 img.logo {
    max-height: 70px;
}
nav.nav1 ul.menu, .navigator ul.menu {
	width: max-content;
    padding: 1em 1em 0.5em;
}
nav.nav1 ul.menu a, .navigator ul.menu a {
	color: #000;
    font-family: "chaparral-pro", serif;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
}
nav.nav1 li ul.menu a, .navigator li ul.menu a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-transform: none;
    border-top: 1px solid #000;
    position: relative;
    display: block;
}
nav.nav1 ul.menu ul.menu li:first-child a, .navigator ul.menu ul.menu li:first-child a {border: none;}
.dropdown.menu > li.is-active > a {
    color: #963620;
}
nav.nav1 li ul.menu a:hover, .navigator li ul.menu a:hover {
    color: #963620;
}
div.reveal.navigator {height: 90%;}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: #000 transparent transparent; 
}
.dropdown .is-dropdown-submenu a {
	padding: 0.7rem;
}
nav.nav1 ul.menu li.holiday-express a {line-height: 1.5em;}
.is-dropdown-submenu {
    border-top: none;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.4);
}
nav.nav-mobile a, ul.accordion ul.menu {
    display: block;
}
nav.nav1 {
    display: none;
    z-index: 9999;
}
nav.nav-mobile {
    display: block;
    padding-top: 3em;
}
nav.nav-mobile * {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
}
nav.nav-mobile a {
    border: none;
    border-top: 1px solid #000;
    padding: 0.3em 0;
}
nav.nav-mobile a:hover, nav.nav-mobile ul li ul li a:hover {color: #963620;}
nav.nav-mobile ul.accordion {margin-bottom: 0;}
.accordion-content, .accordion-content ul li a, nav.nav-mobile a.noline {border: none;}
.accordion-title, nav.nav-mobile a {
    font-family: "chaparral-pro", serif;
    text-transform: uppercase;
}
nav.nav-mobile ul li ul li a {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.3rem;
    text-transform: none;
} 
nav.nav-mobile .accordion-item {padding: 0.3em 0;}
ul.dropdown.menu a.icon-hc::after {
    content: url("../img/icon_accessible.svg");
    position: absolute;
    right: 0;
    max-width: 2em;
    top: 0.5em;
    width: 2em;
}
div.grid-container.navigator {
	max-width: 24em;
	margin: 0 auto;
    padding-top: 1em;
    position: relative;
}
.navigator ul.dropdown.menu {
    margin: 0 auto;
    padding-top: 0 !important;
}
.navigator li.is-dropdown-submenu-parent {padding-top: 0.25em;}
.navigator li.is-dropdown-submenu-parent a.title {padding: 0 1.25em 0.5em 0.25em;}
.navigator .dropdown.menu > li.is-dropdown-submenu-parent > a::after {margin-top: -0.5em;}
.navigator .arrow {
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
}
.navigator .arrow a {
    color: #000;
    text-decoration: none;
}
#history-page .navigator .arrow a {
    color: #fff;
    text-decoration: none;
    background-color: #963620;
    width: 0.75em;
    display: block;
    text-align: center;
}
li.subheader {
    color: #000;
    font-weight: bold;
}
#nav-mobile :last-child:not(.is-active) > .accordion-title {border: none; border-top: 1px solid #000;}
.event :last-child:not(.is-active) > .accordion-title {border: none; border-top: 1px solid #bbb;}
:last-child > .accordion-content:last-child {border-bottom:none;}
:last-child > .accordion-content {border-bottom:none;}
/*.event :last-child:not(.is-active) > .accordion-title {border-top: none;}*/
.accordion-title:hover, .accordion-title:focus {background-color: transparent;}
.accordion-title::before {
  top: 40%;
  content: "\25be";
}
ul#side-menu .accordion-title::before {
    font-size: 1.5em;
    color: #808080;
}
.is-active > .accordion-title::before {
  content: "\25be";
  transform: rotate(180deg);
}
span.date {
    font-weight: bold;
    font-size: inherit;
}
.button {
    padding: 0.75em 0.9em;
    border: 1px solid transparent;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #963620;} 
.button:hover {
    background-color: #85220b;
    color: #fff;
}
.button.alert, .button.alert:hover {
    background-color: #ee0000;
    color: #fff;
}
.button.active {
    border: 2px solid #963620;
    background-color: #fff;
    color: #963620;
}
.button, .button:focus, .button.disabled, .button[disabled], .button.disabled:focus, .button[disabled]:focus {background-color: #963620;}
button.button.small {
    font-size: 1em;
    padding: 0.6em 0.8em;
    margin: 0 0.5em;
}
.button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover {background-color: #963620;}
button.button.secondary {
    font-size: 1em;
    padding: 0.6em 0.8em;
    margin: 0 0.5em 1.5em;
    background: #e7e7e7;
    color: #000;
    border: 1px solid #963620;
}
button.button.secondary:hover {
    background: #963620;
    color: #fff;
}
.content-block {
    margin: 1em auto;
    padding: 1em 1em;
    max-width: 1200px;
}
.header .content-block {
    margin: 0;
    padding-bottom: 0;
}
.padded-wrap {padding: 0 1.5em;}

.footer-wrapper {
    width: fit-content;
    display: block;
    position: relative;
    margin: 0 auto;
}
footer {
    background: #000;
    width: 100%;
    margin: 2em 0 0 0;
    padding: 1em;    
}
footer ul.footer-links {
    padding: 0.5em 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
}
footer ul.footer-links li {padding: 0 1em;}
footer ul.footer-links li a, footer ul.footer-links li a:hover, footer ul.footer-links li a:visited, footer ul.footer-links li a:active {color: #fff;}
.social-links {
    margin: 0.75em 3em 0.5em;
}
.social-links a {
    padding: 0 0.25em;
    margin: 0.5em ;
    line-height: 1; 
}
.social-links img {
    width: 24px;
}
div.grid-container {
    max-width: 100vw; 
    padding: 0; 
    margin: 0;}
div.grid-container.header {
	max-width: 1200px;
	margin: 0 auto;
/*    position: sticky;*/
    position: relative;
/*	top: 80px; */
	background: #fff;
	padding-bottom: 1.5em;
    z-index: 99;
}
p.intro-text {
    font-size: 1.6em;
    line-height: 1.1;
    color: #fff;
    position: absolute;
    max-width: 70%;
    bottom: 2em;
    margin: 0 15vw;
    z-index: 99;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.7), 0px 0px 1px rgba(0,0,0,0.7);}
p.caption {
	font-size: 0.9em;
	font-style: italic;
}
.notice-wrapper {
    background: #963620;
    color: #fff;
    padding: 1.2em;
    margin: -1em 0 1.5em;
    width: 100%;
    font-size: 1.1em;
}
.notice {
    max-width: 65em;
    margin: 0 auto;
}
.home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
    max-width: 1200px;
    margin: 0 auto;
}
.home-grid .a {
    grid-column: 1;
    grid-row: 1;
}
.home-grid .b {
    grid-column: 1;
    grid-row: 2;
}
.home-grid .c {
    grid-column: 1;
    grid-row: 3;
}
.home-grid .d {
    grid-column: 1;
    grid-row: 4;
}
.home-tile {
    position: relative;
    display: block;
    overflow: hidden;
}
.home-tile h2 {
    position: absolute;
    top: 0.75em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 1.8em;
    font-family: 'chaparral-pro';
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 4px #000;
    line-height: 1;
}
.home-tile h2 a {
    text-decoration: none;
    color: #fff;
    font-family: 'chaparral-pro';
    overflow: hidden;
}
.home-tile.c h2 { /* ----- OVERRIDE FOR TILE 3 ------ -- */
    text-align: left;
    padding-left: 3.5em;
}
.home-tile.d h2 { /* ----- OVERRIDE FOR TILE 4 ------ -- */
    text-align: left;
    padding-left: 1em;
    padding-right: 0.5em;
}

.tile-panel {
    padding: 0;
    top: 25%;
    width: 90%;
    left: calc(100% - 1.25em);
    position: absolute;
    transition: all 0.3s ease-out;
    max-height: 70%;
    overflow: auto;
    z-index: 99;
}
.tile-panel-tab {
    position: absolute;
    background: #963620;    
    height: 100%;
    width: 1.25em;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tile-panel p {
    background: #fff;
    padding: 0.5em 0.75em 0.75em 2em;
    line-height: 1.25;
    font-size: 1.1em;
    margin-bottom: 0;
}
.tile-panel p a {
    text-decoration: underline;
}
.tile-panel-btn {
    padding: 0.25em;
    color: #fff;
    position: relative;
    transform: rotate(0deg);
}
.tile-panel-btn img {
    width: 0.6em;
    position: relative;
    display: block;
    height: 100%;
    margin: 0 auto;
}
.tile-panel-btn.open {
	transform: rotate(180deg);
    padding-bottom: 0;
}
.tile-panel.open {left: 11%;}
.show-for-large img {width: 95%;}


/* ----------//////////  EVENTS  //////////---------- */

.titled-image {
    position: relative;
    display: block;
}
.titled-image h1 {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.8em;
    font-family: 'chaparral-pro';
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 4px #000;
    line-height: 1;
    text-align: left;
    left: 2em;
    top: 1em;
}
.titled-image h2 {
    position: absolute;
    text-transform: none;
    font-size: 1.4em;
    font-family: 'chaparral-pro';
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 4px #000;
    line-height: 1;
    text-align: left;
    left: 2em;
    top: 1em;
}
.event h1 {
    margin-bottom: 1em;
    line-height: 1;
}
.links-list li {
  list-style-type: none;
  line-height: 2;
  font-size: 1.1em;
  margin-top: 0;
}
.links-list {
  margin-top: 0;
  border-left: 1px solid #963620;
  padding-left: 1em;
  margin-left: 3vw;
  margin-top: 0;
}
.links-list a:hover {color: #000;}
.tight-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.tight-bottom {
    padding-bottom: 0 !important;
}
span.event-date {font-size: 0.8em;}
img.event-logo {
	max-width: 80%;
	margin: 1em auto;
	width: 80%;
	position: relative;
	display: block;
}
div.grid-container.sidebar {margin-bottom: 1.5em;}
.event ul li {
	line-height: 1.1;
	margin-bottom: 0.5em;
}
.event .accordion h2, .going-green .accordion h2, .maps .accordion h2, .plan-visit .accordion h2, #history .accordion h2 {
  color: #000;
  font-family: "proxima-nova";
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4;
}
.maps .accordion h2 {
    font-size: 2.5em;
    font-family: "chaparral-pro";
    color: #963620;
}
.event .accordion h3, .accordion.faq  h3 {
    text-transform: none;
    color: #000;
    font-weight: normal;
}
.event ul.accordion.faq li, .faq ul.accordion.faq li {
	line-height: 1.1;
	margin: 1.5em 0;
	padding: 0;   
}
body .event .accordion-title, body .going-green .accordion-title, body .faq .accordion-title, body .maps .accordion-title, body .plan-visit .accordion-title, body #history .accordion-title {
  padding: 0.5em 0 0 0;
  border: none;
  border-top: 1px solid #bbb;
  font-size: 0.75rem;
  line-height: 1;
}
ul.faq .accordion-title::before {
    font-size: 1.5em;
    color: #808080;
}
ul.faq h3 {
    padding-right: 2em;
}
ul.faq li.accordion-item.is-active h3 {
    font-weight: 600;
}
.event ul.accordion li:first-child a.accordion-title {border-top: none;}

.text-control p {
	text-align: center;
    font-weight: bold;
}
.text-control a {
    margin: 0 0.5em;
}
.text-control a:first-child {margin-left: 0;}

/* SIDE PANEL /////////////////////  */

  .side-panel-wrapper {
        position: absolute;
        display: block;
        width: 18%;
        max-width: 24em;
 /*       left: calc(100% - 3em);
        transform: scale(0.8);*/
        transform-origin: top;
        z-index: 999;
        top: auto;
        transition: all 0.2s ease-in-out;
        right: 0;
/*      overflow-y: visible;*/
      overflow: hidden;
    }
    .side-panel-wrapper.open {
        width: 95%;
        padding-bottom: 10px;
    }
  .side-panel.open {
      left: calc(100% - 22.5em);
      transform: scale(1);
    }
    .side-panel button.close-button {
        font-size: 1.5em;
    }
    .side-panel {
        background: #ffffff;
        border: 2px solid #bbb;
        border-radius: 1em;
        box-shadow: -4px 4px 6px rgba(0,0,0,0.3);
        padding: 0 1em 1em 1em;
        position: relative;
        width: 95%;
        max-width: 24em;
        transition: all 0.2s ease-in-out;
        left: calc(100% - 2.5vw);
        transform: scale(0.86);
    }
    .side-panel p {
        line-height: 1.2em;
        padding: 0.1em 0 1em;
        border-bottom: 1px solid #bbb;
        text-align: center;
    }
    .side-panel p.links{
        border: none !important;
        padding: 0.25em;
        position: relative;
        font-weight: bold;
    }
    .side-panel img.main {
        margin: 1em 0;
        position: relative;
    }
.side-panel .scroll-area {
    max-height: 80vh;
    overflow: auto;
}
  .panel-icon {
      margin: 0 0 0 -85px;
      display: block;
      top: -1em;
      width: 80px;
      max-width: 240px;
      position: relative;
      transition: all 0.2s ease-in-out;
    }
  .panel-icon.open {
      width: 240px;
      margin-left: calc(50% - 120px);
      top: 0.5em;
    }



/* ----------//////////  SCHEDULE & TICKETS  //////////---------- */

.progress-tracker {
    width: max-content;
    margin: 0 auto;
}
.progress-tracker a.button {
	padding: 0.5em 0.3em 0.6em;
	font-size: 0.77rem;
	margin: 0 0.1em;
	font-family: "proxima-nova", sans-serif;
}
.note {
	font-size: 0.97em;
	font-style: italic;
}
ul#booking {padding: 0 0.5em;}
ul#booking h2 {
    font-size: 1em;
    line-height: 1.1;
    margin-bottom: 0;
}
ul#booking .accordion-title {
    padding: 0.5em 1rem;
    margin-top: 0.5em;
    border: none;
    color: #000;
    background: #d2d2d2;
    font-size: 1.1em;
}
form#passengers input[type="number"] {
	width: 2.5em;
	text-align: center;
    margin-right: 1em;
}
div#departure-times.grid-container.time-list {
    width: 40%;
    margin: 0 auto;
    min-width: 300px;
}
#return-times {
	width: max-content;
	margin: 0 auto;
}
.time-list h2 {
    font-size: 1.2em;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
}
p.time-box {
    font-weight: bold;
    padding: 0.3em 0;
    display: block;
    border: 1px solid #888;
    width: 6.5em;
    text-align: center;
    margin: 0.5em 0;
    position: relative;
    cursor: pointer;
}
p.time-box:hover {
    background: #e7e7e7;
    color: #000;
    border: 1px solid #963620;
}
p.time-box.selected {
    background: #963620;
    color: #fff;
}
p.time-box.sold-out, p.time-box.sold-out:hover {
    cursor: auto;
    color: #aaa;
    border-color: #ccc;
    background-color: #f0f0f0;
}
span.time-icon-left {
    width: 100%;
    max-width: 2.5em;
    position: absolute;
    left: -2.25em;
    top: -0.25em;
}
span.time-icon-right, span.time-icon-right.text {
    width: 100%;
    max-width: 2.5em;
    position: absolute;
    right: -2.25em;
    top: -0.25em;
}
span.time-icon-right.text {
    max-width: 1.5em;
    right: -1.75em;
    color: red;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}
button.button.form {
    margin: 0 auto !important;
    display: block;
}
form label {
    font-size: 1.1em;
}
form#trip-type {
    width: max-content;
    margin: 0 auto 1.1em;
}
form#passengers {
    margin: 0 auto;
    width: fit-content;
}
form#passengers div.cell {
    display: flex;
}
form#passengers .grid-x {
  display: block;
}
div.legend {
    width: max-content;
    margin: 1.25em auto 0;
    padding-top: 0.5em;
    border-top: 1px solid #bbb;
}

p.legend-item {
    white-space: nowrap;
    margin-bottom: 0 !important;
}
div.legend img.icon {
    width: 10vw;
    margin-right: 0.25em;
    max-width: 3em;
}

/* ----------  ADD-ONS  ---------- */
.add-on {
    margin: 1em 0;
}
.add-ons {
    margin: 0 auto;
    max-width: 800px;
}
.add-ons input {
    width: 2.5em;
}
div.add-ons h2, div#review h2 {
    text-align: center;
    color: #963620;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em !important;
    margin-bottom: 0 !important;
}
.addon-price {
    display: flex;
}
.addon-price label {
    line-height: inherit;
    padding: 0;
    font-size: 1em;
}
.addon-price label {padding-right: 0.5em;}
span.price {}
span.quantity {
    display: flex;
    margin-right: 1em;
}
div.add-ons p.addon-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
div.add-ons .addon-descr {
    line-height: 1.2;
    font-size: 1em;
}
.add-on img {
    max-width: 230px;
    margin: 0 auto 1em;
    width: 90%;
    display: block;
}
div#review-order {
    max-width: 450px;
    position: relative;
    margin: 1em auto;
}
div#order-summary {
    max-width: 600px;
    margin: 0 auto;
}
div#review-order p, div#order-summary p {line-height: 1;}
div#order-summary h3 {
    margin-top: 1em;
    padding-top: 0.25em;
    border-top: 1px solid #bbb;
}
div#order-summary .total {font-weight: bold;}
.num-adults, .num-children, .num-infants {margin-right: 2em;}
.price-adults, .price-children, .price-infants {
    text-align: right;
    position: absolute;
    right: 0;
}
.item-detail, div#order-summary .rate {
	text-align: right;
}
.line-top {
    padding-top: 0.5em; 
    border-top: 1px solid #bbb;
}

/* -----/////  PAYMENT FORM  /////----- */

.input-group {
    margin-bottom: 0.5em;
    height: 2em;
}
.input-group-label {
    background: #fff;
    border: none;
    padding: 0 0.5em;
}
.input-group.terms {
    width: fit-content;
    margin: 0 auto 0.5em;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
	height: 2em;
}
input.button {
  position: relative;
  width: 100%;
  max-width: 12em;
  margin: 1em auto 2em;
}
input.flagged {border: 1px solid red;}
input#termsAgree .middle {margin: 0;}
#zip {max-width: 7em;}
#security-code {
  max-width: 3em;
  margin-right: 0.5em;
}
#termsLink {font-size: 0.9em;}
::placeholder {color: #808080;}
.required-flag::after, .notation {
    content: "*";
    color: red;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
}
.form-error {padding-left: 0.5em;}

div#thankyou h2 {
    text-align: left;
    color: #963620;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em !important;
    margin: 1em 0 0.5em;
}
div#thankyou .content-block p {line-height: 1;}
div#thankyou p.intro {line-height: 1.4;}
div#thankyou .grid-x {max-width: 800px;}



/* ----------////////////////////  end Schedule & Tickets  ---------- */

/* ----------//////////  REVEAL OVERLAYS  //////////---------- */

div.reveal {
    padding: 3em 2em 2em 2em;
}
.reveal .close-button {
    top: 0;
    font-weight: 300;
}
.reveal table tbody tr, thead, tbody, tbody th, tbody td, tfoot {
	border: none;
    font-size: 1.1em;
}
tbody th {line-height: 1;}
.reveal h3 {
    color: #963620;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 0 auto 1em;
}
.reveal h4 {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin: 0.25em 0 0 0;
    font-family: "proxima-nova", sans-serif;
}
.reveal table .row-header {
    text-align: left;
    padding: 0 0 0 0.25em;
}
.table-style-2 .row-header {
    padding: 0 0 0 1em;
}
.top-border {
    padding-top: 0.5em;
    border-top: 1px solid #bbb !important;
}
.bottom-border {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #bbb !important;
}
.table-style-1 td, .table-style-2 td {
    text-align: center;
    padding: 0;
    line-height: 1.3;
}
.table-style-2 {
    margin: 0 auto;
}
.reveal#payment {
    padding: 3em 1em 2em;
    width: 100%;
}

#payment-form h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #963620;
    margin: 0.5em 0;
    width: 100%;
}
div.questions {margin-top: 2em;}


/* ----------////////////////////  end reveal overlays  ---------- */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.centered-450 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}

/* ----------//////////  SEAT SELECTOR  //////////---------- */

.keymap-wrapper {
    width: 100%;
    position: absolute;
    display: block;
    top: 4em;
}
.keymap {
    transform: rotate(90deg);
    display: flex;
}
.keymap .button {
    -webkit-clip-path: polygon(10% 0, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%); 
    clip-path: polygon(10% 0, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%); 
    width: 10%;
    height: 25px;
}
.keymap .button.engine-depart, .keymap .button.engine-return {
    background: #000;
}

/* ----------////////////////////  end seat selector  ---------- */


/* ----------//////////  TABS  //////////---------- */

ul.tabs {
    padding: 0 1.5em;
	border: none;
    border-bottom: 1px solid #bbb;
}
ul.tabs li {
	border-bottom: 1px solid #bbb;
}
ul.tabs li.is-active, .tabs-title.is-active  {
	border: 1px solid #bbb;
    border-bottom: none !important;
}
body ul.tabs .tabs-title {font-family: "chaparral-pro", serif !important;}

.tabs-title  {
    top: 1px;
    position: relative;
    background: #fff;
    font-family: "chaparral-pro", serif !important;
	margin: 0 0.25em;
    border: none;
    border-bottom: 1px solid #bbb;
    }
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: #fff;
	border-bottom: none;
}
.tabs-title > a, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    font-size: 1.3em;
    padding: 0.4em;
    color: #963620;
	background: #f2f2f2;
    position: relative;
    font-family: "chaparral-pro", serif;
}
.tabs-title.is-active > a {
	background: #fff;
	top: 2px;
    padding-top: calc(0.5em - 2px);
    color: #000;
}
.tabs-title > a:hover {
    background-color: #dfdfdf; 
    color: #963620;}
.tabs-title.is-active > a:hover {background-color: #fff;}
.tabs-panel {
	padding: 1.2em 0 0 0;
}
.tabs-content {
	border: none;
}


/* ----------////////////////////  end seat selector  ---------- */

/* ----------//////////  TRAIN CAR VIEWER   //////////---------- */

.reveal.train-car .tile {
	border: 1px solid #000;
	background: #f2f2f2;
	padding: 0;
	margin: 0;
}
.reveal.train-car h4, .reveal.train-car h5 {
    font-weight: normal;
    color: #fff;
    text-align: center;
	margin: 0;
    padding: 0;
}
.reveal.train-car h4 {
	font-size: 1.6em;
	background: #000;
    font-family: "chaparral-pro", serif !important;
}
.reveal.train-car h5 {
	font-size: 1.2em;
	background: #666;
	text-transform: uppercase;
}
.reveal.train-car .tile ul {
    margin: 0 2em 2em;
}

/* ----------////////////////////  end traincar viewer  ---------- */

/* ----------//////////  MEDIA QUERIES  //////////---------- */

@media only screen and (max-width: 640px) {
    .links-list {
      padding-left: 1em;
      margin-left: 0;
      margin-top: 1em; 
    }
    #contact.reveal {
        top: 15vw !important;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media only screen and (min-width: 761px) {
    
    h1 {
        text-align: left;
        font-size: 2em;
    }
    .content-block {
        margin: 1em auto;
        padding: 1em 1em;
    }
    div.home-grid {
        margin: 0 auto 1em;
    }
    .home-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }
    .home-grid .a {
        grid-column: 1;
        grid-row: 1;
    }
    .home-grid .b {
        grid-column: 2;
        grid-row: 1;
    }
    .home-grid .c {
        grid-column: 1;
        grid-row: 2;
    }
    .home-grid .d {
        grid-column: 2;
        grid-row: 2;
    }
    .tile-panel {
        max-height: 65%;
        top: 30%;
    }
    .tile-panel p {
        font-size: 1.2em;
    }
    span.price {margin-right: 1.5em;}
    .add-on {
        margin: 0;
    }
    /*.addon-price {
        max-width: 50%;
        margin: 0 auto;
    }*/
    div.add-ons h2, div#review h2  {
        margin-bottom: 1em !important;
    }
    .reveal#fares {width: 500px;}
    .reveal#payment {width: 90vw;}
    div.questions {margin-top: 2em;}
    div.reveal {
        top: 0;
    }
    .links-list {
      margin-left: 3vw;
    }
    #contact.reveal {
        max-width: 550px;
        top: 15% !important;
    }
    .side-panel-wrapper {top: 15%}
    /*.side-panel-wrapper {
      overflow-x: auto;
    }*/
    .text-control p {text-align: left;}
    .side-panel {
        left: calc(100% - 1.75vw);
    }
    .home-tile.c h2 { /* ----- OVERRIDE FOR TILE 3 ------ -- */
        padding-left: 3.5em;
    }
    .home-tile.d h2 { /* ----- OVERRIDE FOR TILE 4 ------ -- */
        padding-left: 1.5em;
    }
    #details.reveal {
      top: calc(75px + 2em) !important;
    }
}

@media only screen and (min-width:600px){
    div.reveal {
        top: 6em;
    }
}

@media only screen and (min-width: 1024px) {
    span.price {margin-right: 1.5em;}
    nav.nav1 {display: block;}
    nav.nav-mobile, .topbar-mobile {display: none;}
    .padded-wrap {padding: 0;}
}

@media only screen and (min-width: 1200px) {
    
    .footer-wrapper {
        display: flex;
    }
    .social-links {
        margin-top: 0;
    }
}