@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file, "app.scss". If you run a compass update this file can
 * be wiped out with a compass update. By default, when a compass project is
 * created the file will be named app.scss. Thus this file is named,
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Component: Dictate minor layout modules or reusable elements.
 * - State: Describe the appearance of a module in various states.
 * - Theme: Purely visual optional styling (“look-and-feel”) for a component.
 *
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../scss/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* line 56, ../scss/normalize.scss */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 80, ../scss/normalize.scss */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../scss/normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, ../scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../scss/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../scss/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../scss/normalize.scss */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 292, ../scss/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, ../scss/normalize.scss */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 351, ../scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 375, ../scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 394, ../scss/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

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

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

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

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

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

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

/* line 331, ../scss/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

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

/* line 349, ../scss/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 352, ../scss/components/_global.scss */
object,
embed {
  height: 100%;
}

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

/* line 359, ../scss/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 364, ../scss/components/_global.scss */
.left {
  float: left !important;
}

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

/* line 366, ../scss/components/_global.scss */
.clearfix {
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 367, ../scss/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 368, ../scss/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 369, ../scss/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 370, ../scss/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 371, ../scss/components/_global.scss */
.hide {
  display: none;
}

/* line 373, ../scss/components/_global.scss */
.start {
  float: left !important;
}

/* line 374, ../scss/components/_global.scss */
.end {
  float: right !important;
}

/* line 375, ../scss/components/_global.scss */
.text-start {
  text-align: left !important;
}

/* line 376, ../scss/components/_global.scss */
.text-end {
  text-align: right !important;
}

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

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

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

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

/* line 198, ../scss/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.row:after {
  clear: both;
}
/* line 203, ../scss/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 205, ../scss/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 208, ../scss/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 209, ../scss/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 214, ../scss/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 148, ../scss/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 172, ../scss/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

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

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

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  /* line 187, ../scss/components/_grid.scss */
  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 148, ../scss/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 172, ../scss/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-3 {
    position: relative;
    width: 25%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-6 {
    position: relative;
    width: 50%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-9 {
    position: relative;
    width: 75%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .medium-12 {
    position: relative;
    width: 100%;
  }

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

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

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  /* line 187, ../scss/components/_grid.scss */
  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 227, ../scss/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 148, ../scss/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 172, ../scss/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 176, ../scss/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

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

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

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  /* line 184, ../scss/components/_grid.scss */
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  /* line 187, ../scss/components/_grid.scss */
  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 238, ../scss/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 23, ../scss/components/_accordion.scss */
.accordion {
  *zoom: 1;
  margin-bottom: 0;
}
/* line 159, ../scss/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 25, ../scss/components/_accordion.scss */
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 28, ../scss/components/_accordion.scss */
.accordion dd.active a {
  background: #e8e8e8;
}
/* line 29, ../scss/components/_accordion.scss */
.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}
/* line 36, ../scss/components/_accordion.scss */
.accordion dd > a:hover {
  background: #e3e3e3;
}
/* line 39, ../scss/components/_accordion.scss */
.accordion .content {
  display: none;
  padding: 1rem;
}
/* line 42, ../scss/components/_accordion.scss */
.accordion .content.active {
  display: block;
  background: white;
}

/* line 102, ../scss/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #008cba;
  border-color: #0078a0;
  color: white;
}
/* line 105, ../scss/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}
/* line 87, ../scss/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 107, ../scss/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 108, ../scss/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 110, ../scss/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}
/* line 111, ../scss/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}
/* line 112, ../scss/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
/* line 113, ../scss/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}
/* line 114, ../scss/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

/* line 70, ../scss/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0 0 -0.5rem;
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 35, ../scss/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.5rem 1rem;
}

@media only screen {
  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/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 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 44, ../scss/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5rem 1rem;
    list-style: none;
  }
  /* line 49, ../scss/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 50, ../scss/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 114, ../scss/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 118, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
/* line 62, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 65, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #008cba;
}
/* line 71, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 74, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 80, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 84, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 86, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 91, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 98, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 106, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* line 199, ../scss/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008cba;
  border-color: #007095;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
/* line 144, ../scss/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
/* line 155, ../scss/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 207, ../scss/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 144, ../scss/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 150, ../scss/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 208, ../scss/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 144, ../scss/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 155, ../scss/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 209, ../scss/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 144, ../scss/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 155, ../scss/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 211, ../scss/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 212, ../scss/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 213, ../scss/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 214, ../scss/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 216, ../scss/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 217, ../scss/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 219, ../scss/components/_buttons.scss */
button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 220, ../scss/components/_buttons.scss */
button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 222, ../scss/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../scss/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}
/* line 155, ../scss/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: white;
}
/* line 168, ../scss/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008cba;
}
/* line 223, ../scss/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../scss/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 150, ../scss/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 168, ../scss/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 224, ../scss/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../scss/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 155, ../scss/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: white;
}
/* line 168, ../scss/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 225, ../scss/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../scss/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 155, ../scss/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: white;
}
/* line 168, ../scss/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;
}

@media only screen and (min-width: 40.063em) {
  /* line 230, ../scss/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 86, ../scss/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 88, ../scss/components/_button-groups.scss */
.button-group > * {
  margin: 0;
  float: left;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group > * > button, .button-group > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group > *:last-child button, .button-group > *:last-child .button {
  border-right: 0;
}
/* line 51, ../scss/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.radius > *:last-child button, .button-group.radius > *:last-child .button {
  border-right: 0;
}
/* line 69, ../scss/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 73, ../scss/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.round > *:last-child button, .button-group.round > *:last-child .button {
  border-right: 0;
}
/* line 69, ../scss/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 73, ../scss/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 94, ../scss/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 35, ../scss/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 41, ../scss/components/_button-groups.scss */
.button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
  border-right: 0;
}
/* line 79, ../scss/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 98, ../scss/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 159, ../scss/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 100, ../scss/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
/* line 28, ../scss/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 40, ../scss/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 159, ../scss/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
[data-clearing]:after {
  clear: both;
}
/* line 46, ../scss/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

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

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

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

/* line 86, ../scss/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 100, ../scss/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 110, ../scss/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

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

/* line 118, ../scss/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 120, ../scss/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 128, ../scss/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 133, ../scss/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 140, ../scss/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 143, ../scss/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 145, ../scss/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  /* line 151, ../scss/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 153, ../scss/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

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

  /* line 164, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 170, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 177, ../scss/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;
  }
  /* line 190, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 196, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 205, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 210, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 216, ../scss/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 223, ../scss/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 135, ../scss/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 142, ../scss/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 54, ../scss/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 55, ../scss/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 80, ../scss/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 87, ../scss/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 95, ../scss/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 99, ../scss/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 146, ../scss/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 122, ../scss/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 124, ../scss/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
/* line 149, ../scss/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
/* line 54, ../scss/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 55, ../scss/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 152, ../scss/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 153, ../scss/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 154, ../scss/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 155, ../scss/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 118, ../scss/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 3.5625rem;
}
/* line 58, ../scss/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
/* line 93, ../scss/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
/* line 112, ../scss/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
/* line 119, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.625rem;
}
/* line 73, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 112, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
/* line 120, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 3.0625rem;
}
/* line 83, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 112, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
/* line 121, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 3.625rem;
}
/* line 103, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 112, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
/* line 122, ../scss/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* line 45, ../scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 28, ../scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 29, ../scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 34, ../scss/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/* Using forms within rows, we need to set some defaults */
/* line 76, ../scss/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 79, ../scss/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 82, ../scss/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 85, ../scss/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 86, ../scss/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 98, ../scss/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 307, ../scss/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */
}
/* line 308, ../scss/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 309, ../scss/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}
/* line 311, ../scss/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 317, ../scss/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 328, ../scss/components/_forms.scss */
select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 329, ../scss/components/_forms.scss */
select:hover {
  background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

/* line 339, ../scss/components/_forms.scss */
select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* line 344, ../scss/components/_forms.scss */
  select {
    background: #fafafa;
  }

  /* line 345, ../scss/components/_forms.scss */
  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */
/* line 349, ../scss/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 352, ../scss/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 353, ../scss/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 355, ../scss/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 356, ../scss/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 357, ../scss/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 358, ../scss/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 361, ../scss/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d8d8d8;
  border-right: none;
  color: #333333;
}
/* line 362, ../scss/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 364, ../scss/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cbcbcb;
  border-left: none;
  color: #333333;
}
/* line 365, ../scss/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 371, ../scss/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 374, ../scss/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 379, ../scss/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 382, ../scss/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 402, ../scss/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"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 176, ../scss/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,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 124, ../scss/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,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 131, ../scss/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],
textarea[disabled] {
  background-color: #dddddd;
}

/* Add height value for select elements to match text input height */
/* line 413, ../scss/components/_forms.scss */
select {
  height: 2.3125rem;
}

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

/* line 426, ../scss/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 435, ../scss/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 440, ../scss/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 248, ../scss/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 447, ../scss/components/_forms.scss */
[data-abide] .error small.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: white;
}
/* line 450, ../scss/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 452, ../scss/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: white;
}

/* line 458, ../scss/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 463, ../scss/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 468, ../scss/components/_forms.scss */
.error > small,
.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: white;
}
/* line 473, ../scss/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 485, ../scss/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 491, ../scss/components/_forms.scss */
input.error,
textarea.error {
  margin-bottom: 0;
}

/* line 494, ../scss/components/_forms.scss */
label.error {
  color: #f04124;
}

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

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

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

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

/* line 66, ../scss/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
/* line 71, ../scss/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 87, ../scss/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white;
}
/* line 92, ../scss/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 93, ../scss/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 95, ../scss/components/_labels.scss */
.label.alert {
  background-color: #f04124;
  color: white;
}
/* line 96, ../scss/components/_labels.scss */
.label.success {
  background-color: #43ac6a;
  color: white;
}
/* line 97, ../scss/components/_labels.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 14, ../scss/components/_magellan.scss */
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 20, ../scss/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
/* line 22, ../scss/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}
/* line 23, ../scss/components/_magellan.scss */
[data-magellan-expedition] .sub-nav .active {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  /* line 45, ../scss/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 46, ../scss/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 49, ../scss/components/_orbit.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 50, ../scss/components/_orbit.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 53, ../scss/components/_orbit.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 54, ../scss/components/_orbit.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 58, ../scss/components/_orbit.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 59, ../scss/components/_orbit.scss */
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 63, ../scss/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 66, ../scss/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 73, ../scss/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 76, ../scss/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 79, ../scss/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 82, ../scss/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 84, ../scss/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 90, ../scss/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 122, ../scss/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 128, ../scss/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 134, ../scss/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 136, ../scss/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 147, ../scss/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 156, ../scss/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
/* line 173, ../scss/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
/* line 178, ../scss/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
/* line 184, ../scss/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 191, ../scss/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 204, ../scss/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}
/* line 218, ../scss/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff;
}
/* line 226, ../scss/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent transparent transparent #333;
}
/* line 235, ../scss/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 239, ../scss/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 251, ../scss/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 255, ../scss/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
/* line 265, ../scss/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 266, ../scss/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
/* line 271, ../scss/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}
/* line 275, ../scss/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 276, ../scss/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}
/* line 283, ../scss/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

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

/* line 290, ../scss/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
/* line 299, ../scss/components/_orbit.scss */
.orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 309, ../scss/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}
/* line 313, ../scss/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 320, ../scss/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 323, ../scss/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 332, ../scss/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 335, ../scss/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 342, ../scss/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 343, ../scss/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 350, ../scss/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 132, ../scss/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 95, ../scss/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 101, ../scss/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 109, ../scss/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 47, ../scss/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 52, ../scss/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 60, ../scss/components/_pagination.scss */
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 67, ../scss/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
/* line 119, ../scss/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

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

/* Panels */
/* line 70, ../scss/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}
/* line 48, ../scss/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 49, ../scss/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 54, ../scss/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
/* line 58, ../scss/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 60, ../scss/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 72, ../scss/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
}
/* line 48, ../scss/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 49, ../scss/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 54, ../scss/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #333333;
}
/* line 58, ../scss/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 60, ../scss/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 74, ../scss/components/_panels.scss */
.panel.callout a {
  color: #008cba;
}
/* line 79, ../scss/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 135, ../scss/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
/* line 64, ../scss/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 138, ../scss/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
}
/* line 139, ../scss/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "PT Sans", sans-serif;
}
/* line 140, ../scss/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
/* line 141, ../scss/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
/* line 142, ../scss/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
/* line 53, ../scss/components/_progress-bars.scss */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
/* line 57, ../scss/components/_progress-bars.scss */
.progress .meter {
  background: #008cba;
  height: 100%;
  display: block;
}
/* line 60, ../scss/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
/* line 61, ../scss/components/_progress-bars.scss */
.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}
/* line 62, ../scss/components/_progress-bars.scss */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
/* line 64, ../scss/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 65, ../scss/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 68, ../scss/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 69, ../scss/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* line 138, ../scss/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 140, ../scss/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 6.25rem;
}
/* line 71, ../scss/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 74, ../scss/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 75, ../scss/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 144, ../scss/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
  /* line 149, ../scss/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }
  /* line 152, ../scss/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 153, ../scss/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 154, ../scss/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 155, ../scss/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 156, ../scss/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 162, ../scss/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* line 81, ../scss/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "PT Sans", sans-serif;
}
/* line 54, ../scss/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}
/* line 58, ../scss/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #008cba;
}
/* line 63, ../scss/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
}
/* line 69, ../scss/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

/* line 169, ../scss/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
/* line 72, ../scss/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 81, ../scss/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
/* line 93, ../scss/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 99, ../scss/components/_split-buttons.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 136, ../scss/components/_split-buttons.scss */
.split.button span {
  width: 3.09375rem;
}
/* line 137, ../scss/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 162, ../scss/components/_split-buttons.scss */
.split.button span:before {
  border-color: white transparent transparent transparent;
}
/* line 99, ../scss/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 162, ../scss/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
/* line 99, ../scss/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 99, ../scss/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 175, ../scss/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}
/* line 108, ../scss/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.25rem;
}
/* line 109, ../scss/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 176, ../scss/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.375rem;
}
/* line 122, ../scss/components/_split-buttons.scss */
.split.button.small span {
  width: 2.625rem;
}
/* line 123, ../scss/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 177, ../scss/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.5rem;
}
/* line 150, ../scss/components/_split-buttons.scss */
.split.button.large span {
  width: 3.4375rem;
}
/* line 151, ../scss/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 178, ../scss/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2rem;
}
/* line 162, ../scss/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
/* line 182, ../scss/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 183, ../scss/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* line 116, ../scss/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}
/* line 63, ../scss/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}
/* line 69, ../scss/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
/* line 79, ../scss/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
}
/* line 82, ../scss/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #0085b1;
}
/* line 87, ../scss/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  background: #008cba;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}
/* line 94, ../scss/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0085b1;
}

/* line 289, ../scss/components/_switch.scss */
div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc;
}
/* line 73, ../scss/components/_switch.scss */
div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 90, ../scss/components/_switch.scss */
div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}
/* line 100, ../scss/components/_switch.scss */
div.switch input:hover, div.switch input:focus {
  cursor: pointer;
}
/* line 106, ../scss/components/_switch.scss */
div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 121, ../scss/components/_switch.scss */
div.switch input:not(:checked) + label {
  opacity: 0;
}
/* line 124, ../scss/components/_switch.scss */
div.switch input:checked {
  display: none !important;
}
/* line 125, ../scss/components/_switch.scss */
div.switch input {
  left: 0;
  display: block !important;
}
/* line 129, ../scss/components/_switch.scss */
div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}
/* line 131, ../scss/components/_switch.scss */
div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}
/* line 135, ../scss/components/_switch.scss */
div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}
/* line 137, ../scss/components/_switch.scss */
div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}
/* line 140, ../scss/components/_switch.scss */
div.switch span.custom {
  display: none !important;
}
/* line 152, ../scss/components/_switch.scss */
form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}
/* line 171, ../scss/components/_switch.scss */
div.switch label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 0.875rem;
}
/* line 179, ../scss/components/_switch.scss */
div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875rem;
}
/* line 185, ../scss/components/_switch.scss */
div.switch span:last-child {
  width: 2.25rem;
  height: 2.25rem;
}
/* line 210, ../scss/components/_switch.scss */
div.switch span:last-child {
  border-color: #b3b3b3;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
}
/* line 234, ../scss/components/_switch.scss */
div.switch:hover span:last-child, div.switch:focus span:last-child {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
/* line 244, ../scss/components/_switch.scss */
div.switch:active {
  background: transparent;
}
/* line 293, ../scss/components/_switch.scss */
div.switch.large {
  height: 2.75rem;
}
/* line 171, ../scss/components/_switch.scss */
div.switch.large label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 1.0625rem;
}
/* line 179, ../scss/components/_switch.scss */
div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.6875rem;
}
/* line 185, ../scss/components/_switch.scss */
div.switch.large span:last-child {
  width: 2.75rem;
  height: 2.75rem;
}
/* line 296, ../scss/components/_switch.scss */
div.switch.small {
  height: 1.75rem;
}
/* line 171, ../scss/components/_switch.scss */
div.switch.small label {
  padding: 0;
  line-height: 2.1rem;
  font-size: 0.75rem;
}
/* line 179, ../scss/components/_switch.scss */
div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.6875rem;
}
/* line 185, ../scss/components/_switch.scss */
div.switch.small span:last-child {
  width: 1.75rem;
  height: 1.75rem;
}
/* line 299, ../scss/components/_switch.scss */
div.switch.tiny {
  height: 1.375rem;
}
/* line 171, ../scss/components/_switch.scss */
div.switch.tiny label {
  padding: 0;
  line-height: 1.9rem;
  font-size: 0.6875rem;
}
/* line 179, ../scss/components/_switch.scss */
div.switch.tiny input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.3125rem;
}
/* line 185, ../scss/components/_switch.scss */
div.switch.tiny span:last-child {
  width: 1.375rem;
  height: 1.375rem;
}
/* line 302, ../scss/components/_switch.scss */
div.switch.radius {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 303, ../scss/components/_switch.scss */
div.switch.radius span:last-child {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 307, ../scss/components/_switch.scss */
div.switch.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 308, ../scss/components/_switch.scss */
div.switch.round span:last-child {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
/* line 309, ../scss/components/_switch.scss */
div.switch.round label {
  padding: 0 0.5625rem;
}

@-webkit-keyframes webkitSiblingBugfix {
  /* line 314, ../scss/components/_switch.scss */
  from {
    position: relative;
  }

  /* line 314, ../scss/components/_switch.scss */
  to {
    position: relative;
  }
}

/* line 89, ../scss/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}
/* line 51, ../scss/components/_tables.scss */
table thead,
table tfoot {
  background: whitesmoke;
}
/* line 56, ../scss/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}
/* line 68, ../scss/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
/* line 76, ../scss/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 83, ../scss/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 25, ../scss/components/_tabs.scss */
.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}
/* line 159, ../scss/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.tabs:after {
  clear: both;
}
/* line 28, ../scss/components/_tabs.scss */
.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  top: 1px;
  float: left;
}
/* line 33, ../scss/components/_tabs.scss */
.tabs dd > a {
  display: block;
  background: #efefef;
  color: #222222;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}
/* line 43, ../scss/components/_tabs.scss */
.tabs dd > a:hover {
  background: #e1e1e1;
}
/* line 45, ../scss/components/_tabs.scss */
.tabs dd.active a {
  background: white;
}
/* line 49, ../scss/components/_tabs.scss */
.tabs.radius dd:first-child a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 52, ../scss/components/_tabs.scss */
.tabs.radius dd:last-child a {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 56, ../scss/components/_tabs.scss */
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 65, ../scss/components/_tabs.scss */
.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
}
/* line 159, ../scss/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 68, ../scss/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1rem 0;
}
/* line 72, ../scss/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
}
/* line 73, ../scss/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 1rem;
}
/* line 75, ../scss/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 77, ../scss/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 1rem;
}

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

  /* line 89, ../scss/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}
/* Image Thumbnails */
/* line 63, ../scss/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 50, ../scss/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
/* line 67, ../scss/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Tooltips */
/* line 32, ../scss/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 39, ../scss/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}
/* line 45, ../scss/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 48, ../scss/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 63, ../scss/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}
/* line 74, ../scss/components/_tooltips.scss */
.tooltip.opened {
  color: #008cba !important;
  border-bottom: dotted 1px #003f54 !important;
}

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

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

/* Wrapped around .top-bar to contain to grid width */
/* line 85, ../scss/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 89, ../scss/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 93, ../scss/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 100, ../scss/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 106, ../scss/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 112, ../scss/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 119, ../scss/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 128, ../scss/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 133, ../scss/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 136, ../scss/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 138, ../scss/components/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 140, ../scss/components/_top-bar.scss */
.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 151, ../scss/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 156, ../scss/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 161, ../scss/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 165, ../scss/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 176, ../scss/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 181, ../scss/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 194, ../scss/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 200, ../scss/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}
/* line 209, ../scss/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 232, ../scss/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 236, ../scss/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 239, ../scss/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 240, ../scss/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 260, ../scss/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 266, ../scss/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 16px;
  margin: 0;
}
/* line 276, ../scss/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 284, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "PT Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #333333;
}
/* line 295, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #008cba;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 300, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #006688;
}
/* line 304, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e7e7e7;
}
/* line 306, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #cecece;
}
/* line 310, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #43ac6a;
}
/* line 312, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #358854;
}
/* line 316, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #f04124;
}
/* line 318, ../scss/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #d42b0f;
}
/* line 326, ../scss/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: #272727;
  color: white;
}
/* line 333, ../scss/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}
/* line 336, ../scss/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
}
/* line 343, ../scss/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 346, ../scss/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 350, ../scss/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 362, ../scss/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 363, ../scss/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 370, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 377, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 381, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 384, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 389, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 390, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 396, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 397, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown li .button {
  top: auto;
}
/* line 400, ../scss/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

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

@media only screen and (min-width: 40.063em) {
  /* line 416, ../scss/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
  }
  /* line 159, ../scss/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 160, ../scss/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 421, ../scss/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 423, ../scss/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 424, ../scss/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 427, ../scss/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 433, ../scss/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

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

  /* line 442, ../scss/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 446, ../scss/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 451, ../scss/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 453, ../scss/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 459, ../scss/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: white;
  }
  /* line 465, ../scss/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 469, ../scss/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }
  /* line 478, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 480, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 489, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 490, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 494, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 501, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 514, ../scss/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 521, ../scss/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 529, ../scss/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 535, ../scss/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 543, ../scss/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 552, ../scss/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 560, ../scss/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 564, ../scss/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 568, ../scss/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 572, ../scss/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 582, ../scss/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white;
  }
  /* line 588, ../scss/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  /* line 596, ../scss/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
/* Typography resets */
/* line 145, ../scss/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 151, ../scss/components/_type.scss */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../scss/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 159, ../scss/components/_type.scss */
a img {
  border: none;
}

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

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

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

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

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

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

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

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

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

/* line 207, ../scss/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 217, ../scss/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

/* line 233, ../scss/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

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

/* line 250, ../scss/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 252, ../scss/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 256, ../scss/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 269, ../scss/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */
}
/* line 278, ../scss/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 281, ../scss/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 282, ../scss/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 283, ../scss/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 284, ../scss/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

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

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

/* Abbreviations */
/* line 310, ../scss/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 317, ../scss/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 322, ../scss/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
/* line 327, ../scss/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 331, ../scss/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 336, ../scss/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

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

/* Microformats */
/* line 348, ../scss/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 354, ../scss/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 358, ../scss/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

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

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

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

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

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

  /* line 382, ../scss/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }
}
/*
 * 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 393, ../scss/components/_type.scss */
.print-only {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
}

  /* line 430, ../scss/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

  /* line 441, ../scss/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 274, ../scss/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 275, ../scss/components/_offcanvas.scss */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 159, ../scss/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 160, ../scss/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 277, ../scss/components/_offcanvas.scss */
nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 140, ../scss/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 146, ../scss/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
  font-size: 1.125rem;
}

/* line 279, ../scss/components/_offcanvas.scss */
section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0;
}

/* line 280, ../scss/components/_offcanvas.scss */
section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0;
}

/* line 282, ../scss/components/_offcanvas.scss */
section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 282, ../scss/components/_offcanvas.scss */
  section.tab-bar-section {
    text-align: left;
  }
}
/* line 183, ../scss/components/_offcanvas.scss */
section.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 187, ../scss/components/_offcanvas.scss */
section.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 191, ../scss/components/_offcanvas.scss */
section.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 286, ../scss/components/_offcanvas.scss */
a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
}
/* line 297, ../scss/components/_offcanvas.scss */
a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 1px 10px 1px 1px #777777, 1px 16px 1px 1px #777777, 1px 22px 1px 1px #777777;
  box-shadow: 0 10px 0 1px #777777, 0 16px 0 1px #777777, 0 22px 0 1px #777777;
}
/* line 317, ../scss/components/_offcanvas.scss */
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #535353, 1px 16px 1px 1px #535353, 1px 22px 1px 1px #535353;
  box-shadow: 0 10px 0 1px #535353, 0 16px 0 1px #535353, 0 22px 0 1px #535353;
}

/* line 329, ../scss/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 258, ../scss/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 330, ../scss/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

/* line 332, ../scss/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 205, ../scss/components/_offcanvas.scss */
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 215, ../scss/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

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

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

/* line 354, ../scss/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 355, ../scss/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 357, ../scss/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}
/* line 358, ../scss/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

/* line 363, ../scss/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}
/* line 364, ../scss/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}
/* line 366, ../scss/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}
/* line 367, ../scss/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

/* Foundation Visibility HTML Classes */
/* line 29, ../scss/components/_visibility.scss */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important;
}

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

/* Specific visibility for tables */
/* line 63, ../scss/components/_visibility.scss */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table;
}

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

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

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

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

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  /* line 146, ../scss/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 179, ../scss/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

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

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

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

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

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

  /* Specific visibility for tables */
  /* line 293, ../scss/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

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

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

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

  /* line 358, ../scss/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  /* line 376, ../scss/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 405, ../scss/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

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

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

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

  /* line 466, ../scss/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  /* line 483, ../scss/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 509, ../scss/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
  }

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

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

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

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

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

/* Specific visibility for tables */
/* line 576, ../scss/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

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

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

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

/* line 593, ../scss/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 598, ../scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 605, ../scss/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

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

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

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

  /* line 622, ../scss/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 628, ../scss/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 635, ../scss/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

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

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

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

  /* line 652, ../scss/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 657, ../scss/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

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

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

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

/* Specific visibility for tables */
/* line 663, ../scss/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 664, ../scss/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

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

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

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

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

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

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

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

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

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

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

/* Each individual part that can be added in */
/* line 4, ../scss/base/_drupal.scss */
.admin-menu .fixed {
  top: 1.8125rem;
}

/* line 11, ../scss/base/_drupal.scss */
#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
}

/* line 18, ../scss/base/_drupal.scss */
.reveal-modal {
  z-index: 999;
}

/* line 25, ../scss/base/_drupal.scss */
.item-list .pager {
  clear: none;
}

/* line 29, ../scss/base/_drupal.scss */
.item-list .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons/foundation-icons.eot");
  src: url("../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 513, ../scss/components/_foundation-icons.scss */
.fi-social-foursquare:before {
  content: "\f1c7";
}

/* line 514, ../scss/components/_foundation-icons.scss */
.fi-social-game-center:before {
  content: "\f1c8";
}

/* line 515, ../scss/components/_foundation-icons.scss */
.fi-social-github:before {
  content: "\f1c9";
}

/* line 516, ../scss/components/_foundation-icons.scss */
.fi-social-google-plus:before {
  content: "\f1ca";
}

/* line 517, ../scss/components/_foundation-icons.scss */
.fi-social-hacker-news:before {
  content: "\f1cb";
}

/* line 518, ../scss/components/_foundation-icons.scss */
.fi-social-hi5:before {
  content: "\f1cc";
}

/* line 519, ../scss/components/_foundation-icons.scss */
.fi-social-instagram:before {
  content: "\f1cd";
}

/* line 520, ../scss/components/_foundation-icons.scss */
.fi-social-joomla:before {
  content: "\f1ce";
}

/* line 521, ../scss/components/_foundation-icons.scss */
.fi-social-lastfm:before {
  content: "\f1cf";
}

/* line 522, ../scss/components/_foundation-icons.scss */
.fi-social-linkedin:before {
  content: "\f1d0";
}

/* line 523, ../scss/components/_foundation-icons.scss */
.fi-social-medium:before {
  content: "\f1d1";
}

/* line 524, ../scss/components/_foundation-icons.scss */
.fi-social-myspace:before {
  content: "\f1d2";
}

/* line 525, ../scss/components/_foundation-icons.scss */
.fi-social-orkut:before {
  content: "\f1d3";
}

/* line 526, ../scss/components/_foundation-icons.scss */
.fi-social-path:before {
  content: "\f1d4";
}

/* line 527, ../scss/components/_foundation-icons.scss */
.fi-social-picasa:before {
  content: "\f1d5";
}

/* line 528, ../scss/components/_foundation-icons.scss */
.fi-social-pinterest:before {
  content: "\f1d6";
}

/* line 529, ../scss/components/_foundation-icons.scss */
.fi-social-rdio:before {
  content: "\f1d7";
}

/* line 530, ../scss/components/_foundation-icons.scss */
.fi-social-reddit:before {
  content: "\f1d8";
}

/* line 531, ../scss/components/_foundation-icons.scss */
.fi-social-skillshare:before {
  content: "\f1d9";
}

/* line 532, ../scss/components/_foundation-icons.scss */
.fi-social-skype:before {
  content: "\f1da";
}

/* line 533, ../scss/components/_foundation-icons.scss */
.fi-social-smashing-mag:before {
  content: "\f1db";
}

/* line 534, ../scss/components/_foundation-icons.scss */
.fi-social-snapchat:before {
  content: "\f1dc";
}

/* line 535, ../scss/components/_foundation-icons.scss */
.fi-social-spotify:before {
  content: "\f1dd";
}

/* line 536, ../scss/components/_foundation-icons.scss */
.fi-social-squidoo:before {
  content: "\f1de";
}

/* line 537, ../scss/components/_foundation-icons.scss */
.fi-social-stack-overflow:before {
  content: "\f1df";
}

/* line 538, ../scss/components/_foundation-icons.scss */
.fi-social-steam:before {
  content: "\f1e0";
}

/* line 539, ../scss/components/_foundation-icons.scss */
.fi-social-stumbleupon:before {
  content: "\f1e1";
}

/* line 540, ../scss/components/_foundation-icons.scss */
.fi-social-treehouse:before {
  content: "\f1e2";
}

/* line 541, ../scss/components/_foundation-icons.scss */
.fi-social-tumblr:before {
  content: "\f1e3";
}

/* line 542, ../scss/components/_foundation-icons.scss */
.fi-social-twitter:before {
  content: "\f1e4";
}

/* line 543, ../scss/components/_foundation-icons.scss */
.fi-social-vimeo:before {
  content: "\f1e5";
}

/* line 544, ../scss/components/_foundation-icons.scss */
.fi-social-windows:before {
  content: "\f1e6";
}

/* line 545, ../scss/components/_foundation-icons.scss */
.fi-social-xbox:before {
  content: "\f1e7";
}

/* line 546, ../scss/components/_foundation-icons.scss */
.fi-social-yahoo:before {
  content: "\f1e8";
}

/* line 547, ../scss/components/_foundation-icons.scss */
.fi-social-yelp:before {
  content: "\f1e9";
}

/* line 548, ../scss/components/_foundation-icons.scss */
.fi-social-youtube:before {
  content: "\f1ea";
}

/* line 549, ../scss/components/_foundation-icons.scss */
.fi-social-zerply:before {
  content: "\f1eb";
}

/* line 550, ../scss/components/_foundation-icons.scss */
.fi-social-zurb:before {
  content: "\f1ec";
}

/* line 551, ../scss/components/_foundation-icons.scss */
.fi-sound:before {
  content: "\f1ed";
}

/* line 552, ../scss/components/_foundation-icons.scss */
.fi-star:before {
  content: "\f1ee";
}

/* line 553, ../scss/components/_foundation-icons.scss */
.fi-stop:before {
  content: "\f1ef";
}

/* line 554, ../scss/components/_foundation-icons.scss */
.fi-strikethrough:before {
  content: "\f1f0";
}

/* line 555, ../scss/components/_foundation-icons.scss */
.fi-subscript:before {
  content: "\f1f1";
}

/* line 556, ../scss/components/_foundation-icons.scss */
.fi-superscript:before {
  content: "\f1f2";
}

/* line 557, ../scss/components/_foundation-icons.scss */
.fi-tablet-landscape:before {
  content: "\f1f3";
}

/* line 558, ../scss/components/_foundation-icons.scss */
.fi-tablet-portrait:before {
  content: "\f1f4";
}

/* line 559, ../scss/components/_foundation-icons.scss */
.fi-target-two:before {
  content: "\f1f5";
}

/* line 560, ../scss/components/_foundation-icons.scss */
.fi-target:before {
  content: "\f1f6";
}

/* line 561, ../scss/components/_foundation-icons.scss */
.fi-telephone-accessible:before {
  content: "\f1f7";
}

/* line 562, ../scss/components/_foundation-icons.scss */
.fi-telephone:before {
  content: "\f1f8";
}

/* line 563, ../scss/components/_foundation-icons.scss */
.fi-text-color:before {
  content: "\f1f9";
}

/* line 564, ../scss/components/_foundation-icons.scss */
.fi-thumbnails:before {
  content: "\f1fa";
}

/* line 565, ../scss/components/_foundation-icons.scss */
.fi-ticket:before {
  content: "\f1fb";
}

/* line 566, ../scss/components/_foundation-icons.scss */
.fi-torso-business:before {
  content: "\f1fc";
}

/* line 567, ../scss/components/_foundation-icons.scss */
.fi-torso-female:before {
  content: "\f1fd";
}

/* line 568, ../scss/components/_foundation-icons.scss */
.fi-torso:before {
  content: "\f1fe";
}

/* line 569, ../scss/components/_foundation-icons.scss */
.fi-torsos-all-female:before {
  content: "\f1ff";
}

/* line 570, ../scss/components/_foundation-icons.scss */
.fi-torsos-all:before {
  content: "\f200";
}

/* line 571, ../scss/components/_foundation-icons.scss */
.fi-torsos-female-male:before {
  content: "\f201";
}

/* line 572, ../scss/components/_foundation-icons.scss */
.fi-torsos-male-female:before {
  content: "\f202";
}

/* line 573, ../scss/components/_foundation-icons.scss */
.fi-torsos:before {
  content: "\f203";
}

/* line 574, ../scss/components/_foundation-icons.scss */
.fi-trash:before {
  content: "\f204";
}

/* line 575, ../scss/components/_foundation-icons.scss */
.fi-trees:before {
  content: "\f205";
}

/* line 576, ../scss/components/_foundation-icons.scss */
.fi-trophy:before {
  content: "\f206";
}

/* line 577, ../scss/components/_foundation-icons.scss */
.fi-underline:before {
  content: "\f207";
}

/* line 578, ../scss/components/_foundation-icons.scss */
.fi-universal-access:before {
  content: "\f208";
}

/* line 579, ../scss/components/_foundation-icons.scss */
.fi-unlink:before {
  content: "\f209";
}

/* line 580, ../scss/components/_foundation-icons.scss */
.fi-unlock:before {
  content: "\f20a";
}

/* line 581, ../scss/components/_foundation-icons.scss */
.fi-upload-cloud:before {
  content: "\f20b";
}

/* line 582, ../scss/components/_foundation-icons.scss */
.fi-upload:before {
  content: "\f20c";
}

/* line 583, ../scss/components/_foundation-icons.scss */
.fi-usb:before {
  content: "\f20d";
}

/* line 584, ../scss/components/_foundation-icons.scss */
.fi-video:before {
  content: "\f20e";
}

/* line 585, ../scss/components/_foundation-icons.scss */
.fi-volume-none:before {
  content: "\f20f";
}

/* line 586, ../scss/components/_foundation-icons.scss */
.fi-volume-strike:before {
  content: "\f210";
}

/* line 587, ../scss/components/_foundation-icons.scss */
.fi-volume:before {
  content: "\f211";
}

/* line 588, ../scss/components/_foundation-icons.scss */
.fi-web:before {
  content: "\f212";
}

/* line 589, ../scss/components/_foundation-icons.scss */
.fi-wheelchair:before {
  content: "\f213";
}

/* line 590, ../scss/components/_foundation-icons.scss */
.fi-widget:before {
  content: "\f214";
}

/* line 591, ../scss/components/_foundation-icons.scss */
.fi-wrench:before {
  content: "\f215";
}

/* line 592, ../scss/components/_foundation-icons.scss */
.fi-x-circle:before {
  content: "\f216";
}

/* line 593, ../scss/components/_foundation-icons.scss */
.fi-x:before {
  content: "\f217";
}

/* line 594, ../scss/components/_foundation-icons.scss */
.fi-yen:before {
  content: "\f218";
}

/* line 595, ../scss/components/_foundation-icons.scss */
.fi-zoom-in:before {
  content: "\f219";
}

/* line 596, ../scss/components/_foundation-icons.scss */
.fi-zoom-out:before {
  content: "\f21a";
}

/* drupal seven resets */
/* line 69, ../scss/custom.scss */
ul, .block ul, .item-list ul {
  margin: 0;
}

/* line 73, ../scss/custom.scss */
ul, .block ul, ol {
  margin: 0.5em 0 1em;
  padding: 0 0 0 1.5em;
}

/* line 78, ../scss/custom.scss */
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 83, ../scss/custom.scss */
  blockquote h2 {
    font-size: 1.4375rem;
  }
}

/* line 89, ../scss/custom.scss */
blockquote h2:before, blockquote h2:after {
  content: '"';
}

/* layout */
/* line 95, ../scss/custom.scss */
table {
  max-width: 100%;
}

/* line 99, ../scss/custom.scss */
.view .pagination-centered {
  clear: left;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 104, ../scss/custom.scss */
.view .pagination-centered .item-list {
  margin: 1rem auto;
  display: block;
  overflow: hidden;
}

/* line 111, ../scss/custom.scss */
.ck-left {
  float: left;
  margin: 0.625rem;
}

/* line 116, ../scss/custom.scss */
.ck-right {
  float: right;
  margin: 0.625rem;
}

/* line 121, ../scss/custom.scss */
img {
  max-width: 100%;
}

/* line 129, ../scss/custom.scss */
body {
  color: #1f1f1b;
  line-height: 1.2;
}

/* line 133, ../scss/custom.scss */
h1 {
  font-size: 2.5rem;
  color: #b93436;
  font-weight: 400;
}

/* line 139, ../scss/custom.scss */
h2 {
  font-size: 1.875rem;
  color: #147998;
  font-weight: 400;
}

/* line 145, ../scss/custom.scss */
h3 {
  font-size: 1.25rem;
  color: #147998;
  font-weight: 400;
}

/* line 151, ../scss/custom.scss */
div {
  font-size: 1.25rem;
}

/* line 156, ../scss/custom.scss */
.pane-node-body p {
  font-size: 1.25rem;
}

/* line 161, ../scss/custom.scss */
.float-left {
  float: left;
}

/* line 165, ../scss/custom.scss */
.row.collapse .left-column {
  padding-right: 0.625rem;
}

/* line 168, ../scss/custom.scss */
.row.collapse .middle-column {
  padding: 0 0.625rem;
}

/* line 172, ../scss/custom.scss */
.pane-image-header-random-select-panel-pane-1, .pane-node-field-header-crop {
  margin-bottom: 1rem;
}
/* line 174, ../scss/custom.scss */
.pane-image-header-random-select-panel-pane-1 .field-content, .pane-node-field-header-crop .field-content {
  text-align: right;
}

@media only screen and (min-width: 40.063em) {
  /* line 179, ../scss/custom.scss */
  .standard-layout .row.collapse .right-column {
    padding-left: 8.33333%;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 186, ../scss/custom.scss */
  .standard-3-col-layout .row.collapse .middle-column {
    padding-left: 8.33333%;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 194, ../scss/custom.scss */
  .right-column .pane-image-header-random-select-panel-pane-1, .right-column .pane-node-field-header-crop {
    margin-left: -11.8%;
  }
}
/* line 199, ../scss/custom.scss */
.row.top-row .large-12 .large-8, .row.top-row .large-12 .large-4 {
  padding: 0;
  margin: 0;
}

/* line 204, ../scss/custom.scss */
.middle-row {
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 40em) {
  /* line 208, ../scss/custom.scss */
  .l-main {
    padding: 0 0.625rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 208, ../scss/custom.scss */
  .l-main {
    padding: 0 0.625rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 217, ../scss/custom.scss */
  .pane-menu-infomation-about {
    margin-right: 1rem;
  }
}

/* User login */
/* line 225, ../scss/custom.scss */
#user-login {
  width: 37.5rem;
  float: left;
  clear: left;
  display: block;
  overflow: hidden;
}

/* social media */
/* line 235, ../scss/custom.scss */
.social-media-box > div > span {
  display: inline-block;
  height: 2.1875rem;
  line-height: 2.1875rem;
  float: left;
  overflow: hidden;
}

/* line 243, ../scss/custom.scss */
.social-icon {
  display: inline-block;
  height: 2.1875rem;
  width: 2.1875rem;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 0.625rem;
  float: left;
}

/* line 253, ../scss/custom.scss */
.youtube {
  background: url("../images/social-media-icons.png") no-repeat;
}
@media only screen and (max-width: 40em) {
  /* line 253, ../scss/custom.scss */
  .youtube {
    margin-left: 0.5rem;
  }
}

/* line 259, ../scss/custom.scss */
.facebook {
  background: url("../images/social-media-icons.png") no-repeat scroll 40% 0;
}

/* line 262, ../scss/custom.scss */
.twitter {
  background: url("../images/social-media-icons.png") no-repeat scroll 70% 0;
}

/* line 265, ../scss/custom.scss */
.linkedin {
  background: url("../images/social-media-icons.png") no-repeat scroll 105% 0;
}

/* line 268, ../scss/custom.scss */
.instagram {
  background: url("../images/instagram-icon-white.png") no-repeat 100%/100%;
}

/* button menu */
/* line 274, ../scss/custom.scss */
ul.menu .button {
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

/* line 281, ../scss/custom.scss */
.button:focus {
  background: transparent;
}

/* line 284, ../scss/custom.scss */
.button:hover {
  background: transparent;
}

/* line 287, ../scss/custom.scss */
.dropdown.button:before {
  content: none;
}

/* line 290, ../scss/custom.scss */
.f-dropdown.open:before {
  display: none;
}

/* line 293, ../scss/custom.scss */
.f-dropdown.open:after {
  display: none;
}

/* misc */
/* line 298, ../scss/custom.scss */
#page-title {
  background: none;
}

/* line 302, ../scss/custom.scss */
a:link, a:visited {
  border: medium none;
  color: #137b9a;
  outline: 0 none;
  text-decoration: none;
}

/* line 309, ../scss/custom.scss */
a:hover {
  text-decoration: none;
  color: #b93436;
}

/* line 314, ../scss/custom.scss */
ul.tabs.primary {
  overflow: hidden;
  display: block;
  float: none;
  margin-bottom: 1.25rem;
}

/* line 321, ../scss/custom.scss */
ul.menu, .menu-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 326, ../scss/custom.scss */
ul.menu li.collapsed, ul.menu li.leaf, ul.menu li.expanded, .menu-section ul li {
  list-style-type: none;
  list-style-image: none;
}

/* line 331, ../scss/custom.scss */
ul {
  line-height: 1.2;
}

/* line 335, ../scss/custom.scss */
.breadcrumbs {
  padding: 0 0 1.25rem 0;
}
/* line 337, ../scss/custom.scss */
.breadcrumbs a {
  font-size: 1.0625rem;
  color: #6b7780;
}
/* line 341, ../scss/custom.scss */
.breadcrumbs > *:before {
  margin: 0 0.01563rem;
}

/* line 346, ../scss/custom.scss */
.inner-wrap {
  background: #666666;
}

/* line 350, ../scss/custom.scss */
.page {
  max-width: 100rem;
  background: #ffffff;
  margin: 0 auto;
}

/* line 356, ../scss/custom.scss */
.quote-large:before {
  content: '"';
}

/* line 359, ../scss/custom.scss */
.quote-large:after {
  content: '"';
}

/* global slick */
/* line 366, ../scss/custom.scss */
.slick-initialized .slick-next {
  right: 0.625rem;
  background: url("../images/next-arrow.png") no-repeat;
  height: 3.8125rem;
  width: 2.5625rem;
  background-size: 100% 100%;
}
/* line 372, ../scss/custom.scss */
.slick-initialized .slick-next:before {
  content: none;
}
/* line 375, ../scss/custom.scss */
.slick-initialized .slick-next:hover, .slick-initialized .slick-next:focus {
  background: url("../images/next-arrow.png") no-repeat;
}
/* line 379, ../scss/custom.scss */
.slick-initialized .slick-prev {
  left: 0.625rem;
  background: url("../images/prev-arrow.png") no-repeat;
  height: 3.8125rem;
  width: 2.5625rem;
  background-size: 100% 100%;
}
/* line 385, ../scss/custom.scss */
.slick-initialized .slick-prev:before {
  content: none;
}
/* line 388, ../scss/custom.scss */
.slick-initialized .slick-prev:hover, .slick-initialized .slick-prev:focus {
  background: url("../images/prev-arrow.png") no-repeat;
}

/* global view panes */
/* line 397, ../scss/custom.scss */
.standard-listing .views-row, .view-vacancies .views-row {
  border-bottom: 1px solid #cccccc;
  float: left;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  width: 100%;
  line-height: 120%;
}
/* line 404, ../scss/custom.scss */
.standard-listing .views-row .views-field-field-publishing, .view-vacancies .views-row .views-field-field-publishing {
  color: #959595;
}
/* line 407, ../scss/custom.scss */
.standard-listing .views-row .views-field-title, .view-vacancies .views-row .views-field-title {
  font-size: 1.125rem;
  margin: 0.625rem 0;
  padding-top: 0.125rem;
  width: 100%;
}
/* line 412, ../scss/custom.scss */
.standard-listing .views-row .views-field-title a:after, .view-vacancies .views-row .views-field-title a:after {
  content: ›;
  margin-left: 0.9375rem;
  margin-top: -0.125rem;
  color: #137b9a;
}
/* line 419, ../scss/custom.scss */
.standard-listing .views-row .views-field-field-publishing, .view-vacancies .views-row .views-field-field-publishing {
  color: #959595;
}

/* line 425, ../scss/custom.scss */
.view-empty {
  margin-bottom: 0.9375rem;
}

/* line 429, ../scss/custom.scss */
.pagination-centered {
  float: left;
  margin: 0 auto 1.875rem auto;
}

/* header */
/* line 436, ../scss/custom.scss */
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 40em) {
  /* line 436, ../scss/custom.scss */
  .mobile-menu {
    display: block;
    overflow: hidden;
  }
  /* line 441, ../scss/custom.scss */
  .mobile-menu a {
    display: block;
    margin: 1.25rem auto;
    width: 3.125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../images/menu-button.png") no-repeat;
    background-size: 100% 100%;
  }
}

/* line 454, ../scss/custom.scss */
.top-header-column.columns {
  padding: 0;
  margin: 0;
}

/* line 459, ../scss/custom.scss */
.top-header {
  background: #fde6e9;
  border-bottom: 0.0625rem solid #b93436;
}

/* line 464, ../scss/custom.scss */
.l-header {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #b93436;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  /* line 464, ../scss/custom.scss */
  .l-header {
    padding: 0 0.625rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 464, ../scss/custom.scss */
  .l-header {
    padding: 0 0.625rem;
  }
}

/* line 477, ../scss/custom.scss */
#mini-panel-topbar_panel .pane-menu-header-menu-1 {
  margin: 0 auto;
}
@media only screen and (max-width: 40em) {
  /* line 477, ../scss/custom.scss */
  #mini-panel-topbar_panel .pane-menu-header-menu-1 {
    display: none;
  }
}
/* line 481, ../scss/custom.scss */
#mini-panel-topbar_panel .pane-menu-header-menu-1 .menu-mlid-2643 {
  position: relative;
  display: block;
  height: 1.75rem;
}
/* line 485, ../scss/custom.scss */
#mini-panel-topbar_panel .pane-menu-header-menu-1 .menu-mlid-2643 a {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 40%;
  height: 0.6875rem;
  width: 0.875rem;
  background: url("../images/home-icon.png") no-repeat center;
  background-size: 100% 100%;
}
/* line 497, ../scss/custom.scss */
#mini-panel-topbar_panel .pane-menu-header-menu-1 li {
  padding: 0.3125rem 0.9375rem 0.3125rem;
  line-height: 1.75rem;
  display: block;
  float: right;
  font-size: 0.76875rem;
}
/* line 504, ../scss/custom.scss */
#mini-panel-topbar_panel .pane-menu-header-menu-1 a {
  color: #4d4d43;
}

/* line 510, ../scss/custom.scss */
.logo-box a {
  margin-top: 0.75rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
/* line 516, ../scss/custom.scss */
.logo-box a img {
  max-width: 100%;
}

/* line 521, ../scss/custom.scss */
#mini-panel-new_header_panel {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 521, ../scss/custom.scss */
  #mini-panel-new_header_panel {
    margin-bottom: 1.25rem;
  }
}
/* line 526, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu {
  display: none;
  width: 100%;
}
/* line 531, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion {
  background: #147998;
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  margin-bottom: 1.25rem;
}
/* line 545, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion-navigation {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 0.0625rem solid white;
}
/* line 551, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion-navigation a {
  background: #147998;
  color: #ffffff;
}
/* line 554, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion-navigation a:hover {
  background: #147998;
}
/* line 557, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion-navigation a:nth-child(2) {
  height: 100%;
}
/* line 561, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion-navigation .content.active a {
  background: #147998;
  color: #ffffff;
}
/* line 564, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion-navigation .content.active a:hover {
  background: #147998;
  color: #ffffff;
}
/* line 569, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .plus-minus {
  max-width: 20%;
}
@media only screen and (max-width: 40em) {
  /* line 526, ../scss/custom.scss */
  #mini-panel-new_header_panel .pane-mobilemenu {
    width: 100%;
  }
}
/* line 575, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion dd > a {
  float: left;
  overflow: hidden;
}
/* line 578, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion dd > a:nth-child(1) {
  width: 80%;
}
/* line 581, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion dd > a:nth-child(2) {
  width: 20%;
}
/* line 585, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-mobilemenu .accordion .content.active {
  background: transparent;
}
@media only screen and (max-width: 40em) {
  /* line 589, ../scss/custom.scss */
  #mini-panel-new_header_panel .pane-button-main-menu {
    display: none;
  }
}
/* line 593, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .f-dropdown:before {
  border-color: transparent transparent #147998;
}
/* line 597, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li {
  list-style: none;
  float: left;
  width: 50%;
  max-height: 1.25rem;
}
/* line 602, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li > a {
  color: #147998;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
/* line 610, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded > a:after {
  content: " " url("../images/menu-arrow-down.png");
}
/* line 613, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded > a.isOpen:after {
  content: " " url("../images/menu-arrow-up.png");
}
/* line 616, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul {
  width: 31.25rem;
  max-width: 31.25rem;
  background: #147998;
  padding: 0.5rem 0 2rem 0;
}
/* line 621, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li {
  float: left;
  width: 50%;
  padding: 0 0.5rem;
}
/* line 624, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li:hover, #mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li:focus {
  background: inherit;
}
/* line 627, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li.expanded {
  list-style-image: none;
  list-style-type: none;
}
/* line 631, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li.leaf {
  list-style-image: none;
  list-style-type: none;
}
/* line 636, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  border-bottom: 0.0625rem solid white;
  text-transform: uppercase;
  font-size: 0.875rem;
  white-space: nowrap;
}
/* line 647, ../scss/custom.scss */
#mini-panel-new_header_panel .pane-button-main-menu .pane-content > li.expanded ul li.original-link a {
  background: #ffffff;
  color: #147998;
}

/*  search block  */
/* line 661, ../scss/custom.scss */
#edit-search-block-form--2, .form-item-search-block-form .form-text {
  margin-bottom: 0.5rem;
  padding: 0;
  border: none;
  border-bottom: 0.0625rem solid #a6a69c;
  box-shadow: none;
}
@media only screen and (max-width: 40em) {
  /* line 661, ../scss/custom.scss */
  #edit-search-block-form--2, .form-item-search-block-form .form-text {
    display: none;
  }
}
/* line 670, ../scss/custom.scss */
#edit-search-block-form--2:focus, .form-item-search-block-form .form-text:focus {
  background: none;
}

/* line 675, ../scss/custom.scss */
#search-block-form .form-submit {
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  padding: 0.5625rem 0.5625rem 0.375rem 0.5625rem;
  background: url("../images/search.png") no-repeat center right;
  border-bottom: 0.0625rem solid #a6a69c;
  border-radius: 0;
}
@media only screen and (max-width: 40em) {
  /* line 675, ../scss/custom.scss */
  #search-block-form .form-submit {
    display: none;
  }
}

/* line 689, ../scss/custom.scss */
#edit-submit {
  margin: 0;
}

/* line 693, ../scss/custom.scss */
.search-info {
  display: none;
}

/* line 698, ../scss/custom.scss */
#edit-basic input {
  max-width: 100%;
  width: 37.5rem;
}

/* twitter feed */
/* line 706, ../scss/custom.scss */
.pane-tweets-panel-pane-2 .view.view-tweets .view-content {
  margin-top: 0.9375rem;
}

/* line 709, ../scss/custom.scss */
.twitter-content {
  padding: 1rem;
  background: #ffffff;
}
/* line 712, ../scss/custom.scss */
.twitter-content .twitter-message-text {
  font-size: 0.875rem;
}
/* line 715, ../scss/custom.scss */
.twitter-content .twitter-screen-name {
  font-size: 0.875rem;
  font-weight: bold;
}
/* line 719, ../scss/custom.scss */
.twitter-content .twitter-created-time {
  font-size: 0.875rem;
}
/* line 722, ../scss/custom.scss */
.twitter-content .twitter-web-intents {
  font-size: 0.875rem;
}

/*  homepage/landing page  */
/* line 730, ../scss/custom.scss */
.homepage .pane-node-body {
  margin: 1.25rem 0;
}
/* line 732, ../scss/custom.scss */
.homepage .pane-node-body p {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 0;
  color: #4d4d4d;
}
@media only screen and (max-width: 40em) {
  /* line 732, ../scss/custom.scss */
  .homepage .pane-node-body p {
    font-size: 1.1875rem;
  }
}

/* homepage views */
@media only screen and (max-width: 40em) and (orientation: landscape) {
  /* line 747, ../scss/custom.scss */
  .news-column, .events-column {
    width: 50%;
  }
}

/* homepage news view */
/* line 757, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 {
  overflow: hidden;
  padding-right: 0.625rem;
  position: relative;
  background: url("../images/blue-line.png") no-repeat scroll 0 1.125rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  /* line 757, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 {
    padding: 0 0.625rem;
  }
}
/* line 766, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-row {
  border-bottom: 0.0625rem solid #bdcfe6;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 64.063em) {
  /* line 766, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 .views-row {
    height: 15.125rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 766, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 .views-row {
    height: auto;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  /* line 766, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 .views-row {
    height: 32.4375rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 766, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 .views-row {
    height: 27.1875rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 766, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 .views-row {
    height: 16.375rem;
  }
}
/* line 790, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .pane-title {
  font-weight: 700;
  font-size: 1.25rem;
  display: inline-block;
  overflow: hidden;
  color: #147998;
  background: #ffffff;
  padding: 0 0.625rem 0 0;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
/* line 801, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .view-header {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 0 0 0 0.625rem;
  margin-bottom: 0.625rem;
}
/* line 810, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .view-header .more-link {
  font-size: 0.9375rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #7e94ae;
}
/* line 815, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .view-header a {
  color: #a6a69c;
}
/* line 819, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-field-title {
  margin: 0.625rem 0 1.25rem 0;
}
/* line 821, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-field-title a {
  color: #147998;
  font-size: 1.25rem;
}
/* line 826, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-field-field-publishing {
  margin-bottom: 1.25rem;
}
/* line 830, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-field-body p {
  color: #1f1f1b;
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
/* line 837, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-field-field-standard-image {
  margin-left: 1.25rem;
  float: right;
}
@media only screen and (max-width: 40em) {
  /* line 837, ../scss/custom.scss */
  .pane-list-college-news-panel-pane-1 .views-field-field-standard-image {
    float: none;
    margin-bottom: 1.25rem;
    margin-left: 0;
  }
}
/* line 847, ../scss/custom.scss */
.pane-list-college-news-panel-pane-1 .views-field-view-node a {
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  border: 0.0625rem solid #c6262c;
  color: #c6262c;
  float: left;
  clear: left;
  text-transform: uppercase;
}

/* homepage events view */
/* line 861, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 {
  position: relative;
  background: url("../images/blue-line.png") no-repeat scroll 1rem 0.9375rem;
  padding-left: 0.625rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 40em) {
  /* line 861, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 {
    padding: 0 0.625rem;
  }
}
/* line 870, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .pane-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  color: #147998;
  background: #ffffff;
  padding: 0 0.625rem 0 0;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
/* line 881, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .view-header {
  height: 16.375rem;
}
@media only screen and (max-width: 40em) {
  /* line 881, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .view-header {
    height: auto;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  /* line 881, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .view-header {
    height: 12.1875rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 881, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .view-header {
    height: 21.125rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 881, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .view-header {
    height: 16.125rem;
  }
}
/* line 897, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .view-header .more-link-outer {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 0 0 0 0.625rem;
}
/* line 905, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .view-header .more-link-outer .more-link {
  float: right;
  font-size: 0.9375rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #7e94ae;
  margin-bottom: 0.625rem;
}
/* line 913, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .view-header a {
  color: #a6a69c;
}
/* line 916, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .view-header img {
  margin: 0 auto 1.25rem auto;
}
/* line 920, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .views-row {
  border-bottom: 0.0625rem solid #bdcfe6;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  height: 6.9375rem;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 40em) {
  /* line 920, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .views-row {
    height: auto;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  /* line 920, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .views-row {
    height: 26.34375rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 920, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .views-row {
    height: 16.625rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 920, ../scss/custom.scss */
  .pane-list-college-events-panel-pane-1 .views-row {
    height: 9.8125rem;
  }
}
/* line 943, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-title {
  margin: 0.3125rem 0;
  display: block;
}
/* line 946, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-title a {
  font-size: 1.25rem;
  color: #1f1f1b;
}
/* line 949, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-title a:hover {
  color: #1f1f1b;
}
/* line 954, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-date {
  float: left;
  height: 3.125rem;
  width: 2.8125rem;
  margin-right: 1.25rem;
  margin-bottom: 3.125rem;
  text-align: center;
  background: #b1212b;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 964, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-date span {
  display: block;
  overflow: hidden;
  padding: 0.4375rem 0.3125rem;
  font-size: 0.9375rem;
}
/* line 971, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-body {
  margin: 0.5rem 0;
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #808080;
}
/* line 977, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .event-date2 {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  color: #8d8d81;
}
/* line 982, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .views-field-view-node {
  bottom: 0.625rem;
  right: 0.625rem;
  position: absolute;
}
/* line 986, ../scss/custom.scss */
.pane-list-college-events-panel-pane-1 .views-field-view-node a {
  height: 0.8125rem;
  width: 0.5rem;
  background: url("../images/eventslinkarrow.png") no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

/* node */
/* line 999, ../scss/custom.scss */
.sidemenu {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  /* line 999, ../scss/custom.scss */
  .sidemenu {
    display: none;
  }
}
/* line 1004, ../scss/custom.scss */
.sidemenu h2 {
  background: #147998;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 0.5rem 0 1rem;
}
/* line 1011, ../scss/custom.scss */
.sidemenu h2 a {
  color: #ffffff;
}
/* line 1013, ../scss/custom.scss */
.sidemenu h2 a:hover, .sidemenu h2 a.active {
  color: #ffffff;
}
/* line 1018, ../scss/custom.scss */
.sidemenu ul.menu li {
  margin: 0;
  padding: 0 0.5rem 0 1rem;
  background: #e0e0e0;
  line-height: 2rem;
}
/* line 1023, ../scss/custom.scss */
.sidemenu ul.menu li a {
  display: block;
  width: 100%;
  border-bottom: 0.0625rem solid white;
}
/* line 1029, ../scss/custom.scss */
.sidemenu a {
  font-size: 1.0625rem;
  color: #002147;
}
/* line 1032, ../scss/custom.scss */
.sidemenu a:hover, .sidemenu a.active {
  color: #b93436;
}

/* news page */
/* line 1041, ../scss/custom.scss */
.pane-node-field-publishing {
  margin-bottom: 1.25rem;
}

/* line 1045, ../scss/custom.scss */
.pane-node-field-standard-image .caption-title, .pane-node-field-gallery-image .caption-title {
  padding: 0.3125rem;
  font-style: italic;
  font-size: 0.8125rem;
}

/* line 1053, ../scss/custom.scss */
.pane-share-icons .sm-icon {
  display: block;
  float: left;
  height: 1.75rem;
  margin-right: 1.5625rem;
  overflow: hidden;
  text-indent: -999px;
  width: 2.1875rem;
  margin-bottom: 0.625rem;
}
/* line 1063, ../scss/custom.scss */
.pane-share-icons .sm-icon.facebook-share {
  background: rgba(0, 0, 0, 0) url("../images/facebook-share.png") no-repeat scroll 0 0/100% 100%;
}
/* line 1066, ../scss/custom.scss */
.pane-share-icons .sm-icon.twitter-share {
  background: rgba(0, 0, 0, 0) url("../images/twitter-share.png") no-repeat scroll 0 0/100% 100%;
}
/* line 1070, ../scss/custom.scss */
.pane-share-icons p {
  margin: 0;
}

/* events page */
/* line 1077, ../scss/custom.scss */
.pane-node-field-event-date {
  margin-bottom: 1.25rem;
}

/* line 1081, ../scss/custom.scss */
.pane-node-field-event-location {
  margin-bottom: 1.25rem;
}

/* events views */
/* line 1088, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 h3, .pane-list-college-events-panel-pane-2 h3, .pane-list-college-events-panel-pane-3 h3, .pane-list-college-events-panel-pane-4 h3, .pane-list-college-events-panel-pane-5 h3, .pane-list-college-events-panel-pane-6 h3 {
  margin-bottom: 1rem;
}
/* line 1091, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 .views-field-field-standard-image, .pane-list-college-events-panel-pane-2 .views-field-field-standard-image, .pane-list-college-events-panel-pane-3 .views-field-field-standard-image, .pane-list-college-events-panel-pane-4 .views-field-field-standard-image, .pane-list-college-events-panel-pane-5 .views-field-field-standard-image, .pane-list-college-events-panel-pane-6 .views-field-field-standard-image {
  margin-right: 1rem;
}
/* line 1094, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 .event-image, .pane-list-section-events-panel-pane-2 .views-field-field-standard-image, .pane-list-college-events-panel-pane-2 .event-image, .pane-list-college-events-panel-pane-2 .views-field-field-standard-image, .pane-list-college-events-panel-pane-3 .event-image, .pane-list-college-events-panel-pane-3 .views-field-field-standard-image, .pane-list-college-events-panel-pane-4 .event-image, .pane-list-college-events-panel-pane-4 .views-field-field-standard-image, .pane-list-college-events-panel-pane-5 .event-image, .pane-list-college-events-panel-pane-5 .views-field-field-standard-image, .pane-list-college-events-panel-pane-6 .event-image, .pane-list-college-events-panel-pane-6 .views-field-field-standard-image {
  margin-bottom: 1rem;
  float: left;
}
/* line 1098, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 .event-date, .pane-list-college-events-panel-pane-2 .event-date, .pane-list-college-events-panel-pane-3 .event-date, .pane-list-college-events-panel-pane-4 .event-date, .pane-list-college-events-panel-pane-5 .event-date, .pane-list-college-events-panel-pane-6 .event-date {
  margin-bottom: 1rem;
}
/* line 1101, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 .event-title, .pane-list-college-events-panel-pane-2 .event-title, .pane-list-college-events-panel-pane-3 .event-title, .pane-list-college-events-panel-pane-4 .event-title, .pane-list-college-events-panel-pane-5 .event-title, .pane-list-college-events-panel-pane-6 .event-title {
  margin-bottom: 1rem;
}
/* line 1104, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 .event-body, .pane-list-college-events-panel-pane-2 .event-body, .pane-list-college-events-panel-pane-3 .event-body, .pane-list-college-events-panel-pane-4 .event-body, .pane-list-college-events-panel-pane-5 .event-body, .pane-list-college-events-panel-pane-6 .event-body {
  margin-bottom: 1rem;
}
/* line 1107, ../scss/custom.scss */
.pane-list-section-events-panel-pane-2 .event-content, .pane-list-college-events-panel-pane-2 .event-content, .pane-list-college-events-panel-pane-3 .event-content, .pane-list-college-events-panel-pane-4 .event-content, .pane-list-college-events-panel-pane-5 .event-content, .pane-list-college-events-panel-pane-6 .event-content {
  margin-bottom: 1rem;
}

/* bio page */
/* line 1114, ../scss/custom.scss */
.pane-node-field-bio-link {
  margin: 0 0 1.25rem 0;
}
/* line 1116, ../scss/custom.scss */
.pane-node-field-bio-link a {
  clear: left;
  float: left;
}

/* line 1121, ../scss/custom.scss */
.pane-node-field-bio-image {
  margin: 0.625rem -1.25rem;
  display: block;
  overflow: hidden;
  clear: left;
}
/* line 1126, ../scss/custom.scss */
.pane-node-field-bio-image img {
  margin: 1.25rem;
}

/* staff-profile page */
/* line 1133, ../scss/custom.scss */
.pane-node-field-repeating-content {
  max-width: 100%;
}
/* line 1135, ../scss/custom.scss */
.pane-node-field-repeating-content .field-name-field-repeating-content-title {
  margin-bottom: 1rem;
  color: #147998;
  font-size: 1.875rem;
  font-weight: 400;
}
/* line 1141, ../scss/custom.scss */
.pane-node-field-repeating-content .field-name-field-repeating-content-image {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  /* line 1141, ../scss/custom.scss */
  .pane-node-field-repeating-content .field-name-field-repeating-content-image {
    width: 100%;
    margin-left: 1rem;
  }
}
/* line 1150, ../scss/custom.scss */
.pane-node-field-repeating-content .field-name-field-repeating-content-image .image-caption {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
/* line 1156, ../scss/custom.scss */
.pane-node-field-repeating-content .field-name-field-video {
  margin-bottom: 1rem;
}

/* line 1160, ../scss/custom.scss */
.accordion-pane .field-name-field-repeating-content-title {
  margin-bottom: 1rem;
  color: #147998;
  font-size: 1.875rem;
  font-weight: 400;
}

/* line 1167, ../scss/custom.scss */
.field-collection-view {
  margin: 0;
}

/* line 1172, ../scss/custom.scss */
.field-name-field-subjects-entity-ref a:not(:last-child):after, .field-name-field-affiliations a:not(:last-child):after, .field-name-field-links-to-research-pages a:not(:last-child):after, .field-name-field-related-pages a:not(:last-child):after {
  content: ', ';
}

/* line 1177, ../scss/custom.scss */
.accordion-pane {
  margin: 0 0 1rem 0;
}

/* line 1182, ../scss/custom.scss */
.node-type-profile .pane-node-body .accordion p, .node-type-profile .pane-node-body .accordion div a, .node-type-profile .accordion-pane .accordion p, .node-type-profile .accordion-pane .accordion div a {
  font-size: 1rem;
}

/* line 1187, ../scss/custom.scss */
.node-type-profile .pane-node-field-repeating-content {
  width: 100%;
}

/* blog pages */
/* line 1194, ../scss/custom.scss */
.node-type-blog-page img {
  margin: 1rem 0;
  float: left;
  clear: left;
}

/* courses page */
/* line 1202, ../scss/custom.scss */
.pane-tutors-panel-pane-1 {
  margin-bottom: 1rem;
}

/* gallery page */
/* line 1208, ../scss/custom.scss */
.node-type-gallery .gallery-item img {
  padding: 1rem;
  background: #e0e0e0;
}

/* line 1213, ../scss/custom.scss */
.node-type-gallery .slick-list {
  background: #e0e0e0;
}

/* featured boxes */
/* normal featured boxes */
/* line 1221, ../scss/custom.scss */
.pane-node-field-featured {
  margin-bottom: 0.625rem;
}

/* line 1225, ../scss/custom.scss */
.grid-featured {
  margin: 0 -0.3125rem;
}
/* line 1227, ../scss/custom.scss */
.grid-featured .pane-content > .field-name-field-featured > .field-items > .field-item {
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
}

/* line 1232, ../scss/custom.scss */
.pane-node-field-featured .field-item:last-child {
  float: left;
}

@media only screen and (max-width: 40em) {
  /* line 1237, ../scss/custom.scss */
  .side-featured-box .field-item {
    margin-bottom: 0.9375rem;
  }

  /* line 1240, ../scss/custom.scss */
  .pane-node-field-banner-featured {
    margin-bottom: 0.9375rem;
  }
}
/* line 1245, ../scss/custom.scss */
.gallery-carousel-pager {
  display: none;
}

/* line 1251, ../scss/custom.scss */
.node-featured-box.featured-view.contextual-links-region .view-header {
  top: -2.8125rem;
}
/* line 1253, ../scss/custom.scss */
.node-featured-box.featured-view.contextual-links-region .view-header .more-link-outer {
  top: -2.8125rem;
}

@media only screen and (max-width: 40em) {
  /* line 1260, ../scss/custom.scss */
  .feature-box.field-item:not(.not-standard-featured-box) {
    height: auto;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  /* line 1260, ../scss/custom.scss */
  .feature-box.field-item:not(.not-standard-featured-box) {
    width: 50%;
  }
}

/* line 1269, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view), .rotating-gallery {
  position: relative;
  margin-bottom: 0.5rem;
  background: #e0e0e0;
  height: 30rem;
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1269, ../scss/custom.scss */
  .feature-box .node-featured-box:not(.featured-view), .rotating-gallery {
    height: 32.5rem;
  }
}
/* line 1280, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .large-12, .rotating-gallery .large-12 {
  padding: 0;
  height: 30rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1280, ../scss/custom.scss */
  .feature-box .node-featured-box:not(.featured-view) .large-12, .rotating-gallery .large-12 {
    height: 32.5rem;
  }
}
/* line 1290, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view).contextual-links-region .view-header, .rotating-gallery.contextual-links-region .view-header {
  top: -2.8125rem;
}
/* line 1294, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .slick-slider, .rotating-gallery .slick-slider {
  margin-bottom: 0;
}
/* line 1297, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-link, .rotating-gallery .pane-node-field-featured-box-link {
  position: absolute;
  bottom: -1rem;
  max-width: 100%;
  /* height:rem-calc(23);
    width:rem-calc(86); */
  /* background:url('../images/normal-featured-box-read-more.png') no-repeat #e0e0e0; */
  margin: 0 0 0.625rem 0.625rem;
  display: block;
}
/* line 1306, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-link a, .rotating-gallery .pane-node-field-featured-box-link a {
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  border: 0.0625rem solid #c6262c;
  background: #ffffff;
  color: #c6262c;
  float: left;
  clear: left;
  text-transform: uppercase;
  font-size: 0.9375rem;
  /* position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  display:block;
  overflow:hidden;
  text-indent:-9999px; */
}
/* line 1316, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-link a:after, .rotating-gallery .pane-node-field-featured-box-link a:after {
  content: ' >';
}
/* line 1329, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view).views-widget .pane-node-field-featured-box-title, .rotating-gallery.views-widget .pane-node-field-featured-box-title {
  margin: 1rem 1rem 0 1rem;
  background: #ffffff;
}
/* line 1333, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-title, .feature-box .node-featured-box:not(.featured-view) .pane-node-title, .rotating-gallery .pane-node-field-featured-box-title, .rotating-gallery .pane-node-title {
  color: #002147;
  font-size: 1.375rem;
  padding: 0.625rem;
  margin: 0;
  text-transform: uppercase;
  overflow: hidden;
}
/* line 1340, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-title a, .feature-box .node-featured-box:not(.featured-view) .pane-node-title a, .rotating-gallery .pane-node-field-featured-box-title a, .rotating-gallery .pane-node-title a {
  color: #002147;
}
/* line 1344, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-body, .rotating-gallery .pane-node-field-featured-box-body {
  color: #1f1f1b;
  margin: 0.625rem 0;
  padding: 0 0.625rem 0.625rem 0.625rem;
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 1350, ../scss/custom.scss */
  .feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-body p, .rotating-gallery .pane-node-field-featured-box-body p {
    display: block;
    overflow: hidden;
  }
}
/* line 1355, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-body div, .rotating-gallery .pane-node-field-featured-box-body div {
  font-size: 0.90625rem;
  margin: 0.6em 0 1.2em;
}
/* line 1359, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-body p, .rotating-gallery .pane-node-field-featured-box-body p {
  font-size: 0.90625rem;
}
/* line 1363, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .views-row, .rotating-gallery .views-row {
  margin: 0 0.9375rem 0.9375rem 0.9375rem;
}
/* line 1365, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .views-row .views-field-field-publishing, .feature-box .node-featured-box:not(.featured-view) .views-row .views-field-field-event-date, .rotating-gallery .views-row .views-field-field-publishing, .rotating-gallery .views-row .views-field-field-event-date {
  margin-top: 0.9375rem;
}
/* line 1369, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .more-link, .rotating-gallery .more-link {
  margin-right: 0.9375rem;
}
/* line 1372, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-body, .rotating-gallery .pane-node-body {
  color: #1f1f1b;
  margin: 0.625rem 0;
  padding: 0 0.625rem 0.625rem 0.625rem;
  margin: 0;
}
/* line 1377, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-body p, .rotating-gallery .pane-node-body p {
  font-size: 0.90625rem;
}
/* line 1381, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-image, .rotating-gallery .pane-node-field-featured-box-image {
  overflow: hidden;
  width: 100%;
}
/* line 1384, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-image .field-item, .rotating-gallery .pane-node-field-featured-box-image .field-item {
  max-width: 100%;
}
/* line 1387, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .pane-node-field-featured-box-image img, .rotating-gallery .pane-node-field-featured-box-image img {
  /*  height:rem-calc(170); */
}
/* line 1391, ../scss/custom.scss */
.feature-box .node-featured-box:not(.featured-view) .gallery-item img, .rotating-gallery .gallery-item img {
  /*  height:rem-calc(170); */
}

/* banner boxes */
/* line 1398, ../scss/custom.scss */
.node-banner-box {
  position: relative;
}
/* line 1400, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-title {
  position: absolute;
  bottom: 0;
  background: url("../images/side-featured-box-arrow.png") no-repeat scroll 95% 50% #147998;
  display: block;
  left: 0;
  right: 0;
  padding: 0.375rem;
  text-transform: uppercase;
}
/* line 1409, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-title a {
  color: #ffffff;
}
/* line 1413, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 600;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 1424, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 600;
}
@media only screen and (min-width: 40.063em) {
  /* line 1424, ../scss/custom.scss */
  .node-banner-box .pane-node-field-featured-box-link {
    background: url("../images/banner-read-more-button.png") no-repeat scroll right bottom;
  }
}
/* line 1435, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-link .slick-track, .node-banner-box .pane-node-field-featured-box-link .slick-list, .node-banner-box .pane-node-field-featured-box-link .slick-initialized {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 600;
}
/* line 1443, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-body {
  position: absolute;
  bottom: 0;
  background: rgba(128, 128, 128, 0.5);
  /*  background:url('../images/banner-read-more-button.png') no-repeat scroll right bottom; */
  display: block;
  left: 0;
  right: 0;
  padding: 0.3125rem;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 100;
}
@media only screen and (max-width: 40em) {
  /* line 1443, ../scss/custom.scss */
  .node-banner-box .pane-node-field-featured-box-body {
    top: 0;
  }
}
/* line 1458, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-body .field-name-field-featured-box-body {
  margin-bottom: 2rem;
}
/* line 1461, ../scss/custom.scss */
.node-banner-box .pane-node-field-featured-box-body p {
  margin: 0;
}

/* banner slick */
/* line 1469, ../scss/custom.scss */
.pane-node-field-banner-featured .slick-slider {
  margin-bottom: 0;
}

/* side banner boxes */
/* line 1475, ../scss/custom.scss */
.node-side-banner-box {
  position: relative;
}
/* line 1477, ../scss/custom.scss */
.node-side-banner-box .pane-node-field-featured-box-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 1487, ../scss/custom.scss */
.node-side-banner-box .pane-node-field-featured-box-title {
  position: absolute;
  bottom: 0;
  background: url("../images/side-featured-box-arrow.png") no-repeat scroll 95% 50% #147998;
  display: block;
  left: 0;
  right: 0;
  padding: 0.375rem;
  text-transform: uppercase;
}
/* line 1496, ../scss/custom.scss */
.node-side-banner-box .pane-node-field-featured-box-title a {
  color: #ffffff;
}
/* line 1500, ../scss/custom.scss */
.node-side-banner-box .pane-node-field-featured-box-image .field-item {
  max-width: 100%;
}

/* views */
/* widgets views */
/* line 1508, ../scss/custom.scss */
.views-widget .pane-node-field-featured-box-title {
  margin: 1rem 1rem 0 1rem;
  background: #ffffff;
}

/* line 1514, ../scss/custom.scss */
.pane-list-subject-news-panel-pane-7 .view-content, .pane-list-subject-news-panel-pane-2 .view-content {
  margin: 0 1rem;
  background: #ffffff;
  overflow: hidden;
}
/* line 1518, ../scss/custom.scss */
.pane-list-subject-news-panel-pane-7 .view-content div, .pane-list-subject-news-panel-pane-2 .view-content div {
  font-size: 1.25rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 1521, ../scss/custom.scss */
  .pane-list-subject-news-panel-pane-7 .view-content .views-row, .pane-list-subject-news-panel-pane-2 .view-content .views-row {
    height: 9.375rem;
  }
}
/* line 1527, ../scss/custom.scss */
.pane-list-subject-news-panel-pane-7 .pager, .pane-list-subject-news-panel-pane-2 .pager {
  margin: 0 1rem;
  background: #ffffff;
}

/* line 1533, ../scss/custom.scss */
.views-widget .more-link {
  margin: 0 1rem;
  padding: 1rem;
  overflow: hidden;
  background: none repeat scroll 0 0 #ffffff;
}
/* line 1538, ../scss/custom.scss */
.views-widget .more-link .pane-content {
  border: 0.0625rem solid #c6262c;
  clear: left;
  color: #c6262c;
  float: right;
  font-size: 0.9375rem;
  margin: 0 0 0 1rem;
  padding: 0.625rem;
  text-transform: uppercase;
}
/* line 1547, ../scss/custom.scss */
.views-widget .more-link .pane-content p {
  margin: 0;
}

/* line 1554, ../scss/custom.scss */
.views-custom-text-field {
  margin-bottom: 0.5rem;
}

/* tutors view */
/* line 1560, ../scss/custom.scss */
.view-tutors {
  display: block;
  overflow: hidden;
  margin: 0 0.5rem;
}
/* line 1564, ../scss/custom.scss */
.view-tutors .view-content {
  border-top: 0.0625rem solid #e0e0e0;
  border-bottom: 0.0625rem solid #e0e0e0;
  overflow: hidden;
  padding: 1rem 0;
}
/* line 1570, ../scss/custom.scss */
.view-tutors .views-row {
  float: left;
  display: block;
  overflow: hidden;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
/* line 1576, ../scss/custom.scss */
.view-tutors .views-row .field-content {
  margin-bottom: 0.5rem;
}
/* line 1578, ../scss/custom.scss */
.view-tutors .views-row .field-content a {
  text-align: center;
  display: block;
  overflow: hidden;
}

/* people view */
/* line 1589, ../scss/custom.scss */
.view-list-people {
  margin: 0 -0.625rem;
}
/* line 1591, ../scss/custom.scss */
.view-list-people .views-row {
  display: block;
  overflow: hidden;
  float: left;
  width: 12.5rem;
  height: 22.5rem;
  padding: 0 0.625rem;
}

/* roll of honour view */
/* line 1604, ../scss/custom.scss */
.pane-list-bios-panel-pane-2 .views-view-grid tr .views-field-field-bio-image {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* line 1608, ../scss/custom.scss */
.pane-list-bios-panel-pane-2 .views-view-grid tr .views-field-field-bio-image .field-content {
  overflow: hidden;
  text-align: center;
}
/* line 1612, ../scss/custom.scss */
.pane-list-bios-panel-pane-2 .views-view-grid tr .views-field-field-bio-image a {
  display: block;
  overflow: hidden;
  width: auto;
}
/* line 1618, ../scss/custom.scss */
.pane-list-bios-panel-pane-2 .views-view-grid tr .views-field-title {
  margin-top: 1rem;
  width: 100%;
  display: block;
  text-align: center;
}

/* views filter */
/* line 1629, ../scss/custom.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.8rem;
  padding: 0.5rem;
  border: 0.0625rem solid #c6262c;
  color: #c6262c;
  background: none;
}

/* staff-profile pages */
/* line 1640, ../scss/custom.scss */
.node-type-profile .right-column > .accordion-list > div:first-child dd > a {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 0.125rem solid #e9c0c1;
}

/* line 1648, ../scss/custom.scss */
.node-type-profile .pane-entity-field {
  overflow: hidden;
}
/* line 1650, ../scss/custom.scss */
.node-type-profile .pane-entity-field.accordion-pane {
  width: 100%;
}
/* line 1652, ../scss/custom.scss */
.node-type-profile .pane-entity-field.accordion-pane dl > dd > a {
  padding: 0;
  background: url("../images/menu-arrow-down.png") no-repeat scroll 95% 50% white;
  border-bottom: 0.125rem solid #e9c0c1;
}
/* line 1660, ../scss/custom.scss */
.node-type-profile .pane-entity-field.accordion-pane.border-top-first dd > a {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 0.125rem solid #e9c0c1;
}
/* line 1670, ../scss/custom.scss */
.node-type-profile .pane-node-field-subjects-entity-ref .field-label {
  color: #147998;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
/* line 1675, ../scss/custom.scss */
.node-type-profile .pane-node-field-subjects-entity-ref a {
  font-size: 1rem;
  color: #1f1f1b;
  line-height: 1.625rem;
}
/* line 1682, ../scss/custom.scss */
.node-type-profile .pane-node-field-email .field-label {
  color: #147998;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
/* line 1687, ../scss/custom.scss */
.node-type-profile .pane-node-field-email a {
  color: #1f1f1b;
  font-size: 1rem;
  line-height: 1.625rem;
}
/* line 1694, ../scss/custom.scss */
.node-type-profile .pane-node-field-tel .field-name-field-tel {
  font-size: 1rem;
  color: #147998;
  line-height: 1.625rem;
}
/* line 1699, ../scss/custom.scss */
.node-type-profile .pane-node-field-tel .field-label {
  color: #147998;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
/* line 1704, ../scss/custom.scss */
.node-type-profile .pane-node-field-tel a {
  color: #1f1f1b;
  font-size: 1rem;
  line-height: 1.625rem;
}

/* line 1711, ../scss/custom.scss */
.pane-node-field-profile-image {
  padding: 1.25rem;
  background: #e0e0e0;
}

/* fellows and staff page */
/* courses view */
/* line 1723, ../scss/custom.scss */
.view-courses .view-content {
  overflow: hidden;
  margin: 0 -0.5rem 0.5rem -0.5rem;
}
/* line 1727, ../scss/custom.scss */
.view-courses .views-row {
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
  float: left;
  display: block;
  overflow: hidden;
}

/*  footer  */
/* line 1738, ../scss/custom.scss */
.l-footer {
  background: #147998;
  padding: 1.875rem 0 1.25rem 0;
  overflow: hidden;
  max-width: 100rem;
  margin: 1rem auto 0 auto;
  border: none;
}
@media only screen and (max-width: 40em) {
  /* line 1738, ../scss/custom.scss */
  .l-footer {
    padding: 0.625rem 0.625rem 0 0.625rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1738, ../scss/custom.scss */
  .l-footer {
    padding: 0.625rem 0.625rem 0 0.625rem;
  }
}

/* line 1754, ../scss/custom.scss */
#mini-panel-new_footer_panel .large-12.collapse.row {
  padding-bottom: 0.625rem;
}
/* line 1756, ../scss/custom.scss */
#mini-panel-new_footer_panel .large-12.collapse.row:first-child {
  border-bottom: 0.0625rem solid white;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 40em) {
  /* line 1766, ../scss/custom.scss */
  .pane-menu-infomation-about {
    margin-bottom: 1rem;
  }
}

/* line 1772, ../scss/custom.scss */
.footer {
  margin: 0 auto;
  float: none;
  color: #ffffff;
}
/* line 1776, ../scss/custom.scss */
.footer h2, .footer p, .footer a, .footer a:active {
  color: #ffffff;
}
/* line 1780, ../scss/custom.scss */
.footer .pane-menu-tree h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
}
/* line 1784, ../scss/custom.scss */
.footer .pane-menu-tree li {
  margin: 0;
}
/* line 1786, ../scss/custom.scss */
.footer .pane-menu-tree li a {
  color: #c7c2bc;
  font-size: 0.9375rem;
}
/* line 1792, ../scss/custom.scss */
.footer .copyright {
  margin-top: 0.125rem;
  float: left;
}
/* line 1795, ../scss/custom.scss */
.footer .copyright p {
  color: #c7c2bc;
  font-size: 0.9375rem;
  margin: 0;
}
/* line 1801, ../scss/custom.scss */
.footer .uniofoxford {
  display: block;
  float: right;
  overflow: hidden;
  margin-top: 4.6875rem;
  height: 6.8125rem;
  width: 6.8125rem;
  margin-bottom: 0.625rem;
}
/* line 1809, ../scss/custom.scss */
.footer .uniofoxford img {
  max-width: 100%;
}

/* line 1814, ../scss/custom.scss */
.footer-bottom-row {
  border-top: 0.0625rem solid white;
  padding-top: 0.625rem;
}

/* line 1818, ../scss/custom.scss */
.footer .footer-bottom {
  margin: 0 auto;
}

/* line 1822, ../scss/custom.scss */
.pane-menu-bottom-footer-menu {
  display: inline-block;
}

/* line 1826, ../scss/custom.scss */
#mini-panel-new_footer_panel .menu-name-menu-bottom-footer-menu, #mini-panel-clone_of_new_footer_panel .menu-name-menu-bottom-footer-menu {
  margin-left: 0.625rem;
  margin-top: 0.1875rem;
}
/* line 1829, ../scss/custom.scss */
#mini-panel-new_footer_panel .menu-name-menu-bottom-footer-menu li, #mini-panel-clone_of_new_footer_panel .menu-name-menu-bottom-footer-menu li {
  overflow: hidden;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 0.625rem;
}
/* line 1836, ../scss/custom.scss */
#mini-panel-new_footer_panel .menu-name-menu-bottom-footer-menu li a, #mini-panel-clone_of_new_footer_panel .menu-name-menu-bottom-footer-menu li a {
  color: #ffffff;
  line-height: 1.2125rem;
}
@media only screen and (max-width: 40em) {
  /* line 1829, ../scss/custom.scss */
  #mini-panel-new_footer_panel .menu-name-menu-bottom-footer-menu li, #mini-panel-clone_of_new_footer_panel .menu-name-menu-bottom-footer-menu li {
    clear: left;
    margin: 0;
  }
}

/* menu close button */
/* line 1849, ../scss/custom.scss */
ul.f-dropdown .menu-close-button {
  height: 1.4375rem;
  width: 2rem;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 45%;
  margin-top: 0.625rem;
  background: url("../images/menu-close-button.png") no-repeat;
  cursor: pointer;
}

/* zurb breadcrumbs css */
/* line 1864, ../scss/custom.scss */
.page .breadcrumbs {
  background-color: transparent;
  border: none;
  display: block;
  list-style: outside none none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625em 0.875em;
}
@media only screen and (max-width: 40em) {
  /* line 1864, ../scss/custom.scss */
  .page .breadcrumbs {
    display: none;
  }
}
/* line 1875, ../scss/custom.scss */
.page .breadcrumbs a {
  font-size: 1.0625rem;
}

/* line 1879, ../scss/custom.scss */
.page .breadcrumbs > * {
  float: left;
  font-size: 0.6875em;
  margin: 0;
  /* text-transform: uppercase; */
}

/* line 1885, ../scss/custom.scss */
.page .breadcrumbs > .unavailable:hover, .breadcrumbs > .unavailable:hover a, .breadcrumbs > .unavailable:focus, .breadcrumbs > .unavailable a:focus {
  cursor: default;
  text-decoration: none;
}

/* line 1889, ../scss/custom.scss */
.page .breadcrumbs > *:focus a, .page .breadcrumbs > *:hover a {
  text-decoration: none;
}

/* line 1892, ../scss/custom.scss */
.page .breadcrumbs > *:before {
  content: ">";
  margin: 0 0.75em;
  position: relative;
}

/* line 1897, ../scss/custom.scss */
.page .breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* line 1901, ../scss/custom.scss */
.breadcrumbs > * a, .breadcrumbs > * span {
  text-transform: none;
}

/* media you-tube video */
/* line 1907, ../scss/custom.scss */
.media-youtube-video {
  min-height: 50px;
  padding-bottom: 60%;
  position: relative;
  margin: 0 auto 1.25rem auto;
}
/* line 1912, ../scss/custom.scss */
.media-youtube-video iframe {
  display: block;
  position: absolute;
  max-width: 100%;
}

/* webforms */
/* line 1922, ../scss/custom.scss */
.webform-client-form label {
  display: inline-block;
}
/* line 1925, ../scss/custom.scss */
.webform-client-form .form-text {
  max-width: 20rem;
  display: inline-block;
}
/* line 1929, ../scss/custom.scss */
.webform-client-form .form-textarea-wrapper {
  max-width: 20rem;
}
/* line 1932, ../scss/custom.scss */
.webform-client-form .form-select {
  max-width: 20rem;
}

/* responsive tables additional css*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1939, ../scss/custom.scss */
  table.responsive:after {
    content: "This table is scrollable *";
  }
}

/** Admin View **/
/* line 1947, ../scss/custom.scss */
.view-admin-content-refresh .views-row {
  margin-bottom: 15px;
}

/* Media page */
/* line 1956, ../scss/custom.scss */
.node-type-media-page .row.collapse.row-middle .media-youtube-video {
  padding-bottom: 0;
}
/* line 1959, ../scss/custom.scss */
.node-type-media-page .row.collapse.row-middle .media-youtube-video iframe {
  position: static;
  margin: 0 auto;
}
/* line 1964, ../scss/custom.scss */
.node-type-media-page .row.collapse.row-middle .pane-node-body {
  padding-left: 99px;
}

/* line 1971, ../scss/custom.scss */
.page-node-2805.node-type-media-page .row.collapse.row-middle .pane-node-body {
  padding-left: 0px;
}

/* line 1978, ../scss/custom.scss */
.page-node-2935.node-type-media-page .row.collapse.row-middle .pane-node-body {
  padding-left: 0px;
}

/* Fixes 24th June*/
/* Footer */
/* line 1989, ../scss/custom.scss */
.footer-mini-panel > div:first-child {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
/* line 1994, ../scss/custom.scss */
.footer-mini-panel .pane-menu-infomation-about {
  margin-bottom: 0.625rem;
}
/* line 1997, ../scss/custom.scss */
.footer-mini-panel .pane-menu-quick-links {
  margin-bottom: 0.625rem;
}
/* line 2000, ../scss/custom.scss */
.footer-mini-panel .social-media-box {
  margin-bottom: 0.625rem;
  display: inline-block;
}
/* line 2003, ../scss/custom.scss */
.footer-mini-panel .social-media-box span {
  font-size: 1.25rem;
  float: left;
}
/* line 2007, ../scss/custom.scss */
.footer-mini-panel .social-media-box p a:nth-child(2) {
  margin-left: 2.5rem;
}

/* EU cookie */
/* line 2015, ../scss/custom.scss */
#sliding-popup.sliding-popup-bottom {
  background: #ffffff;
  border: 1px solid #696ba3;
  max-width: 26.25rem;
  border-radius: 1.25rem;
  padding-top: 0.625rem;
  right: auto;
  left: 0;
}
/* line 2023, ../scss/custom.scss */
#sliding-popup.sliding-popup-bottom .popup-content #popup-text {
  max-width: none;
}
/* line 2025, ../scss/custom.scss */
#sliding-popup.sliding-popup-bottom .popup-content #popup-text h2 {
  color: #000000 !important;
}
/* line 2029, ../scss/custom.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons {
  max-width: none;
  float: none;
}
/* line 2032, ../scss/custom.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons button {
  float: left;
  width: 9.375rem;
  height: 3.125rem;
  border: 1px solid #696ba3;
  background: #147998;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}
/* line 2041, ../scss/custom.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons button:hover {
  color: #147998;
}
