/* ------------------- 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;
  
  }
  /* ------------------- General Styling ------------------- */
  
  * {
      font-family: 'Gibson', sans-serif;
  }
  *:focus-visible{
    outline: 2px solid #702f26 !important; 
  }
  h1,
  h2,
  h1 strong,
  h2 strong {
      font-family: 'Museo Slab 700', serif;
      font-weight: 700;
  }
  /* tighten up headings */
  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;
  }
  h5, .h5 {
      font-size:17px;
  }
  p {
      font-size: 16px;
  }
  strong,
  b {
      font-family: 'GibsonBold', serif;
  }
 /*   a {
      text-decoration: none;
  }
  a:hover {
      font-weight: bold;
      text-decoration: none;
  }  */
  ul,
  ol {
      font-size: 16px;
      margin-bottom: 10px;
      padding-left: 30px;
      line-height: 1.6em;
  }
  hr {
      clear: both;
  }
  .clear {
      clear: both;
  }
  
  
/* .weatherwidget-io{
    position: static !important;
} */
.weatherwidget-io,.weatherwidget-io-frame{
    position: static !important;
}
  /*.sidebar h3:first-child, .sidebar div h3:first-child {
    margin-top: 0;
  }*/
  
  /* ------------------- Carousel Styling ------------------- */
  
  .carousel {
      /* margin-top: -60px; */
      overflow: hidden;
      width: 100%;
  }
  .banner-top-image{
      position: absolute;
      top:-15px;
  }

  .carousel-inner {
  }
  .carousel-caption {
      background-color: rgba(0, 0, 0, .5);
      z-index: 10;
      padding: 0 0 10px 25px;
      color: #fff;
      text-align: left;
      display: none;
      /* Remove when captions are enabled  */
  }
  .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-color: #000000;
      height: 40px;
      width: 40px;
      opacity: .9 !important;
  }
  .carousel-caption {
      background: none;
  }
  .carousel img {
      width: 100%;
  }
  .carousel-control{
      width:30px;
      height:38px;
      top:50%;
  }
   .carousel-control.left{
      left:7%;
      background-color: #000000;
      height: 40px;
      width: 40px;
      border-radius: 7px;
  }
  .carousel-control.right{
      right:7%;
      background-color: #000000;
      height: 40px;
      width: 40px;
      border-radius: 7px; 
  }
  .carousel-control .glyphicon-chevron-left{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .carousel-control .glyphicon-chevron-right{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  /* ------------------- Hpark attention banner styling ------------------- */
  .attention {
      border: 3px solid #e4a23b; 
      /* margin: -30px 0 15px 0; */
      margin: 5px 0 36px 0; 
      text-align:center; 
      /* background-color:#e4c28c; */
      background-color: #FFE2AC;
      display: none;
  } 
  .attention h4 , .attention span{
      /* color:#fff; */
      /* color: #525252; */
      /*color: #B63900 !important; */
      color: #000;
  }
  .attention h4 a {
      text-decoration: underline; 
  }
  .attention + .attention{
    margin-top:0px;
  }
  /* ------------------- Header Styling ------------------- */
  
  /* .header {
      background: transparent url(../../images/park-navigation-bg.png) bottom center repeat-x;
      margin-bottom: -60px;
      position: relative;
      z-index: 1000;
      min-height: 230px;
  } */
  .mainContent {
      background: transparent url(../../images/park-content-bg.png) top center repeat-x;
      margin-top: -55px;
      position: relative;
      /*padding-top: 135px;*/
      /* padding-top: 100px; */
      padding-top: 75px;
      padding-bottom: 60px;
  }
  .mainBody p a {
      text-decoration: underline;
  }
  .topBar {
      background-image: url(../../images/topbar-bg.png);
      background-position: bottom center;
      background-repeat: repeat-x;
      padding: 5px 0;
      color: #fff;
  }
  .topBar .right {
      text-align: right;
  }
  .topBar a {
      color: #fff;
      padding: 0px 5px;
      text-decoration: none;
  }
  
  .logo img {
      width: 330px;
      padding: 20px 0;
      max-height: 100px;
  }
  /*------ Navigation ------*/
  
  .navbar {
      margin-bottom: 0px;
  }
  .navbar-header {} 
  .navbar li a {
      font-family: 'Museo Slab 700', serif;
      font-size: 17px;
      /*color: #481800;*/
      padding: 10px 10px;
      text-transform: uppercase;
      text-decoration: none;
  }
  .navbar-nav li button.btnSearch {
      background: transparent;
      border: 0;
      padding: 7px 10px;
      outline: none;
  }
  .navbar-nav li button.btnSearch .searchtxt{display: none;}

  .nav>li>a:focus, .nav>li>a:hover {
      font-weight: normal;
  }
  #addsearch-results .addsearch-result-item-sub p span em {
    color: #696969 !important;
  }
  @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
  {
    @media {
      _::-webkit-full-page-media, _:future, :root.navbar li a  {
   
        letter-spacing: -1px !important;
       
      }
    }
  }
  
  @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
  {
    @media {
      .safari_only {
          color:#0000FF;
          background-color:#CCCCCC;
      }
    }
  }
  
  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
      background-color: transparent;
  }
  .navbar {} .parkSort {
      background-color: #9f3b00 !important;
  }
  .navbar-default {
      color: #fff;
      background-color: #ccc6c6;
      border-color: #aca1a2;
  }
  .dropdown-menu {
     /* background-color: #481800;*/
      -webkit-transition: all 0.4s ease;
      transition: background-color 0.4s ease;
  }
  .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;
  }
  .navbar li ul li a {
      display: block;
      padding: 6px 20px 4px;
      clear: both;
      font-weight: normal;
      /*line-height: 1.428571429;*/
      line-height: 1.1;
      color: #fff;
      white-space: normal;
      font-size: 14px;
  }
  .nav>li>a:focus,
  .nav>li>a:hover {
      background-color: transparent;
  }
  .navbar-nav .open .dropdown-menu {
      /*background: #481800;*/
  }
  @media (max-width: 768px) {
      .navbar-nav .open .dropdown-menu .dropdown-header {
          color: #fff;
      }
  }
  /* ------------------- Row Styling ------------------- */
  
  .second.row {
      margin-top: 40px;
      margin-bottom: 40px;
  }
  /* ------------------- Featured Articles Styling ------------------- */
  
  .article {
      margin-bottom: 40px;
  }
  .article h2 {
      /*border-bottom: 3px solid #481800;*/
      
      padding-bottom: 10px;
      margin-bottom: 20px;
  }
  .article p {
      font-family: 'Gibson', sans-serif;
      font-size: 16px;
      line-height: 1.6;
  }
  .article .contentImg img {
     /* border: 5px solid #d9c69e;*/
      width: 100%;
  }
  
  /* ------------------- Park Hour Styling ------------------- */
  
  .parkInformation {
      text-align: center;
  }
  /* ------------------- Feature Progams Styling ------------------- */
  
  .featureBox1,
  .featureBox2 {
      min-height: 340px;
      background-position: center top;
      background-size: cover;
      /* border: 0px; */
  }
  /*--- Hover effect ---*/
  
  .hovereffect {
      width: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
  }
  .hovereffect .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.0);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
  }
  .hovereffect:hover .overlay{
      background-color: rgba(0, 0, 0, 0.8);
  }
  .hovereffect img {
      display: block;
      position: relative;
  }
  .hovereffect h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 25px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
      transform: translateY(45px);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
  }
  .hovereffect:hover h2 {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
  }
  .hovereffect .info {
      display: inline-block;
      text-decoration: none;
      padding: 7px 14px;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-weight: normal;
      margin: 15px;
      padding: 5%;
      font-size: 14px;
  }
  .hovereffect a {
      color: #fff;
      border: 3px solid #fff;
      padding: 5px 16px;
      border-radius: 0px;
  }
  .hovereffect a:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, .2);
      border-color: rgba(255, 255, 255, .8);
  }
  .hovereffect:hover .info {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  .hovereffect:focus .info
  {
    display: none;
  }
  .hovereffect:focus{
    outline: 2px solid #702f26 !important;
  }
  .hovereffect a.info:hover {
      box-shadow: 0 0 5px #fff;
  }
  /* ------------------- Quick Link Styling ------------------- */
  
  .quickLink {
      margin-bottom: 20px;
  }
  .quickLink a {
      font-family: 'Museo Slab 700', serif;
      font-size: 18px;
      padding: 20px 0;
      text-align: center;
      display: block;
      transition: background-color .5s ease;
      text-decoration: none;
  }
  .quickLink a:hover {
      font-family: "Museo Slab 700";
      text-decoration: none;
      background-color: rgba(241, 213, 155, .15);
  }
  .homepageContent {
      margin:-40px 0 40px 0;
  }
  .carousel .bannerData a:focus,.carousel .bannerData a:focus-visible{
    outline: 2px solid #702f26 !important;
    outline-offset: -2px;
  }

  .carousel .bannerData a{
    display: inline-block;
    width: 100%;
  }
  .carousel a:focus{
    outline: 2px solid #ffffff !important;
    outline-offset: 2px;
  }
  /* ------------------- Image Caption ------------------- */
  
  .captionRight {
      margin-left: 15px;
      margin-top:8px;
      float: right;
      /* color: gray; */
      color: #757575;
  }
  .captionLeft {
      margin-right: 15px;
      margin-top:8px;
      float: left;
      /* color: gray; */
      color: #757575;
  }
  .img-caption {
      display: block;
      text-align: center;
      margin: 0px;
      padding: 5px 0;
      font-size: 14px;
  }
  /* ------------------- Calendar Styling ------------------- */
  
  .eventArea div.fadeBottom {
      position: absolute;
      width: 100%;
      height: 80px;
      z-index: 200;
      top: 446px;
      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));
  }
  .featuredImg {
      margin-top: 10px;
      margin-right: 15px;
      float: left;
      margin-bottom: 10px;
      max-width: 300px;
  }
  ul.scroller {
      height: 460px;
      overflow: scroll;
  }
  .footerListNew li a{
    display: contents !important;
  }
  li a {
      margin: 0px;
      display: block;
      width: 100%;
      height: 100%;
  }
  .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: 'Oswald', sans-serif;
      color: #4486b6;
      font-weight: 300;
  }
  .eventInfo h4 span {
      font-family: 'Oswald', sans-serif;
  }
  /* 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);
  }
  /* Custom styles */
  
  .corner-ribbon.sticky {
      position: fixed;
  }
  .corner-ribbon.shadow {
      box-shadow: 0 0 3px 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: -50px;
      bottom: 25px;
      left: auto;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  /* Colors */
  
  .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;
  }
  .corner-ribbon.yellow {
      background: #ec0;
  }
  /* ------------------- Top Banner Styling ------------------- */
  .topBanner {
      position: relative;
      overflow: hidden;
      width: 100%;
  }
  /* ------------------- Alt Page Ribbon Styling ------------------- */
  .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 250ms ease-in-out;
  }
  #carousel{
      bottom: 50%;
  }
  .altPageRibbon:hover {
     margin-right: 0px;
     transition: all 1000ms ease;
  }
  .altPageRibbon a {
      color: #fff;
      opacity: .6;
      -webkit-transition: all .25s ease;
         -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
           -o-transition: all .25s ease;
              transition: all .25s ease;
  }
  .altPageRibbon a:hover {
      opacity: 1;
      text-decoration: none;
      color: #fff;
  }
  .altPageRibbon span {
      vertical-align: text-bottom;
      font-size: .75em !important;
  }
  /* ------------------- Featured Panel Styling ------------------- */
  
  .featureMiniBox {
      width: 100%;
      min-height: 160px;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      text-align: center;
      padding: 10px;
      margin-top: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;

  }
  .featureMiniBoxList{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 20px;
  }

  .featureMiniBox a {
     text-decoration: none;
  } .featureMiniBox i {
      font-size: 50px;
  }
  .featureWeatherBox {
      text-align: center;
  }
  .featureWeatherBox a.weatherLink {
      margin: 4px 0;
      display: block;
  }
  /* ------------------- Featurette Styling -------------------- */
  
  .footer-feature {
      position: relative;
      padding: 40px 0;
      color: #fff;
      margin-top: 40px;
      min-height: 450px;
  }
  .footer-feature a {
      color: #fff;
      border: 3px solid #fff;
      padding: 5px 16px;
      text-align: right;
      border-radius: 0px;
      float: right;
      margin-bottom: 24px;
      text-decoration: none;
  }
  .footer-feature h3:after {
      border-top: 3px solid #fff;
      content: " ";
      width: 40%;
      display: block;
      margin-top: 10px;
  }
  .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;
      background-color: rgba(255, 255, 255, 0);
      border-color: rgba(255, 255, 255, .8);
      outline: 2px solid #fff !important;
      outline-offset: 2px;
  }
  .interior-page .mainContent {
      padding-top: 75px;
      padding-bottom: 75px;
  }
  .footer-feature h3, .footer-feature h2 {
      color: #fff;
  }
  .footer-feature .videoEmbed iframe {
      width: 100%;
  }
  .footer-feature iframe {
      max-width: 100%;
  }
  .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;
  }
  /* ------------------- parkSection Styling ------------------- */
  
  .parksSection {
      padding: 20px;
      background-image: url(../../images/textureBG.png);
  }
  .parksSection h3>a, .parksSection h2>a{
      font-family: 'GibsonBold', serif;
  }
  .parksSection h3>a:hover, .parksSection h2>a:hover{
      color:#fff !important;
  }
  .slideToggle {
      display: none;
      padding-bottom: 20px;
  }
  .parksSection ul {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 24px;
      font-size: 16px;
  }
  .parksSection a {
      color: #fff;
  }
  .parksSection a:hover {
      color: #2a85b8;
  }
  .parksSection h3,.parksSection h2 {
      text-align: center;
      font-size: 28px;
      color: #fff;
      margin-bottom: 20px;
      cursor: pointer;
      transition: opacity .3s ease;
  }
  .parksSection h3:hover,.parksSection h2:hover {
      opacity: .8;
      transition: opacity .3s ease;
  }
  .parksSection h3.open .caret,.parksSection h2.open .caret {
      border-top: none;
      border-bottom: 4px solid #fff;
  }
  .topBanner img {
      width: 100%;
  }
  /*--- AddSearch ---*/
  .navbar li a.btnSearch {
      margin-top:-5px;
  } 
  #searchModal .modal-dialog {
     margin-top: 84px !important;
  }
  #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 !important;
      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;
}

  /* ------------------- Table Styling ------------------- */
  
  table {
      width: 100%;
  }
  table caption {
      font-size: 20px;
      font-family: 'Museo Slab 700', serif;
      color: #000;
  }
  table tr td {
      padding: 5px;
  }
  table th {
      font-size: 15px;
      font-family: 'Museo Slab 700', serif;
      padding: 5px 10px;
      border-bottom: 3px solid #000;
  }
  thead,
  tbody {
      border: 1px solid #000;
  }
  /* ------------------- Tab Styling ------------------- */
  
  .tabs {
      zoom: 1;
      position: relative;
      height: auto;
  }
  .tabs:after,
  .tabs:before {
      content: "";
      display: table;
  }
  .tabs:after {
      clear: both;
  }
  .tabs .tabSection {
      background: rgba(0, 0, 0, 0.1);
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-top: none;
      padding: 15px 20px;
  }
  .tabs .tabSection:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  @media screen and (min-width: 600px) {
      .tabs .tabSection {
          position: relative;
          width: 20%;
          height: 20%;
          display: block;
      }
  }
  @media only screen and (min-width : 320px) and (max-width : 480px) {
    .featureMiniBox {
              width: 100%;
              min-height: 180px;
              top: 0px;
              bottom: 0px;
              left: 0px;
              right: 0px;
              text-align: center;
              padding: 10px;
              margin-top: 20px;
              background-repeat: no-repeat;
              background-size: 100% 107%;
              background-position: top;
          }
    }
    @media only screen and (min-width : 481px) and (max-width : 800px) {
    .featureMiniBox {
              width: 100%;
              min-height: 320px;
              top: 0px;
              bottom: 0px;
              left: 0px;
              right: 0px;
              text-align: center;
              padding: 10px;
              margin-top: 20px;
              background-repeat: no-repeat;
              background-size: 100% 107%;
              background-position: top;
          }
    }
  .tabs .tabContent {
      zoom: 1;
      position: relative;
      height: auto;
      min-height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-left: none;
      display: none;
  }
  .tabs .tabContent:after,
  .tabs .tabContent:before {
      content: "";
      display: table;
  }
  .tabs .tabContent:after {
      clear: both;
  }
  @media screen and (min-width: 600px) {
      .tabs .tabContent {
          position: absolute;
          width: 80%;
          right: 0;
          top: 0;
          padding: 15px 30px;
      }
  }
  .tabs .active {
      cursor: default;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      border-right: none;
  }
  @media screen and (min-width: 600px) {
      .tabs .active {
          background: rgba(0, 0, 0, 0);
          border-right: 1px solid rgba(0, 0, 0, 0);
      }
  }
  .tabs .active + .tabContent {
      display: block;
  }
  /* ------------------- Tour Styling ------------------- */
  
  .tour {
      border: 1px solid #000;
      padding: 10px 20px;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  /* ------------------- Inner Page Styling ------------------- */
  
  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;
  }
  /* -------------------- CK Editor Styles -------------------- */
  /*Styling floated images via CKEditor*/
  
  img[style*="left"] {
      margin: 0 20px 20px 0;
  }
  img[style*="right"] {
      margin: 0 0 20px 20px;
  }
  iframe[style*="left"] {
      margin: 0 20px 20px 0;
  }
  iframe[style*="right"] {
      margin: 0 0 20px 20px;
  }
  /* ------------------- 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: #4e0115; */
      /* background-color: #796837 !important;*/
      color: #fff;
      padding: 50px;
  }
  .subFooter a{
      display: inline-block;
  }
  .subFooter a:focus {
    outline: 4px solid #fff !important;
    outline-offset: 2px;
  }
  .subFooter a,
  .subFooter p {
      color: #fff;
      font-size: 14px;
  }
  .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;
  }
  .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 .social .fa {
      letter-spacing: 12px;
  }
  .socialIconList li{
    display: inline-block;
    margin-right: 5px;
  }

.contact-info,
.social{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.contact-info li,
.social li{
    display: inline-block;
}

.rightList{
    display: flex;
    align-items: center;
    justify-content: end;
}

.contact-info li a,
.social li a{
    display: flex;
}

.topBar .contact-info li a:focus,
.topBar .social li a:focus,
.topBar .rightList li a:focus{
  outline: 2px solid #702f26 !important;
  outline-offset: -2px;
}

.contact-info li,
.rightList li{
  position: relative;
  padding: 0px 8px;
}

.contact-info li:first-child,
.social li:first-child{
    padding-left: 0px;
}

.contact-info li::after,
.rightList li::after{
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

.rightList li:last-child:after{
  width: 0px;
}

.contact-info li a,
.topBar .topHeaderRow .right li a{
  font-size: 14px;
  line-height: 18px;
}

.headerLinkList{
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.headerLinkList .social li a svg{
  height: 18px;
}

.topBar .topHeaderRow .rightList{
  margin: 0px;
  list-style-type: none;
}
  /* ------------------- Footer Styling ------------------- */
  
  .footer {
      background-image: url(../../images/textureBG.png);
      background-color: #230009;
      padding: 15px;
      text-align: center;
      color: #fff;
      font-size: 12px;
  }
  .footer a {
      color: #fff;
  }
  #footerLogo {
          width: 40%;
      margin-top: 12px;
      width:110px;
  }
  .footerLogo {
      width: 130px;
      /* margin-top: 30px;
      display: block; */
  }
  .parkbreadcrumb{
    list-style-type: none; margin-top:5px; border-radius:0px;margin-bottom: 20px;
  }
  .parkbreadcrumb ol{
    display:flex; justify-content: start; align-items:center; margin-bottom:0px; padding-left: 0;
  }
  .parkbreadcrumb ol li{
   list-style-type: none; padding: 5px 10px;  font-size:16px;
  }
  .parkbreadcrumb ol li:first-child{padding-left: 0;}
  #searchModal input.addsearch::placeholder { 
    opacity: 1;
    color: #fff;
  }
  #searchModal input.addsearch::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
  }
  #searchModal .fa-search path{
    fill: #fff;
  }
  .modal-open .modal-backdrop.in{
    opacity: .85;
  }
  
  /* feature box */
  .featureBox1, .featureBox2{
    position: relative;
  }

  .featureBox1 img, .featureBox2 img{
    width: 100%;
  }

  .featureBox1 .overlay, .featureBox2 .overlay{ 
    width: 100%;
    border: 1px solid #ddd;
  }

  .featureBox1 .overlay .info, .featureBox2 .overlay .info{
    border: 1px solid #fff;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    padding: 0px 10px;
    font-size: 14px;
  }

  .featureBox1 .overlay .learnMorebtn, .featureBox2 .overlay .learnMorebtn{
    text-align: center;
  }
  
  .featureBox1 .overlay h2, .featureBox2 .overlay h2{
   font-size: 25px;
    padding: 10px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .featureBox1 .overlay .info p,
  .featureBox2 .overlay .info p{
    margin-bottom: 0px;
  }
  /* end */

  /* #searchModal .fa-search path{
    fill: #000;
  } */

  .footer-feature .StarParties a{
   margin-bottom: 0px;
  }

  @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: 18px !important;
    }
    .popupSearch #searchButton{
      top: -10px !important;
      height: 35px !important;
      padding: 6px 10px;
    } 
  }
  @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 Queries Styling ------------------- */
  /* 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;
    }

  /*==========  Non-Mobile First Method  ==========*/
  /* Large Devices, Wide Screens */
  @media only screen and (max-width: 1366px) {
    .banner-top-image{
        top:-10px;
    }
  }
  @media only screen and (max-width: 1200px) {
      .banner-top-image{
        top:-7px;
      }
      .eventInfo h4 span {
        display: none;
      }
      .eventInfo h3 {
          margin: 0px;
          font-size: 14px;
      }
      .button {
          background-size:100%;
          font-size: 18px;
          padding: 13px;
      }
      .leadBtnRow div {
          padding: 36px 10px 40px 10px;
          line-height: 10px;
      }
      .leadBtnRow h3 {
          font-size: 26px;
      }
      .featurePanel .button {
          background-size: 63%;
      }
      .eventDate {
          padding: 0;
      }
      .eventDate .diamond {
          margin-left: 0;
      }
      .vertCenter {
          padding: 10px 0 0 10px;
      }
      .leadBtnRow {
          text-align: center;
          text-transform: uppercase;
          color: #fff;
          margin-top: -50px;
          margin-bottom: 0px;
      }
      /* .collapse.in {
          margin-bottom: 60px;
          !important;
      } */
      .navbar-nav .open .dropdown-menu {
          float: none;
          width: auto;
          margin-top: 0;
          background-color: transparent;
          border: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
      }
      .dropdown-menu>li>a:hover {
          background-image: none;
      }
  }
  /* Medium Devices, Desktops */
  
  @media only screen and (max-width: 992px) {
      input, textarea, select, option, .select2, .select2-results__option {
        font-size: 18px !important;
      }
      /* Stop list scrolling on mobile */
      ul.scroller {
          height: 100%;
          overflow: visible;
      }
      .fadeBottom, .moreDown {
          display: none;
      }
      li.event {
          padding-left: 0 !important;
      }
      .topBar .social {
          display: none;
      }
      .navbar li a {
        font-size: 16px;
      }
      .banner-top-image{
        display:none;
      }
      .header {
        background: none;
        min-height: 250px;
      }
      .altPageRibbon {
          bottom:30%;
      }
      .topBanner img {
          width: 100%;
      }
      .mainContent {
          background: none;
      }
      .homepageContent {
          margin:-10px 0 20px 0;
      }
      .interior-page .mainContent {
          padding-top: 90px;
          padding-bottom: 75px;
      }
      .weatherBoxWrapper {
          content: " ";
          clear: both;
          margin-top: 20px;
      }
      .featureBox1,
      .featureBox2 {
          margin-bottom: 20px;
      }
      .hovereffect img {
          width: 100%;
      }
      .featureBox1,
      .featureBox2 {
          min-height: auto !important;
      }
      .quickLinkWrapper {
          margin-top: 20px;
      }
      .mainContent {
          padding-top: 95px;
      }
      .carousel-caption {
          display: none;
      }
      .navbar .container {
          width: 100%;
      }
      .parkInformation {
          margin-top:20px;
      }
      .mainContent {
          padding-bottom:20px;
      }
      .newsletterSignup input {
          width:70%;
      }
      .eventArea h2 {
          padding: 30px 0 10px 0 !important;
      }
      li.event:hover {
          background-color: #FFF !important;
      }
  }
  /* iPad Portrait*/
  
  @media only screen and (min-width: 768px) and (max-width: 1025px){
    .navbar li a {
        font-size: 14px;
    }
      /* STYLES GO HERE */
  }
  /* 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) {}
  /* ----------- iPhone 6 ----------- */
  /* 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: 21px !important;
      }
      .leadBtnRow div {
          padding: 33px 10px 18px 10px !important;
          line-height: 10px !important;
      }
  }
  @media only screen and (min-width: 768px) and (max-width: 885px) {
    .header {
      min-height: 185px;
      background: none;
    }
    #navbar {
      /*      margin-top: 27px; */
    }
    .topBanner img {
        width: 100%;
    }
    #navbar a {
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 45px;
    }
    .topBar .right,
    .topBar {
        text-align: center;
    }
    .logo a{
        float:left;
    }
    .logo img {
        /* float: left; */
        padding: 20px;
    }
    /* #navbar {
        position: absolute;
        right: 0px;
        left: 0px;
    } */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 31px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .collapse.in {
        display: block !important;
    }
  
  }
  /* Small Devices, Tablets */
  
  @media only screen and (max-width: 768px) {
    .header {
        min-height: 185px;
    }
    .topBanner img {
        width: 100%;
    }
    #navbar {
        /*      margin-top: 27px; */
    }
    #navbar a {
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 31px;
    }
    .topBar .right,
    .topBar {
        text-align: center;
    }
    .logo a{
        float:left;
    }
    .logo img {
        /* float: left; */
        padding: 20px;
    }
    /* #navbar {
        position: absolute;
    } */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .mainContent {
        background: none;
    }
    .featurePanel {
        text-align: center;
    }
    .featurePanel img {
        float: none;
        width: 30%;
    }
    .featurePanel .button {
        width: 61%;
        padding: 12px;
        margin: auto;
    }
    .eventArea .button {
        width: 42%;
        margin: auto;
    }
      /*.eventArea h2 {
          text-align: center;
      }*/
    .featurePrograms .button {
        background-size: 70%;
    }
    .articleArea .button {
        width: 52%;
        margin: auto;
        font-size: 18px
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 30px;
    }
    .leadBtnRow div {
        padding: 52px 10px 52px 10px;
        line-height: 10px;
    }
    .featurePrograms,
    .parksSection,
    .subFooter {
        text-align: center;
    }
    #footerLogo {
        width: 90px;
    }
    .footerLogo {
        width: 90px;
        display: inline;
        margin: 0 0 0 20px;
    }
}
  /* Extra Small Devices, Phones */
  
  @media only screen and (max-width: 480px) {
      .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;
      }
  
      .navbar {
          padding-bottom: 0px;
      }
      #navbar {
          margin-top: 5px;
      }
      .featuredImg {
          max-width:100%;
      }
      .navbar-toggle {
          margin-top: 15px;
      }
      .topBanner img {
          width: 100%;
          margin-top:0px;
      }
      .header {
          min-height: 165px;
          max-height: 185px;
      }
      .subfooter a,
      .subfooter p {
          font-size: 16px;
      }
      /* #footerLogo {
          width: 40%;
      } */
      .mainContent img.footerLogo {
          width: 40%;
      }
      .logo img {
          float: left;
          padding: 10px 10px 0 10px;
          -webkit-transition: all 0.4s ease-in-out;
      }
      .hovereffect .info {
          opacity: 1 !important;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.4s ease-in;
      }
      .hovereffect p {
          font-size: 13px;
      }
      .hovereffect h2 {
          transform: translateY(5px);
      }
      .logo img {
          max-width: 210px;
          max-height: 55px;
          margin: 0px;
      }
      .header {
          background: none;
      }
      .mainContent {
          background: none;
      }
      .mainContent p a {
          text-decoration: underline;
      }
      .interior-page .mainContent {
          padding-top: 105px;
          padding-bottom: 75px;
      }
      .icon {
          width: auto !important;
          height: auto !important;
      }
      .mainContent iframe {
          width: 100%;
          height: 100%;
      }
      .mainContent img {
          width: 100%;
          height: 100%;
      }
      .featurePanel {
          text-align: center;
      }
      .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;
      }
      .newsletterSignup h2 {
          color: #fff;
          font-size: 17px;
          text-align: center;
          line-height: 26px !important;
      }
      .featurePrograms,
      .parksSection,
      .subFooter {
          text-align: center;
          font-size: 16px;
      }
      .featurePrograms h3,
      .programTitle {
          height: auto;
      }
      .featurePrograms .button {
          margin-bottom: 30px;
      }
      .eventArea .button {
          background-size: 100%;
          font-size: 22px;
          margin-top: 20px;
      }
      .leadBtnRow {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      .leadBtnRow h3 {
          font-size: 22px;
      }
      .leadBtnRow div {
          padding: 33px 10px 33px 10px;
          line-height: 10px;
      }
      .footer,
      .subFooter {
          font-size: 14px;
      }
  }
  /* Custom, iPhone Retina */
    @media screen and (max-width: 992px) and (orientation: landscape) {
      .weather-iframe{
         display: inline !important;
      }
    }
    
    @media  only screen and  (min-width: 1025px){
      #searchResults{
        width: 780px;
      }
    }
   @media only screen and (max-width: 767px) {
      .weather-iframe{
          display: inline !important;
      }
    }
    @media only screen and (max-width: 866px){
      .navbar-nav li button.btnSearch svg path {
        color: #fff !important;
      }
    }
    @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;
}  
  