@charset "UTF-8";
/*
Theme Name: Haven Foundation 5
Author: Lowell Allen
Author URI: http://www.lowellallen.com/
Description: WordPress theme based on Foundation 5.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haven-foundation

This theme, like WordPress, is licensed under the GPL.
*/
/*$purple: #660066;
$lightpurple: #912788;*/
/*! 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.
 */
/* line 9, bower_components/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 33, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 54, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 67, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 77, bower_components/foundation/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, bower_components/foundation/scss/normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, bower_components/foundation/scss/normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, bower_components/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, bower_components/foundation/scss/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, bower_components/foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, bower_components/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, bower_components/foundation/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, bower_components/foundation/scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, bower_components/foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, bower_components/foundation/scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 252, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 266, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 277, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 290, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 302, bower_components/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 322, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 334, bower_components/foundation/scss/normalize.scss */
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`.
 */
/* line 346, bower_components/foundation/scss/normalize.scss */
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).
 */
/* line 357, bower_components/foundation/scss/normalize.scss */
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).
 */
/* line 370, bower_components/foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 390, bower_components/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 408, bower_components/foundation/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, bower_components/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, bower_components/foundation/scss/normalize.scss */
td,
th {
  padding: 0;
}

/* line 347, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.0/";
}

/* line 351, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 356, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 361, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 366, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

/* line 371, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 376, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

/* line 381, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 386, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 391, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 396, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 403, bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 406, bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 412, bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 416, bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 429, bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 432, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 434, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 438, bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 445, bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 446, bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 450, bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 456, bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 462, bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 465, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 475, bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 478, bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 232, bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.875rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 236, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 242, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 243, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

/* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 204, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 209, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 216, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 204, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 209, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 216, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 204, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 209, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 216, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 272, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 129, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 132, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 135, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #ffffff;
}
/* line 136, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #ffffff;
  color: #5985a6;
  padding: 0;
  display: block;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}
/* line 143, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #ffffff;
}
/* line 146, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0;
}
/* line 149, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #ffffff;
}

/* line 112, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 1.125rem;
  transition: opacity 300ms ease-out;
  background-color: #333333;
  border-color: #2c2c2c;
  color: #ffffff;
}
/* line 115, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}
/* line 96, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 117, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 3px;
}
/* line 118, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}
/* line 120, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #5f9639;
  border-color: #528131;
  color: #ffffff;
}
/* line 121, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #C8323F;
  border-color: #ac2b36;
  color: #ffffff;
}
/* line 122, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #0072bc;
  border-color: #0062a2;
  color: #ffffff;
}
/* line 123, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #ffffff;
}
/* line 124, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #002740;
}
/* line 125, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 106, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 118, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #6ec6ff;
  border-color: #4ab8ff;
  border-radius: 3px;
}
/* line 122, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #333333;
}
/* line 68, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 70, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #333333;
}
/* line 75, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 78, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 83, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 88, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 90, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 92, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 102, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 110, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 130, bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 216, bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #333333;
  border-color: #292929;
  color: #ffffff;
  transition: background-color 300ms ease-out;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #292929;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #ffffff;
}
/* line 223, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #0072bc;
  border-color: #005b96;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #005b96;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #ffffff;
}
/* line 224, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #5f9639;
  border-color: #4c782e;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #4c782e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #ffffff;
}
/* line 225, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #C8323F;
  border-color: #a02832;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #a02832;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #ffffff;
}
/* line 226, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #ffffff;
}
/* line 227, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #ffffff;
}
/* line 229, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 230, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 231, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 232, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 234, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 235, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 237, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 238, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 240, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #333333;
  border-color: #292929;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #292929;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #333333;
}
/* line 241, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0072bc;
  border-color: #005b96;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #005b96;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0072bc;
}
/* line 242, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5f9639;
  border-color: #4c782e;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #4c782e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5f9639;
}
/* line 243, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #C8323F;
  border-color: #a02832;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #a02832;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #C8323F;
}
/* line 244, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 245, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 250, bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 253, bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 148, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 150, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
/* line 153, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}
/* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}
/* line 157, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  /* line 157, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  /* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
/* line 165, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
/* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}
/* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 166, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
/* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
/* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0;
}
/* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
  /* line 167, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  /* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 167, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  /* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* line 176, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
/* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}
/* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 177, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}
/* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}
/* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0;
}
/* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
/* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 178, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  /* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 178, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 66, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 111, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  /* line 126, bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 188, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
/* line 39, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
/* line 142, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 194, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
/* line 32, bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

/* line 88, bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
/* line 125, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 129, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 130, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 136, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 175, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 180, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 237, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
/* line 225, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 99, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #ffffff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
/* line 106, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
/* line 114, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 118, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 228, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 128, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #ffffff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
/* line 135, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
/* line 232, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 149, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #ffffff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
/* line 157, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
/* line 236, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 172, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #ffffff transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
/* line 181, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
/* line 241, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 209, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
/* line 212, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 3px;
}
/* line 214, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #333333;
}
/* line 244, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 74, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 247, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 248, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 249, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 250, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}
/* line 251, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 255, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 123, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}
/* line 63, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  top: 50%;
}
/* line 98, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #ffffff transparent transparent transparent;
}
/* line 124, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
/* line 78, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #ffffff transparent transparent transparent;
}
/* line 125, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
/* line 88, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #ffffff transparent transparent transparent;
}
/* line 126, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
/* line 108, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #ffffff transparent transparent transparent;
}
/* line 127, bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 32, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 379, bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 87, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 89, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 93, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 95, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 97, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 103, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 385, bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 386, bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 387, bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 389, bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 396, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 400, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 401, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 403, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 404, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 405, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 406, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 410, bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 413, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 185, bower_components/foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 133, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 139, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 145, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 420, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 428, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 431, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 434, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 437, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 440, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 443, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 446, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 449, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 454, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 460, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 465, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 470, bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 329, bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 352, bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 353, bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 358, bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 476, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 483, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 493, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 507, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 272, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 514, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #C8323F;
  color: #ffffff;
}
/* line 517, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 520, bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #C8323F;
  color: #ffffff;
}

/* line 525, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 531, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 536, bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #C8323F;
}
/* line 541, bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #C8323F;
  color: #ffffff;
}
/* line 546, bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 558, bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 563, bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 568, bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #C8323F;
}

/* line 244, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}
/* line 45, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}
/* line 54, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
/* line 58, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}
/* line 63, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
/* line 68, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
/* line 76, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}
/* line 80, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
/* line 85, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}
/* line 88, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}
/* line 92, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
/* line 96, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 103, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  /* line 108, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 115, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  /* line 120, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
/* line 137, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
/* line 143, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}
/* line 148, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}
/* line 152, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
/* line 176, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * label {
  color: #ffffff;
}
/* line 178, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  color: #ffffff;
}
/* line 181, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover {
  background: #333333;
}
/* line 185, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover label {
  color: #ffffff;
}
/* line 187, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover i {
  color: #ffffff;
}
/* line 190, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active {
  background: #333333;
}
/* line 194, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active label {
  color: #ffffff;
}
/* line 196, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active i {
  color: #ffffff;
}

/* line 259, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}
/* line 260, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 261, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 266, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
/* line 273, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}
/* line 274, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 275, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 280, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
/* line 287, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}
/* line 288, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 289, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 294, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
/* line 301, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}
/* line 302, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 303, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 308, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
/* line 315, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}
/* line 316, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 317, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 322, bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

/* line 53, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 42, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
/* line 47, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 48, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 51, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #ffffff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 64, bower_components/foundation/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 70, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
/* line 75, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
/* line 77, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 82, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
/* line 90, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
/* line 98, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
/* line 107, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
/* line 108, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 113, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}

/* line 124, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 130, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #333333;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

/* line 138, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 145, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 155, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

/* line 159, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 172, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff;
}

/* line 180, bower_components/foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  /* line 192, bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 194, bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 201, bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  /* line 209, bower_components/foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
/* line 55, bower_components/foundation/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 91, bower_components/foundation/scss/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #333333;
  color: #ffffff;
}
/* line 96, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.radius {
  border-radius: 3px;
}
/* line 97, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.round {
  border-radius: 1000px;
}
/* line 99, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #C8323F;
  color: #ffffff;
}
/* line 100, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.warning {
  background-color: #f08a24;
  color: #ffffff;
}
/* line 101, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #5f9639;
  color: #ffffff;
}
/* line 102, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #0072bc;
  color: #ffffff;
}
/* line 103, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* line 18, bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #ffffff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 24, bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
/* line 26, bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
/* line 27, bower_components/foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 71, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 74, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 80, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 84, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 87, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 90, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 92, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
/* line 94, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
/* line 100, bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #333333 #ffffff;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 126, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
/* line 135, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 137, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 148, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
/* line 157, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #ffffff;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
/* line 174, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #ffffff;
  background: transparent;
  z-index: 10;
}
/* line 179, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
/* line 185, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 192, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 205, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #ffffff;
  border-top: none;
  border-bottom: none;
}
/* line 219, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}
/* line 228, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
/* line 237, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 240, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 253, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 257, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
/* line 267, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 268, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #ffffff;
}
/* line 273, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ffffff;
}
/* line 277, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 278, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #ffffff;
  left: 50%;
  margin-left: -4px;
}
/* line 285, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ffffff;
}

/* line 291, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 292, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
/* line 301, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
/* line 312, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}
/* line 316, bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 322, bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 326, bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 334, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 338, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 345, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 346, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  /* line 352, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  /* line 358, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }

  /* line 361, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }

  /* line 364, bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}
/* line 149, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 104, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 110, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
/* line 122, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
/* line 51, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
/* line 55, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
/* line 68, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #333333;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}
/* line 74, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #333333;
}
/* line 136, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 154, bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 136, bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 80, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
/* line 55, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 56, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 61, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
/* line 68, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 70, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 82, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f3f3f3;
  color: #333333;
}
/* line 55, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 56, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 61, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
/* line 68, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 70, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 84, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #333333;
}
/* line 87, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #2c2c2c;
}
/* line 94, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
/* line 139, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
/* line 68, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 142, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 143, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 144, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #ffffff;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}
/* line 145, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #ffffff;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}
/* line 146, bower_components/foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #ffffff;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
/* line 57, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
/* line 61, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #333333;
  height: 100%;
  display: block;
}
/* line 64, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #0072bc;
  height: 100%;
  display: block;
}
/* line 65, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #5f9639;
  height: 100%;
  display: block;
}
/* line 66, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #C8323F;
  height: 100%;
  display: block;
}
/* line 68, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  border-radius: 3px;
}
/* line 69, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  border-radius: 2px;
}
/* line 72, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}
/* line 73, bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 127, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA;
}
/* line 130, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
/* line 132, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
/* line 138, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
/* line 144, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
/* line 146, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #333333;
  border-radius: 3px;
}
/* line 115, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #2d2d2d;
}
/* line 148, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
/* line 150, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #333333;
  border-radius: 1000px;
}
/* line 115, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #2d2d2d;
}
/* line 152, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: default;
  opacity: 0.7;
}
/* line 154, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #333333;
  cursor: default;
  opacity: 0.7;
}
/* line 115, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #2d2d2d;
}

/* line 157, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #0071ba;
}

/* line 163, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #333333;
}
/* line 115, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #2d2d2d;
}

/* line 166, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 168, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #ffffff;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}
@media only screen and (max-width: 40em) {
  /* line 168, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
/* line 86, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
/* line 89, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
/* line 91, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 168, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 168, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
/* line 180, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
/* line 181, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
/* line 182, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 183, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 184, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 185, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 186, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 187, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 188, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
  /* line 188, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 73.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 199, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

/* line 202, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog {
  display: none;
}
/* line 206, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
/* line 210, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
}

@media print {
  /* line 217, bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: #ffffff !important;
  }
}
/* line 114, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 70, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}
/* line 75, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #0072bc;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
/* line 80, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #1ea6ff;
}
/* line 87, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #1ea6ff;
  font-weight: normal;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 93, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
/* line 101, bower_components/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #0072bc;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
/* line 76, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 85, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
/* line 97, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 140, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3.09375rem;
}
/* line 141, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 166, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-color: #ffffff transparent transparent transparent;
}
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 166, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #ffffff transparent transparent transparent;
}
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 103, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 179, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}
/* line 112, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.25rem;
}
/* line 113, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 180, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.375rem;
}
/* line 126, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.625rem;
}
/* line 127, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 181, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.5rem;
}
/* line 154, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.4375rem;
}
/* line 155, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 182, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2rem;
}
/* line 166, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
/* line 186, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 187, bower_components/foundation/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 121, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}
/* line 67, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}
/* line 71, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
/* line 83, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}
/* line 87, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
/* line 92, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #333333;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #ffffff;
}
/* line 99, bower_components/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #2c2c2c;
}

/* line 212, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 56, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
/* line 72, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
/* line 79, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
/* line 86, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 107, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #333333;
}
/* line 111, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 123, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}
/* line 128, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
/* line 133, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 154, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}
/* line 159, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  background: #ffffff;
}
/* line 163, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #333333;
}
/* line 123, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
/* line 128, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
/* line 133, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}
/* line 123, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
/* line 128, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 133, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}
/* line 123, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
/* line 128, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
/* line 133, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
/* line 226, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.radius label {
  border-radius: 4px;
}
/* line 227, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.radius label:after {
  border-radius: 3px;
}
/* line 231, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.round {
  border-radius: 1000px;
}
/* line 232, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}
/* line 233, bower_components/foundation/scss/foundation/components/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 131, bower_components/foundation/scss/foundation/components/_tables.scss */
table {
  background: #ffffff;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
/* line 69, bower_components/foundation/scss/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 78, bower_components/foundation/scss/foundation/components/_tables.scss */
table thead {
  background: #F5F5F5;
}
/* line 82, bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 92, bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot {
  background: #F5F5F5;
}
/* line 96, bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 107, bower_components/foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
/* line 115, bower_components/foundation/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
/* line 120, bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 30, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}
/* line 34, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
/* line 39, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #ffffff;
  color: #222222;
  padding: 0.75rem 1.5rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
/* line 49, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: transparent;
}
/* line 55, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #ffffff;
  color: #222222;
}
/* line 64, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 67, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 71, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 80, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 84, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1.25rem 0;
  width: 100%;
}
/* line 89, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 90, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 1.25rem;
}
/* line 92, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 94, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 1.25rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 99, bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  /* line 107, bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
/* line 117, bower_components/foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 59, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #ffffff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}
/* line 48, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(51, 51, 51, 0.5);
}
/* line 63, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
/* line 38, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 44, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #171717;
  color: #333333;
}
/* line 50, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #ffffff;
  background: #333333;
}
/* line 68, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}
/* line 79, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
/* line 85, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 3px;
}
/* line 88, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}
/* line 90, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}
/* line 95, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #333333 !important;
  border-bottom: dotted 1px #171717 !important;
}

/* line 101, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 110, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 114, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 120, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 130, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 112, bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 118, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: transparent;
}
/* line 122, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 126, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 133, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 139, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 145, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.5rem;
}

/* line 152, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  background: transparent;
  margin-bottom: 0;
}
/* line 161, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 166, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 168, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 171, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.75rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 178, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  /* line 178, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 194, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 199, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 2.5rem;
  margin: 0;
  font-size: 16px;
}
/* line 204, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.5rem;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 208, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #094787;
  width: 75%;
  display: block;
  padding: 0 0.83333rem;
}
/* line 219, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 224, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #094787;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.83333rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
/* line 237, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 241, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.39583rem 0 0.83333rem;
  color: #ffffff;
  position: relative;
}
/* line 129, bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.83333rem;
  box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
  width: 16px;
}
/* line 162, bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
/* line 270, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 274, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: transparent;
}
/* line 277, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #fff;
}
/* line 278, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

/* line 291, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 297, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 306, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px transparent;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 314, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: transparent;
}
/* line 316, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #094787;
  padding: 12px 0 12px 0;
  padding-left: 0.83333rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: none;
}
/* line 327, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
  background-color: #333333;
  border-color: #292929;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #292929;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #ffffff;
}
/* line 333, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #0072bc;
  border-color: #005b96;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #005b96;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #ffffff;
}
/* line 334, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #5f9639;
  border-color: #4c782e;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #4c782e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #ffffff;
}
/* line 335, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #C8323F;
  border-color: #a02832;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #a02832;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #ffffff;
}
/* line 336, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #ffffff;
}
/* line 339, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
  background-color: #333333;
  border-color: #292929;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #292929;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #ffffff;
}
/* line 345, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #0072bc;
  border-color: #005b96;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #005b96;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #ffffff;
}
/* line 346, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #5f9639;
  border-color: #4c782e;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #4c782e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #ffffff;
}
/* line 347, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #C8323F;
  border-color: #a02832;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #a02832;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #ffffff;
}
/* line 348, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
}
/* line 161, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #ffffff;
}
/* line 352, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #333333;
  background: #ffffff;
  color: #8f110f;
}
/* line 361, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: transparent;
  color: #8f110f;
}
/* line 364, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: transparent;
  color: #ffffff;
}
/* line 372, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.83333rem;
}
/* line 375, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 379, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.83333rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 391, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 392, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 396, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 403, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 411, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 415, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.83333rem;
}
/* line 418, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
/* line 423, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
/* line 428, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #094787;
  display: block;
}
/* line 432, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 435, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.83333rem;
}
/* line 436, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 439, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 0.83333rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 450, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: transparent;
    overflow: visible;
  }
  /* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 460, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 462, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 463, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 465, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.375rem;
  }
  /* line 474, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: transparent;
  }

  /* line 477, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 73.875rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 483, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 487, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 492, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 494, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 500, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #333333;
    background: #ffffff;
    color: #8f110f;
  }
  /* line 509, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.83333rem;
    line-height: 2.5rem;
    background: transparent;
  }
  /* line 513, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #333333;
    background: #ffffff;
  }
  /* line 522, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.83333rem;
    line-height: 2.5rem;
    color: #8f110f;
    background: transparent;
  }
  /* line 527, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: transparent;
    color: #ffffff;
  }
  /* line 537, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.08333rem !important;
  }
  /* line 539, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.25rem;
  }
  /* line 547, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 548, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 554, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 558, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 565, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 578, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 585, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #ffffff;
    line-height: 2.5rem;
    white-space: nowrap;
    padding: 12px 0.83333rem;
    background: #333333;
  }
  /* line 594, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #ffffff;
    background: #333333;
  }
  /* line 599, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #8f110f;
    background-color: #333333;
    background: #333333;
  }
  /* line 608, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: transparent;
  }
  /* line 614, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 621, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgba(33, 33, 33, 0);
    clear: none;
    height: 2.5rem;
    width: 0;
  }
  /* line 631, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: transparent;
    padding: 0 0.83333rem;
    height: 2.5rem;
  }
  /* line 639, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 643, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 647, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 651, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 661, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #333333;
    background: #ffffff;
    color: #8f110f;
  }
  /* line 670, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: transparent;
    color: #8f110f;
  }
  /* line 678, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 682, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #333333;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #2c2c2c;
}
/* line 230, bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 270, bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #9ed9ff;
  border-width: 1px;
  border-style: solid;
  border-color: #75c9ff;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 391, bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 404, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 408, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 431, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 457, bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 458, bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 459, bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 460, bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 461, bower_components/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 472, bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 481, bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 483, bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 488, bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 492, bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 498, bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 500, bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 503, bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 507, bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 514, bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 517, bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 518, bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 519, bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 520, bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 290, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 135, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 291, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 293, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: transparent;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 169, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 175, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 295, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px transparent;
  left: 0;
}

/* line 296, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px transparent;
  right: 0;
}

/* line 298, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 204, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    text-align: left;
  }
  /* line 205, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    text-align: right;
  }
}
/* line 209, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 213, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 217, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 302, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #333;
  position: relative;
  transform: translate3d(0, 0, 0);
}
/* line 129, bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 0.3125rem;
  left: 0.8125rem;
  box-shadow: 0 0 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
  width: 1rem;
}
/* line 162, bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
}

/* line 326, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
/* line 105, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 327, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
/* line 105, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 329, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 231, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0;
  color: #999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #333333;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #555555;
  margin: 0;
}
/* line 243, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0;
  color: white;
  border-bottom: 1px solid #333333;
  transition: background 300ms ease;
}
/* line 249, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: transparent;
}

/* line 335, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(250px, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
/* line 338, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}

/* line 342, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-250px, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
/* line 346, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}

/* line 349, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 357, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}

/* line 360, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 368, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}

/* line 371, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 379, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}

/* line 384, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}
/* line 385, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}
/* line 387, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}
/* line 388, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

/* line 486, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 399, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 426, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  padding: 0;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #555555;
  margin: 0;
}
/* line 434, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #505050;
  border-bottom: none;
}
/* line 457, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
/* line 488, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 493, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 399, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 426, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  padding: 0;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #555555;
  margin: 0;
}
/* line 434, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #505050;
  border-bottom: none;
}
/* line 446, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
/* line 495, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 508, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 511, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 400, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("/wp-content/themes/haven-foundation-5/foundation-icon-font/foundation-icons.eot");
  src: url("/wp-content/themes/haven-foundation-5/foundation-icon-font/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/haven-foundation-5/foundation-icon-font/foundation-icons.woff") format("woff"), url("/wp-content/themes/haven-foundation-5/foundation-icon-font/foundation-icons.ttf") format("truetype"), url("/wp-content/themes/haven-foundation-5/foundation-icon-font/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, scss/_foundation-icons.scss */
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

/* line 312, scss/_foundation-icons.scss */
.fi-address-book:before {
  content: "\f100";
}

/* line 313, scss/_foundation-icons.scss */
.fi-alert:before {
  content: "\f101";
}

/* line 314, scss/_foundation-icons.scss */
.fi-align-center:before {
  content: "\f102";
}

/* line 315, scss/_foundation-icons.scss */
.fi-align-justify:before {
  content: "\f103";
}

/* line 316, scss/_foundation-icons.scss */
.fi-align-left:before {
  content: "\f104";
}

/* line 317, scss/_foundation-icons.scss */
.fi-align-right:before {
  content: "\f105";
}

/* line 318, scss/_foundation-icons.scss */
.fi-anchor:before {
  content: "\f106";
}

/* line 319, scss/_foundation-icons.scss */
.fi-annotate:before {
  content: "\f107";
}

/* line 320, scss/_foundation-icons.scss */
.fi-archive:before {
  content: "\f108";
}

/* line 321, scss/_foundation-icons.scss */
.fi-arrow-down:before {
  content: "\f109";
}

/* line 322, scss/_foundation-icons.scss */
.fi-arrow-left:before {
  content: "\f10a";
}

/* line 323, scss/_foundation-icons.scss */
.fi-arrow-right:before {
  content: "\f10b";
}

/* line 324, scss/_foundation-icons.scss */
.fi-arrow-up:before {
  content: "\f10c";
}

/* line 325, scss/_foundation-icons.scss */
.fi-arrows-compress:before {
  content: "\f10d";
}

/* line 326, scss/_foundation-icons.scss */
.fi-arrows-expand:before {
  content: "\f10e";
}

/* line 327, scss/_foundation-icons.scss */
.fi-arrows-in:before {
  content: "\f10f";
}

/* line 328, scss/_foundation-icons.scss */
.fi-arrows-out:before {
  content: "\f110";
}

/* line 329, scss/_foundation-icons.scss */
.fi-asl:before {
  content: "\f111";
}

/* line 330, scss/_foundation-icons.scss */
.fi-asterisk:before {
  content: "\f112";
}

/* line 331, scss/_foundation-icons.scss */
.fi-at-sign:before {
  content: "\f113";
}

/* line 332, scss/_foundation-icons.scss */
.fi-background-color:before {
  content: "\f114";
}

/* line 333, scss/_foundation-icons.scss */
.fi-battery-empty:before {
  content: "\f115";
}

/* line 334, scss/_foundation-icons.scss */
.fi-battery-full:before {
  content: "\f116";
}

/* line 335, scss/_foundation-icons.scss */
.fi-battery-half:before {
  content: "\f117";
}

/* line 336, scss/_foundation-icons.scss */
.fi-bitcoin-circle:before {
  content: "\f118";
}

/* line 337, scss/_foundation-icons.scss */
.fi-bitcoin:before {
  content: "\f119";
}

/* line 338, scss/_foundation-icons.scss */
.fi-blind:before {
  content: "\f11a";
}

/* line 339, scss/_foundation-icons.scss */
.fi-bluetooth:before {
  content: "\f11b";
}

/* line 340, scss/_foundation-icons.scss */
.fi-bold:before {
  content: "\f11c";
}

/* line 341, scss/_foundation-icons.scss */
.fi-book-bookmark:before {
  content: "\f11d";
}

/* line 342, scss/_foundation-icons.scss */
.fi-book:before {
  content: "\f11e";
}

/* line 343, scss/_foundation-icons.scss */
.fi-bookmark:before {
  content: "\f11f";
}

/* line 344, scss/_foundation-icons.scss */
.fi-braille:before {
  content: "\f120";
}

/* line 345, scss/_foundation-icons.scss */
.fi-burst-new:before {
  content: "\f121";
}

/* line 346, scss/_foundation-icons.scss */
.fi-burst-sale:before {
  content: "\f122";
}

/* line 347, scss/_foundation-icons.scss */
.fi-burst:before {
  content: "\f123";
}

/* line 348, scss/_foundation-icons.scss */
.fi-calendar:before {
  content: "\f124";
}

/* line 349, scss/_foundation-icons.scss */
.fi-camera:before {
  content: "\f125";
}

/* line 350, scss/_foundation-icons.scss */
.fi-check:before {
  content: "\f126";
}

/* line 351, scss/_foundation-icons.scss */
.fi-checkbox:before {
  content: "\f127";
}

/* line 352, scss/_foundation-icons.scss */
.fi-clipboard-notes:before {
  content: "\f128";
}

/* line 353, scss/_foundation-icons.scss */
.fi-clipboard-pencil:before {
  content: "\f129";
}

/* line 354, scss/_foundation-icons.scss */
.fi-clipboard:before {
  content: "\f12a";
}

/* line 355, scss/_foundation-icons.scss */
.fi-clock:before {
  content: "\f12b";
}

/* line 356, scss/_foundation-icons.scss */
.fi-closed-caption:before {
  content: "\f12c";
}

/* line 357, scss/_foundation-icons.scss */
.fi-cloud:before {
  content: "\f12d";
}

/* line 358, scss/_foundation-icons.scss */
.fi-comment-minus:before {
  content: "\f12e";
}

/* line 359, scss/_foundation-icons.scss */
.fi-comment-quotes:before {
  content: "\f12f";
}

/* line 360, scss/_foundation-icons.scss */
.fi-comment-video:before {
  content: "\f130";
}

/* line 361, scss/_foundation-icons.scss */
.fi-comment:before {
  content: "\f131";
}

/* line 362, scss/_foundation-icons.scss */
.fi-comments:before {
  content: "\f132";
}

/* line 363, scss/_foundation-icons.scss */
.fi-compass:before {
  content: "\f133";
}

/* line 364, scss/_foundation-icons.scss */
.fi-contrast:before {
  content: "\f134";
}

/* line 365, scss/_foundation-icons.scss */
.fi-credit-card:before {
  content: "\f135";
}

/* line 366, scss/_foundation-icons.scss */
.fi-crop:before {
  content: "\f136";
}

/* line 367, scss/_foundation-icons.scss */
.fi-crown:before {
  content: "\f137";
}

/* line 368, scss/_foundation-icons.scss */
.fi-css3:before {
  content: "\f138";
}

/* line 369, scss/_foundation-icons.scss */
.fi-database:before {
  content: "\f139";
}

/* line 370, scss/_foundation-icons.scss */
.fi-die-five:before {
  content: "\f13a";
}

/* line 371, scss/_foundation-icons.scss */
.fi-die-four:before {
  content: "\f13b";
}

/* line 372, scss/_foundation-icons.scss */
.fi-die-one:before {
  content: "\f13c";
}

/* line 373, scss/_foundation-icons.scss */
.fi-die-six:before {
  content: "\f13d";
}

/* line 374, scss/_foundation-icons.scss */
.fi-die-three:before {
  content: "\f13e";
}

/* line 375, scss/_foundation-icons.scss */
.fi-die-two:before {
  content: "\f13f";
}

/* line 376, scss/_foundation-icons.scss */
.fi-dislike:before {
  content: "\f140";
}

/* line 377, scss/_foundation-icons.scss */
.fi-dollar-bill:before {
  content: "\f141";
}

/* line 378, scss/_foundation-icons.scss */
.fi-dollar:before {
  content: "\f142";
}

/* line 379, scss/_foundation-icons.scss */
.fi-download:before {
  content: "\f143";
}

/* line 380, scss/_foundation-icons.scss */
.fi-eject:before {
  content: "\f144";
}

/* line 381, scss/_foundation-icons.scss */
.fi-elevator:before {
  content: "\f145";
}

/* line 382, scss/_foundation-icons.scss */
.fi-euro:before {
  content: "\f146";
}

/* line 383, scss/_foundation-icons.scss */
.fi-eye:before {
  content: "\f147";
}

/* line 384, scss/_foundation-icons.scss */
.fi-fast-forward:before {
  content: "\f148";
}

/* line 385, scss/_foundation-icons.scss */
.fi-female-symbol:before {
  content: "\f149";
}

/* line 386, scss/_foundation-icons.scss */
.fi-female:before {
  content: "\f14a";
}

/* line 387, scss/_foundation-icons.scss */
.fi-filter:before {
  content: "\f14b";
}

/* line 388, scss/_foundation-icons.scss */
.fi-first-aid:before {
  content: "\f14c";
}

/* line 389, scss/_foundation-icons.scss */
.fi-flag:before {
  content: "\f14d";
}

/* line 390, scss/_foundation-icons.scss */
.fi-folder-add:before {
  content: "\f14e";
}

/* line 391, scss/_foundation-icons.scss */
.fi-folder-lock:before {
  content: "\f14f";
}

/* line 392, scss/_foundation-icons.scss */
.fi-folder:before {
  content: "\f150";
}

/* line 393, scss/_foundation-icons.scss */
.fi-foot:before {
  content: "\f151";
}

/* line 394, scss/_foundation-icons.scss */
.fi-foundation:before {
  content: "\f152";
}

/* line 395, scss/_foundation-icons.scss */
.fi-graph-bar:before {
  content: "\f153";
}

/* line 396, scss/_foundation-icons.scss */
.fi-graph-horizontal:before {
  content: "\f154";
}

/* line 397, scss/_foundation-icons.scss */
.fi-graph-pie:before {
  content: "\f155";
}

/* line 398, scss/_foundation-icons.scss */
.fi-graph-trend:before {
  content: "\f156";
}

/* line 399, scss/_foundation-icons.scss */
.fi-guide-dog:before {
  content: "\f157";
}

/* line 400, scss/_foundation-icons.scss */
.fi-hearing-aid:before {
  content: "\f158";
}

/* line 401, scss/_foundation-icons.scss */
.fi-heart:before {
  content: "\f159";
}

/* line 402, scss/_foundation-icons.scss */
.fi-home:before {
  content: "\f15a";
}

/* line 403, scss/_foundation-icons.scss */
.fi-html5:before {
  content: "\f15b";
}

/* line 404, scss/_foundation-icons.scss */
.fi-indent-less:before {
  content: "\f15c";
}

/* line 405, scss/_foundation-icons.scss */
.fi-indent-more:before {
  content: "\f15d";
}

/* line 406, scss/_foundation-icons.scss */
.fi-info:before {
  content: "\f15e";
}

/* line 407, scss/_foundation-icons.scss */
.fi-italic:before {
  content: "\f15f";
}

/* line 408, scss/_foundation-icons.scss */
.fi-key:before {
  content: "\f160";
}

/* line 409, scss/_foundation-icons.scss */
.fi-laptop:before {
  content: "\f161";
}

/* line 410, scss/_foundation-icons.scss */
.fi-layout:before {
  content: "\f162";
}

/* line 411, scss/_foundation-icons.scss */
.fi-lightbulb:before {
  content: "\f163";
}

/* line 412, scss/_foundation-icons.scss */
.fi-like:before {
  content: "\f164";
}

/* line 413, scss/_foundation-icons.scss */
.fi-link:before {
  content: "\f165";
}

/* line 414, scss/_foundation-icons.scss */
.fi-list-bullet:before {
  content: "\f166";
}

/* line 415, scss/_foundation-icons.scss */
.fi-list-number:before {
  content: "\f167";
}

/* line 416, scss/_foundation-icons.scss */
.fi-list-thumbnails:before {
  content: "\f168";
}

/* line 417, scss/_foundation-icons.scss */
.fi-list:before {
  content: "\f169";
}

/* line 418, scss/_foundation-icons.scss */
.fi-lock:before {
  content: "\f16a";
}

/* line 419, scss/_foundation-icons.scss */
.fi-loop:before {
  content: "\f16b";
}

/* line 420, scss/_foundation-icons.scss */
.fi-magnifying-glass:before {
  content: "\f16c";
}

/* line 421, scss/_foundation-icons.scss */
.fi-mail:before {
  content: "\f16d";
}

/* line 422, scss/_foundation-icons.scss */
.fi-male-female:before {
  content: "\f16e";
}

/* line 423, scss/_foundation-icons.scss */
.fi-male-symbol:before {
  content: "\f16f";
}

/* line 424, scss/_foundation-icons.scss */
.fi-male:before {
  content: "\f170";
}

/* line 425, scss/_foundation-icons.scss */
.fi-map:before {
  content: "\f171";
}

/* line 426, scss/_foundation-icons.scss */
.fi-marker:before {
  content: "\f172";
}

/* line 427, scss/_foundation-icons.scss */
.fi-megaphone:before {
  content: "\f173";
}

/* line 428, scss/_foundation-icons.scss */
.fi-microphone:before {
  content: "\f174";
}

/* line 429, scss/_foundation-icons.scss */
.fi-minus-circle:before {
  content: "\f175";
}

/* line 430, scss/_foundation-icons.scss */
.fi-minus:before {
  content: "\f176";
}

/* line 431, scss/_foundation-icons.scss */
.fi-mobile-signal:before {
  content: "\f177";
}

/* line 432, scss/_foundation-icons.scss */
.fi-mobile:before {
  content: "\f178";
}

/* line 433, scss/_foundation-icons.scss */
.fi-monitor:before {
  content: "\f179";
}

/* line 434, scss/_foundation-icons.scss */
.fi-mountains:before {
  content: "\f17a";
}

/* line 435, scss/_foundation-icons.scss */
.fi-music:before {
  content: "\f17b";
}

/* line 436, scss/_foundation-icons.scss */
.fi-next:before {
  content: "\f17c";
}

/* line 437, scss/_foundation-icons.scss */
.fi-no-dogs:before {
  content: "\f17d";
}

/* line 438, scss/_foundation-icons.scss */
.fi-no-smoking:before {
  content: "\f17e";
}

/* line 439, scss/_foundation-icons.scss */
.fi-page-add:before {
  content: "\f17f";
}

/* line 440, scss/_foundation-icons.scss */
.fi-page-copy:before {
  content: "\f180";
}

/* line 441, scss/_foundation-icons.scss */
.fi-page-csv:before {
  content: "\f181";
}

/* line 442, scss/_foundation-icons.scss */
.fi-page-delete:before {
  content: "\f182";
}

/* line 443, scss/_foundation-icons.scss */
.fi-page-doc:before {
  content: "\f183";
}

/* line 444, scss/_foundation-icons.scss */
.fi-page-edit:before {
  content: "\f184";
}

/* line 445, scss/_foundation-icons.scss */
.fi-page-export-csv:before {
  content: "\f185";
}

/* line 446, scss/_foundation-icons.scss */
.fi-page-export-doc:before {
  content: "\f186";
}

/* line 447, scss/_foundation-icons.scss */
.fi-page-export-pdf:before {
  content: "\f187";
}

/* line 448, scss/_foundation-icons.scss */
.fi-page-export:before {
  content: "\f188";
}

/* line 449, scss/_foundation-icons.scss */
.fi-page-filled:before {
  content: "\f189";
}

/* line 450, scss/_foundation-icons.scss */
.fi-page-multiple:before {
  content: "\f18a";
}

/* line 451, scss/_foundation-icons.scss */
.fi-page-pdf:before {
  content: "\f18b";
}

/* line 452, scss/_foundation-icons.scss */
.fi-page-remove:before {
  content: "\f18c";
}

/* line 453, scss/_foundation-icons.scss */
.fi-page-search:before {
  content: "\f18d";
}

/* line 454, scss/_foundation-icons.scss */
.fi-page:before {
  content: "\f18e";
}

/* line 455, scss/_foundation-icons.scss */
.fi-paint-bucket:before {
  content: "\f18f";
}

/* line 456, scss/_foundation-icons.scss */
.fi-paperclip:before {
  content: "\f190";
}

/* line 457, scss/_foundation-icons.scss */
.fi-pause:before {
  content: "\f191";
}

/* line 458, scss/_foundation-icons.scss */
.fi-paw:before {
  content: "\f192";
}

/* line 459, scss/_foundation-icons.scss */
.fi-paypal:before {
  content: "\f193";
}

/* line 460, scss/_foundation-icons.scss */
.fi-pencil:before {
  content: "\f194";
}

/* line 461, scss/_foundation-icons.scss */
.fi-photo:before {
  content: "\f195";
}

/* line 462, scss/_foundation-icons.scss */
.fi-play-circle:before {
  content: "\f196";
}

/* line 463, scss/_foundation-icons.scss */
.fi-play-video:before {
  content: "\f197";
}

/* line 464, scss/_foundation-icons.scss */
.fi-play:before {
  content: "\f198";
}

/* line 465, scss/_foundation-icons.scss */
.fi-plus:before {
  content: "\f199";
}

/* line 466, scss/_foundation-icons.scss */
.fi-pound:before {
  content: "\f19a";
}

/* line 467, scss/_foundation-icons.scss */
.fi-power:before {
  content: "\f19b";
}

/* line 468, scss/_foundation-icons.scss */
.fi-previous:before {
  content: "\f19c";
}

/* line 469, scss/_foundation-icons.scss */
.fi-price-tag:before {
  content: "\f19d";
}

/* line 470, scss/_foundation-icons.scss */
.fi-pricetag-multiple:before {
  content: "\f19e";
}

/* line 471, scss/_foundation-icons.scss */
.fi-print:before {
  content: "\f19f";
}

/* line 472, scss/_foundation-icons.scss */
.fi-prohibited:before {
  content: "\f1a0";
}

/* line 473, scss/_foundation-icons.scss */
.fi-projection-screen:before {
  content: "\f1a1";
}

/* line 474, scss/_foundation-icons.scss */
.fi-puzzle:before {
  content: "\f1a2";
}

/* line 475, scss/_foundation-icons.scss */
.fi-quote:before {
  content: "\f1a3";
}

/* line 476, scss/_foundation-icons.scss */
.fi-record:before {
  content: "\f1a4";
}

/* line 477, scss/_foundation-icons.scss */
.fi-refresh:before {
  content: "\f1a5";
}

/* line 478, scss/_foundation-icons.scss */
.fi-results-demographics:before {
  content: "\f1a6";
}

/* line 479, scss/_foundation-icons.scss */
.fi-results:before {
  content: "\f1a7";
}

/* line 480, scss/_foundation-icons.scss */
.fi-rewind-ten:before {
  content: "\f1a8";
}

/* line 481, scss/_foundation-icons.scss */
.fi-rewind:before {
  content: "\f1a9";
}

/* line 482, scss/_foundation-icons.scss */
.fi-rss:before {
  content: "\f1aa";
}

/* line 483, scss/_foundation-icons.scss */
.fi-safety-cone:before {
  content: "\f1ab";
}

/* line 484, scss/_foundation-icons.scss */
.fi-save:before {
  content: "\f1ac";
}

/* line 485, scss/_foundation-icons.scss */
.fi-share:before {
  content: "\f1ad";
}

/* line 486, scss/_foundation-icons.scss */
.fi-sheriff-badge:before {
  content: "\f1ae";
}

/* line 487, scss/_foundation-icons.scss */
.fi-shield:before {
  content: "\f1af";
}

/* line 488, scss/_foundation-icons.scss */
.fi-shopping-bag:before {
  content: "\f1b0";
}

/* line 489, scss/_foundation-icons.scss */
.fi-shopping-cart:before {
  content: "\f1b1";
}

/* line 490, scss/_foundation-icons.scss */
.fi-shuffle:before {
  content: "\f1b2";
}

/* line 491, scss/_foundation-icons.scss */
.fi-skull:before {
  content: "\f1b3";
}

/* line 492, scss/_foundation-icons.scss */
.fi-social-500px:before {
  content: "\f1b4";
}

/* line 493, scss/_foundation-icons.scss */
.fi-social-adobe:before {
  content: "\f1b5";
}

/* line 494, scss/_foundation-icons.scss */
.fi-social-amazon:before {
  content: "\f1b6";
}

/* line 495, scss/_foundation-icons.scss */
.fi-social-android:before {
  content: "\f1b7";
}

/* line 496, scss/_foundation-icons.scss */
.fi-social-apple:before {
  content: "\f1b8";
}

/* line 497, scss/_foundation-icons.scss */
.fi-social-behance:before {
  content: "\f1b9";
}

/* line 498, scss/_foundation-icons.scss */
.fi-social-bing:before {
  content: "\f1ba";
}

/* line 499, scss/_foundation-icons.scss */
.fi-social-blogger:before {
  content: "\f1bb";
}

/* line 500, scss/_foundation-icons.scss */
.fi-social-delicious:before {
  content: "\f1bc";
}

/* line 501, scss/_foundation-icons.scss */
.fi-social-designer-news:before {
  content: "\f1bd";
}

/* line 502, scss/_foundation-icons.scss */
.fi-social-deviant-art:before {
  content: "\f1be";
}

/* line 503, scss/_foundation-icons.scss */
.fi-social-digg:before {
  content: "\f1bf";
}

/* line 504, scss/_foundation-icons.scss */
.fi-social-dribbble:before {
  content: "\f1c0";
}

/* line 505, scss/_foundation-icons.scss */
.fi-social-drive:before {
  content: "\f1c1";
}

/* line 506, scss/_foundation-icons.scss */
.fi-social-dropbox:before {
  content: "\f1c2";
}

/* line 507, scss/_foundation-icons.scss */
.fi-social-evernote:before {
  content: "\f1c3";
}

/* line 508, scss/_foundation-icons.scss */
.fi-social-facebook:before {
  content: "\f1c4";
}

/* line 509, scss/_foundation-icons.scss */
.fi-social-flickr:before {
  content: "\f1c5";
}

/* line 510, scss/_foundation-icons.scss */
.fi-social-forrst:before {
  content: "\f1c6";
}

/* line 511, scss/_foundation-icons.scss */
.fi-social-foursquare:before {
  content: "\f1c7";
}

/* line 512, scss/_foundation-icons.scss */
.fi-social-game-center:before {
  content: "\f1c8";
}

/* line 513, scss/_foundation-icons.scss */
.fi-social-github:before {
  content: "\f1c9";
}

/* line 514, scss/_foundation-icons.scss */
.fi-social-google-plus:before {
  content: "\f1ca";
}

/* line 515, scss/_foundation-icons.scss */
.fi-social-hacker-news:before {
  content: "\f1cb";
}

/* line 516, scss/_foundation-icons.scss */
.fi-social-hi5:before {
  content: "\f1cc";
}

/* line 517, scss/_foundation-icons.scss */
.fi-social-instagram:before {
  content: "\f1cd";
}

/* line 518, scss/_foundation-icons.scss */
.fi-social-joomla:before {
  content: "\f1ce";
}

/* line 519, scss/_foundation-icons.scss */
.fi-social-lastfm:before {
  content: "\f1cf";
}

/* line 520, scss/_foundation-icons.scss */
.fi-social-linkedin:before {
  content: "\f1d0";
}

/* line 521, scss/_foundation-icons.scss */
.fi-social-medium:before {
  content: "\f1d1";
}

/* line 522, scss/_foundation-icons.scss */
.fi-social-myspace:before {
  content: "\f1d2";
}

/* line 523, scss/_foundation-icons.scss */
.fi-social-orkut:before {
  content: "\f1d3";
}

/* line 524, scss/_foundation-icons.scss */
.fi-social-path:before {
  content: "\f1d4";
}

/* line 525, scss/_foundation-icons.scss */
.fi-social-picasa:before {
  content: "\f1d5";
}

/* line 526, scss/_foundation-icons.scss */
.fi-social-pinterest:before {
  content: "\f1d6";
}

/* line 527, scss/_foundation-icons.scss */
.fi-social-rdio:before {
  content: "\f1d7";
}

/* line 528, scss/_foundation-icons.scss */
.fi-social-reddit:before {
  content: "\f1d8";
}

/* line 529, scss/_foundation-icons.scss */
.fi-social-skillshare:before {
  content: "\f1d9";
}

/* line 530, scss/_foundation-icons.scss */
.fi-social-skype:before {
  content: "\f1da";
}

/* line 531, scss/_foundation-icons.scss */
.fi-social-smashing-mag:before {
  content: "\f1db";
}

/* line 532, scss/_foundation-icons.scss */
.fi-social-snapchat:before {
  content: "\f1dc";
}

/* line 533, scss/_foundation-icons.scss */
.fi-social-spotify:before {
  content: "\f1dd";
}

/* line 534, scss/_foundation-icons.scss */
.fi-social-squidoo:before {
  content: "\f1de";
}

/* line 535, scss/_foundation-icons.scss */
.fi-social-stack-overflow:before {
  content: "\f1df";
}

/* line 536, scss/_foundation-icons.scss */
.fi-social-steam:before {
  content: "\f1e0";
}

/* line 537, scss/_foundation-icons.scss */
.fi-social-stumbleupon:before {
  content: "\f1e1";
}

/* line 538, scss/_foundation-icons.scss */
.fi-social-treehouse:before {
  content: "\f1e2";
}

/* line 539, scss/_foundation-icons.scss */
.fi-social-tumblr:before {
  content: "\f1e3";
}

/* line 540, scss/_foundation-icons.scss */
.fi-social-twitter:before {
  content: "\f1e4";
}

/* line 541, scss/_foundation-icons.scss */
.fi-social-vimeo:before {
  content: "\f1e5";
}

/* line 542, scss/_foundation-icons.scss */
.fi-social-windows:before {
  content: "\f1e6";
}

/* line 543, scss/_foundation-icons.scss */
.fi-social-xbox:before {
  content: "\f1e7";
}

/* line 544, scss/_foundation-icons.scss */
.fi-social-yahoo:before {
  content: "\f1e8";
}

/* line 545, scss/_foundation-icons.scss */
.fi-social-yelp:before {
  content: "\f1e9";
}

/* line 546, scss/_foundation-icons.scss */
.fi-social-youtube:before {
  content: "\f1ea";
}

/* line 547, scss/_foundation-icons.scss */
.fi-social-zerply:before {
  content: "\f1eb";
}

/* line 548, scss/_foundation-icons.scss */
.fi-social-zurb:before {
  content: "\f1ec";
}

/* line 549, scss/_foundation-icons.scss */
.fi-sound:before {
  content: "\f1ed";
}

/* line 550, scss/_foundation-icons.scss */
.fi-star:before {
  content: "\f1ee";
}

/* line 551, scss/_foundation-icons.scss */
.fi-stop:before {
  content: "\f1ef";
}

/* line 552, scss/_foundation-icons.scss */
.fi-strikethrough:before {
  content: "\f1f0";
}

/* line 553, scss/_foundation-icons.scss */
.fi-subscript:before {
  content: "\f1f1";
}

/* line 554, scss/_foundation-icons.scss */
.fi-superscript:before {
  content: "\f1f2";
}

/* line 555, scss/_foundation-icons.scss */
.fi-tablet-landscape:before {
  content: "\f1f3";
}

/* line 556, scss/_foundation-icons.scss */
.fi-tablet-portrait:before {
  content: "\f1f4";
}

/* line 557, scss/_foundation-icons.scss */
.fi-target-two:before {
  content: "\f1f5";
}

/* line 558, scss/_foundation-icons.scss */
.fi-target:before {
  content: "\f1f6";
}

/* line 559, scss/_foundation-icons.scss */
.fi-telephone-accessible:before {
  content: "\f1f7";
}

/* line 560, scss/_foundation-icons.scss */
.fi-telephone:before {
  content: "\f1f8";
}

/* line 561, scss/_foundation-icons.scss */
.fi-text-color:before {
  content: "\f1f9";
}

/* line 562, scss/_foundation-icons.scss */
.fi-thumbnails:before {
  content: "\f1fa";
}

/* line 563, scss/_foundation-icons.scss */
.fi-ticket:before {
  content: "\f1fb";
}

/* line 564, scss/_foundation-icons.scss */
.fi-torso-business:before {
  content: "\f1fc";
}

/* line 565, scss/_foundation-icons.scss */
.fi-torso-female:before {
  content: "\f1fd";
}

/* line 566, scss/_foundation-icons.scss */
.fi-torso:before {
  content: "\f1fe";
}

/* line 567, scss/_foundation-icons.scss */
.fi-torsos-all-female:before {
  content: "\f1ff";
}

/* line 568, scss/_foundation-icons.scss */
.fi-torsos-all:before {
  content: "\f200";
}

/* line 569, scss/_foundation-icons.scss */
.fi-torsos-female-male:before {
  content: "\f201";
}

/* line 570, scss/_foundation-icons.scss */
.fi-torsos-male-female:before {
  content: "\f202";
}

/* line 571, scss/_foundation-icons.scss */
.fi-torsos:before {
  content: "\f203";
}

/* line 572, scss/_foundation-icons.scss */
.fi-trash:before {
  content: "\f204";
}

/* line 573, scss/_foundation-icons.scss */
.fi-trees:before {
  content: "\f205";
}

/* line 574, scss/_foundation-icons.scss */
.fi-trophy:before {
  content: "\f206";
}

/* line 575, scss/_foundation-icons.scss */
.fi-underline:before {
  content: "\f207";
}

/* line 576, scss/_foundation-icons.scss */
.fi-universal-access:before {
  content: "\f208";
}

/* line 577, scss/_foundation-icons.scss */
.fi-unlink:before {
  content: "\f209";
}

/* line 578, scss/_foundation-icons.scss */
.fi-unlock:before {
  content: "\f20a";
}

/* line 579, scss/_foundation-icons.scss */
.fi-upload-cloud:before {
  content: "\f20b";
}

/* line 580, scss/_foundation-icons.scss */
.fi-upload:before {
  content: "\f20c";
}

/* line 581, scss/_foundation-icons.scss */
.fi-usb:before {
  content: "\f20d";
}

/* line 582, scss/_foundation-icons.scss */
.fi-video:before {
  content: "\f20e";
}

/* line 583, scss/_foundation-icons.scss */
.fi-volume-none:before {
  content: "\f20f";
}

/* line 584, scss/_foundation-icons.scss */
.fi-volume-strike:before {
  content: "\f210";
}

/* line 585, scss/_foundation-icons.scss */
.fi-volume:before {
  content: "\f211";
}

/* line 586, scss/_foundation-icons.scss */
.fi-web:before {
  content: "\f212";
}

/* line 587, scss/_foundation-icons.scss */
.fi-wheelchair:before {
  content: "\f213";
}

/* line 588, scss/_foundation-icons.scss */
.fi-widget:before {
  content: "\f214";
}

/* line 589, scss/_foundation-icons.scss */
.fi-wrench:before {
  content: "\f215";
}

/* line 590, scss/_foundation-icons.scss */
.fi-x-circle:before {
  content: "\f216";
}

/* line 591, scss/_foundation-icons.scss */
.fi-x:before {
  content: "\f217";
}

/* line 592, scss/_foundation-icons.scss */
.fi-yen:before {
  content: "\f218";
}

/* line 593, scss/_foundation-icons.scss */
.fi-zoom-in:before {
  content: "\f219";
}

/* line 594, scss/_foundation-icons.scss */
.fi-zoom-out:before {
  content: "\f21a";
}

/* font-face */
@font-face {
  font-family: "general-enclosed-foundicons";
  src: url("/wp-content/themes/haven-foundation-5/foundation-icon-font/general_enclosed_foundicons.eot");
  src: url("/wp-content/themes/haven-foundation-5/foundation-icon-font/general_enclosed_foundicons.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/haven-foundation-5/foundation-icon-font/general_enclosed_foundicons.woff") format("woff"), url("/wp-content/themes/haven-foundation-5/foundation-icon-font/general_enclosed_foundicons.ttf") format("truetype"), url("/wp-content/themes/haven-foundation-5/foundation-icon-font/general_enclosed_foundicons.svg#genfontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* global foundicon styles */
/* line 34, scss/_general_enclosed_foundicons.scss */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 44, scss/_general_enclosed_foundicons.scss */
[class*="foundicon-"]:before {
  font-family: "general-enclosed-foundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-settings:before {
  content: "000";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-heart:before {
  content: "001";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-star:before {
  content: "002";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-plus:before {
  content: "003";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-minus:before {
  content: "004";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-checkmark:before {
  content: "005";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-remove:before {
  content: "006";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-mail:before {
  content: "007";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-calendar:before {
  content: "008";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-page:before {
  content: "009";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-tools:before {
  content: "00a";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-globe:before {
  content: "00b";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-home:before {
  content: "00c";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-quote:before {
  content: "00d";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-people:before {
  content: "00e";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-monitor:before {
  content: "00f";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-laptop:before {
  content: "010";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-phone:before {
  content: "011";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-cloud:before {
  content: "012";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-error:before {
  content: "013";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-right-arrow:before {
  content: "014";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-left-arrow:before {
  content: "015";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-up-arrow:before {
  content: "016";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-down-arrow:before {
  content: "017";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-trash:before {
  content: "018";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-add-doc:before {
  content: "019";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-edit:before {
  content: "01a";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-lock:before {
  content: "01b";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-unlock:before {
  content: "01c";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-refresh:before {
  content: "01d";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-paper-clip:before {
  content: "01e";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-video:before {
  content: "01f";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-photo:before {
  content: "020";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-graph:before {
  content: "021";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-idea:before {
  content: "022";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-mic:before {
  content: "023";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-cart:before {
  content: "024";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-address-book:before {
  content: "025";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-compass:before {
  content: "026";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-flag:before {
  content: "027";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-location:before {
  content: "028";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-clock:before {
  content: "029";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-folder:before {
  content: "02a";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-inbox:before {
  content: "02b";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-website:before {
  content: "02c";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-smiley:before {
  content: "02d";
}

/* line 6, scss/_general_enclosed_foundicons.scss */
.foundicon-search:before {
  content: "02e";
}

/* line 100, scss/_general_enclosed_foundicons.scss */
[class*="foundicon-"]:after {
  position: relative;
  top: -8px;
  left: 10px;
  color: #888;
  font-size: 60%;
  font-style: normal;
}

/* line 102, scss/_general_enclosed_foundicons.scss */
.foundicon-settings:after {
  content: "settings";
}

/* line 103, scss/_general_enclosed_foundicons.scss */
.foundicon-heart:after {
  content: "heart";
}

/* line 104, scss/_general_enclosed_foundicons.scss */
.foundicon-star:after {
  content: "star";
}

/* line 105, scss/_general_enclosed_foundicons.scss */
.foundicon-plus:after {
  content: "plus";
}

/* line 106, scss/_general_enclosed_foundicons.scss */
.foundicon-minus:after {
  content: "minus";
}

/* line 107, scss/_general_enclosed_foundicons.scss */
.foundicon-checkmark:after {
  content: "checkmark";
}

/* line 109, scss/_general_enclosed_foundicons.scss */
.foundicon-remove:after {
  content: "remove";
}

/* line 110, scss/_general_enclosed_foundicons.scss */
.foundicon-mail:after {
  content: "mail";
}

/* line 111, scss/_general_enclosed_foundicons.scss */
.foundicon-calendar:after {
  content: "calendar";
}

/* line 112, scss/_general_enclosed_foundicons.scss */
.foundicon-page:after {
  content: "page";
}

/* line 113, scss/_general_enclosed_foundicons.scss */
.foundicon-tools:after {
  content: "tools";
}

/* line 114, scss/_general_enclosed_foundicons.scss */
.foundicon-globe:after {
  content: "globe";
}

/* line 116, scss/_general_enclosed_foundicons.scss */
.foundicon-home:after {
  content: "home";
}

/* line 117, scss/_general_enclosed_foundicons.scss */
.foundicon-quote:after {
  content: "quote";
}

/* line 118, scss/_general_enclosed_foundicons.scss */
.foundicon-people:after {
  content: "people";
}

/* line 119, scss/_general_enclosed_foundicons.scss */
.foundicon-monitor:after {
  content: "monitor";
}

/* line 120, scss/_general_enclosed_foundicons.scss */
.foundicon-laptop:after {
  content: "laptop";
}

/* line 121, scss/_general_enclosed_foundicons.scss */
.foundicon-phone:after {
  content: "phone";
}

/* line 123, scss/_general_enclosed_foundicons.scss */
.foundicon-cloud:after {
  content: "cloud";
}

/* line 124, scss/_general_enclosed_foundicons.scss */
.foundicon-error:after {
  content: "error";
}

/* line 125, scss/_general_enclosed_foundicons.scss */
.foundicon-right-arrow:after {
  content: "right-arrow";
}

/* line 126, scss/_general_enclosed_foundicons.scss */
.foundicon-left-arrow:after {
  content: "left-arrow";
}

/* line 127, scss/_general_enclosed_foundicons.scss */
.foundicon-up-arrow:after {
  content: "up-arrow";
}

/* line 128, scss/_general_enclosed_foundicons.scss */
.foundicon-down-arrow:after {
  content: "down-arrow";
}

/* line 130, scss/_general_enclosed_foundicons.scss */
.foundicon-trash:after {
  content: "trash";
}

/* line 131, scss/_general_enclosed_foundicons.scss */
.foundicon-add-doc:after {
  content: "add-doc";
}

/* line 132, scss/_general_enclosed_foundicons.scss */
.foundicon-edit:after {
  content: "edit";
}

/* line 133, scss/_general_enclosed_foundicons.scss */
.foundicon-lock:after {
  content: "lock";
}

/* line 134, scss/_general_enclosed_foundicons.scss */
.foundicon-unlock:after {
  content: "unlock";
}

/* line 135, scss/_general_enclosed_foundicons.scss */
.foundicon-refresh:after {
  content: "refresh";
}

/* line 137, scss/_general_enclosed_foundicons.scss */
.foundicon-paper-clip:after {
  content: "paper-clip";
}

/* line 138, scss/_general_enclosed_foundicons.scss */
.foundicon-video:after {
  content: "video";
}

/* line 139, scss/_general_enclosed_foundicons.scss */
.foundicon-photo:after {
  content: "photo";
}

/* line 140, scss/_general_enclosed_foundicons.scss */
.foundicon-graph:after {
  content: "graph";
}

/* line 141, scss/_general_enclosed_foundicons.scss */
.foundicon-idea:after {
  content: "idea";
}

/* line 142, scss/_general_enclosed_foundicons.scss */
.foundicon-mic:after {
  content: "mic";
}

/* line 144, scss/_general_enclosed_foundicons.scss */
.foundicon-cart:after {
  content: "cart";
}

/* line 145, scss/_general_enclosed_foundicons.scss */
.foundicon-address-book:after {
  content: "address-book";
}

/* line 146, scss/_general_enclosed_foundicons.scss */
.foundicon-compass:after {
  content: "compass";
}

/* line 147, scss/_general_enclosed_foundicons.scss */
.foundicon-flag:after {
  content: "flag";
}

/* line 148, scss/_general_enclosed_foundicons.scss */
.foundicon-location:after {
  content: "location";
}

/* line 149, scss/_general_enclosed_foundicons.scss */
.foundicon-clock:after {
  content: "clock";
}

/* line 151, scss/_general_enclosed_foundicons.scss */
.foundicon-folder:after {
  content: "folder";
}

/* line 152, scss/_general_enclosed_foundicons.scss */
.foundicon-inbox:after {
  content: "inbox";
}

/* line 153, scss/_general_enclosed_foundicons.scss */
.foundicon-website:after {
  content: "website";
}

/* line 154, scss/_general_enclosed_foundicons.scss */
.foundicon-smiley:after {
  content: "smiley";
}

/* line 155, scss/_general_enclosed_foundicons.scss */
.foundicon-search:after {
  content: "search";
}

/* Compass */
/* Responsive break points */
/*1200px*/
/*1000px*/
/*600px*/
/*530px*/
/*450px*/
/*400px*/
/*320px*/
/* border-radius */
/* line 23, scss/_offcanvas.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 27, scss/_offcanvas.scss */
html.offcanvas {
  overflow: hidden;
}

/* line 31, scss/_offcanvas.scss */
body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 39, scss/_offcanvas.scss */
.offcanvas body {
  overflow: hidden;
}

/* line 43, scss/_offcanvas.scss */
.animatedSlide {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
}

/* line 64, scss/_offcanvas.scss */
.no-csstransforms3d .animatedSlide {
  /* transition: left 0.3s ease-out, right 0.3s ease-out;  
   -ms-transition: left 0.3s ease-out, right 0.3s ease-out;   
   -moz-transition: left 0.3s ease-out, right 0.3s ease-out;
   -webkit-transition: left 0.3s ease-out, right 0.3s ease-out; 
   -o-transition: left 0.3s ease-out, right 0.3s ease-out; */
}

/* line 72, scss/_offcanvas.scss */
.floated {
  float: left;
  width: 100%;
}

/* line 77, scss/_offcanvas.scss */
.padded {
  /*padding:2em;
  @include box-sizing(border-box);*/
}

/* line 81, scss/_offcanvas.scss */
.paddedLight {
  /*  padding:1.2em;
    @include box-sizing(border-box);*/
}

/* line 86, scss/_offcanvas.scss */
.offcanvas .scrollableArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 96, scss/_offcanvas.scss */
.sidebarLeft.show, .sidebarRight.show {
  z-index: 1001;
}

/* Sliding side bars */
/* line 101, scss/_offcanvas.scss */
.sidebarLeft, .sidebarRight {
  float: left;
  /* width: 20%;*/
  z-index: 100;
  /* hides close button unless JS is enabled */
}
/* line 107, scss/_offcanvas.scss */
.sidebarLeft .shutLeft, .sidebarLeft .shutRight, .sidebarRight .shutLeft, .sidebarRight .shutRight {
  display: none;
  position: absolute;
  top: 0;
  z-index: 90;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  opacity: 0.3;
}
/* line 117, scss/_offcanvas.scss */
.sidebarLeft .shutLeft:hover, .sidebarLeft .shutRight:hover, .sidebarRight .shutLeft:hover, .sidebarRight .shutRight:hover {
  opacity: 0.5;
}

/* Styles for both sidebars */
/* line 124, scss/_offcanvas.scss */
.offcanvas .sidebarLeft, .offcanvas .sidebarRight {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 275px;
}
/* line 130, scss/_offcanvas.scss */
.offcanvas .sidebarLeft .shutLeft, .offcanvas .sidebarLeft .shutRight, .offcanvas .sidebarRight .shutLeft, .offcanvas .sidebarRight .shutRight {
  display: block;
}
@media screen and (max-width: 28.125em) {
  /* line 124, scss/_offcanvas.scss */
  .offcanvas .sidebarLeft, .offcanvas .sidebarRight {
    width: 16em;
  }
}

/* line 138, scss/_offcanvas.scss */
.offcanvas .sidebarLeft {
  left: 0;
  transform: translate3d(-18em, 0, 0);
  -ms-transform: translate3d(-18em, 0, 0);
  -moz-transform: translate3d(-18em, 0, 0);
  -webkit-transform: translate3d(-18em, 0, 0);
  -o-transform: translate3d(-18em, 0, 0);
  background: #333333;
}
/* line 146, scss/_offcanvas.scss */
.offcanvas .sidebarLeft .shutLeft {
  left: 0;
}

/*.offcanvas .sidebarRight {
  right: 0;
  transform:translate3d(7em,0,0);
  -ms-transform:translate3d(7em,0,0);
  -moz-transform:translate3d(7em,0,0);
  -webkit-transform:translate3d(7em,0,0);
  -o-transform:translate3d(7em,0,0);
  
  .shutRight {
    right: 0;
  }
}*/
/* Main central area styles */
/* line 164, scss/_offcanvas.scss */
.pagecontent {
  word-wrap: break-word;
  position: relative;
}
/* line 169, scss/_offcanvas.scss */
.pagecontent .scrollableArea {
  /*  position: absolute;
    top: 9rem;*/
  top: 0;
  /*Added from mod*/
  bottom: 0;
}

/* line 177, scss/_offcanvas.scss */
.offcanvas .pagecontent {
  width: 100%;
  height: 100%;
}

/* line 181, scss/_offcanvas.scss */
.no-js .pagecontent {
  /* float: left;
   width: 60%;*/
}

/* Slid styles */
/* line 187, scss/_offcanvas.scss */
.pagecontent.slidRight {
  transform: translate3d(17.2em, 0, 0);
  -ms-transform: translate3d(17.2em, 0, 0);
  -moz-transform: translate3d(17.2em, 0, 0);
  -webkit-transform: translate3d(17.2em, 0, 0);
  -o-transform: translate3d(17.2em, 0, 0);
}
@media screen and (max-width: 28.125em) {
  /* line 187, scss/_offcanvas.scss */
  .pagecontent.slidRight {
    transform: translate3d(16em, 0, 0);
    -ms-transform: translate3d(16em, 0, 0);
    -moz-transform: translate3d(16em, 0, 0);
    -webkit-transform: translate3d(16em, 0, 0);
    -o-transform: translate3d(16em, 0, 0);
  }
}

/* line 202, scss/_offcanvas.scss */
.pagecontent.slidLeft {
  transform: translate3d(-17.2em, 0, 0);
  -ms-transform: translate3d(-17.2em, 0, 0);
  -moz-transform: translate3d(-17.2em, 0, 0);
  -webkit-transform: translate3d(-17.2em, 0, 0);
  -o-transform: translate3d(-17.2em, 0, 0);
}
@media screen and (max-width: 28.125em) {
  /* line 202, scss/_offcanvas.scss */
  .pagecontent.slidLeft {
    transform: translate3d(-16em, 0, 0);
    -ms-transform: translate3d(-16em, 0, 0);
    -moz-transform: translate3d(-16em, 0, 0);
    -webkit-transform: translate3d(-16em, 0, 0);
    -o-transform: translate3d(-16em, 0, 0);
  }
}

/* line 217, scss/_offcanvas.scss */
.no-csstransforms3d .pagecontent.slidRight {
  left: 14.2em;
}
@media screen and (max-width: 28.125em) {
  /* line 217, scss/_offcanvas.scss */
  .no-csstransforms3d .pagecontent.slidRight {
    left: 16em;
  }
}

/* line 224, scss/_offcanvas.scss */
.no-csstransforms3d .pagecontent.slidLeft {
  left: -14.2em;
}
@media screen and (max-width: 28.125em) {
  /* line 224, scss/_offcanvas.scss */
  .no-csstransforms3d .pagecontent.slidLeft {
    left: -16em;
  }
}

/* line 232, scss/_offcanvas.scss */
.sidebarLeft.slidRight, .sidebarRight.slidLeft {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

/* line 239, scss/_offcanvas.scss */
.no-csstransforms3d .sidebarLeft.slidRight {
  left: 0;
}

/* line 242, scss/_offcanvas.scss */
.no-csstransforms3d .sidebarRight.slidLeft {
  right: 0;
}

/* line 246, scss/_offcanvas.scss */
.topBar {
  position: relative;
  width: 100%;
  z-index: 1000;
}
/* line 262, scss/_offcanvas.scss */
.topBar .slideRight {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 267, scss/_offcanvas.scss */
  .topBar .slideRight {
    left: 1.75rem;
  }
}
/* line 272, scss/_offcanvas.scss */
.topBar .slideLeft {
  right: 0;
}

/* line 296, scss/_offcanvas.scss */
.pagecontent .scrollable {
  top: 4em;
}

/* Slider */
/* line 3, scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, scss/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, scss/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, scss/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, scss/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 40, scss/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/haven-foundation-5/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/haven-foundation-5/fonts/slick.eot");
  src: url("/wp-content/themes/haven-foundation-5/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/haven-foundation-5/fonts/slick.woff") format("woff"), url("/wp-content/themes/haven-foundation-5/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/haven-foundation-5/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 58, scss/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
/* line 75, scss/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 79, scss/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 83, scss/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.65;
}

/* line 87, scss/_slick-theme.scss */
.slick-prev {
  margin-left: 5%;
}

/* line 88, scss/_slick-theme.scss */
.slick-next {
  margin-right: 5%;
}

/* line 90, scss/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 100, scss/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 102, scss/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 106, scss/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 108, scss/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 114, scss/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 116, scss/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 120, scss/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 122, scss/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 130, scss/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 138, scss/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 146, scss/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 158, scss/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 160, scss/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 164, scss/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  opacity: 0.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 181, scss/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: #5985a6;
  opacity: 1;
}

/* line 193, scss/_slick-theme.scss */
.slider-featured-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}
@media only screen and (min-width: 990px) {
  /* line 193, scss/_slick-theme.scss */
  .slider-featured-wrapper {
    height: 450px;
  }
}
/* line 199, scss/_slick-theme.scss */
.slider-featured-wrapper .slick-slider-featured {
  display: none;
}
/* line 201, scss/_slick-theme.scss */
.slider-featured-wrapper .slick-slider-featured .slick-dots {
  bottom: 0;
}
/* line 204, scss/_slick-theme.scss */
.slider-featured-wrapper .slick-slider-featured .slick-list {
  margin: 0 0 1rem 0;
}
/* line 209, scss/_slick-theme.scss */
.slider-featured-wrapper .slick-slide.slick-current.slick-active {
  max-height: 480px;
  overflow: hidden;
  margin: 0 -1px 0 2px;
}
/* line 215, scss/_slick-theme.scss */
.slider-featured-wrapper .slick-slide.slick-current {
  margin: 0 -1px 0 -1px;
}
/* line 219, scss/_slick-theme.scss */
.slider-featured-wrapper .slick-slide img {
  margin-left: 2px;
}

@media only screen and (min-width: 990px) {
  /* line 224, scss/_slick-theme.scss */
  .slider-network-wrapper {
    height: 420px;
  }
}
/* line 229, scss/_slick-theme.scss */
.slider-network-wrapper .slick-slider-network {
  display: none;
}

/*---
foundation overrides
*/
/* ------- Colors: Background -------*/
/* line 33, scss/_custom.scss */
.green {
  background-color: #679154;
}

/* line 34, scss/_custom.scss */
.blue {
  background-color: #004476;
}

/* line 35, scss/_custom.scss */
.yellow {
  background-color: #eec111;
}

/* line 36, scss/_custom.scss */
.black {
  background-color: #000000;
}

/* -------- Colors: Text --------*/
/* line 39, scss/_custom.scss */
.green select {
  color: #ffffff;
}

/* line 40, scss/_custom.scss */
.blue select {
  color: #ffffff;
}

/* line 41, scss/_custom.scss */
.yellow select {
  color: #000000;
}

/* line 42, scss/_custom.scss */
.black select {
  color: #ffffff;
}

/* line 45, scss/_custom.scss */
html {
  line-height: normal;
}

/* line 49, scss/_custom.scss */
.centeronmobile img {
  display: inline;
}

/* line 51, scss/_custom.scss */
.alignleft {
  text-align: left;
  float: left;
}

/* line 52, scss/_custom.scss */
.alignright {
  text-align: right;
  float: right;
}

/* line 53, scss/_custom.scss */
.aligncenter {
  text-align: center;
  margin: 0 auto;
}

/* line 55, scss/_custom.scss */
img.aligncenter, img.alignleft, img.alignright {
  display: block;
}

/* line 57, scss/_custom.scss */
img.alignright {
  margin-left: 2%;
  margin-bottom: 2%;
}

/* line 58, scss/_custom.scss */
img.alignleft {
  margin-right: 2%;
  margin-bottom: 2%;
}

/* line 67, scss/_custom.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  font-size: 1rem !important;
  padding: 0 0.5rem;
}

@media only screen and (min-width: 640px) and (max-width: 855px) {
  /* line 83, scss/_custom.scss */
  input#search-q[type="text"] {
    font-size: .7rem !important;
  }
}
/* line 87, scss/_custom.scss */
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper label {
  font-size: 1rem !important;
}

/* line 142, scss/_custom.scss */
.button {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
}

@media only screen and (min-width: 0) and (max-width: 1024px) {
  /* line 147, scss/_custom.scss */
  .button {
    font-size: 1.2em;
  }
}
/* line 149, scss/_custom.scss */
.button.full {
  width: 100%;
}

/* line 151, scss/_custom.scss */
button.radius, .button.radius {
  border-radius: 5px;
}

/* line 155, scss/_custom.scss */
button.small, .button.small {
  padding-top: 0.8rem;
  padding-right: 1.35rem;
  padding-bottom: 0.8rem;
  padding-left: 1.35rem;
  font-size: .95rem;
}

/* line 163, scss/_custom.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #004476;
}

/* line 167, scss/_custom.scss */
.listing-actions input {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  padding: 1% 2% !important;
  width: auto;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #094787;
  color: #ffffff;
  border: none;
  margin: 0 .5rem 1.25rem 0;
}
/* line 178, scss/_custom.scss */
.listing-actions input.delete-listing {
  margin-left: 20px;
  color: #ffffff !important;
}

/* line 184, scss/_custom.scss */
.wpbdp-main-links input.button {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  padding: 2% 4% !important;
  width: auto;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #094787;
  color: #ffffff;
  border: none;
  margin: 0 .5rem 1.25rem 0;
}
/* line 195, scss/_custom.scss */
.wpbdp-main-links input.button.delete-listing {
  margin-left: 20px;
  color: #ffffff !important;
}

/* line 202, scss/_custom.scss */
.wpbdp-main-links input#wpbdp-bar-view-listings-button, .wpbdp-main-links input#wpbdp-bar-show-directory-button {
  float: left;
}

/* ----------------------
   Tools
---------------------- */
/* line 211, scss/_custom.scss */
.clear_floats, .clear {
  display: block;
  height: 0;
  font-size: 0px;
  clear: both;
  visibility: hidden;
}

/* line 219, scss/_custom.scss */
p, ul, ol, dl {
  font-size: 1rem;
}

/* line 224, scss/_custom.scss */
div#maincol p, div#maincol ul, div#maincol ol, div#maincol dl {
  font-size: 1.25rem;
  color: #4d4d4d;
}

@media only screen and (min-width: 0) and (max-width: 1200px) {
  /* line 229, scss/_custom.scss */
  div#maincol p, div#maincol ul, div#maincol ol, div#maincol dl {
    font-size: 1.0rem;
  }
}
/* line 234, scss/_custom.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 243, scss/_custom.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 250, scss/_custom.scss */
h1 {
  font-size: 2.75rem;
}

/* line 251, scss/_custom.scss */
h2 {
  font-size: 1.65rem;
}

/* line 252, scss/_custom.scss */
h3 {
  font-size: 1.6875rem;
}

/* line 253, scss/_custom.scss */
h4 {
  font-size: 1.4375rem;
}

/* line 254, scss/_custom.scss */
h5 {
  font-size: 1.125rem;
}

/* line 255, scss/_custom.scss */
h6 {
  font-size: 1rem;
}

/* line 257, scss/_custom.scss */
body.single.single-post .blog_entry h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #000000;
  font-weight: bold;
}

/* line 258, scss/_custom.scss */
body.single.single-post .blog_entry h4 {
  font-size: 1.33rem;
  margin-bottom: 0;
  color: #000000;
  font-weight: bold;
}

/* line 261, scss/_custom.scss */
div .section-content {
  padding-top: 3%;
  padding-bottom: 3%;
}

/* line 268, scss/_custom.scss */
.featured-articles-block .section-content .post .row {
  margin-left: -0.5rem;
}

/* line 274, scss/_custom.scss */
h1.blogheadline, h1.headline, h1.category-headline, .magazine-home h1.headline, h1.pageheadline, h1.page-title {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #094787;
  font-weight: 600;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
}

/* line 284, scss/_custom.scss */
h1.pageheadline {
  padding-bottom: 2%;
}

/* line 289, scss/_custom.scss */
.magazine-home h1.pageheadline {
  font-size: 1.5rem;
}

/* line 295, scss/_custom.scss */
h1.authors-header {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
}

/* line 302, scss/_custom.scss */
h3.related_post_title, #respond h3, .rpbt_shortcode h3 {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #094787;
  font-weight: normal;
}

/* line 310, scss/_custom.scss */
h3.page-name {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}

/* line 319, scss/_custom.scss */
h3.publication-list {
  font-size: 1.2rem;
  /*min-height: 103px;*/
  font-weight: normal;
}
/* line 324, scss/_custom.scss */
h3.publication-list a {
  color: #094787;
}

/* line 329, scss/_custom.scss */
.page-template-page-my-library .all-products .page-archive {
  margin-bottom: 1%;
}
/* line 332, scss/_custom.scss */
.page-template-page-my-library h3.publication-list {
  font-size: 1.2rem;
  min-height: 10px;
  font-weight: normal;
}
/* line 338, scss/_custom.scss */
.page-template-page-my-library .tabs dd.active a, .page-template-page-my-library .tabs .tab-title.active a {
  color: #8f110f;
  font-weight: bold;
}
/* line 343, scss/_custom.scss */
.page-template-page-my-library .tabs-content > .content {
  padding-top: 0;
}

/* line 349, scss/_custom.scss */
h3.section-title {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 0;
  /* keep at 0 to stay in-line with left column */
  margin-bottom: 0;
  color: #094787;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
}

/* line 361, scss/_custom.scss */
.daily-archive h1 {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
}

/* line 365, scss/_custom.scss */
h1.archive-excerpt-titles, .author-section h2 {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.25rem;
}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
  /* line 372, scss/_custom.scss */
  #maincol {
    padding-top: 0px;
    padding-left: 2rem;
  }

  /* line 376, scss/_custom.scss */
  ul.right.social-login {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 382, scss/_custom.scss */
  #maincol {
    padding-top: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 390, scss/_custom.scss */
  .featured-image-col {
    padding: 0;
  }
  /* line 393, scss/_custom.scss */
  .featured-image-col img {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  /* this breaks the archive page when post has no image. also creates too much space.
  .archive-excerpt {
        width: 46.3333%
  }
  */
  /* line 406, scss/_custom.scss */
  .archive-excerpt p, .excerpt-col p {
    margin-bottom: 0;
  }

  /* line 411, scss/_custom.scss */
  #fullcol {
    padding-top: 24px;
  }
}
/* line 418, scss/_custom.scss */
#search_results td {
  padding: 0;
}
/* line 422, scss/_custom.scss */
#search_results td.gsc-result-info-container {
  padding: 0 0 0.6rem 0;
}
/* line 425, scss/_custom.scss */
#search_results td.gsc-orderby-container {
  text-align: right;
  background: transparent;
  padding: 0 0 0.6rem 0;
}
/* line 431, scss/_custom.scss */
#search_results .cse .gsc-control-cse, #search_results .gsc-control-cse {
  margin-top: 0;
  padding: 0 !important;
}
/* line 436, scss/_custom.scss */
#search_results table {
  background: transparent;
  margin-bottom: 0;
  border: none;
}
/* line 442, scss/_custom.scss */
#search_results .gsc-selected-option-container {
  min-width: 70px;
  padding: 0 6px 0 6px;
}
/* line 447, scss/_custom.scss */
#search_results .gsc-result-info {
  padding: 0;
  padding-bottom: 0;
}
/* line 452, scss/_custom.scss */
#search_results div.gcsc-branding {
  display: none;
}
/* line 455, scss/_custom.scss */
#search_results .gsc-above-wrapper-area {
  padding: 0;
}
/* line 459, scss/_custom.scss */
#search_results .gsc-table-result, #search_results .gsc-thumbnail-inside, #search_results .gsc-url-top {
  padding-left: 0;
  padding-right: 0;
}
/* line 464, scss/_custom.scss */
#search_results #adBlock > div.ad {
  padding: 2px 6px 2px;
}

/* line 469, scss/_custom.scss */
.home h2 {
  font-size: 1.5rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  color: #094787;
  margin-top: .5rem;
  margin-bottom: 0;
}
/* line 476, scss/_custom.scss */
.home h2.welcome {
  margin-top: 1.25rem;
}
/* line 478, scss/_custom.scss */
.home section ul.large-block-grid-3 li a br, .home section ul.small-block-grid-2 li a br,
.home section ul.large-block-grid-3 li > p, .home section ul.small-block-grid-2 li > p {
  display: none;
}
/* line 483, scss/_custom.scss */
.home #desc_daily .hidden, .home #desc_magazine .hidden, .home #desc_library .hidden, .home #desc_store .hidden, .home #desc_events .hidden, .home #desc_digs .hidden {
  display: none;
}
/* line 487, scss/_custom.scss */
.home .display {
  display: block !important;
}
/* line 490, scss/_custom.scss */
.home ul.home-section-grid li {
  padding-bottom: 0.5rem;
}
/* line 493, scss/_custom.scss */
.home ul.home-section-grid li h2 {
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

/* line 502, scss/_custom.scss */
.featured-articles-block {
  padding-bottom: 10px;
}

/* line 507, scss/_custom.scss */
.widget-block h2, .special-block h2 {
  font-size: 1.2rem;
  color: #333333;
  padding: 0;
  margin-top: 0;
}
/* line 513, scss/_custom.scss */
.widget-block h2 a, .special-block h2 a {
  color: #333333;
}
/* line 516, scss/_custom.scss */
.widget-block ul.small-block-grid-2 li h2, .special-block ul.small-block-grid-2 li h2 {
  font-size: 1.1rem;
  color: #333333;
  padding: 0;
  margin-top: 0;
}
/* line 522, scss/_custom.scss */
.widget-block ul.small-block-grid-2 li h2 a, .special-block ul.small-block-grid-2 li h2 a {
  color: #333333;
}
/* line 525, scss/_custom.scss */
.widget-block h3 a, .special-block h3 a {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #094787;
}
/* line 532, scss/_custom.scss */
.widget-block p, .special-block p {
  margin-bottom: 0;
}

/* line 537, scss/_custom.scss */
.widget-block {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

/* line 542, scss/_custom.scss */
.special-block .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 546, scss/_custom.scss */
.special-block h1 a {
  font-size: 1.3rem;
}

/* line 551, scss/_custom.scss */
#descriptions {
  margin-top: -1.5rem;
}

/* line 555, scss/_custom.scss */
.rclp_ofie h1 {
  font-size: 1.58rem;
}
/* line 556, scss/_custom.scss */
.rclp_ofie h2 {
  font-size: 1.5rem;
}
/* line 558, scss/_custom.scss */
.rclp_ofie p.disclosure, .rclp_ofie p.disclaimer {
  font-size: .8rem;
  margin-bottom: 0;
}

/* line 564, scss/_custom.scss */
.super_ofie h1, .small_ofie h1, .super_ofie_sllp h1 {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 566, scss/_custom.scss */
.super_ofie_sllp h1 {
  font-weight: bold;
  text-align: center;
}

/* line 569, scss/_custom.scss */
.rclp h1.entry-title {
  font-size: 1.65rem;
  margin-top: 0;
  margin-bottom: 2%;
  line-height: 1.15;
  font-weight: normal;
}
/* line 575, scss/_custom.scss */
.rclp h1.entry-title a {
  color: #333333;
}
/* line 577, scss/_custom.scss */
.rclp .excerpt p {
  margin-bottom: 0;
}
/* line 579, scss/_custom.scss */
.rclp article.entry-archive {
  /* margin-bottom: 2%;*/
}

/* line 585, scss/_custom.scss */
.ofie-openx h1 {
  font-size: 1.8rem;
}
/* line 586, scss/_custom.scss */
.ofie-openx h2 {
  font-size: 1.5rem;
}
/* line 588, scss/_custom.scss */
.ofie-openx p.disclosure, .ofie-openx p.disclaimer {
  font-size: .8rem;
  margin-bottom: 0;
}

/* line 595, scss/_custom.scss */
.single_rclp h1 {
  line-height: 1.25em;
  margin-bottom: 0.85rem;
}
/* line 598, scss/_custom.scss */
.single_rclp h1.title {
  font-size: 2.4rem;
}
/* line 602, scss/_custom.scss */
.single_rclp h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
}

/* line 610, scss/_custom.scss */
h1.marketing_headline {
  font-size: 2.25rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  color: #094787;
}

/* line 620, scss/_custom.scss */
small {
  font-size: 75%;
}

/* line 624, scss/_custom.scss */
.no-padding {
  padding: 0;
}

/* line 628, scss/_custom.scss */
.hide-for-medium-small {
  display: none;
}
@media only screen and (min-width: 784px) {
  /* line 628, scss/_custom.scss */
  .hide-for-medium-small {
    display: inherit;
  }
}

/* line 636, scss/_custom.scss */
.show-for-medium-small {
  display: inherit;
}
@media only screen and (min-width: 784px) {
  /* line 636, scss/_custom.scss */
  .show-for-medium-small {
    display: none;
  }
}

/* line 644, scss/_custom.scss */
.hide-for-xsmall {
  display: none;
}
@media only screen and (min-width: 500px) {
  /* line 644, scss/_custom.scss */
  .hide-for-xsmall {
    display: inherit;
  }
}

/* line 652, scss/_custom.scss */
.hide-for-xxsmall {
  display: none;
}
@media only screen and (min-width: 480px) {
  /* line 652, scss/_custom.scss */
  .hide-for-xxsmall {
    display: inherit;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 663, scss/_custom.scss */
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 667, scss/_custom.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 670, scss/_custom.scss */
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen {
  /* line 678, scss/_custom.scss */
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 682, scss/_custom.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 685, scss/_custom.scss */
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

/* line 695, scss/_custom.scss */
a {
  color: #094787;
  transition: background-color 300ms ease-out 0s;
}
/* line 700, scss/_custom.scss */
a:hover, a:focus {
  color: #0069ad;
}

/* line 706, scss/_custom.scss */
.entry a, .inline-text-ad a {
  font-weight: bold;
}

/* line 709, scss/_custom.scss */
.hidden {
  display: none;
}

/* line 712, scss/_custom.scss */
body#SiteBody.larger p, body#SiteBody.larger a, body#SiteBody.larger span, body#SiteBody.larger li, body#SiteBody.larger textarea, body#SiteBody.larger input {
  font-size: 105%;
}
/* line 716, scss/_custom.scss */
body#SiteBody.larger h1, body#SiteBody.larger h2, body#SiteBody.larger h3 {
  font-size: 180%;
}
/* line 720, scss/_custom.scss */
body#SiteBody.larger a.default {
  font-size: 1rem;
}
/* line 724, scss/_custom.scss */
body#SiteBody.larger a.large {
  font-size: 1.1rem;
}
/* line 728, scss/_custom.scss */
body#SiteBody.larger a.largest {
  font-size: 1.2rem;
}

/* line 734, scss/_custom.scss */
body#SiteBody.largest p, body#SiteBody.largest a, body#SiteBody.largest span, body#SiteBody.largest li, body#SiteBody.largest textarea, body#SiteBody.largest input {
  font-size: 115%;
}
/* line 738, scss/_custom.scss */
body#SiteBody.largest h1, body#SiteBody.largest h2, body#SiteBody.largest h3 {
  font-size: 200%;
}
/* line 742, scss/_custom.scss */
body#SiteBody.largest a.default {
  font-size: 1rem;
}
/* line 746, scss/_custom.scss */
body#SiteBody.largest a.large {
  font-size: 1.1rem;
}
/* line 750, scss/_custom.scss */
body#SiteBody.largest a.largest {
  font-size: 1.2rem;
}

/* line 756, scss/_custom.scss */
body {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 761, scss/_custom.scss */
.left-off-canvas-menu, .left-offcanvas-menu {
    /*ul.off-canvas-list li.active {
      background: $darkblue !important;
    }
    ul.off-canvas-list li a {
               font-size: .85rem;
     }

     .accordion dd > a, .accordion ul > a  {
      background: transparent;
      }

     .accordion .content.active {
      display: block;
      background: transparent;
      }  */
}
/* line 763, scss/_custom.scss */
.left-off-canvas-menu ul, .left-offcanvas-menu ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 766, scss/_custom.scss */
.left-off-canvas-menu ul li, .left-offcanvas-menu ul li {
  font-size: .8rem;
}
/* line 767, scss/_custom.scss */
.left-off-canvas-menu ul li a, .left-offcanvas-menu ul li a {
  padding: 2%;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #222;
}
/* line 774, scss/_custom.scss */
.left-off-canvas-menu ul dd div ul li a, .left-off-canvas-menu ul dd div ul li a.menu-plus, .left-offcanvas-menu ul dd div ul li a, .left-offcanvas-menu ul dd div ul li a.menu-plus {
  padding: 2%;
  background-color: #666666;
  border-top: 1px solid #b3b2b3;
  border-bottom: 1px solid #444;
}
/* line 782, scss/_custom.scss */
.left-off-canvas-menu ul dd div ul li.weekly a, .left-offcanvas-menu ul dd div ul li.weekly a {
  background-color: #777777;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #555555;
}
/* line 789, scss/_custom.scss */
.left-off-canvas-menu ul dd div ul li.cptmenu a, .left-offcanvas-menu ul dd div ul li.cptmenu a {
  background-color: #b3b2b3;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #555555;
}
/* line 798, scss/_custom.scss */
.left-off-canvas-menu .accordion .accordion-navigation > a, .left-off-canvas-menu .accordion dd > a, .left-offcanvas-menu .accordion .accordion-navigation > a, .left-offcanvas-menu .accordion dd > a {
  padding: 2%;
}

/* line 820, scss/_custom.scss */
.menu-plus .fi-plus:before {
  content: "\f199";
  float: right;
  padding: 0.4rem 0.6rem 0;
}

/* line 826, scss/_custom.scss */
.menu-plus.minus > .fi-plus:before {
  content: "\f176";
  float: right;
  padding: 0.4rem 0.6rem 0;
}

/* line 832, scss/_custom.scss */
.menu-plus .foundicon-plus:after {
  content: "plus";
  float: right;
  padding: 0.4rem 0.6rem 0;
}

/* line 838, scss/_custom.scss */
.menu-plus.minus > .foundicon-minus:after {
  content: "minus";
  float: right;
  padding: 0.4rem 0.6rem 0;
}

/* line 845, scss/_custom.scss */
.move {
  cursor: pointer;
  /* box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);*/
  display: block;
  /* position: absolute;*/
  background: #e0e0e0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/*---
global nav / eybrow
*/
/* line 862, scss/_custom.scss */
[data-magellan-expedition] {
  background: transparent;
  z-index: 50;
  min-width: 100%;
  padding: 0;
}

/* line 869, scss/_custom.scss */
.contain-to-grid.eyebrow {
  background: #fff;
  color: #f0f0f0;
  padding-top: 45px;
}
/* line 875, scss/_custom.scss */
.contain-to-grid.eyebrow p, .contain-to-grid.eyebrow ul, .contain-to-grid.eyebrow ol, .contain-to-grid.eyebrow dl {
  font-size: .8rem;
  font-weight: 600;
}
/* line 880, scss/_custom.scss */
.contain-to-grid.eyebrow h1.title {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 885, scss/_custom.scss */
.contain-to-grid.eyebrow h1.title.active {
  max-height: 25px;
}
/* line 889, scss/_custom.scss */
.contain-to-grid.eyebrow a {
  color: #094787;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 897, scss/_custom.scss */
.contain-to-grid.eyebrow h2.tagline {
  color: #b3b2b3;
  line-height: 1rem;
  margin: 0 auto 0 0.3125rem;
}
/* line 903, scss/_custom.scss */
.contain-to-grid.eyebrow a.menu-icon span {
  box-shadow: none;
  width: 5rem;
}
/* line 906, scss/_custom.scss */
.contain-to-grid.eyebrow a.menu-icon span:hover, .contain-to-grid.eyebrow a.menu-icon span:focus {
  box-shadow: none;
}
/* line 911, scss/_custom.scss */
.contain-to-grid.eyebrow section.left-small {
  border-right: none;
  box-shadow: none;
  left: 0;
}
/* line 916, scss/_custom.scss */
.contain-to-grid.eyebrow img {
  vertical-align: top;
}
/* line 918, scss/_custom.scss */
.contain-to-grid.eyebrow .search-field i {
  color: #777;
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 1.5rem;
}
/* line 925, scss/_custom.scss */
.contain-to-grid.eyebrow .search-field input[type="text"] {
  font-size: .95rem !important;
}
/* line 928, scss/_custom.scss */
.contain-to-grid.eyebrow .search-field input[type="submit"] {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 2px;
  color: #777;
  font-size: 1.5rem !important;
  width: 16px;
}
/* line 939, scss/_custom.scss */
.contain-to-grid.eyebrow .search-field input[type="submit"] i.fi-magnifying-glass:before {
  content: "\f16c";
}
/* line 944, scss/_custom.scss */
.contain-to-grid.eyebrow .magazine-covers {
  text-align: right;
  float: right;
}
/* line 947, scss/_custom.scss */
.contain-to-grid.eyebrow .magazine-covers img {
  max-width: 100px;
  height: auto;
}

/* line 952, scss/_custom.scss */
ul.right.social-login {
  color: #333333;
  font-weight: 400;
}
/* line 957, scss/_custom.scss */
ul.right.social-login li.social-icons, ul.right.social-login li.login-logout {
  margin-left: .75rem;
}
/* line 961, scss/_custom.scss */
ul.right.social-login li.social-icons {
  font-size: 2rem;
  padding-top: 0;
  line-height: 1;
}
/* line 966, scss/_custom.scss */
ul.right.social-login li.social-icons a {
  color: #5985a6;
  transition: color .25s linear 0s;
}
/* line 967, scss/_custom.scss */
ul.right.social-login li.social-icons a:hover {
  color: #094787;
}
/* line 970, scss/_custom.scss */
ul.right.social-login li.login-logout {
  padding-top: 3%;
  margin-left: .5rem;
}
/* line 975, scss/_custom.scss */
ul.right.social-login li.login-logout:first-child {
  margin-left: 1.375rem;
}

/* line 982, scss/_custom.scss */
a.menu-icon span {
  box-shadow: none;
  width: 5rem;
}
/* line 985, scss/_custom.scss */
a.menu-icon span:hover, a.menu-icon span:focus {
  box-shadow: none;
}

/* line 991, scss/_custom.scss */
.contain-to-grid .tab-bar {
  -webkit-backface-visibility: hidden;
  background: transparent;
  height: auto;
  position: relative;
}
/* line 994, scss/_custom.scss */
.contain-to-grid .tab-bar a {
  color: #094787;
}
/* line 1000, scss/_custom.scss */
.contain-to-grid .tab-bar .menu-icon span {
  top: 1.28rem;
  position: absolute;
  left: -1.8rem;
  font-size: .8rem;
  color: #fff;
}
/* line 1007, scss/_custom.scss */
.contain-to-grid .tab-bar .menu-icon span:before {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: -0.75rem;
  left: 2.3rem;
  box-shadow: 0 0px 0 .11rem #666, 0 8px 0 .11rem #666, 0 16px 0 .11rem #666;
  width: 1.75rem;
}
/* line 1017, scss/_custom.scss */
.contain-to-grid .tab-bar .menu-icon span:after {
  display: none;
}
/* line 1020, scss/_custom.scss */
.contain-to-grid .middle.tab-bar-section {
  padding: 0 0;
  right: 0;
}
/* line 1025, scss/_custom.scss */
.contain-to-grid .left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  max-height: 30px;
  position: absolute;
  top: 8px;
  border-right: none;
  left: 2px;
}
/* line 1035, scss/_custom.scss */
.contain-to-grid nav.eyebrow-menu {
  padding-top: 0.25%;
}
/* line 1039, scss/_custom.scss */
.contain-to-grid .tab-bar-section > ul.inline-list {
  text-align: left;
  float: left;
  margin-left: 45px;
  width: 100%;
}
/* line 1044, scss/_custom.scss */
.contain-to-grid .tab-bar-section > ul.inline-list li {
  margin-left: 0;
  list-style: none;
  font-size: 0.8rem;
  font-weight: bold;
  padding: .5% 3%;
  border-left: 1px solid #ccc;
}
/* line 1051, scss/_custom.scss */
.contain-to-grid .tab-bar-section > ul.inline-list li a {
  float: left;
  display: block;
}
/* line 1056, scss/_custom.scss */
.contain-to-grid .tab-bar-section > ul.inline-list li:hover {
  background: #094787;
}
/* line 1057, scss/_custom.scss */
.contain-to-grid .tab-bar-section > ul.inline-list li.active {
  background: #094787;
}
/* line 1063, scss/_custom.scss */
.contain-to-grid .freereports {
  color: #094787;
  text-align: right;
  float: right;
  font-size: .75rem !important;
  line-height: 2.25rem;
}
/* line 1069, scss/_custom.scss */
.contain-to-grid .freereports a {
  color: #8f110f;
  font-size: .75rem !important;
}
/* line 1073, scss/_custom.scss */
.contain-to-grid .freereports .pipe:after {
  content: '|';
  color: #cccccc;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
}
/* line 1076, scss/_custom.scss */
.contain-to-grid .top-bar {
  /* see _settings.scss for top-bar colors */
}
/* line 1079, scss/_custom.scss */
.contain-to-grid .top-bar .menu-icon span {
  top: .25rem;
  position: absolute;
  left: -1.7rem;
  font-size: 7px;
  color: #094787;
}
/* line 1086, scss/_custom.scss */
.contain-to-grid .top-bar .menu-icon span:before {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: 0.1rem;
  left: 2.3rem;
  box-shadow: 0 0px 0 0.09rem #094787, 0 6px 0 0.09rem #094787, 0 12px 0 0.09rem #094787;
  width: 1.1rem;
}
/* line 1096, scss/_custom.scss */
.contain-to-grid .top-bar .menu-icon span:after {
  display: none;
}
/* line 1101, scss/_custom.scss */
.contain-to-grid .top-bar.expanded .title-area {
  background: none repeat scroll 0 0 #333333;
}
/* line 1108, scss/_custom.scss */
.contain-to-grid .top-bar .toggle-topbar a {
  color: transparent;
  padding: 0 0.6rem;
}
/* line 1114, scss/_custom.scss */
.contain-to-grid .top-bar i.fi-target-two {
  color: #EEEEEE;
  font-size: 1.21rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 1123, scss/_custom.scss */
  .contain-to-grid .top-bar .top-bar-section ul li.divider {
    color: #CCCCCC;
  }
  /* line 1127, scss/_custom.scss */
  .contain-to-grid .top-bar .top-bar-section ul.inline-list > li {
    margin-left: 0;
  }
}
/* line 1133, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right {
  background: #333333;
}
/* line 1134, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right.social-login {
  margin-bottom: 0;
  padding-top: 2%;
}
/* line 1138, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right li.social-icons {
  position: relative;
  right: 20px;
}
/* line 1146, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right li.social-icons ul.social-icons li a {
  padding: 0 0.15625rem;
}
/* line 1149, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right li.social-icons ul.social-icons li a:hover, .contain-to-grid .top-bar .top-bar-section ul.right li.social-icons ul.social-icons li a:focus {
  background-color: #333333;
}
/* line 1153, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right li.social-icons ul.social-icons li a img {
  max-width: 1.375rem;
}
/* line 1164, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right .small-3.nameplate-search {
  padding-right: 0.83333rem;
}
/* line 1168, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right .nameplate-search {
  max-height: 1.75rem;
}
/* line 1171, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right .nameplate-search .button.postfix {
  background-image: url("/wp-content/img/triangle-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  line-height: 1.8rem;
}
/* line 1182, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right .nameplate-search input[type="submit"] {
  height: 1.54rem;
}
/* line 1186, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right .nameplate-search input[type="text"] {
  color: #f0f0f0;
  height: 1.54rem;
  padding: 0 0.5rem;
}
/* line 1191, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul.right .nameplate-search input[type="text"]:focus {
  background: #ffffff;
}

/* line 1202, scss/_custom.scss */
.mobile-login {
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
}
/* line 1206, scss/_custom.scss */
.mobile-login .freereports {
  color: #000;
  text-align: right;
  float: right;
  font-family: "futura-pt", sans-serif;
  font-size: .75rem !important;
  line-height: 1rem;
}
/* line 1213, scss/_custom.scss */
.mobile-login .freereports a {
  color: #000;
  font-size: .75rem !important;
}
/* line 1217, scss/_custom.scss */
.mobile-login .freereports .pipe:after {
  content: '|';
  color: #cccccc;
  padding-left: 5px;
  padding-right: 5px;
}

/*---
containing div
*/
/* line 1224, scss/_custom.scss */
.site-wrap {
  /*padding: rem-calc(0 20px);*/
}
/* line 1227, scss/_custom.scss */
.site-wrap.footer-wrap {
  padding: 0;
  background-color: #094787;
  height: 180px;
}
@media only screen and (min-width: 641px) {
  /* line 1227, scss/_custom.scss */
  .site-wrap.footer-wrap {
    padding: 0 1.25rem;
  }
}

/* line 1239, scss/_custom.scss */
.fi-magnifying-glass:before {
  color: #5985a6;
  font-size: 1.45rem;
}

/*---
nameplate
*/
/* line 1248, scss/_custom.scss */
.contain-to-grid {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 641px) {
  /* line 1251, scss/_custom.scss */
  .contain-to-grid .top-bar {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 1251, scss/_custom.scss */
  .contain-to-grid .top-bar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
/* line 1265, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section {
  left: 65px !important;
  background: transparent;
}
/* line 1272, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul li a {
  /*letter-spacing: rem-calc(0.38px);*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  /*size: 0.9rem;*/
  font-size: 18px;
  font-weight: bold;
}
/* line 1283, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul li.has-dropdown > a {
  padding-right: 0.8125rem !important;
}
/* line 1286, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section ul li.has-dropdown > a:after {
  border-color: transparent;
}
/* line 1295, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section .dropdown li a {
  background-color: #555555 !important;
  border-top: 1px solid #b3b2b3;
  border-bottom: 1px solid #444;
  color: #ffffff;
  transition: background-color 300ms ease-out 0s;
}
/* line 1302, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section .dropdown li a:hover, .contain-to-grid .top-bar .top-bar-section .dropdown li a:focus {
  background-color: #094787 !important;
}
/* line 1307, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section .dropdown li.weekly a {
  background-color: #777777 !important;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #555555;
}
/* line 1312, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section .dropdown li.weekly a:hover, .contain-to-grid .top-bar .top-bar-section .dropdown li.weekly a:focus {
  background-color: #094787 !important;
}
/* line 1318, scss/_custom.scss */
.contain-to-grid .top-bar .top-bar-section .dropdown li.cptmenu a {
  background-color: #b3b2b3 !important;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #555555;
}
/* line 1329, scss/_custom.scss */
.contain-to-grid .top-bar .toggle-topbar.menu-icon {
  color: #ffffff;
}
/* line 1332, scss/_custom.scss */
.contain-to-grid .top-bar .toggle-topbar.menu-icon a span {
  font-size: 0.825rem !important;
}
/* line 1341, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item {
  float: left;
  line-height: 2.5rem;
  padding-right: 1rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 1351, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item a {
  color: #ffffff;
  font-weight: 200;
}
/* line 1358, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item a.default {
  font-size: 1rem;
}
/* line 1362, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item a.large {
  font-size: 1.1rem;
}
/* line 1366, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item a.largest {
  font-size: 1.2rem;
}
/* line 1371, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item.subscriber {
  color: #383838;
}
/* line 1374, scss/_custom.scss */
.contain-to-grid .top-bar-right ul.right li.menu-item.subscriber a {
  color: #ffffff;
}

/* line 1383, scss/_custom.scss */
.leaderboard {
  padding-top: 0;
  text-align: center;
}
/* line 1386, scss/_custom.scss */
.leaderboard img {
  margin: 0 auto;
}

/* line 1389, scss/_custom.scss */
.network-home-logo {
  padding-top: 2%;
  padding-bottom: 2%;
}
/* line 1392, scss/_custom.scss */
.network-home-logo img {
  margin: 0;
}

/* line 1395, scss/_custom.scss */
.row.logo {
  margin: 0.75rem auto 1.125rem;
}
/* line 1398, scss/_custom.scss */
.row.logo .large-3.columns {
  padding: 0;
}
/* line 1401, scss/_custom.scss */
.row.logo .large-3.columns img.nameplate-logo {
  max-width: 10.9375rem;
}
@media only screen and (min-width: 995px) {
  /* line 1398, scss/_custom.scss */
  .row.logo .large-3.columns {
    width: 20%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 794px) {
  /* line 1398, scss/_custom.scss */
  .row.logo .large-3.columns {
    width: 31%;
  }
}
@media only screen and (max-width: 455px) {
  /* line 1398, scss/_custom.scss */
  .row.logo .large-3.columns {
    width: 100%;
  }
}
/* line 1422, scss/_custom.scss */
.row.logo .large-9.columns.nameplate-ad {
  background-color: #F1CE74;
  margin-top: 0.9375rem;
  padding: 1.05rem 1.5625rem;
  text-align: center;
}
@media only screen and (min-width: 644px) {
  /* line 1422, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad {
    padding: 2.1875rem 1.5625rem;
  }
}
/* line 1432, scss/_custom.scss */
.row.logo .large-9.columns.nameplate-ad span.nameplate-ad {
  display: none;
  font-family: "bree", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
}
/* line 1441, scss/_custom.scss */
.row.logo .large-9.columns.nameplate-ad span.nameplate-ad a {
  color: #E15E3E;
  font-weight: 400;
}
/* line 1447, scss/_custom.scss */
.row.logo .large-9.columns.nameplate-ad span.nameplate-ad a .fi-play {
  margin-left: 0.3125rem;
}
@media only screen and (min-width: 640px) {
  /* line 1432, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad span.nameplate-ad {
    display: inherit;
  }
}
/* line 1456, scss/_custom.scss */
.row.logo .large-9.columns.nameplate-ad span.nameplate-ad.alt {
  display: inherit;
  line-height: 1.2rem;
}
@media only screen and (min-width: 640px) {
  /* line 1456, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad span.nameplate-ad.alt {
    display: none;
  }
}
@media only screen and (min-width: 995px) {
  /* line 1422, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad {
    width: 78%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 794px) {
  /* line 1422, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad {
    width: 69%;
  }
  /* line 1473, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad span.nameplate-ad {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 736px) {
  /* line 1481, scss/_custom.scss */
  .row.logo .large-9.columns.nameplate-ad span.nameplate-ad {
    font-size: 0.85rem;
  }
}

/* line 1490, scss/_custom.scss */
p.alert-box.alert {
  color: #ffffff !important;
}

/* line 1491, scss/_custom.scss */
.alert-box.alert {
  color: #FFFFFF;
  font-weight: normal;
}
/* line 1494, scss/_custom.scss */
.alert-box.alert a {
  color: #FFFFFF;
  font-weight: bold;
}
/* line 1498, scss/_custom.scss */
.alert-box.alert a:hover {
  border-bottom: 0.5px dotted white;
}

/*---
google custom search
*/
/* line 1507, scss/_custom.scss */
.row.nameplate-search .nameplate-search {
  max-height: 1.75rem;
  	/*.button.postfix {
  
  		background: {
  			image: url("/wp-content/img/triangle-2.png");
  			repeat: no-repeat;
  			position: center center;
  		}
  
  		border-radius: 0;
  		line-height: 1.8rem;
  	}
  
  	input[type="submit"] {
  		height: 1.8rem;
  	}
  
  	input[type="text"] {
  		color: #000;
  		height: 2.0rem;
  
  		&:focus {
  			background: transparent;
  		}
  	}*/
}
/* line 1510, scss/_custom.scss */
.row.nameplate-search .nameplate-search .search-field i {
  color: #777;
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 1.5rem;
}
/* line 1518, scss/_custom.scss */
.row.nameplate-search .nameplate-search .search-field input[type="submit"] {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 2px;
  color: #777;
  font-size: 1.5rem;
  width: 16px;
}
/* line 1529, scss/_custom.scss */
.row.nameplate-search .nameplate-search .search-field input[type="submit"] i.fi-magnifying-glass:before {
  content: "\f16c";
  color: #5985a6;
  font-size: 1.5rem;
}

/* line 1562, scss/_custom.scss */
.row.nameplate-search.show-for-small {
  float: none;
  margin-top: 0.625rem;
  max-width: 14.75rem;
}

/* line 1568, scss/_custom.scss */
.row.nameplate-search.show-for-small.nav-search {
  margin: 0.625rem;
  max-width: none;
  padding-right: 1.25rem;
}
/* line 1573, scss/_custom.scss */
.row.nameplate-search.show-for-small.nav-search .small-9 {
  background: #FFFFFF;
}

/* Right Rail */
/* line 1581, scss/_custom.scss */
.rr {
  font-size: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 1581, scss/_custom.scss */
  .rr {
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1581, scss/_custom.scss */
  .rr {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* line 1595, scss/_custom.scss */
.rr p.disclosure, .rr p.disclaimer {
  font-size: .8rem;
  margin-bottom: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 1601, scss/_custom.scss */
.rr .accordion .accordion-navigation > a, .rr .accordion dd > a {
  background: #ffffff;
  padding: 0;
  display: block;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
/* line 1609, scss/_custom.scss */
.rr .bt {
  margin: 0 auto;
  border: 1px solid #094787;
  background: #ffffff;
  max-width: 306px;
}
/* line 1614, scss/_custom.scss */
.rr .bt h3.widget-title {
  padding: 3%;
  font-size: 1.5em;
}
/* line 1620, scss/_custom.scss */
.rr .med-rectangle {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  /* line 1620, scss/_custom.scss */
  .rr .med-rectangle {
    /* may need to adjust */
  }
  /* line 1624, scss/_custom.scss */
  .rr .med-rectangle embed, .rr .med-rectangle object, .rr .med-rectangle iframe {
    width: 300px;
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1630, scss/_custom.scss */
  .rr .med-rectangle embed, .rr .med-rectangle object, .rr .med-rectangle iframe {
    width: 300px;
    height: 250px;
  }
}
/* line 1638, scss/_custom.scss */
.rr table tr.even, .rr table tr.alt, .rr table tr:nth-of-type(even) {
  background: #eee;
}
/* line 1642, scss/_custom.scss */
.rr #search-q {
  max-width: 306px;
  margin: 0 auto;
}
/* line 1646, scss/_custom.scss */
.rr .search-field i {
  color: #777;
  position: absolute;
  right: 19px;
  top: 0;
  font-size: 1.5rem;
}
/* line 1656, scss/_custom.scss */
.rr .search-field input[type="submit"] {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 2px;
  color: #777;
  font-size: 1.5rem;
  width: 16px;
}
/* line 1667, scss/_custom.scss */
.rr .search-field input[type="submit"] i.fi-magnifying-glass:before {
  content: "\f16c";
}
/* line 1672, scss/_custom.scss */
.rr div#shopp-search.search-field i {
  color: #777;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 1.5rem;
}
/* line 1679, scss/_custom.scss */
.rr div#shopp-search.search-field input[type="submit"] {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 25px;
  color: #777;
  font-size: 1.5rem;
  width: 16px;
}
/* line 1690, scss/_custom.scss */
.rr div#shopp-search.search-field input[type="submit"] i.fi-magnifying-glass:before {
  content: "\f16c";
}
/* line 1696, scss/_custom.scss */
.rr .widget_shopp-search input[type="text"], .rr .widget_shopp-search button, .rr .widget_shopp-search .button {
  margin: 0;
}
/* line 1699, scss/_custom.scss */
.rr h3.widget-title {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 0;
  /* keep at 0 to stay in-line with left column */
  margin-bottom: 0;
  color: #094787;
  padding: 0 4% 3%;
  text-transform: uppercase;
  line-height: 1;
}
/* line 1711, scss/_custom.scss */
.rr .mypicks h3.widget-title {
  padding: 0 0 4%;
}
/* line 1715, scss/_custom.scss */
.rr h3.book-title, .rr h3.book-title a {
  color: #333333;
  font-size: 1.3rem;
}
/* line 1720, scss/_custom.scss */
.rr #current_book {
  padding: 5% 5% 0;
}
/* line 1724, scss/_custom.scss */
.rr ul#menu-view-topics,
.rr ul#menu-magazine-quicklinks,
.rr ul#menu-subscribe-to,
.rr ul#menu-customer-service,
.rr ul#menu-view-content-by-issue-health-reports,
.rr ul#menu-view-content-by-issue-health-letters {
  font-size: .9rem;
}
/* line 1733, scss/_custom.scss */
.rr .widget_border, .rr .widget_shoppcategorieswidget ul,
.rr .widget_shoppcartwidget > #shopp-cart-ajax,
.rr .tribe-events-list-widget, .rr .tribe-events-adv-list-widget,
.rr .tribe_mini_calendar_widget, .rr .menu-shopp-product-types-container,
.rr .menu-shopp-categories-container, .rr .menu-view-topics-container,
.rr .menu-magazine-quicklinks-container, .rr .menu-subscribe-to-container, .rr .menu-customer-service-container,
.rr .menu-view-content-by-issue-health-reports-container, .rr .menu-view-content-by-issue-health-letters-container {
  padding: 0 4%;
  margin: 0 0 3% 0;
    /* h3.widget-title {
      font-family: $body-font-family;
      text-transform: uppercase;
      font-weight:normal;
      font-size: 1rem;
      text-align: center;
      margin-top: 0;
      margin-bottom: .5rem;
      color: $darkblue;
      background: $white;
      padding: 1%;

     &:before {
        float: left;
        width: 0;
        white-space: nowrap;
        content: ". . . . . . . . . . . . .";
        margin-top: -5px;
        font-weight:normal;
      }

    }*/
}
/* line 1743, scss/_custom.scss */
.rr .widget_border ol.hfeed.vcalendar, .rr .widget_shoppcategorieswidget ul ol.hfeed.vcalendar,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ol.hfeed.vcalendar,
.rr .tribe-events-list-widget ol.hfeed.vcalendar, .rr .tribe-events-adv-list-widget ol.hfeed.vcalendar,
.rr .tribe_mini_calendar_widget ol.hfeed.vcalendar, .rr .menu-shopp-product-types-container ol.hfeed.vcalendar,
.rr .menu-shopp-categories-container ol.hfeed.vcalendar, .rr .menu-view-topics-container ol.hfeed.vcalendar,
.rr .menu-magazine-quicklinks-container ol.hfeed.vcalendar, .rr .menu-subscribe-to-container ol.hfeed.vcalendar, .rr .menu-customer-service-container ol.hfeed.vcalendar,
.rr .menu-view-content-by-issue-health-reports-container ol.hfeed.vcalendar, .rr .menu-view-content-by-issue-health-letters-container ol.hfeed.vcalendar {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 1746, scss/_custom.scss */
.rr .widget_border ol.hfeed.vcalendar li, .rr .widget_shoppcategorieswidget ul ol.hfeed.vcalendar li,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ol.hfeed.vcalendar li,
.rr .tribe-events-list-widget ol.hfeed.vcalendar li, .rr .tribe-events-adv-list-widget ol.hfeed.vcalendar li,
.rr .tribe_mini_calendar_widget ol.hfeed.vcalendar li, .rr .menu-shopp-product-types-container ol.hfeed.vcalendar li,
.rr .menu-shopp-categories-container ol.hfeed.vcalendar li, .rr .menu-view-topics-container ol.hfeed.vcalendar li,
.rr .menu-magazine-quicklinks-container ol.hfeed.vcalendar li, .rr .menu-subscribe-to-container ol.hfeed.vcalendar li, .rr .menu-customer-service-container ol.hfeed.vcalendar li,
.rr .menu-view-content-by-issue-health-reports-container ol.hfeed.vcalendar li, .rr .menu-view-content-by-issue-health-letters-container ol.hfeed.vcalendar li {
  margin-bottom: 0;
  list-style: none;
}
/* line 1752, scss/_custom.scss */
.rr .widget_border .vcard, .rr .widget_shoppcategorieswidget ul .vcard,
.rr .widget_shoppcartwidget > #shopp-cart-ajax .vcard,
.rr .tribe-events-list-widget .vcard, .rr .tribe-events-adv-list-widget .vcard,
.rr .tribe_mini_calendar_widget .vcard, .rr .menu-shopp-product-types-container .vcard,
.rr .menu-shopp-categories-container .vcard, .rr .menu-view-topics-container .vcard,
.rr .menu-magazine-quicklinks-container .vcard, .rr .menu-subscribe-to-container .vcard, .rr .menu-customer-service-container .vcard,
.rr .menu-view-content-by-issue-health-reports-container .vcard, .rr .menu-view-content-by-issue-health-letters-container .vcard {
  display: none;
}
/* line 1756, scss/_custom.scss */
.rr .widget_border p.tribe-events-widget-link, .rr .widget_shoppcategorieswidget ul p.tribe-events-widget-link,
.rr .widget_shoppcartwidget > #shopp-cart-ajax p.tribe-events-widget-link,
.rr .tribe-events-list-widget p.tribe-events-widget-link, .rr .tribe-events-adv-list-widget p.tribe-events-widget-link,
.rr .tribe_mini_calendar_widget p.tribe-events-widget-link, .rr .menu-shopp-product-types-container p.tribe-events-widget-link,
.rr .menu-shopp-categories-container p.tribe-events-widget-link, .rr .menu-view-topics-container p.tribe-events-widget-link,
.rr .menu-magazine-quicklinks-container p.tribe-events-widget-link, .rr .menu-subscribe-to-container p.tribe-events-widget-link, .rr .menu-customer-service-container p.tribe-events-widget-link,
.rr .menu-view-content-by-issue-health-reports-container p.tribe-events-widget-link, .rr .menu-view-content-by-issue-health-letters-container p.tribe-events-widget-link {
  margin-bottom: 0;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 1761, scss/_custom.scss */
.rr .widget_border p.tribe-events-widget-link a, .rr .widget_shoppcategorieswidget ul p.tribe-events-widget-link a,
.rr .widget_shoppcartwidget > #shopp-cart-ajax p.tribe-events-widget-link a,
.rr .tribe-events-list-widget p.tribe-events-widget-link a, .rr .tribe-events-adv-list-widget p.tribe-events-widget-link a,
.rr .tribe_mini_calendar_widget p.tribe-events-widget-link a, .rr .menu-shopp-product-types-container p.tribe-events-widget-link a,
.rr .menu-shopp-categories-container p.tribe-events-widget-link a, .rr .menu-view-topics-container p.tribe-events-widget-link a,
.rr .menu-magazine-quicklinks-container p.tribe-events-widget-link a, .rr .menu-subscribe-to-container p.tribe-events-widget-link a, .rr .menu-customer-service-container p.tribe-events-widget-link a,
.rr .menu-view-content-by-issue-health-reports-container p.tribe-events-widget-link a, .rr .menu-view-content-by-issue-health-letters-container p.tribe-events-widget-link a {
  color: #094787;
}
/* line 1766, scss/_custom.scss */
.rr .widget_border form p, .rr .widget_shoppcategorieswidget ul form p,
.rr .widget_shoppcartwidget > #shopp-cart-ajax form p,
.rr .tribe-events-list-widget form p, .rr .tribe-events-adv-list-widget form p,
.rr .tribe_mini_calendar_widget form p, .rr .menu-shopp-product-types-container form p,
.rr .menu-shopp-categories-container form p, .rr .menu-view-topics-container form p,
.rr .menu-magazine-quicklinks-container form p, .rr .menu-subscribe-to-container form p, .rr .menu-customer-service-container form p,
.rr .menu-view-content-by-issue-health-reports-container form p, .rr .menu-view-content-by-issue-health-letters-container form p {
  display: none;
}
/* line 1770, scss/_custom.scss */
.rr .widget_border h2, .rr .widget_shoppcategorieswidget ul h2,
.rr .widget_shoppcartwidget > #shopp-cart-ajax h2,
.rr .tribe-events-list-widget h2, .rr .tribe-events-adv-list-widget h2,
.rr .tribe_mini_calendar_widget h2, .rr .menu-shopp-product-types-container h2,
.rr .menu-shopp-categories-container h2, .rr .menu-view-topics-container h2,
.rr .menu-magazine-quicklinks-container h2, .rr .menu-subscribe-to-container h2, .rr .menu-customer-service-container h2,
.rr .menu-view-content-by-issue-health-reports-container h2, .rr .menu-view-content-by-issue-health-letters-container h2 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  color: #094787;
  font-weight: normal;
}
/* line 1802, scss/_custom.scss */
.rr .widget_border ul, .rr .widget_shoppcategorieswidget ul ul,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul,
.rr .tribe-events-list-widget ul, .rr .tribe-events-adv-list-widget ul,
.rr .tribe_mini_calendar_widget ul, .rr .menu-shopp-product-types-container ul,
.rr .menu-shopp-categories-container ul, .rr .menu-view-topics-container ul,
.rr .menu-magazine-quicklinks-container ul, .rr .menu-subscribe-to-container ul, .rr .menu-customer-service-container ul,
.rr .menu-view-content-by-issue-health-reports-container ul, .rr .menu-view-content-by-issue-health-letters-container ul {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 1809, scss/_custom.scss */
.rr .widget_border ul#menu-browse-topics-menu, .rr .widget_shoppcategorieswidget ul ul#menu-browse-topics-menu,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul#menu-browse-topics-menu,
.rr .tribe-events-list-widget ul#menu-browse-topics-menu, .rr .tribe-events-adv-list-widget ul#menu-browse-topics-menu,
.rr .tribe_mini_calendar_widget ul#menu-browse-topics-menu, .rr .menu-shopp-product-types-container ul#menu-browse-topics-menu,
.rr .menu-shopp-categories-container ul#menu-browse-topics-menu, .rr .menu-view-topics-container ul#menu-browse-topics-menu,
.rr .menu-magazine-quicklinks-container ul#menu-browse-topics-menu, .rr .menu-subscribe-to-container ul#menu-browse-topics-menu, .rr .menu-customer-service-container ul#menu-browse-topics-menu,
.rr .menu-view-content-by-issue-health-reports-container ul#menu-browse-topics-menu, .rr .menu-view-content-by-issue-health-letters-container ul#menu-browse-topics-menu {
  list-style-type: disc;
}
/* line 1812, scss/_custom.scss */
.rr .widget_border ul#menu-top-10-topics, .rr .widget_shoppcategorieswidget ul ul#menu-top-10-topics,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul#menu-top-10-topics,
.rr .tribe-events-list-widget ul#menu-top-10-topics, .rr .tribe-events-adv-list-widget ul#menu-top-10-topics,
.rr .tribe_mini_calendar_widget ul#menu-top-10-topics, .rr .menu-shopp-product-types-container ul#menu-top-10-topics,
.rr .menu-shopp-categories-container ul#menu-top-10-topics, .rr .menu-view-topics-container ul#menu-top-10-topics,
.rr .menu-magazine-quicklinks-container ul#menu-top-10-topics, .rr .menu-subscribe-to-container ul#menu-top-10-topics, .rr .menu-customer-service-container ul#menu-top-10-topics,
.rr .menu-view-content-by-issue-health-reports-container ul#menu-top-10-topics, .rr .menu-view-content-by-issue-health-letters-container ul#menu-top-10-topics {
  font-weight: bold;
}
/* line 1816, scss/_custom.scss */
.rr .widget_border ul#menu-directoriesx, .rr .widget_shoppcategorieswidget ul ul#menu-directoriesx,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul#menu-directoriesx,
.rr .tribe-events-list-widget ul#menu-directoriesx, .rr .tribe-events-adv-list-widget ul#menu-directoriesx,
.rr .tribe_mini_calendar_widget ul#menu-directoriesx, .rr .menu-shopp-product-types-container ul#menu-directoriesx,
.rr .menu-shopp-categories-container ul#menu-directoriesx, .rr .menu-view-topics-container ul#menu-directoriesx,
.rr .menu-magazine-quicklinks-container ul#menu-directoriesx, .rr .menu-subscribe-to-container ul#menu-directoriesx, .rr .menu-customer-service-container ul#menu-directoriesx,
.rr .menu-view-content-by-issue-health-reports-container ul#menu-directoriesx, .rr .menu-view-content-by-issue-health-letters-container ul#menu-directoriesx {
  font-weight: bold;
}
/* line 1820, scss/_custom.scss */
.rr .widget_border ul li a, .rr .widget_shoppcategorieswidget ul ul li a,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul li a,
.rr .tribe-events-list-widget ul li a, .rr .tribe-events-adv-list-widget ul li a,
.rr .tribe_mini_calendar_widget ul li a, .rr .menu-shopp-product-types-container ul li a,
.rr .menu-shopp-categories-container ul li a, .rr .menu-view-topics-container ul li a,
.rr .menu-magazine-quicklinks-container ul li a, .rr .menu-subscribe-to-container ul li a, .rr .menu-customer-service-container ul li a,
.rr .menu-view-content-by-issue-health-reports-container ul li a, .rr .menu-view-content-by-issue-health-letters-container ul li a {
  color: #004476;
}
/* line 1821, scss/_custom.scss */
.rr .widget_border ul span.blue, .rr .widget_border ul span.blue a, .rr .widget_shoppcategorieswidget ul ul span.blue, .rr .widget_shoppcategorieswidget ul ul span.blue a,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul span.blue,
.rr .widget_shoppcartwidget > #shopp-cart-ajax ul span.blue a,
.rr .tribe-events-list-widget ul span.blue,
.rr .tribe-events-list-widget ul span.blue a, .rr .tribe-events-adv-list-widget ul span.blue, .rr .tribe-events-adv-list-widget ul span.blue a,
.rr .tribe_mini_calendar_widget ul span.blue,
.rr .tribe_mini_calendar_widget ul span.blue a, .rr .menu-shopp-product-types-container ul span.blue, .rr .menu-shopp-product-types-container ul span.blue a,
.rr .menu-shopp-categories-container ul span.blue,
.rr .menu-shopp-categories-container ul span.blue a, .rr .menu-view-topics-container ul span.blue, .rr .menu-view-topics-container ul span.blue a,
.rr .menu-magazine-quicklinks-container ul span.blue,
.rr .menu-magazine-quicklinks-container ul span.blue a, .rr .menu-subscribe-to-container ul span.blue, .rr .menu-subscribe-to-container ul span.blue a, .rr .menu-customer-service-container ul span.blue, .rr .menu-customer-service-container ul span.blue a,
.rr .menu-view-content-by-issue-health-reports-container ul span.blue,
.rr .menu-view-content-by-issue-health-reports-container ul span.blue a, .rr .menu-view-content-by-issue-health-letters-container ul span.blue, .rr .menu-view-content-by-issue-health-letters-container ul span.blue a {
  font-weight: bold;
  color: #004476;
}
/* line 1825, scss/_custom.scss */
.rr .widget_border div.menu-browse-topics-menu-container, .rr .widget_shoppcategorieswidget ul div.menu-browse-topics-menu-container,
.rr .widget_shoppcartwidget > #shopp-cart-ajax div.menu-browse-topics-menu-container,
.rr .tribe-events-list-widget div.menu-browse-topics-menu-container, .rr .tribe-events-adv-list-widget div.menu-browse-topics-menu-container,
.rr .tribe_mini_calendar_widget div.menu-browse-topics-menu-container, .rr .menu-shopp-product-types-container div.menu-browse-topics-menu-container,
.rr .menu-shopp-categories-container div.menu-browse-topics-menu-container, .rr .menu-view-topics-container div.menu-browse-topics-menu-container,
.rr .menu-magazine-quicklinks-container div.menu-browse-topics-menu-container, .rr .menu-subscribe-to-container div.menu-browse-topics-menu-container, .rr .menu-customer-service-container div.menu-browse-topics-menu-container,
.rr .menu-view-content-by-issue-health-reports-container div.menu-browse-topics-menu-container, .rr .menu-view-content-by-issue-health-letters-container div.menu-browse-topics-menu-container {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}
/* line 1833, scss/_custom.scss */
.rr .widget_border div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .widget_shoppcategorieswidget ul div.menu-browse-topics-menu-container ul#menu-browse-topics-menu,
.rr .widget_shoppcartwidget > #shopp-cart-ajax div.menu-browse-topics-menu-container ul#menu-browse-topics-menu,
.rr .tribe-events-list-widget div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .tribe-events-adv-list-widget div.menu-browse-topics-menu-container ul#menu-browse-topics-menu,
.rr .tribe_mini_calendar_widget div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .menu-shopp-product-types-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu,
.rr .menu-shopp-categories-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .menu-view-topics-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu,
.rr .menu-magazine-quicklinks-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .menu-subscribe-to-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .menu-customer-service-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu,
.rr .menu-view-content-by-issue-health-reports-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu, .rr .menu-view-content-by-issue-health-letters-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu {
  font-weight: bold;
  margin-left: 1.02rem;
  font-size: 1rem;
}
/* line 1838, scss/_custom.scss */
.rr .widget_border div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .widget_shoppcategorieswidget ul div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a,
.rr .widget_shoppcartwidget > #shopp-cart-ajax div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a,
.rr .tribe-events-list-widget div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .tribe-events-adv-list-widget div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a,
.rr .tribe_mini_calendar_widget div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .menu-shopp-product-types-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a,
.rr .menu-shopp-categories-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .menu-view-topics-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a,
.rr .menu-magazine-quicklinks-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .menu-subscribe-to-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .menu-customer-service-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a,
.rr .menu-view-content-by-issue-health-reports-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a, .rr .menu-view-content-by-issue-health-letters-container div.menu-browse-topics-menu-container ul#menu-browse-topics-menu a {
  color: black;
}
/* line 1845, scss/_custom.scss */
.rr .widget_border div#menu-directories .menu-plus .fi-plus:before, .rr .widget_shoppcategorieswidget ul div#menu-directories .menu-plus .fi-plus:before,
.rr .widget_shoppcartwidget > #shopp-cart-ajax div#menu-directories .menu-plus .fi-plus:before,
.rr .tribe-events-list-widget div#menu-directories .menu-plus .fi-plus:before, .rr .tribe-events-adv-list-widget div#menu-directories .menu-plus .fi-plus:before,
.rr .tribe_mini_calendar_widget div#menu-directories .menu-plus .fi-plus:before, .rr .menu-shopp-product-types-container div#menu-directories .menu-plus .fi-plus:before,
.rr .menu-shopp-categories-container div#menu-directories .menu-plus .fi-plus:before, .rr .menu-view-topics-container div#menu-directories .menu-plus .fi-plus:before,
.rr .menu-magazine-quicklinks-container div#menu-directories .menu-plus .fi-plus:before, .rr .menu-subscribe-to-container div#menu-directories .menu-plus .fi-plus:before, .rr .menu-customer-service-container div#menu-directories .menu-plus .fi-plus:before,
.rr .menu-view-content-by-issue-health-reports-container div#menu-directories .menu-plus .fi-plus:before, .rr .menu-view-content-by-issue-health-letters-container div#menu-directories .menu-plus .fi-plus:before {
  content: "\f199";
  float: left;
  padding: 0.4rem 0.6rem 0;
}
/* line 1851, scss/_custom.scss */
.rr .widget_border div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .widget_shoppcategorieswidget ul div#menu-directories .menu-plus.minus > .fi-plus:before,
.rr .widget_shoppcartwidget > #shopp-cart-ajax div#menu-directories .menu-plus.minus > .fi-plus:before,
.rr .tribe-events-list-widget div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .tribe-events-adv-list-widget div#menu-directories .menu-plus.minus > .fi-plus:before,
.rr .tribe_mini_calendar_widget div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .menu-shopp-product-types-container div#menu-directories .menu-plus.minus > .fi-plus:before,
.rr .menu-shopp-categories-container div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .menu-view-topics-container div#menu-directories .menu-plus.minus > .fi-plus:before,
.rr .menu-magazine-quicklinks-container div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .menu-subscribe-to-container div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .menu-customer-service-container div#menu-directories .menu-plus.minus > .fi-plus:before,
.rr .menu-view-content-by-issue-health-reports-container div#menu-directories .menu-plus.minus > .fi-plus:before, .rr .menu-view-content-by-issue-health-letters-container div#menu-directories .menu-plus.minus > .fi-plus:before {
  content: "\f176";
  float: left;
  padding: 0.4rem 0.6rem 0;
}
/* line 1858, scss/_custom.scss */
.rr .widget_border h2.ofie, .rr .widget_shoppcategorieswidget ul h2.ofie,
.rr .widget_shoppcartwidget > #shopp-cart-ajax h2.ofie,
.rr .tribe-events-list-widget h2.ofie, .rr .tribe-events-adv-list-widget h2.ofie,
.rr .tribe_mini_calendar_widget h2.ofie, .rr .menu-shopp-product-types-container h2.ofie,
.rr .menu-shopp-categories-container h2.ofie, .rr .menu-view-topics-container h2.ofie,
.rr .menu-magazine-quicklinks-container h2.ofie, .rr .menu-subscribe-to-container h2.ofie, .rr .menu-customer-service-container h2.ofie,
.rr .menu-view-content-by-issue-health-reports-container h2.ofie, .rr .menu-view-content-by-issue-health-letters-container h2.ofie {
  padding: 5% 0 0;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  text-transform: uppercase;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1;
  text-align: justify;
}
/* line 1866, scss/_custom.scss */
.rr .widget_border h2.ofie span.larger, .rr .widget_shoppcategorieswidget ul h2.ofie span.larger,
.rr .widget_shoppcartwidget > #shopp-cart-ajax h2.ofie span.larger,
.rr .tribe-events-list-widget h2.ofie span.larger, .rr .tribe-events-adv-list-widget h2.ofie span.larger,
.rr .tribe_mini_calendar_widget h2.ofie span.larger, .rr .menu-shopp-product-types-container h2.ofie span.larger,
.rr .menu-shopp-categories-container h2.ofie span.larger, .rr .menu-view-topics-container h2.ofie span.larger,
.rr .menu-magazine-quicklinks-container h2.ofie span.larger, .rr .menu-subscribe-to-container h2.ofie span.larger, .rr .menu-customer-service-container h2.ofie span.larger,
.rr .menu-view-content-by-issue-health-reports-container h2.ofie span.larger, .rr .menu-view-content-by-issue-health-letters-container h2.ofie span.larger {
  font-size: 2.3rem;
  font-weight: bold;
}
/* line 1872, scss/_custom.scss */
.rr .widget_border.rr_ofie p, .rr .widget_shoppcategorieswidget ul.rr_ofie p,
.rr .widget_shoppcartwidget > #shopp-cart-ajax.rr_ofie p,
.rr .tribe-events-list-widget.rr_ofie p, .rr .tribe-events-adv-list-widget.rr_ofie p,
.rr .tribe_mini_calendar_widget.rr_ofie p, .rr .menu-shopp-product-types-container.rr_ofie p,
.rr .menu-shopp-categories-container.rr_ofie p, .rr .menu-view-topics-container.rr_ofie p,
.rr .menu-magazine-quicklinks-container.rr_ofie p, .rr .menu-subscribe-to-container.rr_ofie p, .rr .menu-customer-service-container.rr_ofie p,
.rr .menu-view-content-by-issue-health-reports-container.rr_ofie p, .rr .menu-view-content-by-issue-health-letters-container.rr_ofie p {
  font-size: .85rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: .5rem;
  line-height: 1.33em;
}
/* line 1879, scss/_custom.scss */
.rr .widget_border p.contest-date, .rr .widget_border .duration, .rr .widget_shoppcategorieswidget ul p.contest-date, .rr .widget_shoppcategorieswidget ul .duration,
.rr .widget_shoppcartwidget > #shopp-cart-ajax p.contest-date,
.rr .widget_shoppcartwidget > #shopp-cart-ajax .duration,
.rr .tribe-events-list-widget p.contest-date,
.rr .tribe-events-list-widget .duration, .rr .tribe-events-adv-list-widget p.contest-date, .rr .tribe-events-adv-list-widget .duration,
.rr .tribe_mini_calendar_widget p.contest-date,
.rr .tribe_mini_calendar_widget .duration, .rr .menu-shopp-product-types-container p.contest-date, .rr .menu-shopp-product-types-container .duration,
.rr .menu-shopp-categories-container p.contest-date,
.rr .menu-shopp-categories-container .duration, .rr .menu-view-topics-container p.contest-date, .rr .menu-view-topics-container .duration,
.rr .menu-magazine-quicklinks-container p.contest-date,
.rr .menu-magazine-quicklinks-container .duration, .rr .menu-subscribe-to-container p.contest-date, .rr .menu-subscribe-to-container .duration, .rr .menu-customer-service-container p.contest-date, .rr .menu-customer-service-container .duration,
.rr .menu-view-content-by-issue-health-reports-container p.contest-date,
.rr .menu-view-content-by-issue-health-reports-container .duration, .rr .menu-view-content-by-issue-health-letters-container p.contest-date, .rr .menu-view-content-by-issue-health-letters-container .duration {
  text-transform: uppercase;
  font-size: .7rem;
  color: #aaa;
  margin-bottom: 0;
  font-weight: bolder;
  line-height: 1;
}
/* line 1887, scss/_custom.scss */
.rr .widget_border .duration, .rr .widget_shoppcategorieswidget ul .duration,
.rr .widget_shoppcartwidget > #shopp-cart-ajax .duration,
.rr .tribe-events-list-widget .duration, .rr .tribe-events-adv-list-widget .duration,
.rr .tribe_mini_calendar_widget .duration, .rr .menu-shopp-product-types-container .duration,
.rr .menu-shopp-categories-container .duration, .rr .menu-view-topics-container .duration,
.rr .menu-magazine-quicklinks-container .duration, .rr .menu-subscribe-to-container .duration, .rr .menu-customer-service-container .duration,
.rr .menu-view-content-by-issue-health-reports-container .duration, .rr .menu-view-content-by-issue-health-letters-container .duration {
  color: #094787;
}
/* line 1890, scss/_custom.scss */
.rr .widget_border p.contest-title, .rr .widget_shoppcategorieswidget ul p.contest-title,
.rr .widget_shoppcartwidget > #shopp-cart-ajax p.contest-title,
.rr .tribe-events-list-widget p.contest-title, .rr .tribe-events-adv-list-widget p.contest-title,
.rr .tribe_mini_calendar_widget p.contest-title, .rr .menu-shopp-product-types-container p.contest-title,
.rr .menu-shopp-categories-container p.contest-title, .rr .menu-view-topics-container p.contest-title,
.rr .menu-magazine-quicklinks-container p.contest-title, .rr .menu-subscribe-to-container p.contest-title, .rr .menu-customer-service-container p.contest-title,
.rr .menu-view-content-by-issue-health-reports-container p.contest-title, .rr .menu-view-content-by-issue-health-letters-container p.contest-title {
  margin-bottom: 0;
  line-height: 1.1;
}
/* line 1894, scss/_custom.scss */
.rr .widget_border h4.entry-title.summary, .rr .widget_shoppcategorieswidget ul h4.entry-title.summary,
.rr .widget_shoppcartwidget > #shopp-cart-ajax h4.entry-title.summary,
.rr .tribe-events-list-widget h4.entry-title.summary, .rr .tribe-events-adv-list-widget h4.entry-title.summary,
.rr .tribe_mini_calendar_widget h4.entry-title.summary, .rr .menu-shopp-product-types-container h4.entry-title.summary,
.rr .menu-shopp-categories-container h4.entry-title.summary, .rr .menu-view-topics-container h4.entry-title.summary,
.rr .menu-magazine-quicklinks-container h4.entry-title.summary, .rr .menu-subscribe-to-container h4.entry-title.summary, .rr .menu-customer-service-container h4.entry-title.summary,
.rr .menu-view-content-by-issue-health-reports-container h4.entry-title.summary, .rr .menu-view-content-by-issue-health-letters-container h4.entry-title.summary {
  font-size: .85rem;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1901, scss/_custom.scss */
.rr .menu-shopp-categories-container {
  height: 520px;
  overflow: scroll;
}
/* line 1906, scss/_custom.scss */
.rr .medium.alert.button.radius.full, .rr #gform_wrapper_1.gform_wrapper .gform_footer input.button, .rr #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"] {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  text-transform: uppercase;
  margin: 4% auto 0;
  width: 100%;
  font-size: 1.45rem;
  font-weight: bold !important;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .35rem;
  padding-left: .35rem;
  padding-top: .3rem;
  padding-bottom: .35rem;
  box-shadow: none;
}
/* line 1922, scss/_custom.scss */
.rr .openx_ofie_form input.medium.button.full {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  border-radius: 0;
  text-transform: uppercase;
  margin: 4% auto 0;
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold !important;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .65rem;
  padding-left: .65rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: none;
  background-color: #8f110f;
  border-color: #8f110f;
}
@media only screen and (max-width: 1050px) {
  /* line 1922, scss/_custom.scss */
  .rr .openx_ofie_form input.medium.button.full {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 794px) {
  /* line 1922, scss/_custom.scss */
  .rr .openx_ofie_form input.medium.button.full {
    font-size: .9rem;
  }
}
/* line 1950, scss/_custom.scss */
.rr ul.social-icons {
  list-style: none outside none;
  margin: 0 auto 0.8125rem;
  text-align: center;
}
/* line 1955, scss/_custom.scss */
.rr ul.social-icons li {
  display: inline;
  padding: 0 0.15625rem;
}
/* line 1962, scss/_custom.scss */
.rr p.arrow_link {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8rem;
  text-align: right;
}
/* line 1970, scss/_custom.scss */
.rr .textwidget {
  	 /* padding-left: 0.9375rem;
      padding-right: 0.9375rem;*/
  padding-top: 0;
  /* padding-bottom: 10%;*/
}

/* line 1981, scss/_custom.scss */
.medium-6 > .rr .search-field i {
  right: 80px;
}

/* line 1987, scss/_custom.scss */
.small-12 > .rr .search-field i {
  right: 80px;
}

/* line 1992, scss/_custom.scss */
.shortname {
  font-weight: bold;
}
/* line 1994, scss/_custom.scss */
.shortname.report-archive {
  font-weight: normal;
}

/* line 2000, scss/_custom.scss */
p.topic-description {
  margin-bottom: 0;
}

/*---
homepage
*/
/* line 2009, scss/_custom.scss */
.network-home ul {
  list-style-type: none;
  font-size: 2.0rem;
  margin-left: 0;
  padding-top: 1%;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 2009, scss/_custom.scss */
  .network-home ul {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2009, scss/_custom.scss */
  .network-home ul {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* line 2026, scss/_custom.scss */
.network-home ul li {
  padding: 0.7% 0 0 0;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  /* line 2026, scss/_custom.scss */
  .network-home ul li {
    padding: 1% 0;
  }
}
/* line 2034, scss/_custom.scss */
.network-home ul li a {
  color: #8f020d;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: linear;
}

@media only screen and (min-width: 0) and (max-width: 855px) {
  /* line 2046, scss/_custom.scss */
  .network-home ul li {
    font-size: 1em;
  }
}
/* line 2048, scss/_custom.scss */
.network-home ul li a:hover {
  color: #094787;
}

/* line 2050, scss/_custom.scss */
.featured-posts {
  /* background: url(img/spinner.gif) center center transparent no-repeat; */
  height: auto;
  /*  @media only screen and (max-width: 640px) {
       min-height: 350px;
     }
    @media only screen and (max-width: 400px) {
       min-height: 280px;
     }*/
}
/* line 2059, scss/_custom.scss */
.featured-posts img {
  display: none;
}
/* line 2060, scss/_custom.scss */
.featured-posts ul {
  list-style-type: none;
}

/* line 2064, scss/_custom.scss */
.featured-caption {
  /* margin-bottom: 10px;
   margin-top: 10px;*/
  z-index: 1;
  /* position: absolute;*/
  /* background: rgba(255,255,255,.95);*/
  width: 100%;
  /*   max-width:606px;*/
  padding: 0 7%;
  color: #333333;
}
/* line 2074, scss/_custom.scss */
.featured-caption p {
  font-size: 1.2rem;
}

/* line 2077, scss/_custom.scss */
.featured-posts .attachment-featured-image {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  height: auto;
  width: 620px;
  /* max-height: 364px;
   overflow: hidden;*/
}

/* line 2087, scss/_custom.scss */
h2.featured-entry-title {
  font-size: 2.5rem;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.1;
  padding-bottom: 2%;
}
/* line 2093, scss/_custom.scss */
h2.featured-entry-title a {
  color: #000000;
}
/* line 2094, scss/_custom.scss */
h2.featured-entry-title .slider-caption {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  color: #094787;
}

/* line 2101, scss/_custom.scss */
.home h2.featured-entry-title {
  color: #000000;
}
/* line 2103, scss/_custom.scss */
.home h2.featured-entry-title .slider-caption {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  color: #094787;
}

/* line 2110, scss/_custom.scss */
.orbit-container {
  /*   overflow: hidden;*/
  width: 100%;
  position: relative;
  background: none;
  margin-bottom: 2.5%;
  height: auto;
  padding: 0 0 5%;
  /*  @media only screen and (min-width: 768px) {
        min-height: 400px;
      }
    @media only screen and (max-width: 640px) {
        min-height: 400px;
      }
     @media only screen and (max-width: 400px) {
        min-height: 280px;
      }*/
}

/* line 2129, scss/_custom.scss */
.orbit-container .orbit-bullets-container {
  text-align: center;
  display: none;
}

/* line 2134, scss/_custom.scss */
.orbit-container .orbit-timer {
  display: none;
}

/* line 2138, scss/_custom.scss */
.orbit-caption h2 {
  color: #ffffff;
}

/* line 2141, scss/_custom.scss */
.contests .featured-caption {
  margin-bottom: 0;
  margin-top: 58.75%;
  z-index: 1;
  position: absolute;
  background: #912788;
  width: 100%;
  /*   max-width:606px;*/
  padding: 2%;
  color: #fff;
}
/* line 2153, scss/_custom.scss */
.contests h2.featured-entry-title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 2157, scss/_custom.scss */
.contests h2.featured-entry-title a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

/* line 2163, scss/_custom.scss */
.daily-nav {
  background-color: #fff;
  margin-bottom: 1.25rem;
  padding: .2rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-weight: normal;
}
/* line 2172, scss/_custom.scss */
.daily-nav a {
  color: #ffffff;
}
/* line 2176, scss/_custom.scss */
.daily-nav ul.inline-list {
  text-align: center;
  font-size: .95rem;
}
@media only screen and (max-width: 940px) {
  /* line 2176, scss/_custom.scss */
  .daily-nav ul.inline-list {
    font-size: .9rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2176, scss/_custom.scss */
  .daily-nav ul.inline-list {
    font-size: .8rem;
  }
}
/* line 2191, scss/_custom.scss */
.daily-nav ul.inline-list li {
  padding: .25rem;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 940px) {
  /* line 2191, scss/_custom.scss */
  .daily-nav ul.inline-list li {
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2191, scss/_custom.scss */
  .daily-nav ul.inline-list li {
    margin-left: 0.4rem;
  }
}
/* line 2201, scss/_custom.scss */
.daily-nav ul.inline-list li.active {
  text-decoration: underline;
}

/* line 2210, scss/_custom.scss */
.magazine-nav ul.inline-list li.active {
  font-weight: bold;
}

/* line 2216, scss/_custom.scss */
.magazine-menu {
  padding-bottom: 4%;
}

/* line 2221, scss/_custom.scss */
.magazine-home .credits {
  font-size: .8rem;
}
/* line 2222, scss/_custom.scss */
.magazine-home .credits div.large-7.columns {
  overflow-x: hidden;
}
/* line 2223, scss/_custom.scss */
.magazine-home .credits div.large-7.columns, .magazine-home .credits div.large-5.columns {
  padding: 0 0 2% 0;
}
/* line 2224, scss/_custom.scss */
.magazine-home .credits div.large-7.columns:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
@media only screen and (max-width: 982px) {
  /* line 2224, scss/_custom.scss */
  .magazine-home .credits div.large-7.columns:before {
    content: " ";
  }
}
/* line 2234, scss/_custom.scss */
.magazine-home .credits div.large-7.columns span {
  padding-right: 0.15em;
  background: white;
}

/* line 2241, scss/_custom.scss */
.daily-archive h1, .entry-content h1, .author-most-recent h1 {
  line-height: 1.1;
  font-size: 1.875rem;
  margin-top: 0;
  font-weight: normal;
}
/* line 2247, scss/_custom.scss */
.daily-archive h1 a, .entry-content h1 a, .author-most-recent h1 a {
  color: #333333;
}
/* line 2252, scss/_custom.scss */
.daily-archive p.home-catname, .entry-content p.home-catname, .author-most-recent p.home-catname {
  margin-bottom: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: .94rem;
}
/* line 2257, scss/_custom.scss */
.daily-archive p.home-catname a, .entry-content p.home-catname a, .author-most-recent p.home-catname a {
  text-transform: uppercase;
}
/* line 2260, scss/_custom.scss */
.daily-archive span.home-catname, .entry-content span.home-catname, .author-most-recent span.home-catname {
  margin-bottom: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: .94rem;
  text-transform: uppercase;
}
/* line 2266, scss/_custom.scss */
.daily-archive span.home-catname a, .entry-content span.home-catname a, .author-most-recent span.home-catname a {
  text-transform: uppercase;
}
/* line 2269, scss/_custom.scss */
.daily-archive span.by-line, .entry-content span.by-line, .author-most-recent span.by-line {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: .94rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  text-transform: uppercase;
}
/* line 2277, scss/_custom.scss */
.daily-archive span.by-line a, .entry-content span.by-line a, .author-most-recent span.by-line a {
  color: #094787;
}
/* line 2280, scss/_custom.scss */
.daily-archive img.entry-image.wp-post-image, .entry-content img.entry-image.wp-post-image, .author-most-recent img.entry-image.wp-post-image {
  border: 1px solid #ccc;
}

/* line 2287, scss/_custom.scss */
.page .entry-content h1.headline {
  line-height: 1.5rem;
  margin-top: 0;
  font-size: 2rem;
}
/* line 2291, scss/_custom.scss */
.page .entry-content h1.headline a {
  color: #333333;
}

/* line 2300, scss/_custom.scss */
.store-archive h1 {
  margin-top: 0;
  line-height: 1.3;
  font-size: 1rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 2307, scss/_custom.scss */
.store-archive h1 a {
  color: #094787;
}
/* line 2312, scss/_custom.scss */
.store-archive p.home-catname {
  margin-bottom: 0;
  font-weight: bold;
  font-size: .9rem;
}
/* line 2316, scss/_custom.scss */
.store-archive p.home-catname a {
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
/* line 2321, scss/_custom.scss */
.store-archive p.by-line {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #333333;
}
/* line 2330, scss/_custom.scss */
.store-archive p.by-line a {
  color: #333333;
}
/* line 2333, scss/_custom.scss */
.store-archive img.entry-image.wp-post-image {
  border: 1px solid #ccc;
}

/* line 2339, scss/_custom.scss */
.daily-archive, .page-archive {
  margin-bottom: 4%;
  border-top: 1px solid #ccc;
  padding-top: 2%;
}

/* line 2346, scss/_custom.scss */
.page-archive h2, .magazine-page-archive h2 {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 2350, scss/_custom.scss */
.store .breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 0;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 2366, scss/_custom.scss */
#shopp .medium.alert.button.radius.full {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  margin: 2% auto;
  width: auto;
  font-size: 1rem;
  font-weight: 600;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  /* padding-right: 1.5%;
   padding-left: 1.5%;
   padding-top: .75%;
   padding-bottom: .75%;*/
}
/* line 2379, scss/_custom.scss */
#shopp .addtocart {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  margin: 2% auto;
  width: auto;
  font-size: 1rem;
  font-weight: 600;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  padding-right: .4rem;
  padding-left: .4rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
}
/* line 2392, scss/_custom.scss */
#shopp .update-button {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1rem;
  padding: 2% 3%;
  margin: 2% auto;
}
/* line 2399, scss/_custom.scss */
#shopp .selectall {
  width: auto;
  margin: auto 2% auto 0;
  font-size: .9rem;
  background: none;
}

/* line 2408, scss/_custom.scss */
div.offer_buttons {
  padding: 15% 0 0;
}

/*-
slider
*/
/* line 2416, scss/_custom.scss */
.row.slider {
  float: none;
}
/* line 2419, scss/_custom.scss */
.row.slider .large-12.columns {
  float: none;
}
/* line 2422, scss/_custom.scss */
.row.slider .large-12.columns h1.slider-header {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  margin-bottom: 0.75rem;
}
/* line 113, scss/_custom.scss */
.row.slider .large-12.columns h1.slider-header a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
.row.slider .large-12.columns h1.slider-header a:hover {
  color: #073a6f;
}
/* line 2427, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 2434, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next {
  color: #FFFFFF;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -99999px;
  top: 40%;
  width: 36px;
  z-index: 10;
}
/* line 2444, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev#prev, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next#prev, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev#prev, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next#prev {
  background: url("/wp-content/img/triangle-7.png") no-repeat scroll center center transparent;
}
/* line 2447, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev#prev:focus, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next#prev:focus, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev#prev:focus, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next#prev:focus {
  outline: none;
}
/* line 2452, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev#next, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next#next, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev#next, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next#next {
  background: url("/wp-content/img/triangle-8.png") no-repeat scroll center center transparent;
  margin-left: -2.35rem;
}
@media only screen and (min-width: 982px) {
  /* line 2452, scss/_custom.scss */
  .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev#next, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next#next, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev#next, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next#next {
    margin-left: -2.25rem;
  }
}
/* line 2460, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev#next:focus, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next#next:focus, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev#next:focus, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next#next:focus {
  outline: none;
}
/* line 2464, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-prev#next span, .row.slider .large-12.columns .featured-posts div.slider-nav-prev a.slider-next#next span, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-prev#next span, .row.slider .large-12.columns .featured-posts div.slider-nav-next a.slider-next#next span {
  float: right;
}
/* line 2471, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts div.slider-nav-next {
  display: block;
  float: right;
}
/* line 2476, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts ul.featured {
  background: transparent;
  list-style: none outside none;
  margin: 0;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
}
/* line 2486, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts li {
  background: transparent !important;
}
/* line 2489, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts li .caption-link {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 50px;
  float: left;
  height: 40px;
  max-width: 620px;
  padding: 0.3125rem 0.9375rem;
  position: relative;
  width: 100%;
  z-index: 5;
}
/* line 2500, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts li .caption-link a, .row.slider .large-12.columns .featured-posts li .caption-link a:link {
  color: #FFFFFF;
  font-family: "bree", sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}
/* line 2508, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts li .caption-link a .fi-play, .row.slider .large-12.columns .featured-posts li .caption-link a:link .fi-play {
  color: #C8323F;
  font-size: 0.85rem;
  margin-left: 0.0625rem;
}
/* line 2521, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .attachment-featured-image {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 2526, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .bottom {
  background-color: transparent;
  clear: both;
  height: auto;
  margin: 0;
  max-width: 38.75rem;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
/* line 2536, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .bottom a {
  margin: 0 2.15% 0 0;
  padding: 0;
}
/* line 2540, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .bottom a img {
  border-bottom: 10px solid transparent;
  display: inline;
  width: 100%;
}
/* line 2545, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .bottom a img.attachment-retina-thumbnail {
  bottom: 40px;
  max-width: 7.25rem;
  position: relative;
  width: 18.29%;
}
/* line 2554, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .bottom a.activeSlide img {
  border-bottom: 10px solid #E15E3E;
}
/* line 2559, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .bottom a.last {
  margin-right: 0;
}
/* line 2565, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .top {
  background-image: none;
  height: auto;
  text-align: left;
}
/* line 2570, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .top a, .row.slider .large-12.columns .featured-posts .top a:link {
  text-decoration: none;
}
/* line 2574, scss/_custom.scss */
.row.slider .large-12.columns .featured-posts .top a:hover {
  text-decoration: underline;
}

/* line 2582, scss/_custom.scss */
.inline-text-ad {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  line-height: 1.2;
}

/* line 2592, scss/_custom.scss */
div.ofie {
  border: 1px solid #e0e0e0;
  padding: 0 4%;
  margin: 0 0 3% 0;
}
/* line 2599, scss/_custom.scss */
div.ofie h2 {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 2601, scss/_custom.scss */
div.ofie .medium.alert.button.radius.full {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600 !important;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .35rem;
  padding-left: .35rem;
  padding-top: .3rem;
  padding-bottom: .35rem;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  /* line 2601, scss/_custom.scss */
  div.ofie .medium.alert.button.radius.full {
    font-size: 1.4rem;
  }
}
/* line 2620, scss/_custom.scss */
div.ofie p {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
}

/*-
categories
*/
/* line 2633, scss/_custom.scss */
.category-icon img {
  float: left;
  margin: 0 2% 2% 0;
}

/* line 2639, scss/_custom.scss */
li.rss-icon-category a img {
  margin-bottom: 5%;
}

/* line 2643, scss/_custom.scss */
div.sponsor-name {
  text-transform: uppercase;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
}

/* line 2648, scss/_custom.scss */
h1.category-header {
  font-size: 1.6rem;
}
/* line 2651, scss/_custom.scss */
h1.category-header.home {
  font-size: 1.4rem;
}
/* line 2655, scss/_custom.scss */
h1.category-header + hr {
  margin: 0.625rem 0;
}

/* line 2660, scss/_custom.scss */
ul.small-block-grid-3.cat-icons {
  max-width: 39.375rem;
  display: block;
  padding: 0;
  margin: 0 -5px;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
ul.small-block-grid-3.cat-icons:before, ul.small-block-grid-3.cat-icons:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
ul.small-block-grid-3.cat-icons:after {
  clear: both;
}
/* line 50, bower_components/foundation/scss/foundation/components/_block-grid.scss */
ul.small-block-grid-3.cat-icons > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 5px 10px;
}
/* line 2664, scss/_custom.scss */
ul.small-block-grid-3.cat-icons li {
  margin-bottom: -2.5rem;
}
@media only screen and (max-width: 900px) {
  /* line 2664, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li {
    margin-bottom: -1.875rem;
  }
}
@media only screen and (max-width: 430px) {
  /* line 2664, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li {
    margin-bottom: -1.25rem;
  }
}
/* line 2675, scss/_custom.scss */
ul.small-block-grid-3.cat-icons li div.cat-caption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 2.5rem;
  float: left;
  height: 2.5rem;
  margin: 0 0.0625rem;
  padding: 0.297rem 0.8375rem;
  position: relative;
  width: 99.02%;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  /* line 2675, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li div.cat-caption {
    bottom: 1.875rem;
    height: 1.875rem;
    padding: 0 0.25rem;
  }
}
@media only screen and (max-width: 430px) {
  /* line 2675, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li div.cat-caption {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 1.25rem;
    height: 1.25rem;
  }
}
/* line 2698, scss/_custom.scss */
ul.small-block-grid-3.cat-icons li div.cat-caption a {
  color: #FFFFFF;
  font-family: "bree", sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  /* line 2698, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li div.cat-caption a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 430px) {
  /* line 2698, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li div.cat-caption a {
    font-size: 0.6rem;
    position: relative;
    bottom: 0.3125rem;
  }
}
/* line 2717, scss/_custom.scss */
ul.small-block-grid-3.cat-icons li div.cat-caption a .fi-play {
  color: #C8323F;
  font-size: 0.85rem;
  margin-left: 0.0625rem;
}
@media only screen and (max-width: 900px) {
  /* line 2717, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li div.cat-caption a .fi-play {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 430px) {
  /* line 2717, scss/_custom.scss */
  ul.small-block-grid-3.cat-icons li div.cat-caption a .fi-play {
    display: none;
  }
}

/*-
authors
*/
/* line 2741, scss/_custom.scss */
div.authorphoto-small {
  float: left;
  margin-right: 1%;
}
/* line 2742, scss/_custom.scss */
div.authorphoto-small img {
  max-width: 20px;
  height: auto;
}

/*-
subscribe form
*/
/* line 2752, scss/_custom.scss */
.row.home-page-form {
  border: 8px solid #CCCCCC;
  max-width: 38.75rem;
}
@media only screen and (min-width: 40em) {
  /* line 2752, scss/_custom.scss */
  .row.home-page-form {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0em) {
  /* line 2752, scss/_custom.scss */
  .row.home-page-form {
    margin: 0;
  }
}
/* line 2764, scss/_custom.scss */
.row.home-page-form .large-12.columns {
  text-align: center;
}
/* line 2767, scss/_custom.scss */
.row.home-page-form .large-12.columns h1 {
  color: #572637;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
/* line 2777, scss/_custom.scss */
.row.home-page-form .large-12.columns h2 {
  color: #572637;
  font-size: 1.4rem;
  font-weight: bold;
  margin: -0.3125rem 0 0;
}
/* line 2786, scss/_custom.scss */
.row.home-page-form .large-12.columns p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
/* line 2795, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row.radios {
  margin: -0.4375rem 0 0.1875rem;
}
/* line 2798, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row.radios .column, .row.home-page-form .large-12.columns form#offer_selection div#data-form .row.radios .columns {
  float: right;
}
/* line 2802, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row.radios .large-4.columns.radio-div {
  padding: 0;
  margin-bottom: 0.9375rem;
}
/* line 2806, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row.radios .large-4.columns.radio-div span {
  color: #0072bc;
  font-size: 0.9rem;
}
/* line 2813, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row.radios .large-4.columns.radio-div input {
  margin-bottom: 0;
}
/* line 2820, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-6.medium-6.columns input.home-subscribe.button.alert {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
}
/* line 2824, scss/_custom.scss */
.row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-6.medium-6.columns span.privacy {
  float: left;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  /* line 2824, scss/_custom.scss */
  .row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-6.medium-6.columns span.privacy {
    margin-bottom: 1.125rem;
  }
}
@media only screen and (min-width: 40em) {
  /* line 2833, scss/_custom.scss */
  .row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-6.medium-6.columns.lefty, .row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-4.medium-4.columns.lefty {
    padding-right: 0.3125rem;
  }
}
@media only screen and (min-width: 40em) {
  /* line 2838, scss/_custom.scss */
  .row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-6.medium-6.columns.righty, .row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-4.medium-4.columns.righty {
    padding-left: 0.3125rem;
  }
}
@media only screen and (min-width: 40em) {
  /* line 2843, scss/_custom.scss */
  .row.home-page-form .large-12.columns form#offer_selection div#data-form .row .large-4.medium-4.columns.midly {
    padding: 0 0.3125rem;
  }
}

/* line 2854, scss/_custom.scss */
.container3 {
  margin-top: 0.75rem;
}
/* line 2857, scss/_custom.scss */
.container3 li {
  margin-bottom: 0.25rem;
}

/* line 2862, scss/_custom.scss */
.contentarea #registration_form {
  padding-top: 24px;
}

/* line 2868, scss/_custom.scss */
#registration_form img.show-on-desktops.center {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 675px) {
  /* line 2873, scss/_custom.scss */
  #registration_form .panel.radius {
    padding: 1.875rem;
  }
}
/* line 2879, scss/_custom.scss */
#registration_form p.disclosure, #registration_form p.disclaimer {
  font-size: .8rem;
  margin-bottom: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
}

/*---
order-flow
*/
/* line 2890, scss/_custom.scss */
.offer-selection-head {
  font-size: 1.6rem;
}

/* line 2894, scss/_custom.scss */
.offer-description {
  margin: 0;
}

/* line 2898, scss/_custom.scss */
.button.order-flow {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  max-width: 14.6875rem;
}

/* line 2903, scss/_custom.scss */
p.for-only {
  margin: 1.25rem 0 0.625rem;
}

/* line 2914, scss/_custom.scss */
#order-confirmation-body ul.order-summary {
  color: #444444;
  font-style: oblique;
  list-style: none outside none;
  margin-left: 0;
}

/* line 2923, scss/_custom.scss */
.verify-img img {
  margin-top: 1.25rem;
}

/* line 2928, scss/_custom.scss */
.button.confirmation {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1rem;
  max-width: 12.5rem;
}

/* line 2934, scss/_custom.scss */
div.error_message.button.red.alert.medium {
  padding-bottom: 0;
}
/* line 2938, scss/_custom.scss */
div.error_message.button.red.alert.medium p.error a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 2945, scss/_custom.scss */
.login_link {
  margin-bottom: 0.5rem;
}

/* line 2949, scss/_custom.scss */
.issue-cover-subscribe {
  margin-top: 0.375rem;
  padding-bottom: 0.75rem;
}

/* Social Media Icons - shortcode */
/* line 2956, scss/_custom.scss */
#socialmediabuttons_full ul.inline-list {
  overflow: visible !important;
}

/* line 2960, scss/_custom.scss */
div.socialicon0.facebook {
  width: 65px;
}
/* line 2963, scss/_custom.scss */
div.socialicon0.facebook .fb_iframe_widget_lift {
  z-index: 1000;
}

/* line 2967, scss/_custom.scss */
div.socialicon0.twitter, div.socialicon0.gplus {
  margin: 5px 0;
  width: 65px;
}

/* line 2971, scss/_custom.scss */
div.socialicon0.linkedin {
  margin: 5px 0;
  width: 105px;
}

/* line 2976, scss/_custom.scss */
div.wp_email, div.wp_print {
  float: left;
  padding-right: 10px;
}

/*
sllp
*/
/* line 2987, scss/_custom.scss */
h1.sllp {
  color: #722339;
  font-size: 1.75rem;
  line-height: 2.15rem;
  margin-top: 1rem;
}

/* line 2994, scss/_custom.scss */
h2.sllp {
  color: #004470;
  margin-bottom: 1.25rem;
}

/* line 2999, scss/_custom.scss */
div.sllp-text-ad {
  border: 1px solid #CDCDCD;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
/* line 3005, scss/_custom.scss */
div.sllp-text-ad p {
  font-size: 1.2rem;
}
/* line 3011, scss/_custom.scss */
div.sllp-text-ad .text-ad-exclaim {
  color: #862943;
  font-weight: bold;
}
/* line 3016, scss/_custom.scss */
div.sllp-text-ad .button.alert {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  width: 95%;
}

/*---
table of contents
*/
/* line 3029, scss/_custom.scss */
.entry-content.toc div.large-7.medium-8.toc p, .entry-content.toc div.large-7.medium-8.toc br {
  display: none;
}
/* line 3034, scss/_custom.scss */
.entry-content.toc p > a {
  text-decoration: underline;
  color: #094787;
}
/* line 3040, scss/_custom.scss */
.entry-content.toc h1.toc {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 2.2rem;
  color: #094787;
  line-height: 1.9rem;
}
/* line 3047, scss/_custom.scss */
.entry-content.toc h1.toc a {
  color: #094787;
}
/* line 3049, scss/_custom.scss */
.entry-content.toc h1.toc a:hover, .entry-content.toc h1.toc a:focus {
  color: #373737;
}
/* line 3055, scss/_custom.scss */
.entry-content.toc p.standalone {
  margin: 0.25rem 0;
}
/* line 3058, scss/_custom.scss */
.entry-content.toc p.standalone a {
  color: #444444;
  padding-bottom: 0.0625rem;
  transition: color 300ms ease-out 0s;
}
/* line 3063, scss/_custom.scss */
.entry-content.toc p.standalone a:hover, .entry-content.toc p.standalone a:focus {
  color: #373737;
}
/* line 3068, scss/_custom.scss */
.entry-content.toc p.standalone + h1.section-head {
  margin-top: 1.25rem;
}
/* line 3073, scss/_custom.scss */
.entry-content.toc h2.content-grouphead {
  font-weight: normal;
  font-size: 0.85rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0.75rem 0 0.25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 641px) {
  /* line 3073, scss/_custom.scss */
  .entry-content.toc h2.content-grouphead {
    margin-right: 0.625rem;
  }
}
/* line 3086, scss/_custom.scss */
.entry-content.toc h2.content-grouphead + ul {
  color: #777777;
  list-style: none outside none;
  margin-left: 0;
}
/* line 3091, scss/_custom.scss */
.entry-content.toc h2.content-grouphead + ul li {
  margin: 0.25rem 0;
}
/* line 3094, scss/_custom.scss */
.entry-content.toc h2.content-grouphead + ul li a {
  color: #444444;
  transition: color 300ms ease-out 0s;
}
/* line 3098, scss/_custom.scss */
.entry-content.toc h2.content-grouphead + ul li a:hover, .entry-content.toc h2.content-grouphead + ul li a:focus {
  color: #373737;
}
/* line 3104, scss/_custom.scss */
.entry-content.toc h2.content-grouphead + ul + h1.section-head {
  margin-top: 1.25rem;
}
/* line 3110, scss/_custom.scss */
.entry-content.toc div.editors-note h1#editors-note {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  border-top: 1px solid #DDDDDD;
  font-size: 1.4rem;
  padding-top: 0.5rem;
  margin-top: 1.75rem;
}
/* line 113, scss/_custom.scss */
.entry-content.toc div.editors-note h1#editors-note a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
.entry-content.toc div.editors-note h1#editors-note a:hover {
  color: #073a6f;
}
/* line 3118, scss/_custom.scss */
.entry-content.toc div.editors-note p {
  font-size: 0.85rem;
}
/* line 3122, scss/_custom.scss */
.entry-content.toc div.editors-note img {
  margin: -0.625rem auto 0 -0.3125rem;
  max-width: 9.375rem;
}
@media only screen and (min-width: 641px) {
  /* line 3128, scss/_custom.scss */
  .entry-content.toc .large-5.medium-4.columns {
    margin-top: -2rem;
  }
}

/*---
browse topics
*/
/* line 3139, scss/_custom.scss */
p.category-description.browse-topics {
  margin-bottom: 0;
  font-size: 1.1rem;
}

/* line 3146, scss/_custom.scss */
div.browse-topics h1 font {
  size: 1.2rem;
  family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
}
/* line 3151, scss/_custom.scss */
div.browse-topics p {
  margin-bottom: 0.85rem;
}
/* line 3154, scss/_custom.scss */
div.browse-topics p.readmore.arrow_link {
  margin-bottom: 0;
}

/* line 3159, scss/_custom.scss */
ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 {
  list-style: none outside none;
  margin-left: 0.3125rem;
}
/* line 3164, scss/_custom.scss */
ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 li .row.display {
  margin-left: -1.5rem;
  margin-right: 0;
}
/* line 3169, scss/_custom.scss */
ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 li .row.display .large-12.cat_icon .no-icon {
  background-color: #F1CE74;
}
/* line 3172, scss/_custom.scss */
ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 li .row.display .large-12.cat_icon .no-icon h4 {
  font-size: 1rem;
}
/* line 3185, scss/_custom.scss */
ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 li .row.display .large-12.cat-descrip h3 {
  margin: 0.625rem 0 0.3125rem;
  font-size: 1.3rem;
}
/* line 3192, scss/_custom.scss */
ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 li .row.display .large-12.cat-descrip p {
  font-size: 0.9rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 875px) {
  /* line 3192, scss/_custom.scss */
  ul.no_bullet.small-block-grid-1.medium-block-grid-2.large-block-grid-2 li .row.display .large-12.cat-descrip p {
    padding-right: 1.25rem;
  }
}

/* line 3207, scss/_custom.scss */
.cat_description {
  padding-left: 2%;
}

/*---
author archive
*/
/* line 3216, scss/_custom.scss */
.author-section h1 {
  margin-top: 0;
  margin-bottom: .95rem;
  line-height: 1;
  font-size: 1.3rem;
}

/* line 3225, scss/_custom.scss */
h3.archive-title.author-archive {
  font-weight: normal;
}

/*---
post detail page
*/
/* line 3233, scss/_custom.scss */
.subtitle {
  color: #777777;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-style: oblique;
  margin-bottom: 0.75rem;
  margin-top: -0.375rem;
}

/* line 3244, scss/_custom.scss */
h2.enhanced {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  background: #094787;
}

/* line 3256, scss/_custom.scss */
.entry.blog_entry div.entry-header {
  clear: both;
  font-size: .75rem;
}
/* line 3258, scss/_custom.scss */
.entry.blog_entry h1 {
  line-height: 1.33;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 2rem;
}
/* line 3264, scss/_custom.scss */
.entry.blog_entry div.postmeta-lefttop, .entry.blog_entry div.commentlink {
  font-size: .94rem;
  text-transform: uppercase;
}
/* line 3269, scss/_custom.scss */
.entry.blog_entry div.commentlink {
  padding: 2% 0;
}
/* line 3275, scss/_custom.scss */
.entry.blog_entry p.postmeta-comment {
  float: right;
  margin-bottom: 0;
}
/* line 3277, scss/_custom.scss */
.entry.blog_entry p.home-catname {
  float: left;
  margin-bottom: 0;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: .925rem;
}
/* line 3283, scss/_custom.scss */
.entry.blog_entry p.home-catname a {
  text-transform: uppercase;
}
/* line 3286, scss/_custom.scss */
.entry.blog_entry h2.subheadline {
  font-size: 1.625rem;
  line-height: 1.28em;
  margin-bottom: 1.1em;
  font-weight: normal;
  font-style: italic;
}
/* line 3293, scss/_custom.scss */
.entry.blog_entry .single-thumbnail-wrapper {
  float: right;
  margin: 0 2% 2%;
  max-width: 660px;
}
/* line 3298, scss/_custom.scss */
.entry.blog_entry .single-thumbnail-wrapper.subscriber {
  float: none;
  margin: 0 0 2% 0;
}

/* line 3304, scss/_custom.scss */
.comment-anchor {
  position: relative;
  height: 215px;
  margin-top: -215px;
  opacity: 0;
  display: block !important;
  z-index: -1;
}

/* line 3317, scss/_custom.scss */
.entry-content.article h3 {
  color: #722339;
}
/* line 3323, scss/_custom.scss */
.entry-content.article ol li {
  border-top: 1px solid #DDDDDD;
  padding-top: 0.75rem;
}
/* line 3329, scss/_custom.scss */
.entry-content.article ol ol {
  list-style: upper-alpha;
}
/* line 3336, scss/_custom.scss */
.entry-content.article div.images-in-post .large-6 img {
  margin-bottom: 1.25rem;
}

/* line 3344, scss/_custom.scss */
p.wp-caption-text {
  font-size: .7rem;
  margin-bottom: 1%;
}

/* line 3349, scss/_custom.scss */
div.article-sidebar {
  padding: 2%;
  line-height: 1.6;
  border: 1px #ccc solid;
  font-size: .85rem;
}
/* line 3355, scss/_custom.scss */
div.article-sidebar.l, div.article-sidebar.left {
  float: left;
  margin: 2% 2% 2% 0;
}
/* line 3359, scss/_custom.scss */
div.article-sidebar.r, div.article-sidebar.right {
  float: right;
  margin: 2% 0 2% 2%;
}
/* line 3363, scss/_custom.scss */
div.article-sidebar.small-sb {
  max-width: 30%;
}
/* line 3366, scss/_custom.scss */
div.article-sidebar.large-sb {
  max-width: 50%;
}
/* line 3370, scss/_custom.scss */
div.article-sidebar p, div.article-sidebar ul, div.article-sidebar ol {
  font-size: .7rem;
  margin-bottom: .5rem;
}
/* line 3372, scss/_custom.scss */
div.article-sidebar h3 {
  margin-top: 0;
}
/* line 3374, scss/_custom.scss */
div.article-sidebar.no-border {
  border: none;
}

/* line 3377, scss/_custom.scss */
p.the-tags {
  border-top: 1px solid #DDDDDD;
  padding-top: 0.625rem;
}

/* line 3382, scss/_custom.scss */
h1.entry-title {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
}

/* line 3390, scss/_custom.scss */
.entry-title + .byline.author {
  margin-top: 0;
}

/* line 3394, scss/_custom.scss */
.byline.author {
  margin-top: -1.25rem;
  margin-bottom: 0;
}

/* line 3399, scss/_custom.scss */
.print-or-comment {
  color: #ffffff;
  margin: -0.25rem 0 1rem;
}
/* line 3403, scss/_custom.scss */
.print-or-comment a:first-child {
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  position: relative;
  right: 1.25rem;
}
/* line 3410, scss/_custom.scss */
.print-or-comment i.fi-print {
  color: #0072bc;
}

/* line 3416, scss/_custom.scss */
.category-meta {
  font-size: 0.8rem;
  color: #666666;
}
/* line 3419, scss/_custom.scss */
.category-meta a {
  font-weight: 600;
}

/* line 3424, scss/_custom.scss */
.category-meta.references {
  margin-top: -1.25rem;
}

/* line 3428, scss/_custom.scss */
.yarn-weight-chart {
  margin-left: -0.375rem;
}

/* line 3431, scss/_custom.scss */
.screen-reader-text {
  display: none;
}

/* line 3435, scss/_custom.scss */
a[rel="prev"] {
  float: left;
  font-size: 0.85em;
  font-weight: 600;
  margin: 1.875rem 0 0;
}

/* line 3439, scss/_custom.scss */
a[rel="next"] {
  float: right;
  font-size: 0.85em;
  font-weight: 600;
  margin: 1.875rem 0 0;
}

/* line 3444, scss/_custom.scss */
.issuenav a[rel="prev"] {
  float: left;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0 0 1.875rem 0;
}
/* line 3449, scss/_custom.scss */
.issuenav a[rel="next"] {
  float: right;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0 0 1.875rem 0;
}

/* line 3458, scss/_custom.scss */
.nav-previous a {
  float: left;
  font-size: 0.85em;
  font-weight: 600;
  margin: 1.875rem 0 0;
}

/* line 3462, scss/_custom.scss */
.nav-next a {
  float: right;
  font-size: 0.85em;
  font-weight: 600;
  margin: 1.875rem 0 0;
}

/* line 3466, scss/_custom.scss */
ul.additional-images {
  list-style: none outside none;
  margin: 1.875rem 0 0;
}
/* line 3470, scss/_custom.scss */
ul.additional-images li + li {
  margin-top: 1.875rem;
}

/* line 3476, scss/_custom.scss */
div.pattern-downloads-widget hr {
  margin: 1.875rem 0 0.5rem;
}
/* line 3479, scss/_custom.scss */
div.pattern-downloads-widget h3.pattern-downloads {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  margin: 0;
}
/* line 113, scss/_custom.scss */
div.pattern-downloads-widget h3.pattern-downloads a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
div.pattern-downloads-widget h3.pattern-downloads a:hover {
  color: #073a6f;
}
/* line 3483, scss/_custom.scss */
div.pattern-downloads-widget ul.pattern-downloads {
  list-style: none outside none;
  margin: 0 0 1.875rem;
}
/* line 3488, scss/_custom.scss */
div.pattern-downloads-widget ul.pattern-downloads li i.fi-download {
  margin-right: 0.5rem;
}

/* line 3497, scss/_custom.scss */
p.toc-link {
  color: #666666;
  font-size: 0.85rem;
}

/*---
product picks
*/
/* line 3506, scss/_custom.scss */
.entry-content.row, .row.section-content {
  padding-top: 2%;
}
/* line 3510, scss/_custom.scss */
.entry-content.row .large-4.medium-5.columns.product-cover img, .row.section-content .large-4.medium-5.columns.product-cover img {
  margin-top: 0.875rem;
  border: 1px solid #DDDDDD;
}
/* line 3518, scss/_custom.scss */
.entry-content.row .large-8.medium-7.columns.product-content h2.product-picks-header, .row.section-content .large-8.medium-7.columns.product-content h2.product-picks-header {
  color: #722339;
}
/* line 3522, scss/_custom.scss */
.entry-content.row .large-8.medium-7.columns.product-content p.product-cost, .row.section-content .large-8.medium-7.columns.product-content p.product-cost {
  color: #666666;
  font-size: 0.85rem;
  margin: 0 0 0.375rem;
}
/* line 3530, scss/_custom.scss */
.entry-content.row .large-8.medium-7.columns.product-content p.product-url, .row.section-content .large-8.medium-7.columns.product-content p.product-url {
  font-size: 0.85rem;
}
/* line 3536, scss/_custom.scss */
.entry-content.row .large-8.medium-7.columns.product-content p.toc-link, .row.section-content .large-8.medium-7.columns.product-content p.toc-link {
  color: #666666;
  font-size: 0.85rem;
}

/*---
modal windows
*/
/* line 3550, scss/_custom.scss */
.challenge .reveal-modal-bg {
  background: none repeat scroll 0 0 rgba(78, 119, 123, 0.95);
}

/* line 3555, scss/_custom.scss */
.reveal-modal, dialog {
  position: fixed !important;
}

/* line 3559, scss/_custom.scss */
p.haven_register_note {
  font-size: 1.2rem;
}

/* line 3563, scss/_custom.scss */
.cover-image-modal {
  margin-top: 0.5rem;
  padding: 0 0 0.75rem 0;
}
@media only screen and (min-width: 1025px) {
  /* line 3563, scss/_custom.scss */
  .cover-image-modal {
    padding-right: 1rem;
  }
}

/* line 3572, scss/_custom.scss */
input#quick_login_submit {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 6.25rem;
}

/* line 3579, scss/_custom.scss */
.reveal-modal, dialog {
  z-index: 1003;
  border-radius: 8px;
}

/* line 3583, scss/_custom.scss */
.reveal-modal-bg {
  z-index: 1002;
}

@media only screen and (max-width: 40em) {
  /* line 3588, scss/_custom.scss */
  .reveal-modal, dialog {
    min-height: 100px;
  }
}
/* line 3592, scss/_custom.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: .75rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

/*---
comments
*/
/* line 3609, scss/_custom.scss */
.fi-comment.blog-comments {
  color: #ffffff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
}
/* line 3617, scss/_custom.scss */
.fi-comment.blog-comments:before {
  font-size: 3rem;
  vertical-align: middle;
  padding-right: 2%;
}

/* line 3626, scss/_custom.scss */
.commentlist {
  list-style: none;
  margin-left: 0;
}
/* line 3630, scss/_custom.scss */
.commentlist li {
  padding: 0.625rem 0 0.9375rem 0.9375rem;
  border-bottom: 1px solid rgba(213, 219, 227, 0.25);
}
/* line 3635, scss/_custom.scss */
.commentlist li:nth-child(even) {
  background-color: rgba(213, 219, 227, 0.25);
}
/* line 3638, scss/_custom.scss */
.commentlist li:nth-child(even) .depth-2 {
  margin-right: 0.9375rem;
}

/* line 3644, scss/_custom.scss */
.children {
  list-style: none;
}
/* line 3647, scss/_custom.scss */
.children li:nth-child(odd) {
  background-color: rgba(213, 219, 227, 0.25);
}
/* line 3652, scss/_custom.scss */
.children .comment .depth-3,
.children .comment .depth-5,
.children .comment .depth-7,
.children .comment .depth-9,
.children .comment .depth-11,
.children .comment .depth-13,
.children .comment .depth-15,
.children .comment .depth-17,
.children .comment .depth-19,
.children .comment .depth-21 {
  background-color: #FFFFFF;
  margin-right: 0.9375rem;
}
/* line 3666, scss/_custom.scss */
.children .comment .depth-4,
.children .comment .depth-6,
.children .comment .depth-8,
.children .comment .depth-10,
.children .comment .depth-12,
.children .comment .depth-14,
.children .comment .depth-16,
.children .comment .depth-18,
.children .comment .depth-20,
.children .comment .depth-22 {
  margin-right: 0.9375rem;
}

/* line 3682, scss/_custom.scss */
.comment-author .author-meta {
  color: #666666;
  font-size: 0.85rem;
}
/* line 3688, scss/_custom.scss */
.comment-author .avatar {
  display: none;
}

/* line 3695, scss/_custom.scss */
.comment a {
  font-size: 0.85rem;
  vertical-align: top;
}
/* line 3704, scss/_custom.scss */
.comment p {
  margin-bottom: 0;
}

/* line 3710, scss/_custom.scss */
form#commentform input#submit {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1rem;
  max-width: 12.5rem;
}

/*---
post archive
*/
/* line 3722, scss/_custom.scss */
.archive h1.tag-header, .category h1.tag-header, .page h1.tag-header, .events-archive h1.tag-header, .single-tribe_events h1.tag-header, .featured-caption h1.tag-header {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  font-weight: normal;
}
/* line 113, scss/_custom.scss */
.archive h1.tag-header a, .category h1.tag-header a, .page h1.tag-header a, .events-archive h1.tag-header a, .single-tribe_events h1.tag-header a, .featured-caption h1.tag-header a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
.archive h1.tag-header a:hover, .category h1.tag-header a:hover, .page h1.tag-header a:hover, .events-archive h1.tag-header a:hover, .single-tribe_events h1.tag-header a:hover, .featured-caption h1.tag-header a:hover {
  color: #073a6f;
}
/* line 3729, scss/_custom.scss */
.archive .readmore, .category .readmore, .page .readmore, .events-archive .readmore, .single-tribe_events .readmore, .featured-caption .readmore {
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 3734, scss/_custom.scss */
.archive .readmore.previous, .category .readmore.previous, .page .readmore.previous, .events-archive .readmore.previous, .single-tribe_events .readmore.previous, .featured-caption .readmore.previous {
  text-transform: none;
  font-size: 1rem !important;
  margin: 0;
}
/* line 3741, scss/_custom.scss */
.archive span.post-date, .category span.post-date, .page span.post-date, .events-archive span.post-date, .single-tribe_events span.post-date, .featured-caption span.post-date {
  color: #333333;
  font-weight: 400;
  font-size: .94rem;
  text-transform: uppercase;
}
/* line 3747, scss/_custom.scss */
.archive span.divider, .category span.divider, .page span.divider, .events-archive span.divider, .single-tribe_events span.divider, .featured-caption span.divider {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 1%;
  line-height: 1;
  font-family: "Arial Black", sans-serif;
}
/* line 3755, scss/_custom.scss */
.archive .fi-video, .category .fi-video, .page .fi-video, .events-archive .fi-video, .single-tribe_events .fi-video, .featured-caption .fi-video {
  color: #094787;
  float: left;
  font-size: 1rem;
  line-height: 1.2;
}

/* line 3764, scss/_custom.scss */
.contests h1.tag-header {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  text-transform: lowercase;
  font-weight: normal;
}
/* line 113, scss/_custom.scss */
.contests h1.tag-header a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
.contests h1.tag-header a:hover {
  color: #073a6f;
}

/* line 3775, scss/_custom.scss */
.row.archive h1.tag-header {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
}
/* line 113, scss/_custom.scss */
.row.archive h1.tag-header a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
.row.archive h1.tag-header a:hover {
  color: #073a6f;
}
/* line 3782, scss/_custom.scss */
.row.archive div.tag-description p {
  font-size: 1.1rem;
}
/* line 3788, scss/_custom.scss */
.row.archive h3.projects-by {
  color: #722339;
  font-size: 1.55rem;
  margin: 2.25rem 0 0.625rem;
}
/* line 3795, scss/_custom.scss */
.row.archive article hr {
  margin: 0.625rem 0;
}
@media only screen and (max-width: 450px) {
  /* line 3795, scss/_custom.scss */
  .row.archive article hr {
    margin: 1.25rem 0 0.9375rem;
  }
}
/* line 3803, scss/_custom.scss */
.row.archive article header h2 {
  margin-bottom: 0;
}
/* line 3806, scss/_custom.scss */
.row.archive article header p {
  margin-bottom: 0.625rem;
}
/* line 3809, scss/_custom.scss */
.row.archive article header p.issue-link {
  color: #888888;
  font-size: 0.8rem;
}
@media only screen and (max-width: 450px) {
  /* line 3819, scss/_custom.scss */
  .row.archive .large-8.medium-7.columns {
    width: 100%;
  }
}
/* line 3825, scss/_custom.scss */
.row.archive .large-8.medium-7.columns p {
  margin-top: -0.3125rem;
}
@media only screen and (max-width: 450px) {
  /* line 3825, scss/_custom.scss */
  .row.archive .large-8.medium-7.columns p {
    margin-bottom: 0.625rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 3834, scss/_custom.scss */
  .row.archive .large-4.medium-5.columns {
    width: 100%;
  }
}
/* line 3840, scss/_custom.scss */
.row.archive .large-4.medium-5.columns img {
  margin-bottom: 0.625rem;
}

/*---
issue archive
*/
/* line 3850, scss/_custom.scss */
.issue-archive-header {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.6rem;
  margin-bottom: -0.625rem;
}
/* line 113, scss/_custom.scss */
.issue-archive-header a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
.issue-archive-header a:hover {
  color: #073a6f;
}

/* line 3856, scss/_custom.scss */
.row.issue-archive {
  padding-bottom: 3%;
}
/* line 3862, scss/_custom.scss */
.row.issue-archive .large-4.medium-5.small-6.columns a img {
  margin: 0.625rem auto;
}
/* line 3871, scss/_custom.scss */
.row.issue-archive .large-8.medium-7.small-6.columns h4.issue-header {
  margin-top: 5px;
}

/*---
about page
*/
/* line 3881, scss/_custom.scss */
.visit {
  margin-bottom: 100px;
}

/*---
contact page
*/
/* line 3892, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_heading {
  margin-bottom: 2px;
}
/* line 3896, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_description {
  color: #C8323F;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
/* line 3904, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper input[type="text"], #gform_wrapper_1.gform_wrapper input[type="password"], #gform_wrapper_1.gform_wrapper input[type="date"],
#gform_wrapper_1.gform_wrapper input[type="datetime"], #gform_wrapper_1.gform_wrapper input[type="datetime-local"], #gform_wrapper_1.gform_wrapper input[type="month"],
#gform_wrapper_1.gform_wrapper input[type="week"], #gform_wrapper_1.gform_wrapper input[type="email"], #gform_wrapper_1.gform_wrapper input[type="number"],
#gform_wrapper_1.gform_wrapper input[type="search"], #gform_wrapper_1.gform_wrapper input[type="tel"], #gform_wrapper_1.gform_wrapper input[type="time"],
#gform_wrapper_1.gform_wrapper input[type="url"], #gform_wrapper_1.gform_wrapper textarea, #gform_wrapper_1.gform_wrapper select {
  margin: 0;
  padding-left: 0.3125rem !important;
}
/* line 3913, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper input[type="radio"] {
  margin: 0.0625rem;
}
/* line 3919, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gfield_radio li.gchoice_1_0 {
  margin-top: 0.5rem;
}
/* line 3922, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gfield_radio li.gchoice_1_1 {
  margin-bottom: 0.5rem;
}
/* line 3925, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gfield_radio li.gchoice_1_2 {
  margin-bottom: 0.25rem;
}
/* line 3928, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gfield_radio li label {
  margin: -0.21875rem 0 0 1.25rem;
}
/* line 3934, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_title {
  color: #666666;
  margin-top: 1.25rem !important;
  font-size: 1.6rem !important;
  font-style: oblique;
  font-weight: 500 !important;
}
/* line 3945, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_footer input.button, #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"] {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  background-color: #0072bc;
  font-size: 1rem;
  /*max-width: rem-calc(120px);*/
  transition: background-color 300ms ease-out 0s;
}
/* line 3952, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_footer input.button:hover, #gform_wrapper_1.gform_wrapper .gform_footer input.button:focus, #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"]:hover, #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"]:focus {
  background-color: #0063a3;
}

/* line 3960, scss/_custom.scss */
div.gform_confirmation_message {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  color: #0072bc;
  margin-top: 1.5rem;
}
/* line 113, scss/_custom.scss */
div.gform_confirmation_message a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
div.gform_confirmation_message a:hover {
  color: #073a6f;
}

/*---
account page
*/
/* line 3975, scss/_custom.scss */
.profile .panel.MyActPanelTitle {
  margin-bottom: 0;
  padding: 8px 0 8px 20px;
  background-color: #094787;
  color: #ffffff;
  border: 0;
}

/* line 3984, scss/_custom.scss */
.required {
  /*	color: $alert-color;*/
}

/* line 3988, scss/_custom.scss */
input.button.account {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1rem;
  max-width: 200px;
}

/* line 3994, scss/_custom.scss */
.profile ul.whatcounts-list {
  list-style-type: none;
}

/*---
login page
*/
/* line 4004, scss/_custom.scss */
#loginform .login-submit #wp-submit {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1.1rem;
  margin-bottom: 0;
  width: 50%;
}
@media only screen and (min-width: 450px) {
  /* line 4004, scss/_custom.scss */
  #loginform .login-submit #wp-submit {
    width: 30%;
  }
}

/* line 4017, scss/_custom.scss */
.disclosure.login_list {
  list-style: none outside none;
  margin: 0;
}
/* line 4023, scss/_custom.scss */
.disclosure.login_list li a {
  font-weight: 400;
}

/* line 4029, scss/_custom.scss */
form#lostpasswordform, form#loginform {
  margin-top: 0.8125rem;
}

/* line 4033, scss/_custom.scss */
input.password-reset {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1.1rem;
}
@media only screen and (min-width: 515px) and (max-width: 640px) {
  /* line 4033, scss/_custom.scss */
  input.password-reset {
    width: 60%;
  }
}
@media only screen and (min-width: 803px) {
  /* line 4033, scss/_custom.scss */
  input.password-reset {
    width: 60%;
  }
}

/*---
search results
*/
/* line 4050, scss/_custom.scss */
.cse .gsc-control-cse, .gsc-control-cse {
  margin-top: 1.375rem;
  padding: 0 !important;
}

/*--
sidebar
*/
/* line 4058, scss/_custom.scss */
#sidebar-search {
  background-color: #094787;
  padding: 5%;
}
/* line 4064, scss/_custom.scss */
#sidebar-search section {
  max-width: 330px;
  margin: 0 auto;
}
/* line 4066, scss/_custom.scss */
#sidebar-search form.row.collapse.nameplate-search.nav-search {
  margin-bottom: 5%;
}
/* line 4070, scss/_custom.scss */
#sidebar-search .search-label {
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 5%;
}

/* line 4078, scss/_custom.scss */
#sidebar {
  padding: 5% 5% 0 5%;
  background: #f0f0f0;
}
/* line 4082, scss/_custom.scss */
#sidebar.network-home {
  background: #ffffff;
  padding-left: 3%;
}
/* line 4087, scss/_custom.scss */
#sidebar.mag {
  background: #ffffff;
}
/* line 4091, scss/_custom.scss */
#sidebar .styled-box-content {
  /* padding:2%;*/
}
/* line 4094, scss/_custom.scss */
#sidebar .styled-box-content ul {
  list-style-type: none;
  margin-bottom: 0;
  /* margin-right:1rem;*/
}
/* line 4105, scss/_custom.scss */
#sidebar #category-list ul {
  margin-bottom: 0.5rem;
}
/* line 4110, scss/_custom.scss */
#sidebar #category-list span.see-all-tutorials a {
  color: #333333;
  font-size: 0.85rem;
}
/* line 4116, scss/_custom.scss */
#sidebar #category-list span.see-all-tutorials a i.fi-play {
  color: #C8323F;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
/* line 4126, scss/_custom.scss */
#sidebar #current_crochet_issue .row {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 64em) {
  /* line 4129, scss/_custom.scss */
  #sidebar #current_crochet_issue .row .large-6.columns.issue-cover {
    width: 46.5%;
  }
}
/* line 4134, scss/_custom.scss */
#sidebar #current_crochet_issue .row .large-6.columns.issue-cover img {
  margin-top: 0.5625rem;
}
@media only screen and (min-width: 64em) {
  /* line 4139, scss/_custom.scss */
  #sidebar #current_crochet_issue .row .large-6.columns.issue-info {
    padding-left: 0;
    width: 53.5%;
  }
}
/* line 4146, scss/_custom.scss */
#sidebar #current_crochet_issue .row .large-6.columns.issue-info a p.issue-title {
  font-size: 1.1rem;
  margin-bottom: 0;
}
/* line 4152, scss/_custom.scss */
#sidebar #current_crochet_issue .row .large-6.columns.issue-info p.issue-excerpt {
  color: #333333;
  margin-bottom: 0;
  line-height: 1.425;
  font-weight: normal;
  font-size: 0.85rem;
}
/* line 4164, scss/_custom.scss */
#sidebar #current_crochet_issue ul {
  margin-bottom: 0.3125rem;
}
/* line 4169, scss/_custom.scss */
#sidebar #current_crochet_issue span.see-all-projects {
  font-size: 0.8rem;
  font-weight: 500;
}
/* line 4174, scss/_custom.scss */
#sidebar #current_crochet_issue span.see-all-projects a {
  color: #333333;
}
/* line 4177, scss/_custom.scss */
#sidebar #current_crochet_issue span.see-all-projects a i.fi-play {
  color: #C8323F;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
/* line 4190, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd > a {
  background: #FFFFFF;
  font-family: "Bree";
  font-size: 1.1rem;
  font-weight: 200;
  margin-bottom: -0.375rem;
  padding: 0;
}
/* line 4199, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd > a:hover {
  background: #FFFFFF;
}
/* line 4202, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd > a:focus {
  outline: none;
}
/* line 4206, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd i.fi-play {
  font-size: 0.75rem;
  margin-left: 0.14063rem;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
}
/* line 4214, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content {
  padding-top: 0;
}
/* line 4217, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content h2 {
  font-size: 0.65rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 1rem 0 0.625rem 0.46875rem;
  text-transform: uppercase;
}
/* line 4225, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content h2 a {
  color: #571b2b;
}
/* line 4228, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content h2 + ul {
  margin-top: 0;
}
/* line 4233, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content ul {
  list-style: circle;
  margin-bottom: -0.625rem;
  margin-top: 0.625rem;
}
/* line 4238, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content ul li {
  font-size: 0.85rem;
  margin: -0.5rem 0 0.3125rem 0.21875rem;
}
/* line 4244, scss/_custom.scss */
#sidebar #current_crochet_issue .row.sidebar-accordion-wrap .large-12.columns dl.accordion dd div.content ul li a {
  line-height: 0.85rem;
  color: #005389;
}
/* line 4257, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap {
  border: 1px solid #CCCCCC;
  padding: 0.75rem;
}
/* line 4263, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-subscribe .large-12.columns h1 {
  color: #572637;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0.125rem 0 0;
  text-align: center;
}
/* line 4274, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-subscribe .large-12.columns p {
  color: #333333;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0;
  padding: 0 13px;
}
/* line 4282, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-subscribe .large-12.columns .button.alert {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  padding: 0.625rem;
  margin-bottom: 0.625rem;
}
/* line 4288, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-subscribe .large-12.columns .button.learn-more {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  padding: 0.625rem;
  margin-bottom: 0.125rem;
}
/* line 4296, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-newsletter {
  text-align: center;
}
/* line 4300, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-newsletter .large-12.columns h2 {
  color: #0072bc;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
/* line 4309, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-newsletter .large-12.columns p {
  color: #333333;
  font-family: "Minion Pro", serif;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-bottom: 0.625rem;
  padding: 0 1.25rem;
}
/* line 4321, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-newsletter .large-12.columns form.newsletter-signup input[type='email'] {
  margin: 0 auto 0.8125rem;
  width: 95%;
}
/* line 4326, scss/_custom.scss */
#sidebar .sidebar-subscribe-wrap .row.sidebar-newsletter .large-12.columns form.newsletter-signup input[type='submit'] {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  font-size: 1.5rem;
  margin-bottom: 0.1875rem;
  padding: 0.625rem;
  white-space: normal;
}
@media only screen and (min-width: 641px) {
  /* line 4338, scss/_custom.scss */
  #sidebar .featured-image {
    margin-top: 1.8125rem;
  }
}
/* line 4342, scss/_custom.scss */
#sidebar .featured-image .caption {
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-top: 0.1875rem;
}
/* line 4352, scss/_custom.scss */
#sidebar.mypicks aside {
  padding-bottom: 3% !important;
}
/* line 4355, scss/_custom.scss */
#sidebar aside {
  /*margin-top: rem-calc(20px);*/
  padding-bottom: 20px;
}
/* line 4360, scss/_custom.scss */
#sidebar aside ul li {
  line-height: 1.25rem;
  padding-bottom: 2%;
}
/* line 4366, scss/_custom.scss */
#sidebar aside ul li.meq_downloads a {
  color: #000;
}
/* line 4367, scss/_custom.scss */
#sidebar aside ul li.meq_downloads span.blue > a {
  color: #0072bc;
}
/* line 4372, scss/_custom.scss */
#sidebar aside div.textwidget div.contact-sidebar {
  padding-top: 0.5rem;
}
/* line 4375, scss/_custom.scss */
#sidebar aside div.textwidget div.contact-sidebar h3.contact-sidebar {
  color: #666666;
  font-size: 1rem;
  font-style: oblique;
  font-weight: 200;
  margin-top: -0.5rem;
}
/* line 4384, scss/_custom.scss */
#sidebar aside div.textwidget div.contact-sidebar h3.contact-sidebar + hr {
  margin: 0 0 1rem;
}
/* line 4389, scss/_custom.scss */
#sidebar aside div.textwidget div.contact-sidebar p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin: 0 0 0.75rem;
}
/* line 4403, scss/_custom.scss */
#sidebar aside div.textwidget div.row.tablet-ad .large-12.columns img, #sidebar aside#tablet-ad div.row.tablet-ad .large-12.columns img {
  margin-top: 0.3125rem;
}
/* line 4407, scss/_custom.scss */
#sidebar aside div.textwidget div.row.tablet-ad .large-12.columns h2.subscribe-ad, #sidebar aside#tablet-ad div.row.tablet-ad .large-12.columns h2.subscribe-ad {
  color: #572637;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0;
}
/* line 4416, scss/_custom.scss */
#sidebar aside div.textwidget div.row.tablet-ad .large-12.columns p.subscribe-ad, #sidebar aside#tablet-ad div.row.tablet-ad .large-12.columns p.subscribe-ad {
  color: #333333;
  font-weight: normal;
  letter-spacing: 0.02813rem;
  line-height: 1.375rem;
}
/* line 4424, scss/_custom.scss */
#sidebar aside div.textwidget div.row.tablet-ad .large-12.columns p.subscribe-ad a.subscribe-link, #sidebar aside#tablet-ad div.row.tablet-ad .large-12.columns p.subscribe-ad a.subscribe-link {
  color: #D84A50;
  font-weight: 400;
}

/* end #sidebar */
/* line 4435, scss/_custom.scss */
.meq_products #sidebar {
  background: transparent;
}

/*---
floater
*/
/* line 4443, scss/_custom.scss */
div#floater {
  padding-bottom: 2rem;
}
/* line 4446, scss/_custom.scss */
div#floater a.medium.alert.button.radius.full {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  margin: 1% 0 1% 0;
  font-weight: 600;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .65rem;
  padding-left: .65rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  /* line 4446, scss/_custom.scss */
  div#floater a.medium.alert.button.radius.full {
    font-size: 1.2rem;
    width: auto;
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4446, scss/_custom.scss */
  div#floater a.medium.alert.button.radius.full {
    font-size: 1.15rem;
    width: 80%;
  }
}
/* line 4469, scss/_custom.scss */
div#floater h2.floater-header {
  color: #722339;
  font-size: 1.5rem;
  margin-left: 0.75rem;
}
@media only screen and (min-width: 936px) {
  /* line 4469, scss/_custom.scss */
  div#floater h2.floater-header {
    font-size: 1.85rem;
  }
}
/* line 4480, scss/_custom.scss */
div#floater div.large-4.columns.hide-for-medium-down img {
  margin-top: 0.375rem;
}
/* line 4487, scss/_custom.scss */
div#floater div.large-8.columns p {
  margin-bottom: 0.625rem;
}
/* line 4490, scss/_custom.scss */
div#floater div.large-8.columns ul {
  margin-bottom: 1rem;
  list-style: disc outside;
}
/* line 4494, scss/_custom.scss */
div#floater div.large-8.columns ul li {
  padding-bottom: .5%;
}
/* line 4499, scss/_custom.scss */
div#floater div.large-8.columns div.floater-button-link {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  background-color: #0072bc;
  margin-top: 1.5rem;
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1260px) {
  /* line 4499, scss/_custom.scss */
  div#floater div.large-8.columns div.floater-button-link {
    width: 90%;
  }
}
@media only screen and (min-width: 1800px) {
  /* line 4499, scss/_custom.scss */
  div#floater div.large-8.columns div.floater-button-link {
    width: 85%;
  }
}
/* line 4514, scss/_custom.scss */
div#floater div.large-8.columns div.floater-button-link a {
  color: #fff;
}
/* line 4520, scss/_custom.scss */
div#floater p.disclosure {
  font-size: .8rem;
  margin-bottom: 0;
}

/* line 4526, scss/_custom.scss */
a#floaterModalLink {
  text-transform: uppercase;
  font-size: 0.6rem;
  position: relative;
  top: 6px;
}

/* line 4534, scss/_custom.scss */
.medium.alert.button.radius.full {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  box-shadow: none;
  margin: 0 0 0 0;
  width: auto;
  font-size: .9rem;
  font-weight: 600;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .65rem;
  padding-left: .65rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 4549, scss/_custom.scss */
.small.button.radius.full {
  padding-top: 0.5rem;
  padding-right: .9rem;
  padding-bottom: 0.5rem;
  padding-left: .9rem;
  font-size: .9rem;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: color;
  transition-property: background-color;
  transition-property: border;
  transition-timing-function: linear;
}

/* line 4563, scss/_custom.scss */
.small.button.radius.full:hover {
  color: #fff;
  background-color: #8f110f;
  border-color: #8f110f;
}

/* line 4570, scss/_custom.scss */
.small.button.radius.full.alert:hover {
  color: #fff;
  background-color: #094787;
  border-color: #094787;
}

/* line 4577, scss/_custom.scss */
.button.orange {
  background-color: #ca633d;
  border-color: #ca633d;
}

/* line 4582, scss/_custom.scss */
.button.darkred {
  background-color: #8f110f;
  border-color: #8f110f;
}

/* line 4588, scss/_custom.scss */
.ofiebutton .medium.alert.button.radius.full {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  box-shadow: none;
  margin: 0 0 0 0;
  width: auto;
  font-size: .9rem;
  font-weight: 600;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .65rem;
  padding-left: .65rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #8f110f;
  border-color: #8f110f;
}

/* line 4606, scss/_custom.scss */
form.openx_ofie_form.ofiebutton {
  margin-bottom: 1%;
}

/* line 4611, scss/_custom.scss */
#subscribeFloater .rclp_ofie {
  border-radius: 12px;
  max-width: 750px;
  background-color: #fff;
}

/*---
footer
*/
/* line 4622, scss/_custom.scss */
footer.site-footer {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .95rem;
  font-weight: normal;
  color: #ffffff;
  bottom: 0;
  clear: both;
  left: 0;
  margin-top: 2.5rem;
  padding: 0 1.25rem 0.8125rem;
  position: relative;
  width: 100%;
}
/* line 4637, scss/_custom.scss */
footer.site-footer > div:first-child {
  margin-top: 0.625rem !important;
}
/* line 4642, scss/_custom.scss */
footer.site-footer div.row div {
  text-align: center;
}
/* line 4644, scss/_custom.scss */
footer.site-footer div.row div p {
  font-size: .85rem;
  font-weight: 600;
}
/* line 4647, scss/_custom.scss */
footer.site-footer div.row div p.copyright {
  font-size: .7rem;
}
/* line 4649, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu {
  font-weight: 600;
  color: #ffffff;
  list-style: none outside none;
  margin: 0.625rem auto 0.3125rem;
  width: auto;
  font-size: .85rem;
}
/* line 4656, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu.other-publications {
  margin: 0 auto 0.625rem;
}
/* line 4657, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li {
  display: inline;
  padding: 0 0.0625rem;
}
/* line 4661, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li:after {
  content: ' ';
  padding: 0 1%;
}
/* line 4666, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li.last:after {
  content: close-quote;
}
/* line 4670, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li a {
  color: #ffffff;
  letter-spacing: .08rem;
}
/* line 4673, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li a br:after {
  display: none;
}
/* line 4677, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li.foot-bullet {
  color: #ccc;
  margin-left: 0.3125rem;
  padding: 0;
}
/* line 4683, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li.empty, footer.site-footer div.row div ul.footer-menu li.last, footer.site-footer div.row div ul.footer-menu li:nth-first-child(2), footer.site-footer div.row div ul.footer-menu li:nth-last-child(2) {
  display: none;
}
/* line 4685, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li.empty:after, footer.site-footer div.row div ul.footer-menu li.last:after, footer.site-footer div.row div ul.footer-menu li:nth-first-child(2):after, footer.site-footer div.row div ul.footer-menu li:nth-last-child(2):after {
  content: none;
}
/* line 4690, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li.divider {
  display: none;
}
/* line 4692, scss/_custom.scss */
footer.site-footer div.row div ul.footer-menu li.divider:after {
  display: none;
}
/* line 4702, scss/_custom.scss */
footer.site-footer div.row div ul.social-icons.footer {
  list-style: none outside none;
  margin: 0 auto 0.8125rem;
  text-align: center;
  padding: 0px 17.85%;
}
/* line 4708, scss/_custom.scss */
footer.site-footer div.row div ul.social-icons.footer li {
  display: inline;
  padding: 0;
  margin-left: .75rem;
}
/* line 4714, scss/_custom.scss */
footer.site-footer div.row div ul.social-icons.footer li a img {
  max-width: 1.375rem;
}
/* line 4719, scss/_custom.scss */
footer.site-footer div.row div ul.social-icons.footer li:first-child {
  margin-left: 0;
}
/* line 4726, scss/_custom.scss */
footer.site-footer div.row div p {
  margin-bottom: 0;
}

/* line 4733, scss/_custom.scss */
.row.row-footer {
  margin: 0 auto;
}

/* ---------------------------------------------
 * responsive video wrapper
 * --------------------------------------------- */
/* line 4742, scss/_custom.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 4748, scss/_custom.scss */
.videoWrapper object, .videoWrapper iframe,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print {
  /* line 4761, scss/_custom.scss */
  div.contain-to-grid, header.row.logo, div#order-confirmation-body p, aside#sidebar, footer {
    display: none;
  }
}
/*  --------------------------------------------------
    :: Glossary
  -------------------------------------------------- */
/* line 4770, scss/_custom.scss */
h3.alpha_section {
  clear: both;
  color: #0D0D0D;
  font-family: myriad-pro,Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.75em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25em;
}

/* line 4783, scss/_custom.scss */
.glossaryOffset {
  position: relative;
  height: 255px;
  margin-top: -255px;
  opacity: 0;
  display: block !important;
  z-index: -1;
}

/* line 4792, scss/_custom.scss */
.single-meq_downloads a:target {
  position: relative;
  height: 205px;
  margin-top: -205px;
  opacity: 0;
  display: block !important;
  z-index: -1;
}

/* line 4802, scss/_custom.scss */
.alpha_nav {
  width: 440px;
  font-family: myriad-pro, Arial, sans-serif;
  font-weight: 600;
  text-align: left;
  margin: 1em 0;
  padding: 0;
  float: left;
}

/* line 4812, scss/_custom.scss */
.alpha_nav ul {
  margin: 0;
  padding: 0;
  line-height: 1em;
  float: left;
}

/* line 4819, scss/_custom.scss */
.alpha_nav li {
  margin: 0;
  padding: 3px 0;
  font-size: 11px;
  line-height: 1em;
  display: inline;
  list-style-type: none;
  float: left;
}

/* line 4829, scss/_custom.scss */
.alpha_nav li a {
  color: #7c0000;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  padding: 0 4px;
  margin-right: 5px;
}

/* line 4838, scss/_custom.scss */
.alpha_nav li a:hover {
  color: #fff;
  background-color: #7c0000;
  border: 1px solid #7c0000;
  text-decoration: none;
}

/* line 4846, scss/_custom.scss */
.checkout h4 {
  font-size: 1.1rem;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 4852, scss/_custom.scss */
.checkout .alert-box.secondary {
  background-color: #e0e0e0;
  border-color: #ccc;
  color: #333;
}

/*  --------------------------------------------------
    :: Business Directory Listings
  -------------------------------------------------- */
/* line 4862, scss/_custom.scss */
.wpbdp-msg.error {
  display: none;
}

/* line 4865, scss/_custom.scss */
.wpbdp-listing h2.enhanced {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  background: #094787;
}
/* line 4875, scss/_custom.scss */
.wpbdp-listing .wpbdp-listing-single .stickytag {
  float: none;
  margin-top: 0;
}
/* line 4880, scss/_custom.scss */
.wpbdp-listing .listing-title {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  margin-bottom: 1% !important;
}
/* line 4887, scss/_custom.scss */
.wpbdp-listing h2 {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif !important;
}
/* line 4890, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value {
  float: none;
}
/* line 4892, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value.wpbdp-field-city, .wpbdp-listing .listing-details .field-value.wpbdp-field-state, .wpbdp-listing .listing-details .field-value.wpbdp-field-region, .wpbdp-listing .listing-details .field-value.wpbdp-field-postalcode, .wpbdp-listing .listing-details .field-value.wpbdp-field-address, .wpbdp-listing .listing-details .field-value.wpbdp-field-addressline2 {
  width: auto;
  float: left;
}
/* line 4897, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value.wpbdp-field-address, .wpbdp-listing .listing-details .field-value.wpbdp-field-addressline2 {
  width: auto;
  float: none;
  display: block;
}
/* line 4902, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value.wpbdp-field-phonenumber {
  float: none !important;
  clear: both;
}
/* line 4906, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value.wpbdp-field-state {
  padding-left: 2%;
  padding-right: 2%;
}
/* line 4910, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value.wpbdp-field-postalcode {
  padding-right: 2%;
}
/* line 4913, scss/_custom.scss */
.wpbdp-listing .listing-details .field-value.wpbdp-field-website {
  clear: both;
}
/* line 4919, scss/_custom.scss */
.wpbdp-listing .contact-form {
  display: none;
}

/* line 4923, scss/_custom.scss */
.wpbdp-listing-excerpt.odd {
  background: #fff !important;
}

/* line 4926, scss/_custom.scss */
.wpbdp-listing-excerpt.sticky {
  background: #eee !important;
  border-bottom: none !important;
  border: none;
  margin-bottom: 2%;
  padding: 10px;
}

/* line 4934, scss/_custom.scss */
#wpbdp-view-listings-page {
  clear: both;
}

/* line 4939, scss/_custom.scss */
#wpbdp-view-listings-page .wpbdp-bar, #wpbdp-category-page .wpbdp-bar, #wpbdp-main-page .wpbdp-bar, #wpbdp-search-page .wpbdp-bar, body.archive.category .wpbdp-bar {
  background: transparent;
  margin: 0;
  padding: 0;
  max-width: 60%;
  float: right;
}
/* line 4947, scss/_custom.scss */
#wpbdp-view-listings-page h2.category-name, #wpbdp-category-page h2.category-name, #wpbdp-main-page h2.category-name, #wpbdp-search-page h2.category-name, body.archive.category h2.category-name {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  margin: 0;
}
/* line 113, scss/_custom.scss */
#wpbdp-view-listings-page h2.category-name a, #wpbdp-category-page h2.category-name a, #wpbdp-main-page h2.category-name a, #wpbdp-search-page h2.category-name a, body.archive.category h2.category-name a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
#wpbdp-view-listings-page h2.category-name a:hover, #wpbdp-category-page h2.category-name a:hover, #wpbdp-main-page h2.category-name a:hover, #wpbdp-search-page h2.category-name a:hover, body.archive.category h2.category-name a:hover {
  color: #073a6f;
}
/* line 4954, scss/_custom.scss */
#wpbdp-view-listings-page h3, #wpbdp-category-page h3, #wpbdp-main-page h3, #wpbdp-search-page h3, body.archive.category h3 {
  font-size: 1.4rem;
}
/* line 4959, scss/_custom.scss */
#wpbdp-view-listings-page .wpbdp-bar .wpbdp-main-links, #wpbdp-category-page .wpbdp-bar .wpbdp-main-links, #wpbdp-main-page .wpbdp-bar .wpbdp-main-links, #wpbdp-search-page .wpbdp-bar .wpbdp-main-links, body.archive.category .wpbdp-bar .wpbdp-main-links {
  float: left;
  height: 100%;
  width: 40%;
}
/* line 4965, scss/_custom.scss */
#wpbdp-view-listings-page .wpbdp-bar .wpbdp-search-form, #wpbdp-category-page .wpbdp-bar .wpbdp-search-form, #wpbdp-main-page .wpbdp-bar .wpbdp-search-form, #wpbdp-search-page .wpbdp-bar .wpbdp-search-form, body.archive.category .wpbdp-bar .wpbdp-search-form {
  margin: 0;
  padding: 0 !important;
  margin-left: 0;
  text-align: right;
}
/* line 4973, scss/_custom.scss */
#wpbdp-view-listings-page .field-value label, #wpbdp-category-page .field-value label, #wpbdp-main-page .field-value label, #wpbdp-search-page .field-value label, body.archive.category .field-value label {
  display: none;
}
/* line 4976, scss/_custom.scss */
#wpbdp-view-listings-page .wpbdp-listing-excerpt .listing-actions, #wpbdp-category-page .wpbdp-listing-excerpt .listing-actions, #wpbdp-main-page .wpbdp-listing-excerpt .listing-actions, #wpbdp-search-page .wpbdp-listing-excerpt .listing-actions, body.archive.category .wpbdp-listing-excerpt .listing-actions {
  display: none;
}
/* line 4980, scss/_custom.scss */
#wpbdp-view-listings-page .wpbdp-listing-excerpt .field-value.wpbdp-field-businessname.wpbdp-field-title, #wpbdp-category-page .wpbdp-listing-excerpt .field-value.wpbdp-field-businessname.wpbdp-field-title, #wpbdp-main-page .wpbdp-listing-excerpt .field-value.wpbdp-field-businessname.wpbdp-field-title, #wpbdp-search-page .wpbdp-listing-excerpt .field-value.wpbdp-field-businessname.wpbdp-field-title, body.archive.category .wpbdp-listing-excerpt .field-value.wpbdp-field-businessname.wpbdp-field-title {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-weight: bold;
}
/* line 4985, scss/_custom.scss */
#wpbdp-view-listings-page .field-value.wpbdp-field-category.wpbdp-field-category, #wpbdp-category-page .field-value.wpbdp-field-category.wpbdp-field-category, #wpbdp-main-page .field-value.wpbdp-field-category.wpbdp-field-category, #wpbdp-search-page .field-value.wpbdp-field-category.wpbdp-field-category, body.archive.category .field-value.wpbdp-field-category.wpbdp-field-category {
  font-size: .65rem;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 4990, scss/_custom.scss */
#wpbdp-view-listings-page .field-value.wpbdp-field-category.wpbdp-field-category a, #wpbdp-category-page .field-value.wpbdp-field-category.wpbdp-field-category a, #wpbdp-main-page .field-value.wpbdp-field-category.wpbdp-field-category a, #wpbdp-search-page .field-value.wpbdp-field-category.wpbdp-field-category a, body.archive.category .field-value.wpbdp-field-category.wpbdp-field-category a {
  color: #ffffff;
  background: #094787;
  padding: 2%;
}
@media only screen and (max-width: 1024px) {
  /* line 4990, scss/_custom.scss */
  #wpbdp-view-listings-page .field-value.wpbdp-field-category.wpbdp-field-category a, #wpbdp-category-page .field-value.wpbdp-field-category.wpbdp-field-category a, #wpbdp-main-page .field-value.wpbdp-field-category.wpbdp-field-category a, #wpbdp-search-page .field-value.wpbdp-field-category.wpbdp-field-category a, body.archive.category .field-value.wpbdp-field-category.wpbdp-field-category a {
    line-height: 1.5rem;
  }
}
/* line 5003, scss/_custom.scss */
#wpbdp-view-listings-page #wpbdp-categories ul.wpbdp-categories, #wpbdp-category-page #wpbdp-categories ul.wpbdp-categories, #wpbdp-main-page #wpbdp-categories ul.wpbdp-categories, #wpbdp-search-page #wpbdp-categories ul.wpbdp-categories, body.archive.category #wpbdp-categories ul.wpbdp-categories {
  list-style-type: none;
}
/* line 5006, scss/_custom.scss */
#wpbdp-view-listings-page #wpbdp-categories ul.wpbdp-categories > li, #wpbdp-category-page #wpbdp-categories ul.wpbdp-categories > li, #wpbdp-main-page #wpbdp-categories ul.wpbdp-categories > li, #wpbdp-search-page #wpbdp-categories ul.wpbdp-categories > li, body.archive.category #wpbdp-categories ul.wpbdp-categories > li {
  font-weight: bold;
  width: 50%;
  float: left;
  margin: 0 0 2%;
}
/* line 5012, scss/_custom.scss */
#wpbdp-view-listings-page #wpbdp-categories ul.wpbdp-categories > li ul.children, #wpbdp-category-page #wpbdp-categories ul.wpbdp-categories > li ul.children, #wpbdp-main-page #wpbdp-categories ul.wpbdp-categories > li ul.children, #wpbdp-search-page #wpbdp-categories ul.wpbdp-categories > li ul.children, body.archive.category #wpbdp-categories ul.wpbdp-categories > li ul.children {
  font-weight: normal;
}
/* line 5015, scss/_custom.scss */
#wpbdp-view-listings-page #wpbdp-categories ul.wpbdp-categories > li ul.children li:nth-child(odd), #wpbdp-category-page #wpbdp-categories ul.wpbdp-categories > li ul.children li:nth-child(odd), #wpbdp-main-page #wpbdp-categories ul.wpbdp-categories > li ul.children li:nth-child(odd), #wpbdp-search-page #wpbdp-categories ul.wpbdp-categories > li ul.children li:nth-child(odd), body.archive.category #wpbdp-categories ul.wpbdp-categories > li ul.children li:nth-child(odd) {
  background-color: transparent;
}
/* line 5029, scss/_custom.scss */
#wpbdp-view-listings-page .field-value.wpbdp-field-address, #wpbdp-view-listings-page .field-value.wpbdp-field-addressline2, #wpbdp-view-listings-page .field-value.wpbdp-field-city, #wpbdp-view-listings-page .field-value.wpbdp-field-state, #wpbdp-view-listings-page .field-value.wpbdp-field-postalcode, #wpbdp-view-listings-page .field-value.wpbdp-field-country, #wpbdp-category-page .field-value.wpbdp-field-address, #wpbdp-category-page .field-value.wpbdp-field-addressline2, #wpbdp-category-page .field-value.wpbdp-field-city, #wpbdp-category-page .field-value.wpbdp-field-state, #wpbdp-category-page .field-value.wpbdp-field-postalcode, #wpbdp-category-page .field-value.wpbdp-field-country, #wpbdp-main-page .field-value.wpbdp-field-address, #wpbdp-main-page .field-value.wpbdp-field-addressline2, #wpbdp-main-page .field-value.wpbdp-field-city, #wpbdp-main-page .field-value.wpbdp-field-state, #wpbdp-main-page .field-value.wpbdp-field-postalcode, #wpbdp-main-page .field-value.wpbdp-field-country, #wpbdp-search-page .field-value.wpbdp-field-address, #wpbdp-search-page .field-value.wpbdp-field-addressline2, #wpbdp-search-page .field-value.wpbdp-field-city, #wpbdp-search-page .field-value.wpbdp-field-state, #wpbdp-search-page .field-value.wpbdp-field-postalcode, #wpbdp-search-page .field-value.wpbdp-field-country, body.archive.category .field-value.wpbdp-field-address, body.archive.category .field-value.wpbdp-field-addressline2, body.archive.category .field-value.wpbdp-field-city, body.archive.category .field-value.wpbdp-field-state, body.archive.category .field-value.wpbdp-field-postalcode, body.archive.category .field-value.wpbdp-field-country {
  margin-bottom: 0;
  font-size: 0.85rem;
}
/* line 5037, scss/_custom.scss */
#wpbdp-view-listings-page .field-value.wpbdp-field-ratingaverage span.count, #wpbdp-category-page .field-value.wpbdp-field-ratingaverage span.count, #wpbdp-main-page .field-value.wpbdp-field-ratingaverage span.count, #wpbdp-search-page .field-value.wpbdp-field-ratingaverage span.count, body.archive.category .field-value.wpbdp-field-ratingaverage span.count {
  font-size: .75rem;
  margin-left: 1%;
}
/* line 5044, scss/_custom.scss */
#wpbdp-view-listings-page form#wpbdmsearchform, #wpbdp-category-page form#wpbdmsearchform, #wpbdp-main-page form#wpbdmsearchform, #wpbdp-search-page form#wpbdmsearchform, body.archive.category form#wpbdmsearchform {
  padding: 0 0;
  text-align: right;
}
/* line 5048, scss/_custom.scss */
#wpbdp-view-listings-page form#wpbdmsearchform input#intextbox, #wpbdp-category-page form#wpbdmsearchform input#intextbox, #wpbdp-main-page form#wpbdmsearchform input#intextbox, #wpbdp-search-page form#wpbdmsearchform input#intextbox, body.archive.category form#wpbdmsearchform input#intextbox {
  width: 55%;
  margin-right: 1%;
  height: 2rem;
  float: left;
}
/* line 5055, scss/_custom.scss */
#wpbdp-view-listings-page form#wpbdmsearchform input#wpbdmsearchsubmit, #wpbdp-category-page form#wpbdmsearchform input#wpbdmsearchsubmit, #wpbdp-main-page form#wpbdmsearchform input#wpbdmsearchsubmit, #wpbdp-search-page form#wpbdmsearchform input#wpbdmsearchsubmit, body.archive.category form#wpbdmsearchform input#wpbdmsearchsubmit {
  float: left;
  max-width: 45%;
  word-wrap: normal;
}
@media only screen and (max-width: 767px) {
  /* line 5055, scss/_custom.scss */
  #wpbdp-view-listings-page form#wpbdmsearchform input#wpbdmsearchsubmit, #wpbdp-category-page form#wpbdmsearchform input#wpbdmsearchsubmit, #wpbdp-main-page form#wpbdmsearchform input#wpbdmsearchsubmit, #wpbdp-search-page form#wpbdmsearchform input#wpbdmsearchsubmit, body.archive.category form#wpbdmsearchform input#wpbdmsearchsubmit {
    font-size: .9rem;
  }
}
/* line 5063, scss/_custom.scss */
#wpbdp-view-listings-page form#wpbdmsearchform input[type="submit"], #wpbdp-view-listings-page form#wpbdmsearchform input[type="reset"], #wpbdp-category-page form#wpbdmsearchform input[type="submit"], #wpbdp-category-page form#wpbdmsearchform input[type="reset"], #wpbdp-main-page form#wpbdmsearchform input[type="submit"], #wpbdp-main-page form#wpbdmsearchform input[type="reset"], #wpbdp-search-page form#wpbdmsearchform input[type="submit"], #wpbdp-search-page form#wpbdmsearchform input[type="reset"], body.archive.category form#wpbdmsearchform input[type="submit"], body.archive.category form#wpbdmsearchform input[type="reset"] {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  border-radius: 6px;
  /* box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow; */
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  /* text-shadow: 1px 1px 3px #333333; */
  background-color: #094787;
  border: #f79b70;
  color: #ffffff;
  padding-top: .35rem;
  padding-right: .8rem;
  padding-bottom: .35rem;
  padding-left: .8rem;
}
/* line 5080, scss/_custom.scss */
#wpbdp-view-listings-page form#wpbdmsearchform a.advanced-search-link, #wpbdp-category-page form#wpbdmsearchform a.advanced-search-link, #wpbdp-main-page form#wpbdmsearchform a.advanced-search-link, #wpbdp-search-page form#wpbdmsearchform a.advanced-search-link, body.archive.category form#wpbdmsearchform a.advanced-search-link {
  font-size: 80%;
  display: block;
  clear: both;
  margin: 2% 4%;
}
/* line 5089, scss/_custom.scss */
#wpbdp-view-listings-page #wpbdp-search-form-wrapper form p, #wpbdp-category-page #wpbdp-search-form-wrapper form p, #wpbdp-main-page #wpbdp-search-form-wrapper form p, #wpbdp-search-page #wpbdp-search-form-wrapper form p, body.archive.category #wpbdp-search-form-wrapper form p {
  text-align: right;
}
/* line 5090, scss/_custom.scss */
#wpbdp-view-listings-page #wpbdp-search-form-wrapper input[type="submit"], #wpbdp-view-listings-page #wpbdp-search-form-wrapper input[type="reset"], #wpbdp-category-page #wpbdp-search-form-wrapper input[type="submit"], #wpbdp-category-page #wpbdp-search-form-wrapper input[type="reset"], #wpbdp-main-page #wpbdp-search-form-wrapper input[type="submit"], #wpbdp-main-page #wpbdp-search-form-wrapper input[type="reset"], #wpbdp-search-page #wpbdp-search-form-wrapper input[type="submit"], #wpbdp-search-page #wpbdp-search-form-wrapper input[type="reset"], body.archive.category #wpbdp-search-form-wrapper input[type="submit"], body.archive.category #wpbdp-search-form-wrapper input[type="reset"] {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  border-radius: 6px;
  /* box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow; */
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  /* text-shadow: 1px 1px 3px #333333; */
  background-color: #f26522;
  border: #f79b70;
  color: #ffffff;
  padding-top: .35rem;
  padding-right: .8rem;
  padding-bottom: .35rem;
  padding-left: .8rem;
  width: auto;
  text-align: right;
}
/* line 5110, scss/_custom.scss */
#wpbdp-view-listings-page .field-value.wpbdp-field-category.wpbdp-field-category, #wpbdp-category-page .field-value.wpbdp-field-category.wpbdp-field-category, #wpbdp-main-page .field-value.wpbdp-field-category.wpbdp-field-category, #wpbdp-search-page .field-value.wpbdp-field-category.wpbdp-field-category, body.archive.category .field-value.wpbdp-field-category.wpbdp-field-category {
  float: right !important;
  width: 48%;
  text-align: right;
  margin-left: 2%;
  /* padding-bottom: 8%;*/
  padding-bottom: 0;
  padding-top: 1.5%;
}
/* line 5119, scss/_custom.scss */
#wpbdp-view-listings-page .field-value.wpbdp-field-businessname.wpbdp-field-title, #wpbdp-category-page .field-value.wpbdp-field-businessname.wpbdp-field-title, #wpbdp-main-page .field-value.wpbdp-field-businessname.wpbdp-field-title, #wpbdp-search-page .field-value.wpbdp-field-businessname.wpbdp-field-title, body.archive.category .field-value.wpbdp-field-businessname.wpbdp-field-title {
  float: left;
  width: 50%;
  padding-bottom: 2%;
}

/* line 5127, scss/_custom.scss */
#wpbdp-view-listings-page .wpbdp-listing {
  margin-bottom: 20px;
}

/* line 5131, scss/_custom.scss */
body.archive.category .wpbdp-field-category, body.archive.tag .wpbdp-field-category {
  margin-top: 3%;
  margin-bottom: 3%;
}
/* line 5136, scss/_custom.scss */
body.archive.category .wpbdp-field-ratingaverage, body.archive.tag .wpbdp-field-ratingaverage {
  display: none;
}

/* line 5142, scss/_custom.scss */
.wpbdp-listing-excerpt .even {
  border: 1px solid #666;
  background-color: #e1e1e1;
}
/* line 5143, scss/_custom.scss */
.wpbdp-listing-excerpt .odd {
  border: 1px solid #666;
  background-color: #bcc8bf !important;
}
/* line 5144, scss/_custom.scss */
.wpbdp-listing-excerpt div.small-9 {
  padding: 10px 20px 10px 10px;
}

/* line 5147, scss/_custom.scss */
.wpbdp-listings-sort-options {
  font-size: 90%;
  margin: 5px 0;
  text-align: right;
  width: 100%;
  clear: both;
}

/* line 5155, scss/_custom.scss */
#wpbdp-search-form {
  padding-left: 0 !important;
}
/* line 5158, scss/_custom.scss */
#wpbdp-search-form h2.title {
  color: #000000;
  margin: 1.25rem 0 0.625rem;
  font-size: 1.4rem;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  text-transform: lowercase;
  font-weight: normal;
}
/* line 113, scss/_custom.scss */
#wpbdp-search-form h2.title a {
  color: #094787;
  transition: color 300ms ease-out 0s;
}
/* line 117, scss/_custom.scss */
#wpbdp-search-form h2.title a:hover {
  color: #073a6f;
}
/* line 5167, scss/_custom.scss */
#wpbdp-search-form .wpbdp-search-filter div.label {
  display: block;
  width: 20%;
  float: left;
  background: transparent;
  color: #000;
  text-align: left;
  padding: 0;
}
/* line 5176, scss/_custom.scss */
#wpbdp-search-form .wpbdp-search-filter div.field {
  display: block;
  width: 40%;
  margin-left: 20%;
  padding-left: 5px;
}

/* line 5186, scss/_custom.scss */
div.enhancedplus div.wpbdp-listing-excerpt.sticky {
  border: 2px solid #094787 !important;
  background: #e0e0e0 !important;
}

/*  ---------------------------------------------------------
    :: The Events Calendar (Tribe Events)
    - many styles also in tribe-events/tribe-events.css and
    tribe-events/pro/widget-calendar.css (rr mini-calendar styles)
  ----------------------------------------------------------- */
/* line 5195, scss/_custom.scss */
h2.tribe-events-list-event-title, h2.tribe-events-map-event-title {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
}

/* line 5200, scss/_custom.scss */
.single-tribe_events .social-home {
  padding-top: 1%;
}

/* line 5205, scss/_custom.scss */
.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
  background-color: #eee !important;
}
/* line 5208, scss/_custom.scss */
.tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event, .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event {
  color: #094787;
  font-weight: 600 !important;
}

/* line 5215, scss/_custom.scss */
.tribe-mini-calendar td, .tribe-mini-calendar th {
  border: 1px solid #eee !important;
}

/* line 5219, scss/_custom.scss */
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] {
  font-weight: normal !important;
}
/* line 5220, scss/_custom.scss */
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
  background: transparent !important;
}

/* line 5226, scss/_custom.scss */
td.tribe-events-thismonth, td.tribe-events-othermonth {
  font-size: 1.3rem !important;
}
@media only screen and (max-width: 1024px) {
  /* line 5226, scss/_custom.scss */
  td.tribe-events-thismonth, td.tribe-events-othermonth {
    font-size: 1rem !important;
  }
}

/* line 5233, scss/_custom.scss */
table.tribe-events-calendar th {
  font-size: .75rem;
}

/* line 5237, scss/_custom.scss */
.tribe-events-list h2.tribe-events-page-title {
  margin-bottom: 0;
}

/* line 5241, scss/_custom.scss */
h2.tribe-events-page-title {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  text-align: center;
  clear: none;
}

/* line 5252, scss/_custom.scss */
.tribe-events-sub-nav a[rel="next"] {
  float: right;
  font-size: 0.85em;
  font-weight: 600;
}

/* WP Email */
/* line 5264, scss/_custom.scss */
.wp-email label {
  font-weight: bold;
  margin-bottom: 0;
}
/* line 5268, scss/_custom.scss */
.wp-email p br {
  display: none;
}

/* right margin toc formatting */
/* line 5275, scss/_custom.scss */
a.medium.alert.button.radius.full.rmargin-toc.button {
  text-decoration: none;
  color: #ffffff;
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  text-transform: uppercase;
  margin: 0 auto 0;
  width: 100%;
  font-size: 1.45rem;
  font-weight: bold !important;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: none;
  padding-right: .35rem;
  padding-left: .35rem;
  padding-top: .3rem;
  padding-bottom: .35rem;
  box-shadow: none;
}

/* line 5292, scss/_custom.scss */
.entry-content.toc .rmargin-toc-tab, .rmargin-toc-tab {
  background-color: #094787;
  color: white;
  padding: 15px;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

/* line 5293, scss/_custom.scss */
.entry-content.toc .rmargin-toc, .rmargin-toc {
  background-color: #eee;
  padding: 15px;
}
/* line 5296, scss/_custom.scss */
.entry-content.toc .rmargin-toc ul, .rmargin-toc ul {
  list-style-type: none;
}

/* line 5301, scss/_custom.scss */
ul.toc li {
  padding-bottom: 2%;
}

/* line 5305, scss/_custom.scss */
li.toc_current {
  font-weight: bold;
}

/* line 5308, scss/_custom.scss */
.entry-content.toc .rmargin-toc a, .rmargin-toc a {
  color: #094787;
}

/* line 5309, scss/_custom.scss */
.entry-content.toc .rmargin-toc a:hover, .rmargin-toc a:hover {
  color: #0069ad;
  text-decoration: underline;
}

/* line 5310, scss/_custom.scss */
.entry-content.toc div.rmargin-toc p > a:hover, div.rmargin-toc p > a:hover {
  color: #0069ad;
}

/* format prev and next */
/* line 5313, scss/_custom.scss */
div.row.pagination-single {
  background-color: #eeeeee;
  padding: 8px 0;
  margin: 10px 0 20px 0;
}

/* line 5314, scss/_custom.scss */
div.row.pagination-single a {
  margin: 0;
  padding: 0;
}

/* add bot trap, just hide it */
/* line 5318, scss/_custom.scss */
div.username.contest-form {
  display: none;
  visibility: hidden;
}

/* line 5319, scss/_custom.scss */
div.nothing {
  display: block;
}

/* post it */
/* == FOLDED CORNERS */
/* line 3852, scss/_custom.scss */
/* line 5326, scss/_custom.scss */
div.postit {
  width: 100%;
  margin-top: 8px;
  font-size: .9em;
  line-height: 1.33em;
}

/* line 3853, scss/_custom.scss */
/* line 5334, scss/_custom.scss */
div.postit.small {
  width: 33%;
}

/* line 3854, scss/_custom.scss */
/* line 5339, scss/_custom.scss */
div.postit.thirds {
  width: 44%;
}

/* line 3855, scss/_custom.scss */
/* line 5344, scss/_custom.scss */
div.postit.med, div.postit.medium {
  width: 50%;
}

/* line 3856, scss/_custom.scss */
/* line 5349, scss/_custom.scss */
div.postit.large {
  width: 75%;
}

/* line 3857, scss/_custom.scss */
/* line 5354, scss/_custom.scss */
div.postit.full {
  width: 100%;
}

/* line 3858, scss/_custom.scss */
/* line 5359, scss/_custom.scss */
div.postit.left {
  float: left;
  margin-right: 20px;
}

/* line 3859, scss/_custom.scss */
/* line 5365, scss/_custom.scss */
div.postit.right {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 736px) {
  /* line 3862, scss/_custom.scss */
  /* line 5372, scss/_custom.scss */
  div.postit.small {
    width: 100%;
  }

  /* line 3863, scss/_custom.scss */
  /* line 5377, scss/_custom.scss */
  div.postit.med {
    width: 100%;
  }

  /* line 3864, scss/_custom.scss */
  /* line 5382, scss/_custom.scss */
  div.postit.large {
    width: 100%;
  }

  /* line 3865, scss/_custom.scss */
  /* line 5387, scss/_custom.scss */
  div.postit.full {
    width: 100%;
  }
}
/* line 3867, scss/_custom.scss */
/* line 5392, scss/_custom.scss */
.postit {
  position: relative;
  width: 480px;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #97C02F;
  overflow: hidden;
}

/* line 3877, scss/_custom.scss */
/* line 5403, scss/_custom.scss */
.postit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #658E15 #658E15;
  /* A bit more verbose to work with .rounded too */
  background: #658E15;
  /* For when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 3893, scss/_custom.scss */
/* line 5425, scss/_custom.scss */
.postit.red {
  background: #C93213;
}

/* line 3894, scss/_custom.scss */
/* line 5430, scss/_custom.scss */
.postit.red:before {
  border-color: #fff #fff #97010A #97010A;
  background: #97010A;
}

/* line 3896, scss/_custom.scss */
/* line 5436, scss/_custom.scss */
.postit.blue {
  background: #53A3B4;
}

/* line 3897, scss/_custom.scss */
/* line 5441, scss/_custom.scss */
.postit.blue:before {
  border-color: #fff #fff transparent transparent;
  background: transparent;
}

/* line 3899, scss/_custom.scss */
/* line 5447, scss/_custom.scss */
.postit.taupe {
  background: #999868;
}

/* line 3900, scss/_custom.scss */
/* line 5452, scss/_custom.scss */
.postit.taupe:before {
  border-color: #fff #fff #BDBB8B #BDBB8B;
  background: #BDBB8B;
}

/* line 3902, scss/_custom.scss */
/* line 5458, scss/_custom.scss */
.postit.coffee {
  background: #c47f76;
}

/* line 3903, scss/_custom.scss */
/* line 5463, scss/_custom.scss */
.postit.coffee:before {
  border-color: #fff #fff #901b29 #901b29;
  background: #901b29;
}

/* line 3905, scss/_custom.scss */
/* line 5469, scss/_custom.scss */
.postit.tan {
  background: #cd9574;
}

/* line 3906, scss/_custom.scss */
/* line 5474, scss/_custom.scss */
.postit.tan:before {
  border-color: #fff #fff #a44b1f #a44b1f;
  background: #a44b1f;
}

/* line 3908, scss/_custom.scss */
/* line 5480, scss/_custom.scss */
.postit.yellow {
  background: #f7f099;
}

/* line 3909, scss/_custom.scss */
/* line 5485, scss/_custom.scss */
.postit.yellow {
  color: #000000;
}

/* line 3910, scss/_custom.scss */
/* line 5490, scss/_custom.scss */
.postit.yellow:before {
  border-color: #fff #fff #e2dc8c #e2dc8c;
  background: #e2dc8c;
}

/* line 3913, scss/_custom.scss */
/* line 5496, scss/_custom.scss */
.postit.gray {
  background: #eeeeee;
}

/* line 3914, scss/_custom.scss */
/* line 5501, scss/_custom.scss */
.postit.gray {
  color: #000000;
}

/* line 3915, scss/_custom.scss */
/* line 5506, scss/_custom.scss */
.postit.gray:before {
  border-color: #fff #fff #bbbbbb #bbbbbb;
  background: #bbbbbb;
}

/* ROUNDED CORNERS VERSION
 * All modern browsers can produce this effect with a single pseudo-element.
 * However, they all have bugs (mainly to do with border-radius) that make this a bit tricky.
 * As far as I can tell, this is the only cross-browser method for the moment.
 * Can't use this method for the simple effect because Opera 11 will only show backgrounds
 * through transparent borders if there is a border-radius applied.
 */
/* line 3932, scss/_custom.scss */
/* line 5519, scss/_custom.scss */
.postit.rounded {
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

/* line 3938, scss/_custom.scss */
/* line 5526, scss/_custom.scss */
.postit.rounded:before {
  border-width: 8px;
  /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
  border-color: #fff #fff transparent transparent;
  /* Avoids the 1px 'step' in webkit. Background colour shows through */
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

/* list formatting */
/* line 5537, scss/_custom.scss */
ul.bullet_indent {
  list-style-position: outside;
  margin-left: 1em;
}

/* line 5541, scss/_custom.scss */
ul.bullet_list {
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 18px;
}

/* line 5546, scss/_custom.scss */
ul.bullet_list li {
  margin-bottom: 0.5em;
  margin-left: 10px;
  background-image: url("/wp-content/themes/haven-foundation-5/img/bullet-dark.png");
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0 0 .33em 0;
  line-height: 1.25em;
  padding-left: 15px;
}

/* line 5556, scss/_custom.scss */
ul.bullet_list li a, ul.bullet_list li a:visited {
  color: #454545;
}

/* line 5559, scss/_custom.scss */
ul.bullet_list li a:hover, ul.bullet_list li a:focus {
  color: #2795b6;
}

/* rclp formatting */
/* line 5564, scss/_custom.scss */
.single_rclp div.entry > h1 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.25em;
  font-size: 2rem;
  font-weight: normal;
}

/* line 5565, scss/_custom.scss */
.single_rclp div.entry > h2 {
  margin-bottom: 5px;
  margin-top: 30px;
  line-height: 1.25em;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 5566, scss/_custom.scss */
.single_rclp div.entry > h3 {
  margin-bottom: 5px;
  margin-top: 30px;
  line-height: 1.25em;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 5568, scss/_custom.scss */
.hidden,
label + input.input-text.hidden, label + textarea.hidden, label + select.hidden, label + div.dropdown.hidden, select + div.dropdown.hidden {
  display: none;
  height: 0;
  font-size: 0px;
  visibility: hidden;
}

/* line 5576, scss/_custom.scss */
p.indent {
  margin-left: 4em;
}

/* line 5578, scss/_custom.scss */
.rclpcomments {
  margin-top: 20px;
}

/* line 5579, scss/_custom.scss */
p.commentor.smalltext.tight {
  margin-bottom: 0;
  color: gray;
  font-size: .9em;
}

/* line 5580, scss/_custom.scss */
li.divider {
  border-bottom: 1px dotted gray;
  margin-bottom: 18px;
}

/* line 5582, scss/_custom.scss */
.row.comments_section {
  padding-top: 3px;
  margin-top: 30px;
}

/* line 5583, scss/_custom.scss */
.row.comments_section div.columns div.comment_title {
  background-color: #094787;
  width: 100%;
  padding-left: 20px;
}

/* line 5584, scss/_custom.scss */
.min-height {
  min-height: 800px;
}

/* update color */
/* line 5588, scss/_custom.scss */
.top-bar-section li.active:not(.has-form) a:not(.button) {
  color: #8f110f;
}

/* line 5592, scss/_custom.scss */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #8f110f;
}

/* calendar micro formatting of sidebar and page in general */
/* line 5597, scss/_custom.scss */
table#wp-calendar {
  text-align: center;
  width: 90%;
  margin: 0 auto 20px auto;
}

/* line 5598, scss/_custom.scss */
ul.menu#menu-browse-topics-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 0;
}

/*#sidebar aside ul.menu#menu-browse-topics-menu li:last-of-type {display:none;visibility:hidden;}*/
/* line 5601, scss/_custom.scss */
aside#sidebar.events ul.free_reports {
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 5607, scss/_custom.scss */
aside#sidebar.events ul#menu-top-topics {
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 12px;
}

/* line 5613, scss/_custom.scss */
aside#sidebar.events ul.menu#menu-browse-topics-menu {
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 18px;
  margin-left: 0;
}

/* line 5620, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li,
#sidebar aside ul.menu#menu-directories li,
aside ul.free_reports li,
ul#menu-top-topics li {
  margin-bottom: 0.5em;
  margin-left: 0;
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0;
  line-height: 1.25em;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.3rem;
  font-weight: 400;
  border-top: 1px solid #094787;
}
/* line 5637, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li a,
#sidebar aside ul.menu#menu-directories li a,
aside ul.free_reports li a,
ul#menu-top-topics li a {
  color: #333333;
}
/* line 5639, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li a.topic-top:after,
#sidebar aside ul.menu#menu-directories li a.topic-top:after,
aside ul.free_reports li a.topic-top:after,
ul#menu-top-topics li a.topic-top:after {
  /* content: '\f198';
   display: block;
   float: right;
   height: 11px;
   width: 13px;
   margin: 5px 13px 0 0;
   color: $darkblue;
   font-family: "foundation-icons";
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   text-decoration: inherit;
   font-size: 1.15rem;*/
}
/* line 5658, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li a.topic-top.open:after,
#sidebar aside ul.menu#menu-directories li a.topic-top.open:after,
aside ul.free_reports li a.topic-top.open:after,
ul#menu-top-topics li a.topic-top.open:after {
  /* content: '\f198';
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);*/
}
/* line 5667, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li:last-of-type,
#sidebar aside ul.menu#menu-directories li:last-of-type,
aside ul.free_reports li:last-of-type,
ul#menu-top-topics li:last-of-type {
  border-bottom: none;
}
/* line 5670, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.Videos, #sidebar aside ul.menu#menu-browse-topics-menu li.Video,
#sidebar aside ul.menu#menu-directories li.Videos,
#sidebar aside ul.menu#menu-directories li.Video,
aside ul.free_reports li.Videos,
aside ul.free_reports li.Video,
ul#menu-top-topics li.Videos,
ul#menu-top-topics li.Video {
  background-image: url("/wp-content/themes/haven-foundation-5/img/video-icon.png");
  background-position: 3px;
  background-repeat: no-repeat;
  background-position-y: 3px;
}
/* line 5675, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.Videos div, #sidebar aside ul.menu#menu-browse-topics-menu li.Video div,
#sidebar aside ul.menu#menu-directories li.Videos div,
#sidebar aside ul.menu#menu-directories li.Video div,
aside ul.free_reports li.Videos div,
aside ul.free_reports li.Video div,
ul#menu-top-topics li.Videos div,
ul#menu-top-topics li.Video div {
  color: #094787;
  cursor: pointer;
}
/* line 5682, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li ul,
#sidebar aside ul.menu#menu-directories li ul,
aside ul.free_reports li ul,
ul#menu-top-topics li ul {
  margin-left: -15px;
  margin-top: 2%;
}
/* line 5684, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.accordion-navigation .subcategory,
#sidebar aside ul.menu#menu-directories li.accordion-navigation .subcategory,
aside ul.free_reports li.accordion-navigation .subcategory,
ul#menu-top-topics li.accordion-navigation .subcategory {
  font-size: .8rem;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  padding: 2% 0 2% 0;
}
/* line 5692, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.accordion-navigation .subcategory a,
#sidebar aside ul.menu#menu-directories li.accordion-navigation .subcategory a,
aside ul.free_reports li.accordion-navigation .subcategory a,
ul#menu-top-topics li.accordion-navigation .subcategory a {
  font-size: .8rem;
  font-weight: normal;
}

/* line 5699, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li {
  padding: 3% 3%;
}

/* line 5703, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li:hover {
  color: #004476;
}
/* line 5705, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li:hover a {
  color: #004476;
}

/* line 5708, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item .description {
  display: none;
}

/* line 5713, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description {
  display: block;
  color: #000000;
  background: #ffffff;
  padding: 3% 3%;
  margin-top: 3%;
}
/* line 5720, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description a {
  padding: 0;
  color: #333333;
}
/* line 5722, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description p {
  padding-left: 65px;
  margin-bottom: 1em;
}
/* line 5727, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.aging-independence, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.aging-independence-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/aging.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
/* line 5736, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.bones-joints, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.bones-joints-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/knee-joint.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5743, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.cancer, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.cancer-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/cancer.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5750, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.copd, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.copd-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/lungs.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5757, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.depression, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.depression-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/cloud-lighteningbolt.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5764, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.diabetes, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.diabetes-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/diabetes.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5771, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.digestive-health, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.digestive-health-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/stomach.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5778, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.energy, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.energy-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/lightening-bolt.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5785, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.eyes-ears-nose-throat, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.eyes-ears-nose-throat-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/nasal-cavacity.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5792, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.gluten-free-food-allergies, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.gluten-free-food-allergies-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/glutenFree.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5799, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.heart-health, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.heart-health-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/heart.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5806, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.memory, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.memory-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/brain.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5813, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.mobility-fitness, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.mobility-fitness-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/swimmer.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5820, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.nutrition, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.nutrition-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/apple.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5827, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.pain, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.pain-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/bandage.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5834, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.prostate, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.prostate-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/prostate.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5841, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.sleep, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.sleep-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/crescent-moon-2stars.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5848, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.stress-anxiety, #sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.stress-anxiety-topics {
  background-image: url("/wp-content/themes/haven-foundation-5/img/seated-meditation-pose.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5855, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.mens-health {
  background-image: url("/wp-content/themes/haven-foundation-5/img/mens.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
/* line 5862, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item:hover .description.womens-health {
  background-image: url("/wp-content/themes/haven-foundation-5/img/womens-health.png");
  background-position: 3px 12px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

/* line 5874, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item span.topic:hover {
  color: #ffffff;
}
/* line 5876, scss/_custom.scss */
#sidebar aside ul.menu#menu-browse-topics-menu li.cat-post-item span.topic:hover a {
  color: #ffffff;
}

/* line 5880, scss/_custom.scss */
aside ul.free_reports {
  margin-left: 0;
}
/* line 5883, scss/_custom.scss */
aside ul.free_reports li {
  margin-bottom: 0.5em;
  margin-left: 0;
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0;
  line-height: 1.25em;
  padding: 3%;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1rem;
  font-weight: 600;
  /* border: 1px solid $lightgrey;*/
  border-bottom: none;
  /*  &:last-of-type{border-bottom: 1px solid $lightgrey;}*/
}

/* line 5903, scss/_custom.scss */
ul.menu#menu-directories {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 30px;
}

/* line 5904, scss/_custom.scss */
ul.menu#menu-directories li a {
  color: #0c7723;
}

/* line 5905, scss/_custom.scss */
ul.menu#menu-directories li a:hover {
  color: #0069AD;
}

/* line 5906, scss/_custom.scss */
#sidebar aside ul.menu#menu-directories li {
  margin-bottom: 0.5em;
  margin-left: 10px;
  background-image: url("/wp-content/themes/haven-foundation-5/img/bullet-dark.png");
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0 0 .33em 0;
  line-height: 1.25em;
  padding-left: 15px;
  list-style-position: outside;
  list-style-type: none;
}

/* line 5918, scss/_custom.scss */
#sidebar aside ul.menu#menu-directories li.arrow_link {
  background-image: none;
  margin: 0 10px .33em 0;
  line-height: 1.25em;
  padding-left: 0;
  list-style-position: outside;
  list-style-type: none;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}

/* line 5931, scss/_custom.scss */
aside#sidebar.events .tribe-events-list-widget {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 5932, scss/_custom.scss */
aside#text-16 .textwidget {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 5933, scss/_custom.scss */
aside.widget.tribe-events-list-widget,
aside.widget.tribe-events-list-widget .textwidget {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 5935, scss/_custom.scss */
aside#sidebar.events .widget.widget_nav_menu {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 5936, scss/_custom.scss */
aside#sidebar.events .fr .styled-box-content {
  margin-left: 0;
  padding-left: 0;
}

/* line 5938, scss/_custom.scss */
.tribe-events-list-separator-month {
  margin-top: 0;
}

/* line 5939, scss/_custom.scss */
.tribe-mini-calendar-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90% !important;
  max-width: 100% !important;
}

/* line 5940, scss/_custom.scss */
.tribe-mini-calendar-grid-wrapper {
  margin-bottom: 0 !important;
}

/* line 5941, scss/_custom.scss */
table.tribe-mini-calendar {
  margin-bottom: 0;
}

/* line 5943, scss/_custom.scss */
#event_image_uploader.tribe-events-community-details,
#event_cost.tribe-events-community-details {
  display: none;
  visibility: hidden;
}

/* line 5945, scss/_custom.scss */
.table-menu-wrapper {
  margin-left: 200px !important;
}

/* line 5946, scss/_custom.scss */
button.addevent, .button.addevent {
  padding-top: 0.25rem;
  padding-right: .25rem;
  padding-bottom: 0.35rem;
  padding-left: 0.25rem;
  font-size: 0.8125rem;
}

/* line 5953, scss/_custom.scss */
.row.textwidget.addevents {
  padding-bottom: 20px;
  padding-top: 10px;
}

/* line 5954, scss/_custom.scss */
.row.textwidget.addevents p {
  margin-bottom: 0;
}

/* line 5955, scss/_custom.scss */
.tribe-events-list-event-description.tribe-events-content.description.entry-summary {
  margin-bottom: 20px;
}

/* line 5958, scss/_custom.scss */
#EventStartDate, #EventEndDate {
  display: inline;
  width: auto;
}

/* line 5959, scss/_custom.scss */
span.timeofdayoptions select {
  display: inline;
  width: 45px;
}

/* end of calendar page formatting */
/* tools & adjustments */
/*.download img {-webkit-box-shadow: 2px 2px 10px 2px rgba(224,224,224,1);
-moz-box-shadow: 2px 2px 10px 2px rgba(224,224,224,1);
box-shadow: 2px 2px 10px 2px rgba(224,224,224,1);}*/
/* line 5968, scss/_custom.scss */
.disclosure {
  color: #888 !important;
}

/* line 5970, scss/_custom.scss */
.ofie p.disclosure, #floater p.disclosure {
  font-size: .7em !important;
}

/* line 5974, scss/_custom.scss */
.topspace {
  margin-top: 5px;
}

/* line 5975, scss/_custom.scss */
.comment p {
  color: #777;
  font-size: .9em;
}

/* line 5976, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_footer input.button, #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #8f020d;
  border: 0;
}

/* line 5978, scss/_custom.scss */
#gform_wrapper_1.gform_wrapper .gform_footer input.button:hover, #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #000000;
  border: 0;
}

/* line 5979, scss/_custom.scss */
div.gform_confirmation_message {
  color: #000000;
}

/* line 5980, scss/_custom.scss */
div.icon-grid:first-of-type {
  margin-bottom: 20px;
}

/* Added from mod */
/* line 5984, scss/_custom.scss */
#spacer {
  position: relative;
  height: 142px;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}

/* line 5993, scss/_custom.scss */
.contain-to-grid.eyebrow {
  position: absolute;
  padding-top: 5px;
  margin-top: 40px;
}

/* line 5999, scss/_custom.scss */
.contain-to-grid.eyebrow h1.title img {
  margin-top: 2px;
}

/* line 6003, scss/_custom.scss */
.pagecontent .scrollableArea {
  top: 0;
}

/* line 6007, scss/_custom.scss */
.topBar {
  max-width: 68rem;
  margin: 0 auto;
}

/* line 6012, scss/_custom.scss */
.leaderboard {
  padding-top: 24px;
}

/* line 6016, scss/_custom.scss */
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
  height: auto;
}

/* Directory add-on styles moved to line 4181 above to incorporate into scss*/
/* post image formatting */
/* line 6023, scss/_custom.scss */
.wp-caption.alignleft {
  margin: 0;
  padding: 0 1% 1% 0;
}

/* line 6024, scss/_custom.scss */
.wp-caption.alignright {
  margin: 0;
  padding: 0 0 1% 1%;
}

/* line 6026, scss/_custom.scss */
div.ee_comments {
  float: left;
  margin: 0;
  padding: 0 1% 1% 0;
  max-width: 50%;
}

/* line 6027, scss/_custom.scss */
.entry.blog_entry img.attachment-single-thumbnail.wp-post-image {
  max-width: 50%;
  float: left;
  margin: 5px 12px 12px 0;
  border: 0px solid #ccc;
}

/* line 6028, scss/_custom.scss */
.entry.blog_entry div.ee_comments img.attachment-single-thumbnail.wp-post-image {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}

/* line 6029, scss/_custom.scss */
p.ee_image_caption, p.wp-caption-text, dd.wp-caption-text, li.wp-caption-text {
  font-size: .70rem;
  color: #333333;
  font-weight: normal;
  margin: 5px 0;
}

/* line 6030, scss/_custom.scss */
.wp-caption-text {
  text-align: left;
}

/* line 6032, scss/_custom.scss */
section#page {
  padding-top: 223px;
}
@media only screen and (min-width: 1024px) {
  /* line 6032, scss/_custom.scss */
  section#page {
    padding-top: 223px !important;
  }
}

@media only screen and (min-width: 501px) {
  /* line 6041, scss/_custom.scss */
  .video-meta {
    width: 100%;
    max-width: 239px;
    position: absolute;
    top: 32%;
  }
  /* line 6050, scss/_custom.scss */
  .video-meta.featured {
    max-width: 370px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 640px) {
  /* line 6041, scss/_custom.scss */
  .video-meta {
    left: 1rem;
    top: 45%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 6041, scss/_custom.scss */
  .video-meta {
    top: 52%;
  }
}
/* line 6062, scss/_custom.scss */
.video-meta img.vid-play {
  display: none;
}
@media only screen and (min-width: 501px) {
  /* line 6062, scss/_custom.scss */
  .video-meta img.vid-play {
    display: block;
    max-width: 3.75rem;
    margin: 0 auto;
    position: relative;
  }
}
/* line 6077, scss/_custom.scss */
.video-meta .video-title {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  max-width: 37rem;
}
@media only screen and (max-width: 500px) {
  /* line 6087, scss/_custom.scss */
  .video-meta .video-title span.vid-title {
    bottom: 33px;
    display: table;
    left: 36px;
    max-width: 85%;
    position: relative;
  }
}
@media only screen and (min-width: 501px) {
  /* line 6077, scss/_custom.scss */
  .video-meta .video-title {
    display: inline;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  /* line 6099, scss/_custom.scss */
  .video-meta .video-title a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 800px) {
  /* line 6077, scss/_custom.scss */
  .video-meta .video-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 700px) {
  /* line 6077, scss/_custom.scss */
  .video-meta .video-title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 500px) {
  /* line 6077, scss/_custom.scss */
  .video-meta .video-title {
    clear: both;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
/* line 6117, scss/_custom.scss */
.video-meta .video-speaker {
  color: #ECECED;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: -2px;
}
@media only screen and (min-width: 501px) {
  /* line 6117, scss/_custom.scss */
  .video-meta .video-speaker {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (max-width: 700px) {
  /* line 6117, scss/_custom.scss */
  .video-meta .video-speaker {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 6117, scss/_custom.scss */
  .video-meta .video-speaker {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  /* line 6117, scss/_custom.scss */
  .video-meta .video-speaker {
    font-size: 0.85rem;
    margin-left: 2.35rem;
    margin-top: -36px;
  }
}

/* line 6149, scss/_custom.scss */
.video_info_background {
  width: 100%;
  height: 30px;
  bottom: 0;
  background-image: url("img/thirty-five-percent-black.png");
  z-index: 200;
  white-space: nowrap;
}
@media only screen and (min-width: 501px) {
  /* line 6149, scss/_custom.scss */
  .video_info_background {
    position: absolute;
  }
}
/* line 6165, scss/_custom.scss */
.video_info_background .video-cat {
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  padding-left: 1rem;
  padding-top: 4px;
}
@media only screen and (max-width: 700px) {
  /* line 6165, scss/_custom.scss */
  .video_info_background .video-cat {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 6165, scss/_custom.scss */
  .video_info_background .video-cat {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 500px) {
  /* line 6165, scss/_custom.scss */
  .video_info_background .video-cat {
    font-size: 0.75rem;
    padding-left: 0.65rem;
    padding-top: 6.5px;
  }
}
/* line 6189, scss/_custom.scss */
.video_info_background .stats {
  text-align: right;
  padding-right: 1.5rem;
  padding-top: 0.125rem;
}
@media only screen and (max-width: 500px) {
  /* line 6189, scss/_custom.scss */
  .video_info_background .stats {
    padding-right: 1.25rem;
  }
}
/* line 6197, scss/_custom.scss */
.video_info_background .stats span {
  font-size: 0.85rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 500px) {
  /* line 6197, scss/_custom.scss */
  .video_info_background .stats span {
    font-size: 0.65rem;
  }
}
/* line 6206, scss/_custom.scss */
.video_info_background .stats span img.watch {
  display: inline;
  max-width: 1rem;
  margin-right: 1px;
}
@media only screen and (max-width: 500px) {
  /* line 6206, scss/_custom.scss */
  .video_info_background .stats span img.watch {
    max-width: 0.75rem;
  }
}
/* line 6214, scss/_custom.scss */
.video_info_background .stats span img.fav {
  display: inline;
  max-width: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 1px;
}
@media only screen and (max-width: 500px) {
  /* line 6214, scss/_custom.scss */
  .video_info_background .stats span img.fav {
    max-width: 0.65rem;
  }
}
/* line 6224, scss/_custom.scss */
.video_info_background .stats span img.run-time {
  display: inline;
  margin-left: 4px;
  margin-right: 1px;
  max-width: 0.825rem;
}
@media only screen and (max-width: 500px) {
  /* line 6224, scss/_custom.scss */
  .video_info_background .stats span img.run-time {
    max-width: 0.675rem;
    margin-top: -2px;
  }
}

/* line 6241, scss/_custom.scss */
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 48%;
  padding: 0 3%;
}

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
/* line 6252, scss/_custom.scss */
.styled-select {
  background: url(img/customSelect.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
}
/* line 6257, scss/_custom.scss */
.styled-select.blue {
  background-color: #004476;
}
/* line 6258, scss/_custom.scss */
.styled-select.green {
  background-color: #679154;
}
/* line 6259, scss/_custom.scss */
.styled-select.red {
  background-color: #cc0000;
}

/* line 6262, scss/_custom.scss */
.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px 5px 5px 10px;
  /* If you add too much padding here, the options won't show in IE */
  width: 268px;
}

/* go to top */
/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
/* line 6275, scss/_custom.scss */
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(103, 144, 85, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none;
}

/* line 6287, scss/_custom.scss */
.go-top:hover, .go-top:focus {
  background-color: #9ec5e5;
  color: #04233d;
}

/* line 6292, scss/_custom.scss */
button.alert, .button.alert {
  background-color: #8f020d;
  border-color: #8f020d;
  color: #ffffff;
}

/* line 6298, scss/_custom.scss */
.prev_next_empty {
  display: none;
  visibility: hidden;
}

/* line 6300, scss/_custom.scss */
ul.free_report_intro {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

@media only screen and (max-width: 1000px) {
  /* line 6307, scss/_custom.scss */
  ul.free_report_intro {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 675px) {
  /* line 6316, scss/_custom.scss */
  ul.free_report_intro {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
/* line 6324, scss/_custom.scss */
ul.free_report_intro {
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 18px;
}

/* line 6329, scss/_custom.scss */
ul.free_report_intro li {
  margin-bottom: 0.5em;
  margin-left: 10px;
  background-image: url("/wp-content/themes/haven-foundation-5/img/bullet-dark.png");
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0 0 .33em 0;
  line-height: 1.25em;
  padding-left: 15px;
}

/*to define the top of the Reveal modal */
/* line 6341, scss/_custom.scss */
.reveal-modal, dialog {
  top: 10px !important;
}

/* Paywall - begin */
/* line 6350, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-overlay, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-overlay {
  z-index: 100000;
  display: block;
  background: #222222;
  width: 100%;
  height: 100%;
  opacity: .9;
  position: fixed;
  left: 0;
  top: 0;
  animation-name: animate-overlay;
  animation-duration: 5s;
}
/* line 6364, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert {
  z-index: 100001;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: animate-alert;
  animation-duration: 5s;
}
/* line 6374, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert button, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert button {
  border-radius: 6px;
  /*box-shadow: -2px -3px 1px 0 rgba(50, 50, 50, 0.49) inset, /*bottom internal shadow*/
  /*    		 1.5px 2px 1px 0 rgba(255, 255, 255, 0.4) inset; /*top internal highlight*/
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-shadow: 1px 1px 3px #333333;*/
  background-color: #094787;
  border: #094787;
  color: #ffffff;
  	/*padding-top: .8rem;
    padding-right: 2rem;
    padding-bottom: .85rem;
    padding-left: 2rem;*/
  width: 100%;
  background-color: #8f110f;
  color: #fff;
  line-height: 1.3;
  margin-bottom: .5rem;
}
/* line 6383, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv {
  position: relative;
  top: 17.5rem;
}
/* line 6386, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv p, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv p {
  margin-bottom: 0;
}
/* line 6388, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv p.privacy-policy, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv p.privacy-policy {
  position: relative;
  top: 0;
  font-size: 12px;
}
/* line 6395, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-tablet, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-tablet {
  position: relative;
  top: 21.5625rem;
}
/* line 6398, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-tablet p, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-tablet p {
  margin-bottom: 0;
}
/* line 6400, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-tablet p.privacy-policy, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-tablet p.privacy-policy {
  position: relative;
  top: 0;
  font-size: 12px;
}
/* line 6407, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-mobile, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-mobile {
  position: relative;
  top: 16.25rem;
}
/* line 6410, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-mobile button, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-mobile button {
  font-size: 1.2rem;
}
/* line 6413, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-mobile p, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-mobile p {
  margin-bottom: 0;
}
/* line 6415, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert .paywallformdiv-mobile p.privacy-policy, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert .paywallformdiv-mobile p.privacy-policy {
  font-size: 10px;
  position: relative;
}
/* line 6423, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p {
  color: #ffffff;
  text-align: center;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 15px;
}
/* line 6429, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.privacy-policy, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.privacy-policy {
  font-size: 12px;
}
/* line 6432, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p a, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p a {
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  font-family: "open-sans", "Open Sans", Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 15px;
}
/* line 6440, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p#close-paywall-button, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p#close-paywall-button {
  text-decoration: underline;
  position: relative;
  top: 2.1875rem;
}
/* line 6445, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.login, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.login {
  position: relative;
  top: 2.5rem;
}
/* line 6450, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.tablet, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.tablet {
  color: #ffffff;
  text-align: center;
}
/* line 6453, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.tablet#close-paywall-button-tablet, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.tablet#close-paywall-button-tablet {
  text-decoration: underline;
  position: relative;
  top: 2.5rem;
}
/* line 6458, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.tablet.login, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.tablet.login {
  position: relative;
  top: 2.5rem;
}
/* line 6463, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.mobile, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.mobile {
  color: #ffffff;
  text-align: center;
}
/* line 6466, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.mobile#close-paywall-button-mobile, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.mobile#close-paywall-button-mobile {
  text-decoration: underline;
  position: relative;
  top: 3.4375rem;
}
/* line 6471, scss/_custom.scss */
.haven-paywall-is-active.haven-pubs-environmental-nutrition #haven-paywall-alert p.mobile.login, .haven-paywall-is-active.haven-pubs-massachusetts-general-hospital-mind-mood-memory #haven-paywall-alert p.mobile.login {
  position: relative;
  top: 3.4375rem;
}

/* line 6480, scss/_custom.scss */
.form-error {
  display: none;
}
/* line 6482, scss/_custom.scss */
.form-error.is-visible {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  color: #c8323f;
}

/* END - Paywall - end */
