/* ------------------- Fonts ------------------- */

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/gibson/Gibson-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/gibson/Gibson-Regular_.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/gibson/Gibson-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/gibson/Gibson-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/gibson/Gibson-Regular.svg#bb4fbf86d689ca03dd32847e97000d9e') format('svg'); /* Legacy iOS */
         
    font-style:   normal;
    font-weight:  400;
  }
  
  @font-face {
    font-family: 'GibsonBold';
    src: url('../fonts/gibson/Gibson-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/gibson/Gibson-Bold_.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/gibson/Gibson-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/gibson/Gibson-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/gibson/Gibson-Bold.svg#54530b27eb950d30f06b883889356356') format('svg'); /* Legacy iOS */
         
    font-style:   normal;
    font-weight:  700;
  }
  
  @font-face {
    font-family: 'Museo Slab 700';
    src: url('../fonts/museo_slab/Museo_Slab_700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/museo_slab/Museo_Slab_700_.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/museo_slab/Museo_Slab_700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/museo_slab/Museo_Slab_700.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/museo_slab/Museo_Slab_700.svg#8a3cfc6bc4fcac96c5c1b9e5e7d4b0a0') format('svg'); /* Legacy iOS */
         
    font-style:   normal;
    font-weight:  700;
  }
  
  @font-face {
    font-family: 'Museo Slab 900';
    src: url('../fonts/museo_slab/Museo_Slab_900.eot'); /* IE9 Compat Modes */
    src: url('../fonts/museo_slab/Museo_Slab_900_.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/museo_slab/Museo_Slab_900.woff') format('woff'), /* Modern Browsers */
         url('../../index.html')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/museo_slab/Museo_Slab_900.svg#9f7096d3ce6d5c733eae8f58eab65d8f') format('svg'); /* Legacy iOS */ 
    font-style:   normal;
    font-weight:  400; 
      font-style: normal;
      font-weight: 900;
  }
  .theme-dropdown .dropdown-menu {
      position: static;
      display: block;
      margin-bottom: 20px;
  }
  .theme-showcase > p > .btn {
      margin: 5px 0;
  }
  .theme-showcase .navbar .container {
      width: auto;
  }
  /* Makes images fully responsive */
  
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img, 
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      display: block;
      width: 100%;
      height: auto;
  }
  /* ------------------- General Styling ------------------- */
  
  * {
      font-family: 'Gibson', sans-serif;
  }
  p {
      font-size: 16px;
  }
  h1,
  h2,
  h2 span,
  h1 strong,
  h2 strong {
      font-family: 'Museo Slab 700', serif;
      font-weight: 700;
  }
  h1 {
      letter-spacing: -.03em;
  }
  h3,
  h4,
  h5,
  h6,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
      font-family: 'GibsonBold', serif;
  }
  h4 a {
      font-family: 'GibsonBold', serif;
      font-size: 18px;
  }
  ul,
  ol {
      font-size: 16px;
      margin-bottom: 10px;
      padding-left: 30px;
      line-height: 1.6em;
  }
  hr {
      clear: both;
  }
  .clear {
      clear: both;
  }
  /*  ------ Home Page Only ----  */
  
  .matchtop {
      padding-top: 36px;
  }
  a.phone:hover {
      text-decoration: none;
  }
  #bannerData a{
    display: inline-block;
    width: 100%;
  }

  #bannerData a:focus,
  #bannerData a:focus-visible{
    outline: 2px solid #702f26 !important;
    outline-offset: -2px;
  }
  /* ---- HP Video Intro ---- */
  
  .masthead h1 img {
      width: 50%;
      position: absolute;
      top: 25%;
      left: 25%;
      display: none;
  }
  .masthead {
      position: relative;
      min-width: 720px;
  }
  .masthead-video {
      z-index: 0;
  }
  .masthead-overlay {
      background-color: #000;
      opacity: 0.4;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }
  .masthead-video-credit {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #fff;
      opacity: 0.6;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: -0.02em;
      padding-right: 10px;
      bottom: 10px;
      text-decoration: none;
      text-align: right;
      line-height: 1.5;
      -webkit-transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      transition: 0.2s ease all;
  }
  .masthead-video-credit span {
      display: block;
  }
  .masthead-video-credit:hover {
      opacity: 1;
  }
  .masthead-arrow {
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 30px;
      height: 30px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      opacity: 0.4;
  }
  .masthead h1 {
      position: absolute;
      width: 100%;
      font-weight: 700;
      font-size: 110px;
      text-align: center;
      height: 120px;
      line-height: 1;
      top: 0;
      bottom: 0;
      margin: auto;
      color: #fff;
  }
  /* ------------------- Background Styling ------------------- */
  
  .greenBG {
      background-color: #4ea483;
  }
  .yellowBG {
      background-color: #4789b9;
  }
  .orangeBG {
      background-color: #c89661;
  }
  .blueBG {
      background-color: #4789b9;
  }
  /* ------------------- Carousel Styling ------------------- */
  .carousel {
      overflow: hidden;
  }
  .carousel-inner {
  
  }
  .carousel-caption {
      background-color: rgba(0, 0, 0, .5);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      padding: 0 0 10px 25px;
      color: #fff;
      text-align: left;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      z-index: 15;
      margin: 0;
      padding: 0 25px 25px 0;
      text-align: right;
  }
  .carousel-control.left,
  .carousel-control.right {
      background-image: none;
  }
  .carousel-caption {
      background: none;
  }
  /* ------------------- Header Styling ------------------- */
  
  .logo {
      padding: 20px 15px 30px important;
      /* -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out; */
      transition: all .5s ease-out,outline 1ms;
  }
  .logo img {
      width: 250px;
  }
  .logo img.mobile {
      display: none;
  }
  .navbar {
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;
      margin-bottom: 0px;
      background-color: #fff;
      border: 0px solid TRANSPARENT;
      border-radius: 0px;
  }
  .navbar-header {
      max-height: 100px;
  }
  .navbar li a,.navbar li button {
      font-family: 'Museo Slab 700', serif;
      letter-spacing: -.02em;
      font-size: 23px;
      color: #481800;
      padding-top: 35px;
      padding-bottom: 25px;
     /* font-weight: 700;*/
      text-transform: uppercase;
      transition: background-color .3s ease;
      text-decoration: none;
  }
  .navbar li a:hover {
      /* color: rgb(195, 69, 17); */
      color: rgb(211, 85, 33);
      transition: color .3s ease;
  }
  .navbar li a span {
      font-family: 'Gibson', sans-serif;
      letter-spacing: .06em;
      font-size: 10px;
      /* color: #bb7f49; */
      /* color: #9C693A; */
      color: #9B5F29;
      display: block;
      font-weight: 500;
  }
  .navbar {
      border-bottom: 5px solid #702f26;
  }
  .parkSort {
      background-color: #9f3b00 !important;
  }
  .navbar-toggle {
      border-color: #702f26;
  }
  .icon-bar {
      background-color: #702f26;
  }
  
  /*--- AddSearch ---*/
  .navbar li a.btnSearch {
      margin-top:-5px;
  } 
  #searchModal .modal-dialog {
     margin-top: 84px;
  }
  #searchModal .modal-content {
      background-color: transparent;
      box-shadow: none;
      border: none;
  }
  #searchModal i.fa {
      font-size: 30px;
      color: #fff;
      margin-right: 10px;
  }
  #searchModal input.addsearch {
      background-color: transparent;
      border: none;
      border-bottom: solid 2px #fff;
      color: #fff;
      font-size: 45px;
      width: calc(100% - 40px);
      margin-bottom: 0px;
      z-index: 99999 !important;
  }
  #searchModal input.addsearch::placeholder { 
    opacity: 1; 
    color: #fff;
  }
  #searchModal input.addsearch::-ms-input-placeholder { /* Edge 12 -18 */
    opacity: 1;
    color: #fff;
  }
  #searchModal .fa-search path{
    fill: #fff;
  }
  .addsearch::placeholder {
      color: rgba(255,255,255,0.6);
  }
  .addsearch::-webkit-input-placeholder {
      color: rgba(255,255,255,0.6);
  }
  .addsearch::-moz-input-placeholder {
      color: rgba(255,255,255,0.6);
      opacity: 1;
  }
  .addsearch:-ms-input-placeholder {
      color: rgba(255,255,255,0.6);
  }
  .addsearch::-ms-input-placeholder {
      color: rgba(255,255,255,0.6);
  }
  #searchModal input:focus {
      outline: none;
  }
  #addsearch-results-bottom {
      display: none;
  }
/*---------------------search ------------------------*/
/*On button event*/
#addsearch-results-mid, .adds-components-widget-search-field{
  display: none;
}
#addsearch-results.document-click{
  display: none !important;
}
#addsearch-results{
  display: block !important;
  z-index: -1 ;
  opacity:0;
  border: 2px solid #dadada !important;
  border-top:  0px !important;
  position: absolute;
 /*  top: 85% !important;
  left:  55.3% !important;
  transform: translate(-50%,-50%); */
}
#addsearch-results-mid #addsearch-nohits{
  position: absolute;
  top: 0;  
}
#addsearch-nohits{
  display: block;
  position: absolute;
  top: 64%;
  background: #fff;
  width: 100%;
  padding: 10px;
  width: 780px !important;
  border: 2px solid #dadada !important;
  border-bottom:  0px !important;
}
#addsearch-results.addsearch-d{
  border-top:  0px !important;
}
#addsearch-nohits p{
  font-size: 100%;
  padding: 10px 0 10px 10px !important;
}
#addsearch-nohits-message{
  display: block;
  /* position: absolute; */
  top: 57%;
  background: #fff;
  width: 100%;
  padding: 5px 10px;
/*   width: 780px !important; */
  border: 2px solid #dadada !important;
  border-bottom:  0px !important;
  margin-bottom: 30px;
}
#searchModal .modal-body{
  padding: 0px;
}
#addsearch-nohits-message p
{
  font-size: 100%;
  margin-bottom: 0px;
}
#addsearch-results.no-result{
  padding-top: 40px;
 /*  top: 81.5% !important;
  border: 0 !important;
  left: 55.1% !important; */
}
.popupSearch{
  position: relative;
}
.popupSearch input{width:  100% !important}
.popupSearch #searchButton {
  background-color: #f0f0f0;
  color: #000;
  border: 0;
  height: 40px !important;
  padding: 10px 15px;
  text-transform: uppercase;
  top: 20px !important;
  right: 0px !important;
  background: #ffffff;
}
#searchModal .btn .fa-search path{
    fill: #000;
}
.searchNotext{
  margin-bottom: 30px;
}
/*--------------------------End-------------------------/*
  
  /*--- Map Styling ---*/
  
  .map {
      padding: 20px 0 60px 0;
  }
  .mapWrap {
      transition: all .3s ease;
  }
  .map .filter {
      border: 3px solid #01444c;
      padding: 8px;
      display: inline-block;
      cursor: pointer;
  }
  .map .mobileNotifier {
      display: none;
  }
  .map .filter.on {
      background-color: #01444c;
      color: #fff;
  }
  .map div.location {
      width: 30px;
      cursor: pointer;
      top: 0px;
      left: 0px;
      transition: height 200ms ease, width 200ms ease, margin 200ms ease;
      -webkit-transition: height 200ms ease, width 200ms ease, margin 200ms ease;
      -moz-transition: height 200ms ease, width 200ms ease, margin 200ms ease;
  }
  .map div.location.hoverstate {
      height: 40px;
      width: 40px;
      margin: -5px 0 0 -5px;
  }
  .map .location img {
      width: 100%;
  }
  .map span.locationLabel  {
  
      text-align: center;
      position: absolute;
      display: none;
      padding: 5px 10px;
      margin-top: -30px;
      margin-left:15px;
      color:#fff;
      background-color: #C34511;
      border-radius: 50px 50px 50px 0px;
      -moz-border-radius: 50px 50px 50px 0px;
      -webkit-border-radius: 50px 50px 50px 0px;
      white-space:nowrap;
      z-index: 9;
  }
  h1 {
      position: relative;
  }
  h1 span.viewList a {
      display:none;
  }
  .textList {
      /* max-height: 900px; */
      overflow-y: scroll;
  }
  .textList h4 {
      padding: 6px 10px;
      margin: 0px;
      font-size: 15px;
      font-family: 'Gibson' !important;
  }
   .textList .highlight h4 {
      font-family: 'Museo Slab 700', serif !important;
      font-size: 18px;
      padding: 10px;
      transition: all 200ms ease;
  }
  .textListWrap {
      padding: 0 25px;
  }
  .textListWrap h3 {
      border-bottom: 3px solid #C34511;
      margin-bottom: 0px;
  }
  .textList .location {
      cursor: pointer;
      background: rgba(229, 164, 65, 0.0);
      border-bottom: 1px solid #C34511;
      -webkit-transition: background .5s ease-out;
      -moz-transition: background .5s ease-out;
      -o-transition: background .5s ease-out;
      transition: background .5s ease-out;
  }
  .textList .location.highlight {
      background: rgba(229, 164, 65, 0.3);
  }
  .filterOptions>a{
      display: inline-block;
      margin-bottom:10px;
  }
  .filter {
      border: 3px solid #01444c;
      padding: 8px;
      display: inline-block;
      cursor: pointer;
      /* margin-bottom: 10px; */
      transition: all 100ms ease;
      -webkit-transition: all 100ms ease;
      -moz-transition: all 100ms ease;
  }
  .filter:hover {
      background-color: rgba(1,68,76,0.7);
      color: #fff;
  }
  .filter.on {
      background-color: #01444c;
      color: #fff;
  }
  .textList .parkInfo {
      display: none;
      padding: 5px 20px 10px 20px;
  }
  .textList .parkInfo a {
      color: #fff;
  }
  /* ------------------- Megamenu Styling ------------------- */
  
  .navbar-default {
      color: #fff;
      background-color: #ccc6c6;
      border-color: #aca1a2;
  }
  .dropdown-menu {
      background-color: #481800;
  }
  .navbar-default .navbar-nav > li > a {
      color: #fff;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret {
      border-top-color: #fff;
      border-bottom-color: #fff;
  }
  .navbar-default .navbar-brand {
      color: #fff;
  }
  .navbar-right .dropdown-menu {
      right: auto;
  }
  .menu-large .dropdown-menu {
      right: 0;
  }
  .navbar li ul li a {
      display: block;
      padding: 5px 20px 2px;
      clear: both;
      font-weight: normal;
      line-height: 1.428571429;
      color: #fff;
      white-space: normal;
      font-size: 14px;
  }
  .menu-large {
      position: static !important;
  }
  .megamenu {
      padding: 20px 0px;
      width: 100%;
      background-color: #481800;
  }
  .megamenu> li > ul {
      padding: 0;
      margin: 0;
  }
  .megamenu> li > ul > li {
      list-style: none;
  }
  .megamenu> li > ul > li > a {
      display: block;
      padding: 5px 20px 2px;
      clear: both;
      font-weight: normal;
      line-height: 1.428571429;
      color: #fff;
      white-space: normal;
      font-size: 14px;
      transition: all .3s ease;
  }
  .megamenu> li ul > li > a:hover,
  .megamenu> li ul > li > a:focus {
      text-decoration: none;
      color: rgb(195, 69, 17);
      background-color: rgba(245, 245, 245, .9);
      transition: color 1s ease;
  }
  .megamenu.disabled > a,
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
      color: #999999;
  }
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
      text-decoration: none;
      background-color: transparent;
      background-image: none;
      filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
      cursor: not-allowed;
  }
  .megamenu.dropdown-header {
      color: #428bca;
      font-size: 18px;
  }
  .navbar-nav .open .dropdown-menu {
      /* background: #481800; */
      background: #280000;
  }
  .navbar-nav .menu-large .dropdown-menu {
    width: 1200px;
    margin: auto;
    left: 0;
  }
  @media only screen and (min-width: 769px) and (max-width:1199px) {
    .navbar-nav .menu-large .dropdown-menu {
     width: auto;
    }
  }
  @media (max-width: 768px) {
      .megamenu {
          margin-left: 0;
          margin-right: 0;
      }
      .megamenu> li {
          margin-bottom: 30px;
      }
      .megamenu> li:last-child {
          margin-bottom: 0;
      }
      .megamenu.dropdown-header {
          padding: 3px 15px !important;
      }
      .navbar-nav .open .dropdown-menu .dropdown-header {
          color: #fff;
      }
  }
  /* ------------------- Lead Button Styling ------------------- */
  
  .leadBtnRow {
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      /* margin-top: -70px; */
      margin-bottom: 40px;
  }
  .leadBtnRow div {
      padding: 15px 10px 15px 10px;
      line-height: 18px;
  }
  .leadBtnRow .sub{
      font-family: 'Gibson', sans-serif;
      display: inline-block;
      width: 100%;
  }
  .leadBtnRow h3 {
      font-family: 'Museo Slab 700', serif;
      font-weight: 100;
      font-size: 28px;
      padding: 0;
      margin: 0;
      color: #fff;
  }
  .leadBtnRow .title{
      font-family: 'Museo Slab 700', serif;
      font-weight: 100;
      font-size: 28px;
      padding: 0;
      margin: 0;
      color: #fff;
      display: inline-block;
      width: 100%;
      line-height: 28px;
  }
  .leadBtn {
      border-radius: 10px;
  }
  .leadBtnRow a {
      color: #fff;
  }
  /* Allows for whole btn to be clickable*/
  
  .leadBtnRow a.fullBtn {
      cursor: pointer;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
  }
  .leadBtnRow a.fullBtn:focus{
    outline-width: 4px !important;
  }
  .leadBtnRow a:hover {
      text-decoration: none;
  }
  .blueBtn {
      background: #87BAC9 url(../../images/topoBg-07.svg) top center repeat;
      background-size: 90%;
      border-bottom: 0px solid #87BAC9;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  }
  .blueBtn:hover {
      background-color: #1c809f;
      transform: scale(1.0225);
  }
  .yellowBtn {
      background: #E5A441 url(../../images/topoBg-07.svg) top center repeat;
      background-size: 90%;
      border-bottom: 0px solid #E5A441;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  }
  .yellowBtn:hover {
      background-color: #d48309;
      transform: scale(1.0225);
  }
  .orangeBtn {
      background: #C34511 url(../../images/topoBg-07.svg) top center repeat;
      background-size: 90%;
      border-bottom: 0px solid #C34511;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  }
  .orangeBtn:hover {
      background-color: #772400;
      transform: scale(1.0225);
  }
  .greenBtn {
      background: #82A042 url(../../images/topoBg-07.svg) top center repeat;
      background-size: 90%;
      border-bottom: 0px solid #82A042;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  }
  .greenBtn:hover {
      background-color: #618414;
      transform: scale(1.0225);
  }
  /* ------------------- Article Styling ------------------- */
  
  .interior-page .mainContent {
      padding-top: 75px;
      padding-bottom: 75px;
  }
  .mainContent p a:not(.btn) {
    text-decoration: underline;
  }
  .article {
      margin-bottom: 40px;
  }
  .article h2 {
      border-bottom: 3px solid #702f26;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-family: 'Museo Slab 700';
      color: #481800;
  }
  .article p {
      font-family: 'gibson', sans-serif;
      font-size: 16px;
      line-height: 27px;
  }
  .article .contentImg img {
      /*border: 5px solid #E5A441;*/
      width: 100%;
  }
  /* ------------------- Button Styling ------------------- */
  
  .button {
      color: #fff;
      padding: 15px;
      font-size: 22px;
      font-family: 'Museo Slab 700';
      display: block;
      width: 100%;
      position: relative;
      text-align: center;
      opacity: 0.9;
      filter: alpha(opacity=30);
      /* For IE8 and earlier */
      
      text-transform: uppercase;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  }
  .button:hover {
      opacity: 1;
  }
  a.btnLink {
      opacity: 0.9;
      filter: alpha(opacity=30);
      /* For IE8 and earlier */
  }
  a.btnLink:hover {
      text-decoration: none;
      opacity: 1;
  }
  span.nowrap,
  a.nowrap,
  td.nowrap {
      white-space: nowrap;
  }
  .orangeBtnBase {
      background: #C34511;
      -webkit-border-radius: 3;
      -moz-border-radius: 3;
      border-radius: 3px;
      color: #ffffff;
      font-size: 19px;
      padding: 9px 20px 7px 20px;
      text-decoration: none;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  }
  .orangeBtnBase:hover {
      background: #891e00;
      text-decoration: none;
  }
  .articleArea .yellowBtnBase{
      background: #9B6515;
      opacity: 1;
  }
  .yellowBtnBase {
      background: #E5A441;
      -webkit-border-radius: 3;
      -moz-border-radius: 3;
      border-radius: 3px;
      color: #ffffff;
      font-size: 19px;
      padding: 9px 20px 7px 20px;
      text-decoration: none;
  }
  .yellowBtnBase:hover {
      /* background: #d48309; */
      background: #984F00;
      text-decoration: none;
  }
  .blueBtnBase {
      background: #002b54;
      -webkit-border-radius: 3;
      -moz-border-radius: 3;
      border-radius: 3px;
      color: #ffffff;
      font-size: 19px;
      padding: 9px 20px 7px 20px;
      text-decoration: none;
  }
  .blueBtnBase:hover {
      background: #87bac9;
      text-decoration: none;
  }
  .greenBtnBase{
     background: #5E7629;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      color: #ffffff;
      font-size: 19px;
      padding: 9px 20px 7px 20px;
      text-decoration: none;
  }
   .greenBtnBase:hover {
      background: #324800;
      text-decoration: none;
  }
  .ltOrangeBtnBase {
      background: #f0d090;
      -webkit-border-radius: 3;
      -moz-border-radius: 3;
      border-radius: 3px;
      color: #ffffff;
      font-size: 19px;
      padding: 9px 20px 7px 20px;
      text-decoration: none;
  }
  .ltOrangeBtnBase:hover {
      background: #d48309;
      text-decoration: none;
  }
  /* ------------------- Feature Progams Styling ------------------- */
  
  .featurePrograms {
      padding: 60px 0;
      display: table;
  }
  .program {
      display: table;
      width: 100%;
  }
  .programTitle {
      display: table-cell;
      height: 40px;
      vertical-align: middle;
  }
  .featurePrograms h3,.featurePrograms h2{
      font-size: 20px;
      text-align: center;
      height: 40px;
      top: 50%;
      width: 100%;
      padding: 0;
      margin: 10px 0;
  }
  .programImg img {
      border: 5px solid #E5A441;
      width: 100%;
  }
  /* ------------------- Image Caption ------------------- */
  
  .captionRight {
      margin-left: 15px;
      float: right;
      /* color: gray; */
      /* color: #757575; */
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .captionLeft {
      margin-right: 15px;
      float: left;
      /* color: gray; */
      /* color: #757575; */
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .img-caption {
      display: block;
      text-align: center;
      margin: 0px;
      padding: 5px 0;
      font-size: 14px;
  }
  /* ------------------- Featurette Styling -------------------- */
  
  .footer-feature {
      position: relative;
      padding: 40px 0;
      color: #fff;
      margin-top: 40px;
  }
  .footer-feature a {
      color: #fff;
      border: 3px solid #fff;
      padding: 5px;
      text-align: right;
      border-radius: 0px;
      float: right;
      margin-bottom: 20px;
  }
  .footer-feature:before {
      content: " ";
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, .5);
  }
  .footer-feature a:hover, .footer-feature a:focus{
      color: #fff;
  }
  .footer-feature h3 {
      color: #fff;
  }
  .footer-feature .videoEmbed iframe {
      width: 100%;
  }
  /* ------------------- Partners Styling ------------------- */
  
  #partners {
      background: #E5A441 url(../../images/topoBg-01.svg) top center repeat;
      background-size: 50%;
      padding: 40px 0;
  }
  #partners .partner {
      display: inline-block;
      width: 6.5%;
      margin: 1.2%;
      cursor: pointer;
  }
  #partners #azTourismDesc-button {
      width: 14%;
  }
  
  #partners #hwysDesc-button {
      width: 11%;
  }
  
  #partners .partner img {
      width:100%;
      
  }
  #partners h3 {
      text-align: center;
  }
  #partners h3 {
      display: table;
      white-space: nowrap;
  }
  #partners h3:before,
  #partners h3:after {
      border-top: 1px solid #481800;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 45%;
  }
  #partners h3:before {
      right: 1.5%;
  }
  #partners h3:after {
      left: 1.5%;
  }
  .partnerLogo {
      width: 150px;
  }
  .partnerLogo.highways {
      width:200px;
  }
  .partners-section {
      padding-top: 70px;
      padding-bottom: 40px;
      text-align: center;
      background-color: #F6F6F6;
  }
  #partners img.partner-logo {
      width: 200px;
      margin-top: 30px;
      margin-bottom: 10px;
  }
  #partners p.headline {
      font-size: 24px;
      margin-bottom: 0px;
  }
  #partners p.subheadline {
      font-style: italic;
      font-size: 16px;
      margin-bottom: 30px;
  }
  #partners p.content {
  
  }
  #partners img.content-img {
      width: 100%;
      margin-top: 50px;
  }
  .partner-content {
      transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  .partner-hidden-content {
  
      color: #000;
  
  }
  .partner-hide {
      height: 0;
      overflow: hidden;
      opacity: 0;
  }
  /* ------------------- Top Banner Styling ------------------- */
  .topBanner {
      position: relative;
      overflow: hidden;
  }
  /* ------------------- Alt Page Ribbon Styling ------------------- */
  .topBanner .altPageRibbon {
      bottom: 50%;
      right: 0%;
  }
  .altPageRibbon {
      padding: 0px 6px;
      position: fixed;
      bottom: 8%;
      right: 0%;
      z-index: 1000;
      font-size: 2em;
      border-radius: 50px 0px 0px 50px;
      -moz-border-radius: 50px 0px 0px 50px;
      -webkit-border-radius: 50px 0px 0px 50px;
      margin-right: -122px;
      transition: margin-right 500ms ease-in-out;
      background: #e82;
  }
  .altPageRibbon:hover {
     margin-right: 0px;
     transition: all 250ms ease-in-out;
  }
  .altPageRibbon a {
      color: #fff;
  }
  .altPageRibbon a:hover {
      opacity: .8;
      color: #fff;
      text-decoration: none;
  }
  .altPageRibbon span {
      vertical-align: text-bottom;
      font-size: .75em !important;
  }
  
  /* Corner Ribbon Styling */
  /* The ribbons */
  
  .corner-ribbon {
      width: 200px;
      background: #e43;
      position: absolute;
      top: 25px;
      left: -50px;
      text-align: center;
      line-height: 50px;
      letter-spacing: 1px;
      color: #f0f0f0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      opacity: .9;
      display: none;
  }
  /* Custom styles */
  
  .corner-ribbon.sticky {
      position: fixed;
      z-index: 1000;
  }
  .corner-ribbon.shadow {
      box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  }
  /* Different positions */
  
  .corner-ribbon.top-left {
      top: 25px;
      left: -50px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  .corner-ribbon.top-right {
      top: 25px;
      right: -50px;
      left: auto;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
  }
  .corner-ribbon.bottom-left {
      top: auto;
      bottom: -25px;
      left: -50px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
  }
  .corner-ribbon.bottom-right {
      top: auto;
      right: -160px;
      bottom: 0px;
      left: auto;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  /* Colors */
  
  .corner-ribbon a {
      font-size: 14px;
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
  }
  .corner-ribbon a:hover {
      font-size: 16px;
      text-shadow: 1px 1px 1px black;
      text-decoration: none;
  }
  .corner-ribbon.white {
      background: #f0f0f0;
      color: #555;
  }
  .corner-ribbon.black {
      background: #333;
  }
  .corner-ribbon.grey {
      background: #999;
  }
  .corner-ribbon.blue {
      background: #39d;
  }
  .corner-ribbon.green {
      background: #2c7;
  }
  .corner-ribbon.turquoise {
      background: #1b9;
  }
  .corner-ribbon.purple {
      background: #95b;
  }
  .corner-ribbon.red {
      background: #e43;
  }
  .corner-ribbon.orange {
      /* background: #e82; */
      background: #EE8822;
  }
  .corner-ribbon.orange a{
    color: #481800;
  }
  .corner-ribbon.yellow {
      background: #ec0;
  }
  /* ------------------- Calendar Styling ------------------- */
  /* Adjust heights based on left content */
  .stateEventPage h1 span {
      float:right;
      font-size: 15px;
      margin: 0 0 0 10px;
  
  }
  .stateEventPage h1 span:after {
      float:none;
      content: ' ';
  
  }
  .stateEventPage h1 span select {
      font-size:15px;
      margin: -6px 0;
  }
  .eventArea div.fadeBottom {
      position: absolute;
      width: 100%;
      height: 100px;
      z-index: 200;
      top: 936px;
      background: TRANSPARENT;
      background: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
      background: -o-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
      background: -moz-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
      background: linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
  }
  .eventArea ul.scroller {
      height: 960px;
      overflow: scroll;
  }
  .eventArea h2 {
      border-bottom: 3px solid #702f26;
      padding-bottom: 10px;
      color: #481800;
  }
  .eventArea h2 a {
      font-size: 13px;
      margin-left: 7px;
      /*color: #CD8D49;*/
      color: #9B6515;
  }
  .eventArea li a {
      margin: 0px;
      display: block;
      width: 100%;
      height: 100%;
  }
 /*  li a:hover {
      text-decoration: none;
  } */
  .eventArea li a h4 {
      color: #481800;
      margin-top: -6px;
  }
  .eventArea li a h5 {
      color: #9B6515;
  }
  .eventArea li.event a p {
      font-size: 14px;
      color: rgba(72, 24, 0, .7);
  }
  .eventArea li.event {
      min-height: 90px;
      border-bottom: 1px solid #c8dae7 !important;
      padding: 0 6px 0 10px;
  }
  .eventArea li.event:first-child {
      padding-top: 10px;
      min-height: 100px;
  }
  .eventArea li.event:hover h5 {
      /* opacity: .7; */
      color: #9D5D19;
      transition: all .3s ease;
  }
  .eventArea li.event:hover h4 {
      color: #C34511;
      transition: all .5s ease;
  }
  .eventArea li.event:hover {
      background-color: rgba(241, 213, 155, .15);
      transition: all .5s ease;
      cursor: pointer;
  }
  .eventArea li.event a:hover {
      text-decoration: none !important;
  }
  .eventArea li.event:last-child {
      border-bottom: none !important;
  }
  .eventArea li.event:after {
      clear: both;
  }
  .eventList {
      list-style: none;
      margin: 0;
      padding: 0 15px 0 15px;
  }
  .moreDown {
      font-size: 36px;
      margin: -6px 0 0 0;
      padding: 0;
      text-align: center;
      /* opacity: .2; */
  }
  .eventDate {
      padding: 25px;
  }
  .eventDate .diamond {
      background-color: #4789b9;
      text-align: center;
      height: 49px;
      width: 49px;
      line-height: 21px;
      margin-left: -15px;
      -ms-transform: rotate(45deg);
      /* IE9 */
      
      -moz-transform: rotate(45deg);
      /* FF3.5/3.6 */
      
      -o-transform: rotate(45deg);
      /* Opera 10.5 */
      
      -webkit-transform: rotate(45deg);
      /* Saf3.1+ */
      
      transform: rotate(45deg);
      /* Newer browsers */
      
      filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
      /* IE6,IE7, but produces nasty results, so I disabled it */
      
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
      /* IE8 */
  }
  .eventDate .holder {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: none !important;
      -ms-transform: rotate(-45deg);
      /* IE9 */
      
      -moz-transform: rotate(-45deg);
      /* FF3.5/3.6 */
      
      -o-transform: rotate(-45deg);
      /* Opera 10.5 */
      
      -webkit-transform: rotate(-45deg);
      /* Saf3.1+ */
      
      transform: rotate(-45deg);
      /* Newer browsers */
      
      text-align: center;
      padding: 10px 0px;
  }
  .eventDate span {
      font-family: 'Roboto Slab', serif;
      color: #fff;
      display: block;
      line-height: 17px;
  }
  .month {
      font-weight: 700;
      font-size: 19px;
  }
  .date {
      font-size: 19px;
  }
  .vertCenter {
      padding: 25px 0 0 10px;
  }
  .eventInfo h3 {
      margin: 0px;
      font-size: 18px;
  }
  .eventInfo h4 {
      margin: 0px;
      font-size: 15px;
      font-family: 'Gibson', sans-serif;
      color: #4486b6;
      font-weight: 300;
  }
  .eventInfo h4 span {
      font-family: 'Gibson', sans-serif;
  }
  .showMoreEvents {
      display: none;
      font-size: 14px;
      cursor: pointer;
  }
  /* ------------------- Featured Panel Styling ------------------- */
  
  .featurePanel {
      padding: 80px 0;
      margin-top: 40px;
  }
  .hotShots {
      background: transparent url(../../images/hotShotsBG.jpg) top center no-repeat;
      background-size: cover;
  }
  .featurePanel h3 {
      font-size: 20px;
  }
  .featurePanel p {
      font-family: 'Museo_Slab_700', sans-serif;
      font-size: 16px;
      line-height: 27px;
  }
  .featurePanel img {
      float: right;
  }
  /* ------------------- Parks Styling ------------------- */
  
  .parksSection {
      padding: 50px;
      background-image: url(../../images/textureBG.png);
      /* background-color: #002C54; */
      background-color: #073156;
  }
  .parksSection ul {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 24px;
      font-size: 16px;
  }
  .parksSection a {
      color: #fff;
      transition: color.3s ease;
  }
  .parksSection a:hover {
      /* color: #2a85b8; */
      color: #4AA5D8;
      /* text-decoration: none;*/
      /* transition: color.3s ease;*/
  }
  .parksSection h3,.parksSection h2 {
      text-align: center;
      color: #fff;
      margin-bottom: 40px;
  }
  .parksSection h3,.parksSection h2 {
      display: table;
      white-space: nowrap;
  }
  .parksSection h3:before,
  .parksSection h3:after,.parksSection h2:before,
  .parksSection h2:after {
      border-top: 1px solid #fff;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 45%;
  }
  .partners h3:before,.partners h2:before {
      right: 1.5%;
  }
  .partners h3:after,.partners h2:after  {
      left: 1.5%;
  }
  /* ------------------- newsletter Styling ------------------- */
  
  .newsletterSignup {
      background-image: url(../../images/textureBG.png);
      background-color: #82A042;
      padding: 20px;
      color: #fff;
  }
  .newsletterSignup .form {
      padding: 20px;
  }
  .newsletterSignup h2 {
      color: #fff;
      font-size: 22px;
      text-align: center;
      line-height: 86px;
  }
  .newsletterSignup input {
      height: 40px;
      border: none;
      margin: 0px;
      width: 75%;
      color: #532417;
      padding: 0 20px;
  }
  .newsletterSignup button {
      background-color: #C34511;
      border: none;
      margin: 0px -5px;
      width: 25%;
      padding: 10px;
      text-transform: uppercase;
  }
  /* ------------------- SubFooter Styling ------------------- */
  
  .subFooter {
      background-image: url(../../images/textureBG.png);
      /* background-color: #C34511; */
      background-color:#481800; 
      /* background-color: #796837 !important; */
      color: #fff;
      padding: 50px;
  }
  .subFooter a{
      display: inline-block;
  }
  .subFooter a,
  .subFooter p {
      color: #fff;
      font-size: 14px;
  }
  .subFooter a:hover {
      color: rgba(255, 255, 255, .7);
  }
  .subFooter ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .subFooter h4 {
      margin-top: 20px;
  }
  .subFooter h4 a,
  .subFooter h4 a:hover {
      font-size: 18px;
      /*text-decoration: none;*/
      
      color: #fff;
  }
  .onlineReservation{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .subFooter h5,
  .subFooter h5 a,.subFooter h2,
  .subFooter h2 a,.subFooter .onlineReservation,.subFooter .onlineReservation a {
      font-family: 'GibsonBold', sans-serif;
      color: #fff;
      font-size: 16px;
  }
  .subFooter .shift-right {
      text-align: right;
  }
  .subFooter .social .fa {
      letter-spacing: 12px;
  }
  /* ------------------- Footer Styling ------------------- */
  
  .footer {
      background-image: url(../../images/textureBG.png);
      background-color: #821F04;
      padding: 15px;
      text-align: center;
      color: #fff;
      font-size: 12px;
  }
  .footer a {
      color: #fff;
  }
  #footerLogo {
      /*width: 40%; */
      
      width: 110px;
      margin-top: 12px;
  }
  .footerLogo {
      width: 110px;
      margin: 30px 0 0 0;
  }
  .footerListNew a:focus{
    outline: 2px solid #ffffff !important;
    outline-offset: 2px;
  }
  /* ------------------- Inner Page Styling ------------------- */
  
  .topBanner img {
      width: 100%;
  }
  .pageWrap {
      background-color: #fff;
      margin: 0 0 -60px 0;
      padding-bottom: 120px;
      padding-top: 40px;
  }
  .pageWrap h1 {
      border-bottom: 3px solid #C34511;
      margin-bottom: 36px;
  }
  div.col-md-12 > *:first-child {
      margin-top: 20px;
  }
  h1 + h2 {
      margin-top: 10px;
  }
  h1 + div.border {
      margin-top: 0px;
  }
  p + h2,
  p + h3,
  p + h4,
  ol + h2,
  ol + h3,
  ol + h4,
  ul + h2,
  ul + h3,
  ul + h4,
  div.border + h2,
  div.border + h3,
  div.border + h4,
  div.border + p {
      margin-top: 40px;
  }
  /* ------------------- Event Page Styling ------------------- */
  h1 div {
      display: inline-block;
      font-family: 'Museo Slab 700', serif;
  }
  .eventSummary {
      border-bottom: 1px solid #E5A441;
      padding: 20px 0;
  }
  .eventSummary h3 {
      margin-top:0px;
      margin-bottom: 0px;
  }
  .eventSummary h5 {
      margin-top:0px;
  }
  .eventSummary h4 {
      margin-bottom:5px;
      /* color: #E5A441; */
      color: #A26A16;
  }
  .featuredImg {
      margin-top:10px;
      margin-right:15px;
      float:left;
      margin-bottom:10px;
      max-width: 300px;
  }
  .eventSummary p:after {
      content: " ";
      clear:both;
  }
  
  /* ------------------- Press Page Styling ------------------- */
  .pressArticleList {
      border-bottom: 1px solid #E5A441;
      padding: 20px 0;
  }
  .pressArticleList h3 {
      margin-top:0px;
      margin-bottom: 0px;
  }
  .pressArticleList h5 {
      margin-top:0px;
  }
  .pressArticleList h4 {
      margin-bottom:5px;
      color: #E5A441;
  }
  .eventList p.pressLink {
      margin:20px 0 30px;
  }
  
  /* ------------------- Contact Us Form Styling Styling ------------------- */
  .captcha .row {
      margin-bottom: 10px;
  }
  .captcha img {
      margin-bottom:10px;
  }
  .captcha input, .captcha button {
      width: 100%;
      margin-bottom: 10px;
  }
  /* ------------------- HP Partner Styling ------------------- */
  .footerListNew{
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    line-height: 17px;
  }
  .title-accordion-trigger{
    background: transparent;
    border: 0;
    outline: 0;
  }
  .title-accordion-trigger:focus {
    outline: 2px solid #fff !important;
  }
  .dropdown .dropdown-menu>li>a:focus, 
  .dropdown .dropdown-menu>li>a:hover{
    background-color:  transparent;
    background-image:  none;
  }
  #searchModal .fa-search path{
    fill: #fff;
  }
  .modal-open .modal-backdrop.in{
    opacity: .85;
  }

  .navbar li button.btnSearch{
    background: transparent;
    border: 0px;
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
  }

  .navbar li button.btnSearch span{
        letter-spacing: .06em;
       font-size: 10px;
        font-weight: 500;
        color: #9B5F29;
        font-family: 'Gibson', sans-serif;
        letter-spacing: .06em;
  }

  .navbar li button.btnSearch {
    margin-top: -5px;
  }
  #addsearch-results .addsearch-result-item-sub p span em {
    color: #696969 !important;
  }
  .socialIconList li{
    display: inline-block;
    margin-right: 5px;
  }
  @media only screen and (max-width: 767px) {
    .navbar li button.btnSearch{
      width: 100%;
      padding-top: 25px;
    }
  }
  @media only screen and (max-width: 799px) {
    #addsearch-nohits-message{
      width: 100% !important;
    }
  }
  @media only screen and (max-width: 625px) {
    #searchModal input.addsearch{
        font-size: 24px;
    }
    .popupSearch #searchButton{
      top: -10px !important;
      height: 35px !important;
      padding: 6px 10px;
    } 
  }
  /* @media (min-width:768px) and (max-width:1280px){
    #addsearch-nohits-message {
      width: 780px !important;
    }
    #addsearch-results.addsearch-d{
      left: 15% !important;
      top: 35% !important;
      z-index: 99999 !important;
      position: fixed !important;
      max-height: 320px !important;
    }
    #addsearch-results.addsearch-d.no-result{
      left: 15% !important;
      top: 29% !important;
      z-index: 99999 !important;
      position: fixed !important;
      max-height: 320px !important;
    }
  } */
  @media (min-width: 768px){
    .modal-dialog {
      width: 650px;
      margin: 30px auto;
    }
  }
  @media (max-width: 1200px){
    #addsearch-results.addsearch-d{
      height: 576px !important;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1365px) {
  }
  /* @media only screen and (min-width: 799px) and (max-width: 1023px) {
    #addsearch-nohits-message{
      width: 621px !important;
      overflow: auto !important;
    }
  }
 */
  /* ------------------- Media Queries Styling ------------------- */
  /*==========  Non-Mobile First Method  ==========*/
  /* Large Devices, Wide Screens */
  
  @media only screen and (max-width: 1200px) {
      .eventArea h2 span {
          display: none;
      }
      .eventInfo h4 span {
          display: none;
          font-family: 'Oswald', sans-serif;
      }
      .eventInfo h3 {
          margin: 0px;
          font-size: 14px;
      }
      .button {
          background-size: 100%;
          font-size: 18px;
          padding: 13px
      }
      .leadBtnRow div {
          padding: 18px 10px 15px 10px;
          line-height: 10px;
      }
      .leadBtnRow h3 {
          font-size: 22px;
          line-height: 35px;
      }
      .featurePanel .button {
          background-size: 63%;
      }
      .eventDate {
          padding: 0;
      }
      .eventDate .diamond {
          margin-left: 0;
      }
      .vertCenter {
          padding: 10px 0 0 10px;
      }
      .event {
          border-bottom: 1px solid #c8dae7;
          padding: 15px 0px 0 15px;
      }
      .leadBtnRow {
          text-align: center;
          text-transform: uppercase;
          color: #fff;
          margin-top: -50px;
          margin-bottom: 0px;
      }
      .mapWrap {
          transform: scale(.80);
          margin-top: -10% !important;
          margin-bottom: -10% !important;
          margin-left: -10% !important;
      }
  }
  /* Medium Devices, Desktops */
  
  @media only screen and (max-width: 992px) {
      .eventArea h2 span {
          display: inline-block;
      }
      .eventInfo h4 span {
          display: none;
      }
      .eventInfo h3 {
          margin: 0px;
          font-size: 18px;
      }
      .button {
          background-size: 100%;
          font-size: 14px;
          padding: 10px
      }
      .featurePanel .button {
          background-size: 75%;
          padding: 12px;
      }
      .leadBtnRow div {
          padding: 30px 10px 40px 10px;
          line-height: 10px;
      }
      .leadBtnRow h3 {
          font-size: 20px;
      }
      .articleArea .button {
          background-size: 100%;
          font-size: 21px;
          padding: 13px;
      }
      .eventArea .button {
          width: 34%;
      }
      .leadBtnRow {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      .leadBtnRow h3 {
          font-size: 33px;
      }
      .leadBtn {
          padding: 18px 0px 18px 0px;
      }
      .leadBtnRow div {
          padding: 18px 10px 18px 10px;
          line-height: 10px;
      }
      .sidebar {
        padding-top: 10px;
      }
  
      h1 span.viewList a {
          position: absolute;
          right: 0px;
          bottom: 3px;
          font-size: 14px;
          padding-bottom: 6px;
          text-decoration: underline;
          display: block;
      }
      .textList h4 {
          padding: 6px 0px;
  }
}
  @media only screen and (max-width: 830px) {
      .logo img {
          width: 180px;
          margin-top: 6px;
      }
      .navbar-toggle {
          margin-top: 13px !important;
          margin-bottom: 10px;
      }
      .mapWrap {
          transform: scale(.75);
      }
  }
  /* Small Devices, Tablets */
  
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .logo img {
          width: 230px;
      }
  }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
      .mapWrap {
          transform: scale(.85);
          margin-top: -10% !important;
          margin-bottom: -10% !important;
      }
      .leadBtnRow {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      .leadBtnRow h3 {
          font-size: 24px;
          line-height: 31px;
      }
      .leadBtn div {
          padding: 14px 10px 14px 10px;
          line-height: 10px;
      }
      .articleArea .button {
          width: 100% !important;
          margin: auto;
          font-size: 18px;
      }
      .navbar-header {
          width: 100%;
      }
      .logo {
          width: 100%;
          margin-left: 0px !important;
          margin-bottom: 30px;
      }
      .logo img {
          width: 250px;
          margin: 0px auto;
      }
  }
  @media only screen and (max-width: 768px) {
      .megamenu> li > ul > li > a, .navbar-nav .open .dropdown-menu> li> a {
          padding: 5px 10px !important;
      }
      .featurePrograms,
      .parksSection,
      .subFooter {
          text-align: center;
      }
      #footerLogo,
      .footerLogo {
          width: 90px;
          margin-top: 20px;
      }
      .footerLogo {
          margin-left: 20px;
      }
      .navbar li a {
         /* padding-top: 20px !important;
          padding-bottom: 10px !important; */
          text-align: center !important;
      }
      .navbar-nav {
          margin: 7.5px -15px 0 -15px;
      }
      .navbar-nav>li>a{
        padding-top: 20px !important;
        padding-bottom: 10px !important;
      }
      .dropdown-menu ul{padding-left: 0px;}
      .navbar-nav .open .dropdown-menu{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        border-radius: 0;
      }
      .megamenu> li {
          margin-bottom: 0px;
      }
      .logo img {
          width: 180px;
          margin-top: 6px;
      }
      .navbar-toggle {
          margin-top: 13px !important;
      }
      .logo {
          padding: 5px 15px 35px 15px !important;
      }
      .navbar-header {
          height: 60px;
      }
      .navbar-brand.logo {
          width: 200px;
          margin: 0 auto;
      }
      .logo img.mobile {
          display: block;
      }
      .logo img.desktop {
          display: none;
      }
      .article .contentImg img {
          margin-bottom: 20px;
      }
      .featurePanel {
          text-align: center;
      }
      .featurePanel img {
          float: none;
          width: 30%;
      }
      .featurePanel .button {
          width: 61%;
          padding: 12px;
          margin: auto;
      }
      .fadeBottom,
      .moreDown {
          display: none;
      }
      .showMoreEvents {
          display: block;
      }
      .eventArea ul.scroller {
          height: auto !important;
          overflow: scroll;
      }
      .eventArea .button {
          width: 42%;
          margin: auto;
      }
      .eventArea h2 {
          text-align: left;
      }
      .featurePrograms .button {
          background-size: 70%;
      }
      .articleArea .button {
          width: 52%;
          margin: auto;
          font-size: 18px
      }
      .article .contentImg img {
          margin-bottom: 20px;
      }
      .leadBtnRow {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      .leadBtnRow h3 {
          font-size: 30px;
      }
      .leadBtn div {
          padding: 14px 10px 14px 10px;
          line-height: 10px;
      }
      .featurePrograms .button {
          margin-bottom: 30px;
      }
      .subFooter .shift-right {
          text-align: center;
      }
      /*.corner-ribbon{
        display: none;
      }*/
  }
  @media only screen and (min-width: 560px) and (max-width: 760px) {
      .mapWrap {
          transform: scale(.65);
          margin-bottom: -30% !important;
          margin-left: -10% !important;
          margin-top: -25% !important;
      }
      /*
          html {
              border:3px solid green;
          }
  */
  }
  /* Extra Small Devices, Phones */
  
  @media only screen and (min-width: 480px) and (max-width: 560px) {
      .leadBtnRow span {
          display: none;
      }
      .leadBtnRow h3 {
          font-size: 20px;
      }
      .mapWrap {
          transform: scale(.55);
          margin-bottom: -40% !important;
          margin-left: -15% !important;
          margin-top: -35% !important;
      }
      /*
      html {
              border:3px solid blue;
          }
  */
  }
  @media only screen and (max-width: 480px) {
      /*
              html {
              border:3px solid pink;
          }
  */
      .map .mobileNotifier {
          display: block;
          text-align: center;
          color:#C34511;
      }
      input, textarea, select, option, .select2, .select2-results__option{
          font-size: 18px !important;
      }
      .featuredImg {
          max-width:100%;
      }
      .masthead {
          display: none;
          width: 100%;
      }
      .mapWrap {
          display: none;
      }
      .logo img {
          width: 180px;
          margin-top: 6px;
      }
      .navbar-toggle {
          margin-top: 13px !important;
      }
      .logo img.desktop {
          display: none;
      }
      .logo img.mobile {
          display: block;
      }
      .leadBtnRow span {
          display: none;
      }
      .featurePanel {
          text-align: center;
      }
      ul.eventList li:nth-of-type(1n+5) {
          display: none;
      }
      .eventArea .button {
          width: 80%;
          margin: auto;
      }
      .featurePanel .button {
          width: 100%;
          margin: auto;
          padding: 12px;
      }
      .featurePanel img {
          float: none;
          width: 50%;
      }
      .vertCenter {
          padding: 10px 0 0 30px;
      }
      .articleArea .button {
          width: 81%;
          margin: auto;
      }
      .featurePrograms,
      .parksSection,
      .subFooter {
          text-align: center;
      }
      .newsletterSignup h2 {
          line-height: 32px;
      }
      .newsletterSignup label {
          text-align: center;
          display: block;
      }
      .newsletterSignup button,
      .newsletterSignup input {
          display: block;
          width: 100%;
          margin: 0 0 10px 0;
      }
      .subFooter a,
      .subFooter p {
          color: #fff;
          font-size: 16px;
      }
      .featurePrograms h3,
      .programTitle {
          height: auto;
      }
      .eventArea .button {
          background-size: 100%;
          margin-top: 20px;
          cursor: pointer;
      }
      .leadBtnRow {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      .leadBtnRow h3 {
          font-size: 15px;
      }
      .leadBtnRow span {
          display: none;
      }
      .leadBtn div {
          padding: 13px 10px 13px 10px;
          line-height: 10px;
      }
  }
  /* ------- iPhone, Smartphones, Tablets, mobile devices ------- */
  /* iPad Portrait*/
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      /* STYLES GO HERE */
      
      .navbar-brand.logo {
          width: 200px;
          margin: 0 auto;
      }
      .featurePanel img {
          float: none;
          width: 100% !important;
      }
      .featurePanel .button {
          width: 91% !important;
          padding: 12px;
          margin: auto;
      }
      .eventArea .button {
          width: 42%;
          margin: auto;
      }
      .eventArea h2 {
          text-align: center;
      }
      .featurePrograms .button {
          background-size: 100% !important;
      }
  }
  /* iPhone 5  */
  /* Portrait */
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      .leadBtnRow span {
          font-size: 11px !important;
      }
      .leadBtnRow h3 {
          font-size: 16px !important;
      }
      .leadBtnRow div {
          padding: 24px 10px 18px 10px !important;
          line-height: 10px !important;
      }
      .h2,
      h2 {
          font-size: 17px !important;
      }
      .articleArea .button {
          width: 100% !important;
          margin: auto !important;
      }
      .featurePrograms {
          padding: 15px;
      }
      .featurePrograms .button {
          font-size: 19px !important;
      }
      .featurePanel .button {
          background-size: 100% !important;
          padding: 12px !important;
          font-size: 15px !important;
      }
      .button {
          background-size: 100% !important;
          font-size: 21px !important;
      }
      .newsletterSignup h2 {
          color: #fff;
          font-size: 17px;
          text-align: center;
          line-height: 26px !important;
      }
      .newsletterSignup input {
          height: 40px !important;
          width: 100% !important;
      }
      .newsletterSignup button {
          margin: 10px -5px !important;
          width: 100% !important;
          text-transform: uppercase !important;
      }
      .newsletterSignup {
          text-align: center !important;
      }
  }
  /* Portrait */
  
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      .leadBtnRow h3 {
          font-size: 15px !important;
      }
      .leadBtnRow div {
          padding: 13px 10px 13px 10px !important;
          line-height: 10px !important;
      }
  }
  /* Browser Specific */
  
  @supports (-ms-accelerator: true) {
      .logo {
          padding-top: 0px;
          margin-top: 0px;
      }
  }
  /* ----------- Unused Media Queries ----------- */
  /* Custom, iPhone Retina */
  
  @media only screen and (min-width: 320px) {}
  /* Extra Small Devices, Phones */
  
  @media only screen and (min-width: 480px) {}
  /* Small Devices, Tablets */
  
  @media only screen and (min-width: 768px) {}
  /* Medium Devices, Desktops */
  
  @media only screen and (min-width: 992px) {}
  /* Large Devices, Wide Screens */
  
  @media only screen and (min-width: 1200px) {
    #addsearch-nohits-message{
      width: auto !important;
    }
  }
  @media only screen and (max-width: 480px) {
    .parksSection {
      padding: 30px 20px;
    }
    .parksSection  #accordionGroup h2{
      white-space: normal;
      width: 100%;
    }
    .parksSection  #accordionGroup h2::after,
    .parksSection  #accordionGroup h2::before{
      display: none;
    }
    .parksSection .title-accordion-trigger{
      padding: 0px;
    }
    .navbar li button.btnSearch{margin: auto;}
  }

  #Test #searchButton{
    position: absolute;    
    height: 33px;
    top: 20px;
    bottom: 0;
    right: -20px;
    background: #fff;
    display: flex;          
    align-items: center;
    text-decoration: none;
    color: #000;
  }
 
 @media  only screen and  (min-width: 1025px){
  #searchResults{
    width: 780px;
  }
 }
@media  only screen and  (min-width: 768px)  and (max-width: 1024px)  { 
      #addsearch-results{
       width: calc(646px - 0px) !important;
       left: 0px !important; 
       right: 0px;
       margin: 0px auto !important;
       /* background: red  !important; */
    } 
    #addsearch-results-mid {
       height: 100% !important;
      background-position: right !important;
    }
    #addsearch-results-mid, 
    #addsearch-results .addsearch-result-item-sub,
     #addsearch-results .addsearch-result-item-sub-active {
        width: 100%  !important;
      } 
     #addsearch-results-right{
    display: none;
  }
}

@media only screen and (min-width: 200px)  and (max-width: 767px) {
  #addsearch-results{
    width: calc(100% - 20px) !important;  
  } 
  #addsearch-results-mid {
       height: 100% !important;
      background-position: right !important;
    }
    #addsearch-results-mid, 
    #addsearch-results .addsearch-result-item-sub,
     #addsearch-results .addsearch-result-item-sub-active {
        width: 100%  !important;
      } 
     #addsearch-results-right{
    display: none;
  }
}

#addsearch-top-close{
  display: none !important;
}