@import url('https://fonts.googleapis.com/css?family=Catamaran|Hind+Guntur|Open+Sans');

body {
  background-color: #fff7f4;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  /* background: url(/wp-content/uploads/2017/11/arches-alt-bg.jpg) no-repeat 50% fixed / cover; */
}

.main-body-content {
  margin-top: 144px;
}

.main-body-content > div > div:last-child {
  padding-bottom: 30px;
}

.row.expanded {
  max-width: 1300px;
  background: #fff7f4;
  margin: 0 auto;
}

a:hover {
  cursor: pointer;
}

p, td {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

iframe {
  padding-bottom: 20px;
}

li {
  font-size: 18px;
}

.li-ja {
  font-size: 12px;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

h3 {
  font-family: 'Hind Guntur', sans-serif;
  font-size: 46px;
  letter-spacing: 1px;
  font-weight: 800;
}

h4 {
  font-family: 'Hind Guntur', sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.centered-subtext {
  padding: 17px 0 7px 0;
  font-size: 16px;
  text-align: center;
}

.col-centered {
  display: block;
  width: 80%;
  margin: 0 auto;
}

p.text-red {
  font-style: italic;
  color: #D0431D;
}

h4.text-red {
  color: #D0431D;
}

.top-buffer {
  padding-top: 25px;
}

.typical-image {
  padding-bottom: 17px;
}

.typical-paragraph p {
  font-size: 18px;
  line-height: 25px;
  padding: 0 10px 20px 10px;
}

.grey-text {
  color: #535353;
}

.padding-10 {
  padding: 10px;
}

.subpage-title-area {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  height: 320px;
  overflow: hidden;
}

.subpage-title-area-alt {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  height: 500px;
  overflow: hidden;
}

.subpage-title-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-wrap {
  height: 100%;
  width: 100%;
}

.subpage-main-image {
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
  object-fit: cover;
  object-position: top left;
}

.subpage-main-image-center {
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
  object-fit: cover;
  object-position: center;
}

.subpage-main-image-bottom {
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
  object-fit: cover;
  object-position: bottom;
}

/* IE10+ HACK */
_:-ms-lang(x), .subpage-main-image, .subpage-main-image-bottom, .subpage-main-image-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
}

.image-dimmed-25 {
  -webkit-filter:brightness(75%);
  -moz-filter:brightness(75%);
  filter: url(#brightness);
  filter:brightness(75%);
}

.subpage-main-title {
  font-family: 'Hind Guntur', sans-serif;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 800;
  margin: 0;
  padding: 35px 20px 0 20px;
  line-height: 70px;
  font-size: 80px;
  text-shadow: 0px 1px 13px rgba(30, 30, 30, 0.1);
}

.subpage-main-subtitle {
  width: 100%;
  margin: -10px 0 0 0;
  padding: 0 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  font-style: italic;
}

.subpage-alert-box {
  background-color: #e24747;
  height: 49px;
}

.alert-icon {
  display: inline-block;
  height: 38px;
  margin: 0 0 3px 0;
  padding: 5px 15px 10px 15px;
}

.subpage-alert-box p {
  display: inline-block;
  line-height: 52px;
  font-size: 22px;
  color: white;
  font-family: balboa-plus-fill;
}

.alert-info-button {
  background-color: #a13232;
  color: white;
  font-family: balboa-plus-fill;
  font-size: 18px;
  padding: 7px 30px 5px 30px;
  border-radius: 15px;
  margin: 0 0 9px 15px;
  vertical-align: middle;
  cursor: pointer;
}

.alert-short {
  display: none;
}

.subpage-info-block {
  font-size: 18px;
  padding: 30px 0 45px;
  /* margin: 90px 0 45px 0; */
}

.subpage-info-block > p {
  margin-bottom: 23px
}

.info-block-left .columns, .info-block-right .columns {
  padding: 0;
}
.info-block-left {
  padding: 0 40px 0 0;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 18px;
}
.info-block-header {
  font-weight: 800;
  color: #333;
  padding: 0 15px 0 0 !important;
}
.info-block-line {
  padding-bottom: 20px;
  margin: 0 !important;
}
.info-block-line:last-child {
  padding-bottom: 0;
}
.info-block-right-for-map {
  padding: 0;
}
.info-block-right-full-height{
  padding: 0 100px 0 0;
}
.info-block-right {
  padding: 0 135px 0 0;
}
.blue-button-panel {
  font-family: balboa-plus-fill, sans-serif;
  height: 48px;
  font-size: 29px;
  color: #fff;
  background-color: #00a0df;
  border-radius: 10px 10px 0 0;
}

.inactive-bg-color {
  background-color: #80cbe9;
}

.blue-button-panel p {
  line-height: 48px;
  vertical-align: middle;
  padding: 0;
  margin: 2px 0 0 0;
}

.subpage-map-cam {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.subpage-cam, .subpage-cam-2 {
  object-fit: cover;
  background-color: #333;
  height: 400px;
}

.subpage-cam-2 > a > img {
  width: 100%;
}

.subpage-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.panel-right {
  border-left: 1px solid #fff7f4;
}

.blue-button-round {
  font-family: balboa-plus-fill, sans-serif;
  height: 60px;
  font-size: 29px;
  color: #fff;
  background-color: #00a0df;
  border-radius: 30px;
  text-align: center;
}

.blue-button-round a {
  color: #fff;
  background-color: #00a0df;
}

.blue-button-round > a:hover {
  background-color: #17b3f0;
  color: #fff;
}

.blue-button-round h2 {
  line-height: 62px;
  vertical-align: middle;
  padding: 0;
}

.blue-button-row {
  padding: 20px 0;
  /* margin: 0 90px 66px 90px; */
}

.major-infoblock, .major-infoblock-photo {
  padding-top: 20px;
}
.major-infoblock p {
  margin: 7px 0 15px 0;
}
.major-infoblock p:last-child {
  margin-bottom: 0 !important;
}
.major-infoblock h4 {
  margin: 0 0 9px 0;
}

.major-infoblock ul, .subpage-info-block ul {
  margin: 11px 0 25px 32px;
}

.major-infoblock ul li, .subpage-info-block ul li{
  margin: 3px 0 7px 0;
}

.major-infoblock .columns {
  padding: 0;
}

.major-infoblock .column-one {
  padding: 0 20px 0 0;
}

.major-infoblock .row {
  margin-bottom: 15px;
  max-width: 100rem;
}

.major-infoblock .main-text {
  padding: 0 0 30px 0;
}

.lined-title {
  margin-top: 25px;
  line-height: 60px;
  overflow: hidden;
}

.lined-title span {
  display: inline-block;
  position: relative;
}

.lined-title span:after {
  content: '';
  position: absolute;
  height: 38px;
  border-bottom: 1px solid #a13232;
  top: 0;
  width: 2000px;
  left: 100%;
  margin-left: 15px;
}

.square-panels-area {
  display: flex;
  flex-flow: row wrap;
}

.flex-panel-33 {
  flex: 1 1 33%;
  padding: 0 9px;
}

.subpage-square-panel {
  flex: 1 1 50%;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.subpage-square-panel:nth-child(odd) {
  padding: 15px 15px 15px 0;
}
.subpage-square-panel:nth-child(even) {
  padding: 15px 0 15px 15px;
}

.subpage-square-panel:nth-child(odd) .desc {
  padding: 40px 40px 40px 25px;
}

.subpage-square-panel:nth-child(even) .desc {
  padding: 40px 25px 40px 40px;
}

.subpage-square-panel img {
  width: 100%;
  object-fit: cover;
  object-position: top, left;
  filter: brightness(100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.subpage-square-panel > h3 {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 32px;
  text-shadow: 0px 1px 8px #555;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.subpage-square-panel .desc {
  width: 100%;
  height: 100%;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.subpage-square-panel .desc h3 {
  font-size: 28px;
}

.subpage-square-panel .desc p {
  font-size: 16px;
}
p.sq-desc-content, ul.sq-desc-content {
  height: 80%;
  overflow-y: scroll;
  margin-left: 0;
}
p.sq-desc-content a, ul.sq-desc-content a {
  color: #50bbf8;
}
ul.sq-desc-content li {
  padding-bottom: 7px;
}
.h3-fade {
  opacity: 0 !important;
}
.desc-fade {
  opacity: 1 !important;
}
.img-fade {
  filter: brightness(50%) !important;
}

.table-dark {
  color: #222;
}

.table-header {
  background-color: #504a47 !important;
  color: white;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 17px 18px 7px 18px;
  margin: 0 0 2px 0 !important;
}

.table-header-dark {
  background-color: #ccc !important;
  color: #504a47;
  text-transform: uppercase;
  font-size: 1.4em;
}

.table-header-dark > td {
  padding: 0.75em 0.75em 0.4em 0.75em;
}

.dark-block {
  background-color: #312c29 !important;
  color: white;
  padding: 0 25px;
}

.dark-callout {
  font-family: balboa-plus-fill, sans-serif;
  font-size: 18px;
  padding-top: 7px;
  position: relative;
  background-color: #312c29 !important;
  color: white;
}

.photos-left {
  padding-right: 100px !important;
}

.photos-left > p {
  padding-bottom: 40px;
}

.photos-right {
  padding: 0;
}

.photos-right > table > tbody > tr {
  background-color: #444;
}

.photos-area-1, .photos-area-2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}

.photos-area-2 {
  padding-bottom: 20px;
}

.photos-area-1 img {
  height: 135px;
  flex: 1;
  width: 33%;
  object-fit: cover;
  padding: 5px;
}

.photos-area-2 img {
  height: 135px;
  flex: 1;
  width: 50%;
  object-fit: cover;
  padding: 5px;
}

.button-row {
  margin: 0 0 20px 0;
  display: flex;
  flex-flow: row wrap;
}

.transportation-button {
  position: relative;
  cursor: pointer;
  flex: 1 1 100%;
  padding: 10px;
  border: 1px solid #FFF7F4;
  background-color: #FAEBE7;
  white-space: nowrap;
}

.trans-btn-circle {
  position: relative;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
}

.trans-btn-circle-inner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.trans-btn-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}

.trans-btn-text > p {
  padding: 4px 0 0 10px;
  margin: 0;
}

.green-background {
  background-color: #889942;
  color: white;
}

.blue-background {
  background-color: #0b567e;
  color: white;
}

.blue-bg {
  background-color: #399acd;
  color: white;
  transition: all 0.1s linear;
}

.blue-bg:hover {
  background-color: #58bcf0;
}

.red-bg {
  background-color: #e54a25;
  color: white;
  transition: all 0.1s linear;
}

.red-bg:hover {
  background-color: #f65c37;
}

.green-bg {
  background-color: #5e9f38;
  color: white;
  transition: all 0.1s linear;
}

.green-bg:hover {
  background-color: #72b44c;
}

.typical-margin {
  margin: 20px 8%;
}

.service-company {
  padding: 5px 20px;
  border-top: 1px solid #999;
  background-color: #FAEBE7;
  display: none;
}

.service-company-focus {
  padding: 5px 20px;
  border-top: 1px solid #999;
  background-color: #ebd8d3;
  display: none;
}

.static-service-company {
  padding: 5px 20px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background-color: #FAEBE7;
}

.static-service-company:last-child {
  border-bottom: 1px solid #999;
}

.service-company > .flex-holder, .static-service-company > .flex-holder, .service-company-focus > .flex-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
}

.company-info {
  flex: 0 1 360px;
}

.company-info p {
  margin: 0;
}

.company-subinfo {
  margin: 0 0 0 3px !important;
  font-size: 18px;
  line-height: 22px;
}

.company-title {
  font-weight: 800;
  text-transform: uppercase;
  color: #0b577f;
}

.icon-holder {
  position: relative;
  flex: 0 1 50px;
  padding: 5px;
}

.icon-holder-autowidth {
  flex: 0 1 auto;
  padding: 5px 10px;
}

.icon-holder > img {
  width: 50px;
}

.icon-holder > p, .icon-holder-autowidth > p {
  font-size: 26px;
  font-weight: bold;
  background-color: grey;
  color: white;
  border-radius: 5px;
  padding: 7px 5px 0 5px;
  text-align: center
}

.mobile-title-text {
  position: absolute;
  top: -40px;
  left: -50%;
  background-color: #fff7f4;
  color: #333;
  font-size: 12px;
  border: 2px solid #333;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  width: 100px;
  overflow-wrap: break-word;
}

.video-holder {
  display: flex;
  flex-flow: row wrap;
}

.video-box {
  flex: 1 1 50%;
  padding: 20px;
}

.youtube-video {
  width: 100%;
  height: 475px;
}

.campground-card {
  white-space: nowrap;
  background-color: #FAEBE7;
  flex: 1 1 32%;
  margin: 2px;
  padding: 15px;
}

.indented-paragraph {
  padding-left: 30px;
}

.desert-paragraph {
  flex: 1 1 50%;
  padding-right: 25px;
}

.desert-image {
  height: 370px;
  width: 240px;
}

.wide-arrow {
  padding-bottom: 8px;
}

.panel-slide-down {
  display: flex;
  flex-flow: row nowrap;
  opacity: 1;
  height: 500px;
}

.image-contain-left img {
  padding-right: 20px;
}

.major-col-image {
  padding-bottom: 15px;
}

.major-col-image-caption {
  display: block;
  padding: 15px 0 5px 0;
  font-size: 14px;
  margin: 0 !important;
}

.image-caption {
  padding: 10px 20px;
  font-size: 14px;
}

.backcountry-image {
  height: calc(900px - 22vw);
}

.travel-route-image {
  position: relative;
}

.middle-column {
  padding: 0 20px !important;
}

.trans-btn-icon-holder {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  margin-left: 10px;
}

.column-left {
  padding: 0 15px 20px 0 !important;
}

.column-right {
  padding: 0 0 20px 15px !important;
}

.column-left > img, .column-right > img, .column-multi > img {
  width: 100%;
  margin-top: 3px;
}
.column-left p:first-child, .column-right p:first-child {
  margin-top: 0px;
}
.column-multi {
  padding: 0 5px;
  padding-bottom: 15px;
}

.diff-symbol {
  float: left;
  width: 28px;
  box-sizing: border-box;
  margin-right: 15px;
}

.movies-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.movie {
  flex: 1 1 33%;
  box-sizing: border-box;
  padding: 0 7px;
}

.camping-text-overlay {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.campgrounds-custom-link {
  display: block;
  position: relative;
  color: #ddd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.campgrounds-custom-link:hover {
  color: #fff;
}

/*-------------------------------
/   Custom Scrollbar 
/---------------------------------*/
#custom-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0,0,0,0.1);
}
#custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  padding: 1px;
}
#custom-scroll::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); */
  background-color: rgba(0,0,0,0.1);
}


/*-------------------------------
/   Responsive Hiking Table
/---------------------------------*/
.responsive-table {
  padding-bottom: 20px;
}
.responsive-table > h2, .responsive-headers, .astro-headers {
  background-color: #504a47;
  color: white;
  text-transform: uppercase;
}
.responsive-table > h2, .table-entry, .table-entry > p {
  margin-bottom: 2px;
}
.responsive-headers, .astro-headers {
  display: flex;
}
.table-entry, .astro-entry {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.responsive-headers > p, .table-entry > p {
  flex: 1 1 20%;
  margin: 0;
  padding: 15px 10px 10px 10px;
  text-align: left;
}
.responsive-headers > p:nth-last-child(4), .table-entry > p:nth-last-child(4) {
  flex: 1 1 20%;
}
.responsive-headers > p:nth-last-child(5), .table-entry > p:nth-last-child(5) {
  flex: 1 1 15%;
}
.table-entry > p:first-child, .astro-entry > p:first-child {
  font-weight: bold;
}
.responsive-headers > p:last-child, .table-entry > p:last-child {
  flex: 1 1 40%;
}
.table-entry:nth-child(odd), .astro-entry:nth-child(odd) {
  background: #FEFEFE;
}
.table-entry:nth-child(even), .astro-entry:nth-child(even) {
  background: #f1f1f1;
}


/*---------------------------------
/   Astronomical Table
/---------------------------------*/
.astro-entry > p {
  flex: 1 1 20%;
  margin: 0;
  padding: 15px 0px 10px 10px;
  text-align: left;
}
.astro-entry > .moon-date {
  text-align: center;
}
.astro-headers > p {
  flex: 1 1 40%;
  margin: 0;
  padding: 15px 10px 10px 10px;
  text-align: left;
}
.astro-headers > p:first-child {
  flex: 1 1 20%;
}

/*---------------------------------
/   Accordion Customization
/---------------------------------*/
ul.accordion {
  margin: 0;
  margin-bottom: 20px;
}
.accordion-title {
  background-color: #666;
  color: white;
  font-size: 18px;
  padding: 18px 17px 12px 17px;
  text-transform: uppercase;
}
.accordion-section {
  background-color: #bbb;
}

/*-------------------------------
/   Form Customization
/---------------------------------*/
.form-flex-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.form-field-100 {
  flex: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.form-field-50 {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 0 10px;
  align-items: center;
}

.form-field-25 {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 0 10px;
  align-items: center;
}

.form-submit-button {
  padding: 10px 30px 5px 30px;
  border: none;
  background: #00A0DF;
  color: white;
  display: block;
  font-family: 'Hind Guntur', sans-serif;
  margin: 10px auto;
}

/*-------------------------------
/   Mountainbiking Trail Legend
/---------------------------------*/
.trails-link-holder {
  display: flex;
  flex-flow: row wrap;
}
.trail-link {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 22px;
}
.trail-link > a {
  font-weight: 600;
  font-size: 20px;
}
.trails-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 10px;
}
.trails-list p {
  margin: 0 10px 0 0;
  width: 205px;
  padding-top: 3px;
}
.trail-diff {
  position: relative;
  flex: 0 0 25px;
  padding: 0px;
}
.trail-difficulty {
  display: flex;
  align-items: center;
}
.trail-difficulty p {
  margin: 0;
  padding: 6px 10px 0 10px;
  font-size: 24px;
}
.calendar-day-big {
  display: block;
}
.calendar-day-mobile {
  display: none;
}


/*-------------------------------------------------
/   New IE compatible image sizing for movie page
/--------------------------------------------------*/
.movie-desc-holder {
  display: flex;
  flex-flow: row wrap;
}
.movie-desc {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 0 7px 15px 7px;
}
.movie-desc .img-contain {
  position: relative;
  height: calc(70vw / 4);
  max-height: 250px;
  width: 100%;
  overflow: hidden;
}
.movie-desc .img-contain img{
  width: 100%;
  display: block;
  overflow: hidden;
}


/*-------------------------------------------------
/   IE-Only Message to Use EDGE
/--------------------------------------------------*/
.ie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 10px 10px;
  text-align: center;
  color: #484848;
  border-top: 2px solid #61aeff;
  border-bottom: 2px solid #61aeff;
  display: none;
}


/*---------------------------------
/   Beginning of Media Queries
/---------------------------------*/
@media all and (max-width: 1550px){
  .red-bordered-box > h4 {
    font-size: 30px;
  }
  .floating-guide {
    width: 180px;
    top: 18%;
  }
  .info-block-right-full-height{
    padding: 120px 100px 50px 0;
  }
}

@media all and (max-width: 1400px){
  /* IE10+ HACK */
  /* _:-ms-lang(x), .subpage-main-image, .subpage-main-image-bottom, .subpage-main-image-center {
    width: 100%;
    height: calc(100vw * 0.56);
    flex: none;
    min-height: 300px;
  }
} */


@media all and (max-width: 1350px){
  h2 {
    font-size: 22px;
  }
  .red-bordered-box{
    padding: 30px !important;
  }
  .floating-guide {
    left: 5%;
  }
  .campground-card {
    flex: 1 1 49%;
  }
  .info-block-left {
    padding: 0 40px 0 80px;
  }
  .info-block-right-for-map {
    padding: 0 80px 25px 0;
  }
  .subpage-info-block {
    margin: 45px 0;
  }
  .major-infoblock, .major-infoblock-photo {
    padding: 20px 80px 0 80px;
  }
  .subpage-square-panel:nth-child(odd){
    padding: 10px 10px 10px 0;
  }
  .subpage-square-panel:nth-child(even){
    padding: 10px 0 10px 10px;
  }
  .subpage-square-panel:nth-child(odd) .desc {
    padding: 35px 35px 35px 20px;
  }
  .subpage-square-panel:nth-child(even) .desc {
    padding: 35px 20px 35px 35px;
  }
}


@media all and (max-width: 1024px){
  .major-infoblock-photo {
    padding: 15px 0;
  }
  .major-infoblock-photo > h3 {
    padding-left: 40px;
  }
  .subpage-main-title {
    font-size: 60px;
    line-height: 60px;
  }
  .subpage-main-subtitle {
    font-size: 24px;
    line-height: 35px;
  }
  .subpage-alert-box{
    padding-top: 8px;
  }
  .subpage-alert-box > p {
    display: none;
  }
  .alert-short {
    display: inline-block;
  }
  .alert-long {
    display: none;
  }
  .alert-info-button {
    margin: 0 0 9px 0;
  }
  .subpage-info-block, .blue-button-row {
    margin: 0;
    padding: 0;
  }
  .info-block-left, .info-block-right, 
  .info-block-right-full-height,
  .slide-text-left, .slide-text-right {
    padding: 45px 80px;
  }
  .info-block-line > div {
    padding: 0;
  }
  .info-block-right-for-map {
    padding: 0;
  }
  .blue-button-panel {
    width: calc(100%/3);
    border-radius: 0;
  }
  .blue-button-row {
    margin: 0;
    width: 100%;
  }
  .blue-button-row div{
    padding: 1px 0;
  }
  .blue-button-round {
    border-radius: 0;
  }
  .video-box {
    flex: 1 1 100%;
  }
  .icon-holder {
    border: none;
  }
  .company-info {
    flex: 1 1 100%;
  }
  .static-service-company {
    padding: 5px 5px 15px 5px;
  }
  .results-block {
    padding: 20px 0 0 0;
  }
  .results-block > div > h4 {
    padding-left: 20px;
  }
  .responsive-headers > p:last-child {
    display: none;
  }
  .table-entry > p:last-child {
    flex: 1 1 100%;
    border-top: 1px dashed #ddd;
    padding-bottom: 25px;
  }
  .column-left {
    padding: 0 0 20px 0 !important;
  }
  .column-right {
    padding: 0 !important;
  }
  .column-left a img, .column-right a img {
    display: block;
    margin: 0 auto;
  }
  .movie {
    flex: 1 1 49%;
  }
  .movie-desc {
    flex: 1 1 33%;
  }
  .movie-desc .img-contain {
    height: calc(70vw / 3);
  }
}


@media all and (max-width: 930px){
  .main-body-content {
    margin-top: 100px;
  }
  .calendar-day-big {
    display: none;
  }
  .calendar-day-mobile {
    display: block;
  }
}


@media all and (max-width: 850px){
  .red-bordered-box {
    padding: 20px 0 !important;
    margin: 50px 0 50px 0;
  }
  .red-bordered-box > h4 {
    font-size: 24px;
  }
  .lined-title {
    font-size: 40px;
    line-height: 50px;
  }
  .campground-card {
    white-space: normal;
  }
  .floating-guide {
    top: 8%;
  }
  .flex-panel-33 {
    flex: 0 0 100%;
  }
  .subpage-title-area-alt {
    height: 300px;
  }
  .lined-title span:after {
    height: 33px;
    margin-left: 10px;
  }
}

@media all and (max-width: 750px){
  .subpage-square-panel {
    flex: 1 1 100%;
  }
  .subpage-square-panel:nth-child(odd), .subpage-square-panel:nth-child(even) {
    padding: 2px 0;
  }
  .subpage-square-panel:nth-child(odd) .desc,
  .subpage-square-panel:nth-child(even) .desc {
    padding: 45px 40px;
  }
}

@media all and (max-width: 639px){
  h3 {
    font-size: 34px;
  }

  p, li, .slide-line-item *, .info-block-line * {
    font-size: 16px;
  }
  .info-block-left, .info-block-right, 
  .info-block-right-full-height,
  .slide-text-left, .slide-text-right,
  .subpage-square-panel .desc,
  .subpage-square-panel:nth-child(odd) .desc,
  .subpage-square-panel:nth-child(even) .desc {
    padding: 20px 20px;
  }
  .major-infoblock {
    padding: 20px 20px 0 20px;
  }
  .subpage-main-title {
    font-size: 48px;
    line-height: 52px;
  }
  .subpage-main-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .floating-guide {
    width: 90px;
    top: 25%;
    left: 10%;
  }
  .lined-title {
    font-size: 32px;
    line-height: 38px;
  }
  .lined-title span:after {
    height: 25px;
    margin-left: 7px;
  }
  .indented-paragraph{
    padding-left: 15px;
  }
  .responsive-headers {
    display: none;
  }
  .table-entry > p {
    flex: 1 1 100%;
    padding: 10px 10px 0px 10px;
  }
  .results-block {
    padding: 20px 0 0 0;
  }
  .movie {
    flex: 1 1 100%;
    padding: 0;
  }
  .movie-desc {
    flex: 1 1 50%;
  }
  .movie-desc .img-contain {
    height: calc(70vw / 2);
  }
}

@media all and (max-width: 530px){
  .astro-entry > p:first-child {
    flex: 1 1 100%;
    border-bottom: 1px dashed #ddd;
  }
  .astro-headers > p:first-child {
    display: none;
  }
}

@media all and (max-width: 450px){
  .transportation-button {
    flex: 0 0 100%;
  }
  h3 {
    font-size: 24px;
  }
  .subpage-square-panel > h3, .subpage-square-panel .desc h3 {
    font-size: 24px;
  }
  .subpage-square-panel:nth-child(odd) .desc, .subpage-square-panel:nth-child(even) .desc {
    padding: 20px;
  }
  .icon-holder {
    flex: 0 1 44px;
  }
  .youtube-video {
    width: 100%;
    height: 300px;
  }
  .movie-desc {
    flex: 1 1 100%;
  }
  .movie-desc .img-contain {
    height: calc(70vw);
  }
}

/*-------------------------
  Alternate View Styles 
--------------------------*/

.expanded-photo-block {
  background: url('/wp-content/uploads/2017/11/arches-alt-bg.jpg');
}

.red-const-button {
  color: #e24747;
  font-weight: bold;
}