/*
*****************************************
 PVII Harmony: CSS Page Grid Framework
 by Project Seven Development
 www.projectseven.com
*****************************************
*/
body {
    font-family: 'Open Sans', Arial, Helvetica,sans-serif;
	font-size: 1.5vw;
	margin: 0px;
	color: #111111;
	background-color:#799FA4;
    -webkit-text-size-adjust:none;
}
.p7HMY {
	margin: auto;
}

p, ul, li {
	-webkit-text-size-adjust:none; /* Thanks to Al at P7; disables iPhone jiggering of font sizes 071417 */
}

a img {
  border: 0;
}

/*
********************************
Home Page Slideshow Treatment
********************************
*/

.slideshow_container_desktop {
    display:block !important;
}

.slideshow_container_smartphone {
    display:none !important;
}

/*
********************************
     Section Text Styles
********************************
*/
/*
.p7HMY .hmy-section a {
	border-bottom: 1px dotted;
	transition: all linear .5s;
	color: inherit;
	text-decoration: none;
}
.p7HMY .hmy-section a:hover {
	border-bottom: 1px solid;
}
*/

.hmy-section a {
    color: #0000FF;
    text-decoration: none;
}
.hmy-section a:hover{
    text-decoration: underline;
}



.hmy-section .hmy-/calendar/ a,
.hmy-section .hmy-/calendar/ a:hover {
	border: none;
	display: block;
    outline:0;
}

.article-image {
    float:left;
    margin:0.2em 1em 0.4em 0;
    max-width: 35% !important;
}
.article-image2 {
    float:left;
    margin:0.2em 1em 0.4em 0;
    max-width: 60% !important;
}
.article-image-homepage {
    float:left;
    margin:0.2em 1em 0.4em 0;
    max-width: 20% !important;
}


.hmy-section h1 {
	font-size: 2.0em;
}
.hmy-section h2 {
	font-size: 1.4em;
}
.hmy-section h3 {
	font-size: 1.3em;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.2em;
}
.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4,
.hmy-section h5 {
	margin: 1.5em 0px 0px 0px;
	padding: 0px !important;
    font-family: 'Merriweather', Arial, Helvetica,sans-serif;
    line-height: 1.4em;
	font-weight: 600;
}
.hmy-section h1:first-child,
.hmy-section h2:first-child,
.hmy-section h3:first-child,
.hmy-section h4:first-child,
.hmy-section h5:first-child {
	margin: 0px;
}
.hmy-section p {
	margin: 6px 0px 10px 0px;
	line-height: 1.4em;
}


/*
********************************
       CONTENT AREAS
********************************
*/
.p7HMY .hmy-content p:first-child {margin-top: 0px;}
.rounded {border-radius: 4px;}
.hmy-content {padding: 1em;}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.highlight { /* ZOOM search highlight */
	background: rgba(112, 253, 142, 0.8);
	border-radius: 0.3em;
}

.banner_container {
    border-bottom: 2px solid rgb(17,17,17);
}


.banner_content {
/*     background-image:url('../images/banner-background-image.jpg'); */
/*
    background-size: cover;
    background-repeat: no-repeat;
*/
}

.banner_placeholder {
    position:relative;
    width:100%;
    height:auto;
    min-height:28.5714vw;
    z-index:100;
}

.leaderboard-container {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    z-index:200;
}

.buttonMenu-container {
    display:block;
    position:absolute; 
    bottom: 1.1em; 
    right: 1.5em; 
    z-index:200;
}

.buttonMenu a {
    margin-right:0.1em;
    background-color:rgba(219,216,199,0.8); ;
    padding:0.15em 0.6em;
    border-radius:0.2em;
    color: #111111;
    font-size:0.9em;
    font-weight:bold;
    box-shadow: 0px 0px 0.5em #333333;
}

.buttonMenu a:hover {
    background-color:#70FD8E;
    text-decoration:none;
}

.facebook_container {
    position:absolute;
    width: 2.5vw;
    height:auto;
    bottom: 3em; 
    right: 1.7em;
    z-index:200;
}

.facebook_logo img {
	width:100% !important;
	height:auto !important;
	vertical-align:bottom;
}

.menu_container {
    position:relative;
    z-index:5000;
    margin-top:0.3em;
    margin-bottom: 0.8em;
}

.slideshow {
  border: 2px solid rgb(17,17,17);
    box-sizing: border-box;
}


/* setup for in-menu extras container, including ZOOM search boxes */

.menu-extras-container {
   position:relative;
   width:95%;
   height:auto;
   padding:0.6em;
   margin-bottom:1em;
   margin-top:0.2em;
   background-color:#dbe9f0;
   border-radius: 0.2em;
}

.menu-search-container {
    position:relative;
    width:100%;
    height: auto;
    z-index: 100;
}

.menu-search-form {
    position:relative;
    width:67%;
    height:auto;
    float:left;
}

.menu-search-input {
    width:100%;
    height:auto;
    border-style: none;
    border-radius: 0.2em;
    padding: 0.3em 0.4em;
    font-size:1em;
    box-shadow: inset #849da8 0 0.1em 0.3em;
}

.menu-search-button {
    position:relative;
    width:25%;
    height:auto;
    float:right;
}

.menu-search-button button {
    width: 100%;
    height: auto;
    font-size:1.0em;
    padding: 0.3em 0 !important;
    color:#F8F6E7;
    border-style: none;
    background-color:#849da8;
    border-radius: 0.2em;
}


.menu-search-input:focus, .menu-search-button button:focus {
    outline:0;
}

.indicateNewPage { /* see includes.php, Assemble $menuKeys */
    color:#fcf9e3;
    background-color:#849DA7;
    font-style:italic;
    border-radius:10px;
    padding:0px 2px;
}    

/* Setup for michmapIcons.php (animated Michigan map at page headers) */
#michmapIcons {
    position: absolute;
    bottom: 0;
    height: auto; width: 14.5833333%;
    z-index: 200;
}
.michmapIcons_above768 {
    display:block;
    position:relative;
}
.michmapIcons_below768 {
    display:none;
    position:relative;
}
#mapDiv_upperShim {
    display: inline-block;
    height: auto; width: 100%
}
#mapDiv_westShim {
    display: inline-block; float: left;
    height: auto; width: 42.8571428%
}
#mapDiv_upper {
    height: auto; width: 100%
}
#mapDiv_north {
    display: inline-block;
    height: auto; width: 57.1428571%
}
#mapDiv_west {
    display: inline-block; float: left;
    height: auto; width: 26.2857142%
}
#mapDiv_east {
    display: inline-block;
    height: auto; width: 30.8571428%
}
.mapIconImages {
    height: auto; width: 100%;
    vertical-align: bottom
}

/* Interactive Map pages styling (see regionpage.php) */

.interactive_map {
    display:block;
}
.interactive_map_below768 {
    display:none !important;
}



/* Billboard Ad display styling */
.billboardContainer {
    position:relative;
    width:100%;
    height: auto;
	margin-bottom:0.6em;
}
    
.billboardAd {
	position:relative;
	width:49%;
	height:auto;
}

.billboardAd img {
}

/* Trail Resouce Ad display styling */
.trailResources_container {
	position:relative;
	width:100%;
	height:auto; 
	text-align:left;
}
.trailResources_sponsorClass {
	text-align:center;
	width:100%;
	height:auto;
}
.trailResources_sponsorClass h4 {
	margin-bottom:0.5em !important;
}
.trailResources_sponsorContainer {
	position:relative;
	width:100%; 
	height:auto;
	margin-bottom:0.3em; 
	background-color:rgba(252,249,227,0.5);

}
.trailResources_sponsorLeftElement {
	width:35%;
	height:auto;
	float:left;
}
.trailResources_sponsorLeftElement img {
	width:100% !important;
	height:auto !important;
	vertical-align:bottom;
}
.trailResources_sponsorRightElement {
	width:65%;
	height:auto;
	float:right;
}
.trailResources_sponsorRightElement p {
	font-size:0.8em;
	padding:0px!important;
	margin:0.4em 0.2em 0px 1em !important;
}

/* Trail Resource Category Selector Blocks */

.LFAS-list {
	position:relative;
	width: 100%;
	height: auto;
}
.LFAS-container {
	position:relative;
	width:100% !important; 
	height:auto;
	margin-bottom:0.3em; 
	background-color:rgba(252,249,227,0.3);
	border-radius: 0.2em;
}
.LFAS-list-item {
	position:relative;
	width:100%; 
	height:auto;
	cursor: pointer;
}
.LFAS-list-item-link {
	position:relative;
	display:table;
	width: 75% ;
	height: 3.7em;
	float: right ;
	font-size: 1.1em ;
	line-height: 1.3em;
	border-radius: 2em 0.3em 0.3em 2em;
}
.LFAS-list-item-link a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none ;
	color: #111111 ;
	padding: 0.3em 0px;
}
.LFAS-list-item-link:hover {
	background-color:rgba(252,249,227,0.4);
}
.LFAS-list-item-link a:hover {
	color: #111111; ;
    text-decoration:none;
}
.LFAS-list-item-icon {
	position:relative;
	width: 25% ;
	height: auto ;
	float:left;
}
.LFAS-list-item-icon img {
	width:80% !important;
	height:auto !important;
	margin: 10%;
	vertical-align:bottom;
}

/* Trail Resource Region Selection Buttons */
.trailResources_sortBy {
    width: 100%;
    height: auto;
    margin-top:0.3em;
    padding: 0.3em 0 0.3em; 0;
    background-color:rgba(252,249,227,0.3);
    border-radius: 0.2em;
}
.trSubmit_button {
    margin: 0.4em -0.1em 0 0 !important;
    padding: 0.2em !important;
    font-size: 1em;
    border-radius: 0.2em;
    background-color: rgba(252,249,227,0.4);
    cursor: pointer;
}
.trSubmit_button:focus {
    outline:0;
}

.advertising_headline_content button, .advertising_special_content button {
    background-color:#e2dfcc;
    margin: 1em 0;
    padding:0.15em 0.6em;
    border-radius:0.2em;
    font-size:1em;
    opacity:0.8;
    box-shadow: 0px 0px 0.5em #333333;
    cursor: pointer;
    outline:0;
}
.advertising_headline_content h4, .advertising_special_content h4 {
    margin-top:0px !important;
}

.contactUsForm_content h2 {
    margin-bottom: 1em !important;
}

/* The Footer */

.footer_container {
    border-top: 2px solid rgb(17,17,17);
}
.footer_content {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbcc+0,fffbcc+70,fffbcc+100&0.35+0,0+70,0+100 */
background: -moz-linear-gradient(top, rgba(255,251,204,0.35) 0%, rgba(255,251,204,0) 70%, rgba(255,251,204,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,251,204,0.35) 0%,rgba(255,251,204,0) 70%,rgba(255,251,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,251,204,0.35) 0%,rgba(255,251,204,0) 70%,rgba(255,251,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59fffbcc', endColorstr='#00fffbcc',GradientType=0 ); /* IE6-9 */
}
.footer_content a {
    color:#555555;
}
.footer_box {
    width: 60%;
    height: auto;
    margin: 0px auto 1em auto;
    padding: 1em 0px 0.5em 0px;
    border-radius: 4px;    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.35+50,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/*
**********************************
   CORE STYLES - DO NOT EDIT
**********************************
*/

.p7HMY {
    position:relative;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
}
.hmy-section {
    position:relative;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	box-sizing: border-box;
	display: flex;
}
.hmy-content-wrapper {
    position:relative;
	box-sizing: border-box;
	width: 100%;
}
.hmy-content {
    position:relative;
	box-sizing: border-box;
}
.hmy-vertical-center.hmy-content-wrapper {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.p7HMY img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
    outline:0;
}
.hmy-box-separation .hmy-content-wrapper {
	margin: 5px;
	box-sizing: border-box;
	position: relative;
}
/*
*************************
  Video-Map Iframe Styles
*************************
*/
.hmy-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.hmy-video-wrapper iframe, .hmy-video-wrapper object, .hmy-video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.hmy-map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px;
}
.hmy-map-wrapper iframe, .hmy-map-wrapper object, .hmy-map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hmy-video-wrapper iframe,
.hmy-map-wrapper iframe {
	box-sizing: border-box;
}
.hmy-frame-border iframe {
	border: 1px solid #000 !important;
}
.hmy-frame-rnd iframe {
	border-radius: 5px;
}


/*
**********************************
     Legacy Browser Rules
**********************************
*/
.p7HMY.hmy-legacy {
	overflow: hidden;
	display: block;
}
.p7HMY.hmy-legacy .hmy-section {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0px !important;
}
/*
***********************************
        Style Options 
***********************************
*/
.hmy-no-pad.hmy-content {padding: .5px 0px !important;}
.no-pad {padding: 0px !important;}
.no-pad-right {padding-right: 0px !important;}
.no-pad-bottom {padding-bottom: 0px !important;}
.hmy-center {text-align: center;}
.hmy-right {text-align: right;}
.hmy-left {text-align: left;}

/*
***********************************************
    No Script Rules... For DW Design View
***********************************************
*/
.p7HMY.hmy-noscript {}


/*
***********************************************
               Media Queries
***********************************************
*/
@media only screen and (min-width: 0px) and (max-width: 1025px) {

}
@media only screen and (min-width: 0px) and (max-width: 768px) {
body {font-size: 2.4vw;}
html {-webkit-text-size-adjust: 100%;}
.p7HMY .hmy-section .p7HMY .hmy-section {flex-basis: 100% !important;}
.p7HMY.hmy-legacy .hmy-section .p7HMY .hmy-section {float: none !important; width: 100% !important;}
.buttonMenu-container {
    display:none;
}
.facebook_container {
    width: 4vw;
    bottom: 1em; 
    right: 0.8em;
}

.menu_container {
    margin-top:0px;
}

.michmapIcons_above768 {
    display:none !important;
}
.michmapIcons_below768 {
    display:block;
}

.interactive_map {
    display:none;
}

.slideshow_container_desktop {
    display:none !important;
}
.slideshow_container_smartphone {
    display:block !important;
}
.hmy-section h1 {
	font-size: 1.8em;
}
.hmy-section h2 {
	font-size: 1.2em;
}
.hmy-section h3 {
	font-size: 1.1em;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.0em;
}
.hmy-section p {
    font-size:0.9em !important;
	line-height: 1.3em !important;
}
.LFAS-list-item-link {
    font-size: 0.8em;
}
.trailResources_sponsorRightElement p {
    font-size:0.75em !important;
	line-height: 1.2em !important;
}

}

@media only screen and (min-width: 0px) and (max-width: 600px) {
body {font-size: 3.4vw;}
.p7HMY .hmy-section {flex-basis: 100% !important;}
.p7HMY .hmy-section .hmy-content-wrapper {border-radius: 0px !important; border-left: none !important; border-right: none !important;}
.p7HMY.hmy-legacy .hmy-section {float: none !important; width: 100% !important;}
.billboard_singleColumn {
    width:40%;
	margin: 0 auto 0.6em auto;
}
.billboard_doubleColumn {
    width:75%;
	margin: 0 auto 0.6em auto;
}
.LFAS-container {
	font-size:90%;
}
.LFAS-list {
	width: 50%;
	height: auto;
	margin:0 auto;
}
.trailResources_container {
	width:75%;
	height:auto;
	margin:0 auto;
}
.LFAS-list-item-link {
    font-size: 1.1em;
}
}

