@import "../webfonts/webfonts.css";
/*! 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;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Ubuntu Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #38B44A;
}
a:hover {
  color: #32a142;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}
.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}
.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #38B44A;
  border-color: #38B44A;
}
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #38B44A;
  border-color: #38B44A;
}
.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #38B44A;
  border-color: #38B44A;
}
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #38B44A;
  border-color: #38B44A;
}
.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #38B44A;
  border-color: #38B44A;
}
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #38B44A;
  border-color: #38B44A;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #38B44A;
  outline: 0;
}
textarea:focus,
select:focus {
  border: 1px solid #38B44A;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #000;
  padding: 1px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 2px 5px 2px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Table of Content
==================================================
	#Site Styles
	#Misc helpers
	#Page Styles
	#Media Queries
	
	 */
/* colours & other vars */
/* #Site Styles
================================================== */
body {
  padding-bottom: 0px;
  padding-top: 110px;
}
.header {
  background: #000;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #DE1E00;
}
.header h1.brand {
  float: left;
  padding: 0;
  margin: 26px 0 0;
  width: 200px;
  height: 83px;
  background: url(../images/logo_200.png) 0 0 no-repeat;
}
.header h1.brand a {
  display: block;
  width: 200px;
  height: 83px;
}
.header nav {
  margin: 0;
  padding: 0;
  z-index: 1000;
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
}
.header nav ul#menu {
  margin: 0;
  padding: 0;
  position: relative;
  height: 58px;
}
.header nav ul#menu div#tag-holder {
  display: none;
  position: absolute;
  left: 0;
  top: -40px;
  color: #38B44A;
}
.header nav ul#menu li {
  margin: 0;
  padding: 0;
  width: 126px;
  text-align: center;
  position: relative;
  height: 58px;
  border: none;
  display: inline-block;
  overflow: visible;
}
.header nav ul#menu li.fishing-is-in-our-blood {
  width: 132px;
}
.header nav ul#menu li a {
  color: #fff;
  font-size: 20px;
  line-height: .7;
  position: relative;
  display: block;
  height: 58px;
  font-family: "BurfordRusticBookLight";
}
.header nav ul#menu li a span {
  position: absolute;
  bottom: 14px;
  left: 10px;
  right: 10px;
}
.header nav ul#menu > li.toplevel > a:hover,
.header nav ul#menu > li.toplevel > a:focus,
.header nav ul#menu > li.toplevel:hover > a {
  background: #222;
  box-shadow: none;
  color: #fff;
}
.header nav ul#menu > li.toplevel > a.current {
  background: #38B44A;
  box-shadow: none;
  color: #fff;
}
/* tmp */
.header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}
.header ul#menu ul.submenu {
  position: absolute;
  z-index: 999;
  background: rgba(1, 1, 1, 0.8) !important;
  min-width: 170%;
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  overflow: hidden;
}
.header ul#menu ul.submenu.off {
  height: 0 !important;
}
.header ul#menu ul.submenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 26px;
  white-space: nowrap;
}
.header ul#menu ul.submenu li.last {
  padding-bottom: 20px;
}
.header ul#menu ul.submenu li.first {
  padding-top: 14px;
}
.header ul#menu ul.submenu li a {
  display: block;
  color: #ccc;
  height: 26px;
  padding: 3px 14px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  font-size: 1.3em;
  white-space: nowrap;
}
.header ul#menu ul.submenu li a:hover {
  color: #fff;
}
.header ul#menu ul.submenu li a span {
  position: relative;
  white-space: nowrap;
}
.submenu {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
ul#menu li:hover .submenu {
  height: auto!important;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 40em) {
  /* #menu is the original menu */
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
}
.small {
  font-size: 75% !important;
}
/* BANNERS */
.flex-direction-nav a {
  height: 60px;
}
.banners {
  position: relative;
}
.banners .banner-wave {
  height: 22px;
  background: url(../images/wave-blue-top-2.png) top center repeat-x;
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banners .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 98;
}
.banners .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.banners .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.banners .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.banner-description {
  font-family: "BurfordRusticBookLight";
  font-size: 20px;
  line-height: 1.2;
}
.child-banner img {
  border-bottom: 3px solid #DE1E00;
}
/* #misc helpers
================================================== */
.right-align {
  text-align: right;
}
.right-align h1,
.right-align h2,
.right-align h3,
.right-align h4 {
  text-align: right;
  margin-right: 0;
  padding-right: 0;
}
.hide-text,
.hidetext {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.seo {
  display: none;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 3px solid rgba(1, 1, 1, 0.5);
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
.fullwidth {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.img-responsive {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform-origin: left center;
  transform: scale(1.1);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* #Page Styles
================================================== */
.top-row {
  padding-top: 0px;
}
a.anchor {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  top: -115px;
  visibility: hidden;
}
.top-section {
  background: url(../images/wave-blue-btm-3.jpg) top center;
}
.cls-PageHolder .top-section,
.cls-TwoColPage .top-section {
  padding-bottom: 60px;
}
/* #HomePage
================================================== */
body.cls-HomePage {
  padding-bottom: 0;
}
.home-teaser {
  border: 1px dotted #ccc;
  height: 200px;
  padding: 10px;
}
hr.short {
  width: 80%;
}
hr.short-dark {
  width: 80%;
  border-color: #000;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
section.home-intro,
section.content-section {
  background: url(../images/wave-blue-btm-3.jpg) top center;
}
section.eastcoast-section {
  padding-bottom: 80px;
}
section.keyline {
  border-bottom: 4px solid #DE1E00;
}
.row.tagline {
  margin-bottom: 16px;
  text-align: center;
}
.row.tagline .readmore {
  margin-top: 6px;
}
.menutag {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 19px;
}
/* #Fish Holder
================================================== */
h2#fish-species {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/headers/species-header.png");
  width: 535px;
  height: 150px;
  margin: 20px auto;
  padding: 0;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h2#fish-species {
    background-image: url("../images/headers/species-header@2x.png");
    background-size: 552px 147px;
  }
}
@media only screen and (max-width: 767px) {
  h2#fish-species {
    width: 280px;
    height: 79px;
    background-size: 280px 79px;
  }
}
.fish-row {
  margin: 0;
  padding: 0;
  position: relative;
}
.fish-row img {
  padding: 0;
  margin: 0;
  display: block;
}
.fish-row .fish-spacer {
  height: 350px;
  text-align: center;
  background: #f1f1f1;
  line-height: 300px;
  border-bottom: 1px solid #ccc;
}
.fish-row .fish-wrap {
  position: absolute;
  top: 0;
  left: 4%;
  bottom: 0;
  width: 28%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fish-row .fish-wrap .fish-info {
  position: relative;
  text-align: right;
  color: #fff;
}
.fish-row .fish-wrap .fish-info h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 70px;
  font-family: "BurfordRusticBookLight";
  line-height: 0.8;
}
.fish-row .fish-wrap .fish-info .fish-content {
  font-size: 1.6rem;
}
.fish-row .fish-wrap .fish-info .pop-cap {
  display: none;
  float: right;
}
.fish-row .fish-wrap .fish-info a {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .fish-row .fish-wrap .fish-info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.fish-row.Dark .fish-info h3 {
  color: rgba(0, 0, 0, 0.9);
}
.fish-row.Dark .fish-info .avgsize,
.fish-row.Dark .fish-info .fish-content {
  color: #444;
}
.fish-row.Right .fish-wrap {
  right: 4%;
  left: auto;
}
.fish-row.Right .fish-wrap .fish-info {
  text-align: left;
}
.fish-row.Right .fish-wrap .fish-info .pop-cap {
  display: none;
  float: left;
}
.fish-row.Right .fish-wrap .fish-info .pop-cap-content {
  left: 0px;
  right: auto;
}
.fish-row.Inline .fish-info h3 {
  font-family: "BurfordRusticInlineBold";
}
.fish-row.Shadow .fish-info h3 {
  font-family: "BurfordRusticShadowOneA";
}
.fish-row.noHero {
  background: #fff;
}
.fish-row.noHero .fish-wrap {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  text-align: center;
  width: 70%;
  margin: 10px auto;
  padding: 0 24px;
  border: 1px solid #444;
}
.fish-row.noHero .fish-wrap .fish-info {
  top: 0;
  transform: none;
}
.fish-row.noHero .fish-wrap .fish-info h3 {
  color: #444;
  text-align: center;
  margin-bottom: 14px;
  font-size: 50px;
}
.fish-row.noHero .fish-wrap .fish-info p {
  margin: 0 0 16px;
}
.fish-row.noHero .avgsize {
  color: #444;
  text-align: center;
}
.fish-row.noHero .fish-content {
  color: #444;
  text-align: center;
}
/* popcaps */
.pop-cap {
  display: none;
  position: relative;
}
.pop-cap.on .pop-cap-title {
  color: #ffffff;
}
.pop-cap.on .pop-cap-content {
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.pop-cap .pop-cap-title {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding: 0 14px;
  height: 30px;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 30px;
}
.pop-cap .pop-cap-title:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.4);
  border-bottom: 15px solid transparent;
}
.pop-cap .pop-cap-title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.4);
  border-bottom: 15px solid transparent;
}
.pop-cap .pop-cap-content {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 300px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
  z-index: 101;
  color: #444;
}
.pop-cap .pop-cap-content p {
  margin-bottom: 0.5rem;
}
.pop-cap .pop-cap-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pop-cap-light.pop-cap-banner .pop-cap-title {
  color: #222;
  background-color: rgba(255, 255, 255, 0.8);
}
.pop-cap-light.pop-cap-banner .pop-cap-title:before {
  border-right: 10px solid rgba(255, 255, 255, 0.8);
}
.pop-cap-light.pop-cap-banner .pop-cap-title:after {
  border-left: 10px solid rgba(255, 255, 255, 0.8);
}
.pop-cap-banner {
  position: absolute!important;
  bottom: 60px;
  left: 60px;
  z-index: 200;
}
.pop-cap-banner .pop-cap-title {
  color: rgba(255, 255, 255, 0.8);
}
.pop-cap-banner .pop-cap-content {
  left: 0px;
  right: auto;
  bottom: 30px;
  top: auto;
}
.cls-PageHolder .child-banner {
  margin: 40px 0;
}
/* readmore */
.readmore {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding: 0 14px;
  height: 34px;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.readmore:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.6);
}
.readmore:hover:before {
  border-right: 10px solid rgba(0, 0, 0, 0.6);
}
.readmore:hover:after {
  border-left: 10px solid rgba(0, 0, 0, 0.6);
}
.readmore:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 17px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.4);
  border-bottom: 17px solid transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.readmore:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 17px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.4);
  border-bottom: 17px solid transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.btn-wrap {
  text-align: center;
  display: block;
}
.readmore.btn-collapse {
  text-align: center;
}
.readmore.btn-collapse a {
  color: #fff !important;
}
/* COntact Page */
.cls-ContactPage .top-section {
  padding-top: 30px;
}
.cls-ContactPage .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.cls-ContactPage .embed-container iframe,
.cls-ContactPage .embed-container object,
.cls-ContactPage .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* #Typography
================================================== */
h1.pagetitle {
  font-family: "BurfordRusticShadowOneA";
  text-align: right;
  font-size: 60px;
  margin: 10px 0 30px;
  line-height: 0.7;
}
.page-summary {
  font-family: "BurfordRusticBookLight";
  font-size: 26px;
  text-align: left;
  width: 90%;
  line-height: .8;
  padding-top: 15px;
  margin: 0;
}
.boat-content.page-summary {
  max-width: 90%;
  margin: 40px auto;
  text-align: center;
}
.typography img {
  max-width: 100%;
}
.typography img.right {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
.typography img.leftAlone {
  clear: both;
  float: left;
  margin: 0 100% 20px 0;
  max-width: 100%;
}
.typography img.left {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 50%;
}
.typography img.center {
  float: none;
  display: block;
  clear: both;
  margin: 20px auto ;
  max-width: 100%;
}
.typography p {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 17px;
}
.typography p.lead {
  font-weight: bold;
  font-style: italic;
  font-size: 21px;
  text-align: center;
}
.typography p:not(.img) {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.typography p.img {
  margin: 0;
  padding: 0;
}
.typography p.img img {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
}
.typography p.img img.halfcol {
  max-width: 48%;
  margin: 0 1%;
  display: inline-block !important;
}
.typography h1,
.typography h2,
.typography h3 {
  font-family: "BurfordRusticShadowOneA";
  text-align: center;
  line-height: .7;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.typography h3 {
  font-family: "BurfordRusticBookLight";
}
.typography h1 {
  font-size: 60px;
}
.typography h2 {
  font-size: 54px;
}
.typography h3 {
  font-size: 40px;
}
.typography .bluebg {
  background: url(../images/bluewood_40.jpg);
  padding-top: 20px;
  padding-bottom: 10px;
}
.typography .padded {
  padding-top: 20px;
  padding-bottom: 10px;
}
h2#our-company {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/headers/company-header.png");
  width: 552px;
  height: 147px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h2#our-company {
    background-image: url("../images/headers/company-header@2x.png");
    background-size: 552px 147px;
  }
}
@media only screen and (max-width: 767px) {
  h2#our-company {
    width: 280px;
    height: 75px;
    background-size: 280px 75px;
  }
}
h2#our-history {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/headers/history-header.png");
  width: 519px;
  height: 147px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h2#our-history {
    background-image: url("../images/headers/history-header@2x.png");
    background-size: 519px 147px;
  }
}
@media only screen and (max-width: 767px) {
  h2#our-history {
    width: 280px;
    height: 79px;
    background-size: 280px 79px;
  }
}
h1#our-boats {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/headers/boats-header.png");
  text-align: center;
  width: 438px;
  height: 147px;
  margin: 30px auto 20px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h1#our-boats {
    background-image: url("../images/headers/boats-header@2x.png");
    background-size: 438px 147px;
  }
}
@media only screen and (max-width: 767px) {
  h1#our-boats {
    width: 280px;
    height: 94px;
    background-size: 280px 94px;
  }
}
.img-holder {
  width: 100%;
  margin: 0 0 20px 0;
  display: table;
}
.img-holder .img-holder-inner {
  display: table-cell;
  padding-right: 12px;
  min-width: 100px;
  padding-right: 0;
}
.img-holder .img-holder-inner img {
  max-width: 100%;
  margin: 0;
  display: block;
}
.img-holder .img-holder-inner .img-caption {
  font-family: "BurfordRusticBookLight";
  font-size: 20px;
  line-height: 1.2;
}
.img-holder.img-holder-right {
  width: auto;
  float: right;
  margin: 0 0 20px 20px;
  display: block;
}
.img-holder.img-holder-right .img-holder-inner {
  display: block;
  padding-right: 0px;
  padding-bottom: 12px;
}
/* overrides */
.url-the-east-coast .top-row {
  margin-bottom: 20px;
}
h2#our-history-header {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
  height: 111px;
  margin: 0 auto 20px;
  background: url(../images/our-history-header.png) 0 0 no-repeat;
}
.cls-TwoColPage .typography p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cls-TwoColPage .typography h2,
.cls-TwoColPage .typography h3,
.cls-TwoColPage .typography h4 {
  width: 100%;
}
.cls-TwoColPage .typography h2#kaitiaki {
  margin-right: 0!important;
  text-align: right;
  display: block;
  width: 320px;
  height: 125px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/headers/kaitiaki.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cls-TwoColPage .typography h2#kaitiaki {
    background-image: url("../images/headers/kaitiaki@2x.png");
    background-size: 320px 125px;
  }
}
@media only screen and (max-width: 767px) {
  .cls-TwoColPage .typography h2#kaitiaki {
    width: 280px;
    height: 109px;
    background-size: 280px 109px;
  }
}
.cls-TwoColPage .typography h4#carefully {
  margin-right: 0!important;
  margin-left: auto;
  text-align: right;
  display: block;
  width: 320px;
  height: 40px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/headers/carefully.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cls-TwoColPage .typography h4#carefully {
    background-image: url("../images/headers/carefully@2x.png");
    background-size: 320px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cls-TwoColPage .typography h4#carefully {
    width: 280px;
    height: 35px;
    background-size: 280px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cls-TwoColPage .typography h1.pagetitle,
  .cls-TwoColPage .typography p {
    text-align: center !important;
  }
}
.cls-BoatsPage .page-summary,
#page-our-boats .page-summary {
  max-width: 90%;
  margin: 40px auto;
  text-align: center;
}
.cls-BoatsPage .boat-banner-section img,
#page-our-boats .boat-banner-section img {
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  width: 100%;
}
.cls-BoatsPage .boat-crew h2,
#page-our-boats .boat-crew h2,
.cls-BoatsPage .boat-crew h3,
#page-our-boats .boat-crew h3,
.cls-BoatsPage .boat-crew h4,
#page-our-boats .boat-crew h4 {
  width: 100%;
  margin: 0;
  text-align: left;
  font-family: "BurfordRusticShadowOneA";
}
.cls-BoatsPage .boat-crew h2,
#page-our-boats .boat-crew h2 {
  font-size: 48px;
}
.cls-BoatsPage .boat-crew h3,
#page-our-boats .boat-crew h3 {
  font-size: 40px;
}
.cls-BoatsPage .boat-crew h4,
#page-our-boats .boat-crew h4 {
  font-size: 30px;
  font-family: "BurfordRusticBookLight";
  line-height: 1;
}
#page-our-boats .more-content {
  margin-top: 40px;
}
.main-content:before,
.more-content:before,
.main-content:after,
.more-content:after {
  content: " ";
  display: table;
}
.main-content:after,
.more-content:after {
  clear: both;
}
.main-content:before,
.more-content:before,
.main-content:after,
.more-content:after {
  content: " ";
  display: table;
}
.main-content:after,
.more-content:after {
  clear: both;
}
.more-content {
  display: none;
}
.footer {
  padding-top: 40px;
  background: #000 url(../images/footerbg.jpg) bottom center;
  background-size: cover;
  height: 107px;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.footer .gflogo {
  width: 360px;
  height: 68px;
  display: block;
  margin: 0 auto;
  background-image: url("../images/footerlogo.png");
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer .gflogo {
    background-image: url("../images/footerlogo@2x.png");
    background-size: 360px 68px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .gflogo {
    width: 280px;
    height: 53px;
    background-size: 280px 53px;
  }
}
/* #Media Queries
================================================== */
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1200px) {
  .header .nav .menu li {
    width: 160px;
  }
  .header .nav .menu li a {
    font-size: 1.6em;
  }
}
/* Smaller than standard 1000 (devices and browsers) */
@media only screen and (max-width: 1000px) {
  .header .nav .menu li {
    width: 150px;
  }
  .header .nav .menu li a {
    font-size: 1.6em;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .header .nav .menu li {
    width: 130px;
  }
  .header .nav .menu li a {
    font-size: 1.4em;
  }
  .fish-row .fish-wrap .fish-info a {
    color: #000;
  }
}
@media only screen and (max-width: 900px) {
  .header .nav .menu li {
    width: 110px;
  }
  .header .nav .menu li a {
    font-size: 1.3em;
  }
  .fish-row .fish-wrap .fish-info a {
    color: #000;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .fish-row .fish-wrap,
  .fish-row.Right .fish-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .fish-row .fish-info {
    width: 90%;
    text-align: center!important;
    top: 0;
    color: #444!important;
    margin: 0 auto;
  }
  .fish-row .fish-info h3 {
    color: rgba(0, 0, 0, 0.9) !important;
  }
  .pop-cap {
    display: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header nav ul#menu li {
    width: 90px;
  }
  .header nav ul#menu li a {
    font-size: 18px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  body {
    padding-top: 0px;
  }
  .header {
    position: relative;
    height: 98px;
  }
  .header h1.brand {
    margin-top: 0px;
  }
  h1,
  h2,
  h3,
  h4,
  .page-summary {
    text-align: center!important;
    width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .header h1.brand {
    background-image: url(../images/logo_200@2x.png);
    background-size: 200px 83px;
  }
}
@media screen and (min-width: 0\0), screen\0 {
  h1.pagetitle {
    margin-top: -12px;
    display: inline-block;
  }
  .typography h2 {
    margin-top: -12px;
    display: block;
  }
  .fish-info h3 {
    display: inline-block;
  }
}
/* preboot mixins */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
