@charset "UTF-8";
/*----------------------------------------

IMPORT AREA
-----------------------------------------*/
@import url(stylesheets/shortcodes.css);
@import url(stylesheets/style.css);
@import url(stylesheets/WebTeam.css);
@import url(stylesheets/shame.css);
/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
/*! 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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, stylesheets/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, stylesheets/_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, stylesheets/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, stylesheets/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, stylesheets/_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, stylesheets/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, stylesheets/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, stylesheets/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, stylesheets/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, stylesheets/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, stylesheets/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, stylesheets/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, stylesheets/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, stylesheets/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, stylesheets/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_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, stylesheets/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, stylesheets/_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, stylesheets/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, stylesheets/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, stylesheets/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 218, stylesheets/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
/* line 179, stylesheets/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 222, stylesheets/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 225, stylesheets/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 228, stylesheets/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 179, stylesheets/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 229, stylesheets/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 179, stylesheets/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 233, stylesheets/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

/* line 236, stylesheets/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 237, stylesheets/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, stylesheets/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, stylesheets/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, stylesheets/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 205, stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 210, stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, stylesheets/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, stylesheets/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, stylesheets/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 205, stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 210, stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 247, stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 250, stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, stylesheets/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, stylesheets/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, stylesheets/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, stylesheets/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, stylesheets/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, stylesheets/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, stylesheets/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 205, stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 210, stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 258, stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 261, stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 106, stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1.25rem;
}
/* line 179, stylesheets/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 1.25rem 2.5rem;
}

@media only screen {
  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Clearing Styles */
/* line 44, stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 179, stylesheets/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, stylesheets/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, stylesheets/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, stylesheets/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, stylesheets/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

/* line 88, stylesheets/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, stylesheets/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, stylesheets/foundation/components/_clearing.scss */
.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, stylesheets/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
/* line 125, stylesheets/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 129, stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 130, stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, stylesheets/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 136, stylesheets/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 159, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 167, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 175, stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 180, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 237, stylesheets/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 49, stylesheets/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 32, stylesheets/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, stylesheets/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, stylesheets/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 216, stylesheets/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Quicksand", "titilliumregular", 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;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8125rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  background-color: #0c75ad;
  border-color: #0a5e8a;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
/* line 161, stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0a5e8a;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
/* line 223, stylesheets/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #2fd2a8;
  border-color: #25a987;
  color: #FFFFFF;
}
/* line 161, stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #25a987;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
/* line 224, stylesheets/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 161, stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
/* line 225, stylesheets/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 161, stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
/* line 226, stylesheets/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 161, stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
/* line 227, stylesheets/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 161, stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
/* line 229, stylesheets/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
}
/* line 230, stylesheets/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
}
/* line 231, stylesheets/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  font-size: 0.6875rem;
}
/* line 232, stylesheets/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 234, stylesheets/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 235, stylesheets/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 237, stylesheets/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 238, stylesheets/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 240, stylesheets/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0c75ad;
  border-color: #0a5e8a;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, stylesheets/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: #0a5e8a;
}
/* line 167, stylesheets/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, stylesheets/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: #0c75ad;
}
/* line 241, stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #2fd2a8;
  border-color: #25a987;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, stylesheets/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: #25a987;
}
/* line 167, stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
/* line 178, stylesheets/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: #2fd2a8;
}
/* line 242, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 253, stylesheets/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 380, stylesheets/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 86, stylesheets/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 88, stylesheets/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 92, stylesheets/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 94, stylesheets/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 96, stylesheets/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 102, stylesheets/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 386, stylesheets/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 387, stylesheets/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 388, stylesheets/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 390, stylesheets/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 397, stylesheets/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 401, stylesheets/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 402, stylesheets/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 404, stylesheets/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 405, stylesheets/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 406, stylesheets/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 407, stylesheets/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 410, stylesheets/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 411, stylesheets/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 414, stylesheets/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;
  -webkit-border-radius: 0px;
  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 192, stylesheets/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 132, stylesheets/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 138, stylesheets/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 144, stylesheets/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 435, stylesheets/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 443, stylesheets/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 446, stylesheets/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 449, stylesheets/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 452, stylesheets/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 455, stylesheets/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 458, stylesheets/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 461, stylesheets/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 464, stylesheets/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 469, stylesheets/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 475, stylesheets/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 480, stylesheets/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 485, stylesheets/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  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: "Quicksand", "titilliumregular", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 330, stylesheets/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 353, stylesheets/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 354, stylesheets/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 359, stylesheets/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 491, stylesheets/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 498, stylesheets/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 508, stylesheets/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 522, stylesheets/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 273, stylesheets/foundation/components/_forms.scss */
fieldset legend {
  font-weight: 700;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 529, stylesheets/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 532, stylesheets/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 535, stylesheets/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 540, stylesheets/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 546, stylesheets/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 551, stylesheets/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 556, stylesheets/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 561, stylesheets/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 573, stylesheets/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 578, stylesheets/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 583, stylesheets/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 53, stylesheets/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.875rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 42, stylesheets/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.875rem;
  display: block;
}
/* line 47, stylesheets/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 155, stylesheets/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, stylesheets/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, stylesheets/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, stylesheets/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 70.063em) and (max-width: 90em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, stylesheets/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, stylesheets/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, stylesheets/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, stylesheets/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, stylesheets/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, stylesheets/foundation/components/_type.scss */
a {
  color: #0c75ad;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, stylesheets/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0a6595;
}
/* line 230, stylesheets/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, stylesheets/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, stylesheets/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, stylesheets/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, stylesheets/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #373737;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, stylesheets/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 75%;
  color: #7d7d7d;
  line-height: 0;
}

/* line 269, stylesheets/foundation/components/_type.scss */
h1 {
  font-size: 1.6875rem;
}

/* line 270, stylesheets/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, stylesheets/foundation/components/_type.scss */
h3 {
  font-size: 1.6875rem;
}

/* line 272, stylesheets/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, stylesheets/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, stylesheets/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, stylesheets/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #7d7d7d;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, stylesheets/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, stylesheets/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, stylesheets/foundation/components/_type.scss */
strong,
b {
  font-weight: 700;
  line-height: inherit;
}

/* line 299, stylesheets/foundation/components/_type.scss */
small {
  font-size: 75%;
  line-height: inherit;
}

/* line 304, stylesheets/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #c1f1e5;
  border-width: 1px;
  border-style: solid;
  border-color: #9dead6;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, stylesheets/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, stylesheets/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, stylesheets/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, stylesheets/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, stylesheets/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, stylesheets/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, stylesheets/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, stylesheets/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, stylesheets/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, stylesheets/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, stylesheets/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
/* line 380, stylesheets/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, stylesheets/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #444;
  cursor: help;
}

/* line 391, stylesheets/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, stylesheets/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, stylesheets/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 404, stylesheets/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #656565;
}
/* line 408, stylesheets/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, stylesheets/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #656565;
}

/* line 418, stylesheets/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.85;
  color: #7d7d7d;
}

/* Microformats */
/* line 425, stylesheets/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 431, stylesheets/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, stylesheets/foundation/components/_type.scss */
.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem;
}

/* line 442, stylesheets/foundation/components/_type.scss */
.vevent .summary {
  font-weight: 700;
}
/* line 444, stylesheets/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, stylesheets/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, stylesheets/foundation/components/_type.scss */
  h1 {
    font-size: 2.3125rem;
  }

  /* line 457, stylesheets/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 458, stylesheets/foundation/components/_type.scss */
  h3 {
    font-size: 2rem;
  }

  /* line 459, stylesheets/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 460, stylesheets/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 461, stylesheets/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 472, stylesheets/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, stylesheets/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 481, stylesheets/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 483, stylesheets/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, stylesheets/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 488, stylesheets/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 492, stylesheets/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 498, stylesheets/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 500, stylesheets/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 503, stylesheets/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 507, stylesheets/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 514, stylesheets/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 517, stylesheets/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 518, stylesheets/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 519, stylesheets/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 520, stylesheets/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 363, stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 367, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 372, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 377, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 382, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 392, stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 399, stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 402, stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 408, stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 412, stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", "titilliumregular", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 425, stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 428, stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 430, stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 434, stylesheets/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 441, stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 442, stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 179, stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 446, stylesheets/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 452, stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 458, stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 461, stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 471, stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 474, stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* small displays */
@media only screen {
  /* line 244, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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: 70.063em) {
  /* line 244, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/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, stylesheets/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, stylesheets/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, stylesheets/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, stylesheets/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, stylesheets/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, stylesheets/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, stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, stylesheets/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, stylesheets/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, stylesheets/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, stylesheets/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, stylesheets/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, stylesheets/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, stylesheets/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, stylesheets/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, stylesheets/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, stylesheets/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, stylesheets/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, stylesheets/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, stylesheets/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, stylesheets/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, stylesheets/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, stylesheets/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, stylesheets/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, stylesheets/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, stylesheets/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, stylesheets/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, stylesheets/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, stylesheets/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, stylesheets/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, stylesheets/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, stylesheets/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 400, stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg"), url("../../../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 4, stylesheets/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, stylesheets/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, stylesheets/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, stylesheets/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, stylesheets/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, stylesheets/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, stylesheets/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, stylesheets/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, stylesheets/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, stylesheets/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, stylesheets/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, stylesheets/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, stylesheets/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, stylesheets/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, stylesheets/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, stylesheets/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, stylesheets/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, stylesheets/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, stylesheets/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, stylesheets/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, stylesheets/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, stylesheets/fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, stylesheets/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, stylesheets/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, stylesheets/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, stylesheets/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, stylesheets/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, stylesheets/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, stylesheets/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, stylesheets/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, stylesheets/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, stylesheets/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, stylesheets/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, stylesheets/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, stylesheets/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, stylesheets/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, stylesheets/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, stylesheets/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, stylesheets/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, stylesheets/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, stylesheets/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, stylesheets/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, stylesheets/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, stylesheets/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, stylesheets/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, stylesheets/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, stylesheets/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, stylesheets/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, stylesheets/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, stylesheets/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, stylesheets/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, stylesheets/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, stylesheets/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, stylesheets/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, stylesheets/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, stylesheets/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, stylesheets/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, stylesheets/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, stylesheets/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, stylesheets/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, stylesheets/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, stylesheets/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, stylesheets/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, stylesheets/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, stylesheets/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, stylesheets/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, stylesheets/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, stylesheets/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, stylesheets/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, stylesheets/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, stylesheets/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, stylesheets/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, stylesheets/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, stylesheets/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, stylesheets/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, stylesheets/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, stylesheets/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, stylesheets/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, stylesheets/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, stylesheets/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, stylesheets/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, stylesheets/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, stylesheets/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, stylesheets/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, stylesheets/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, stylesheets/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, stylesheets/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, stylesheets/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, stylesheets/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, stylesheets/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, stylesheets/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, stylesheets/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, stylesheets/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, stylesheets/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, stylesheets/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, stylesheets/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, stylesheets/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, stylesheets/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, stylesheets/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, stylesheets/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, stylesheets/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, stylesheets/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, stylesheets/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, stylesheets/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, stylesheets/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, stylesheets/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, stylesheets/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, stylesheets/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, stylesheets/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, stylesheets/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, stylesheets/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, stylesheets/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, stylesheets/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, stylesheets/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, stylesheets/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, stylesheets/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, stylesheets/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, stylesheets/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, stylesheets/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, stylesheets/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, stylesheets/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, stylesheets/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, stylesheets/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, stylesheets/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, stylesheets/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, stylesheets/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, stylesheets/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, stylesheets/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, stylesheets/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, stylesheets/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, stylesheets/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, stylesheets/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, stylesheets/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, stylesheets/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, stylesheets/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, stylesheets/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, stylesheets/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, stylesheets/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, stylesheets/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, stylesheets/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, stylesheets/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, stylesheets/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, stylesheets/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, stylesheets/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, stylesheets/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, stylesheets/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, stylesheets/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, stylesheets/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, stylesheets/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, stylesheets/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, stylesheets/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, stylesheets/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, stylesheets/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, stylesheets/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, stylesheets/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, stylesheets/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, stylesheets/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, stylesheets/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, stylesheets/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, stylesheets/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, stylesheets/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, stylesheets/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, stylesheets/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, stylesheets/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, stylesheets/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, stylesheets/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, stylesheets/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, stylesheets/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, stylesheets/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, stylesheets/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, stylesheets/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, stylesheets/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, stylesheets/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, stylesheets/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, stylesheets/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, stylesheets/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, stylesheets/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, stylesheets/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, stylesheets/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, stylesheets/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, stylesheets/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, stylesheets/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, stylesheets/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, stylesheets/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, stylesheets/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, stylesheets/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, stylesheets/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, stylesheets/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, stylesheets/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, stylesheets/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, stylesheets/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, stylesheets/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, stylesheets/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, stylesheets/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, stylesheets/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, stylesheets/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, stylesheets/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, stylesheets/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, stylesheets/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, stylesheets/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, stylesheets/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, stylesheets/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, stylesheets/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, stylesheets/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, stylesheets/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, stylesheets/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, stylesheets/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, stylesheets/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, stylesheets/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, stylesheets/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, stylesheets/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, stylesheets/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, stylesheets/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, stylesheets/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, stylesheets/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, stylesheets/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, stylesheets/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, stylesheets/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, stylesheets/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, stylesheets/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, stylesheets/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, stylesheets/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, stylesheets/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, stylesheets/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, stylesheets/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, stylesheets/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, stylesheets/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, stylesheets/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, stylesheets/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, stylesheets/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, stylesheets/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, stylesheets/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, stylesheets/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, stylesheets/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, stylesheets/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, stylesheets/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, stylesheets/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, stylesheets/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, stylesheets/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, stylesheets/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, stylesheets/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, stylesheets/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, stylesheets/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, stylesheets/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, stylesheets/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, stylesheets/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, stylesheets/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, stylesheets/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, stylesheets/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, stylesheets/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, stylesheets/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, stylesheets/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, stylesheets/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, stylesheets/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, stylesheets/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, stylesheets/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, stylesheets/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, stylesheets/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, stylesheets/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, stylesheets/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, stylesheets/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, stylesheets/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, stylesheets/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, stylesheets/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, stylesheets/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, stylesheets/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, stylesheets/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, stylesheets/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, stylesheets/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, stylesheets/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, stylesheets/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, stylesheets/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, stylesheets/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, stylesheets/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, stylesheets/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, stylesheets/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, stylesheets/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, stylesheets/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, stylesheets/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, stylesheets/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, stylesheets/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, stylesheets/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, stylesheets/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, stylesheets/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, stylesheets/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, stylesheets/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, stylesheets/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, stylesheets/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, stylesheets/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, stylesheets/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, stylesheets/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, stylesheets/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, stylesheets/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, stylesheets/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, stylesheets/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, stylesheets/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, stylesheets/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, stylesheets/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, stylesheets/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, stylesheets/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, stylesheets/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, stylesheets/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, stylesheets/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, stylesheets/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, stylesheets/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, stylesheets/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, stylesheets/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, stylesheets/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, stylesheets/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, stylesheets/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, stylesheets/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, stylesheets/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, stylesheets/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, stylesheets/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, stylesheets/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, stylesheets/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, stylesheets/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, stylesheets/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, stylesheets/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, stylesheets/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, stylesheets/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, stylesheets/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, stylesheets/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, stylesheets/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, stylesheets/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, stylesheets/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, stylesheets/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, stylesheets/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, stylesheets/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, stylesheets/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, stylesheets/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, stylesheets/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, stylesheets/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, stylesheets/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, stylesheets/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, stylesheets/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, stylesheets/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, stylesheets/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, stylesheets/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, stylesheets/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, stylesheets/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, stylesheets/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, stylesheets/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, stylesheets/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, stylesheets/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, stylesheets/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, stylesheets/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, stylesheets/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, stylesheets/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, stylesheets/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, stylesheets/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, stylesheets/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, stylesheets/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, stylesheets/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, stylesheets/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, stylesheets/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, stylesheets/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, stylesheets/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, stylesheets/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, stylesheets/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, stylesheets/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, stylesheets/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, stylesheets/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, stylesheets/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, stylesheets/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, stylesheets/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, stylesheets/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, stylesheets/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, stylesheets/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, stylesheets/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, stylesheets/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, stylesheets/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, stylesheets/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, stylesheets/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, stylesheets/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, stylesheets/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, stylesheets/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, stylesheets/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, stylesheets/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, stylesheets/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, stylesheets/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, stylesheets/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, stylesheets/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, stylesheets/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, stylesheets/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 442, stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, stylesheets/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, stylesheets/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, stylesheets/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, stylesheets/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, stylesheets/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, stylesheets/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, stylesheets/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, stylesheets/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, stylesheets/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, stylesheets/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, stylesheets/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, stylesheets/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, stylesheets/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, stylesheets/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, stylesheets/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, stylesheets/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, stylesheets/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, stylesheets/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, stylesheets/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, stylesheets/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, stylesheets/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, stylesheets/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, stylesheets/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, stylesheets/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, stylesheets/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, stylesheets/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, stylesheets/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, stylesheets/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, stylesheets/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, stylesheets/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, stylesheets/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, stylesheets/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, stylesheets/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, stylesheets/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, stylesheets/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, stylesheets/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, stylesheets/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 492, stylesheets/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 494, stylesheets/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 495, stylesheets/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 496, stylesheets/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 499, stylesheets/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 500, stylesheets/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 501, stylesheets/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 503, stylesheets/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 505, stylesheets/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 507, stylesheets/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 508, stylesheets/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 509, stylesheets/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 510, stylesheets/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 511, stylesheets/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 512, stylesheets/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 513, stylesheets/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 514, stylesheets/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 515, stylesheets/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 517, stylesheets/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 518, stylesheets/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 519, stylesheets/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 520, stylesheets/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 521, stylesheets/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 522, stylesheets/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 523, stylesheets/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 524, stylesheets/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 525, stylesheets/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 526, stylesheets/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 527, stylesheets/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 528, stylesheets/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 529, stylesheets/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 530, stylesheets/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 531, stylesheets/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 532, stylesheets/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 533, stylesheets/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 534, stylesheets/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 535, stylesheets/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 536, stylesheets/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 537, stylesheets/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 538, stylesheets/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 539, stylesheets/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 540, stylesheets/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 541, stylesheets/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 542, stylesheets/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 543, stylesheets/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 544, stylesheets/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 545, stylesheets/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 546, stylesheets/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 547, stylesheets/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 548, stylesheets/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 549, stylesheets/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 550, stylesheets/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 551, stylesheets/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 552, stylesheets/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 553, stylesheets/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 554, stylesheets/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 557, stylesheets/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 558, stylesheets/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 559, stylesheets/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 560, stylesheets/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 561, stylesheets/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 562, stylesheets/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 563, stylesheets/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 564, stylesheets/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 565, stylesheets/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 566, stylesheets/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 567, stylesheets/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 568, stylesheets/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 569, stylesheets/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 570, stylesheets/fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 571, stylesheets/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 572, stylesheets/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 573, stylesheets/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 574, stylesheets/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 575, stylesheets/fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 576, stylesheets/fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 577, stylesheets/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 578, stylesheets/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 580, stylesheets/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 581, stylesheets/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 582, stylesheets/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 583, stylesheets/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 584, stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 585, stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 586, stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 587, stylesheets/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 588, stylesheets/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 589, stylesheets/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 590, stylesheets/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 591, stylesheets/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 592, stylesheets/fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 593, stylesheets/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 594, stylesheets/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 595, stylesheets/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 597, stylesheets/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 598, stylesheets/fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 599, stylesheets/fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 600, stylesheets/fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 601, stylesheets/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 603, stylesheets/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 604, stylesheets/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 605, stylesheets/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 606, stylesheets/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 608, stylesheets/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 610, stylesheets/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 612, stylesheets/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 614, stylesheets/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 616, stylesheets/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 617, stylesheets/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 618, stylesheets/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 619, stylesheets/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 620, stylesheets/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 621, stylesheets/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 622, stylesheets/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 623, stylesheets/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 624, stylesheets/fontawesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 625, stylesheets/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 626, stylesheets/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 627, stylesheets/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 629, stylesheets/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 631, stylesheets/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 633, stylesheets/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 634, stylesheets/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 636, stylesheets/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 638, stylesheets/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 639, stylesheets/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 640, stylesheets/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 641, stylesheets/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 642, stylesheets/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 643, stylesheets/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 644, stylesheets/fontawesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 645, stylesheets/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 646, stylesheets/fontawesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 647, stylesheets/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 648, stylesheets/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 649, stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 650, stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 651, stylesheets/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 652, stylesheets/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 653, stylesheets/fontawesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 654, stylesheets/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 655, stylesheets/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 656, stylesheets/fontawesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 657, stylesheets/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 658, stylesheets/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 660, stylesheets/fontawesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 661, stylesheets/fontawesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 662, stylesheets/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 663, stylesheets/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 664, stylesheets/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 665, stylesheets/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 666, stylesheets/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 667, stylesheets/fontawesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 668, stylesheets/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 669, stylesheets/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 670, stylesheets/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 671, stylesheets/fontawesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 672, stylesheets/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 673, stylesheets/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 674, stylesheets/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 675, stylesheets/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 676, stylesheets/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 677, stylesheets/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 1, stylesheets/_base.scss */
::selection {
  background: #fbad1c;
  color: white !important;
}

/* line 5, stylesheets/_base.scss */
::-moz-selection {
  background: #fbad1c;
  color: white !important;
}

/* line 10, stylesheets/_base.scss */
.padding-right {
  padding-right: 50px;
}

/* line 14, stylesheets/_base.scss */
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 19, stylesheets/_base.scss */
.show {
  display: block !important;
}

@media only screen and (min-width: 70.063em) {
  /* line 26, stylesheets/_base.scss */
  .overflowAuto {
    overflow: auto;
  }
}

/* line 32, stylesheets/_base.scss */
h3 {
  color: #0c75ad !important;
}

/* line 36, stylesheets/_base.scss */
h4, h5 {
  color: #0c75ad !important;
}

/* line 40, stylesheets/_base.scss */
.primary-cta:empty, p:empty {
  display: none !important;
}

/* line 44, stylesheets/_base.scss */
a {
  color: #7ac142 !important;
}
/* line 46, stylesheets/_base.scss */
a:hover {
  color: #0c75ad !important;
}

/* line 52, stylesheets/_base.scss */
p a {
  text-decoration: underline;
}

/* line 60, stylesheets/_base.scss */
hr {
  margin: 50px 0 !important;
}
/* line 62, stylesheets/_base.scss */
hr.headline-offset {
  margin-bottom: 30px !important;
}

/* line 67, stylesheets/_base.scss */
.date {
  font-size: 13px;
  display: block;
  padding-bottom: 15px;
}

/* line 73, stylesheets/_base.scss */
.option-set {
  margin: 0;
}

/* line 77, stylesheets/_base.scss */
.page-sidebar {
  display: none;
  padding-top: 30px;
  padding-right: 40px;
}
/* line 81, stylesheets/_base.scss */
.page-sidebar ul {
  list-style: none;
  margin: 0;
}
/* line 84, stylesheets/_base.scss */
.page-sidebar ul li {
  padding: 6px 0;
  border-bottom: thin solid #a3a3a3;
  /*&.static{
      font-weight: bold;
      color: black;
  }*/
}

@media only screen {
  /* line 96, stylesheets/_base.scss */
  #page-title h1 {
    font-size: 28px !important;
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 96, stylesheets/_base.scss */
  #page-title h1 {
    font-size: 42px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 109, stylesheets/_base.scss */
.page-content {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
/* line 112, stylesheets/_base.scss */
.page-content.blog {
  padding-left: 0;
  padding-right: 0;
  width: 75%;
  float: left;
}
@media only screen {
  /* line 109, stylesheets/_base.scss */
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 109, stylesheets/_base.scss */
  .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 125, stylesheets/_base.scss */
  .customer-container, .latest-container, #footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 125, stylesheets/_base.scss */
  .customer-container, .latest-container, #footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 140, stylesheets/_base.scss */
  .soti-logo {
    padding-left: 20px !important;
  }
}

/*---------------------------------------------------------------------------

x.0 UNIVERSAL STYLES START

----------------------------------------------------------------------------*/
/* line 7, stylesheets/_project.scss */
::selection {
  background-color: #e52622 !important;
  color: white !important;
}

/* line 12, stylesheets/_project.scss */
.border-bottom {
  border-bottom: 1px solid #b0b0b4;
}

/* line 16, stylesheets/_project.scss */
.margin-bottom {
  margin-bottom: 20px;
}

/* line 20, stylesheets/_project.scss */
.soti-logo {
  position: relative;
  z-index: 10;
}
/* line 23, stylesheets/_project.scss */
.soti-logo path {
  fill: white !important;
}
@media only screen {
  /* line 20, stylesheets/_project.scss */
  .soti-logo {
    height: 36.66667px;
    width: auto;
    margin-top: 9.16667px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 20, stylesheets/_project.scss */
  .soti-logo {
    height: 36.66667px;
    width: auto;
    margin-top: 9.16667px;
  }
}

/* line 39, stylesheets/_project.scss */
#footer a {
  color: #2fb7ea !important;
}
/* line 41, stylesheets/_project.scss */
#footer a:hover {
  color: #8cd7f3 !important;
}
/* line 45, stylesheets/_project.scss */
#footer h5 {
  color: #7c7c82 !important;
}

/* line 50, stylesheets/_project.scss */
#filters {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 55, stylesheets/_project.scss */
hr, .headline {
  border-color: #b0b0b4;
}

@media only screen and (min-width: 70.063em) {
  /* line 59, stylesheets/_project.scss */
  .summary {
    overflow: auto;
  }
}

@media only screen and (min-width: 0em) and (max-width: 1500px) {
  /* line 65, stylesheets/_project.scss */
  #copyright {
    padding-bottom: 45px;
  }
}

/* line 71, stylesheets/_project.scss */
.site-cta-list, .career-cta-list {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99999;
  display: none;
}
/* line 77, stylesheets/_project.scss */
.site-cta-list ul, .career-cta-list ul {
  list-style: none;
  margin: 0;
}
/* line 80, stylesheets/_project.scss */
.site-cta-list ul .cta-list-item, .career-cta-list ul .cta-list-item {
  width: 150px;
  height: 40px;
  padding: 5px;
  color: white !important;
  margin: 20px 0;
  background-color: #e52622;
  text-align: left;
  display: block;
  padding-left: 50px;
  position: relative;
  transition: all 0.1s ease-in;
  font-weight: 400;
}
/* line 93, stylesheets/_project.scss */
.site-cta-list ul .cta-list-item:hover, .career-cta-list ul .cta-list-item:hover {
  background-color: #901411;
}
/* line 96, stylesheets/_project.scss */
.site-cta-list ul .cta-list-item i, .career-cta-list ul .cta-list-item i {
  position: absolute;
  left: 16px;
  top: 13px;
}
/* line 102, stylesheets/_project.scss */
.site-cta-list ul .social-tab, .career-cta-list ul .social-tab {
  width: 150px;
  height: 40px;
  background-color: #f26150;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 8px;
}
/* line 109, stylesheets/_project.scss */
.site-cta-list ul .social-tab ul, .career-cta-list ul .social-tab ul {
  padding: 5px;
}
/* line 111, stylesheets/_project.scss */
.site-cta-list ul .social-tab ul li, .career-cta-list ul .social-tab ul li {
  float: left;
  width: 25%;
  text-align: center;
}
/* line 115, stylesheets/_project.scss */
.site-cta-list ul .social-tab ul li *, .career-cta-list ul .social-tab ul li * {
  color: white;
}
/* line 118, stylesheets/_project.scss */
.site-cta-list ul .social-tab ul li a, .career-cta-list ul .social-tab ul li a {
  min-width: 25px;
}
/* line 121, stylesheets/_project.scss */
.site-cta-list ul .social-tab ul li a:hover i, .career-cta-list ul .social-tab ul li a:hover i {
  color: #0c75ad !important;
}
@media only screen and (min-width: 0em) and (max-width: 1500px) {
  /* line 71, stylesheets/_project.scss */
  .site-cta-list, .career-cta-list {
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0 !important;
    height: 50px;
    max-width: 500px;
  }
  /* line 139, stylesheets/_project.scss */
  .site-cta-list ul li, .career-cta-list ul li {
    vertical-align: bottom;
    display: inline-block;
    border-radius: 0 !important;
  }
  /* line 143, stylesheets/_project.scss */
  .site-cta-list ul li a, .career-cta-list ul li a {
    margin: 0 !important;
    padding: 0;
    border-radius: 0 !important;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 71, stylesheets/_project.scss */
  .site-cta-list, .career-cta-list {
    display: none;
  }
}

/* line 158, stylesheets/_project.scss */
#backtotop a::before {
  content: "";
  top: 5px;
  color: #7c7c82;
}
/* line 163, stylesheets/_project.scss */
#backtotop a:hover {
  background-color: #fbad1c;
}
/* line 165, stylesheets/_project.scss */
#backtotop a:hover::before {
  color: white !important;
}

/* line 173, stylesheets/_project.scss */
blockquote {
  font-style: italic !important;
  position: relative;
  border: none;
  padding: 20px;
  padding-bottom: 0;
  background-color: transparent;
}
/* line 180, stylesheets/_project.scss */
blockquote i.fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #05344e;
}

/* line 189, stylesheets/_project.scss */
.quote-icon {
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 75px !important;
  color: #05344e;
  opacity: 0.1;
  z-index: 5;
}

/* line 199, stylesheets/_project.scss */
.blockquote-quoter {
  text-align: right;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

/* line 210, stylesheets/_project.scss */
.side-nav .static {
  font-weight: bold;
  color: #7c7c82;
  font-size: 18px;
}

/* line 217, stylesheets/_project.scss */
a.main-nav-list-container {
  text-shadow: 1px 0px 1px #656565;
}

/* line 221, stylesheets/_project.scss */
.page-wrapper {
  padding-top: 55px;
}

/* line 225, stylesheets/_project.scss */
#header {
  position: fixed;
  z-index: 999999;
  width: 100%;
  background-color: #333 !important;
}
/* line 230, stylesheets/_project.scss */
#header > .row {
  position: relative;
  max-width: none;
  padding: 0 25px;
}
/* line 234, stylesheets/_project.scss */
#header > .row .small-2 {
  max-width: 140px;
}
@media only screen {
  /* line 225, stylesheets/_project.scss */
  #header {
    height: 55px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 225, stylesheets/_project.scss */
  #header {
    height: 55px;
  }
}

/* line 246, stylesheets/_project.scss */
#navigation a {
  color: white !important;
  padding-bottom: 5px;
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* line 253, stylesheets/_project.scss */
#navigation {
  float: left !important;
  margin-top: 12px;
}
/* line 256, stylesheets/_project.scss */
#navigation .inner-sub-nav {
  position: relative;
}
/* line 258, stylesheets/_project.scss */
#navigation .inner-sub-nav::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 265, stylesheets/_project.scss */
#nav ul > li > a {
  color: #7ac142 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
/* line 269, stylesheets/_project.scss */
#nav ul > li > a:hover {
  color: #0c75ad !important;
}

/* line 275, stylesheets/_project.scss */
.main-nav-list-container a {
  width: 300px;
}

/******************************************

x.1 PROJECT STYLE OVERRIDES START

******************************************/
/* line 293, stylesheets/_project.scss */
a.button, input.button {
  color: white !important;
  background-color: #009ad4;
}
/* line 296, stylesheets/_project.scss */
a.button.cta, input.button.cta {
  background-color: #e52622;
}
/* line 298, stylesheets/_project.scss */
a.button.cta:hover, input.button.cta:hover {
  background-color: #901411;
}
/* line 302, stylesheets/_project.scss */
a.button:hover, input.button:hover {
  background-color: #00506e;
}

/* line 307, stylesheets/_project.scss */
.large-notice {
  padding: 10px !important;
}
/* line 309, stylesheets/_project.scss */
.large-notice a.button {
  margin: 0;
}

/* line 315, stylesheets/_project.scss */
.primary-cta h3 {
  font-size: 23px;
  color: #2fb7ea !important;
  font-weight: 500;
}
/* line 320, stylesheets/_project.scss */
.primary-cta h4 {
  color: #2fb7ea !important;
}
/* line 323, stylesheets/_project.scss */
.primary-cta > .headline {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: bold;
}

/* line 332, stylesheets/_project.scss */
.no-cta .summary-content {
  width: 100%;
}
/* line 335, stylesheets/_project.scss */
.no-cta .hub-summary-content {
  width: 100%;
}

/******************************************

PROJECT STYLE OVERRIDES END

******************************************/
/******************************************

x.2 UNIVERSAL PAGE STYLES START

******************************************/
/* line 354, stylesheets/_project.scss */
.banner-icon {
  display: none;
}

/* line 358, stylesheets/_project.scss */
#page-title {
  background-color: #0c75ad !important;
  background-image: none;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  /* line 367, stylesheets/_project.scss */
  #page-title > .row div {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}
@media only screen {
  /* line 358, stylesheets/_project.scss */
  #page-title {
    height: 260px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 358, stylesheets/_project.scss */
  #page-title {
    height: 505px;
  }
}
/* line 379, stylesheets/_project.scss */
#page-title .page-title-graphic {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen {
  /* line 386, stylesheets/_project.scss */
  #page-title .page-title-graphic div.large-12 {
    height: 260px;
    overflow: hidden;
    text-align: right;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 386, stylesheets/_project.scss */
  #page-title .page-title-graphic div.large-12 {
    height: auto;
  }
}
@media only screen {
  /* line 396, stylesheets/_project.scss */
  #page-title .page-title-graphic img {
    height: 200px;
    max-width: 1200px;
    margin-top: -40px;
    margin-left: -175px;
  }
}
@media only screen {
  /* line 396, stylesheets/_project.scss */
  #page-title .page-title-graphic img {
    height: none;
    max-width: none;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 396, stylesheets/_project.scss */
  #page-title .page-title-graphic img {
    margin-top: 0;
    height: 505px;
  }
}
/* line 416, stylesheets/_project.scss */
#page-title .page-title-graphic::after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0074aa+0,0074aa+59&1+0,0.81+66,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, #0074aa 0%, rgba(0, 116, 170, 0.83) 59%, rgba(0, 116, 170, 0.81) 66%, rgba(0, 116, 170, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #0074aa 0%, rgba(0, 116, 170, 0.83) 59%, rgba(0, 116, 170, 0.81) 66%, rgba(0, 116, 170, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #0074aa 0%, rgba(0, 116, 170, 0.83) 59%, rgba(0, 116, 170, 0.81) 66%, rgba(0, 116, 170, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074aa', endColorstr='#000074aa',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media only screen {
  /* line 416, stylesheets/_project.scss */
  #page-title .page-title-graphic::after {
    height: 260px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 416, stylesheets/_project.scss */
  #page-title .page-title-graphic::after {
    display: none;
  }
}
/* line 438, stylesheets/_project.scss */
#page-title > .row {
  position: relative;
  z-index: 9999;
}
@media only screen {
  /* line 438, stylesheets/_project.scss */
  #page-title > .row {
    height: 260px;
  }
  /* line 443, stylesheets/_project.scss */
  #page-title > .row > div {
    padding-top: 102.5px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 438, stylesheets/_project.scss */
  #page-title > .row {
    height: 505px;
  }
  /* line 449, stylesheets/_project.scss */
  #page-title > .row > div {
    padding-top: 225px;
  }
}
/* line 454, stylesheets/_project.scss */
#page-title h1 {
  float: left;
  color: white;
  font-size: 34px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 70.063em) {
  /* line 454, stylesheets/_project.scss */
  #page-title h1 {
    padding: 22px 0;
    color: white;
    max-width: 475px;
  }
}
/* line 466, stylesheets/_project.scss */
#page-title::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: rgba(21, 158, 209, 0.4);
  position: absolute;
  margin-top: -10px;
}

/* line 476, stylesheets/_project.scss */
#mobile-search-btn {
  position: absolute;
  top: 10px;
  right: 60px;
  box-sizing: content-box;
  border-radius: 2px;
  padding: 2px;
  height: 30px;
  width: 30px;
  z-index: 1000;
  padding-top: 5px;
  text-align: center;
}
/* line 488, stylesheets/_project.scss */
#mobile-search-btn svg {
  width: 20px;
  height: 20px;
}
/* line 491, stylesheets/_project.scss */
#mobile-search-btn svg * {
  fill: white !important;
}

/* line 497, stylesheets/_project.scss */
#mobile-nav-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
  width: 30px;
  z-index: 100;
  background-color: #0c75ad;
  box-sizing: content-box;
  border-radius: 2px;
  padding: 2px;
}
/* line 508, stylesheets/_project.scss */
#mobile-nav-btn svg {
  width: 30px;
  height: 30px;
}
/* line 511, stylesheets/_project.scss */
#mobile-nav-btn svg path {
  fill: white;
}

/* line 521, stylesheets/_project.scss */
#mobile-navigation {
  position: absolute;
  top: 5px;
  z-index: 100000;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 70.063em) {
  /* line 521, stylesheets/_project.scss */
  #mobile-navigation {
    display: none !important;
  }
}
@meida only screen {
  /* line 521, stylesheets/_project.scss */
  #mobile-navigation {
    display: none;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 521, stylesheets/_project.scss */
  #mobile-navigation {
    width: 50%;
    right: 0;
  }
}
/* line 538, stylesheets/_project.scss */
#mobile-navigation ul {
  list-style: none;
  margin: 0;
}
/* line 542, stylesheets/_project.scss */
#mobile-navigation li {
  background-color: #0c75ad;
  color: white !important;
}
/* line 546, stylesheets/_project.scss */
#mobile-navigation a {
  color: white !important;
}
/* line 549, stylesheets/_project.scss */
#mobile-navigation > ul {
  border-top: 1px solid #07486a;
}
/* line 552, stylesheets/_project.scss */
#mobile-navigation > ul > li {
  border-top: 1px solid #2eadf1;
  border-bottom: 1px solid #07486a;
  position: relative;
}
/* line 556, stylesheets/_project.scss */
#mobile-navigation > ul > li span {
  padding: 10px 0;
  display: block;
  padding-left: 10px;
}
/* line 562, stylesheets/_project.scss */
#mobile-navigation > ul > li.active::after {
  transform: rotate(180deg);
}
/* line 566, stylesheets/_project.scss */
#mobile-navigation > ul > li::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
  content: "";
  font-size: 24px;
  color: #4a4a4e;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 576, stylesheets/_project.scss */
#mobile-navigation > ul > li > ul {
  display: none;
  border-top: 1px solid #313134;
}
/* line 579, stylesheets/_project.scss */
#mobile-navigation > ul > li > ul > li {
  background-color: #4a4a4e;
}
/* line 581, stylesheets/_project.scss */
#mobile-navigation > ul > li > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2fd2a8 !important;
  padding: 5px;
  padding-left: 10px;
}
/* line 591, stylesheets/_project.scss */
#mobile-navigation > ul > li > ul ul > li {
  background-color: #4a4a4e;
  position: relative;
}
/* line 594, stylesheets/_project.scss */
#mobile-navigation > ul > li > ul ul > li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 10px;
  color: #1c7f66;
}
/* line 603, stylesheets/_project.scss */
#mobile-navigation > ul > li > ul ul > li a {
  padding-left: 30px;
}

/* line 614, stylesheets/_project.scss */
.page-content {
  padding-bottom: 60px;
}
/* line 617, stylesheets/_project.scss */
.page-content .primary-cta .large-notice {
  border: none;
  background: transparent;
  padding-left: 0 !important;
}
@media only screen {
  /* line 616, stylesheets/_project.scss */
  .page-content .primary-cta {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 616, stylesheets/_project.scss */
  .page-content .primary-cta {
    padding-bottom: 0;
  }
}
/* line 630, stylesheets/_project.scss */
.page-content .breadcrumb-container {
  margin-bottom: 45px;
  display: none;
}
@media only screen and (max-width: 40em) {
  /* line 630, stylesheets/_project.scss */
  .page-content .breadcrumb-container {
    margin-bottom: 22px;
  }
}
/* line 638, stylesheets/_project.scss */
.page-content .summary .hub-summary-content {
  padding-right: 40px;
}
/* line 641, stylesheets/_project.scss */
.page-content .summary .hub-summary-content p:last-child {
  margin: 0 !important;
}
/* line 646, stylesheets/_project.scss */
.page-content .summary .summary-content {
  padding-right: 20px;
}
/* line 648, stylesheets/_project.scss */
.page-content .summary .summary-content h3 {
  margin-bottom: 25px;
}
/* line 652, stylesheets/_project.scss */
.page-content .summary .summary-content p:last-child {
  margin: 0 !important;
}

/*---------------------------------------------------------------------------

x.0 UNIVERSAL STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

a.0 HOMEPAGE STYLES START

----------------------------------------------------------------------------*/
/******************************************

a.1 HOMEPAGE - HERO/TOP CONTAINER START

******************************************/
/* line 680, stylesheets/_project.scss */
.search-container {
  position: absolute;
  right: 20px;
  z-index: 100;
  top: 7px;
}
/* line 685, stylesheets/_project.scss */
.search-container input {
  background: transparent;
  border: none;
  border-bottom: thin solid rgba(255, 255, 255, 0.58);
  display: none;
}
/* line 691, stylesheets/_project.scss */
.search-container #search-wrap {
  width: 590px;
  height: 40px;
  display: inline-block;
}
/* line 695, stylesheets/_project.scss */
.search-container #search-wrap svg {
  width: 40px;
  fill: white;
  float: left;
  max-height: 34px;
  padding: 5px;
}
/* line 703, stylesheets/_project.scss */
.search-container #search-input {
  display: block !important;
  font-size: 12px;
  height: 34px;
  width: 260px;
  float: left;
}
/* line 710, stylesheets/_project.scss */
.search-container .language-changer {
  border-left: thin solid #4a4a4e;
  width: 70px;
  height: 40px;
  float: left;
}
/* line 715, stylesheets/_project.scss */
.search-container .language-changer .cur-lang {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.2);
}
/* line 719, stylesheets/_project.scss */
.search-container .language-changer svg {
  fill: white !important;
  stroke: white !important;
}
/* line 724, stylesheets/_project.scss */
.search-container .trial-cta-new {
  float: left;
  width: 280px;
}
/* line 727, stylesheets/_project.scss */
.search-container .trial-cta-new a.button {
  border-radius: 20px;
  font-size: 14px;
  background-color: #2fb7ea;
  font-weight: bold;
  padding: 10px 20px;
}
/* line 728, stylesheets/_project.scss */
.search-container .trial-cta-new a.button.cta {
  background-color: #e52622;
}

/* line 743, stylesheets/_project.scss */
.hero-container {
  background-color: #0c75ad;
  background-position: right;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 744, stylesheets/_project.scss */
.hero-container .sponsor-banner {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 99999;
}
@media only screen {
  /* line 743, stylesheets/_project.scss */
  .hero-container {
    height: 355px;
  }
  /* line 752, stylesheets/_project.scss */
  .hero-container .mid-range {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 743, stylesheets/_project.scss */
  .hero-container {
    height: 605px;
  }
  /* line 758, stylesheets/_project.scss */
  .hero-container .mid-range {
    padding-top: 183.33333px;
  }
}
/* line 766, stylesheets/_project.scss */
.hero-container .hero-slide-group {
  height: 605px;
}
/* line 768, stylesheets/_project.scss */
.hero-container .hero-slide-group .slick-prev:before, .hero-container .hero-slide-group .slick-next:before {
  color: black;
  font-size: 40px;
  z-index: 999999;
}
/* line 773, stylesheets/_project.scss */
.hero-container .hero-slide-group .slick-prev {
  left: 50px;
}
/* line 776, stylesheets/_project.scss */
.hero-container .hero-slide-group .slick-next {
  right: 50px;
}
@media only screen {
  /* line 779, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slick-dots {
    bottom: 220px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 779, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slick-dots {
    bottom: -25px;
  }
}
/* line 787, stylesheets/_project.scss */
.hero-container .hero-slide-group .slick-dots li button:before {
  font-size: 60px;
  top: -50px;
}
/* line 791, stylesheets/_project.scss */
.hero-container .hero-slide-group .slide {
  position: relative;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  /*
  img{
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
  }
  */
}
@media only screen {
  /* line 791, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide {
    height: 355px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 791, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide {
    height: 605px;
  }
}
/* line 802, stylesheets/_project.scss */
.hero-container .hero-slide-group .slide > .row {
  position: relative;
}
@media only screen {
  /* line 805, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content {
    padding-top: 75px;
    max-width: 90%;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 805, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content {
    padding-top: 183.33333px;
    max-width: 50%;
  }
}
/* line 814, stylesheets/_project.scss */
.hero-container .hero-slide-group .slide .slide-content h1 {
  text-shadow: 1px 1px 0px #0c75ad;
}
@media only screen {
  /* line 814, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content h1 {
    padding-left: 20px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 814, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content h1 {
    padding-left: 0;
    font-size: 52px;
  }
}
/* line 825, stylesheets/_project.scss */
.hero-container .hero-slide-group .slide .slide-content p {
  text-shadow: 1px 1px 0px #0c75ad;
}
@media only screen {
  /* line 825, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content p {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 825, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content p {
    font-size: 20px;
    padding-left: 0;
  }
}
/* line 838, stylesheets/_project.scss */
.hero-container .hero-slide-group .slide .slide-content.img-content img {
  width: auto;
  text-align: left;
  margin: 0;
}
@media only screen {
  /* line 838, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content.img-content img {
    max-height: 200px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 838, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content.img-content img {
    max-height: 350px;
    margin-left: 0;
  }
}
@media only screen {
  /* line 837, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content.img-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 837, stylesheets/_project.scss */
  .hero-container .hero-slide-group .slide .slide-content.img-content {
    padding-top: 110px;
  }
}
/* line 870, stylesheets/_project.scss */
.hero-container .hero-container-content h1 {
  font-size: 54px;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 40em) {
  /* line 870, stylesheets/_project.scss */
  .hero-container .hero-container-content h1 {
    padding-left: 20px;
    font-size: 32px;
    text-shadow: 1px 0px 1px #656565;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 870, stylesheets/_project.scss */
  .hero-container .hero-container-content h1 {
    padding-left: 20px;
    font-size: 32px;
  }
}
/* line 887, stylesheets/_project.scss */
.hero-container .hero-container-content p {
  font-size: 20px;
  position: relative;
  z-index: 9999;
}
@media only screen {
  /* line 887, stylesheets/_project.scss */
  .hero-container .hero-container-content p {
    display: none;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 887, stylesheets/_project.scss */
  .hero-container .hero-container-content p {
    display: block;
  }
}
/* line 899, stylesheets/_project.scss */
.hero-container .cta {
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 40em) {
  /* line 899, stylesheets/_project.scss */
  .hero-container .cta {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 899, stylesheets/_project.scss */
  .hero-container .cta {
    margin-left: 20px;
  }
}
/* line 909, stylesheets/_project.scss */
.hero-container .hero-container-graphic {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
}
@media only screen {
  /* line 915, stylesheets/_project.scss */
  .hero-container .hero-container-graphic img {
    height: 355px;
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 915, stylesheets/_project.scss */
  .hero-container .hero-container-graphic img {
    height: 605px;
  }
}
/* line 926, stylesheets/_project.scss */
.hero-container * {
  color: white !important;
}
/* line 930, stylesheets/_project.scss */
.hero-container .social-media-cta {
  padding-top: 7px;
  padding-left: 30px;
  display: none;
}
/* line 936, stylesheets/_project.scss */
.hero-container .social-media-cta i:hover::before {
  color: #009ad4 !important;
  opacity: 1;
}
/* line 941, stylesheets/_project.scss */
.hero-container .social-media-cta i::before {
  font-size: 30px;
  opacity: 0.6;
  transition: all 0.3s ease-in;
}

/* line 951, stylesheets/_project.scss */
.hero-container-decal {
  width: 100%;
  height: 20px;
  margin-top: -10px;
  position: relative;
  z-index: 1000;
  background-color: rgba(21, 158, 209, 0.4);
}

/******************************************

HOMEPAGE - HERO/TOP CONTAINER END

******************************************/
/******************************************

a.2 HOMEPAGE - SPOTLIGHT CONTAINER START

******************************************/
@media only screen and (min-width: 70.063em) {
  /* line 972, stylesheets/_project.scss */
  .spotlight-container {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 976, stylesheets/_project.scss */
  .spotlight-container .primary-spotlight {
    padding-right: 25px;
  }
}
/* line 981, stylesheets/_project.scss */
.spotlight-container .padding-left {
  padding-left: 60px;
}
/* line 984, stylesheets/_project.scss */
.spotlight-container ul {
  margin: 0;
}
@media only screen and (min-width: 70.063em) {
  /* line 986, stylesheets/_project.scss */
  .spotlight-container ul li:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 991, stylesheets/_project.scss */
  .spotlight-container ul li:last-child {
    padding-right: 0;
  }
}
/* line 997, stylesheets/_project.scss */
.spotlight-container .spotlight-panel {
  position: relative;
}
/* line 999, stylesheets/_project.scss */
.spotlight-container .spotlight-panel > div {
  height: 420px;
  text-align: center;
  padding: 20px;
  color: white !important;
}
@media only screen and (max-width: 40em) {
  /* line 999, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel > div {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 1009, stylesheets/_project.scss */
.spotlight-container .spotlight-panel > div h3 {
  color: white !important;
  font-size: 30px;
  height: 85px;
}
@media only screen and (max-width: 40em) {
  /* line 1009, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel > div h3 {
    font-size: 26px;
    text-shadow: 1px 0px 1px #656565;
    height: auto;
  }
}
/* line 1019, stylesheets/_project.scss */
.spotlight-container .spotlight-panel > div.spotlight-one {
  background-color: #2fd2a8;
}
/* line 1022, stylesheets/_project.scss */
.spotlight-container .spotlight-panel > div.spotlight-two {
  background-color: #7c7c82;
}
/* line 1025, stylesheets/_project.scss */
.spotlight-container .spotlight-panel > div.spotlight-three {
  background-color: #f26150;
}
/* line 1029, stylesheets/_project.scss */
.spotlight-container .spotlight-panel > div .spotlight-icon path {
  transition: all 0.3s ease-in;
}
/* line 1034, stylesheets/_project.scss */
.spotlight-container .spotlight-panel h3, .spotlight-container .spotlight-panel p {
  position: relative;
  z-index: 10;
}
/* line 1038, stylesheets/_project.scss */
.spotlight-container .spotlight-panel .spotlight-icon {
  transition: all 0.8s ease;
  max-height: 350px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 1047, stylesheets/_project.scss */
.spotlight-container .spotlight-panel .spotlight-icon:hover {
  cursor: pointer;
}
/* line 1050, stylesheets/_project.scss */
.spotlight-container .spotlight-panel .spotlight-icon path {
  fill: white !important;
}
@media only screen and (max-width: 40em) {
  /* line 1054, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel .spotlight-icon svg {
    max-height: 200px;
  }
}
/* line 1060, stylesheets/_project.scss */
.spotlight-container .spotlight-panel:nth-child(1) .spotlight-icon {
  opacity: 0.2;
  top: 15px;
}
/* line 1066, stylesheets/_project.scss */
.spotlight-container .spotlight-panel:nth-child(2) .spotlight-icon {
  opacity: 0.2;
}
/* line 1071, stylesheets/_project.scss */
.spotlight-container .spotlight-panel:nth-child(3) .spotlight-icon {
  opacity: 0.2;
}
/* line 1076, stylesheets/_project.scss */
.spotlight-container .spotlight-panel .read-more-icon svg {
  max-height: 70px;
}
@media only screen and (min-width: 70.063em) {
  /* line 1076, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel .read-more-icon svg {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen {
  /* line 1076, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel .read-more-icon svg {
    position: relative;
  }
}
/* line 1094, stylesheets/_project.scss */
.spotlight-container .spotlight-panel:hover .spotlight-icon path {
  fill: transparent !important;
}
@media only screen and (max-width: 40em) {
  /* line 997, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 997, stylesheets/_project.scss */
  .spotlight-container .spotlight-panel {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 1110, stylesheets/_project.scss */
  .footer-grid > div {
    padding-right: 20px;
  }
  /* line 1112, stylesheets/_project.scss */
  .footer-grid > div:last-child {
    padding-right: 0;
  }
}

/******************************************

HOMEPAGE - SPOTLIGHT CONTAINER END

******************************************/
/******************************************

a.3 HOMEPAGE - CUSTOMER CONTAINER START

******************************************/
/* line 1131, stylesheets/_project.scss */
.customer-container {
  min-height: 500px;
  background-color: #0c75ad;
  padding: 70px 0;
}
/* line 1135, stylesheets/_project.scss */
.customer-container * {
  color: white !important;
}
/* line 1139, stylesheets/_project.scss */
.customer-container h3 {
  margin-bottom: 35px;
  font-weight: bold;
}
/* line 1143, stylesheets/_project.scss */
.customer-container .video-container {
  padding-right: 80px;
}
/* line 1145, stylesheets/_project.scss */
.customer-container .video-container #img-click {
  opacity: 0.9;
  transition: all 0.3s ease-in;
}
/* line 1148, stylesheets/_project.scss */
.customer-container .video-container #img-click:hover {
  cursor: pointer;
  opacity: 1;
}
@media only screen and (max-width: 40em) {
  /* line 1143, stylesheets/_project.scss */
  .customer-container .video-container {
    padding-right: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 1143, stylesheets/_project.scss */
  .customer-container .video-container {
    padding-right: 20px;
  }
}
/* line 1162, stylesheets/_project.scss */
.customer-container .content-container .customer-logo img {
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 90px;
}
/* line 1168, stylesheets/_project.scss */
.customer-container .content-container .customer-quote {
  position: relative;
  z-index: 0;
}
/* line 1171, stylesheets/_project.scss */
.customer-container .content-container .customer-quote .quote {
  position: relative;
  z-index: 10;
  font-style: italic;
}

/******************************************

HOMEPAGE - CUSTOMER CONTAINER END

******************************************/
/******************************************

a.4 HOMEPAGE - LATEST CONTAINER START

******************************************/
/* line 1192, stylesheets/_project.scss */
.latest-container {
  padding: 50px 0;
}
/* line 1194, stylesheets/_project.scss */
.latest-container .home-news-list {
  list-style: none;
  margin: 0;
}
/* line 1197, stylesheets/_project.scss */
.latest-container .home-news-list .news-item {
  padding: 20px 0;
  border-bottom: thin solid #a3a3a3;
}
/* line 1200, stylesheets/_project.scss */
.latest-container .home-news-list .news-item h4 {
  font-size: 16px;
}
/* line 1205, stylesheets/_project.scss */
.latest-container .button {
  margin-top: -55px;
  float: right;
  margin-right: 10px;
}
/* line 1211, stylesheets/_project.scss */
.latest-container .upcoming-ad h5 {
  padding-top: 20px;
}
@media only screen and (min-width: 70.063em) {
  /* line 1210, stylesheets/_project.scss */
  .latest-container .upcoming-ad {
    padding-right: 40px;
  }
}

/******************************************

a.4 HOMEPAGE - LATEST CONTAINER END

******************************************/
/* line 1228, stylesheets/_project.scss */
.col-padding.small-3:nth-child(4n+1) {
  padding-left: 0;
}
/* line 1235, stylesheets/_project.scss */
.col-padding.small-3:nth-child(4n+4) {
  padding-right: 0;
}

/*---------------------------------------------------------------------------

a.0 HOMEPAGE STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

h.0 HUB PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
/******************************************

h.1 HUB PAGE UNIVERSAL START

******************************************/
/* line 1262, stylesheets/_project.scss */
.hub-2-children li i {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding-top: 26px;
  background-color: #0c75ad;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
}
/* line 1272, stylesheets/_project.scss */
.hub-2-children li i::before {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.62);
  z-index: 10;
  font-size: 40px;
}
/* line 1280, stylesheets/_project.scss */
.hub-2-children h4 {
  position: relative;
}
/* line 1282, stylesheets/_project.scss */
.hub-2-children h4 i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
}

/******************************************

h.1 HUB PAGE UNIVERSAL END

******************************************/
/*---------------------------------------------------------------------------

h.0 HUB PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

b.0 GENERIC PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
/******************************************

b.1 GENERIC PAGE UNIVERSAL START

******************************************/
/* line 1319, stylesheets/_project.scss */
.sub-section .primary-graphic {
  margin-bottom: 20px;
}

/******************************************

b.1 GENERIC PAGE UNIVERSAL END

******************************************/
/* line 1333, stylesheets/_project.scss */
.grid-icon-content li:nth-child(4n+1) * {
  fill: #0c75ad;
  stroke: #0c75ad;
}
/* line 1339, stylesheets/_project.scss */
.grid-icon-content li:nth-child(4n+2) * {
  fill: #7ac142;
  stroke: #7ac142;
}
/* line 1345, stylesheets/_project.scss */
.grid-icon-content li:nth-child(4n+3) * {
  fill: #f36b22;
  stroke: #f36b22;
}
/* line 1351, stylesheets/_project.scss */
.grid-icon-content li:nth-child(4n+4) * {
  fill: #2fd2a8;
  stroke: #2fd2a8;
}
/* line 1356, stylesheets/_project.scss */
.grid-icon-content h4 {
  position: relative;
}
/* line 1359, stylesheets/_project.scss */
.grid-icon-content svg {
  float: left;
  max-width: 70px;
  margin-top: -30px;
  padding-right: 15px;
}
/* line 1364, stylesheets/_project.scss */
.grid-icon-content svg * {
  fill: #7c7c82;
}

/******************************************

b.2 GENERIC PAGE SPOTLIGHT START

******************************************/
/* line 1377, stylesheets/_project.scss */
.spotlight > div:first-child {
  padding-right: 20px;
}
/* line 1380, stylesheets/_project.scss */
.spotlight .button {
  margin: 0;
}

/******************************************

b.2 GENERIC PAGE SPOTLIGHT END

******************************************/
/******************************************

b.3 GENERIC PAGE 2 SUB SECTION STYLES START

******************************************/
/* line 1398, stylesheets/_project.scss */
.section-wrapper {
  margin-bottom: 40px !important;
}

/* line 1402, stylesheets/_project.scss */
.sub-section {
  margin: 0 !important;
}
/* line 1404, stylesheets/_project.scss */
.sub-section > div {
  margin-bottom: 20px;
}
/* line 1409, stylesheets/_project.scss */
.sub-section .generic-2-node-list:nth-of-type(odd) > .small-8, .sub-section .generic-2-node-list:nth-of-type(odd) > .medium-10, .sub-section .generic-2-node-list:nth-of-type(odd) > .large-8 {
  float: left;
  padding-right: 25px;
}
/* line 1413, stylesheets/_project.scss */
.sub-section .generic-2-node-list:nth-of-type(odd) > .medium-2, .sub-section .generic-2-node-list:nth-of-type(odd) > .small-4, .sub-section .generic-2-node-list:nth-of-type(odd) > .large-4 {
  float: right;
}
/* line 1417, stylesheets/_project.scss */
.sub-section .generic-2-node-list:nth-of-type(odd) svg * {
  fill: #0c75ad !important;
}
/* line 1423, stylesheets/_project.scss */
.sub-section .generic-2-node-list:nth-of-type(even) > .small-8, .sub-section .generic-2-node-list:nth-of-type(even) > .medium-10, .sub-section .generic-2-node-list:nth-of-type(even) > .large-8 {
  float: right;
  padding-left: 25px;
}
/* line 1427, stylesheets/_project.scss */
.sub-section .generic-2-node-list:nth-of-type(even) > .medium-2, .sub-section .generic-2-node-list:nth-of-type(even) > .small-4, .sub-section .generic-2-node-list:nth-of-type(even) > .large-4 {
  float: left;
}
/* line 1431, stylesheets/_project.scss */
.sub-section .generic-2-node-list:nth-of-type(even) svg * {
  fill: #1c7f66 !important;
}

/* line 1442, stylesheets/_project.scss */
.page-2577 .generic-2-node-list .medium-2, .page-2578 .generic-2-node-list .medium-2 {
  display: none;
}
/* line 1445, stylesheets/_project.scss */
.page-2577 .generic-2-node-list .medium-10, .page-2578 .generic-2-node-list .medium-10 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  padding-left: 0 !important;
}

/******************************************

b.3 GENERIC PAGE 2 SUB SECTION STYLES END

******************************************/
/*---------------------------------------------------------------------------

b.0 GENERIC PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

c.0 LIST PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
/******************************************

c.1 LIST PAGE - RESOURCES START

******************************************/
/* line 1482, stylesheets/_project.scss */
.resource-list {
  list-style: none;
  margin: 0;
}
/* line 1485, stylesheets/_project.scss */
.resource-list li {
  height: 40px;
  position: relative;
  padding: 10px 0;
  font-size: 0.85rem;
  font-weight: bold;
}
/* line 1491, stylesheets/_project.scss */
.resource-list li i {
  position: absolute;
  right: 0;
  top: 13.33333px;
}

/******************************************

c.1 LIST PAGE - RESOURCES END

******************************************/
/*---------------------------------------------------------------------------

c.0 LIST PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/* line 1516, stylesheets/_project.scss */
.page-2731 #theResults .nodeImage, .page-6212 #theResults .nodeImage {
  padding-right: 20px;
}
/* line 1518, stylesheets/_project.scss */
.page-2731 #theResults .nodeImage img, .page-6212 #theResults .nodeImage img {
  border: thin solid #bebebe;
}

/*---------------------------------------------------------------------------

d.0 CAREER PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
/* line 1545, stylesheets/_project.scss */
body.page-1762 .site-cta-list {
  display: none;
}

/* line 1551, stylesheets/_project.scss */
.career-page .summary {
  margin-bottom: 20px;
}
/* line 1558, stylesheets/_project.scss */
.career-page .TitleBoxHeader {
  padding: 15px 10px;
  color: white !important;
}
/* line 1562, stylesheets/_project.scss */
.career-page #careerUl {
  margin: 0;
  list-style: none;
}
/* line 1566, stylesheets/_project.scss */
.career-page .jobPanel {
  padding: 0 10px;
}
/* line 1569, stylesheets/_project.scss */
.career-page .posDepartment {
  font-size: 24px;
  color: #0c75ad;
  font-weight: bold;
}
/* line 1575, stylesheets/_project.scss */
.career-page .image-montage-section {
  height: 670px;
  position: relative;
  background-color: #2fd2a8;
  background-image: url("https://www.soti.net/media/268906/employee_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
/* line 1583, stylesheets/_project.scss */
.career-page .image-montage-section #videoPlay {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  transition: opacity 0.2s ease-in;
  z-index: 5;
}
/* line 1591, stylesheets/_project.scss */
.career-page .image-montage-section #videoPlay img {
  max-height: 180px;
}
@media only screen and (max-width: 40em) {
  /* line 1591, stylesheets/_project.scss */
  .career-page .image-montage-section #videoPlay img {
    max-height: 80px;
  }
}
/* line 1597, stylesheets/_project.scss */
.career-page .image-montage-section #videoPlay:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 1603, stylesheets/_project.scss */
.career-page .image-montage-section #videoContainer iframe {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 40em) {
  /* line 1603, stylesheets/_project.scss */
  .career-page .image-montage-section #videoContainer iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 1603, stylesheets/_project.scss */
  .career-page .image-montage-section #videoContainer iframe {
    height: 670px;
  }
}
/* line 1615, stylesheets/_project.scss */
.career-page .image-montage-section .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(16, 16, 16, 0.84);
}
@media only screen and (max-width: 40em) {
  /* line 1575, stylesheets/_project.scss */
  .career-page .image-montage-section {
    height: 300px;
  }
}
@media only screen {
  /* line 1628, stylesheets/_project.scss */
  .career-page .career-profile-list-container {
    padding: 40px;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 1628, stylesheets/_project.scss */
  .career-page .career-profile-list-container {
    padding: 0;
  }
}
@media only screen {
  /* line 1636, stylesheets/_project.scss */
  .career-page .career-profiles-list {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  /* line 179, stylesheets/foundation/components/_global.scss */
  .career-page .career-profiles-list:before, .career-page .career-profiles-list:after {
    content: " ";
    display: table;
  }
  /* line 180, stylesheets/foundation/components/_global.scss */
  .career-page .career-profiles-list:after {
    clear: both;
  }
  /* line 50, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 30px;
  }
  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li {
    width: 100%;
    padding: 0 15px 30px;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li:nth-of-type(1n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 1636, stylesheets/_project.scss */
  .career-page .career-profiles-list {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  /* line 179, stylesheets/foundation/components/_global.scss */
  .career-page .career-profiles-list:before, .career-page .career-profiles-list:after {
    content: " ";
    display: table;
  }
  /* line 180, stylesheets/foundation/components/_global.scss */
  .career-page .career-profiles-list:after {
    clear: both;
  }
  /* line 50, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 30px;
  }
  /* line 61, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li {
    width: 33.33333%;
    padding: 0 15px 30px;
    list-style: none;
  }
  /* line 68, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, stylesheets/foundation/components/_block-grid.scss */
  .career-page .career-profiles-list > li:nth-of-type(3n+1) {
    clear: both;
  }
}
/* line 1652, stylesheets/_project.scss */
.career-page .career-profile-heading {
  margin-bottom: 80px;
}
/* line 1655, stylesheets/_project.scss */
.career-page .career-profile-section {
  padding: 80px 0;
}
/* line 1658, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles h4, .career-page .career-profile-section .career-profiles p {
  color: white !important;
}
/* line 1662, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles:nth-child(1) .inner-profile {
  background-color: #2fd2a8;
}
/* line 1667, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles:nth-child(2) .inner-profile {
  background-color: #f26150;
}
/* line 1672, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles:nth-child(3) .inner-profile {
  background-color: #009ad4;
}
@media only screen and (max-width: 40em) {
  /* line 1657, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 1657, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles {
    margin-bottom: 40px;
  }
}
/* line 1682, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile {
  position: relative;
  padding: 12.5px;
  background-color: #2fd2a8;
}
/* line 1684, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-title {
  padding-left: 91.66667px;
  font-size: 28px;
}
/* line 1688, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-image {
  position: absolute;
  top: -30px;
  left: -20px;
  height: 110px;
  width: 110px;
}
/* line 1697, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-desc {
  padding-top: 27.5px;
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 1697, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles .inner-profile .profile-desc {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 70.063em) {
  /* line 1697, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles .inner-profile .profile-desc {
    height: 305px;
  }
}
/* line 1707, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .seperator {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 1707, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles .inner-profile .seperator {
    display: none;
  }
}
/* line 1718, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details * {
  color: white !important;
}
/* line 1721, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details li {
  font-size: 13px;
}
/* line 1724, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details .map-point, .career-page .career-profile-section .career-profiles .inner-profile .profile-details .mag-glass {
  height: 50px;
  width: 50px;
  max-height: 50px;
  max-width: 50px;
  background-size: contain;
}
/* line 1731, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details .map-point {
  background-image: url("https://www.soti.net/media/268913/map-point.png");
}
/* line 1734, stylesheets/_project.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details .mag-glass {
  background-image: url("https://www.soti.net/media/268912/mag-glass.png");
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 1717, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles .inner-profile .profile-details {
    width: 50%;
    float: right;
    padding-left: 50px;
    padding-top: 27.5px;
  }
}
/* line 179, stylesheets/foundation/components/_global.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details:before, .career-page .career-profile-section .career-profiles .inner-profile .profile-details:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.career-page .career-profile-section .career-profiles .inner-profile .profile-details:after {
  clear: both;
}
@media only screen and (min-width: 70.063em) {
  /* line 1682, stylesheets/_project.scss */
  .career-page .career-profile-section .career-profiles .inner-profile {
    height: 650px;
  }
}
/* line 179, stylesheets/foundation/components/_global.scss */
.career-page .career-profile-section .career-profiles .inner-profile:before, .career-page .career-profile-section .career-profiles .inner-profile:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.career-page .career-profile-section .career-profiles .inner-profile:after {
  clear: both;
}
/* line 1754, stylesheets/_project.scss */
.career-page .career-columns-details {
  padding-top: 50px;
}
/* line 1756, stylesheets/_project.scss */
.career-page .career-columns-details .detail {
  padding: 25px;
  text-align: center;
  display: none;
}
/* line 1760, stylesheets/_project.scss */
.career-page .career-columns-details .detail h3 {
  color: white !important;
  margin-bottom: 40px;
}
/* line 1764, stylesheets/_project.scss */
.career-page .career-columns-details .detail p {
  color: white;
}
/* line 1767, stylesheets/_project.scss */
.career-page .career-columns-details .detail.growth {
  background-color: #fbad1c;
}
/* line 1770, stylesheets/_project.scss */
.career-page .career-columns-details .detail.innovation {
  background-color: #2fd2a8;
}
/* line 1773, stylesheets/_project.scss */
.career-page .career-columns-details .detail.fun {
  background-color: #009ad4;
}
/* line 1776, stylesheets/_project.scss */
.career-page .career-columns-details .detail.active {
  display: block;
}
/* line 1783, stylesheets/_project.scss */
.career-page .career-columns .select-icon {
  text-align: center !important;
  opacity: 0.7;
  transition: all 0.3s ease-in;
  position: relative;
}
/* line 1788, stylesheets/_project.scss */
.career-page .career-columns .select-icon.active {
  opacity: 1;
}
/* line 1790, stylesheets/_project.scss */
.career-page .career-columns .select-icon.active::before {
  display: block;
}
/* line 1794, stylesheets/_project.scss */
.career-page .career-columns .select-icon div {
  margin-top: 40px;
}
/* line 1797, stylesheets/_project.scss */
.career-page .career-columns .select-icon:hover {
  cursor: pointer;
  opacity: 1;
}
/* line 1802, stylesheets/_project.scss */
.career-page .career-columns .select-icon[data-cat="growth"]::before {
  border-top: 25px solid #fbad1c;
}
/* line 1807, stylesheets/_project.scss */
.career-page .career-columns .select-icon[data-cat="innovation"]::before {
  border-top: 25px solid #2fd2a8;
}
/* line 1812, stylesheets/_project.scss */
.career-page .career-columns .select-icon[data-cat="fun"]::before {
  border-top: 25px solid #009ad4;
}
/* line 1816, stylesheets/_project.scss */
.career-page .career-columns .select-icon::before {
  display: none;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
/* line 1829, stylesheets/_project.scss */
.career-page .career-columns .select-icon img {
  margin-top: 30px;
  max-height: 140px;
}
@media only screen and (max-width: 40em) {
  /* line 1829, stylesheets/_project.scss */
  .career-page .career-columns .select-icon img {
    max-height: 80px;
  }
}
/* line 1838, stylesheets/_project.scss */
.career-page .soti-map-section {
  min-height: 800px;
  background-color: #0c75ad;
  position: relative;
}
/* line 1842, stylesheets/_project.scss */
.career-page .soti-map-section > .row {
  min-height: 800px;
  background-image: url(https://www.soti.net/media/268896/map.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
/* line 1849, stylesheets/_project.scss */
.career-page .soti-map-section .map-text {
  font-size: 50px;
  color: #e3e3e3 !important;
  display: block;
  position: absolute;
  bottom: 100px;
  text-shadow: 1px 1px 1px #05344e;
}
/* line 1856, stylesheets/_project.scss */
.career-page .soti-map-section .map-text .bold {
  text-shadow: 2px 2px 2px #05344e;
  font-family: "Quicksand", Arial, sans-serif !important;
  color: white !important;
}
/* line 1863, stylesheets/_project.scss */
.career-page .career-social-section {
  min-height: 400px;
  padding-top: 130px;
  background-color: #0c75ad;
  padding-bottom: 45px;
  margin-bottom: -45px;
}
/* line 1869, stylesheets/_project.scss */
.career-page .career-social-section h2 {
  color: white !important;
}
/* line 1872, stylesheets/_project.scss */
.career-page .career-social-section .button {
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
}

/*---------------------------------------------------------------------------

d.0 CAREER PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

e.0 PRODUCT PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
/* line 1897, stylesheets/_project.scss */
.key-features-page .generic-2-node-list {
  padding: 40px 0;
}
/* line 1900, stylesheets/_project.scss */
.key-features-page .summary {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
/* line 1904, stylesheets/_project.scss */
.key-features-page .summary .prod-features-nav {
  max-width: 1200px;
  width: 100%;
  top: 0;
  z-index: 10;
  height: 50px;
}
/* line 1910, stylesheets/_project.scss */
.key-features-page .summary .prod-features-nav li {
  background-color: #0c75ad;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-align: center;
  padding-bottom: 0;
  padding: 10px 0;
}
/* line 1918, stylesheets/_project.scss */
.key-features-page .summary .prod-features-nav li:hover {
  background-color: #f26150;
}
/* line 1922, stylesheets/_project.scss */
.key-features-page .summary .prod-features-nav.active {
  position: fixed;
}

/* line 1929, stylesheets/_project.scss */
.feature-nav-decal {
  position: fixed;
  top: 0;
  background-color: #0c75ad;
  width: 100%;
  height: 50px;
  display: none;
}

/* line 1938, stylesheets/_project.scss */
.key-feature-node-list {
  margin-bottom: 60px;
  padding-top: 50px;
}
/* line 1943, stylesheets/_project.scss */
.key-feature-node-list:nth-of-type(odd) .content-container .img-container {
  padding-right: 20px;
}
/* line 1950, stylesheets/_project.scss */
.key-feature-node-list:nth-of-type(even) .content-container .img-container {
  padding-left: 20px;
  float: right;
}
/* line 1954, stylesheets/_project.scss */
.key-feature-node-list:nth-of-type(even) .content-container .txt-container {
  float: left;
}
/* line 1960, stylesheets/_project.scss */
.key-feature-node-list .img-svg svg {
  max-width: 200px;
}
/* line 1964, stylesheets/_project.scss */
.key-feature-node-list svg {
  max-width: 180px;
}
/* line 1966, stylesheets/_project.scss */
.key-feature-node-list svg * {
  fill: #7c7c82;
}
/* line 1971, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1975, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-detail-list li {
  color: #1c7f66;
  position: relative;
  padding-left: 16px;
}
/* line 1979, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-detail-list li:hover {
  cursor: pointer;
  color: #2fd2a8;
}
/* line 1984, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-detail-list li.active::before {
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  content: "" !important;
}
@media only screen and (max-width: 40em) {
  /* line 1995, stylesheets/_project.scss */
  .key-feature-node-list .feature-details-container .feature-details-box {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 1995, stylesheets/_project.scss */
  .key-feature-node-list .feature-details-container .feature-details-box {
    margin-top: 20px;
  }
}
/* line 2002, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-details-box h5 {
  color: #1c7f66 !important;
}
/* line 2005, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-details-box .feature-details {
  display: none;
}
/* line 2007, stylesheets/_project.scss */
.key-feature-node-list .feature-details-container .feature-details-box .feature-details:nth-child(1) {
  display: block;
}

/* line 2021, stylesheets/_project.scss */
.product-deploy-section {
  padding-left: 30px;
}

/* line 2025, stylesheets/_project.scss */
.product-highlight-section, .product-deploy-section {
  position: relative;
}
/* line 2028, stylesheets/_project.scss */
.product-highlight-section .product-overview-button, .product-deploy-section .product-overview-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
}

/* line 2037, stylesheets/_project.scss */
.page-2655 .item-img {
  height: 120px;
  display: block;
}
/* line 2040, stylesheets/_project.scss */
.page-2655 .item-img img {
  height: 100px;
}

/* line 2046, stylesheets/_project.scss */
.leadership-portrait {
  border: thin solid #adadad;
  max-width: 145px;
}

/* line 2051, stylesheets/_project.scss */
.whitepaper-form-container {
  padding-left: 80px;
  padding-top: 40px;
}
/* line 2054, stylesheets/_project.scss */
.whitepaper-form-container .whitepaper-quote {
  position: relative;
  font-style: italic;
  color: #0c75ad;
}
/* line 2058, stylesheets/_project.scss */
.whitepaper-form-container .whitepaper-quote::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  position: absolute;
  color: #1c7f66;
  font-size: 32px;
  top: -10px;
  left: -40px;
}
/* line 2068, stylesheets/_project.scss */
.whitepaper-form-container .whitepaper-quote:empty::after {
  display: none !important;
}
/* line 2073, stylesheets/_project.scss */
.whitepaper-form-container .whitepaper-quote-source {
  text-align: right;
}

/* line 2079, stylesheets/_project.scss */
.whitepaper-reasons {
  height: 250px;
  list-style: decimal;
  margin: 0;
  display: block;
  padding: 0;
  margin: 0 -1.25rem;
}
/* line 179, stylesheets/foundation/components/_global.scss */
.whitepaper-reasons:before, .whitepaper-reasons:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.whitepaper-reasons:after {
  clear: both;
}
/* line 50, stylesheets/foundation/components/_block-grid.scss */
.whitepaper-reasons > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 1.25rem 2.5rem;
}
/* line 61, stylesheets/foundation/components/_block-grid.scss */
.whitepaper-reasons > li {
  width: 33.33333%;
  padding: 0 1.25rem 2.5rem;
  list-style: none;
}
/* line 68, stylesheets/foundation/components/_block-grid.scss */
.whitepaper-reasons > li:nth-of-type(1n) {
  clear: none;
}
/* line 69, stylesheets/foundation/components/_block-grid.scss */
.whitepaper-reasons > li:nth-of-type(3n+1) {
  clear: both;
}
/* line 2084, stylesheets/_project.scss */
.whitepaper-reasons li {
  margin-top: 20px;
  height: 300px;
}
/* line 2087, stylesheets/_project.scss */
.whitepaper-reasons li .inner {
  text-align: center;
}
/* line 2091, stylesheets/_project.scss */
.whitepaper-reasons li:nth-child(1) .number {
  background-color: #0c75ad;
}
/* line 2093, stylesheets/_project.scss */
.whitepaper-reasons li:nth-child(1) .number:after {
  content: "1";
}
/* line 2099, stylesheets/_project.scss */
.whitepaper-reasons li:nth-child(2) .number {
  background-color: #f26150;
}
/* line 2101, stylesheets/_project.scss */
.whitepaper-reasons li:nth-child(2) .number:after {
  content: "2";
}
/* line 2107, stylesheets/_project.scss */
.whitepaper-reasons li:nth-child(3) .number {
  background-color: #7c7c82;
}
/* line 2109, stylesheets/_project.scss */
.whitepaper-reasons li:nth-child(3) .number:after {
  content: "3";
}
/* line 2114, stylesheets/_project.scss */
.whitepaper-reasons li .number {
  font-size: 34px;
  display: block;
  position: relative;
  font-weight: bold;
  color: white !important;
  height: 70px;
  width: 70px;
  box-sizing: border-box;
  padding-top: 4px;
  border-radius: 60px;
  text-align: center;
  margin: 0 auto;
}
/* line 2127, stylesheets/_project.scss */
.whitepaper-reasons li .number:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 2135, stylesheets/_project.scss */
.whitepaper-reasons li .reason {
  font-size: 18px;
  color: #0c75ad;
  text-align: center;
  margin-top: 20px;
}

/* line 2146, stylesheets/_project.scss */
.brochure-page .node-image img {
  clip-path: inset(2px);
}

/* line 2153, stylesheets/_project.scss */
.videos-page .video-thumb {
  border: thin solid #dddddd;
  margin-bottom: 20px;
}

/*---------------------------------------------------------------------------

e.0 PRODUCT PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

f.0 BLOG PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
@media only screen and (min-width: 70.063em) {
  /* line 2172, stylesheets/_project.scss */
  .culture-page .quote-section {
    min-height: 250px;
  }
  /* line 2175, stylesheets/_project.scss */
  .culture-page .quote-section p {
    color: white !important;
  }
}
/* line 2180, stylesheets/_project.scss */
.culture-page .sub-section {
  margin-top: 70px !important;
}
/* line 2183, stylesheets/_project.scss */
.culture-page .quote-desc-left {
  padding-right: 30px;
}
/* line 2186, stylesheets/_project.scss */
.culture-page .quote-desc-right {
  padding-left: 30px;
}

/* line 2192, stylesheets/_project.scss */
.acc-trigger a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
  content: "" !important;
}

/* line 2200, stylesheets/_project.scss */
.blog .blog-post {
  margin-bottom: 70px;
}
/* line 179, stylesheets/foundation/components/_global.scss */
.blog .blog-post:before, .blog .blog-post:after {
  content: " ";
  display: table;
}
/* line 180, stylesheets/foundation/components/_global.scss */
.blog .blog-post:after {
  clear: both;
}
/* line 2203, stylesheets/_project.scss */
.blog .blog-post .date-container {
  padding-right: 20px;
}
/* line 2207, stylesheets/_project.scss */
.blog .summary-content {
  margin-bottom: 30px;
}
/* line 2210, stylesheets/_project.scss */
.blog .post-img {
  text-align: left;
}
/* line 2212, stylesheets/_project.scss */
.blog .post-img img {
  border: thin solid #bababa;
  max-width: 70%;
}

/* line 2219, stylesheets/_project.scss */
.blog-sidebar {
  padding-left: 50px;
  margin-top: 135px;
}
/* line 2222, stylesheets/_project.scss */
.blog-sidebar ul.cats {
  list-style: none;
  margin: 0;
}

/*---------------------------------------------------------------------------

f.0 BLOG PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

g.0 BLOG PAGE TEMPLATES STYLES START

----------------------------------------------------------------------------*/
/* line 2242, stylesheets/_project.scss */
li[data-page='SOTI One Platform']::after, li[data-page='SOTI ONE Platform']::after, li[data-page='Multi-OS Compatibility']::after {
  content: '>';
  height: 30px;
  width: 30px;
  padding-top: 10px;
  font-weight: bold;
  color: #0c75ad;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

/* line 2256, stylesheets/_project.scss */
.op-spotlight {
  min-height: 400px;
}
/* line 2258, stylesheets/_project.scss */
.op-spotlight h4 {
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

/* line 2266, stylesheets/_project.scss */
label.error {
  color: #f26150 !important;
  font-weight: bold !important;
}

/* line 2271, stylesheets/_project.scss */
.soti_one_logo {
  margin-top: -70px;
  max-width: 60%;
}

/* line 2276, stylesheets/_project.scss */
#footer {
  margin-top: 0 !important;
}

/* line 2282, stylesheets/_project.scss */
.snap#signup_form {
  background-color: #0c75ad !important;
}

/* line 2286, stylesheets/_project.scss */
.trial-feature-list {
  margin: 0 !important;
  list-style: none !important;
}

@media only screen and (min-width: 0em) and (max-width: 1500px) {
  /* line 2292, stylesheets/_project.scss */
  .search-container .trial-cta-new {
    float: right;
  }

  /* line 2296, stylesheets/_project.scss */
  .search-container #search-input {
    display: none !important;
  }

  /* line 2301, stylesheets/_project.scss */
  #search-wrap input {
    display: none !important;
  }
  /* line 2304, stylesheets/_project.scss */
  #search-wrap svg {
    display: none !important;
  }
  /* line 2307, stylesheets/_project.scss */
  #search-wrap .language-changer {
    display: none !important;
  }
}
/* line 2314, stylesheets/_project.scss */
.op {
  min-height: 500px;
  margin: 0 !important;
}
/* line 2316, stylesheets/_project.scss */
.op .op-quick-links {
  text-align: center;
}
/* line 2318, stylesheets/_project.scss */
.op .op-quick-links h5 {
  font-size: 36px;
  font-weight: bold;
  color: white !important;
  padding: 50px;
}
/* line 2324, stylesheets/_project.scss */
.op .op-quick-links a {
  opacity: 0.7;
  transition: 0.3s ease-in;
}
/* line 2327, stylesheets/_project.scss */
.op .op-quick-links a:hover {
  opacity: 1;
}
/* line 2336, stylesheets/_project.scss */
.op .slick-next::before, .op .slick-prev::before {
  color: #2fb7ea !important;
  font-size: 36px !important;
  font-weight: bold;
}
/* line 2343, stylesheets/_project.scss */
.op .slick-prev::before {
  content: "<";
}
/* line 2348, stylesheets/_project.scss */
.op .slick-next::before {
  content: ">";
}
/* line 2353, stylesheets/_project.scss */
.op .slick-slide a {
  display: block;
  padding: 10px;
}
/* line 2357, stylesheets/_project.scss */
.op .slick-slide img {
  margin: 0 auto !important;
}
/* line 2362, stylesheets/_project.scss */
.op .vid-hover {
  opacity: 0.8;
  transition: all 0.2s ease-in;
}
/* line 2365, stylesheets/_project.scss */
.op .vid-hover:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 2371, stylesheets/_project.scss */
.op .vid-slider .slick-slide {
  text-align: center !important;
}
/* line 2373, stylesheets/_project.scss */
.op .vid-slider .slick-slide img {
  margin: 0 auto !important;
}
/* line 2380, stylesheets/_project.scss */
.op .res-slider .slick-slide img {
  border: thin solid #b0b0b4;
}
/* line 2385, stylesheets/_project.scss */
.op .padding-left {
  padding-left: 20px;
}
/* line 2387, stylesheets/_project.scss */
.op .padding-left.x2 {
  padding-left: 80px;
}
/* line 2391, stylesheets/_project.scss */
.op .padding-right {
  padding-right: 20px;
}
/* line 2393, stylesheets/_project.scss */
.op .padding-right.x2 {
  padding-right: 80px;
}
/* line 2397, stylesheets/_project.scss */
.op .padding-top {
  padding-top: 20px;
}
/* line 2399, stylesheets/_project.scss */
.op .padding-top.x2 {
  padding-top: 40px;
}
/* line 2403, stylesheets/_project.scss */
.op .generic-spacing {
  padding: 100px 0;
}
/* line 2406, stylesheets/_project.scss */
.op .generic-spacing-half {
  padding: 50px 0;
}
/* line 2410, stylesheets/_project.scss */
.op .diagram-contain {
  text-align: center;
}
/* line 2418, stylesheets/_project.scss */
.op .key-picker img {
  margin-bottom: 25px;
}
/* line 2421, stylesheets/_project.scss */
.op .key-picker ul {
  list-style: none;
  padding-right: 40px;
}
/* line 2424, stylesheets/_project.scss */
.op .key-picker ul li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
/* line 2426, stylesheets/_project.scss */
.op .key-picker ul li:hover {
  cursor: pointer;
}
/* line 2428, stylesheets/_project.scss */
.op .key-picker ul li:hover::before {
  opacity: 1;
  left: -50px;
}
/* line 2433, stylesheets/_project.scss */
.op .key-picker ul li::before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  background-image: url("//www.soti.net/media/static/arrow.svg");
  background-size: contain;
  position: absolute;
  top: 7px;
  opacity: 0;
  left: -100px;
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
/* line 2449, stylesheets/_project.scss */
.op .key-picker ul li.active {
  background-color: #7ac142;
  border-radius: 10px;
  padding-left: 10px;
  color: white;
}
/* line 2454, stylesheets/_project.scss */
.op .key-picker ul li.active::before {
  opacity: 1;
  left: -50px;
}
/* line 2465, stylesheets/_project.scss */
.op .key-shower {
  position: relative;
  min-height: 500px;
}
/* line 2468, stylesheets/_project.scss */
.op .key-shower .key {
  opacity: 0;
  position: absolute;
  top: 0;
  right: -600px;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
/* line 2479, stylesheets/_project.scss */
.op .key-shower .key.active {
  display: block;
  opacity: 1;
  top: 0;
  right: 0;
}
/* line 2487, stylesheets/_project.scss */
.op .feature-changer {
  overflow: hidden;
}
/* line 2490, stylesheets/_project.scss */
.op .intro-contain {
  padding: 60px 0;
  border-bottom: thin solid rgba(124, 124, 130, 0.4);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* line 2498, stylesheets/_project.scss */
.op .intro-contain .large-7 {
  margin-top: 20px;
}
/* line 2502, stylesheets/_project.scss */
.op .wp-contain {
  min-height: 400px;
  padding: 50px 0;
}
/* line 2508, stylesheets/_project.scss */
.op.overview .res-contain {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 2513, stylesheets/_project.scss */
.op.mc .intro-contain {
  background-image: url("//www.soti.net/media/static/oneplatform_home_mc_bg.png");
}
/* line 2515, stylesheets/_project.scss */
.op.mc .intro-contain h3 {
  color: #0c75ad !important;
  font-weight: bold;
}
/* line 2524, stylesheets/_project.scss */
.op.mc .soti-hub-contain {
  min-height: 400px;
  background-color: rgba(124, 124, 130, 0.2);
}
/* line 2528, stylesheets/_project.scss */
.op.mc .soti-surf-contain {
  min-height: 400px;
  background-color: white;
}
/* line 2532, stylesheets/_project.scss */
.op.mc .soti-surf-contain, .op.mc .soti-hub-contain {
  padding: 50px 0;
}
/* line 2535, stylesheets/_project.scss */
.op.mc .download-mc {
  background-color: #2fb7ea;
}
/* line 2538, stylesheets/_project.scss */
.op.mc .deploy-mc {
  background-color: #f36b22;
}
/* line 2543, stylesheets/_project.scss */
.op.snap .intro-contain {
  background-image: url("//www.soti.net/media/static/oneplatform_home_snap_bg.png");
}
/* line 2545, stylesheets/_project.scss */
.op.snap .intro-contain h3 {
  color: #f36b22 !important;
  font-weight: bold;
}
/* line 2554, stylesheets/_project.scss */
.op.snap .res-contain {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 2559, stylesheets/_project.scss */
.op.assist .intro-contain {
  background-image: url("//www.soti.net/media/static/oneplatform_home_assist_bg.png");
}
/* line 2561, stylesheets/_project.scss */
.op.assist .intro-contain h3 {
  color: #009ad4 !important;
  font-weight: bold;
}
/* line 2570, stylesheets/_project.scss */
.op.assist .download-assist {
  background-color: #2fb7ea;
}
/* line 2574, stylesheets/_project.scss */
.op .mc-contain, .op .assist-contain, .op .snap-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 2578, stylesheets/_project.scss */
.op .mc-contain {
  padding: 150px 0;
  background-image: url("//www.soti.net/media/static/oneplatform_home_mc_bg.png");
  background-position: right;
  background-attachment: fixed;
  background-color: rgba(12, 117, 173, 0.2);
}
/* line 2584, stylesheets/_project.scss */
.op .mc-contain h3 {
  color: #0c75ad !important;
  font-weight: 500;
}
/* line 2589, stylesheets/_project.scss */
.op .assist-contain {
  padding: 150px 0;
  background-image: url("//www.soti.net/media/static/oneplatform_home_assist_bg.png");
  background-position: left;
  background-attachment: fixed;
}
/* line 2594, stylesheets/_project.scss */
.op .assist-contain h3 {
  color: #009ad4 !important;
  font-weight: 500;
}
/* line 2599, stylesheets/_project.scss */
.op .snap-contain {
  padding: 150px 0;
  background-color: rgba(243, 107, 34, 0.2);
  background-image: url("//www.soti.net/media/static/oneplatform_home_snap_bg.png");
  background-position: right;
  background-attachment: fixed;
}
/* line 2605, stylesheets/_project.scss */
.op .snap-contain h3 {
  color: #f36b22 !important;
  font-weight: 500;
}
/* line 2610, stylesheets/_project.scss */
.op .central-contain {
  padding: 150px 0;
  background-color: rgba(229, 38, 34, 0.1);
  background-image: url("//www.soti.net/media/static/oneplatform_home_central_bg.png");
  background-position: left;
  background-attachment: fixed;
}
/* line 2616, stylesheets/_project.scss */
.op .central-contain h3 {
  color: #e52622 !important;
  font-weight: 500;
}
/* line 2621, stylesheets/_project.scss */
.op .cta-contain {
  padding: 50px;
  background-color: #0c75ad;
}
/* line 2613, stylesheets/_project.scss */
.op .cta-contain h3 {
  color: white !important;
}
/* line 2617, stylesheets/_project.scss */
.op .pc-mag-logo {
  width: 200px;
  padding-left: 20px;
}
/* line 2621, stylesheets/_project.scss */
.op .test-contain {
  padding: 50px 0;
}
/* line 2624, stylesheets/_project.scss */
.op .vid-contain {
  padding: 50px 0;
  background-color: rgba(176, 176, 180, 0.2);
}
/* line 2627, stylesheets/_project.scss */
.op .vid-contain h3 {
  color: #7ac142 !important;
  margin-bottom: 33.33333px;
}
/* line 2633, stylesheets/_project.scss */
.op .res-contain {
  min-height: 600px;
  padding: 50px 0;
}

/*---------------------------------------------------------------------------

g.0 BLOG PAGE TEMPLATES STYLES END

----------------------------------------------------------------------------*/
/* Slider */
/* line 3, stylesheets/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, stylesheets/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, stylesheets/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, stylesheets/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, stylesheets/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, stylesheets/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, stylesheets/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, stylesheets/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, stylesheets/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, stylesheets/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, stylesheets/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, stylesheets/_slick.scss */
.slick-slide img {
  display: block;
  margin: 0 auto;
}
/* line 73, stylesheets/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, stylesheets/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, stylesheets/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, stylesheets/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, stylesheets/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, stylesheets/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, stylesheets/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {}
/* Arrows */
/* line 59, stylesheets/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 77, stylesheets/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 81, stylesheets/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 85, stylesheets/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 88, stylesheets/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 99, stylesheets/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 101, stylesheets/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 105, stylesheets/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 107, stylesheets/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 113, stylesheets/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 115, stylesheets/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 119, stylesheets/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 121, stylesheets/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 129, stylesheets/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 133, stylesheets/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 142, stylesheets/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 150, stylesheets/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 162, stylesheets/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 164, stylesheets/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 168, stylesheets/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 185, stylesheets/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
/* line 4, stylesheets/_lity.scss */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 20, stylesheets/_lity.scss */
.lity.lity-opened {
  opacity: 1;
}

/* line 23, stylesheets/_lity.scss */
.lity.lity-closed {
  opacity: 0;
}

/* line 26, stylesheets/_lity.scss */
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, stylesheets/_lity.scss */
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

/* line 41, stylesheets/_lity.scss */
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 48, stylesheets/_lity.scss */
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 63, stylesheets/_lity.scss */
.lity-loading .lity-loader {
  opacity: 1;
}

/* line 66, stylesheets/_lity.scss */
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

/* line 77, stylesheets/_lity.scss */
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

/* line 90, stylesheets/_lity.scss */
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 97, stylesheets/_lity.scss */
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 111, stylesheets/_lity.scss */
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 135, stylesheets/_lity.scss */
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 139, stylesheets/_lity.scss */
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 158, stylesheets/_lity.scss */
.lity-close:active {
  top: 1px;
}

/* Image */
/* line 162, stylesheets/_lity.scss */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
/* line 169, stylesheets/_lity.scss */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

/* line 177, stylesheets/_lity.scss */
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

/* line 187, stylesheets/_lity.scss */
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 198, stylesheets/_lity.scss */
.lity-hide {
  display: none;
}
