/*
	Main application scss wiring - app.scss

	- Imported into /library/css/main.css
	- Styles cascased from livingston_template.css global settings file
	- Base Foundation styles imported with config.rb
	- Color variables set in settings - inideal - should be inherited but $vars break
	- Time saving, and layout standardizing mixins - inideal - should be inherited but $vars break
*/
/*! 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;
}

/* 0, 767px */
/* 768px, 1023px */
/* 1024px, & up */
@media only screen and (max-width: 47.9375rem) {
  /* line 110, ../scss/settings/_settings.scss */
  .column, .columns {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 114, ../scss/settings/_settings.scss */
  .column.colwrap .column,
  .column.colwrap .columns,
  .columns.colwrap .column,
  .columns.colwrap .columns {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
@media large-up {
  /* line 125, ../scss/settings/_settings.scss */
  .row {
    max-width: 62.25rem;
  }
}
/* 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: 47.9375rem)/";
  width: 0;
}

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

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

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

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

/* 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: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  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: 66.25rem;
}
/* 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: -0.9375rem;
  margin-right: -0.9375rem;
  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: 0.9375rem;
  padding-right: 0.9375rem;
  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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 48rem) {
  /* 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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 64rem) {
  /* 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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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 216, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, 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: #008CBA;
  border-color: #007095;
  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: #007095;
}
/* 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: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  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: #368a55;
}
/* 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: #f04124;
  border-color: #cf2a0e;
  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: #cf2a0e;
}
/* 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: #008CBA;
  border-color: #007095;
  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: #007095;
}
/* 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: #008CBA;
}
/* line 241, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  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: #b9b9b9;
}
/* 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: #333333;
}
/* 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: #e7e7e7;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  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: #368a55;
}
/* 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: #43AC6A;
}
/* line 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  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: #cf2a0e;
}
/* 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: #f04124;
}
/* 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: 48rem) {
  /* line 253, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* 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: "Helvetica Neue", Helvetica, Roboto, 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: #f04124;
  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: #f04124;
  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: #f04124;
}
/* 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: #f04124;
  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: #f04124;
}

/* line 112, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 0)/";
  width: 0;
}

/* 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.8125rem;
}

/* line 152, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  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: 66.25rem;
}
/* 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: 47.9375rem) {
  /* 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.8125rem;
  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.8125rem;
  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: #485964;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}
/* 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: #485964;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
/* 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.5rem 0 0.9375rem;
  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.9375rem;
  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: #888888;
}
/* 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 #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

/* 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: #333333;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #485964;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}
/* line 327, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 15px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  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: #007095;
}
/* 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: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* 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: #b9b9b9;
}
/* 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: #333333;
}
/* line 334, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  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: #368a55;
}
/* 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: #f04124;
  border-color: #cf2a0e;
  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: #cf2a0e;
}
/* 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: 15px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  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: #007095;
}
/* 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: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* 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: #b9b9b9;
}
/* 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: #333333;
}
/* line 346, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  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: #368a55;
}
/* 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: #f04124;
  border-color: #cf2a0e;
  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: #cf2a0e;
}
/* 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: transparent;
  background: transparent;
  color: #FFFFFF;
}
/* line 361, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
/* line 364, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
/* line 372, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.9375rem;
}
/* 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 {
  margin-right: 0.9375rem;
  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.9375rem;
}
/* line 418, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* 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: #485964;
  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.9375rem;
}
/* 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.9375rem 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: 0) {
  /* 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.53125rem;
  }
  /* 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: 100%;
    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: transparent;
    background: transparent;
    color: #FFFFFF;
  }
  /* line 509, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    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: transparent;
    background: transparent;
  }
  /* 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.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #008CBA;
  }
  /* line 527, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  /* 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.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: transparent;
  }
  /* 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: transparent;
  }
  /* 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: #FFFFFF;
    background-color: transparent;
    background: transparent;
  }
  /* line 608, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* 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.8125rem;
    width: 0;
  }
  /* line 631, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: transparent;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  /* 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: transparent;
    background: transparent;
    color: #FFFFFF;
  }
  /* line 670, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  /* 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;
  }
}
/* 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: 48rem) {
  /* 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: 64rem) {
  /* 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;
  }
}
/* line 1, ../scss/styles/common/_articlelists.scss */
.resource_menu, .career_menu {
  display: block;
  position: relative;
  z-index: 50;
  overflow: auto;
  margin-bottom: 40px;
}
/* line 7, ../scss/styles/common/_articlelists.scss */
.resource_menu #resmenu_list, .resource_menu #careermenu_list, .career_menu #resmenu_list, .career_menu #careermenu_list {
  display: block;
  position: relative;
  list-style: outside none;
  padding: 0px;
  margin: 0px;
  margin-left: -5px;
}
/* line 14, ../scss/styles/common/_articlelists.scss */
.resource_menu #resmenu_list li, .resource_menu #careermenu_list li, .career_menu #resmenu_list li, .career_menu #careermenu_list li {
  display: inline-block;
  position: relative;
  list-style: outside none;
  margin-bottom: 0;
  float: left;
  text-transform: capitalize;
}
/* line 21, ../scss/styles/common/_articlelists.scss */
.resource_menu #resmenu_list li a:link, .resource_menu #resmenu_list li a:visited, .resource_menu #careermenu_list li a:link, .resource_menu #careermenu_list li a:visited, .career_menu #resmenu_list li a:link, .career_menu #resmenu_list li a:visited, .career_menu #careermenu_list li a:link, .career_menu #careermenu_list li a:visited {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  background-color: #E7EEF2;
  border: 1px solid #E7EEF2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}
/* line 31, ../scss/styles/common/_articlelists.scss */
.resource_menu #resmenu_list li a:hover, .resource_menu #resmenu_list li a:active, .resource_menu #resmenu_list li.active a, .resource_menu #resmenu_list li.active a:visited, .resource_menu #resmenu_list li.current-cat a, .resource_menu #resmenu_list li.currrent-cat a:visited, .resource_menu #careermenu_list li a:hover, .resource_menu #careermenu_list li a:active, .resource_menu #careermenu_list li.active a, .resource_menu #careermenu_list li.active a:visited, .resource_menu #careermenu_list li.current-cat a, .resource_menu #careermenu_list li.currrent-cat a:visited, .career_menu #resmenu_list li a:hover, .career_menu #resmenu_list li a:active, .career_menu #resmenu_list li.active a, .career_menu #resmenu_list li.active a:visited, .career_menu #resmenu_list li.current-cat a, .career_menu #resmenu_list li.currrent-cat a:visited, .career_menu #careermenu_list li a:hover, .career_menu #careermenu_list li a:active, .career_menu #careermenu_list li.active a, .career_menu #careermenu_list li.active a:visited, .career_menu #careermenu_list li.current-cat a, .career_menu #careermenu_list li.currrent-cat a:visited {
  background-color: #004E9C;
  color: #ffffff;
}

/* line 3, ../scss/styles/common/_blocks.scss */
#liContent article h3 {
  font-weight: 200;
  font-size: 22px;
  line-height: 22px;
}
/* line 9, ../scss/styles/common/_blocks.scss */
#liContent.en article h3 {
  text-transform: capitalize;
}
/* line 15, ../scss/styles/common/_blocks.scss */
#liContent .hero-buckets h3 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 400;
}
/* line 20, ../scss/styles/common/_blocks.scss */
#liContent .hero-buckets p {
  font-size: 15px;
  line-height: 21.6px;
  color: #000000;
}
@media only screen and (max-width: 48rem) {
  /* line 26, ../scss/styles/common/_blocks.scss */
  #liContent .hero-buckets {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 48rem) {
  /* line 26, ../scss/styles/common/_blocks.scss */
  #liContent .hero-buckets {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 29, ../scss/styles/common/_blocks.scss */
  #liContent .hero-buckets h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  /* line 34, ../scss/styles/common/_blocks.scss */
  #liContent .hero-buckets p {
    font-size: 15px;
    line-height: 21.6px;
    margin-bottom: 20px;
    color: #485964;
    font-weight: 500;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 48rem) {
  /* line 34, ../scss/styles/common/_blocks.scss */
  #liContent .hero-buckets p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 41, ../scss/styles/common/_blocks.scss */
  #liContent .hero-buckets .section-content {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
/* line 51, ../scss/styles/common/_blocks.scss */
#liContent .quicklinks #img-toggle-content-one .arrow-selected-white {
  margin-left: 8.88%;
}
/* line 54, ../scss/styles/common/_blocks.scss */
#liContent .quicklinks #img-toggle-content-two .arrow-selected-white {
  margin-left: 33.88%;
}
/* line 65, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults h3,
#liContent .block-iconLeft h3,
#liContent .block-textLgImg-buckets h3,
#liContent .block-textTitleLink-buckets h3,
#liContent .block-textButtonLink-buckets h3 {
  font-size: 30px;
  line-height: 30px;
}
/* line 67, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults h3:first-child,
#liContent .block-iconLeft h3:first-child,
#liContent .block-textLgImg-buckets h3:first-child,
#liContent .block-textTitleLink-buckets h3:first-child,
#liContent .block-textButtonLink-buckets h3:first-child {
  margin-bottom: 0.3125rem;
}
/* line 70, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults h3:only-child,
#liContent .block-iconLeft h3:only-child,
#liContent .block-textLgImg-buckets h3:only-child,
#liContent .block-textTitleLink-buckets h3:only-child,
#liContent .block-textButtonLink-buckets h3:only-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 70, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults h3:only-child,
  #liContent .block-iconLeft h3:only-child,
  #liContent .block-textLgImg-buckets h3:only-child,
  #liContent .block-textTitleLink-buckets h3:only-child,
  #liContent .block-textButtonLink-buckets h3:only-child {
    margin-bottom: 15px;
  }
}
/* line 74, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults h4,
#liContent .block-iconLeft h4,
#liContent .block-textLgImg-buckets h4,
#liContent .block-textTitleLink-buckets h4,
#liContent .block-textButtonLink-buckets h4 {
  color: #FCB414;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
/* line 80, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults h5, #liContent .block-defaults h5 a,
#liContent .block-iconLeft h5,
#liContent .block-iconLeft h5 a,
#liContent .block-textLgImg-buckets h5,
#liContent .block-textLgImg-buckets h5 a,
#liContent .block-textTitleLink-buckets h5,
#liContent .block-textTitleLink-buckets h5 a,
#liContent .block-textButtonLink-buckets h5,
#liContent .block-textButtonLink-buckets h5 a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
/* line 84, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults p,
#liContent .block-iconLeft p,
#liContent .block-textLgImg-buckets p,
#liContent .block-textTitleLink-buckets p,
#liContent .block-textButtonLink-buckets p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 84, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults p,
  #liContent .block-iconLeft p,
  #liContent .block-textLgImg-buckets p,
  #liContent .block-textTitleLink-buckets p,
  #liContent .block-textButtonLink-buckets p {
    margin-bottom: 15px;
  }
}
/* line 87, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults header p,
#liContent .block-iconLeft header p,
#liContent .block-textLgImg-buckets header p,
#liContent .block-textTitleLink-buckets header p,
#liContent .block-textButtonLink-buckets header p {
  margin-top: 20px;
  margin-bottom: none;
}
@media only screen and (max-width: 48rem) {
  /* line 87, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults header p,
  #liContent .block-iconLeft header p,
  #liContent .block-textLgImg-buckets header p,
  #liContent .block-textTitleLink-buckets header p,
  #liContent .block-textButtonLink-buckets header p {
    margin-top: 15px;
  }
}
/* line 91, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults .icon,
#liContent .block-iconLeft .icon,
#liContent .block-textLgImg-buckets .icon,
#liContent .block-textTitleLink-buckets .icon,
#liContent .block-textButtonLink-buckets .icon {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  height: inherit;
}
@media only screen and (max-width: 48rem) {
  /* line 91, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .icon,
  #liContent .block-iconLeft .icon,
  #liContent .block-textLgImg-buckets .icon,
  #liContent .block-textTitleLink-buckets .icon,
  #liContent .block-textButtonLink-buckets .icon {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 91, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .icon,
  #liContent .block-iconLeft .icon,
  #liContent .block-textLgImg-buckets .icon,
  #liContent .block-textTitleLink-buckets .icon,
  #liContent .block-textButtonLink-buckets .icon {
    margin-bottom: 15px;
  }
}
/* line 98, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults .icon-top,
#liContent .block-iconLeft .icon-top,
#liContent .block-textLgImg-buckets .icon-top,
#liContent .block-textTitleLink-buckets .icon-top,
#liContent .block-textButtonLink-buckets .icon-top {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 98, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .icon-top,
  #liContent .block-iconLeft .icon-top,
  #liContent .block-textLgImg-buckets .icon-top,
  #liContent .block-textTitleLink-buckets .icon-top,
  #liContent .block-textButtonLink-buckets .icon-top {
    margin-bottom: 15px;
  }
}
/* line 100, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults .icon-top img,
#liContent .block-iconLeft .icon-top img,
#liContent .block-textLgImg-buckets .icon-top img,
#liContent .block-textTitleLink-buckets .icon-top img,
#liContent .block-textButtonLink-buckets .icon-top img {
  height: 85px;
}
/* line 104, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults .loop,
#liContent .block-iconLeft .loop,
#liContent .block-textLgImg-buckets .loop,
#liContent .block-textTitleLink-buckets .loop,
#liContent .block-textButtonLink-buckets .loop {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 104, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .loop,
  #liContent .block-iconLeft .loop,
  #liContent .block-textLgImg-buckets .loop,
  #liContent .block-textTitleLink-buckets .loop,
  #liContent .block-textButtonLink-buckets .loop {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 108, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults h3,
  #liContent .block-iconLeft h3,
  #liContent .block-textLgImg-buckets h3,
  #liContent .block-textTitleLink-buckets h3,
  #liContent .block-textButtonLink-buckets h3 {
    font-size: 26px;
    line-height: 26px;
  }
  /* line 111, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults h4,
  #liContent .block-iconLeft h4,
  #liContent .block-textLgImg-buckets h4,
  #liContent .block-textTitleLink-buckets h4,
  #liContent .block-textButtonLink-buckets h4 {
    font-size: 22px;
    line-height: 22px;
  }
  /* line 114, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults h5, #liContent .block-defaults h5 a,
  #liContent .block-iconLeft h5,
  #liContent .block-iconLeft h5 a,
  #liContent .block-textLgImg-buckets h5,
  #liContent .block-textLgImg-buckets h5 a,
  #liContent .block-textTitleLink-buckets h5,
  #liContent .block-textTitleLink-buckets h5 a,
  #liContent .block-textButtonLink-buckets h5,
  #liContent .block-textButtonLink-buckets h5 a {
    font-size: 17px;
    line-height: 17px;
  }
  /* line 117, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .icon,
  #liContent .block-iconLeft .icon,
  #liContent .block-textLgImg-buckets .icon,
  #liContent .block-textTitleLink-buckets .icon,
  #liContent .block-textButtonLink-buckets .icon {
    float: none;
    clear: both;
    margin-bottom: 20px;
    margin-right: none;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 48rem) {
  /* line 117, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .icon,
  #liContent .block-iconLeft .icon,
  #liContent .block-textLgImg-buckets .icon,
  #liContent .block-textTitleLink-buckets .icon,
  #liContent .block-textButtonLink-buckets .icon {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 123, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .loop,
  #liContent .block-iconLeft .loop,
  #liContent .block-textLgImg-buckets .loop,
  #liContent .block-textTitleLink-buckets .loop,
  #liContent .block-textButtonLink-buckets .loop {
    margin-bottom: none;
  }
}
/* line 127, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults img.benefits-icon,
#liContent .block-iconLeft img.benefits-icon,
#liContent .block-textLgImg-buckets img.benefits-icon,
#liContent .block-textTitleLink-buckets img.benefits-icon,
#liContent .block-textButtonLink-buckets img.benefits-icon {
  height: 85px;
}
/* line 130, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults img.attachment-post-thumbnail,
#liContent .block-iconLeft img.attachment-post-thumbnail,
#liContent .block-textLgImg-buckets img.attachment-post-thumbnail,
#liContent .block-textTitleLink-buckets img.attachment-post-thumbnail,
#liContent .block-textButtonLink-buckets img.attachment-post-thumbnail {
  height: 60px;
}
/* line 133, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults .icon,
#liContent .block-iconLeft .icon,
#liContent .block-textLgImg-buckets .icon,
#liContent .block-textTitleLink-buckets .icon,
#liContent .block-textButtonLink-buckets .icon {
  position: relative;
  float: left;
}
/* line 137, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults .excerpt,
#liContent .block-iconLeft .excerpt,
#liContent .block-textLgImg-buckets .excerpt,
#liContent .block-textTitleLink-buckets .excerpt,
#liContent .block-textButtonLink-buckets .excerpt {
  padding-left: 80px;
  position: relative;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 142, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults .excerpt,
  #liContent .block-iconLeft .excerpt,
  #liContent .block-textLgImg-buckets .excerpt,
  #liContent .block-textTitleLink-buckets .excerpt,
  #liContent .block-textButtonLink-buckets .excerpt {
    float: left;
    padding-left: 0;
  }
}
/* line 150, ../scss/styles/common/_blocks.scss */
#liContent .lines .block-iconLeft h4 {
  margin-top: 0;
}
/* line 153, ../scss/styles/common/_blocks.scss */
#liContent .lines .block-iconLeft:after {
  content: " ";
  display: block;
  height: 30px;
  border-bottom: 1px solid #7F8992;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
/* line 161, ../scss/styles/common/_blocks.scss */
#liContent .lines .block-iconLeft h4:after {
  content: " ";
  border-top: 1px solid #7F8992;
  height: 30px;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 161, ../scss/styles/common/_blocks.scss */
  #liContent .lines .block-iconLeft h4:after {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 161, ../scss/styles/common/_blocks.scss */
  #liContent .lines .block-iconLeft h4:after {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 171, ../scss/styles/common/_blocks.scss */
  #liContent .lines .block-iconLeft, #liContent .lines .block-iconLeft h4:after {
    display: none;
  }
}
/* line 177, ../scss/styles/common/_blocks.scss */
#liContent .lines + .cta {
  padding-top: 0px;
}
/* line 181, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgBGImg {
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}
/* line 185, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgBGImg h3, #liContent .block-textLgBGImg p, #liContent .block-textLgBGImg p strong, #liContent .block-textLgBGImg ul, #liContent .block-textLgBGImg ul li {
  color: #ffffff;
}
/* line 188, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgBGImg p strong {
  font-weight: 500;
}
/* line 191, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgBGImg ul {
  margin-left: 0.9375rem;
}
/* line 194, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgBGImg ul li {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
/* line 202, ../scss/styles/common/_blocks.scss */
#liContent .block-textSections hr {
  margin-top: 0;
}
/* line 205, ../scss/styles/common/_blocks.scss */
#liContent .block-textSections img.icon-top {
  height: 85px;
}
/* line 208, ../scss/styles/common/_blocks.scss */
#liContent .block-textSections ul li a {
  color: #485964;
}
/* line 211, ../scss/styles/common/_blocks.scss */
#liContent .block-textSections h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}
/* line 218, ../scss/styles/common/_blocks.scss */
#liContent .block-textButtonLink-buckets .white, #liContent .block-textButtonLink-buckets .white * {
  color: #ffffff;
}
/* line 221, ../scss/styles/common/_blocks.scss */
#liContent .block-textButtonLink-buckets p.white {
  margin-bottom: 0;
}
/* line 224, ../scss/styles/common/_blocks.scss */
#liContent .block-textButtonLink-buckets ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 224, ../scss/styles/common/_blocks.scss */
  #liContent .block-textButtonLink-buckets ul {
    margin-bottom: 15px;
  }
}
/* line 226, ../scss/styles/common/_blocks.scss */
#liContent .block-textButtonLink-buckets ul li {
  margin-bottom: 0;
}
/* line 234, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop.white h3, #liContent .block-iconTop.white h4, #liContent .block-iconTop.white p {
  color: #ffffff !important;
}
/* line 237, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop.white .section-divider {
  background-image: none;
}
/* line 241, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
/* line 244, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop h3:first-child {
  margin-bottom: 0.3125rem;
}
/* line 247, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop h3:only-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 247, ../scss/styles/common/_blocks.scss */
  #liContent .block-iconTop h3:only-child {
    margin-bottom: 15px;
  }
}
/* line 251, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 48rem) {
  /* line 251, ../scss/styles/common/_blocks.scss */
  #liContent .block-iconTop h4 {
    margin-bottom: 15px;
  }
}
/* line 256, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop .icon-top {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 256, ../scss/styles/common/_blocks.scss */
  #liContent .block-iconTop .icon-top {
    margin-bottom: 15px;
  }
}
/* line 258, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop .icon-top img {
  height: 85px;
}
/* line 263, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 263, ../scss/styles/common/_blocks.scss */
  #liContent .block-iconTop ul {
    margin-bottom: 15px;
  }
}
/* line 265, ../scss/styles/common/_blocks.scss */
#liContent .block-iconTop ul li {
  margin-bottom: 0px;
}
/* line 273, ../scss/styles/common/_blocks.scss */
#liContent .home .block-iconLeft .icon {
  min-height: 100px;
}
/* line 281, ../scss/styles/common/_blocks.scss */
#liContent .block-iconLeft.yellow h3,
#liContent .yellow h3 {
  margin-bottom: 2.5rem;
  color: #FCB414;
}
/* line 289, ../scss/styles/common/_blocks.scss */
#liContent .block-defaults.blue h4,
#liContent .blue h4 {
  color: #004E9C;
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 289, ../scss/styles/common/_blocks.scss */
  #liContent .block-defaults.blue h4,
  #liContent .blue h4 {
    margin-top: 15px;
  }
}
/* line 297, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgImg-subtitle img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 297, ../scss/styles/common/_blocks.scss */
  #liContent .block-textLgImg-subtitle img {
    margin-bottom: 15px;
  }
}
/* line 300, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgImg-subtitle p {
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 300, ../scss/styles/common/_blocks.scss */
  #liContent .block-textLgImg-subtitle p {
    margin-top: 15px;
  }
}
/* line 307, ../scss/styles/common/_blocks.scss */
#liContent .block-textButtonLink-buckets p.white {
  padding: 0;
  margin: 2   0px 0 0 0;
  font-weight: strong;
}
/* line 315, ../scss/styles/common/_blocks.scss */
#liContent .block-vts-blue h5 {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 315, ../scss/styles/common/_blocks.scss */
  #liContent .block-vts-blue h5 {
    margin-bottom: 15px;
  }
}
/* line 319, ../scss/styles/common/_blocks.scss */
#liContent .block-vts-blue h5 span {
  clear: none;
  display: inline;
  color: #FCB414;
}
/* line 327, ../scss/styles/common/_blocks.scss */
#liContent .section-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 327, ../scss/styles/common/_blocks.scss */
  #liContent .section-content p {
    margin-bottom: 15px;
  }
}
/* line 330, ../scss/styles/common/_blocks.scss */
#liContent .section-content p.large, #liContent .hero-buckets p {
  margin-bottom: 0;
}
/* line 333, ../scss/styles/common/_blocks.scss */
#liContent .section-content p.large ~ .button {
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 333, ../scss/styles/common/_blocks.scss */
  #liContent .section-content p.large ~ .button {
    margin-top: 15px;
  }
}
/* line 339, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgImg.white h3, #liContent .block-textLgImg.white h4 {
  color: #ffffff;
}
/* line 343, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgImg h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  font-weight: 400;
}
/* line 348, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgImg h4 {
  font-size: 22px;
  line-height: 22px;
  color: #004E9C;
  margin: 0px 0px 10px 0px;
  font-weight: 400;
}
/* line 355, ../scss/styles/common/_blocks.scss */
#liContent .block-textLgImg ul li {
  margin-bottom: 0;
}
/* line 362, ../scss/styles/common/_blocks.scss */
#liContent .block-bullets-with-rightbg h5 {
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 0;
}
/* line 367, ../scss/styles/common/_blocks.scss */
#liContent .block-bullets-with-rightbg ul li {
  margin-bottom: 0;
}
@media only screen and (max-width: 48rem) {
  /* line 372, ../scss/styles/common/_blocks.scss */
  #liContent .block-bullets-with-rightbg h5 {
    font-size: 17px;
    line-height: 17px;
  }
  /* line 376, ../scss/styles/common/_blocks.scss */
  #liContent .block-bullets-with-rightbg ul li {
    margin-bottom: 0;
  }
}
/* line 384, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor h3, #liContent .block-bicolor h4 {
  font-size: 30px;
  line-height: 30px;
  color: #004E9C;
  margin: 0 0 0 0;
}
/* line 389, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor h3 {
  font-weight: 300 !important;
}
/* line 392, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 392, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor h4 {
    margin-bottom: 15px;
  }
}
/* line 396, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor .icon {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 48rem) {
  /* line 396, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .icon {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 396, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .icon {
    margin-bottom: 15px;
  }
}
/* line 404, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor .excerpt {
  padding-left: 130px;
  position: relative;
}
/* line 409, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor .bucket {
  width: 100%;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 15px;
}
@media only screen and (max-width: 48rem) {
  /* line 409, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .bucket {
    margin-bottom: 15px;
  }
}
/* line 414, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor .bucket h3 {
  font-size: 22px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 48rem) {
  /* line 414, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .bucket h3 {
    margin-bottom: 15px;
  }
}
/* line 421, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor .bucket p {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  color: #ffffff;
}
@media only screen and (max-width: 48rem) {
  /* line 421, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .bucket p {
    margin-bottom: 15px;
  }
}
/* line 428, ../scss/styles/common/_blocks.scss */
#liContent .block-bicolor .bucket button a {
  color: #ffffff;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 434, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .excerpt {
    float: left;
    padding-left: 0;
  }
  /* line 438, ../scss/styles/common/_blocks.scss */
  #liContent .block-bicolor .bucket {
    padding: 20px 25px;
  }
}
/* line 445, ../scss/styles/common/_blocks.scss */
#liContent .block-onTheGo .matchHeight {
  min-height: 300px;
}
/* line 448, ../scss/styles/common/_blocks.scss */
#liContent .block-onTheGo .align-vertically {
  display: table-cell;
}
/* line 451, ../scss/styles/common/_blocks.scss */
#liContent .block-onTheGo div {
  display: table;
}
/* line 454, ../scss/styles/common/_blocks.scss */
#liContent .block-onTheGo h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 454, ../scss/styles/common/_blocks.scss */
  #liContent .block-onTheGo h3 {
    margin: 0px 0px 0px 0px;
  }
}
/* line 464, ../scss/styles/common/_blocks.scss */
#liContent .block-onTheGo.blue-background h3 {
  color: #ffffff;
}
/* line 471, ../scss/styles/common/_blocks.scss */
#liContent .block-mapWithBucketsblock-mapWithBuckets h4 {
  color: #004E9C;
}
/* line 476, ../scss/styles/common/_blocks.scss */
#liContent .services-background {
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: 100%;
  background-position-y: 100%;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 476, ../scss/styles/common/_blocks.scss */
  #liContent .services-background {
    background-image: none !important;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* line 476, ../scss/styles/common/_blocks.scss */
  #liContent .services-background {
    background-image: none !important;
  }
}
/* line 489, ../scss/styles/common/_blocks.scss */
#liContent .services-background.inherit {
  background-size: inherit;
  background-position-x: 75%;
  background-position-y: 80%;
}
/* line 494, ../scss/styles/common/_blocks.scss */
#liContent .services-background ul {
  margin: 0;
}
/* line 496, ../scss/styles/common/_blocks.scss */
#liContent .services-background ul li {
  list-style: none;
}
/* line 500, ../scss/styles/common/_blocks.scss */
#liContent .services-background h4 {
  font-size: 18px;
  line-height: 18px;
  color: #004E9C;
  margin: 0px 0px 0px 0px;
  font-weight: 400;
}
@media only screen and (max-width: 48rem) {
  /* line 500, ../scss/styles/common/_blocks.scss */
  #liContent .services-background h4 {
    font-size: 17px;
    line-height: 17px;
  }
}
/* line 512, ../scss/styles/common/_blocks.scss */
#liContent .block-related-resources h4#resources {
  margin-bottom: 40px;
}
/* line 515, ../scss/styles/common/_blocks.scss */
#liContent .block-related-resources .icon {
  height: initial;
}
/* line 518, ../scss/styles/common/_blocks.scss */
#liContent .block-related-resources a {
  font-weight: 100;
}
/* line 526, ../scss/styles/common/_blocks.scss */
#liContent .block-linksRight .links-right ul {
  margin: 0;
  padding: 0;
}
/* line 529, ../scss/styles/common/_blocks.scss */
#liContent .block-linksRight .links-right ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 15.6px;
}

/* line 1, ../scss/styles/common/_content.scss */
body {
  background-color: #004E9C;
}

/* line 6, ../scss/styles/common/_content.scss */
#liContainer.hideable #liContent {
  padding: 0;
}
/* line 11, ../scss/styles/common/_content.scss */
#liContainer #liContent {
  margin: 0 auto;
  overflow: auto;
  background-color: #ffffff;
}
/* line 17, ../scss/styles/common/_content.scss */
#liContainer #liContent.iPho, #liContainer #liContent.mobile {
  padding-top: 87px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 22, ../scss/styles/common/_content.scss */
  #liContainer #liContent {
    padding-top: 87px;
  }
}
@media (min-width: 1024px) {
  /* line 28, ../scss/styles/common/_content.scss */
  #liContainer #liContent {
    padding: 120px 0 0 0;
  }
}

/* line 34, ../scss/styles/common/_content.scss */
.ui-loader {
  display: none;
}

/* line 26, ../scss/styles/common/_cta.scss */
#liContent .cta {
  /* border-top: 1px solid $color-light-grey; */
  padding: 20px 0 40px 0;
}
/* line 3, ../scss/styles/common/_cta.scss */
#liContent .cta .ctaPhone {
  padding-top: 11px;
  font-weight: 500;
  font-size: 22px;
}
@media only screen and (max-width: 48rem) {
  /* line 9, ../scss/styles/common/_cta.scss */
  #liContent .cta a {
    width: 100%;
    clear: none;
    float: none;
  }
  /* line 14, ../scss/styles/common/_cta.scss */
  #liContent .cta .ctaPhone {
    padding-top: 0;
  }
  /* line 16, ../scss/styles/common/_cta.scss */
  #liContent .cta .ctaPhone a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #E7EEF2;
  }
}
/* line 32, ../scss/styles/common/_cta.scss */
#liContent .cta.no-phone .ctaPhone,
#liContent .cta .no-phone .ctaPhone {
  display: none;
  visibility: hidden;
}
/* line 37, ../scss/styles/common/_cta.scss */
#liContent .cta a.button.small {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 37, ../scss/styles/common/_cta.scss */
  #liContent .cta a.button.small {
    margin-bottom: 15px;
  }
}
/* line 40, ../scss/styles/common/_cta.scss */
#liContent .cta.no-border {
  border-top: 0px;
}

/* line 3, ../scss/styles/common/_layout.scss */
#liContent .section-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 8, ../scss/styles/common/_layout.scss */
#liContent .section-content.no-padding-top, #liContent .section-content.no-top-padding {
  padding-top: 0;
}
/* line 11, ../scss/styles/common/_layout.scss */
#liContent .section-content.no-padding-bottom, #liContent .section-content.no-bottom-padding {
  padding-bottom: 0;
}
/* line 15, ../scss/styles/common/_layout.scss */
#liContent .full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
/* line 22, ../scss/styles/common/_layout.scss */
#liContent .section-divider {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-image: URL("/livingston-content/themes/livingston2015/library/images/2015/border.png");
  background-repeat: repeat-x;
  background-position: 0%;
}

/* line 3, ../scss/styles/common/_map.scss */
#liContent #world-map * {
  transition: none;
}
/* line 5, ../scss/styles/common/_map.scss */
#liContent #world-map *:focus {
  outline: none;
}
/* line 10, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper {
  position: relative;
  background-color: #F2F6F9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 14, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-title {
  position: absolute;
  margin-top: 1em;
  margin-left: 1em;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1em;
  color: #004E9C;
}
/* line 23, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-title strong {
  font-weight: 500 !important;
}
/* line 26, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-button-wrapper {
  position: absolute;
  margin-top: 6em;
  margin-left: 2em;
  z-index: 200;
}
/* line 32, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-button-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: none;
}
/* line 39, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-button-wrapper ul li {
  margin: 0;
  padding: 3px 0;
  list-style: none;
  position: relative;
  float: none;
}
/* line 46, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-button-wrapper ul li a,
#liContent .wm-wrapper .wm-button-wrapper ul li a:visited {
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}
/* line 52, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-button-wrapper ul li a:hover,
#liContent .wm-wrapper .wm-button-wrapper ul li a:active {
  color: #FCB414;
  text-decoration: none;
}
/* line 57, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-controller {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
/* line 63, ../scss/styles/common/_map.scss */
#liContent .wm-wrapper .wm-map {
  width: 100%;
  height: 25em;
  background: url("/livingston-content/themes/livingston2015/library/images/worldmap/map_2015.png") no-repeat;
  background-position: left 0;
  background-size: 90%;
}
@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* line 74, ../scss/styles/common/_map.scss */
  #liContent .wm-wrapper .wm-map {
    height: 23em;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 81, ../scss/styles/common/_map.scss */
  #liContent .wm-wrapper {
    position: relative;
    text-align: center;
  }
  /* line 84, ../scss/styles/common/_map.scss */
  #liContent .wm-wrapper .wm-title {
    position: relative;
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  /* line 89, ../scss/styles/common/_map.scss */
  #liContent .wm-wrapper .wm-title strong {
    font-weight: 500 !important;
  }
  /* line 92, ../scss/styles/common/_map.scss */
  #liContent .wm-wrapper .wm-button-wrapper {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
  }
  /* line 97, ../scss/styles/common/_map.scss */
  #liContent .wm-wrapper .wm-controller {
    position: relative;
  }
}

/* line 2, ../scss/styles/common/_pager.scss */
#liContent .navigation {
  display: block;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #F2F6F9;
}
/* line 10, ../scss/styles/common/_pager.scss */
#liContent .navigation ol.wp-paginate {
  list-style: outside none;
  margin: 0;
}
/* line 14, ../scss/styles/common/_pager.scss */
#liContent .navigation ol.wp-paginate li {
  list-style: outside none;
  display: inline-block;
  margin-bottom: 0;
}
/* line 19, ../scss/styles/common/_pager.scss */
#liContent .navigation ol.wp-paginate li a:link, #liContent .navigation ol.wp-paginate li a:visited, #liContent .navigation ol.wp-paginate li span.current {
  display: inline-block;
  padding: 8px 15px;
  background-color: #F2F6F9;
  border: 1px solid #E7EEF2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px;
  text-decoration: none;
}
/* line 28, ../scss/styles/common/_pager.scss */
#liContent .navigation ol.wp-paginate li a:active, #liContent .navigation ol.wp-paginate li a:hover, #liContent .navigation ol.wp-paginate li span.current {
  background-color: #004E9C;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 39, ../scss/styles/common/_pager.scss */
.ie7 .navigation ol.wp-paginate li {
  display: inline;
}

/* line 2, ../scss/styles/common/_secondary-footer.scss */
#liContent .getAQuoteWidget {
  text-align: left;
  padding: 25px 0;
}
/* line 6, ../scss/styles/common/_secondary-footer.scss */
#liContent .getAQuoteWidget h2, #liContent .getAQuoteWidget h3 {
  font-family: "Avenir Next W00", Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 44px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #004E9C;
}
/* line 14, ../scss/styles/common/_secondary-footer.scss */
#liContent .getAQuoteWidget h2 span, #liContent .getAQuoteWidget h3 span {
  color: #ffffff;
  clear: none;
  display: inline;
  font-weight: 600;
}
/* line 21, ../scss/styles/common/_secondary-footer.scss */
#liContent .getAQuoteWidget p {
  margin: 25px 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 200;
  color: #485964;
}
/* line 27, ../scss/styles/common/_secondary-footer.scss */
#liContent .getAQuoteWidget p strong {
  color: #004E9C;
  font-weight: 400;
}

/* shareblock */
/* line 3, ../scss/styles/common/_share-block.scss */
#liContent #liShareme {
  margin: 0 0 30px 0;
}
/* line 5, ../scss/styles/common/_share-block.scss */
#liContent #liShareme p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #485964;
  margin-bottom: 0px;
}
/* line 12, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  padding: 9px 0px 0px 0px !important;
}
/* line 18, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li {
  padding: 6px 6px 0px 6px;
  margin: 0 5px 0 0;
  list-style: none;
  display: inline-block;
  background-color: #004E9C;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  cursor: pointer;
}
/* line 26, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li span {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 16px !important;
}
/* line 31, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li.facebook {
  background-color: #045198;
}
/* line 34, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li.twitter {
  background-color: #2ca8d2;
}
/* line 37, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li.googleplus {
  background-color: #ce4d39;
}
/* line 40, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li.linkedin {
  background-color: #4498c8;
}
/* line 43, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li.feed {
  background-color: #626262;
}
/* line 47, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li:hover {
  background-color: #FCB414;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 54, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li:hover span {
  color: #ffffff;
}
/* line 57, ../scss/styles/common/_share-block.scss */
#liContent #liShareme ul.social-media li:hover a {
  text-decoration: none;
}

/* line 2, ../scss/styles/common/_sidebar.scss */
#liContent .widget-locations {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 35px;
  padding-top: 10px;
  margin-bottom: 25px;
  display: block;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/widget-locations-bg.png");
  height: 186px;
  background-color: #FCB414;
}
/* line 14, ../scss/styles/common/_sidebar.scss */
#liContent .widget-locations .title {
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 22, ../scss/styles/common/_sidebar.scss */
#liContent .widget-locations .description {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 22, ../scss/styles/common/_sidebar.scss */
  #liContent .widget-locations .description {
    margin-bottom: 15px;
  }
}
/* line 29, ../scss/styles/common/_sidebar.scss */
#liContent .widget-locations a {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 29, ../scss/styles/common/_sidebar.scss */
  #liContent .widget-locations a {
    margin-top: 15px;
  }
}
/* line 35, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail, #liContent aside.sidebar.rightrail {
  list-style: none !important;
  margin-left: 0px !important;
  padding: 20px 0 10px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
/* line 43, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail a.button.small,
#liContent div.sidebar.rightrail a.button,
#liContent div.sidebar.rightrail a.button:link,
#liContent div.sidebar.rightrail button,
#liContent div.sidebar.rightrail button.small, #liContent aside.sidebar.rightrail a.button.small,
#liContent aside.sidebar.rightrail a.button,
#liContent aside.sidebar.rightrail a.button:link,
#liContent aside.sidebar.rightrail button,
#liContent aside.sidebar.rightrail button.small {
  width: auto !important;
}
/* line 51, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail #text_icl-31, #liContent div.sidebar.rightrail #text_icl-30, #liContent aside.sidebar.rightrail #text_icl-31, #liContent aside.sidebar.rightrail #text_icl-30 {
  margin: 0px 0px 0px 0px !important;
}
/* line 54, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container, #liContent aside.sidebar.rightrail div.widget-container {
  list-style: none !important;
  /*margin: 0px 0px 30px 0px !important;*/
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px !important;
  /* continue here */
}
@media only screen and (max-width: 48rem) {
  /* line 54, ../scss/styles/common/_sidebar.scss */
  #liContent div.sidebar.rightrail div.widget-container, #liContent aside.sidebar.rightrail div.widget-container {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 54, ../scss/styles/common/_sidebar.scss */
  #liContent div.sidebar.rightrail div.widget-container, #liContent aside.sidebar.rightrail div.widget-container {
    margin-bottom: 15px;
  }
}
/* line 63, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_text_icl div.textwidget h3, #liContent aside.sidebar.rightrail div.widget-container.widget_text_icl div.textwidget h3 {
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #FCB414;
  margin-bottom: 2px;
}
/* line 73, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries {
  padding-left: 30px !important;
}
/* line 75, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul {
  list-style: outside none;
  padding: 0px;
  margin: 0px;
}
/* line 79, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li {
  padding-bottom: 10px;
  /*@include margin-top; I don't think this section needs the mixins because their padding is too generous
  @include margin-bottom;*/
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E7EEF2;
  list-style: none;
}
/* line 88, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li .post-date, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
  font-weight: 300;
  /*color: $color-black;*/
  margin-top: 1px;
}
/* line 95, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li :first-child, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li :first-child {
  padding-top: 10px;
}
/* line 98, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:link, #liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:visited, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:link, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:visited {
  display: inline-block;
  padding-top: 2px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #004E9C;
  text-transform: capitalize;
}
/* line 107, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:hover, #liContent div.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:active, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:hover, #liContent aside.sidebar.rightrail div.widget-container.widget_recent_entries ul li a:active {
  text-decoration: underline;
}
/* line 114, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container h3, #liContent aside.sidebar.rightrail div.widget-container h3 {
  display: none;
}
/* line 118, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container a:hover, #liContent div.sidebar.rightrail div.widget-container a:active, #liContent aside.sidebar.rightrail div.widget-container a:hover, #liContent aside.sidebar.rightrail div.widget-container a:active {
  text-decoration: none;
}
/* line 122, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-newsletter, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter {
  /* widget newsletter */
  position: relative;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 35px 10px 35px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: auto;
}
/* line 132, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-newsletter .title, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter .title {
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
}
/* line 139, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-newsletter .description, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter .description {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
/* line 147, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-newsletter button.button, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter button.button {
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  float: left;
}
/* line 154, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-newsletter button.button.margin-left, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter button.button.margin-left {
  margin-left: 15px;
}
/* line 156, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-newsletter button.button.margin-left span.genericon, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter button.button.margin-left span.genericon {
  margin-top: 1px;
}
@media only screen and (max-width: 48rem) {
  /* line 162, ../scss/styles/common/_sidebar.scss */
  #liContent div.sidebar.rightrail div.widget-container .widget-newsletter button.button, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter button.button {
    clear: both;
    display: block;
    width: 100% !important;
  }
  /* line 167, ../scss/styles/common/_sidebar.scss */
  #liContent div.sidebar.rightrail div.widget-container .widget-newsletter button.button.margin-left, #liContent aside.sidebar.rightrail div.widget-container .widget-newsletter button.button.margin-left {
    margin-left: 0px;
  }
}
/* line 177, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-webinars, #liContent aside.sidebar.rightrail div.widget-container .widget-webinars {
  /* widget webinars */
  position: relative;
  width: 100%;
  height: 212px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 35px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}
/* line 189, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-webinars .title, #liContent aside.sidebar.rightrail div.widget-container .widget-webinars .title {
  font-size: 22px;
  line-height: 25px;
  color: #004E9C;
  font-weight: 300;
  margin-bottom: 15px;
}
/* line 196, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-webinars .description, #liContent aside.sidebar.rightrail div.widget-container .widget-webinars .description {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 300;
}
/* line 202, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-webinars .button, #liContent aside.sidebar.rightrail div.widget-container .widget-webinars .button {
  position: absolute;
  bottom: 25px;
  font-weight: 500;
  margin: 0px;
}
/* line 212, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-tracker, #liContent aside.sidebar.rightrail div.widget-container .widget-tracker {
  /* widget tracker */
  position: relative;
  width: 100%;
  height: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 35px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}
/* line 224, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-tracker .title, #liContent aside.sidebar.rightrail div.widget-container .widget-tracker .title {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  font-weight: 200;
}
/* line 230, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container .widget-tracker .button, #liContent aside.sidebar.rightrail div.widget-container .widget-tracker .button {
  position: absolute;
  bottom: 25px;
  font-weight: 500;
  margin: 0px;
}
/* line 241, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media, #liContent aside.sidebar.rightrail div.widget-container ul.social-media {
  /* widget social media */
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* line 246, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li {
  display: inline-block !important;
  padding: 13px 9px 3px 9px !important;
  margin: 0 3px 10px 0 !important;
  list-style: none;
  display: inline-block;
  background-color: #004E9C;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  cursor: pointer;
}
/* line 257, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li span, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li span {
  color: #ffffff;
  font-size: 20px !important;
  line-height: 15px !important;
}
/* line 263, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li.facebook, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li.facebook {
  background-color: #045198;
}
/* line 266, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li.twitter, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li.twitter {
  background-color: #2ca8d2;
}
/* line 269, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li.googleplus, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li.googleplus {
  background-color: #ce4d39;
}
/* line 272, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li.linkedin, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li.linkedin {
  background-color: #4498c8;
}
/* line 275, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li.feed, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li.feed {
  background-color: #626262;
}
/* line 279, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li:hover, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li:hover {
  background-color: #FCB414;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 286, ../scss/styles/common/_sidebar.scss */
#liContent div.sidebar.rightrail div.widget-container ul.social-media li:hover span, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 48rem) {
  /* line 295, ../scss/styles/common/_sidebar.scss */
  #liContent div.sidebar.rightrail div.widget-container ul.social-media, #liContent aside.sidebar.rightrail div.widget-container ul.social-media {
    margin-bottom: 40px;
  }
  /* line 297, ../scss/styles/common/_sidebar.scss */
  #liContent div.sidebar.rightrail div.widget-container ul.social-media li, #liContent aside.sidebar.rightrail div.widget-container ul.social-media li {
    margin: 0 10px 10px 0 !important;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 309, ../scss/styles/common/_sidebar.scss */
  #liContent ul.sidebar.rightrail {
    text-align: inherit !important;
    padding: 0px !important;
  }
}

/* line 2, ../scss/styles/common/_slider.scss */
#liContent .slider-area {
  position: relative;
  z-index: 1;
  height: 510px;
}
/* line 6, ../scss/styles/common/_slider.scss */
#liContent .slider-area ul {
  padding: 0;
  margin: 0;
}
/* line 10, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-wrap,
#liContent .slider-area .slider-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 510px;
  overflow: hidden;
}
/* line 18, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-content {
  left: 50%;
  margin-left: -50%;
}
/* line 23, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames {
  display: block;
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0px;
  width: 100%;
  height: 510px;
}
/* line 31, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames li {
  display: block;
  margin: 0;
}
/* line 35, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames .background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 510px;
}
/* line 46, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames .mini-wrap {
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 50;
  width: 96%;
  max-width: 1060px;
  cursor: pointer;
}
/* line 55, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames .mini-wrap .title {
  display: none;
  position: absolute;
  text-align: left;
  top: 120px;
}
/* line 60, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames .mini-wrap .title h2 {
  color: #ffffff;
  margin-top: 0;
}
/* line 63, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames .mini-wrap .title h2 span {
  color: #FCB414;
  float: none;
  clear: both;
}
/* line 69, ../scss/styles/common/_slider.scss */
#liContent .slider-area #slider_frames .mini-wrap .title p {
  color: #ffffff;
}
@media only screen and (min-width: 64rem) {
  /* line 69, ../scss/styles/common/_slider.scss */
  #liContent .slider-area #slider_frames .mini-wrap .title p {
    width: 60%;
  }
}
/* line 79, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper {
  margin: 0 auto;
  display: block;
  z-index: 2;
  width: 96%;
  max-width: 1060px;
}
/* line 85, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame {
  display: block;
  position: absolute;
  bottom: 80px;
  padding-left: 0.9375rem;
}
/* line 90, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame .atrest {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  float: left;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/c-off.png");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: bottom center;
  cursor: pointer;
  z-index: 3;
}
/* line 103, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame .atrest :hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
/* line 111, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame .no-svg .atrest {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/c-off.png");
}
/* line 115, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame .myactive {
  /* active button */
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  float: left;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/c-on.png");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: bottom center;
  cursor: pointer;
  z-index: 2;
}
/* line 128, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame .myactive :hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
/* line 136, ../scss/styles/common/_slider.scss */
#liContent .slider-area .slider-button-frame-wrapper .slider-button-frame .no-svg .myactive {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/c-on.png");
}
@media only screen and (max-width: 48rem) {
  /* line 146, ../scss/styles/common/_slider.scss */
  #liContent .slider-area {
    position: relative;
    z-index: 1;
    height: 400px;
  }
  /* line 150, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-content {
    height: 400px;
  }
  /* line 153, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap {
    height: 400px;
  }
  /* line 155, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames {
    height: 400px;
  }
  /* line 157, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames .background {
    height: 400px;
  }
  /* line 160, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames .title {
    top: 65px;
  }
  /* line 162, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames .title span {
    float: left;
    clear: none;
    margin-left: 0;
  }
  /* line 172, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-button-frame-wrapper .slider-button-frame {
    bottom: 60px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 180, ../scss/styles/common/_slider.scss */
  #liContent .slider-area {
    position: relative;
    z-index: 1;
    height: 380px;
  }
  /* line 184, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-content {
    height: 380px;
  }
  /* line 186, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-content button {
    width: auto !important;
  }
  /* line 190, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap {
    height: 380px;
  }
  /* line 192, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames {
    height: 380px;
    text-align: center;
  }
  /* line 195, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames .background {
    height: 380px;
  }
  /* line 198, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames .title {
    top: 42px;
  }
  /* line 200, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-wrap #slider_frames .title span {
    float: none;
    clear: both;
    display: block;
  }
  /* line 209, ../scss/styles/common/_slider.scss */
  #liContent .slider-area .slider-button-frame-wrapper .slider-button-frame {
    bottom: 14%;
    padding-left: 10%;
  }
}

/* line 2, ../scss/styles/pages/_careers.scss */
#liContent .locations {
  list-style: none;
  margin-left: 0;
}
/* line 5, ../scss/styles/pages/_careers.scss */
#liContent .locations li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 10, ../scss/styles/pages/_careers.scss */
#liContent .locations li.category, #liContent .locations li .location {
  margin-right: 8px;
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  line-height: 15px;
}
/* line 17, ../scss/styles/pages/_careers.scss */
#liContent .locations li.category {
  color: #959595;
}
/* line 24, ../scss/styles/pages/_careers.scss */
#liContent #careers button.video {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding-left: 50px;
  padding-top: 17px;
  padding-bottom: 15px;
  background-color: transparent;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/button-play-video-white-off.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  margin-left: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
/* line 41, ../scss/styles/pages/_careers.scss */
#liContent #careers button.video:active, #liContent #careers button.video:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 58, ../scss/styles/pages/_careers.scss */
#liContent #careers .masthead .breadcrumbs {
  color: #ffffff;
  position: absolute;
  z-index: 2;
}
/* line 63, ../scss/styles/pages/_careers.scss */
#liContent #careers .masthead .breadcrumbs a {
  color: #ffffff !important;
}
/* line 68, ../scss/styles/pages/_careers.scss */
#liContent #careers .masthead .breadcrumbs :after, #liContent #careers .masthead .breadcrumbs > * :after {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/arrow-breadcrumbs-white.svg") !important;
}
/* line 73, ../scss/styles/pages/_careers.scss */
#liContent #careers .masthead button.large {
  padding: 12px 42px 12px 42px;
  font-size: 24px;
  color: #ffffff;
}
/* line 78, ../scss/styles/pages/_careers.scss */
#liContent #careers .masthead button.video {
  position: relative;
  left: 0;
  bottom: 0;
}
/* line 85, ../scss/styles/pages/_careers.scss */
#liContent #careers article {
  padding-top: 30px;
}
/* line 89, ../scss/styles/pages/_careers.scss */
#liContent #careers .paragraph-intro {
  font-size: 22px;
  line-height: 26px;
}
/* line 94, ../scss/styles/pages/_careers.scss */
#liContent #careers p {
  font-size: 16px;
  line-height: 25px;
}
/* line 99, ../scss/styles/pages/_careers.scss */
#liContent #careers .testimonial {
  font-size: 35px;
  line-height: 35px;
  color: #045198;
  font-weight: 200;
  font-style: italic;
}
/* line 106, ../scss/styles/pages/_careers.scss */
#liContent #careers .testimonial span {
  font-size: 18px;
  line-height: 50px;
  font-style: normal;
  font-weight: 500;
  display: block;
}
/* line 115, ../scss/styles/pages/_careers.scss */
#liContent #careers a.inpage-video {
  display: block;
  position: relative;
  margin: 30px 0;
}
/* line 120, ../scss/styles/pages/_careers.scss */
#liContent #careers a.inpage-video img {
  border: 1px solid #ccc !important;
}
/* line 124, ../scss/styles/pages/_careers.scss */
#liContent #careers div.video-overlay {
  display: none;
}

/* line 3, ../scss/styles/pages/_contact.scss */
#liContent .contact h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 3, ../scss/styles/pages/_contact.scss */
  #liContent .contact h3 {
    margin-bottom: 15px;
  }
}
/* line 7, ../scss/styles/pages/_contact.scss */
#liContent .contact h4, #liContent .contact h5 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #004E9C;
}
@media only screen and (max-width: 48rem) {
  /* line 7, ../scss/styles/pages/_contact.scss */
  #liContent .contact h4, #liContent .contact h5 {
    margin-bottom: 15px;
  }
}
/* line 12, ../scss/styles/pages/_contact.scss */
#liContent .contact .cta, #liContent .contact .cta .ctaPhone {
  padding: 0;
}
/* line 3, ../scss/styles/common/_cta.scss */
#liContent .contact .ctaPhone {
  padding-top: 11px;
  font-weight: 500;
  font-size: 22px;
}
@media only screen and (max-width: 48rem) {
  /* line 9, ../scss/styles/common/_cta.scss */
  #liContent .contact a {
    width: 100%;
    clear: none;
    float: none;
  }
  /* line 14, ../scss/styles/common/_cta.scss */
  #liContent .contact .ctaPhone {
    padding-top: 0;
  }
  /* line 16, ../scss/styles/common/_cta.scss */
  #liContent .contact .ctaPhone a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #E7EEF2;
  }
}
/* line 18, ../scss/styles/pages/_contact.scss */
#liContent .contact .button {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 18, ../scss/styles/pages/_contact.scss */
  #liContent .contact .button {
    margin-bottom: 15px;
  }
}
/* line 22, ../scss/styles/pages/_contact.scss */
#liContent .contact .lower-half h3.h2 {
  font-size: 30px;
  line-height: 30px;
}
/* line 25, ../scss/styles/pages/_contact.scss */
#liContent .contact .lower-half h3.h6 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #FCB414;
}
@media only screen and (max-width: 48rem) {
  /* line 25, ../scss/styles/pages/_contact.scss */
  #liContent .contact .lower-half h3.h6 {
    margin-bottom: 15px;
  }
}

/* line 4, ../scss/styles/pages/_default-child.scss */
#liContent .default-child .masthead .cta .buttons {
  padding-bottom: 20px;
}
/* line 8, ../scss/styles/pages/_default-child.scss */
#liContent .default-child h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 48rem) {
  /* line 8, ../scss/styles/pages/_default-child.scss */
  #liContent .default-child h4 {
    margin-bottom: 15px;
  }
}
/* line 13, ../scss/styles/pages/_default-child.scss */
#liContent .default-child .section-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 13, ../scss/styles/pages/_default-child.scss */
  #liContent .default-child .section-content p {
    margin-bottom: 15px;
  }
}

/* line 4, ../scss/styles/pages/_experience.scss */
#liContent .page-experience h3, #liContent .page-experience h4 {
  color: #004E9C;
}
/* line 7, ../scss/styles/pages/_experience.scss */
#liContent .page-experience h4 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 7, ../scss/styles/pages/_experience.scss */
  #liContent .page-experience h4 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 7, ../scss/styles/pages/_experience.scss */
  #liContent .page-experience h4 {
    margin-bottom: 15px;
  }
}
/* line 12, ../scss/styles/pages/_experience.scss */
#liContent .page-experience .services-background {
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: contain;
}
/* line 17, ../scss/styles/pages/_experience.scss */
#liContent .page-experience .services-background ul {
  margin: 0;
}
/* line 19, ../scss/styles/pages/_experience.scss */
#liContent .page-experience .services-background ul li {
  list-style: none;
}
/* line 23, ../scss/styles/pages/_experience.scss */
#liContent .page-experience .services-background h4 {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 18px;
  color: #004E9C;
  font-weight: 400;
}

/* line 3, ../scss/styles/pages/_forms.scss */
#liContent .locations li {
  font-size: 12px;
  line-height: 15px;
}
/* line 8, ../scss/styles/pages/_forms.scss */
#liContent a.category {
  margin-right: 4px;
}

/* line 4, ../scss/styles/pages/_freight.scss */
#liContent .freight .block-textLgImg h3 {
  margin-top: 12%;
}

/* line 1, ../scss/styles/pages/_holidays.scss */
#liContent {
  /* responsive tables */
  /* general styles */
}
/* line 5, ../scss/styles/pages/_holidays.scss */
#liContent table th {
  font-weight: 600;
}
/* line 8, ../scss/styles/pages/_holidays.scss */
#liContent table td, #liContent table th {
  padding: 10px 0px;
  text-align: left;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 15, ../scss/styles/pages/_holidays.scss */
  #liContent table.responsive {
    margin-bottom: 0;
  }
  /* line 19, ../scss/styles/pages/_holidays.scss */
  #liContent .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  /* line 30, ../scss/styles/pages/_holidays.scss */
  #liContent .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  /* line 35, ../scss/styles/pages/_holidays.scss */
  #liContent .pinned table th, #liContent .pinned table td {
    white-space: nowrap;
    padding: 10px 10px;
    text-align: left;
  }
  /* line 41, ../scss/styles/pages/_holidays.scss */
  #liContent .pinned table td:last-child {
    border-bottom: 0;
  }
  /* line 49, ../scss/styles/pages/_holidays.scss */
  #liContent div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  /* line 55, ../scss/styles/pages/_holidays.scss */
  #liContent div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }
  /* line 62, ../scss/styles/pages/_holidays.scss */
  #liContent table.responsive td, #liContent table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 63, ../scss/styles/pages/_holidays.scss */
  #liContent table.responsive th:first-child, #liContent table.responsive td:first-child, #liContent table.responsive td:first-child, #liContent table.responsive.pinned td {
    display: none;
  }
}
/* line 69, ../scss/styles/pages/_holidays.scss */
#liContent .holidays h3 {
  color: #FCB414 !important;
  border-bottom: 4px solid #000000;
  font-size: 24px !important;
  line-height: 24px !important;
  margin-bottom: 0px !important;
  padding: 10px 0px !important;
}
/* line 78, ../scss/styles/pages/_holidays.scss */
#liContent table {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 300;
}
/* line 83, ../scss/styles/pages/_holidays.scss */
#liContent table td {
  border-bottom: 1px solid #ccc;
}
/* line 86, ../scss/styles/pages/_holidays.scss */
#liContent table td:first-child {
  font-weight: 400;
  color: #000000;
  width: 150px;
}
/* line 91, ../scss/styles/pages/_holidays.scss */
#liContent table td:nth-child(2) {
  color: #045198;
  width: 120px;
}

/* line 4, ../scss/styles/pages/_home.scss */
.home #liContent .hero-buckets h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}
/* line 8, ../scss/styles/pages/_home.scss */
.home #liContent .hero-buckets p {
  font-size: 18px;
  line-height: 21.6px;
  color: #000000;
}
/* line 12, ../scss/styles/pages/_home.scss */
.home #liContent .hero-buckets .separator {
  position: absolute;
  top: 10%;
  right: 1%;
  border-right: 1px solid #b17d2b;
  height: 80%;
  display: block;
}
/* line 19, ../scss/styles/pages/_home.scss */
.home #liContent .hero-buckets .separator.sep3 {
  display: none;
}
@media only screen and (max-width: 48rem) {
  /* line 26, ../scss/styles/pages/_home.scss */
  .home #liContent .hero-buckets {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 48rem) {
  /* line 26, ../scss/styles/pages/_home.scss */
  .home #liContent .hero-buckets {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 29, ../scss/styles/pages/_home.scss */
  .home #liContent .hero-buckets .separator {
    display: none;
  }
  /* line 32, ../scss/styles/pages/_home.scss */
  .home #liContent .hero-buckets h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  /* line 37, ../scss/styles/pages/_home.scss */
  .home #liContent .hero-buckets p {
    font-size: 15px;
    line-height: 21.6px;
    margin-bottom: 10px;
  }
}
/* line 46, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .one-column-bucket .image-button {
  border: 1px #E7EEF2 solid;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  width: 23%;
  height: 161px;
  background-color: #7F8992;
  background-size: 120%;
  background-position: 50%;
  background-repeat: no-repeat;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 1.5%;
  cursor: pointer;
}
/* line 63, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .one-column-bucket .image-button:hover {
  background-size: 110%;
  opacity: 1.0;
}
/* line 67, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .one-column-bucket .image-button .border {
  border: 10px #ffffff solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
/* line 76, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .one-column-bucket .image-button .label {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 35px 35px 0px 35px;
  margin-top: 0;
  line-height: 18px;
  z-index: 1;
}
/* line 88, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .one-column-bucket .image-button .label span {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}
/* line 95, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .one-column-bucket .image-button .arrow-down {
  position: relative;
  top: 118px;
  margin: 0 auto;
  width: 22px;
  height: 13px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/arrow-down-white.png");
  -ms-behavior: url("livingston-content/themes/livingston2015/library/js/backgroundsize.min.htc");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 150;
}
@media only screen and (max-width: 48rem) {
  /* line 110, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button {
    width: 48%;
  }
  /* line 112, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button .label {
    padding: 25px 25px 0px 25px;
  }
  /* line 114, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button .label span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 121, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button {
    width: 47%;
    background-size: 200%;
  }
  /* line 124, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button:hover {
    background-size: 190%;
  }
  /* line 127, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button .label {
    padding: 55px 25px 0;
  }
  /* line 129, ../scss/styles/pages/_home.scss */
  .home #liContent .quicklinks .one-column-bucket .image-button .label span {
    font-size: 12px;
    line-height: inherit;
  }
}
/* line 138, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .img-toggle-content .arrow-selected-white {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/arrow-selected-white.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 48px;
  height: 24px;
  position: relative;
  top: -64px;
}
/* line 148, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .img-toggle-content #img-toggle-content-one .arrow-selected-white {
  margin-left: 10%;
}
/* line 151, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .img-toggle-content #img-toggle-content-two .arrow-selected-white {
  margin-left: 34%;
}
/* line 154, ../scss/styles/pages/_home.scss */
.home #liContent .quicklinks .img-toggle-content h4 {
  font-size: 17px;
  line-height: 20px;
  color: #004E9C;
  font-weight: 600;
}
/* line 163, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video {
  border-right: 1px solid #DCE5EC;
}
/* line 165, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video .columns {
  width: 60%;
  position: relative;
  float: left;
}
/* line 170, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video h2.video-heading {
  color: #485964;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: -0.02em;
  padding-right: 20px;
  text-transform: inherit;
}
/* line 177, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video h2.video-heading span {
  font-weight: 400;
  color: #FCB414;
}
/* line 182, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video .video-thumb-main {
  display: block;
  position: relative;
  height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 190, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video .video-thumb-main .video-play-cta-main {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
}
/* line 195, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video .video-thumb-main .video-play-cta-main .video-play-label-main {
  color: #045198;
  font-size: 23px;
  font-weight: 400;
  padding-top: 10px;
}
/* line 201, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video .video-thumb-main .video-play-cta-main .video-overlay-main {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/button-video-play-off-blue.png") !important;
}
/* line 208, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .video .video-thumb-main .video-play-cta-main .video-overlay-main:hover {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/button-video-play-on-blue.png") !important;
}
@media only screen and (max-width: 48rem) {
  /* line 215, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .video .video-thumb-main {
    height: 20vh;
  }
  /* line 217, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .video .video-thumb-main .video-play-cta-main {
    top: 30%;
  }
  /* line 221, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .video h2.video-heading {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  /* line 224, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .video h2.video-heading span {
    clear: both;
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 232, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .video .video-thumb-main {
    height: 30vh;
  }
}
/* line 238, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .in-the-news h2 {
  color: #FCB414;
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
/* line 246, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .in-the-news .videoblock {
  border-top: 1px solid #E7EEF2;
  padding: 20px 0 30px 0px;
  position: relative;
  min-height: 135px;
  font-weight: 200;
}
/* line 252, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .in-the-news .videoblock a.thumb {
  display: block;
  height: 91px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 20px;
  width: 147px;
  float: left;
  margin-right: 20px;
}
/* line 264, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .in-the-news .videoblock a.thumb .video-overlay {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 48%;
  left: 95px;
  margin-left: -27px;
  margin-top: -27px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/button-video-play-off.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 276, ../scss/styles/pages/_home.scss */
.home #liContent .media-section .in-the-news .videoblock a.thumb :hover {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/button-video-play-on.png");
}
@media only screen and (max-width: 48rem) {
  /* line 282, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .in-the-news .videoblock {
    padding: 20px 15px 30px 15px;
  }
  /* line 284, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .in-the-news .videoblock a.thumb {
    margin-left: 0px;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 48rem) {
  /* line 284, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .in-the-news .videoblock a.thumb {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 288, ../scss/styles/pages/_home.scss */
  .home #liContent .media-section .in-the-news .videoblock a.thumb .video-overlay {
    top: 33%;
    left: 86px;
  }
}
/* line 297, ../scss/styles/pages/_home.scss */
.home #liContent .low-buckets.section-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 300, ../scss/styles/pages/_home.scss */
.home #liContent .low-buckets.section-content h3 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 300, ../scss/styles/pages/_home.scss */
  .home #liContent .low-buckets.section-content h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 300, ../scss/styles/pages/_home.scss */
  .home #liContent .low-buckets.section-content h3 {
    margin-top: 15px;
  }
}
/* line 306, ../scss/styles/pages/_home.scss */
.home #liContent .low-buckets div > div {
  border-left: 1px solid #E7EEF2;
}
/* line 309, ../scss/styles/pages/_home.scss */
.home #liContent .low-buckets div > div:nth-child(3) {
  border-left: 1px solid #E7EEF2;
  border-right: 1px solid #E7EEF2;
}

/* line 2, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page {
  padding-bottom: 30px;
}
/* line 5, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page ul {
  margin-left: 30px;
}
/* line 8, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page ul li {
  margin-bottom: 10px;
}
/* line 11, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page ul li:last-child {
  margin-bottom: 0;
}
/* line 17, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 17, ../scss/styles/pages/_landing-withsidebar.scss */
  #liContent .landing-page p {
    margin-bottom: 15px;
  }
}
/* line 21, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container {
  padding: 48px 0 10px;
}
/* line 24, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .paragraph-intro {
  font-size: 22px;
  line-height: 26px;
}
/* line 28, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container h3 {
  display: block;
  color: #004E9C;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0px;
}
/* line 38, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .downloadables {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FCB414;
  padding: 50px 50px 10px 50px;
  margin: 40px 0px;
}
/* line 45, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .downloadables hr {
  border: none;
  border-top: 1px solid #485865;
  margin: 20px 0;
  clear: both;
}
/* line 51, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .downloadables h2 {
  color: #004E9C;
  font-size: 33px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 58, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .downloadables .paragraph-white {
  color: #ffffff;
  font-weight: 400;
  display: inline;
}
/* line 63, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .downloadables .left img {
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}
/* line 67, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page .content-container .downloadables a.link {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 67, ../scss/styles/pages/_landing-withsidebar.scss */
  #liContent .landing-page .content-container .downloadables a.link {
    margin-top: 15px;
  }
}
/* line 75, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar {
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
}
/* line 78, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget {
  display: block;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 35px 35px 15px 35px;
  margin-bottom: 30px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
/* line 86, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget a:hover,
#liContent .landing-page aside.sidebar .widget a:active {
  text-decoration: none;
}
/* line 90, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget .title {
  display: block !important;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
/* line 98, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget .description {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
}
/* line 105, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget .button {
  display: block;
  margin-bottom: 20px;
}
/* line 109, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget .call-today {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
}
/* line 115, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget .mini {
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 300;
}
/* line 121, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget .phone {
  font-size: 34px;
  line-height: 30px;
  color: #FCB414;
  font-weight: 500;
  margin-bottom: 20px;
}
/* line 129, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget-theme-blue {
  background-color: #004E9C;
}
/* line 132, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget-theme-lighter-blue {
  background-color: #A8CAE6;
}
/* line 135, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget-theme-yellow {
  background-color: #FCB414;
}
/* line 138, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget-theme-white {
  background-color: #ffffff;
  padding: 0px !important;
}
/* line 141, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget-theme-white .title {
  color: #004E9C !important;
}
/* line 144, ../scss/styles/pages/_landing-withsidebar.scss */
#liContent .landing-page aside.sidebar .widget-theme-white .description {
  color: #485964 !important;
}

/* line 2, ../scss/styles/pages/_locator.scss */
#liContent .locator-home {
  /* locations home page */
  /* location home - narrow your seach */
  /* single location styles */
  /* geo location page */
  /* list seach elements */
}
/* line 3, ../scss/styles/pages/_locator.scss */
#liContent .locator-home h2 {
  font-size: 30px;
  line-height: 26px;
  font-weight: 300;
  margin: 0px;
  color: #004E9C;
}
/* line 11, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap {
  display: block;
  position: relative;
  background: #ffffff;
}
/* line 17, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .content-frame {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 34px;
}
/* line 24, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-left {
  padding-right: 278px;
}
/* line 28, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-title {
  display: block;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E7EEF2;
}
/* line 34, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-title a {
  display: inline-block;
  position: relative;
  float: right;
}
/* line 39, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-title a .icon {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-linkarrow.svg");
}
/* line 46, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .content-title a .icon {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-linkarrow.png");
}
/* line 53, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .home-block {
  display: block;
  position: relative;
  padding-top: 40px;
  padding-left: 0;
}
/* line 60, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .icon {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  margin-right: 15px;
  float: left;
}
/* line 70, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .icon-current {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-currentloc.svg");
}
/* line 73, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .content-wrap .home-block .icon-current {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-currentloc.png");
}
/* line 77, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .icon-narrow {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-narrowsearch.svg");
}
/* line 80, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .content-wrap .home-block .icon-narrow {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-narrowsearch.png");
}
/* line 84, ../scss/styles/pages/_locator.scss */
#liContent .locator-home h3 {
  color: #485964;
  margin-top: 10px;
}
/* line 89, ../scss/styles/pages/_locator.scss */
#liContent .locator-home p {
  font-size: 18px;
  line-height: 21.6px;
  margin-bottom: 14px;
  font-weight: 300;
}
/* line 95, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .icon-arrow {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-linkarrow.svg");
}
/* line 105, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .content-wrap .home-block .icon-arrow {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-linkarrow.png");
}
/* line 109, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .home-block form {
  display: inline;
}
/* line 112, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .home-block form input[type=text] {
  width: 190px;
  margin-left: 10px;
  background-color: #f6f9fa;
  padding: 6px;
  padding-left: 8px;
  padding-bottom: 3px;
  border: 1px solid #bed3e3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #cbcece;
  font-family: 'proxima-nova';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: inline;
}
/* line 128, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .home-block form input[type=text]:focus {
  border-color: #0085FF;
  color: #747576;
}
/* line 133, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .home-block form input[type=submit] {
  border: 0px;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: 'proxima-nova';
  color: #0085FF;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 7px 10px 0 10x;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 5px;
}
/* line 147, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-wrap .home-block form input[type=submit]:hover {
  color: #045198;
}
/* line 154, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator {
  display: block;
  position: relative;
  width: 100%;
  height: 710px;
  margin-top: 24px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #edf3f6;
}
/* line 163, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-menu {
  display: block;
  position: absolute;
  height: 710px;
  width: 33%;
  left: 0px;
  top: 0px;
  background-color: #045199;
  overflow-y: auto;
}
/* line 174, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: outside none;
  margin: 24px;
}
/* line 180, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-menu ul li {
  margin: 0px;
  padding: 0px;
  list-style: outside none;
}
/* line 185, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-menu ul > li > ul.children {
  display: none;
  margin: 0px;
  margin-top: -4px;
  margin-bottom: 12px;
}
/* line 193, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul a:link, #liContent .locator-home .location-menu ul a:visited {
  color: #ffffff;
}
/* line 196, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul a:active, #liContent .locator-home .location-menu ul a:hover {
  color: #94a9c8;
}
/* line 200, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul > li > a {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 12px;
}
/* line 207, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul.children li a {
  display: inline-block;
  font-size: 16px;
  line-height: 12px;
  padding-bottom: 6px;
  padding-left: 6px;
}
/* line 215, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul.children a.current:link, #liContent .locator-home .location-menu ul.children a.current:visited {
  color: #fdb33e;
}
/* line 220, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul > li > a .menu-arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 10px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 16px 10px;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/menu-arrow-down.svg");
}
/* line 231, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .location-menu ul > li > a .menu-arrow {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/menu-arrow-down.png");
}
/* line 235, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-menu ul > li > a.current .menu-arrow {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/menu-arrow-up.svg");
}
/* line 238, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .location-menu ul > li > a.current .menu-arrow {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/menu-arrow-up.png");
}
/* line 243, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-list {
  display: block;
  position: absolute;
  height: 710px;
  width: 67%;
  left: 33%;
  top: 0px;
  overflow-y: auto;
}
/* line 250, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-list a:link, #liContent .locator-home .location-navigator .location-list a:visited {
  display: none;
  font-size: 16px;
  line-height: 22px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bed3e3;
  color: #045199;
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: right center;
  background-image: url("/livingston-content/themes/livingston_2015/images-locator/list-arrow-off.svg");
}
/* line 264, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .location-navigator .location-list a:link, #liContent .locator-home .no-svg .location-navigator .location-list a:visited {
  background-image: url("/livingston-conten/themes/livingston_2015/images-locator/list-arrow-off.png");
}
/* line 267, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-list a:active, #liContent .locator-home .location-navigator .location-list a:hover {
  color: #0085ff;
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: right center;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/list-arrow-on.svg");
}
/* line 275, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-list a:active, #liContent .locator-home .location-navigator .location-list a:hover {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/list-arrow-on.png");
}
/* line 279, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-list a strong {
  display: block;
  font-size: 18px;
}
/* line 283, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .location-navigator .location-list .prompt {
  padding: 24px;
  padding-left: 34px;
  margin-left: 30px;
  color: #045198;
  font-size: 24px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: left center;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/arrow-left.svg");
}
/* line 296, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .location-navigator .location-list .prompt {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/arrow-left.png");
}
/* line 303, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-frame .FullMapPage #SingleMapLocation {
  height: 624px;
  width: 49%;
  float: right;
  margin-top: 24px;
  border: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 315, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-frame #MapDescription {
  clear: none;
  font-size: 16px;
}
/* line 319, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-frame #MapDescription:after {
  clear: none;
}
/* line 327, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .content-frame h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 22px;
}
/* line 332, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .content-frame #MapAddressContainer, #liContent .locator-home .content-frame #MapAddressLabel {
  display: none;
}
/* line 336, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .content-frame h3 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
}
/* line 341, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .content-frame .detail-phone {
  display: block;
  margin-top: 12px;
  font-size: 38px;
  font-weight: 300;
  color: #045198;
}
/* line 349, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist a.visit:link, #liContent .locator-home .single-maplist a.visit:visited, #liContent .locator-home .single-maplist a.contact:link, #liContent .locator-home .single-maplist a.contact:visited {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #045198;
}
/* line 357, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist a.visit:active, #liContent .locator-home .single-maplist a.visit:hover, #liContent .locator-home .single-maplist a.contact:active, #liContent .locator-home .single-maplist a.contact:hover {
  color: #0085ff;
}
/* line 361, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .hours {
  display: block;
  position: relative;
  width: 46%;
}
/* line 366, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .hours .day {
  display: block;
  position: relative;
  margin-top: 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/hours-underline.gif");
}
/* line 372, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .hours .day .name {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding-right: 6px;
}
/* line 377, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .single-maplist .hours .day .time {
  display: inline-block;
  position: relative;
  float: right;
  background-color: #ffffff;
  padding-left: 6px;
}
/* line 384, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-left h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 22px;
}
/* line 389, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .mapHolder {
  height: 406px;
  border: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 395, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .mapHolder .infowindowContent .address {
  display: none;
}
/* line 399, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettyFileBar {
  border-bottom: 0px;
  border-top: 0px;
  text-align: center;
}
/* line 403, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .mapListContainer {
  padding: 20px;
  padding-top: 8px;
  height: 542px;
  overflow-y: auto;
  background-color: #edf3f6;
  -moz-border-radius: px;
  -webkit-border-radius: px;
  border-radius: px;
}
/* line 411, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .map:after {
  background-image: none;
}
/* line 415, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .mapLocationDetail .description .address, #liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail .address {
  display: none;
}
/* line 419, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
/* line 423, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink .viewLocationDetail span:nth-child(2) {
  float: right;
  padding-right: 20px;
}
/* line 427, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .corePrettyStyle:hover {
  background-color: transparent;
  border-color: transparent;
}
/* line 432, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:link, #liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:visited {
  font-size: 16px;
  line-height: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BED3E3;
  color: #045199;
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: right center;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/list-arrow-off.svg");
}
/* line 444, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:link, #liContent .locator-home .no-svg .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:visited {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/list-arrow-off.png");
}
/* line 448, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:active, #liContent .locator-home .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:hover {
  color: #0085ff;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/list-arrow-on.svg");
}
/* line 452, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .no-svg .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:active, #liContent .locator-home .no-svg .page-template-page-locator-find-php .content-frame .prettyMapList .prettylink a.viewLocationDetail:hover {
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/list-arrow-on.svg");
}
/* line 460, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .prettyMapList .directionsPostcode, #liContent .locator-home .prettyMapList .prettyFileBar .prettyMapListSearch input, #liContent .locator-home .prettyMapList .prettyFileBar .prettySearchValue {
  width: auto !important;
  background-color: #f6f9fa;
  padding: 6px !important;
  padding-left: 8px !important;
  padding-bottom: 3px !important;
  border: 1px solid #bed3e3 !important;
  border-radius: 6px !important;
  color: #cbcece !important;
  font-family: 'proxima-nova' !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
/* line 467, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .prettyMapList .directionsPostcode, #liContent .locator-home .prettyMapList .prettyFileBar .prettyMapListSearch input, #liContent .locator-home .prettyMapList .prettyFileBar .prettySearchValue:focus {
  border-color: #0085FF;
  color: #747576;
}
/* line 473, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .prettyMapList .prettyFileBar .prettyMapListSearch a {
  width: auto !important;
  background-color: #045198;
  padding: 6px !important;
  padding-left: 11px !important;
  padding-right: 11px !important;
  padding-bottom: 3px !important;
  border: none !important;
  border-radius: 6px !important;
  color: #FFFFFF !important;
  font-family: 'proxima-nova' !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
/* line 480, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .prettyMapList .prettyFileBar .prettyMapListSearch a:hover {
  background-color: #0085ff;
}
/* line 484, ../scss/styles/pages/_locator.scss */
#liContent .locator-home .page-template-page-locator-find-php .prettyMapList .prettyFileBar .distanceSelector {
  border: 1px solid #CCC !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  margin-right: 3px !important;
  margin-bottom: 0 !important;
  padding: 6px !important;
  padding-left: 11px !important;
  padding-right: 11px !important;
  padding-bottom: 3px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}

/* Responsive Styles */
@media only screen and (max-width: 1002px) {
  /* line 502, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner .phone {
    padding-left: 12px;
  }

  /* line 506, ../scss/styles/pages/_locator.scss */
  .header-wrap .header-inner a.logo:link, .header-wrap .header-inner a.logo:visited {
    left: 16px;
  }

  /* line 510, ../scss/styles/pages/_locator.scss */
  .content-left {
    padding-left: 16px;
  }

  /* line 514, ../scss/styles/pages/_locator.scss */
  .sidebar.desktop {
    display: block;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 523, ../scss/styles/pages/_locator.scss */
  .content-frame .FullMapPage #SingleMapLocation {
    height: 340px;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 700px) {
  /* header */
  /* line 535, ../scss/styles/pages/_locator.scss */
  .top-wrap {
    height: 83px;
    width: 100%;
  }

  /* line 539, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner a.quote:link, .top-wrap .top-inner a.quote:visited {
    border-right: none;
    width: 38%;
    text-align: right;
    float: right;
    padding-right: 8px;
  }

  /* line 544, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner .phone {
    width: 59%;
    border-right: 0px;
  }

  /* line 548, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner .right {
    top: 38px;
    width: 100%;
    border-top: 1px solid #03396B;
  }

  /* line 553, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner a.login:link, .top-wrap .top-inner a.login:visited {
    width: 31%;
    text-align: right;
    border-right: 0px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 560, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner a.tracker:link, .top-wrap .top-inner a.tracker:visited {
    width: 38%;
    text-align: center;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 566, ../scss/styles/pages/_locator.scss */
  .top-wrap .top-inner .secondary-nav {
    border-left: 0px;
    text-align: left;
    width: 31%;
    font-size: 13px;
  }

  /* line 573, ../scss/styles/pages/_locator.scss */
  #lang_sel a.lang_sel_sel:link, #lang_sel a.lang_sel_sel:visited {
    font-size: 13px !important;
    padding: 10px 0px 10px 8px !important;
  }

  /* sidebar */
  /* line 582, ../scss/styles/pages/_locator.scss */
  .sidebar.desktop {
    display: none;
  }

  /* line 583, ../scss/styles/pages/_locator.scss */
  .sidebar.mobile {
    display: block;
  }

  /* line 584, ../scss/styles/pages/_locator.scss */
  .sidebar {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }

  /* content styles */
  /* line 593, ../scss/styles/pages/_locator.scss */
  .content-left {
    padding-right: 16px;
  }

  /* locator navigator styles */
  /* line 599, ../scss/styles/pages/_locator.scss */
  .location-navigator .location-menu {
    width: 40%;
  }

  /* line 603, ../scss/styles/pages/_locator.scss */
  .location-navigator .location-menu ul {
    margin: 12px;
  }

  /* line 607, ../scss/styles/pages/_locator.scss */
  .location-menu ul a:link, .location-menu ul a:visited {
    width: 100%;
  }

  /* line 611, ../scss/styles/pages/_locator.scss */
  .location-menu ul > li > a .menu-arrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }

  /* line 618, ../scss/styles/pages/_locator.scss */
  .location-menu ul > li > a {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 12px;
  }

  /* line 625, ../scss/styles/pages/_locator.scss */
  .location-menu ul.children li a {
    font-size: 14px;
    line-height: 14px;
  }

  /* line 629, ../scss/styles/pages/_locator.scss */
  .location-navigator .location-list .prompt {
    font-size: 18px;
    line-height: 21.6px;
    padding: 12px;
    padding-left: 25px;
    margin-left: 12px;
    color: #045198;
    background-repeat: no-repeat;
    background-size: 8px 13px;
  }

  /* line 639, ../scss/styles/pages/_locator.scss */
  .location-navigator .location-list {
    left: 40%;
    width: 60%;
  }

  /* line 643, ../scss/styles/pages/_locator.scss */
  .location-navigator .location-list a:link, .location-navigator .location-list a:visited {
    font-size: 14px;
    line-height: 22px;
    margin: 0 2px;
    padding: 12px 16px 12px 0;
  }

  /* line 651, ../scss/styles/pages/_locator.scss */
  .location-navigator .location-list a strong {
    font-size: 16px;
  }

  /* single location pages */
  /* line 658, ../scss/styles/pages/_locator.scss */
  .content-frame .FullMapPage #SingleMapLocation {
    height: 340px;
    width: 100%;
    float: none;
  }

  /* line 664, ../scss/styles/pages/_locator.scss */
  .single-maplist .hours {
    width: 100%;
  }

  /* line 668, ../scss/styles/pages/_locator.scss */
  .content-title a {
    width: 50%;
    text-align: right;
  }

  /* line 672, ../scss/styles/pages/_locator.scss */
  .list-locations {
    padding-left: 78px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 4, ../scss/styles/pages/_onecol-right.scss */
  #liContent .executive-team img {
    display: none;
  }
}
/* line 10, ../scss/styles/pages/_onecol-right.scss */
#liContent .page-onecol-right p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 10, ../scss/styles/pages/_onecol-right.scss */
  #liContent .page-onecol-right p {
    margin-bottom: 15px;
  }
}
/* line 12, ../scss/styles/pages/_onecol-right.scss */
#liContent .page-onecol-right p img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 18, ../scss/styles/pages/_onecol-right.scss */
#liContent #client-login p {
  padding-right: 10%;
}
/* line 21, ../scss/styles/pages/_onecol-right.scss */
#liContent #client-login a.button {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 21, ../scss/styles/pages/_onecol-right.scss */
  #liContent #client-login a.button {
    margin-bottom: 15px;
  }
}

/* line 3, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .inert {
  display: none;
}
/* line 6, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .search-results-navigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 6, ../scss/styles/pages/_press-release.scss */
  #liContent .press-release-list .search-results-navigation {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 6, ../scss/styles/pages/_press-release.scss */
  #liContent .press-release-list .search-results-navigation {
    margin-bottom: 15px;
  }
}
/* line 10, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .search-results-navigation input[type="text"] {
  width: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #045198;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  display: inline-block;
}
/* line 22, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .search-results-navigation p {
  display: inline-block;
  margin-top: 15px;
}
/* line 26, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .search-results-navigation #prevpage, #liContent .press-release-list .search-results-navigation #nextpage {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  background-color: #E7EEF2;
  border: 1px solid #E7EEF2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #004E9C;
  cursor: pointer;
}
/* line 42, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .search-results-navigation #prevpage:hover, #liContent .press-release-list .search-results-navigation #nextpage:hover {
  background-color: #004E9C;
  color: #ffffff;
}
/* line 48, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .icon {
  width: 29px;
  height: 36px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/icon-press-releases.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  float: left;
}
/* line 57, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .body {
  display: block;
  padding-left: 44px;
}
/* line 60, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .body .category {
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  color: #80919b;
  font-weight: 300;
}
@media only screen and (max-width: 48rem) {
  /* line 60, ../scss/styles/pages/_press-release.scss */
  #liContent .press-release-list .body .category {
    margin-bottom: 15px;
  }
}
/* line 68, ../scss/styles/pages/_press-release.scss */
#liContent .press-release-list .body h3 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media only screen and (max-width: 48rem) {
  /* line 68, ../scss/styles/pages/_press-release.scss */
  #liContent .press-release-list .body h3 {
    margin-bottom: 15px;
  }
}

/* line 4, ../scss/styles/pages/_resources.scss */
#liContent .page-resources.all-resources span.resources-subtitle {
  display: none;
}
/* line 8, ../scss/styles/pages/_resources.scss */
#liContent .page-resources h2 {
  color: #FCB414;
}
/* line 10, ../scss/styles/pages/_resources.scss */
#liContent .page-resources h2 span {
  color: #004E9C;
  clear: none;
  display: inline;
}
/* line 17, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list {
  display: block;
  overflow: auto;
  clear: both;
}
/* line 22, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .body {
  padding-left: 45px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 48rem) {
  /* line 22, ../scss/styles/pages/_resources.scss */
  #liContent .page-resources .resource-list .resource .body {
    margin-bottom: 15px;
  }
}
/* line 25, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .body h3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
  padding: 0;
}
/* line 32, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .icon {
  display: block;
  position: absolute;
  top: 3px;
  background-repeat: no-repeat;
}
/* line 38, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .icon-pdf {
  width: 32px;
  height: 32px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/icon-pdf.gif");
}
/* line 43, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .icon-form {
  width: 29px;
  height: 36px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/icon-forms.svg");
}
/* line 48, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .icon-guide {
  width: 32px;
  height: 32px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/icon-guide.gif");
}
/* line 53, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .icon-link {
  width: 32px;
  height: 32px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/icon-link.gif");
}
/* line 58, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .icon-video {
  width: 32px;
  height: 32px;
  background-image: url("/livingston-content/themes/livingston2015/library/images/icon-video.gif");
}
/* line 63, ../scss/styles/pages/_resources.scss */
#liContent .page-resources .resource-list .resource .category {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #959595;
  margin-bottom: 15px;
  text-transform: capitalize;
}

/* line 79, ../scss/styles/pages/_resources.scss */
.tax-resource-category .resource_menu #resmenu_list li.active a {
  font-weight: 400;
  color: #004E9C;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  background-color: #E7EEF2;
  border: 1px solid #E7EEF2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}
/* line 90, ../scss/styles/pages/_resources.scss */
.tax-resource-category .resource_menu #resmenu_list li.active a:hover {
  color: #ffffff;
  background-color: #004E9C;
}

/* SETUP */
/* line 14, ../scss/styles/pages/_services-global-trade.scss */
#trade-consulting .loop:nth-child(6) {
  display: none;
}

/* line 23, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent .section-content .benefits-icon-holder,
.page-template-page-services-global-trade #liContent .section-content .benefits-icon-holder {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 23, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent .section-content .benefits-icon-holder,
  .page-template-page-services-global-trade #liContent .section-content .benefits-icon-holder {
    margin-bottom: 15px;
  }
}
/* line 28, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent .services-trade-software p.white.padding-bottom-very-compact,
.page-template-page-services-global-trade #liContent .services-trade-software p.white.padding-bottom-very-compact {
  font-weight: 100;
}
/* line 31, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent .services-trade-software p.white,
.page-template-page-services-global-trade #liContent .services-trade-software p.white {
  font-weight: 500;
}
/* line 37, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #trade-software .excerpt p,
.page-template-page-services-global-trade #liContent #trade-software .excerpt p {
  margin-bottom: 0;
}
/* line 46, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-master-band h3, .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h4, .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h5,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h3,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h4,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h5,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h3,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h4,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h5,
.page-template-page-services-global-trade #liContent #global-trade-master-band h3,
.page-template-page-services-global-trade #liContent #global-trade-master-band h4,
.page-template-page-services-global-trade #liContent #global-trade-master-band h5,
.page-template-page-services-global-trade #liContent #global-trade-details-band h3,
.page-template-page-services-global-trade #liContent #global-trade-details-band h4,
.page-template-page-services-global-trade #liContent #global-trade-details-band h5,
.page-template-page-services-global-trade #liContent #trusted-partners h3,
.page-template-page-services-global-trade #liContent #trusted-partners h4,
.page-template-page-services-global-trade #liContent #trusted-partners h5 {
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
}
/* line 51, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-master-band h3 span, .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h4 span, .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h5 span,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h3 span,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h4 span,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h5 span,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h3 span,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h4 span,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h5 span,
.page-template-page-services-global-trade #liContent #global-trade-master-band h3 span,
.page-template-page-services-global-trade #liContent #global-trade-master-band h4 span,
.page-template-page-services-global-trade #liContent #global-trade-master-band h5 span,
.page-template-page-services-global-trade #liContent #global-trade-details-band h3 span,
.page-template-page-services-global-trade #liContent #global-trade-details-band h4 span,
.page-template-page-services-global-trade #liContent #global-trade-details-band h5 span,
.page-template-page-services-global-trade #liContent #trusted-partners h3 span,
.page-template-page-services-global-trade #liContent #trusted-partners h4 span,
.page-template-page-services-global-trade #liContent #trusted-partners h5 span {
  font-weight: 100;
}
@media only screen and (min-width: 64rem) {
  /* line 46, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h3, .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h4, .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h5,
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band h3,
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band h4,
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band h5,
  .page-template-page-services-customs-brokerage #liContent #trusted-partners h3,
  .page-template-page-services-customs-brokerage #liContent #trusted-partners h4,
  .page-template-page-services-customs-brokerage #liContent #trusted-partners h5,
  .page-template-page-services-global-trade #liContent #global-trade-master-band h3,
  .page-template-page-services-global-trade #liContent #global-trade-master-band h4,
  .page-template-page-services-global-trade #liContent #global-trade-master-band h5,
  .page-template-page-services-global-trade #liContent #global-trade-details-band h3,
  .page-template-page-services-global-trade #liContent #global-trade-details-band h4,
  .page-template-page-services-global-trade #liContent #global-trade-details-band h5,
  .page-template-page-services-global-trade #liContent #trusted-partners h3,
  .page-template-page-services-global-trade #liContent #trusted-partners h4,
  .page-template-page-services-global-trade #liContent #trusted-partners h5 {
    font-size: 30px;
    line-height: 30px;
  }
}
/* line 58, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-master-band h3,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h3,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h3,
.page-template-page-services-global-trade #liContent #global-trade-master-band h3,
.page-template-page-services-global-trade #liContent #global-trade-details-band h3,
.page-template-page-services-global-trade #liContent #trusted-partners h3 {
  margin-bottom: 0;
}
/* line 61, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-master-band h4,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h4,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h4,
.page-template-page-services-global-trade #liContent #global-trade-master-band h4,
.page-template-page-services-global-trade #liContent #global-trade-details-band h4,
.page-template-page-services-global-trade #liContent #trusted-partners h4 {
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 48rem) {
  /* line 61, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-master-band h4,
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band h4,
  .page-template-page-services-customs-brokerage #liContent #trusted-partners h4,
  .page-template-page-services-global-trade #liContent #global-trade-master-band h4,
  .page-template-page-services-global-trade #liContent #global-trade-details-band h4,
  .page-template-page-services-global-trade #liContent #trusted-partners h4 {
    margin-bottom: 15px;
  }
}
/* line 65, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-master-band h5,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h5,
.page-template-page-services-customs-brokerage #liContent #trusted-partners h5,
.page-template-page-services-global-trade #liContent #global-trade-master-band h5,
.page-template-page-services-global-trade #liContent #global-trade-details-band h5,
.page-template-page-services-global-trade #liContent #trusted-partners h5 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}
/* line 70, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-master-band .loop h4,
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band .loop h4,
.page-template-page-services-customs-brokerage #liContent #trusted-partners .loop h4,
.page-template-page-services-global-trade #liContent #global-trade-master-band .loop h4,
.page-template-page-services-global-trade #liContent #global-trade-details-band .loop h4,
.page-template-page-services-global-trade #liContent #trusted-partners .loop h4 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 48rem) {
  /* line 70, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-master-band .loop h4,
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band .loop h4,
  .page-template-page-services-customs-brokerage #liContent #trusted-partners .loop h4,
  .page-template-page-services-global-trade #liContent #global-trade-master-band .loop h4,
  .page-template-page-services-global-trade #liContent #global-trade-details-band .loop h4,
  .page-template-page-services-global-trade #liContent #trusted-partners .loop h4 {
    margin-top: 15px;
  }
}
/* line 79, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent .block-iconLeft h3:last-child,
.page-template-page-services-global-trade #liContent .block-iconLeft h3:last-child {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 2.5rem !important;
  color: #FCB414;
  font-weight: 400;
}
/* line 89, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band h3, .page-template-page-services-customs-brokerage #liContent #global-trade-details-band h4, .page-template-page-services-customs-brokerage #liContent #global-trade-details-band h5,
.page-template-page-services-global-trade #liContent #global-trade-details-band h3,
.page-template-page-services-global-trade #liContent #global-trade-details-band h4,
.page-template-page-services-global-trade #liContent #global-trade-details-band h5 {
  color: #004E9C;
}
/* line 93, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band .benefits-icon-holder,
.page-template-page-services-global-trade #liContent #global-trade-details-band .benefits-icon-holder {
  height: 150px;
  position: relative;
  margin-bottom: 10px;
}
/* line 98, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon,
.page-template-page-services-global-trade #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon {
  position: absolute;
  bottom: 0;
}
/* line 103, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon.arrow,
.page-template-page-services-global-trade #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon.arrow {
  display: none;
}
@media (min-width: 768px) {
  /* line 111, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon,
  .page-template-page-services-global-trade #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon {
    position: inherit;
    top: 40px;
  }
  /* line 116, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon.arrow,
  .page-template-page-services-global-trade #liContent #global-trade-details-band .benefits-icon-holder .benefits-icon.arrow {
    display: block;
    position: absolute;
    top: 41px;
    width: 30%;
  }
  /* line 124, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band div.row + div.row > div + div,
  .page-template-page-services-global-trade #liContent #global-trade-details-band div.row + div.row > div + div {
    border: dotted black thin;
    margin-left: 20px;
    border-right: 0;
  }
  /* line 128, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band div.row + div.row > div + div ul,
  .page-template-page-services-global-trade #liContent #global-trade-details-band div.row + div.row > div + div ul {
    margin-left: 15px;
  }
  /* line 133, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band div.row + div.row > div + div + div,
  .page-template-page-services-global-trade #liContent #global-trade-details-band div.row + div.row > div + div + div {
    border: dotted black thin;
    margin-left: 0;
    border-left: 0;
    border-right: 0;
  }
  /* line 140, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band div.row + div.row > div + div + div + div,
  .page-template-page-services-global-trade #liContent #global-trade-details-band div.row + div.row > div + div + div + div {
    border: dotted black thin;
    margin-left: 0;
    border-left: 0;
  }
  /* line 146, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #global-trade-details-band div.row + div.row > div + div + div + div + div,
  .page-template-page-services-global-trade #liContent #global-trade-details-band div.row + div.row > div + div + div + div + div {
    border: none;
    margin: 0;
    padding: 0;
  }
}
/* line 155, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #trusted-partner h3,
.page-template-page-services-global-trade #liContent #trusted-partner h3 {
  font-size: 30px;
  line-height: 30px;
}
/* line 159, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #trusted-partner .circle,
.page-template-page-services-global-trade #liContent #trusted-partner .circle {
  -moz-border-radius: 210px;
  -webkit-border-radius: 210px;
  border-radius: 210px;
  padding: 20px;
  text-align: center;
  border: solid 1px #485964;
  margin-bottom: 20px;
}
/* line 165, ../scss/styles/pages/_services-global-trade.scss */
.page-template-page-services-customs-brokerage #liContent #trusted-partner .circle h4,
.page-template-page-services-global-trade #liContent #trusted-partner .circle h4 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin: 16% 0 5%;
  font-weight: 300;
}
@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  /* line 172, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #trusted-partner .circle h4,
  .page-template-page-services-global-trade #liContent #trusted-partner .circle h4 {
    font-size: 26px;
    line-height: 26px;
    margin: 27% 0 5%;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 178, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #trusted-partner .circle h4,
  .page-template-page-services-global-trade #liContent #trusted-partner .circle h4 {
    font-size: 48px;
    line-height: 48px;
    margin: 26% 0 5%;
  }
  /* line 182, ../scss/styles/pages/_services-global-trade.scss */
  .page-template-page-services-customs-brokerage #liContent #trusted-partner .circle p,
  .page-template-page-services-global-trade #liContent #trusted-partner .circle p {
    font-size: 18px;
    line-height: 21.6px;
  }
}

/* line 3, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team .section-divider {
  padding-top: 0px;
  padding-bottom: 1px;
}
/* line 7, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team .block-onTheGo div.img {
  margin-top: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 7, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team .block-onTheGo div.img {
    margin-top: 15px;
  }
}
/* line 11, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .team-intro {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 11, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .team-intro {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 11, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .team-intro {
    margin-bottom: 15px;
  }
}
/* line 14, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .team-intro h3 {
  margin-bottom: 0;
}
/* line 16, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .team-intro h3 span {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 16, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .team-intro h3 span {
    margin-bottom: 15px;
  }
}
/* line 21, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .flexme {
  display: flex;
}
/* line 23, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .flexme .columns {
  flex: 1;
}
/* line 27, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .member {
  padding-bottom: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 27, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .member {
    margin-bottom: 15px;
  }
}
/* line 30, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .member h4 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 48rem) {
  /* line 30, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .member h4 {
    margin-top: 15px;
  }
}
/* line 35, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team .member a {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 48rem) {
  /* line 41, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .flexme {
    display: block;
  }
  /* line 43, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .flexme .columns {
    flex: none;
  }
  /* line 47, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .member {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 48rem) {
  /* line 47, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .member {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 48rem) {
  /* line 50, ../scss/styles/pages/_team.scss */
  #liContent .meet-our-team #meet-our-team .member a {
    position: relative;
  }
}
/* line 55, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team img {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  width: 130px;
}
/* line 59, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team #meet-our-team p strong {
  color: #485964;
}
/* line 66, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team .masthead h2 {
  font-size: 48px;
  line-height: 48px;
}
/* line 69, ../scss/styles/pages/_team.scss */
#liContent .meet-our-team .masthead p {
  font-size: 26px;
  line-height: 26px;
}

/* line 4, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  background-color: #F2F6F9;
  padding: 30px 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 12, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .left {
  padding: 0px 30px;
}
/* line 15, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .left h3 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-top: 3px;
}
@media only screen and (max-width: 48rem) {
  /* line 15, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .left h3 {
    margin-bottom: 15px;
  }
}
/* line 22, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .left a.featured-image img {
  margin-top: 4px;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 27, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .left a.featured-image img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 33, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .left .date, #liContent .trade-news-body .upper .left .category {
  font-size: 14px;
  line-height: 18px;
  color: #7F8992;
}
/* line 38, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .left .category {
  margin-bottom: 15px;
}
/* line 43, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .trademenu.right {
  border-left: 1px solid #000000;
  padding: 0 30px;
}
/* line 47, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .trademenu.right h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 47, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right h4 {
    margin-bottom: 15px;
  }
}
/* line 56, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .trademenu.right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* line 61, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .trademenu.right ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
/* line 67, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .upper .trademenu.right ul li.cat-item-1 {
  display: none;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 56, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right ul {
    line-height: 1em;
  }
  /* line 75, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right ul li {
    text-align: center;
    background-color: #F2F6F9;
    border: 1px solid #DCE5EC;
    margin-bottom: 5px;
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 83, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right ul li a {
    color: #004E9C;
  }
  /* line 86, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right ul li a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  /* line 93, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right ul li:hover {
    background-color: #004E9C;
    cursor: pointer;
  }
  /* line 97, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right ul li:hover a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 107, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .upper .trademenu.right {
    border-left: none;
  }
}
/* line 114, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .lower {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 118, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .lower .newsitem {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 48rem) {
  /* line 118, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .lower .newsitem {
    margin-bottom: 15px;
  }
}
/* line 123, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .lower .newsitem h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 47.9375rem) {
  /* line 133, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .lower .newsitem a.featured-image img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 47.9375rem) and (max-width: 48rem) {
  /* line 133, ../scss/styles/pages/_trade-news-body.scss */
  #liContent .trade-news-body .lower .newsitem a.featured-image img {
    margin-bottom: 15px;
  }
}

/* line 139, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .lower .newsitem .date, #liContent .trade-news-body .lower .newsitem .category {
  font-size: 14px;
  line-height: 18px;
  color: #7F8992;
}
/* line 144, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .lower .newsitem .category {
  margin-bottom: 15px;
}
/* line 150, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body .lower h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
/* line 161, ../scss/styles/pages/_trade-news-body.scss */
#liContent .trade-news-body div.sidebar.rightrail div.widget-container, #liContent .trade-news-body aside.sidebar.rightrail div.widget-container {
  margin-top: 0px;
}

/* line 2, ../scss/styles/pages/_onecol-nosidebar.scss */
#liContent p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 2, ../scss/styles/pages/_onecol-nosidebar.scss */
  #liContent p {
    margin-bottom: 15px;
  }
}
/* line 4, ../scss/styles/pages/_onecol-nosidebar.scss */
#liContent p img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 8, ../scss/styles/pages/_onecol-nosidebar.scss */
#liContent h2, #liContent h3, #liContent h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 8, ../scss/styles/pages/_onecol-nosidebar.scss */
  #liContent h2, #liContent h3, #liContent h4 {
    margin-bottom: 15px;
  }
}
/* line 11, ../scss/styles/pages/_onecol-nosidebar.scss */
#liContent a.button {
  margin-bottom: 20px !important;
}

/* line 3, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .masthead {
  display: block;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}
/* line 8, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .masthead h2 {
  font-size: 30px;
  line-height: 26px;
  font-weight: 300;
  margin: 0px;
  color: #045198;
  letter-spacing: -1px;
  text-transform: initial;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
}
/* line 19, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .masthead a .icon {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/icon-linkarrow.svg");
}
/* line 31, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .masthead a:link,
#liContent .single-maplist .masthead a:visited {
  text-decoration: none;
  font-size: 18px;
  color: #0085ff;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
}
/* line 41, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .entry-content h2:first-of-type {
  margin: 0px 0px 20px 0px;
  color: #000000;
  letter-spacing: 0px;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 22px;
}
/* line 53, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .entry-content h3 {
  margin: 0px 0px 10px 0px;
  line-height: 20px;
  color: #045198;
  font-family: "Proxima Nova W01", Helvetica, Roboto, Arial, sans-serif;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
}
/* line 64, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .contact-info h3:first-of-type {
  margin-top: 0;
}
/* line 69, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .detail-phone {
  display: block;
  margin-top: 12px;
  font-size: 38px;
  font-weight: 300;
  color: #045198;
}
/* line 76, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist a.visit,
#liContent .single-maplist a.contact {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #045198;
}
/* line 85, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .hours .day {
  display: block;
  position: relative;
  margin-top: 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url("/livingston-content/themes/livingston2015/library/images-locator/hours-underline.gif");
}
/* line 92, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .hours .day .name {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding-right: 6px;
}
/* line 95, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist .hours .day .time {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding-right: 6px;
  float: right;
}
/* line 101, ../scss/styles/pages/_single-maplist.scss */
#liContent .single-maplist #MapAddressLabel {
  display: none;
}
@media only screen and (min-width: 47.9376rem) {
  /* line 105, ../scss/styles/pages/_single-maplist.scss */
  #liContent .single-maplist #SingleMapLocation {
    position: relative;
    float: right;
    width: 49%;
    right: 0;
    height: 580px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 3, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .img-background {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 8, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .light {
  background-color: #e6ebee;
}
/* line 11, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .light .masthead .breadcrumbs > *,
#liContent #team-member .light .masthead .breadcrumbs a {
  color: #004E9C !important;
}
/* line 14, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .light .masthead .breadcrumbs > *:link, #liContent #team-member .light .masthead .breadcrumbs > *:hover,
#liContent #team-member .light .masthead .breadcrumbs a:link,
#liContent #team-member .light .masthead .breadcrumbs a:hover {
  color: #004E9C !important;
}
/* line 21, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .dark {
  background-color: #14191d;
}
/* line 24, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .dark .masthead h2 span.blue {
  color: #ffffff;
}
/* line 27, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .dark .masthead p {
  color: #D0DBE5;
}
/* line 30, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .dark .masthead .breadcrumbs > *,
#liContent #team-member .dark .masthead .breadcrumbs a {
  color: #ffffff !important;
}
/* line 33, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .dark .masthead .breadcrumbs > *:link, #liContent #team-member .dark .masthead .breadcrumbs > *:hover,
#liContent #team-member .dark .masthead .breadcrumbs a:link,
#liContent #team-member .dark .masthead .breadcrumbs a:hover {
  color: #ffffff !important;
}
/* line 38, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .dark .masthead .breadcrumbs > *:after {
  background-image: url("/livingston-content/themes/livingston2015/library/images/2015/arrow-breadcrumbs-white.svg");
}
/* line 43, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 48rem) {
  /* line 43, ../scss/styles/pages/_single-team-member.scss */
  #liContent #team-member p {
    margin-bottom: 15px;
  }
}
/* line 45, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member p img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 49, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member h2, #liContent #team-member h3, #liContent #team-member h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 48rem) {
  /* line 49, ../scss/styles/pages/_single-team-member.scss */
  #liContent #team-member h2, #liContent #team-member h3, #liContent #team-member h4 {
    margin-bottom: 15px;
  }
}
/* line 53, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member a.button {
  margin-bottom: 20px !important;
}
/* line 58, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .masthead h2 {
  font-size: 48px;
  line-height: 48px;
}
/* line 61, ../scss/styles/pages/_single-team-member.scss */
#liContent #team-member .masthead p {
  font-size: 26px;
  line-height: 26px;
}
