@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/inter-v20-latin-700.woff2") format("woff2");
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button, input, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  color: #c15727;
}

a:hover, a:focus {
  text-decoration: none;
  color: #555;
}

h1, h2, h3, h4, h5, h6, .headline,
h1.header1,
h1.header2,
h1.header3,
h1.header4,
h1.header5,
h1.header6 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}

h1 {
  align-items: middle;
  font-size: 40px;
  vertical-align: middle;
  display: block;
  color: #333;
}

h1 span {
  font-weight: 400;
  color: #777777;
}

h2 span {
  font-weight: 400;
  color: #777777;
}

h1.light span {
  color: #d9ac44;
}

h2.light span {
  color: #d9ac44;
}

h2 {
  font-size: 20px;
  color: #333;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.button {
  text-align: center;
}

.button-one {
  height: 50px;
  box-sizing: border-box;
  border: 0;
  font-size: 18px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  background: #c15727;
  color: #fff !important;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  font-weight: 400 !important;
}

.button-one:hover {
  background: #8d3309;
  color: #fff;
}

.button-two {
  height: 50px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  background: #d9ac44;
  color: #3a1300;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  text-decoration: none;
}

.button-two:hover {
  background: #8d3309;
  color: #fff;
}

.button-three {
  height: 2.4em;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  background: #c15727;
  color: #fff;
  padding: 0 10px;
  line-height: 2.4em;
  display: inline-block;
}

.button-three:hover {
  background: #8d3309;
  color: #fff;
}

.button-grey {
  height: 50px;
  box-sizing: border-box;
  border: 0;
  font-size: 18px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  font-weight: 400 !important;
  background: #555;
  color: #fff;
}

.button-grey:hover {
  background: #888;
  color: #fff;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Section, Footer & Misc ------------------------------------------ */
.row {
  float: left;
  width: 100%;
}

.container {
  position: relative;
  z-index: 99;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.visible-vert-phone {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

/* TABLET ------------------------------------------ */
@media (min-width: 1250px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
    padding: 0 5%;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-horz-phone {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .hidden-vert-phone {
    display: none !important;
  }
  .visible-vert-phone {
    display: inhereit !important;
  }
}
section, .section {
  float: left;
  width: 100%;
}

.clearfix {
  clear: both;
}

main {
  padding: 0 0 70px 0;
}

.hero {
  background-size: cover;
  background-position: center center;
  background-color: #222;
  position: relative;
  z-index: 9;
}
.hero .hero-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero .image-credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000000;
  font-weight: 700;
  font-size: 12px;
}

.hero .content {
  float: left;
  padding: 320px 0 0 0;
  overflow: hidden-y;
}

.hero .content .headline-clone {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 0.7;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .hero .content .headline-clone {
    font-size: 80px;
    letter-spacing: -6px;
  }
}
@media (min-width: 1024px) {
  .hero .content .headline-clone {
    font-size: 110px;
    letter-spacing: -6px;
  }
}

.log-action {
  position: absolute;
  right: 0;
  top: 32px;
}

.log-status {
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #777;
}

.log-status strong {
  color: #333;
}

.return-link {
  font-weight: 700;
}

.log-status .item {
  float: left;
  margin-right: 20px;
}

.login .container {
  position: relative;
}

.login .pure-form {
  max-width: 500px;
}

.login-2 .column {
  width: 360px;
  padding: 2% 0;
  margin: 0 auto;
}

.success {
  height: 50px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 18px;
  background: #d9ac44;
  color: #fff;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  text-transform: uppercase;
  float: left;
  clear: both;
  font-weight: 700;
  margin-bottom: 20px;
}

.login .pure-control-group,
.login .pure-controls,
.event-filters .pure-control-group,
.event-filters .pure-controls {
  padding: 0;
  width: 100%;
}

.event-filters {
  margin-top: 20px;
}

.event-filters {
  margin-top: 20px;
}

.section-terminal {
  margin: 2% 0;
}

.section-terminal .column {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-terminal-1 .column-1 {
  width: 25%;
  background-color: rgba(0, 0, 0, 0.04);
}

#sidenav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidenav a {
  box-sizing: border-box;
  color: #555;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 8px 10px 20px;
}
@media (min-width: 1024px) {
  #sidenav a {
    font-size: 16px;
    padding: 8px 8px 8px 45px;
  }
}
#sidenav a:hover {
  color: #c15727;
}
#sidenav a.active {
  color: #fff;
  font-weight: 700;
}
#sidenav a.active::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 12px;
  height: 12px;
  top: 14px;
  background: url(/content/images/icons/arrow-bullet-orange.png) no-repeat center;
}
@media (min-width: 1024px) {
  #sidenav a.active::before {
    left: 12px;
    top: auto;
    background: none;
  }
}
#sidenav li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#sidenav li .title {
  background: #555;
  text-decoration: none;
  line-height: 24px;
  padding: 8px 8px 6px 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 0 0;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #sidenav li .title {
    line-height: 1.2;
    padding: 8px 15px 6px 30px;
    font-size: 18px;
  }
}
#sidenav li .title:hover, #sidenav li .title.active {
  background-color: #c15727;
}
#sidenav li .title.active {
  color: #fff;
}
#sidenav li .title.active::before {
  left: 5px;
}
@media (min-width: 1024px) {
  #sidenav li .title.active::before {
    left: 12px;
  }
}
#sidenav li:first-of-type .title {
  margin: 0;
}
#sidenav li a.title:hover {
  color: #fff;
}
#sidenav li div.title::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
  width: 12px;
  height: 12px;
  background: url(/content/images/icons/arrow-bullet-white.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 1024px) {
  #sidenav li div.title::before {
    left: 12px;
    top: 11px;
    background: url(/content/images/icons/arrow-bullet-white.png) no-repeat center center;
    background-size: cover;
  }
}
#sidenav li div.title.active::before {
  background-image: url(/content/images/icons/arrow-down-bullet-white.png);
}
@media (min-width: 1024px) {
  #sidenav li div.title.active::before {
    background: url(/content/images/icons/arrow-down-bullet-white.png) no-repeat center center;
    background-size: cover;
  }
}
#sidenav li.level-3-parent a.active::before {
  top: 14px;
  background: url(/content/images/icons/arrow-down-bullet-orange.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 1024px) {
  #sidenav li.level-3-parent a.active::before {
    top: 13px;
    background: url(/content/images/icons/arrow-down-bullet-orange.png) no-repeat center center;
    background-size: cover;
  }
}
#sidenav li.level-4 {
  background-color: rgba(0, 0, 0, 0.08);
}
#sidenav li.level-4 a {
  font-size: 15px;
  line-height: 18px;
  padding: 8px 8px 8px 0;
  margin: 0 0 0 22%;
  max-width: 78%;
  border-bottom: none;
}
#sidenav li.level-4 a.active {
  background: none;
  width: 78%;
}
#sidenav li.level-4 a::before {
  background: none;
}
#sidenav li ul {
  display: none;
  list-style: none;
  width: 100%;
}
#sidenav li ul li {
  width: 100%;
}
#sidenav li ul li a.active {
  color: #A64C1C;
  background-color: rgba(0, 0, 0, 0.04);
  width: 100%;
}
#sidenav li ul li a.active::before {
  background-image: none;
}

.section-terminal-1 .column-2 {
  width: 75%;
  padding: 0 0 0 50px;
}

.section-terminal-1 .column-2 ul, .section-terminal-2 .column ul {
  margin-top: inherit;
  margin-left: inherit;
  padding-top: 0;
  padding-left: 35px;
  line-height: 18px;
}

.section-terminal-1 .column-2 ul li, .section-terminal-2 .column ul li {
  margin: 10px 0 22px 0;
}

.section-terminal-2 .column {
  width: 100%;
  padding: 0;
}

.section-terminal-1 .column-2, .section-terminal-2 .column {
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  line-height: 2.4em;
}

.section-terminal-1 .column-2 p, .section-terminal-2 .column p {
  margin-bottom: 1.8em;
}

.section-terminal h1 {
  line-height: 46px;
  margin: -5px 0 15px 0;
  display: block;
}

.listing-social {
  display: inline-block;
  width: 100%;
}

.listing-social a {
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  border: 0;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #fff;
}

.listing-social a:hover {
  opacity: 0.6;
}

.listing-social a.facebook {
  background: rgba(59, 90, 153, 0.6);
}

.listing-social a.twitter {
  background: rgba(37, 168, 224, 0.6);
}

.listing-social a img {
  width: 24px;
  display: block;
  float: left;
}

.listing-social a span {
  display: block;
  float: left;
  padding: 0 8px;
  letter-spacing: inherit;
}

.see-more-trigger {
  cursor: pointer;
  display: block;
  margin-bottom: 1.8em;
}

.see-more-container {
  display: none;
  margin-top: 1.8em;
}

.campsiteImage img {
  border: 3px solid #e0e0e0;
  padding: 0px;
  max-width: 75%;
}

.newsimage {
  /*float:left;*/
  float: right;
  margin: 0 0px 20px 20px;
  max-width: 40%;
  font-size: 80%;
  line-height: 70%;
  text-align: right;
}

.newsimage img {
  /*max-width: 40%;*/
  margin-bottom: 5px;
}

.content-asset {
  float: right;
  shape-outside: margin-box;
  margin: 0 0 15px;
}
@media (min-width: 481px) {
  .content-asset {
    max-width: 300px;
    width: 30%;
    margin: 0 0 15px 20px;
  }
}

.content-asset .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(/content/images/icons/zoom-icon.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}

.expand-trigger {
  color: #fff;
  line-height: 24px;
  padding: 10px 10px 10px 40px;
  text-transform: uppercase;
  background: #c15727;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
  width: 100%;
  cursor: pointer;
  float: left;
  position: relative;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.expand-trigger:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/icons/arrow-down-bullet-white.png) no-repeat;
  background-size: cover;
}

.expand-trigger.expanded:after {
  background-image: url(../images/icons/arrow-up-bullet-white.png);
}

.expand-container {
  float: left;
  width: 100%;
}

.arch-year {
  border-left: 2px solid #c15727;
  line-height: 1em;
  padding: 0 5px;
}

.section-terminal-1 .column-2 ul.archive, .section-terminal-2 .column ul.archive {
  float: left;
  width: 100%;
  padding-left: 0;
}

ul.archive li {
  float: left;
  list-style: none;
}

ul.archive li a {
  padding: 0 8px;
  border-left: 2px #ccc solid;
}

ul.archive li:last-of-type a {
  border-right: 2px #ccc solid;
}

.anchor-list {
  float: left;
  width: 100%;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0px;
}

.anchor-list span {
  font-size: 16px;
}

.anchor-list a {
  font-weight: 700;
  border-right: 2px solid #ccc;
  padding: 0 5px;
  font-size: 16px;
}

.dates-container, .dates-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dates-container, .dates-container .day-container {
  float: left;
  width: 100%;
}

.month-container {
  color: #fff;
  line-height: 24px;
  padding: 8px;
  text-transform: uppercase;
  background: #c15727;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dates-container .day-container {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
}

.dates-container .day-container .date {
  float: left;
  width: 170px;
  min-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  padding-right: 20px;
}

.dates-container .day-container .date span {
  font-size: 64px;
  float: left;
  text-align: center;
  width: 100%;
  letter-spacing: -4px;
  line-height: 44px;
  padding-bottom: 5px;
}

.dates-container .day-container .text {
  overflow: hidden;
  min-height: 50px;
}

.dates-container .day-container .text .item {
  margin: 0 0 15px 0;
  border-left: 5px solid #c15727;
  float: left;
  width: 100%;
  padding: 0 5px 0 15px;
  font-size: 14px;
}

.dates-container .day-container .text .item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #c79d3b;
}

.dates-container .day-container .text .item:first-of-type {
  min-height: 70px;
}

.dates-container .day-container .text .item:last-of-type {
  margin: 0;
}

.dates-container .day-container .text .item h2 {
  font-size: 18px;
  line-height: 1.3rem;
  margin-bottom: 5px;
}

.dates-container .day-container .text .teaser {
  line-height: 24px;
  color: #444;
}

.faq-container, .faq-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-container .item {
  margin-bottom: 15px;
}

.faq-container .item, .faq-container .q-container, .faq-container .a-container {
  float: left;
  width: 100%;
}

.faq-container .q-container, .faq-container .a-container {
  background-color: rgba(0, 0, 0, 0.04);
}

.faq-container .q-container {
  padding: 15px 15px 0 15px;
}

.faq-container .a-container {
  padding: 0 15px;
}

.faq-container .label {
  float: left;
  width: 50px;
  min-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-right: 20px;
  font-size: 3em;
  text-align: right;
  line-height: 0.7em;
}

.faq-container .text {
  overflow: hidden;
  margin: 0 0 15px 0;
  border-left: 5px solid #c15727;
  padding: 0 5px 0 15px;
  min-height: 35px;
  line-height: 2.2em;
  color: #444;
  font-size: 13px;
}

.faq-container .a-container .text {
  border-color: #c79d3b;
}

.faq-container .text h2 {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.faq-container .text ul {
  padding-left: 35px;
}

.faq-container .text .answer {
  font-size: 16px;
}

.faq-container .text .answer p {
  margin-left: 0 !important;
}

.related-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  .related-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.related-container .related {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 15px;
}
.related-container .related a {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.related-container .related a:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.05);
}
.related-container .related a.view-all {
  text-align: right;
}
.related-container .related a.view-all:hover {
  background: none;
}
.related-container .related.related-docs a {
  flex-direction: row;
}
.related-container .related .headline {
  font-size: 20px;
  font-weight: 700;
  background-color: #555;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.related-container .related .icon {
  flex: 0 0 30px;
  margin-right: 10px;
}
.related-container .related .icon img {
  width: 30px;
  height: 30px;
}
.related-container .related .date {
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #555;
}
.related-container .related .text {
  overflow: hidden;
  min-height: 30px;
  font-size: 13px;
  line-height: 1.8em;
}
.related-container .related .text .title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #A64C1C;
}
.related-container .related span {
  color: #444;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
}
.related-container .related.maxed {
  max-height: 300px;
}
.related-container .related.maxed .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: #dcdcdc;
  color: #333;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-style: italic;
}
.related-container .related.maxed .more:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  display: block;
  background: url(../images/textures/gradient-clear-white.png) repeat-x bottom;
}
.related-container .related.maxed.expanded {
  max-height: inherit;
}
.related-container .related.maxed.expanded .more {
  display: none;
}
.related-container .related .more {
  display: none;
}

.staff-container {
  margin-top: 30px;
}

.staff-container .item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.staff-container a {
  padding: 15px 0;
  float: left;
  width: 100%;
  /*border-bottom: 1px solid #dadada;*/
}

.staff-container a:hover {
  opacity: 0.7;
}

.staff-container .image {
  float: left;
  width: 25%;
  margin: 0 15px 0 0;
}

.staff-container .text {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.staff-container .text .title {
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  font-family: "inter", "Arial Narrow", Arial, sans-serif;
  float: left;
  width: 100%;
}

.staff-container .teaser {
  color: #444;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  line-height: 24px;
  float: left;
  width: 100%;
}

.staff-container .url {
  margin-top: 5px;
  float: left;
  width: 100%;
}

.meetingItem {
  margin-bottom: 15px;
}

.signup {
  width: 100%;
  max-width: 500px;
  margin: 15px auto 0;
}

.signup.pure-form input[type=text] {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 5px 0 15px;
  vertical-align: inherit;
  width: 370px;
}

.signup.pure-form label {
  font-size: 16px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.signup.pure-form .button {
  float: right;
  width: 130px;
}

.listing-map-container {
  border: 0;
  padding: 0;
  width: 100%;
}

.listing-map {
  width: 100%;
  height: 0px;
  padding-bottom: 125%;
}
@media (min-width: 480px) {
  .listing-map {
    padding-bottom: 50%;
  }
}

.mapinfo b {
  font-size: larger;
}

.mapType {
  display: inline-block;
  border: 1px solid #c0c0c0;
  padding: 6px 8px;
  margin: 0 0 10px 2px;
  cursor: pointer;
}

.whiteBG {
  background-color: #fff;
}

.stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.stats .item {
  line-height: 30px;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
}
.stats .item .text {
  box-sizing: border-box;
  padding: 10px;
}
.stats .item .text a {
  color: #A64C1C;
  text-decoration: underline;
}
.stats .item h2 {
  background-color: #555;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
}
.stats .item .button {
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.stats .item .date {
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #777;
}
.stats .item-rating .text {
  padding: 10px 0;
}
.stats .item-rating .rating-container {
  margin: 0 auto;
}

.content-shortener,
.stats .item {
  position: relative;
  overflow: hidden;
}
.content-shortener.is-truncated,
.stats .item.is-truncated {
  max-height: 300px;
}
.content-shortener.is-truncated .more,
.stats .item.is-truncated .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: #dcdcdc;
  color: #333;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-style: italic;
  border: none;
}
.content-shortener.is-expanded,
.stats .item.is-expanded {
  max-height: none;
}
.content-shortener.is-expanded .more,
.stats .item.is-expanded .more {
  display: none;
}
.content-shortener .more,
.stats .item .more {
  display: none;
}
.content-shortener .more::after,
.stats .item .more::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  color: #ff0000;
}

.validation-summary-errors h2 {
  font-size: large;
}

.validation-summary-errors a {
  color: inherit;
  text-decoration: underline;
}

/*Media Queries*/
@media (min-width: 1250px) {
  .landing-accordian-content a h4 {
    font-size: 18px;
  }
  .landing-accordian-content a .teaser {
    font-size: 13px;
  }
  .section-terminal-2 .column ul.all-parks {
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  .button-one {
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    line-height: 3em;
  }
  .hero .content {
    padding: 220px 0 0;
  }
  .hero-home .content {
    padding: 450px 0 0;
  }
  .log-action {
    top: 22px;
    right: 5%;
  }
  .success {
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    line-height: 3em;
  }
  .signup.pure-form input[type=text] {
    font-size: 14px;
    height: 40px;
    line-height: 3em;
    padding: 0 5px 0 10px;
    width: 370px;
  }
}
@media (max-width: 767px) {
  .section-terminal h1 {
    font-size: 34px;
    margin: 15px 0 5px 0;
  }
  .hero .image-credit {
    bottom: -20px;
    right: 10px;
    color: #777;
    font-size: 10px;
    text-shadow: none;
  }
  .hero .content {
    padding: 160px 0 0;
  }
  .hero-home {
    padding: 0;
  }
  .hero-home .content {
    padding: 400px 0 0;
  }
  .section-terminal .column-2, .mobile-section-index {
    width: 100%;
    padding: 0;
  }
  .mobile-section-index .title {
    background: #333;
    color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
  }
  .mobile-section-index ul li {
    list-style: none;
    float: left;
    width: 48.5%;
  }
  .mobile-section-index ul li:nth-of-type(odd) {
    clear: left;
    margin-right: 3%;
  }
  .mobile-section-index ul li ul {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .mobile-section-index ul li ul li {
    float: left;
    width: 100%;
  }
  .mobile-section-index a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    float: left;
    width: 95%;
    margin: 0 5% 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
  }
  .signup {
    max-width: 400px;
  }
  .signup.pure-form input[type=text] {
    padding: 0 5px 0 5px;
    width: 300px;
  }
  .signup.pure-form .button {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  .anchor-list {
    line-height: 24px;
  }
  .anchor-list span {
    font-size: 16px;
    float: left;
    width: 100%;
  }
  .anchor-list a {
    border-right: none;
    padding: 5px 0;
    font-size: 16px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .button-one {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hero .content {
    padding: 120px 0 0;
  }
  .hero-home .content {
    padding: 260px 0 0;
  }
  .log-action {
    top: auto;
    right: auto;
    position: relative;
  }
  .login-2 .column {
    width: 100%;
  }
  .success {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .newsimage {
    margin: 0 0 30px 0;
    max-width: 100%;
    width: 100%;
  }
  .dates-container .day-container .date {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .dates-container .day-container .text {
    float: left;
    width: 100%;
  }
  .faq-container .label {
    width: 100%;
    padding: 15px 0;
    text-align: left;
  }
  .faq-container .text {
    float: left;
    width: 100%;
  }
  .staff-container .text .title {
    font-size: 18px;
  }
  .dates-container .day-container .text .item:first-of-type {
    min-height: none;
  }
  .activity-selection-inputs .answer {
    width: 100%;
  }
  .mobile-section-index ul li {
    width: 100%;
  }
  .signup {
    max-width: 100%;
    width: 100%;
  }
  .signup.pure-form input[type=text] {
    width: 70%;
    float: left;
  }
  .signup.pure-form label {
    font-size: 16px;
  }
  .signup.pure-form .button {
    width: 30%;
  }
  .section-terminal-1 .column-2 ul.archive, .section-terminal-2 .column ul.archive {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
  }
  ul.archive li {
    float: none;
    list-style: inherit;
  }
  ul.archive li a {
    padding: 0;
    border-left: none;
  }
  ul.archive li:last-of-type a {
    border-right: none;
  }
}

/*# sourceMappingURL=style.css.map */
