/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body { background: url('../img/bkg_pattern.jpg') center 255px repeat #f3e0bc; font-family: 'OpenSansRegular', arial, helvetica, sans-serif; font-size: 11px; line-height: 16px; }

header { background: url('../img/blackbar.gif') center top repeat-x #fff; border-bottom: 10px solid #000; position: relative; z-index: 2; }

footer { background: #000; color: #fff; }

.header_homepage { background: url('../img/header_homepage.jpg') center 65px no-repeat; height: 525px; position: relative; }
.header_primary { background: url('../img/header_primary.jpg') center 65px no-repeat; height: 248px; }
.header_secondary { background: url('../img/header_secondary.jpg') center 65px no-repeat; height: 365px; }

#brand { position: relative; margin-bottom: -21px; }
#logo { position: relative; left: -5px; }

#main_nav { margin: 0; padding: 20px 0 0 0; list-style: none; font-size: 15px; }
#main_nav li { float: left; margin: 0 10px; position: relative;}
#main_nav li a { color: #fff; font-family: 'BebasNeueRegular'; padding: 0 20px 0 0; text-transform: uppercase; text-decoration: none; }
#main_nav li a:hover { background: url('../img/yellow_chevron.png') right center no-repeat; }
#main_nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 117px;
	display: none;
	z-index: 1000;
}
#main_nav li ul li {
	float: none;
	background-color: #000;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
#main_nav li.hover ul {
	display: block;
}

.yellow_btn,
#main_nav .yellow_btn { background: #f7ee17; font-size: 17px; color: #000; padding: 5px 20px; }
.yellow_btn:hover,
#main_nav .yellow_btn:hover { background: url('../img/black_chevron.png') 5px center no-repeat #f7ee17; }

#sharebox {
	position: absolute;
    right: 77px;
    top: 55px;
    display: none;
}

#main_wrap #nwmcog_link {
	position: absolute;
	left: 3px;
    top: 15px;
}

#inner_header { position: relative; }
#county_map { position: absolute; top: 65px; left: 0; width: 760px; height: 460px; margin: 0; padding: 0; list-style: none; }
#county_map li { margin: 0; padding: 0; position: absolute; z-index: 1; cursor: pointer; }
#county_map li:hover { z-index: 2; }
#county_map li .map_img { display: none; }
#county_map li:hover .map_img { display: block; }
.csstransitions #county_map li .map_img {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
 }
.csstransitions #county_map li:hover .map_img { display: block; opacity: 1; }
#county_map #antrim_map { left: 409px; top: 202px; width: 157px; height: 64px; }
#county_map #antrim_map .map_img { width: 100%; height: 100%; background: url('../img/antrim_hover.png') no-repeat; }
#county_map #antrim_map .map_img .story_item { left: 54px; top: -123px; }
#county_map #benzie_map { left: 173px; top: 308px; width: 147px; height: 74px; }
#county_map #benzie_map .map_img { width: 100%; height: 100%; background: url('../img/benzie_hover.png') no-repeat; }
#county_map #benzie_map .map_img .story_item { left: 48px; top: -124px; }
#county_map #charlevoix_map { left: 374px; top: 159px; width: 179px; height: 54px; }
#county_map #charlevoix_map .map_img { width: 100%; height: 100%; background: url('../img/charlevoix_hover.png') no-repeat; }
#county_map #charlevoix_map .map_img .story_item { left: 65px; top: -128px; }
#county_map #emmet_map { left: 410px; top: 76px; width: 118px; height: 87px; }
#county_map #emmet_map .map_img { width: 100%; height: 100%; background: url('../img/emmet_hover.png') no-repeat; }
#county_map #emmet_map .map_img .story_item { left: 34px; top: -111px; }
#county_map #grandtraverse_map { left: 310px; top: 253px; width: 165px; height: 110px; }
#county_map #grandtraverse_map .map_img { width: 100%; height: 100%; background: url('../img/grandtraverse_hover.png') no-repeat; }
#county_map #grandtraverse_map .map_img .story_item { left: 58px; top: -100px; }
#county_map #kalkaska_map { left: 458px; top: 244px; width: 155px; height: 87px; }
#county_map #kalkaska_map .map_img { width: 100%; height: 100%; background: url('../img/kalkaska_hover.png') no-repeat; }
#county_map #kalkaska_map .map_img .story_item { left: 53px; top: -111px; }
#county_map #leelanau_map { left: 211px; top: 212px; width: 151px; height: 114px; }
#county_map #leelanau_map .map_img { width: 100%; height: 100%; background: url('../img/leelanau_hover.png') no-repeat; }
#county_map #leelanau_map .map_img .story_item { left: 51px; top: -98px; }
#county_map #manistee_map { left: 181px; top: 370px; width: 177px; height: 90px; }
#county_map #manistee_map .map_img { width: 100%; height: 100%; background: url('../img/manistee_hover.png') no-repeat; }
#county_map #manistee_map .map_img .story_item { left: 64px; top: -110px; }
#county_map #missaukee_map { left: 508px; top: 315px; width: 175px; height: 101px; }
#county_map #missaukee_map .map_img { width: 100%; height: 100%; background: url('../img/missaukee_hover.png') no-repeat; }
#county_map #missaukee_map .map_img .story_item { left: 63px; top: -104px; }
#county_map #wexford_map { left: 352px; top: 350px; width: 165px; height: 87px; }
#county_map #wexford_map .map_img { width: 100%; height: 100%; background: url('../img/wexford_hover.png') no-repeat; }
#county_map #wexford_map .map_img .story_item { left: 58px; top: -112px; }
#county_map li:hover .map_img .story_item { display: block; }
.map_img .story_item{ display: none; width: 160px; height: 130px; background: #fff; padding: 10px 10px 0 10px; position: absolute; }
.map_img p { margin-bottom: 5px; text-align: center; }
.map_img .story_item:after { border-color: transparent transparent transparent #fff; border-width: 25px; border-style: solid; border-top: 0px; content: ""; font-size: 0; height: 0; left: 25px; line-height: 0; position: relative; top: -12px; width: 0; }

#nwmcog_link { position: absolute; left: 45px; bottom: 160px; }
#grand_vision_link { position: absolute; left: 55px; bottom: 75px; }

#homepage_copy { margin: 30px auto 50px;}
#homepage_copy blockquote { background: none; margin: 0; padding: 0; width: auto; }
#homepage_copy h2 { font-family: 'BebasNeueRegular'; font-weight: normal; }

.page-title { color: #000; font-family: 'BebasNeueRegular'; font-size: 52px; line-height: 55px; font-weight: normal; width: 375px; padding: 80px 0 0 0; margin: 0; }
.header_secondary .page-title { width: auto; padding: 245px 0 0 0;}

#main_wrap { background: #fff; padding-bottom: 60px; }
.section_wrap { margin-top: 60px; }
.section_wrap img { margin-bottom: 10px; }
.yellow_bg { background: #f7ee17; }
.section_wrap h2 { font-family: 'BebasNeueRegular'; font-size: 22px; line-height: 30px; color: #000; border-bottom: 3px solid #000; text-transform: uppercase; font-weight: normal; overflow: hidden; }
.section_wrap h2 .yellow_bg { padding: 10px; }

p { margin: 0 0 20px 0; }

h3 { font-family: 'BebasNeueRegular'; font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: normal; margin: 0; }

blockquote { float: right; color: #000; font-family: 'BebasNeueRegular'; font-size: 25px; line-height: 30px; text-transform: uppercase; width: 170px; padding: 5px 5px 5px 60px; margin: 0 0 0 20px; background: url('../img/quote_icn.png') 20px 5px no-repeat #f7ee17; }

strong { font-family: 'BebasNeueRegular'; text-transform: uppercase; font-size: 14px; font-weight: normal; }

.big_link { font-family: 'BebasNeueRegular'; text-transform: uppercase; color: #000; text-decoration: none; font-size: 14px; }
.big_link:visited,
.big_link:hover,
.big_link:active { color: #000; }

.three_column_list { margin: 0; padding: 0; list-style: none; }
.three_column_list .row { margin: 0 0 20px 0; padding: 0; }
.three_column_list .row ul { margin: 0; padding: 0; list-style: none; }
.three_column_list .row ul li { margin: 0 0 0 20px; padding: 0; float: left; width: 160px; }
.three_column_list .row ul li:first-child { margin: 0; }

.four_column_list { margin: 0; padding: 0; list-style: none; }
.four_column_list .row { margin: 0 0 20px 0; padding: 0; }
.four_column_list .row ul { margin: 0; padding: 0; list-style: none; }
.four_column_list .row ul li { margin: 0 0 0 20px; padding: 0; float: left; width: 115px; text-align: center; }
.four_column_list .row ul li:first-child { margin: 0; }

.form_wrap { margin: 0; padding: 0; list-style: none; width: 322px; }
.form_wrap li { margin: 0 0 10px 0; padding: 0; list-style: none; }
.form_wrap li.phone { display: none; }
.form_wrap label { font-family: 'BebasNeueRegular'; text-transform: uppercase; font-size: 16px; font-weight: normal; display: block; width: 100px; float: left; margin: 0 20px 0 0; }
.form_wrap label.error { font-family: 'OpenSansRegular', arial, helvetica, sans-serif; font-size: 10px; color: #f00; clear: both; text-align: right; width: auto; float: right; margin: 0; }
.form_wrap input,
.form_wrap select,
.form_wrap textarea {
  width: 200px;
  float: left;
  border: 1px solid #e8e9ea;
  background-image: linear-gradient(bottom, rgb(242,242,243) 26%, rgb(250,250,250) 63%);
  background-image: -o-linear-gradient(bottom, rgb(242,242,243) 26%, rgb(250,250,250) 63%);
  background-image: -moz-linear-gradient(bottom, rgb(242,242,243) 26%, rgb(250,250,250) 63%);
  background-image: -webkit-linear-gradient(bottom, rgb(242,242,243) 26%, rgb(250,250,250) 63%);
  background-image: -ms-linear-gradient(bottom, rgb(242,242,243) 26%, rgb(250,250,250) 63%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, rgb(242,242,243)),
    color-stop(0.63, rgb(250,250,250))
  );
}
.form_wrap input.yellow_btn {  font-family: 'BebasNeueRegular'; background: #f7ee17; font-size: 17px; color: #000; padding: 5px 20px; width: auto; float: right; text-transform: uppercase; border: none; cursor: pointer; }
.form_wrap input.yellow_btn:hover {  background: url('../img/black_chevron.png') 5px center no-repeat #f7ee17; }

.page_nav { margin: 0; padding: 0; list-style: none; float: right; }
.page_nav li { margin: 0 0 0 10px; padding: 0; float: left; cursor: pointer; }

.rotator_wrap { margin: 0 0 10px 0; border: 6px solid #000; width: 508px; height: 300px; overflow: hidden; position: relative; }
.rotator_wrap ul { margin: 0; padding: 0; list-style: none; z-index: 1; width: 508px; height: 300px;}
.rotator_wrap ul li { margin: 0; padding: 0; display: none; }
.rotator_wrap ul li:first-child { display: block; }

.cycle_nav { display: none; position: absolute; top: 0; left: 0; z-index: 2; }
.js .rotator_wrap:hover .cycle_nav { display: block; }
.js.csstransitions .cycle_nav {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.js.csstransitions .rotator_wrap:hover .cycle_nav { opacity: 1; }
.cycle_prev { width: 30px; height: 51px; position: absolute; left: 10px; top: 125px; background: url('../img/cycle_sprites.png') top left no-repeat; cursor: pointer; }
.cycle_next { width: 30px; height: 51px; position: absolute; left: 468px; top: 125px; background: url('../img/cycle_sprites.png') top right no-repeat; cursor: pointer; }


#colophon p { font-family: 'BebasNeueRegular'; font-size: 14px; line-height: 20px; color: #fff; text-align: center; text-transform: uppercase; margin: 20px 0; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeue-webfont.woff') format('woff'),
       url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
       url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLightItalic';
  src: url('../fonts/OpenSans-LightItalic-webfont.eot');
  src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansItalic';
  src: url('../fonts/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansSemibold';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansSemiboldItalic';
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
  src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtrabold';
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
       url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtraboldItalic';
  src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
       url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 35em) {
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
