﻿/*
=============================================================	    
Content: 	  New York State Parks Theme
Created:	  3/20/2009
Last Updated: 08/15/2023
Old URL:	  http://www.nysparks.state.ny.us
URL:          https://parks.ny.gov
Author:		  New York State Office of Parks,
              Recreation & Historic Preservation
=============================================================
*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro'), local('SourceSansPro'), url(/fonts/sourcesanspro/SourceSansPro.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro Semibold';
    font-style: normal;
    font-weight: 500;
    src: local('Source Sans Pro Semibold'), local('SourceSansProSemibold'), url(/fonts/sourcesanspro/SourceSansPro-Semibold.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(/fonts/sourcesanspro/SourceSansPro-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('/fonts/monosocial/MonoSocialIconsFont-1.10.eot');
    src: url('/fonts/monosocial/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('/fonts/monosocial/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('/fonts/monosocial/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('/fonts/monosocial/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('/fonts/monosocial/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0px; 
	height:100%; 
	width:100%; 
	text-align:left;
	font-size:1.0em;
	font-family:Proxima Nova;
}

form {	
    margin:0;
    width:100%;
}


/* Carousels */

.carousel-caption {
    font-family:Proxima Nova;
    position: relative;
    top:auto !important;
    bottom:0px;
    text-transform:none !important;
    padding:10px;
    background:#7f7f7f;
    width:100%;
    left:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    background:rgba(0,0,0,0.55);
}

.carousel-caption span {
    font-size:20px !important;
}

.carousel-caption .caption-desc {
    font-size:14px !important;
    margin-bottom:10px;
    display:block !important;
    font-weight:normal !important;
}

.carousel-caption .btn-custom {
  color: #fff;
  background-color: #0077C8;
  border-color: #0068ae;
  -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.carousel-caption .btn-custom:hover {
  color: #fff;
  background-color: #0095fb;
  border-color: #0086e1;
}

.image-carousel {
    min-height:300px;
    max-height:300px;
    margin-bottom:.5em;
    -webkit-transition: all 0.15s ease, line-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.15s ease, line-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position:relative;
/* *** This property is causing problems with the menu display on the homepage. ***
    top:-4px;
*/
}

.image-carousel .item, .image-carousel .active  {
    height:100%;
}

.image-carousel .carousel-inner  {
    height:100%;
}

.event-carousel {
    padding-bottom:80px;
    font-size:85%;
    -webkit-transition:font-size 0.4s ease;
    -moz-transition:font-size 0.4s ease;
    transition:font-size 0.4s ease;
}

.carousel-caption .caption-desc {
    text-transform:none !important;
    display:none;
}

.search-area {
    width:100% !important;
    max-width:280px;
}

#search-container {
    padding:20px 40px 30px 30px; 
    height:80px;
}

@media screen and (min-width: 768px)  
{
    .search-area     {
        max-width:206px !important;
    }
    
    #search-container 
    {
        height:40px;
        padding:0 10px 10px 10px; 
    }
    
}

@media screen and (min-width: 1024px) 
{   
    .search-area {
        max-width:280px !important;
    }

    #search-container 
    {
        height:80px;
        padding:20px 40px 20px 30px;
    }
}

@media screen and (min-width: 768px)  {
    .carousel-caption, .hd-img-caption 
    {
        bottom: 70px !important;
        width:100%;
        max-width:700px;
        left:10% !important;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding-left:30px;
    }
    
    .carousel-caption span {
        font-size:34px !important;
    }

    .carousel-caption .caption-desc {
        display:block;
        font-size:16px !important;
        max-width:400px;
    }
}

.event-carousel .carousel-control {
    display:none;
}

.carousel-inner  {
    overflow:hidden;
}

.carousel-indicators {
    margin-left:0;
}


.indicators-white li {
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.indicators-white .active {
  background-color: #fff;
}

.indicators-black li {
  background-color: #999;
  border-radius: 10px;
}

.indicators-black .active {
  background-color: #000;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row-no-gutters  
{
    margin-left:0 !important;
    margin-right:0 !important;
}

.program-areas {
    margin-bottom:30px;
}

.font-md {
    font-size:15px;
}

.font-lg {
    font-size:17px;
}

.feature {
    border-bottom:1px solid #CDCDCD;
    padding-bottom:10px;
}

.whats-new {
    border-bottom:1px solid #CDCDCD;
    padding-bottom:10px;
}

.link-slide-effect {
    position:relative;
    display:inline-block;
    text-transform: uppercase;
    font-family:Proxima Nova;
    font-weight:bold;
    font-size:15px;
    margin-top:10px;
}

.link-slide-effect a {
	padding:3px 20px;
	color:#0077C8 !important;
	display:block;
}

.link-slide-effect a::before {
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0077C8;
	content: '';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.link-slide-effect a::after {
	position: absolute;
	top: -4px;
	left: 0;
	width: 2px;
	height: 2px;
	background: #0077C8;
	content: '';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.link-slide-effect a:hover::before {
	top: 100%;
	opacity: 1;
}

.link-slide-effect a:hover::after {
	height: 100%;
	top: 0px;
} 

@media screen and (min-width: 768px) 
{
    .whats-new {
        border-bottom:0;
    }  
}

.whats-new ul
{
    list-style-type:disc;
    color:#636363;
}

.connections {
    background-size:cover; 
    /*background-color:#D9E1DD;*/
	padding:20px 0 40px 0;
    /*margin-bottom:10px;*/
	/*border-bottom:1px solid #468074;*/
}

.connection-item {
    display:table-row;
}

.connection-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #468074;
    color: #468074;
    display: inline-table;
    text-align: center;
    margin-right:15px;
}

.connection-icon .glyphicon {
   font-size: 32px;
    vertical-align: middle;
    display: table-cell;
}


.connection-item > div {
    display:table-cell;
}

.connection-item div:first-child {
    position:relative;
    top:15px;
}

.connection-detail {
    margin:0 auto;
}

.connection-detail h3 {
    margin-top:0 !important;
}

@media screen and (min-width: 768px) 
{
    .whats-new {
        border-bottom:0;
    }  
}


/* Event Calendar */
.event-highlights {
    list-style-type:none;
    margin-left:0;
    margin-top:10px;
    padding-left:0 !important;
}

.event-item {
    position:relative;
    min-height:70px;
}

.event-item .event-date {
    position:absolute;
    top:-2px;
    border:1px solid #507F70;
    width: 50px;
    text-align:center;
    margin-top:.3em;
    margin-right:.5em;
    margin-bottom:.3em;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color:#636363 !important;
}

.event-item .event-name, .event-item .event-location {
    position:relative;
    left:60px;
    display:block;
}

.event-item .event-date .weekday {
    display:block;
    background:#507F70;
    font-size:12px;
    color:#FFFFFF !important;
}

.event-item .event-date .day {
    display:block; 
    font-size:18px;
    font-weight:bold;
}

.event-item .event-date .month {
    display:block;
    font-size:11px;
}

.event-item .event-name {
    color:#507F70 !important;
    font-weight:bold;
    font-size:16px;
    margin-right:60px;
}

.event-highlights a:hover .event-item .event-name {
    color:#88B5A6 !important;
}



.event-item .event-location {
    color:#939393;
    margin-right:60px;
}


.calendar-item {
    position:relative;
    text-align:left;
    margin:.5em .4em; 
}

.calendar-item a, .event-calendar a:active, .calendar-item a:visited {
    color:#0033CC !important;
}

.calendar-item a:hover {
    color:#517CFF !important;
    text-decoration:none;
}

.calendar-item .event-date {
    border:1px solid #507F70;
    float:left;
    width: 50px;
    text-align:center;
    margin-top:.3em;
    margin-right:.5em;
    margin-bottom:.3em;
}

.calendar-item .event-date .weekday {
    display:block;
    background:#507F70;
    font-size:14px;
    color:#FFFFFF;
}

.calendar-item .event-date .day {
    display:block; 
    font-size:24px;
    font-weight:bold;
}

.calendar-item .event-date .month {
    display:block;
    font-size:13px;
}

.calendar-item .event-title, .calendar-item .event-title:active, .calendar-item .event-title:visited {
    font-size:22px;
    display:block;
}

.calendar-item .event-location {
    display:block;
    color:#939393;
}

.calendar-item p {
    margin-top:.3em;
}



/* New Responsive */
.page-title {
    width:100%; 
    height:180px; 
    background-position:center; 
    background-size:cover;
    -webkit-transition: height 0.7s ease;
    -moz-transition: height 0.7s ease;
    transition: height 0.7s ease;
    position:relative;
}

.page-title .caption {
    font-family:Proxima Nova;
    color: #fff;
    font-weight:bold;
    font-size:20px !important;
    position: absolute;
    top:auto !important;
    bottom:0;
    text-transform:none !important;
    padding:10px;
    background:#7f7f7f;
    width:100%;
    left:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    background:rgba(0,0,0,0.55);
}

.stackable-row {
    position:relative;
    padding:0 .4em; 
    overflow:hidden;
}

.stackable-row p {
    text-align:left;
    margin-top:.5em;
}

.stackable-row span {
    font-family: Source Sans Pro Bold;
    color:#00704A;
}

.stackable-row img {
    width:100%; 
    height:auto;
    -webkit-box-shadow: 7px 7px 6px -6px #777777;
    box-shadow: 7px 7px 6px -6px #777777;
}

.stackable hr {
    border: 0;
    margin:20px auto;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(64, 58, 96, 0.75), rgba(0, 0, 0, 0));
}

@media screen and (min-width: 768px) {
    .page-title {
        width:100%; 
        height:260px; 
    }

    .page-title .caption {
        font-size:46px !important;
    }
}

@media screen and (min-width: 1024px) {
    .page-title {
        width:100%; 
        height:380px; 
    }
}






/* Tabs and Navs */

.nav-tabs  {
    border-bottom: 2px solid #DDD; 
    margin-bottom:0; 
    padding-bottom:0;
}
    
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0; 
}

.nav-tabs > li > a  {
    border: none; color: #666; 
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none; color: #4285F4 !important; background: transparent; 
}

.nav-tabs > li > a::after {
    content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -4px; transition: all 250ms ease 0s; transform: scale(0); 
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1); 
}
    
.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%; color: #fff; 
}

.tab-pane {
    padding: 0; margin-top:0;
}
    
.tab-content {
    padding:20px; padding-top:0 !important; margin-top:0 !important;
}

.stack-content {
    padding:0;
}

.stack-nav {
    width:100%; padding:0px !important; 
}

.stack-nav li {
    width:100%;  padding-left:0 !important; padding-right:0 !important; margin-left:0 !important; margin-right:0 !important;
}

.tab-content h4 {
    margin-top:0px !important; padding:0px !important;
}

.nav-pills > li > a {
  margin:auto .5em;
  color:#337ab7;
  border:1px solid #337ab7;
}


/* x-small */
@media screen and (min-width: 544px) {
    .event-carousel {
        font-size:100%;
    }

}

/* small */
@media screen and (min-width: 768px) {
    .image-carousel {
        max-height:100%;
        max-height:700px;
    }
    
    .image-carousel .item, .image-carousel .active  {
        min-height:100%;
    }
}


/* medium */
@media screen and (min-width: 992px) {
    .event-carousel {
        /*max-height:430px;*/
    }
}

.content-section {
    margin-bottom:2em;
    width:100%;
}

/* Links */
.content-section a {	
	color:#0033CC; 
	text-decoration:none !important;
}
	
.content-section a:hover {	
	color:#517CFF;
}	


.primary-color-wrapper {
    width:100%;
    background-color:#2C5234;
    color:#FFF;
    padding:.3em .5em 1em .5em;
}

.primary-color-wrapper-grey {
    width:100%;
    background-color:#F6F6F6;
    padding:.3em .5em 1em .5em;
}

.ribbon {
    background-position:center; 
    background-size:cover; 
    /*background-image:url('/Images/HomepageHighlights/ribbon-background.jpg?a=04102017');*/
	/*background-image:url('/Images/HomepageHighlights/ribbon-background-fall3.jpg?');*/
    /* background-image:url('/Images/HomepageHighlights/ribbon-background-samspoint.jpg?'); */
	/*background-image:url('/Images/HomepageHighlights/ribbon2-background.jpg?');*/
	 /* background-image:url('/Images/HomepageHighlights/ribbon-background-quaker.jpg?'); */
	  /*background-image:url('/Images/HomepageHighlights/ribbon-background-newGrafton.jpg?');*/
	 background-image:url('/Images/HomepageHighlights/ribbon-background-allegany.jpg?');
    padding:.3em .5em 1em .5em;
    height:400px;
    margin-top:50px;
    margin-bottom:20px;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);*/
}


.button, .button:visited {
    display: inline-block;
    background-color: transparent;
    color: #507F70 /* !important */;
    border:3px solid #507F70;
    cursor: pointer;
    text-decoration:none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    margin: 0px auto;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    width: auto;
    padding: 10px 30px /* !important */;
}

.button:hover {
    background-color: #507F70 /* !important */;
    color: #FFFFFF /* !important; */
}

.button.white, .button.white:visited {
    color: #FFFFFF /* !important */;
    border: 2px solid #FFFFFF;
}

.button.blue 
{
    border: 2px solid #FFFFFF;
    color: #FFFFFF /* !important; */;
    background-color: #0077C8 /* !important */;
}

.button.blue:hover 
{
    background-color: #0095fb /* !important */;
}

.button.blue:hover:disabled {
    border: 2px solid #FFFFFF;
    color: #FFFFFF /* !important */;
    background-color: #0077C8 /* !important */;
}


.button.trans, .button.trans:visited {
    color: #FFFFFF /* !important */;
    border: 2px solid #FFFFFF;
}

.ribbon-btn {
    text-align: center; 
    margin: 20px 10% 8px 10%;
}


.round {
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.highlight 
{
    position:relative;
    padding:0 .4em; 
    /*margin:.4em 0;*/
    overflow:hidden;
}

.highlight p {
    text-align:left;
    margin-top:.5em;
}

.highlight span {
    font-family: Source Sans Pro Bold;
    color:#00704A;
}

.highlight img {
    width:100%; 
    height:auto;
    -webkit-box-shadow: 7px 7px 6px -6px #777777;
    box-shadow: 7px 7px 6px -6px #777777;
}

.content-section .crumbs {
    margin:.4em 0 .8em 0;
    color:#898989;
}

.content-section h2 {
    font-family:Proxima Nova;
    color:#636363; /*2C5234*/
    font-weight:500;
    font-size:2.2em;
    margin-bottom:20px;
}

.content-section h2.new-style {
    color:#2C5234; /*2C5234*/
    font-style:italic !important;
    font-size:2.8em !important;
    display:inline-block;
    border-bottom:2px dashed #92ACA0;
    padding-bottom:4px;
}

.content-section h3 {
    font-family:Proxima Nova;
    color:#2C5234;
    font-weight:500;
    font-size:1.4em;
}

.content-section h4 {
    font-family:Proxima Nova;
    color:#2C5234;
    font-weight:500;
    font-size:1.0em;
    margin-top:1em;
    letter-spacing:.03em;
    font-weight:bold;
}

.content-section h2.location-hightlight {
    font-weight:600;
}


.content-section h4.event-highlight {
    text-align:center; 
    position:relative;
    background-color:#507F70; 
    padding:.6em 0; 
    color:#FFF; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight:normal;
    margin-bottom:0;
}

.content-section h4.event-highlight:after {
    z-index: -1;
    position: absolute;
    top: 98.1%;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #507F70;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.content-section h4.event-highlight .glyphicon {
    position:relative; top:3px;
}

.content-section .facility-section {
    margin-bottom:1em; 
    border-bottom:1px solid #DDD !important;
    padding-bottom:1em;
}

.content-section .center-text {
    text-align:center;
}

.content-section .top-bottom-margin {
    margin:1em auto;
}

.primary-color-wrapper h2 {
    font-size:2.2em;
    color:#FFF;
}

.ribbon h2 {
    font-family:Proxima Nova;
    color:  #fff;
    text-align:center;
    font-weight:bold;
    font-size:30px !important;
    margin:30px 10%;
}

.ribbon p {
    font-family:Source Sans Pro bold;
    color: #fff;
    text-align: center;
    /*font-weight:bold;*/
    margin:0 10%;
    font-size:16px;
}

.ribbon img {
    display:none;
    margin-top:20px;
}
    
.highlight h2 {
    text-align:left;
    margin:.2em 0;
    display:none;
}

.primary-color-wrapper .pop {
    font-family:Source Sans Pro bold;
}

.content-section .left {
    text-align:left;
}

.content-view {
    margin:4em 0 !important;
}

.content-section hr {
    border: 0;
    height: 1px;
    background-color:#CDCDCD;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
}

.content-section .img-frame {
	background-color:#fff;
    overflow: hidden;
    padding: 5px; 
    margin: 0;
    position: relative;
    /* -webkit-box-shadow: 1px 1px 4px #CECECE;
    box-shadow: 1px 1px 4px #CECECE; */
    width:auto !important;
}

.content-section .img-mat {
	display: table-cell; 
	vertical-align:middle;	
	margin:0 !important;
	padding:0 !important;
}

.content-section .img-frame img {
	display:block;
	margin:0 auto; 
}

.content-section .push-right {
    float:right;
    margin-left:1.5em;
    margin-bottom:1em;
}

.content-section .pull-left {
    float:left;
    margin-right:1.5em;
    margin-bottom:1em;
}

/* List Formats */
.content-section ul {
	margin:10px 0px; 
	padding:0px 15px;
}

.content-section ul li {
	padding:3px 0px 3px 0px;
}

.content-section ul li ul li {
    list-style-type: disc;
    padding: 3px 0px 3px 0px;
}


ul li li {
    list-style-type: circle !important;
    margin-top: 0px;
    margin-bottom: 0px;

}

ul li li li {
    list-style-type: square !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

ul li li li li{
    list-style-type: disc !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*Added Styles for anchor-lists*/
.content-section ul.anchor-list {
    list-style:none;
    margin:15px auto 0 auto;
    padding:0;
    text-align:center;
    }

.content-section ul.anchor-list li {
    font-size:1em;
    display:inline-block;
    margin-right:10px;
}

.content-section ul.anchor-list li a {
    padding:5px 10px;
}

.content-section ul.anchor-list li:not(:first-child):before {
    content:'';
    border-left:2px solid #2C5234;
    margin-right:10px;
}

.content-section ul.lst-none {
	margin:0;
	padding:0;
}

.content-section ul.lst-none li {
	list-style:none; 
}

.content-section ul.lst-events {
	margin:0;
	padding:0;
}

.content-section ul.lst-contact {
	margin:0;
	padding:0;
}

.content-section ul.lst-contact li {
	list-style:none; 
}

.content-section ul.lst-events li {
	list-style:none; 
	font-size:13px;
	margin-bottom:1em;
}

.content-section ul.lst-events li a {
	font-weight:bold;
}

.content-section ul.lst-arw li {
	list-style:none; 
	background-image:url(/images/ListItems/DoubleArrow.gif); 
	background-repeat:no-repeat; 
	background-position:4px 9px; 
	display:list-item; 
	padding-left:20px;
	margin:.2em 0; 
}
	
.content-section ul.lst-doc li {
	list-style:none; 
	background-image:url(/images/ListItems/Document.gif); 
	background-repeat:no-repeat; 
	background-position:4px 8px; 
	display:list-item; 
	padding-left:20px; 
	margin:.2em 0; 
}	

.content-section ul.lst-arw-rtl li {
	list-style:none; 
	background-image:url(/images/ListItems/DoubleArrow.gif); 
	background-repeat:no-repeat; 
	background-position:right 12px; 
	display:list-item; 
	padding-right:20px;
	margin:.2em 0; 
}
	
.content-section ul.lst-doc-rtl li {
	list-style:none; 
	background-image:url(/images/ListItems/Document.gif); 
	background-repeat:no-repeat; 
	background-position:right 9px;
	display:list-item; 
	padding-right:20px; 
	margin:.2em 0; 
}

.content-section ul.lst-releases {	
	list-style-type:none; 
	display:block;}

ul.lst-releases li span {
	display:table-cell; padding-top:5px; padding-bottom:5px; width:200px;}

ul.lst-releases li a {
	display:table-cell; padding-top:5px; padding-bottom:5px;}
	
	
.content-section .region-fac-lst {
    font-size:14px;
}

.content-section .region-fac-lst ul {
    margin-bottom:10px;
}



/* Inpage Navigation */
.inpage-nav {
    position:relative; 
    text-align:left; 
    width:100%;
}

.inpage-nav a, .inpage-nav a:visited {
    font-family:Proxima Nova;
    font-weight:600;
    font-size:16px;
    color:#2C5234 !important;
    text-decoration:none !important;
    text-align:center;
    display:block;
    position:relative;
	background-color:#FFF;
	border:1px solid #2C5234; 
	width:100%;
	 -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:.2em;
    letter-spacing:.01em;
    padding:.5em 0;
}

.inpage-nav a:hover, .inpage-nav a:focus {
    background-color:#2C5234;
    color:#FFF !important;
    border:1px solid #2C5234; 
    outline: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.inpage-nav a.highlight {
    color:#2C5234 !important;
    background-color:#2C5234 !important;
    border:1px solid #2C5234; 
    color:#FFF !important;
}

.pills-global-theme li a {
    background-color:#FFF;
	border:1px solid #2C5234;
	color:#2C5234;
}

.pills-global-theme li a:hover {
    background-color:#EEE;
	color:#2C5234;
}

.pills-global-theme > li.active > a,
.pills-global-theme > li.active > a:hover,
.pills-global-theme > li.active > a:focus {
    background-color:#2C5234;
    border:1px solid #2C5234;
}

.form-frame {
    /*border:1px solid #D0D0D0; */
    border-top:4px solid #3D85C6;
    width:100%; 
    /*border-radius: 5px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 8px rgba(0,0,0,0.15);*/
}

.form-frame .frame-header {
    padding:10px; 
    color:#333;
    font-weight:bold;
    font-family:Proxima Nova;
    border-bottom:1px solid #EAEAEA;
}

.form-frame .form-content {
    padding:10px;
}

.form-frame label {
    text-align:left !important;
    margin-left:16px;
}

/* forms 



label.required:after {
  content: "*";
  position: relative;
  left: 3px;
  color: #BF0F13;
  margin-right:7px;
}

.form-button {
    width:80%; 
    margin:20px auto 0 auto;
}

*/

.check-list, .radio-list {
	padding:0px;
	list-style-type:none;
	display:inline-table;
}
	
.check-list li, .radio-list li {
	padding:2px 8px;
	display:inline-block;
	margin-right:10px;
	
}	

.check-list label, .radio-list label {
	padding:0 8px;
	display:inline;
}

.check-list input, .radio-list input {
	display:inline;
}

/* Message boxes */
.notice-frame {
    border:2px solid #7D9F79; 
    background-color:#EFEFEF; 
    padding:0 5px;
}

.notice-frame table tr{
    line-height:0;
}


/* Result Grids */
.result-item {
    border-bottom:1px solid #E6ECF2; 
    padding:5px;
}

.result-item:hover {
    background-color:#F8FAFC; 
}

/* Calendar Menu */

.event-calendar {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size:14px;
    margin:15px auto;
    width:100%;
    border:0px !important;
}

.event-calendar .title {
    font-weight:bold;
    text-align:center;
    background-color:#FFF !important;
    height:40px;
}

.event-calendar .day-header {
     color:#585858;
     text-align:center;
     font-size:12px;
}

.event-calendar .month a {
    font-size:12px;
    color: #A2AEC8 !important;
    width:100%;
    height:100%;
    display:block;
    vertical-align:middle;
}

.event-calendar .month a:hover {
    background-color:#F6F6F6;
}

.event-calendar .day a {
    font-size:12px;
    padding:5px 0;
    color: #677CA6 !important;
    width:100%;
    height:100%;
    display:block;
}

.event-calendar .day a:hover {
    background-color:#F6F6F6;
}

.event-calendar .today {
    height:26px !important;
    font-size:12px;
    width:100%;
    height:100%;
    background-color:#D9E1DD;
}

.event-calendar .today a {
    color:#677CA6 !important;
}

.event-calendar .next-prev a {
    color:#1C75BC !important;
    text-decoration:none;
}

.event-calendar .next-prev a:hover {
    color:#83BDED !important;
}

.golf-layout {
    border:1px solid #B3C5D7;
    border-collapse:collapse;
    width:150px;
    float:left;
    margin-top:10px;
    margin-right:15px;
}

.golf-layout td {
    padding:3px;
}

#top-link.affix {
    position: fixed; 
    bottom: 4px; 
    right: 20px; 
}

#top-link.affix-top {
    position: absolute; 
    bottom: -999px; 
    right: 20px; 
}

.google-map {
	background: #E5E3DF;
	height: 300px;
	max-width: 100%;
    overflow: hidden;
    border:1px solid #e3e3e3;
    -webkit-box-shadow: 1px 1px 4px #CECECE;
    box-shadow: 1px 1px 4px #CECECE;
    position:relative;
    -webkit-transition:height 0.4s ease;
    -moz-transition:height 0.4s ease;
    transition:height 0.4s ease;
}

@media only screen and (min-width: 768px) {
    .google-map  {
        height:550px;
        
    }
}


.social-media, .donation{
    position:relative;
    margin-top:20px;
}
    
.social-media .follow-us, .donation .donate {
    position:absolute;
    top:0;
    left:0;
    font-weight:bold;
}

.social-media .social-icons, .donation .donate-icons {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size:32px;
    position:relative;
    margin-left:80px;
    top:-15px;
}

.social-media .social-icons a, .donation .donate-icons a {
    color:#337ab7 !important;
}

.social-media .social-icons a:hover, .donation .donate-icons a:hover {
    color:#517CFF !important;
} 

.social-media .social-icons a:before, .donation .donate-icons a:before {
    content: attr(title);
}

.quick-links a 
{
    display:block;
    padding:.3em 0;
    margin:.3em 0;
}

.quick-links span 
{
    color:#585858;
}

.quick-links a:hover span {
    color:#AFAFAF;
}

.facts  {
    border:1px solid #CACACA;
    border-left:5px solid #92ACA0;
    border-radius: 3px;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:.3em;
    background-color:#F5F5F5;
    font-size:.8em;
    margin-bottom:1em;
}

.facts .fact-label {
    font-weight:bold;
    display:block;
}

#directions-btn {
    cursor:pointer;
}



/*Lock site pages until responsive
.width-lock {
    width:1010px !important;
}

.min-width-lock {
    min-width:1100px !important;
}

.container_ {
    padding-left:0;
    padding-right:0;
    margin-left:auto;
    margin-right:auto;
}

/* Page Lock at 1120px */
@media only screen and (min-width: 70em) {
  .width-restrict {
    margin-left: auto;
    margin-right: auto;
    width: 70em !important;
  }
}


/* small */
@media screen and (min-width: 768px) {
    .ribbon h2 {
        font-size:46px !important;
    }
    
    .ribbon p {
        font-size:20px;
    }
    .ribbon img {
        display:block;
    }
}






/** Heritage Areas **/	
div.hidden {	
	visibility:hidden; display:none;}
		
/** Snowmobile **/			
span.bld-block {
	font-weight:bold; display:block; margin:5px 0px;}
		
/** SHPO **/	
span.image-of {
	font-size:7.5pt; color:#444;}
	
span.image-county {
	font-size:7.5pt; color:#786032;}
	
/** Shadow Box **/
div.shadow-box {
    border:1px solid #CCC;  padding:5px;
    -moz-box-shadow: 3px 3px 4px #CCC;
    -webkit-box-shadow: 3px 3px 4px #CCC;
    box-shadow: 3px 3px 4px #CCC;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');/* For IE 5.5 - 7 */}

/** Error Message  **/
.errors {
	border:0px solid red; font-weight:bold; color:red; margin:5px 0px; padding:15px; width:70%;}
		
.errors ul {
	 background:#fff url(/Images/Graphics/Alert.gif) no-repeat 5px 3px; min-height:30px; margin:0px; padding:5px 15px 10px 15px; list-style:square;}	
	 
.errors ul li {	 
	 margin-left:40px;}
	 
.valid {
	float:left; margin-left:5px;}
	 
		
	
.lst-grn ul {	
	margin:20px 0px; padding:0px 30px;}
	
.lst-grn ul li {
	list-style:none; background-image:url(/images/ListItems/Dot-grn.gif); background-repeat:no-repeat; background-position:4px 7px; 
	display:list-item; padding:3px 0px 3px 20px;}
	
.lst-grn ul li a, .lst-grn ul li a:visited {	
	color:#046223; text-decoration:none;}
	
.lst-grn ul li a:hover {	
	color:#046223; text-decoration:underline;}			
	

/* Treeview Styles */
.treeview td {
	 padding-left:4px;}
	 
.treeview td div {
	height:20px !important;}
	
.treeview a, .treeview a:visited {
	color:#000; font-weight:bold;}
	
.treeview a:hover {	
	color:#000; font-weight:bold; text-decoration:underline;}			
	
	
	
/* Modal Popup Styles - Email This Page  */
.modal-background {
	}

.lyr-modal-popup {
	position:absolute; top:100px; background-image:url('/Images/Backgrounds/BlackOpacity.png'); text-align:left; padding:6px;}

.lyr-modal-popup h1 {
	background-color:#3760A5; line-height:30px; height:30px; margin:0px;}	

.lyr-modal-popup-sub {	
	clear:both; width:100%; border:1px solid #CCC; background-color:#FFFFFF;}
		


/* Tooltips - Did You Know */
.tooltip {
	position:relative; background-color:Transparent; margin:8px; height:auto !important; width:auto !important;}
	
.tooltip-top-left-corner {
	position:absolute; top:0px; left:0px; margin-top:-5px; background-image:url(/Images/Tooltips/tooltip-left-top.gif); 
	background-repeat:no-repeat; background-position:top left; width:5px; height:5px; overflow:hidden;}
	
.tooltip-top-middle {
	position:absolute; top:0px; left:5px; margin-top:-5px; background-image:url(/Images/Tooltips/tooltip-mid-top.gif); 
	background-repeat:repeat-x; background-position:top left; width:130px; height:5px; overflow:hidden;}

.tooltip-top-right-corner  {
	position:absolute; top:0px; left:135px; margin-top:-5px; background-image:url(/Images/Tooltips/tooltip-right-top.gif); 
	background-repeat:no-repeat; background-position:top left; width:5px; height:5px; overflow:hidden;}

.tooltip-editable {
	background-color:#FFFAB9; width:120px; padding:7px 9px 7px 9px; font-family:Arial; font-size:11px; font-weight: normal; color:#434343; 
	border-left:solid 1px #dad4b7; border-right:solid 1px #DAD4B7;}
	
.tooltip-bot-left-corner {
	position:absolute; left:0px; background-image:url(/Images/Tooltips/tooltip-left-bot.gif); background-repeat:no-repeat; 
	background-position:top left; width:5px; height:5px; overflow:hidden;}

.tooltip-bot-middle {
	position:absolute; left:5px; background-image:url(/Images/Tooltips/tooltip-mid-bot.gif); background-repeat:repeat-x; 
	background-position:top left; width:130px; height:5px; overflow:hidden;}
	
.tooltip-bot-right-corner {
	position:absolute; left:135px; background-image:url(/Images/Tooltips/tooltip-right-bot.gif); background-repeat:no-repeat; 
	background-position:top left; width:5px; height:5px; overflow:hidden;}
	

/*JB Parking */

.jbparking .container{	
	color: #2c5234;
	border-collapse: separate;
	background: #fdfdfd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #2c5234;
	-webkit-box-shadow: 0px 0px 5px #2c5234;
	box-shadow: 0px 0px 5px #2c5234;
	padding: .25em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 1em;
}

.jbparking h1{
	margin-bottom: .25em;
	color: #000000;
}

.jbparking h3{
	margin-bottom: .25em;
}

.jbparking .parkInfoDiv{
	margin: 10px 10px 10px 10px;
	width: 95%;	
}

.jbparking .dateInfo{
	/*text-align: center;*/
	font-size: 12pt;
	font-weight: bolder;
}

 .jbparking .trafficInfo{
	padding: .15em;
	border-radius: 0.2em;
	font-size: 11pt;
	color: black;
	min-height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #2c5234;
	-webkit-box-shadow: 0px 0px 5px #2c5234;
	box-shadow: 0px 0px 5px #2c5234;
	width:100%;
	background: #fff;
	
}

.jbparking table {
	padding: .15em;
	border-collapse: separate;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #2c5234;
	-webkit-box-shadow: 0px 0px 5px #2c5234;
	box-shadow: 0px 0px 5px #2c5234;
	width:100%;
}



@media only screen and (min-width: 800px){
	.jbparking .container{	
		/* max-width:800px; */
	}
}

@media (max-width: 22.85em) {	
	.jbparking .dateInfo{
		text-align: left;
	}
	.jbparking .container{	
		max-width:800px;
	}
}

@media(min-width: 0px) and (max-width: 1000px) {
    #Ryder {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/* -----------  DATA TABLE STYLES ----------------- */
.jbparking .ui-progressbar {
	position: relative;
}
.jbparking .progress-label {
	position: absolute;
	left: 50%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

/* 
.AutoExtender {
font-family: Verdana, Helvetica, sans-serif;
font-size: .8em;
font-weight: normal;
border: solid 1px #006699;
line-height: 20px;
padding: 2px;
background-color: White;
}
.AutoExtenderList
{
border-bottom: dotted 1px #006699;
cursor: pointer;
color: Maroon;
}
.AutoExtenderHighlight
{
color: White;
background-color: #006699;
cursor: pointer;
}*/

.commontable {
	border-collapse: collapse;
	width:100%;
}

.commontable thead tr{ 
	border-bottom:2px solid #DDD;}
	
.commontable tbody tr{ 
	border-bottom:1px solid #DDD;}

.commontable thead th,tbody td { 
	text-align:left;
    padding:15px;
}
	
#BusinessOpp 
{
    padding: 3px; 
    border-spacing: 2px; 
    title: Current Business Opportunities; 
}


#NewJobOpp {
    padding: 3px; 
    border-spacing: 2px; 
    summary: New Job Opportunities; 
    title: New Job Opportunities; 
}

#BoatingPermits
{
    border:1px solid #DDD;
    padding: 3px; 
    border-spacing: 2px; 
    summary: Boating Permit Information; 
    title: Boating Permit Information; 
    margin:10px 0;
}

#BoatingPermits td, #BoatingPermits th 
{
       padding:10px !important;
       border:1px solid #DDD;
}

/* 

.swimtable {
	border-collapse: collapse;
	
}

.swimtable thead tr{ 
	border-bottom:1px solid #DDD;}
	
.swimtable tbody tr{ 
	border-bottom:1px solid #DDD;}

.swimtable thead th,tbody td { 
	
    padding:5px;
	
}


#SwimmingHours
{
    border:1px solid #DDD;
    padding: 3px; 
    
    title: Extended Swimming Hours: July 19-21;

    margin:1px 0;
}

#SwimmingHours td, #SwimmingHours th 
{
       padding:3px !important;
       border:1px solid #DDD;
	   width: 25%;
} */

div.boattable
{
    display: table;
    width: 100%;
    border-collapse: collapse;
	
	
}
div.boatheading {
  	display: table-header-group;
  	font-weight: bold;
}

div.boatrow
{
    display: table-row;
}
div.boatcell, div.boathead 
{
    display: table-cell;
    text-align: center;
	border: 1px solid #999999;
}
div.boatbody {
  	display: table-row-group;
	
}
div.boatfooter {
  	display: table-footer-group;
  	font-weight: bold;
	border: 1px solid #999999;
}
 

div.boatcolspan,div.boatcolspan + div.boatcell
{
    border: 0;
}
div.boatcolspan > div
{
    width: 0.5px;
}
/*div.colspan > div > div
{
    position: relative;
}*/

/* #proc-table {
width: 100%;
display: table;
border-collapse: collapse;
	

}

#proc-table-header{
display: table-header-group;
background-color: #1a6600;
font-weight: bold;
color: #fff;
font-size: 15px;
}

.proc-table-row{
display: table-row;
}

.table-header-cell, .table-body-cell{
display: table-cell;
padding: 10px; 
text-align: center;
border: 1px solid black;


}

#proc-table-body{
display: table-row-group;
}


.md {
    width:100%;
    height: 50px;
    line-height: 50px;
    padding:2px 5px;
}

.md.restrict-width {
    width: 100px;
}*/


#proc-table {
width: 100%;
display: table;
border-collapse: collapse;
table-layout: fixed;	

}

#proc-table-header{
display: table-header-group;
background-color: #1a6600;
font-weight: bold;
color: #fff;
font-size: 15px;

}

.proc-table-row{
display: table-row;
}

.table-header-cell, .table-body-cell{
display: table-cell;
 box-sizing: border-box;
 
 padding: 10px; 
border-spacing: 2px; 
margin:5px 0;

    

border: 1px solid black;
}

#proc-table-body{
display: table-row-group;
font-size: 14px !important;

}


.md {
    width:100%;
   height: 100px; 
 line-height: 75px;
    padding:2px 5px;
}

.md.restrict-width {
    width: 300px;
}

.kbyg {
	box-sizing: border-box;	
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-top: 2px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0.75rem 0.5rem;
    margin-bottom: 10px;
	border: 1px solid transparent;
    border-radius: 4px;
}

.kbyg .shortmessage {
	float: left;
    font-size: 10px;    
}

.kbyg .shortmessage h1, .kbyg .shortmessage h2, .kbyg .shortmessage h3, .kbyg .shortmessage h4, .kbyg .shortmessage h5, .kbyg .shortmessage h6, .kbyg .shortmessage p {
    font-size: 15px;    
    font-weight: 600;
    margin-top: 0;
    line-height: 1.8;
    float:left;
}

.kbyg .moreinfo {
	margin-bottom: 0.5em;
    padding-top: 3px;
    margin-top: 2px;
    color:black;
}

.kbyg .moreinfo a.js-more-link {
    font-variant: small-caps;
    text-transform: lowercase;
    color: #fff;
    font-size: 14.5px; 
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 0.1rem 0.5rem 0.2rem;
    margin-left: 1rem;
    border-radius: 5px;
}

.kbyg .moreinfo:focus,
.kbyg .moreinfo.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.kbyg .moreinfo a.js-more-link:hover {   
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.kbyg .moreinfo .notice-message {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14.5px;    
    margin: 2rem 1rem 1rem;
    max-width: 800px;
    line-height: 1.5em;
    clear: left;
}

.kbyg .moreinfo .notice-message h1, .kbyg .moreinfo .notice-message h2, .kbyg .moreinfo .notice-message h3, .kbyg .moreinfo .notice-message h4, .kbyg .moreinfo .notice-message h5, .kbyg .moreinfo .notice-message h6, .kbyg .moreinfo .notice-message ul, .kbyg .moreinfo .notice-message ol, .kbyg .moreinfo .notice-message p {
    margin-bottom: 1rem;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;   
}


/*** NEW STYLES FOR THE ACCORDION DIVS USED ON THE NEW EMPIRE PASS FAQ PAGE: ***/

.
{
    display: block;
    background-color: transparent;
    border-top: 2px solid #507F70;
    border-bottom: 2px solid #507F70;
    border-left: none;
    border-right: none;
    /* cursor: pointer; */
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    margin: -2px 0px 0px;
    text-align: left;
    /* transition: all 0.3s ease 0s; */
    /* text-transform: uppercase; */
    /* font-size: 14px; */
    /* font-weight: bold; */
    /* text-shadow: none; */
    width: 100%;
}

.faq-accordion-question {
    display: block;
    background-color: transparent;
    color: #2C5234 !important;
    /* border: 3px solid #507F70; */
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    text-align: left;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* text-transform: uppercase; */
    /* font-size: 14px; */
    font-weight: bold;
    font-size: 1.0em;
    font-family: Proxima Nova;
    text-shadow: none;
    width: 100%;
    padding: 5px 5px !important;
}

.faq-accordion-question:hover {
    background-color: #507F70 !important;
    color: #FFFFFF !important;
    /* border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px; */
}

.faq-accordion-question.selected {
    display: block;
    background-color: #507F70 !important;
    color: #FFFFFF !important;
    border: none;
    margin: 0px auto;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq-accordion-answer {
    display: block;
    overflow: hidden;
    background-color: transparent;
    /* color: transparent; */
    border: none;
    /* cursor: pointer; */
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    margin: 3px auto;
    text-align: left;
    -moz-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
    width: 100%;
    /*** This is a variable to hold the size of ***/
    /*** this element when its height is auto.  ***/
    --fullHeight: auto;
    height: var(--fullHeight);
    /* line-height: 0px; */
    /* font-size: 0px; */
    padding: 5px 5px;
}

.faq-accordion-answer.collapse {
    height: 0px;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.faq-accordion-answer.expand {
    display: block;
    overflow: hidden;
    background-color: transparent;
    color: #333;
    border: none !important;
    /* cursor: pointer; */
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    margin: 3px auto;
    text-align: left;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100% !important;
    height: var(--fullHeight);
    /* line-height: 1.42857143; */
    /* font-size: 1.0em; */
    padding: 5px 5px !important;
}

.faq-category-first {
    margin-top: 10px;
    margin-bottom: 20px;
}

.faq-category {
    margin-top: 30px;
    margin-bottom: 20px;
}

#divEmbeddedMap {
    width: 100%;
    border: 1px solid #333;
    background-color: white;
    margin: 0px auto;
    height: 550px;
}

#divEmbeddedMap_src {
    height: 100%;
    width: 100%;
}
