/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

@font-face { font-family: 'Helvetica Neue Roman'; src: url("../fonts/HelveticaNeueLTPro-Roman.eot"); src: url("../fonts/HelveticaNeueLTPro-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Roman.svg") format("svg"), url("../fonts/HelveticaNeueLTPro-Roman.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Helvetica Neue Medium'; src: url("../fonts/HelveticaNeueLTPro-Md.eot"); src: url("../fonts/HelveticaNeueLTPro-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Md.svg") format("svg"), url("../fonts/HelveticaNeueLTPro-Md.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Helvetica Neue Bold'; src: url("../fonts/HelveticaNeueLTPro-Bd.eot"); src: url("../fonts/HelveticaNeueLTPro-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Bd.svg") format("svg"), url("../fonts/HelveticaNeueLTPro-Bd.woff") format("woff"); font-weight: normal; font-style: normal; }
/* -- Shared Styles -- */
html { font-size: 14px; line-height: 22px; }

body { font-family: "Open Sans", sans-serif; font-weight: 400; font-style: normal; background: url("../img/bg-subtlepattern-crossword.jpg") left top repeat; }

section { position: relative; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-family: "Open Sans", sans-serif; }

h1 { margin-bottom: 30px; font-size: 2rem; line-height: 2.6rem; }

h2 { color: #218C88; font-size: 1.5rem; line-height: 1.8rem; margin-bottom: 15px; }

p + h2 { margin-top: 30px; }

h3 { color: #218C88; margin-bottom: 10px; }

p { margin-bottom: 15px; line-height: 1.6rem; }

p:last-child { margin-bottom: 0; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

img.alignleft { float: left; margin: 5px 15px 15px 0; width: 38%; width: calc(40% - 20px); height: auto; margin-right: 20px; @exnted .border-box; border: 1px solid #DADADA; }

img.alignright { float: right; margin: 5px 0 15px 15px; width: 38%; width: calc(40% - 20px); height: auto; margin-left: 20px; @exnted .border-box; border: 1px solid #DADADA; }

.aligncenter { margin: 15px auto; display: block; }

.caps { text-transform: uppercase; }

.italic { font-style: italic; }

.italic-none { font-style: normal; }

.strong { font-weight: 700; }

.absolute-center-parent { position: relative; }

.absolute-center { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.background-clear, .background-cover, .background-contain { background-position: center center; background-repeat: no-repeat; }

.background-cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-behavior: url("/backgroundsize.min.htc"); }

.background-contain { -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; }

.border-box, .button, .button--green, .column, .column--30, .column--40, .column--50, .column--60, .column--70, div, .columns--two > li, .columns--three > li, .slideshow-container, #kayak-and-canoe--gallery > li, #contact-form > li > span > input, #contact-form > li > span > textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.button, .button--green { border: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: center; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; line-height: 3.3rem; margin: 30px 0; text-transform: uppercase; letter-spacing: 1px; width: 100%; max-width: 260px; }

.button--green { background-color: #2B56BB; color: #fff; }

.button--green:hover { background-color: #06A59F; }

.button--center { margin-left: auto; margin-right: auto; }

.clear-both { clear: both; }

.column-parent { overflow: hidden; }

.column, .column--30, .column--40, .column--50, .column--60, .column--70 { float: left; }

.column--right { padding-left: 30px; }

.column--30 { width: 30%; }

.column--40 { width: 40%; }

.column--50 { width: 48%; width: calc((100% - 30px) / 2); }

.column--50:first-child { margin-right: 30px; }

.column--60 { width: 60%; }

.column--70 { width: 70%; }

.display-block { display: block; }

.full-width { width: 100%; }

.full-height { height: 100%; min-height: 100%; }

.float-parent { overflow: hidden; }

.float-left { float: left; }

.float-right { float: right; }

.list-clear, .list-row, .columns--two, .columns--three, #mobile-nav__nav, .slideshow-container, #desktop-nav__nav, #vacation-cottage--slideshow-container, #vacation-cottage--slideshow-pager, #kayak-and-canoe--gallery { list-style: none; padding: 0; margin: 0; }

.list-row { text-align: center; }
.list-row > li { display: inline-block; margin-left: 10px; }
.list-row > li:first-child { margin-left: 0; }

.columns--two { overflow: hidden; margin: 30px 0; }
.columns--two > li { float: left; width: 48%; width: calc((100% - 20px) / 2); margin-left: 20px; background-color: #EAEAEA; padding: 20px; height: 100%; }
.columns--two > li:first-child { margin-left: 0; }
.columns--two > li > ul { list-style: disc; }
.columns--two > li > ul > li { margin-bottom: 10px; }
.columns--two > li > ul > li:last-child { margin-bottom: 0; }

.columns--three { overflow: hidden; margin: 30px 0; }
.columns--three > li { float: left; width: 30%; width: calc((100% - 40px) / 3); margin-left: 20px; background-color: #EAEAEA; padding: 20px; height: 100%; }
.columns--three > li:first-child { margin-left: 0; }
.columns--three > li > a > img { width: 100%; }

.max-width-wrap { width: 100%; max-width: 1100px; margin: 0 auto; }

.margin-center { display: block; margin: 0 auto; }

.modal-overlay { position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; background-color: rgba(0, 0, 0, 0.8); overflow: scroll; display: none; opacity: 0; }

.modal-overlay--close { position: absolute; top: 25px; right: 25px; cursor: pointer; }

/* -- Mobile Nav -- */
#mobile-nav { position: fixed; top: 0; bottom: 0; right: -240px; width: 240px; background-color: #218C88; color: #fff; font-size: 1.1rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 20px; }

#page-body { right: 0; }

#mobile-nav, #page-body { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

#mobile-nav.push-to-right { right: 0; }

#page-body.push-to-right { right: 240px; }

#mobile-nav__overlay { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; cursor: pointer; }

#mobile-nav__overlay.push-to-right { display: block; right: 240px; }

#mobile-nav__nav { padding: 0 20px 20px; }
#mobile-nav__nav > li { border-top: 1px solid #fff; line-height: 3.4rem; }
#mobile-nav__nav > li:first-child { border-top: none; }

/* -- End Mobile Nav -- */
.position-relative { position: relative; }

.slideshow-container { border: 1px solid #DADADA; width: 100%; }
.slideshow-container > li, .slideshow-container > li > img { width: 100%; }

.tabs { overflow: hidden; }
.tabs > .tab { display: block; float: left; cursor: pointer; }

.tab-targets { position: relative; }
.tab-targets > .tab-target { display: none; position: absolute; top: 0; left: 0; }
.tab-targets > .tab-target.active { display: block; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.text-underline { text-decoration: underline; }

.three-column { margin-top: -2%; margin-left: -2%; }
.three-column > li { width: 31.3%; margin-left: 2%; margin-top: 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.vertical-center-parent { display: table; width: 100%; }

.vertical-center { display: table-cell; vertical-align: middle; }

#page-body { padding: 0 30px; }

#page-content { padding: 30px 30px 182px; background: url("../img/bg-page-bottom.jpg") center bottom no-repeat white; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; }

.page--featured-image { border: 1px solid #DADADA; width: 100%; }

.page-section { margin-top: 40px; }

#nav-bars { display: none; position: absolute; top: 30px; right: 0; color: #fff; background-color: #218C88; padding: 8px 11px 5px; border-radius: 5px; font-size: .9rem; text-align: center; cursor: pointer; }
#nav-bars > .fa { font-size: 2.8rem; display: block; }

#header--logo { width: 22%; float: left; padding: 20px 5% 20px 0; }

#header--images { width: 73%; padding-top: 24.3%; background: url("../img/bg-header.png") center bottom no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; float: left; }

#header--facebook { display: block; position: absolute; top: 40px; right: 0; width: 40px; height: 40px; }

#desktop-nav__nav { background-color: #218C88; color: #fff; display: table; width: 100%; text-align: center; }

#desktop-nav__nav > li { border-right: 1px solid #2FA09C; border-left: 1px solid #1D7B78; display: table-cell; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

#desktop-nav__nav > li:first-child { border-left: none; }

#desktop-nav__nav > li:last-child { border-right: none; }

#desktop-nav__nav > li > a { display: block; padding: 10px; }

#desktop-nav__nav > li:hover, #desktop-nav__nav > li.current-menu-item { background-color: #08B5AF; }

#desktop-nav__nav > li.menu-item-57 { background-color: #2B56BB; }

#footer { margin-top: 10px; color: #218C88; padding: 0 0 40px; font-size: .8rem; }

#footer > span > a { text-decoration: underline; }

#vacation-cottage--second-content { margin-top: 30px; }

#vacation-cottage--slideshow-container { width: 100%; margin-top: 40px; }
#vacation-cottage--slideshow-container > li { border: 1px solid #DADADA; }
#vacation-cottage--slideshow-container > li, #vacation-cottage--slideshow-container > li > img { width: 100%; }

#vacation-cottage--caption, #vacation-cottage--slideshow-container > li > span { position: absolute; bottom: 0; left: 0; right: 0; color: #fff; text-align: center; padding: 10px 0; background-color: rgba(0, 0, 0, 0.6); letter-spacing: 1px; }

#vacation-cottage--slideshow-pager { text-align: center; margin-top: 10px; display: table; width: 100%; }
#vacation-cottage--slideshow-pager > li { display: table-cell; padding-left: 10px; cursor: pointer; opacity: .6; }
#vacation-cottage--slideshow-pager > li > img { width: 100%; }
#vacation-cottage--slideshow-pager > li.cycle-pager-active { opacity: 1; }
#vacation-cottage--slideshow-pager > li:first-child { padding-left: 0; }

.boat-launch--image { width: 100%; margin-bottom: 15px; }

#kayak-and-canoe--gallery { overflow: hidden; margin: -20px 0 0 -20px; }
#kayak-and-canoe--gallery > li { float: left; width: 25%; padding-left: 20px; padding-top: 20px; }
#kayak-and-canoe--gallery > li > a > img { border: 1px solid #DADADA; width: 100%; }

body.page-contact #page-content__title { text-align: center; }

#contact-form { width: 100%; max-width: 600px; margin: 40px auto 0; }
#contact-form > li { margin-bottom: 15px; }
#contact-form > li.contact-form--50 { width: 49%; float: left; }
#contact-form > li.contact-form--left { margin-right: 2%; }
#contact-form > li > label { display: block; margin-bottom: 5px; }
#contact-form > li > span > input, #contact-form > li > span > textarea { width: 100%; border: 1px solid #DADADA; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 6px; }
#contact-form > li > input.wpcf7-submit { width: 100%; border: none; color: #fff; background-color: #218C88; padding: 10px; text-transform: uppercase; letter-spacing: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#contact-form > li.required > label:after { content: "*"; color: red; margin-left: 2px; }

.wpcf7-response-output { max-width: 600px; margin: 0 auto; }

@media only screen and (max-width: 900px) { #desktop-nav { display: none; }
  #header--images { width: 65%; padding-top: 28.3%; }
  #page-content { border-top: 10px solid #218C88; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
  #nav-bars { display: block; }
  #header--facebook { top: 118px; right: 8px; } }
@media only screen and (max-width: 800px) { .column--40, .column--50, .column--60 { float: none; width: 100%; display: block; }
  .column--40:first-child, .column--50:first-child, .column--60:first-child { margin-bottom: 20px; }
  .column--right { padding-left: 0; }
  #page-content img.alignright { float: none; margin: 0 0 20px; width: 100%; }
  #kayak-and-canoe--gallery > li { float: none; width: 100%; margin: 10px 0 0; }
  #kayak-and-canoe--gallery > li:first-child { margin-top: 0; }
  #footer, #footer .text-right { text-align: center; }
  #footer .column--50:first-child { margin-bottom: 5px; } }
@media only screen and (max-width: 700px) { .columns--two > li, .columns--three > li { float: none; width: 100%; margin-left: 0; margin-top: 10px; }
  .columns--two > li:first-child, .columns--three > li:first-child { margin-top: 0; } }
@media only screen and (max-width: 650px) { #header--logo { width: 30%; min-width: 180px; }
  #header--images { display: none; } }
@media only screen and (max-width: 600px) { #page-content { -webkit-background-size: 200% auto; -moz-background-size: 200% auto; -o-background-size: 200% auto; background-size: 200% auto; padding-bottom: 150px; }
  #contact-form > li.contact-form--50 { width: 100%; float: none; } }
@media only screen and (max-width: 400px) { #page-body { padding: 0 20px; }
  #page-content { -webkit-background-size: 300% auto; -moz-background-size: 300% auto; -o-background-size: 300% auto; background-size: 300% auto; } }
