@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, .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .field-name-field-person-short-display-title {
  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: 95%;
}

/* line 331, ../scss/components/_global.scss */
body {
  background: white;
  color: #404f5c;
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: 1140px;
  *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: -21.875px;
  margin-right: -21.875px;
  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: 21.875px;
  padding-right: 21.875px;
  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: 21.875px;
    padding-right: 21.875px;
    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: 21.875px;
    padding-right: 21.875px;
    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: 21.875px;
    padding-right: 21.875px;
    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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: 21.875px;
}
/* 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: #404f5c;
  border-color: #37444f;
  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.625rem;
  *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.625rem 1.25rem;
}

@media only screen {
  /* line 44, ../scss/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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.625rem 1.25rem;
    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: none;
  border-width: 0;
  background-color: #f4f4f4;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 118, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  text-transform: none;
}
/* 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: none;
  color: #c8c8c8;
}
/* line 71, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #b8ba93;
}
/* line 74, ../scss/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #b8ba93;
}
/* 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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: #404f5c;
  border-color: #333f4a;
  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: #333f4a;
}
/* 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: #404f5c;
  border-color: #333f4a;
  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: #333f4a;
}
/* 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: #404f5c;
}
/* 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 .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .joyride-tip-guide .field-name-field-person-short-display-title, .joyride-tip-guide .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .joyride-tip-guide .field-name-field-person-short-display-title, .joyride-tip-guide .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .joyride-tip-guide .field-name-field-person-short-display-title, .joyride-tip-guide .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .joyride-tip-guide .field-name-field-person-short-display-title,
.joyride-tip-guide h2,
.joyride-tip-guide .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title,
.field-name-field-featured .node-featured-box.large-image .joyride-tip-guide .field-name-field-featured-box-title,
.joyride-tip-guide .title-gold-large,
.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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: #404f5c;
  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: #404f5c;
  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: #404f5c;
}
/* 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 .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .panel .field-name-field-person-short-display-title, .panel .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .panel .field-name-field-person-short-display-title, .panel .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .panel .field-name-field-person-short-display-title, .panel .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .panel .field-name-field-person-short-display-title, .panel h2, .panel .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .panel .field-name-field-featured-box-title, .panel .title-gold-large, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
/* line 58, ../scss/components/_panels.scss */
.panel h1, .panel .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .panel .field-name-field-person-short-display-title, .panel .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .panel .field-name-field-person-short-display-title, .panel .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .panel .field-name-field-person-short-display-title, .panel .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .panel .field-name-field-person-short-display-title, .panel h2, .panel .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .panel .field-name-field-featured-box-title, .panel .title-gold-large, .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 .node-type-person .pane-person-overview-section .subheader.field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .panel .subheader.field-name-field-person-short-display-title, .panel .node-type-person .person-overview-section .subheader.field-name-field-person-short-display-title, .node-type-person .person-overview-section .panel .subheader.field-name-field-person-short-display-title, .panel .page-person .pane-person-overview-section .subheader.field-name-field-person-short-display-title, .page-person .pane-person-overview-section .panel .subheader.field-name-field-person-short-display-title, .panel .page-person .person-overview-section .subheader.field-name-field-person-short-display-title, .page-person .person-overview-section .panel .subheader.field-name-field-person-short-display-title, .panel h2.subheader, .panel .field-name-field-featured .node-featured-box.large-image .subheader.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .panel .subheader.field-name-field-featured-box-title, .panel .subheader.title-gold-large, .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: #d3dae0;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f5f6;
}
/* 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 .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout h2, .panel.callout .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .panel.callout .field-name-field-featured-box-title, .panel.callout .title-gold-large, .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 .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .panel.callout .field-name-field-person-short-display-title, .panel.callout h2, .panel.callout .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .panel.callout .field-name-field-featured-box-title, .panel.callout .title-gold-large, .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 .node-type-person .pane-person-overview-section .subheader.field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .panel.callout .subheader.field-name-field-person-short-display-title, .panel.callout .node-type-person .person-overview-section .subheader.field-name-field-person-short-display-title, .node-type-person .person-overview-section .panel.callout .subheader.field-name-field-person-short-display-title, .panel.callout .page-person .pane-person-overview-section .subheader.field-name-field-person-short-display-title, .page-person .pane-person-overview-section .panel.callout .subheader.field-name-field-person-short-display-title, .panel.callout .page-person .person-overview-section .subheader.field-name-field-person-short-display-title, .page-person .person-overview-section .panel.callout .subheader.field-name-field-person-short-display-title, .panel.callout h2.subheader, .panel.callout .field-name-field-featured .node-featured-box.large-image .subheader.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .panel.callout .subheader.field-name-field-featured-box-title, .panel.callout .subheader.title-gold-large, .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: #404f5c;
}
/* 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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: #404f5c;
  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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: #404f5c;
}
/* line 63, ../scss/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: #404f5c;
  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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: 21.875px 0;
}
/* line 72, ../scss/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
}
/* line 73, ../scss/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 21.875px;
}
/* line 75, ../scss/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 77, ../scss/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 21.875px;
}

@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(64, 79, 92, 0.5);
  box-shadow: 0 0 6px 1px rgba(64, 79, 92, 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 #1d2429;
  color: #404f5c;
}
/* 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: #404f5c !important;
  border-bottom: dotted 1px #1d2429 !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, .top-bar .name .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .top-bar .name .field-name-field-person-short-display-title, .top-bar .name .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .top-bar .name .field-name-field-person-short-display-title, .top-bar .name .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .top-bar .name .field-name-field-person-short-display-title, .top-bar .name .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .top-bar .name .field-name-field-person-short-display-title {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 165, ../scss/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title a, .node-type-person .pane-person-overview-section .top-bar .name .field-name-field-person-short-display-title a, .top-bar .name .node-type-person .person-overview-section .field-name-field-person-short-display-title a, .node-type-person .person-overview-section .top-bar .name .field-name-field-person-short-display-title a, .top-bar .name .page-person .pane-person-overview-section .field-name-field-person-short-display-title a, .page-person .pane-person-overview-section .top-bar .name .field-name-field-person-short-display-title a, .top-bar .name .page-person .person-overview-section .field-name-field-person-short-display-title a, .page-person .person-overview-section .top-bar .name .field-name-field-person-short-display-title 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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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: #404f5c;
  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: #2f3a43;
}
/* 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: #404f5c;
  color: white;
}
/* line 336, ../scss/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #37444f;
}
/* 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, .top-bar .name .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title a, .node-type-person .pane-person-overview-section .top-bar .name .field-name-field-person-short-display-title a, .top-bar .name .node-type-person .person-overview-section .field-name-field-person-short-display-title a, .node-type-person .person-overview-section .top-bar .name .field-name-field-person-short-display-title a, .top-bar .name .page-person .pane-person-overview-section .field-name-field-person-short-display-title a, .page-person .pane-person-overview-section .top-bar .name .field-name-field-person-short-display-title a, .top-bar .name .page-person .person-overview-section .field-name-field-person-short-display-title a, .page-person .person-overview-section .top-bar .name .field-name-field-person-short-display-title 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: 1140px;
    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: #404f5c;
    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,
.node-type-person .pane-person-overview-section .field-name-field-person-short-display-title,
.node-type-person .person-overview-section .field-name-field-person-short-display-title,
.page-person .pane-person-overview-section .field-name-field-person-short-display-title,
.page-person .person-overview-section .field-name-field-person-short-display-title,
h2,
.field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title,
.title-gold-large,
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: #404f5c;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../scss/components/_type.scss */
a:hover, a:focus {
  color: #37444f;
}
/* 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, .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .field-name-field-person-short-display-title, h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .title-gold-large, h3, h4, h5, h6 {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #404f5c;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 191, ../scss/components/_type.scss */
h1 small, .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title small, .node-type-person .person-overview-section .field-name-field-person-short-display-title small, .page-person .pane-person-overview-section .field-name-field-person-short-display-title small, .page-person .person-overview-section .field-name-field-person-short-display-title small, h2 small, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title small, .title-gold-large small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #778da1;
  line-height: 0;
}

/* line 198, ../scss/components/_type.scss */
h1, .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .field-name-field-person-short-display-title {
  font-size: 1.125rem;
}

/* line 199, ../scss/components/_type.scss */
h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .title-gold-large {
  font-size: 0.875rem;
}

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

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

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

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

/* line 205, ../scss/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #778da1;
  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: #404f5c;
  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: #61788c;
}
/* 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: #61788c;
}

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

/* 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, .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .field-name-field-person-short-display-title, h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .title-gold-large, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 379, ../scss/components/_type.scss */
  h1, .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .field-name-field-person-short-display-title {
    font-size: 1.75rem;
  }

  /* line 380, ../scss/components/_type.scss */
  h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .title-gold-large {
    font-size: 1.5rem;
  }

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

  /* line 382, ../scss/components/_type.scss */
  h4 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 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,
  .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title,
  .title-gold-large,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 436, ../scss/components/_type.scss */
  h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .title-gold-large,
  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: white;
  color: white;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
/* line 140, ../scss/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar h2, nav.tab-bar .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image nav.tab-bar .field-name-field-featured-box-title, nav.tab-bar .title-gold-large, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 3rem;
  margin: 0;
}
/* line 146, ../scss/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section nav.tab-bar .field-name-field-person-short-display-title, nav.tab-bar h2, nav.tab-bar .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image nav.tab-bar .field-name-field-featured-box-title, nav.tab-bar .title-gold-large, nav.tab-bar h3, nav.tab-bar h4 {
  font-size: 1rem;
}

/* line 279, ../scss/components/_offcanvas.scss */
section.left-small {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-right: none;
  box-shadow: 1px 0 0 white;
  left: 0;
}

/* line 280, ../scss/components/_offcanvas.scss */
section.right-small {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-left: none;
  box-shadow: -1px 0 0 gray;
  right: 0;
}

/* line 282, ../scss/components/_offcanvas.scss */
section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 3rem;
  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: 3rem;
}
/* line 187, ../scss/components/_offcanvas.scss */
section.tab-bar-section.right {
  left: 3rem;
  right: 0;
}
/* line 191, ../scss/components/_offcanvas.scss */
section.tab-bar-section.middle {
  left: 3rem;
  right: 3rem;
}

/* line 286, ../scss/components/_offcanvas.scss */
a.menu-icon {
  text-indent: 2.1875rem;
  width: 3rem;
  height: 3rem;
  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 #b8ba93, 1px 16px 1px 1px #b8ba93, 1px 22px 1px 1px #b8ba93;
  box-shadow: 0 10px 0 1px #b8ba93, 0 16px 0 1px #b8ba93, 0 22px 0 1px #b8ba93;
}
/* line 317, ../scss/components/_offcanvas.scss */
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #8c8e5b, 1px 16px 1px 1px #8c8e5b, 1px 22px 1px 1px #8c8e5b;
  box-shadow: 0 10px 0 1px #8c8e5b, 0 16px 0 1px #8c8e5b, 0 22px 0 1px #8c8e5b;
}

/* 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: #404f5c;
  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: #404f5c;
  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 #303b45;
}

/* 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";
}

/* line 70, ../scss/custom.scss */
html, body {
  font-size: 100%;
}

/* line 74, ../scss/custom.scss */
body {
  line-height: 150%;
}

/* line 78, ../scss/custom.scss */
a {
  color: #2a9fff;
}
/* line 80, ../scss/custom.scss */
a:hover {
  color: #3955a5;
}

/* line 85, ../scss/custom.scss */
h2 a, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .title-gold-large a {
  color: #404f5c;
}

/* line 89, ../scss/custom.scss */
.gold-headline, .diary-main-title {
  font-size: 1.5rem;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #b8ba93;
  border-top: 3px solid #b8ba93;
  padding: 1rem 0;
  margin: 0;
}
/* line 96, ../scss/custom.scss */
.gold-headline h1, .diary-main-title h1, .gold-headline .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .gold-headline .field-name-field-person-short-display-title, .diary-main-title .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .diary-main-title .field-name-field-person-short-display-title, .gold-headline .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .gold-headline .field-name-field-person-short-display-title, .diary-main-title .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .diary-main-title .field-name-field-person-short-display-title, .gold-headline .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .gold-headline .field-name-field-person-short-display-title, .diary-main-title .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .diary-main-title .field-name-field-person-short-display-title, .gold-headline .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .gold-headline .field-name-field-person-short-display-title, .diary-main-title .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .diary-main-title .field-name-field-person-short-display-title {
  font-size: 1.5rem;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}

/**Override foundation*/
/* line 106, ../scss/custom.scss */
.column, .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 111, ../scss/custom.scss */
.row .row {
  margin: 0;
}

/**Drupal overrides*/
/* line 117, ../scss/custom.scss */
.panel-2col-bricks .panel-separator {
  margin: 0;
}

/* line 121, ../scss/custom.scss */
.column.no-padding, .columns.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 126, ../scss/custom.scss */
ul.button-group {
  max-width: 71.25rem;
  margin: 0.5% auto 0 auto;
}

/**Off canvas menu*/
/* line 132, ../scss/custom.scss */
a.menu-icon {
  color: #b8ba93;
}
/* line 134, ../scss/custom.scss */
a.menu-icon span {
  -webkit-box-shadow: 1px 10px 1px 1px #b8ba93, 1px 15px 1px 1px #b8ba93, 1px 20px 1px 1px #b8ba93, 1px 25px 1px 1px #b8ba93;
  box-shadow: 0 10px 0 1px #b8ba93, 0 15px 0 1px #b8ba93, 0 20px 0 1px #b8ba93, 0 25px 0 1px #b8ba93;
}
/* line 146, ../scss/custom.scss */
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #8c8e5b, 1px 15px 1px 1px #8c8e5b, 1px 20px 1px 1px #8c8e5b, 1px 25px 1px 1px #8c8e5b;
  box-shadow: 0 10px 0 1px #8c8e5b, 0 15px 0 1px #8c8e5b, 0 20px 0 1px #8c8e5b, 0 25px 0 1px #8c8e5b;
}

/* line 161, ../scss/custom.scss */
button, .button {
  background-color: #b8ba93;
  border-color: #9da06a;
  color: white;
  padding: 0.5rem 1.2rem;
}
/* line 144, ../scss/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #9da06a;
}
/* line 155, ../scss/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

/* line 166, ../scss/custom.scss */
section.right-small {
  box-shadow: none;
}

/* line 172, ../scss/custom.scss */
.left-off-canvas-menu .panel-pane, .right-off-canvas-menu .panel-pane {
  padding: 0.625rem;
  float: left;
}
/* line 177, ../scss/custom.scss */
.left-off-canvas-menu .pane-search-form, .right-off-canvas-menu .pane-search-form {
  width: 100%;
}
/* line 181, ../scss/custom.scss */
.left-off-canvas-menu .sidemenu li a, .right-off-canvas-menu .sidemenu li a {
  padding: 0;
}
/* line 186, ../scss/custom.scss */
.left-off-canvas-menu i, .right-off-canvas-menu i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
  color: white;
}
/* line 194, ../scss/custom.scss */
.left-off-canvas-menu ul.off-canvas-list li a, .right-off-canvas-menu ul.off-canvas-list li a {
  border-bottom: 1px solid #FFFFFF;
  padding: 0.66667rem 0;
}

/* line 202, ../scss/custom.scss */
.trigger-exit-off-canvas {
  cursor: pointer;
  margin: 0.625rem;
  text-align: right;
}
/* line 207, ../scss/custom.scss */
.trigger-exit-off-canvas i:hover {
  color: #b8ba93;
}

/**Header & header menu**/
/* line 213, ../scss/custom.scss */
.top-header {
  padding: 2.1875rem 0;
  /**l 44 */
}

/* line 216, ../scss/custom.scss */
.main-dropdown-menu {
  width: 100%;
  background-color: #404f5c;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 221, ../scss/custom.scss */
.main-dropdown-menu ul {
  float: left;
  width: 100%;
  margin: 0;
}
/* line 227, ../scss/custom.scss */
.main-dropdown-menu li {
  list-style-type: none;
  float: left;
  padding: 0.625rem 1.25rem;
}
/* line 231, ../scss/custom.scss */
.main-dropdown-menu li.active-trail, .main-dropdown-menu li.reveal-open {
  background: url("../images/menu_marker.png") no-repeat 50% 100% transparent;
}
/* line 233, ../scss/custom.scss */
.main-dropdown-menu li.active-trail.temporary-hide, .main-dropdown-menu li.reveal-open.temporary-hide {
  background: none;
}
/* line 238, ../scss/custom.scss */
.main-dropdown-menu li a {
  color: white;
}
/* line 240, ../scss/custom.scss */
.main-dropdown-menu li a:hover, .main-dropdown-menu li a.active {
  color: #b8ba93;
}
/* line 243, ../scss/custom.scss */
.main-dropdown-menu li:last-child {
  float: right;
  padding-right: 0;
}

/* line 249, ../scss/custom.scss */
#main-menu > li:first-child {
  padding-left: 0;
}
/* line 251, ../scss/custom.scss */
#main-menu > li:first-child.active-trail {
  background-position: 0 100%;
}

/* line 256, ../scss/custom.scss */
.menu-introduction-panel {
  min-height: 350px;
  padding: 1rem 2rem;
}

/* line 263, ../scss/custom.scss */
.header-search-box, #soloSearchForm {
  border: 1px solid #c8c8c8;
  margin-top: 1.5rem;
}
/* line 267, ../scss/custom.scss */
.header-search-box input, #soloSearchForm input {
  margin: 0;
  margin-left: 1px;
  border: none;
  padding: 1px 0.2rem !important;
  height: 1.5rem;
  color: #c8c8c8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 276, ../scss/custom.scss */
.header-search-box button, #soloSearchForm button {
  background: transparent;
  margin: 0;
  border: none;
}
/* line 280, ../scss/custom.scss */
.header-search-box button span.label, #soloSearchForm button span.label {
  text-indent: -999em;
  padding: 0;
}
/* line 284, ../scss/custom.scss */
.header-search-box button i.fi-magnifying-glass, #soloSearchForm button i.fi-magnifying-glass {
  float: right;
  margin: -6px 5px 5px 5px;
  color: #c8c8c8;
}
/* line 290, ../scss/custom.scss */
.header-search-box .postfix, #soloSearchForm .postfix {
  height: 1.5rem;
}

/* line 294, ../scss/custom.scss */
.header-contact {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #404f5c;
}
/* line 297, ../scss/custom.scss */
.header-contact .item {
  border-right: 1px dotted #c8c8c8;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}
/* line 301, ../scss/custom.scss */
.header-contact .item:first-child {
  padding-left: 0;
}
/* line 304, ../scss/custom.scss */
.header-contact .item:last-child {
  border-right: none;
  padding-right: 0;
}

/* line 311, ../scss/custom.scss */
.header-right.columns {
  padding: 0;
  padding-left: 1.375rem;
  margin: 0;
}
/* line 315, ../scss/custom.scss */
.header-right.columns .row {
  margin: 0;
}
/* line 318, ../scss/custom.scss */
.header-right.columns .header-contact, .header-right.columns .header-search-box {
  float: right;
  width: 100%;
  padding: 0;
}

/* line 325, ../scss/custom.scss */
.breadcrumbs {
  background-color: transparent;
  padding: 0.5rem 0;
  margin-bottom: 0;
}
/* line 329, ../scss/custom.scss */
.breadcrumbs > * {
  color: #c8c8c8;
}

/** Core styles */
/* line 336, ../scss/custom.scss */
.page {
  background: #f0f0ef;
}

/** Side menu */
/* line 341, ../scss/custom.scss */
.sidemenu {
  background: #FFFFFF;
  border-bottom: 3px solid #404f5c;
  margin-bottom: 2.5rem;
  float: left;
  width: 100%;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
/* line 350, ../scss/custom.scss */
.sidemenu h2, .sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .sidemenu .field-name-field-featured-box-title, .sidemenu .title-gold-large {
  padding: 0.25rem 1rem;
  background-color: #404f5c;
  margin: 0;
}
/* line 356, ../scss/custom.scss */
.sidemenu .pane-content {
  padding: 2rem 1rem 2rem 1rem;
  float: left;
  width: 100%;
}
/* line 362, ../scss/custom.scss */
.sidemenu h2, .sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .sidemenu .field-name-field-featured-box-title, .sidemenu .title-gold-large, .sidemenu h2 a, .sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .sidemenu .field-name-field-featured-box-title a, .sidemenu .title-gold-large a {
  color: #b8ba93;
}
/* line 365, ../scss/custom.scss */
.sidemenu ul.menu, .sidemenu ul {
  margin: 0;
  padding: 0;
}
/* line 369, ../scss/custom.scss */
.sidemenu li {
  list-style-type: none;
  margin: 0 -1rem 0.2rem -1rem;
  padding: 0 1rem;
  width: 100%;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 376, ../scss/custom.scss */
.sidemenu li.has-children > a {
  background: url("../images/arrow_right_blue_very_small.png") no-repeat 95.5% 50% transparent;
}
/* line 378, ../scss/custom.scss */
.sidemenu li.has-children > a.expanded {
  background: url("../images/accordion_open.png") no-repeat 95.5% 50% transparent;
}
/* line 382, ../scss/custom.scss */
.sidemenu li.has-children > a:not(.active) + ul.children {
  display: none;
}
/* line 385, ../scss/custom.scss */
.sidemenu li.active > a {
  color: #b8ba93;
}
/* line 388, ../scss/custom.scss */
.sidemenu li.expanded > a {
  background: url("../images/accordion_open.png") no-repeat 95.5% 50% transparent;
}
/* line 391, ../scss/custom.scss */
.sidemenu li a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 1rem;
  margin: 0 -1rem;
  color: #404f5c;
  /**background: url('../images/arrow_right_blue_very_small.png') no-repeat 100% 50% transparent; */
  float: left;
  width: 100%;
}
/* line 400, ../scss/custom.scss */
.sidemenu li a.active {
  color: #b8ba93;
}
/* line 403, ../scss/custom.scss */
.sidemenu li a:hover {
  background-color: #8b969d;
}
/* line 408, ../scss/custom.scss */
.sidemenu li li a {
  text-indent: 0.5rem;
}

/* line 414, ../scss/custom.scss */
.lectures-left-hand-menu.sidemenu {
  /**l */
}
/* line 416, ../scss/custom.scss */
.lectures-left-hand-menu.sidemenu .field-items .field-item {
  padding: 0 !important;
}
/* line 419, ../scss/custom.scss */
.lectures-left-hand-menu.sidemenu .field-items .field-item a {
  color: #404f5c;
  display: block;
  margin: 0 -1rem 0.2rem -1rem;
  padding: 0 1rem 0 1rem;
  background: url("../images/arrow_right_blue_very_small.png") no-repeat 96% 50% transparent;
}
/* line 426, ../scss/custom.scss */
.lectures-left-hand-menu.sidemenu .field-items .field-item a:hover {
  background-color: #8b969d;
}

/* line 434, ../scss/custom.scss */
.f-dropdown.menu-dropdown {
  margin-top: 0.75rem;
  max-width: 1140px;
}
/* line 437, ../scss/custom.scss */
.f-dropdown.menu-dropdown:before {
  border: none;
}
/* line 440, ../scss/custom.scss */
.f-dropdown.menu-dropdown:after {
  border: none;
}

/* line 446, ../scss/custom.scss */
.reveal-modal .sidemenu h2.pane-title, .reveal-modal .sidemenu .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .reveal-modal .sidemenu .pane-title.field-name-field-featured-box-title, .reveal-modal .sidemenu .pane-title.title-gold-large, .f-dropdown .sidemenu h2.pane-title, .f-dropdown .sidemenu .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .f-dropdown .sidemenu .pane-title.field-name-field-featured-box-title, .f-dropdown .sidemenu .pane-title.title-gold-large {
  background: url("../images/arrow_right_white_very_small.png") no-repeat 96% 50% transparent;
  margin: 0 -0.9375rem 0.5rem -0.9375rem;
  padding: 0 0.9375rem;
  width: 100%;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 454, ../scss/custom.scss */
.reveal-modal .sidemenu h2.pane-title:hover, .reveal-modal .sidemenu .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title:hover, .field-name-field-featured .node-featured-box.large-image .reveal-modal .sidemenu .pane-title.field-name-field-featured-box-title:hover, .reveal-modal .sidemenu .pane-title.title-gold-large:hover, .f-dropdown .sidemenu h2.pane-title:hover, .f-dropdown .sidemenu .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title:hover, .field-name-field-featured .node-featured-box.large-image .f-dropdown .sidemenu .pane-title.field-name-field-featured-box-title:hover, .f-dropdown .sidemenu .pane-title.title-gold-large:hover {
  background-color: #8b969d;
}
/* line 457, ../scss/custom.scss */
.reveal-modal .sidemenu li, .f-dropdown .sidemenu li {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding-bottom: 0.5rem;
}

/* line 465, ../scss/custom.scss */
.f-dropdown.menu-dropdown .row.row-center-1 .columns.first {
  padding-right: 1rem;
  background-color: #404f5c;
  border-right: 2rem solid #63737e !important;
}

/* line 472, ../scss/custom.scss */
.sidemenu + .panel-separator + .sidemenu.backup {
  display: none;
}

/** Standard page*/
/* line 480, ../scss/custom.scss */
.node-type-page.standard-left-navigation .row-center-1, .node-type-person.standard-left-navigation .row-center-1, .node-type-landing-page.standard-left-navigation .row-center-1,
.node-type-event.standard-left-navigation .row-center-1, .node-type-event-series.standard-left-navigation .row-center-1,
.person-page.standard-left-navigation .row-center-1, .node-type-news.standard-left-navigation .row-center-1 {
  margin-bottom: 2.8125rem;
  border-bottom: 1px dotted #c8c8c8;
}
/* line 485, ../scss/custom.scss */
.node-type-page.standard-left-navigation.has-bottom .row-center-1, .has-bottom.node-type-person.standard-left-navigation .row-center-1, .node-type-landing-page.standard-left-navigation.has-bottom .row-center-1,
.node-type-event.standard-left-navigation.has-bottom .row-center-1, .node-type-event-series.standard-left-navigation.has-bottom .row-center-1,
.person-page.standard-left-navigation.has-bottom .row-center-1, .node-type-news.standard-left-navigation.has-bottom .row-center-1 {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 489, ../scss/custom.scss */
.node-type-page.standard-left-navigation.has-bottom .row-last, .has-bottom.node-type-person.standard-left-navigation .row-last, .node-type-landing-page.standard-left-navigation.has-bottom .row-last,
.node-type-event.standard-left-navigation.has-bottom .row-last, .node-type-event-series.standard-left-navigation.has-bottom .row-last,
.person-page.standard-left-navigation.has-bottom .row-last, .node-type-news.standard-left-navigation.has-bottom .row-last {
  margin-bottom: 2.8125rem;
  border-bottom: 1px dotted #c8c8c8;
}
/* line 493, ../scss/custom.scss */
.node-type-page.standard-left-navigation.has-bottom .reveal-modal .row-last, .has-bottom.node-type-person.standard-left-navigation .reveal-modal .row-last, .node-type-landing-page.standard-left-navigation.has-bottom .reveal-modal .row-last,
.node-type-event.standard-left-navigation.has-bottom .reveal-modal .row-last, .node-type-event-series.standard-left-navigation.has-bottom .reveal-modal .row-last,
.person-page.standard-left-navigation.has-bottom .reveal-modal .row-last, .node-type-news.standard-left-navigation.has-bottom .reveal-modal .row-last {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 498, ../scss/custom.scss */
.node-type-page.standard-left-navigation .row-center-1 > .first, .node-type-person.standard-left-navigation .row-center-1 > .first, .node-type-landing-page.standard-left-navigation .row-center-1 > .first,
.node-type-event.standard-left-navigation .row-center-1 > .first, .node-type-event-series.standard-left-navigation .row-center-1 > .first,
.person-page.standard-left-navigation .row-center-1 > .first, .node-type-news.standard-left-navigation .row-center-1 > .first {
  padding-right: 1rem;
  border-right: 1px dotted #c8c8c8;
}
/* line 502, ../scss/custom.scss */
.node-type-page.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item, .node-type-person.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item, .node-type-landing-page.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item,
.node-type-event.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item, .node-type-event-series.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item,
.person-page.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item, .node-type-news.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item {
  margin-bottom: 2.5rem;
}
/* line 504, ../scss/custom.scss */
.node-type-page.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img, .node-type-person.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img, .node-type-landing-page.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img,
.node-type-event.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img, .node-type-event-series.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img,
.person-page.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img, .node-type-news.standard-left-navigation .row-center-1 > .first .field-name-field-image .field-item img {
  width: 100%;
  height: auto;
}
/* line 510, ../scss/custom.scss */
.node-type-page.standard-left-navigation .row-center-1 > .last, .node-type-person.standard-left-navigation .row-center-1 > .last, .node-type-landing-page.standard-left-navigation .row-center-1 > .last,
.node-type-event.standard-left-navigation .row-center-1 > .last, .node-type-event-series.standard-left-navigation .row-center-1 > .last,
.person-page.standard-left-navigation .row-center-1 > .last, .node-type-news.standard-left-navigation .row-center-1 > .last {
  padding-left: 1rem;
}
/* line 513, ../scss/custom.scss */
.node-type-page.standard-left-navigation .row-center-1 > .last .field-name-field-image, .node-type-person.standard-left-navigation .row-center-1 > .last .field-name-field-image, .node-type-landing-page.standard-left-navigation .row-center-1 > .last .field-name-field-image,
.node-type-event.standard-left-navigation .row-center-1 > .last .field-name-field-image, .node-type-event-series.standard-left-navigation .row-center-1 > .last .field-name-field-image,
.person-page.standard-left-navigation .row-center-1 > .last .field-name-field-image, .node-type-news.standard-left-navigation .row-center-1 > .last .field-name-field-image {
  margin-bottom: 2.5rem;
}
/* line 519, ../scss/custom.scss */
.node-type-page.standard-left-navigation .pane-node-title.border-top-gold h2, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold h2, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold h2, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large,
.node-type-event.standard-left-navigation .pane-node-title.border-top-gold h2,
.node-type-event.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title,
.field-name-field-featured .node-featured-box.large-image .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title,
.node-type-event.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold h2, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large,
.person-page.standard-left-navigation .pane-node-title.border-top-gold h2,
.person-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title,
.field-name-field-featured .node-featured-box.large-image .person-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title,
.person-page.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold h2, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-featured-box-title, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .title-gold-large {
  color: #b8ba93;
}
/* line 526, ../scss/custom.scss */
.node-type-page.standard-left-navigation .field-name-body, .node-type-person.standard-left-navigation .field-name-body, .node-type-landing-page.standard-left-navigation .field-name-body,
.node-type-event.standard-left-navigation .field-name-body, .node-type-event-series.standard-left-navigation .field-name-body,
.person-page.standard-left-navigation .field-name-body, .node-type-news.standard-left-navigation .field-name-body {
  font-weight: 400;
}
/* line 528, ../scss/custom.scss */
.node-type-page.standard-left-navigation .field-name-body p, .node-type-person.standard-left-navigation .field-name-body p, .node-type-landing-page.standard-left-navigation .field-name-body p,
.node-type-event.standard-left-navigation .field-name-body p, .node-type-event-series.standard-left-navigation .field-name-body p,
.person-page.standard-left-navigation .field-name-body p, .node-type-news.standard-left-navigation .field-name-body p {
  display: inline-block;
  font-weight: 400;
  width: 100%;
}
/* line 532, ../scss/custom.scss */
.node-type-page.standard-left-navigation .field-name-body p img, .node-type-person.standard-left-navigation .field-name-body p img, .node-type-landing-page.standard-left-navigation .field-name-body p img,
.node-type-event.standard-left-navigation .field-name-body p img, .node-type-event-series.standard-left-navigation .field-name-body p img,
.person-page.standard-left-navigation .field-name-body p img, .node-type-news.standard-left-navigation .field-name-body p img {
  float: left;
  margin: 0 2% 2% 0;
}

@media only screen and (max-width: 40em) {
  /* line 544, ../scss/custom.scss */
  .node-type-page.standard-left-navigation .row-center-1 > .first, .node-type-person.standard-left-navigation .row-center-1 > .first, .node-type-landing-page.standard-left-navigation .row-center-1 > .first,
  .node-type-event.standard-left-navigation .row-center-1 > .first, .node-type-event-series.standard-left-navigation .row-center-1 > .first,
  .person-page.standard-left-navigation .row-center-1 > .first, .node-type-news.standard-left-navigation .row-center-1 > .first {
    padding-right: 0;
    border-right: none;
  }
  /* line 548, ../scss/custom.scss */
  .node-type-page.standard-left-navigation .row-center-1 > .last, .node-type-person.standard-left-navigation .row-center-1 > .last, .node-type-landing-page.standard-left-navigation .row-center-1 > .last,
  .node-type-event.standard-left-navigation .row-center-1 > .last, .node-type-event-series.standard-left-navigation .row-center-1 > .last,
  .person-page.standard-left-navigation .row-center-1 > .last, .node-type-news.standard-left-navigation .row-center-1 > .last {
    padding-left: 0;
  }
}
/* line 555, ../scss/custom.scss */
.person-page.standard-left-navigation .l-main .row-center-1 > .first {
  border-right: none;
}
/* line 558, ../scss/custom.scss */
.person-page.standard-left-navigation .l-main .row-center-1 > .last {
  border-left: 1px dotted #c8c8c8;
}
/* line 562, ../scss/custom.scss */
.person-page.standard-left-navigation .l-main > .breadcrumbs {
  display: none;
}

/* line 567, ../scss/custom.scss */
.page-node-749, .page-node-750 {
  /**l */
}
/* line 568, ../scss/custom.scss */
.page-node-749 .equalize, .page-node-750 .equalize {
  min-height: 20rem;
}

/**Generic items*/
/* line 574, ../scss/custom.scss */
.image-caption {
  padding-top: 0.625rem;
  font-style: italic;
  color: #404f5c;
}

/* line 579, ../scss/custom.scss */
.main-image {
  width: 100%;
}
/* line 581, ../scss/custom.scss */
.main-image img {
  width: 100%;
  height: auto;
}

/* line 586, ../scss/custom.scss */
.image-right {
  float: right;
  max-width: 50%;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
/* line 591, ../scss/custom.scss */
.image-right img {
  width: 100%;
  height: auto;
}

/* line 597, ../scss/custom.scss */
.accordion dd > a {
  padding-right: 2rem;
}
/* line 600, ../scss/custom.scss */
.accordion dd > a:hover {
  background: url("../images/grey-arrow-up.png") no-repeat 100% 50% transparent;
}
/* line 603, ../scss/custom.scss */
.accordion dd > a:focus {
  outline: none;
}
/* line 606, ../scss/custom.scss */
.accordion .accordion-header {
  background: url("../images/grey-arrow-up.png") no-repeat 100% 50% transparent;
}
/* line 608, ../scss/custom.scss */
.accordion .accordion-header.open {
  background: url("../images/grey-arrow-right.png") no-repeat 100% 50% transparent;
}
/* line 612, ../scss/custom.scss */
.accordion .content, .accordion .content.active {
  background-color: transparent;
}

/* line 618, ../scss/custom.scss */
.background-white-gold-header {
  background: white;
  padding: 0rem;
  margin-bottom: 2.5rem;
  float: left;
  border: 1px solid #c8c8c8;
  border-bottom: 3px solid #b8ba93;
}
/* line 626, ../scss/custom.scss */
.background-white-gold-header > h2, .field-name-field-featured .node-featured-box.large-image .background-white-gold-header > .field-name-field-featured-box-title, .background-white-gold-header > .title-gold-large {
  background: #b8ba93;
  padding: 0.25rem 1rem;
  color: white;
  margin: 0;
}
/* line 632, ../scss/custom.scss */
.background-white-gold-header .view-content h3 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  float: left;
  width: 100%;
}
/* line 641, ../scss/custom.scss */
.background-white-gold-header .accordion .content {
  padding: 1rem;
  float: left;
  width: 100%;
}
/* line 646, ../scss/custom.scss */
.background-white-gold-header .accordion dd > a {
  float: left;
  width: 100%;
  background: none;
  background: url("../images/arrow_right_in_circle_blue.png") no-repeat 95% 50% transparent;
}
/* line 651, ../scss/custom.scss */
.background-white-gold-header .accordion dd > a.open {
  background: url("../images/arrow_down_in_circle_blue.png") no-repeat 95% 50% transparent;
}
/* line 656, ../scss/custom.scss */
.background-white-gold-header .views-row {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
/* line 662, ../scss/custom.scss */
.background-white-gold-header .views-field-title a {
  float: left;
  width: 100%;
  color: #404f5c;
  background: url("../images/arrow_right_blue.png") no-repeat 100% 50% transparent;
}
/* line 669, ../scss/custom.scss */
.background-white-gold-header .views-field-field-event-audience {
  color: #c8c8c8;
  font-style: italic;
}

/* line 675, ../scss/custom.scss */
.background-gold {
  background-color: #b8ba93;
  color: #404f5c;
}
/* line 678, ../scss/custom.scss */
.background-gold h2, .background-gold .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .background-gold .field-name-field-featured-box-title, .background-gold .title-gold-large {
  color: white;
}
/* line 681, ../scss/custom.scss */
.background-gold a, .background-gold p, .background-gold li {
  color: #404f5c;
}
/* line 684, ../scss/custom.scss */
.background-gold table, .background-gold td, .background-gold tr, .background-gold thead, .background-gold tbody {
  background: transparent !important;
  border: none !important;
}

/* line 690, ../scss/custom.scss */
.with-shield {
  background-image: url("../images/bg_shield_gold.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

/* line 696, ../scss/custom.scss */
.background-blue {
  background-color: #404f5c;
  color: #FFFFFF;
}

/**Field featured*/
/* line 708, ../scss/custom.scss */
.field-name-field-featured .node-featured-box > h2, .field-name-field-featured .node-featured-box.large-image .node-featured-box > .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box > .title-gold-large, .field-name-field-featured .node-featured-box .gold-arrow h2, .field-name-field-featured .node-featured-box.large-image .gold-arrow .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box .gold-arrow .title-gold-large, .field-name-field-featured .node-featured-box h2.gold-arrow, .field-name-field-featured .node-featured-box.large-image .gold-arrow.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box .gold-arrow.title-gold-large, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box .front-page-box .pane-content > h2 > a, .field-name-field-featured .node-featured-box.large-image .front-page-box .pane-content > .field-name-field-featured-box-title > a, .field-name-field-featured .node-featured-box .front-page-box .pane-content > .title-gold-large > a {
  padding-right: 1.875rem;
  background: url("../images/arrow_right_in_circle_gold.png") no-repeat 100% 0% transparent;
  background-size: 1.85rem;
  min-height: 2.25rem;
  cursor: pointer;
}
/* line 722, ../scss/custom.scss */
.field-name-field-featured .standard-featured-box .pane-node-field-featured-box-image {
  float: right;
  margin: 0 0 0.5rem 0.5rem;
}
/* line 726, ../scss/custom.scss */
.field-name-field-featured .standard-featured-box .image-caption {
  display: none;
}
/* line 729, ../scss/custom.scss */
.field-name-field-featured .standard-featured-box .field-name-field-featured-box-body {
  padding: 0;
}
/* line 733, ../scss/custom.scss */
.field-name-field-featured .feature-box-large-image {
  padding-top: 1rem;
  border-right: 1px dotted #c8c8c8;
}
/* line 736, ../scss/custom.scss */
.field-name-field-featured .feature-box-large-image:last-child {
  border-right: none;
}
/* line 739, ../scss/custom.scss */
.field-name-field-featured .feature-box-large-image .pane-node-field-featured-box-image {
  float: none;
  margin: 0 0 2rem 0;
}
/* line 743, ../scss/custom.scss */
.field-name-field-featured .feature-box-large-image img {
  width: 100%;
  height: auto;
}
/* line 749, ../scss/custom.scss */
.field-name-field-featured .columns.feature-box-large-image:nth-child(2) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* line 754, ../scss/custom.scss */
.field-name-field-featured .background-blue {
  background: #404f5c;
  padding: 1.5rem 2rem !important;
  color: white;
}
/* line 758, ../scss/custom.scss */
.field-name-field-featured .background-blue a {
  color: white;
}
/* line 759, ../scss/custom.scss */
.field-name-field-featured .background-blue h2, .field-name-field-featured .background-blue .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .background-blue .field-name-field-featured-box-title, .field-name-field-featured .background-blue .title-gold-large, .field-name-field-featured .background-blue h2 a, .field-name-field-featured .background-blue .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .background-blue .field-name-field-featured-box-title a, .field-name-field-featured .background-blue .title-gold-large a {
  color: #b8ba93;
}
/* line 762, ../scss/custom.scss */
.field-name-field-featured .double-featured-box > .row-center-1 > .first {
  padding-right: 1rem;
}
/* line 765, ../scss/custom.scss */
.field-name-field-featured .double-featured-box > .row-center-1 > .last {
  padding-left: 1rem;
}
/* line 768, ../scss/custom.scss */
.field-name-field-featured .double-featured-box .field-name-field-featured-box-image img {
  width: 100%;
  height: auto;
}
/* line 772, ../scss/custom.scss */
.field-name-field-featured .double-featured-box .image-caption {
  background-color: #404f5c;
  font-size: 0.8rem;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding: 1rem;
  color: #c8c8c8;
}

/* line 786, ../scss/custom.scss */
.front .l-main .row-center-1 > .first .standard-featured-box .field-name-field-featured-box-body::first-letter,
.front .l-main .row-center-1 > .first .double-featured-box .field-name-field-featured-box-body::first-letter {
  font-size: 3.5rem;
  color: #b8ba93;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  float: left;
  margin: 0rem 0.5rem -0.3rem 0rem;
  line-height: 3rem;
}

/* line 796, ../scss/custom.scss */
.front .l-main .row-center-1 .row-center-top .pane-node-field-featured .field-name-field-featured-box-body::first-letter {
  font-size: 3.5rem;
  color: #b8ba93;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  float: left;
  margin: 0.4rem 0.5rem -0.3rem 0rem;
  line-height: 3rem;
}

/**Person*/
/* line 808, ../scss/custom.scss */
.node-type-person .row-center-1 > .last, .page-person .row-center-1 > .last {
  font-size: 0.875rem;
}
/* line 810, ../scss/custom.scss */
.node-type-person .row-center-1 > .last p, .node-type-person .row-center-1 > .last li, .page-person .row-center-1 > .last p, .page-person .row-center-1 > .last li {
  font-size: 0.875rem;
}
/* line 812, ../scss/custom.scss */
.node-type-person .pane-person-overview-section, .node-type-person .person-overview-section, .page-person .pane-person-overview-section, .page-person .person-overview-section {
  margin-left: -1rem;
  padding-left: 1rem;
  border-bottom: 1px dotted #c8c8c8;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5625rem;
}
/* line 823, ../scss/custom.scss */
.node-type-person .pane-person-overview-section .field-name-field-person-image.field-type-image img, .node-type-person .person-overview-section .field-name-field-person-image.field-type-image img, .page-person .pane-person-overview-section .field-name-field-person-image.field-type-image img, .page-person .person-overview-section .field-name-field-person-image.field-type-image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: right;
  height: 9.375rem;
  width: 9.375rem;
}
/* line 830, ../scss/custom.scss */
.node-type-person .pane-person-overview-section .pane-node-title h1, .node-type-person .pane-person-overview-section .pane-node-title .field-name-field-person-short-display-title, .node-type-person .person-overview-section .pane-node-title h1, .node-type-person .person-overview-section .pane-node-title .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .pane-node-title h1, .page-person .pane-person-overview-section .pane-node-title .field-name-field-person-short-display-title, .page-person .person-overview-section .pane-node-title h1, .page-person .person-overview-section .pane-node-title .field-name-field-person-short-display-title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
/* line 834, ../scss/custom.scss */
.node-type-person .pane-person-overview-section h2.pane-node-title, .node-type-person .pane-person-overview-section .field-name-field-featured .node-featured-box.large-image .pane-node-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-person .pane-person-overview-section .pane-node-title.field-name-field-featured-box-title, .node-type-person .pane-person-overview-section .pane-node-title.title-gold-large, .node-type-person .person-overview-section h2.pane-node-title, .node-type-person .person-overview-section .field-name-field-featured .node-featured-box.large-image .pane-node-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-person .person-overview-section .pane-node-title.field-name-field-featured-box-title, .node-type-person .person-overview-section .pane-node-title.title-gold-large, .page-person .pane-person-overview-section h2.pane-node-title, .page-person .pane-person-overview-section .field-name-field-featured .node-featured-box.large-image .pane-node-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .page-person .pane-person-overview-section .pane-node-title.field-name-field-featured-box-title, .page-person .pane-person-overview-section .pane-node-title.title-gold-large, .page-person .person-overview-section h2.pane-node-title, .page-person .person-overview-section .field-name-field-featured .node-featured-box.large-image .pane-node-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .page-person .person-overview-section .pane-node-title.field-name-field-featured-box-title, .page-person .person-overview-section .pane-node-title.title-gold-large {
  margin-bottom: 1.5625rem;
}
/* line 837, ../scss/custom.scss */
.node-type-person .pane-person-overview-section .pane-node-body, .node-type-person .person-overview-section .pane-node-body, .page-person .pane-person-overview-section .pane-node-body, .page-person .person-overview-section .pane-node-body {
  margin-top: 1.875rem;
}
/* line 841, ../scss/custom.scss */
.node-type-person .pane-node-field-person-position, .node-type-person .person-position, .page-person .pane-node-field-person-position, .page-person .person-position {
  font-style: italic;
}
/* line 844, ../scss/custom.scss */
.node-type-person .pane-person-homepage, .node-type-person .person-homepage, .page-person .pane-person-homepage, .page-person .person-homepage {
  margin-top: 1rem;
}
/* line 846, ../scss/custom.scss */
.node-type-person .pane-person-homepage a, .node-type-person .person-homepage a, .page-person .pane-person-homepage a, .page-person .person-homepage a {
  border-bottom: 1px dotted #404f5c;
}
/* line 850, ../scss/custom.scss */
.node-type-person .pane-person-roles, .node-type-person .person-roles, .page-person .pane-person-roles, .page-person .person-roles {
  margin-bottom: 1rem;
}
/* line 853, ../scss/custom.scss */
.node-type-person .person-short-introduction, .page-person .person-short-introduction {
  margin-bottom: 1rem;
}
/* line 857, ../scss/custom.scss */
.node-type-person .person-email-contact .label, .page-person .person-email-contact .label {
  background: transparent;
  color: #404f5c;
  font-size: 0.9rem;
  padding-left: 0;
}
/* line 864, ../scss/custom.scss */
.node-type-person .people-profile, .page-person .people-profile {
  /**l */
}
/* line 866, ../scss/custom.scss */
.node-type-person .people-profile > dl > dd a.accordion-header, .page-person .people-profile > dl > dd a.accordion-header {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 870, ../scss/custom.scss */
.node-type-person .people-profile > dl > dd .content, .page-person .people-profile > dl > dd .content {
  padding: 0 1.36719rem;
}
/* line 876, ../scss/custom.scss */
.node-type-person .accordion .content a, .page-person .accordion .content a {
  border-bottom: 1px dotted #404f5c;
}

/* line 883, ../scss/custom.scss */
.person-image img, .field-name-field-person-image img {
  border-radius: 100%;
  filter: url(../filters/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  text-align: center;
  color: #c8c8c8;
  font-size: 0.8rem;
}
/* line 892, ../scss/custom.scss */
.person-image img:hover, .field-name-field-person-image img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

/* line 897, ../scss/custom.scss */
.person-name-position, .field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content, .person-summary {
  padding: 0 !important;
  float: left;
  font-size: 0.75rem;
}
/* line 901, ../scss/custom.scss */
.person-name-position .person-name, .field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content .person-name, .person-summary .person-name {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
/* line 906, ../scss/custom.scss */
.person-name-position .person-position, .field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content .person-position, .person-summary .person-position {
  margin-top: 0.5rem;
  font-style: italic;
}

/* line 911, ../scss/custom.scss */
.person-introduction {
  padding: 1rem 0rem;
}

/* line 915, ../scss/custom.scss */
.person-read-more a {
  border-bottom: 1px dotted #c8c8c8;
}

/* line 919, ../scss/custom.scss */
a .person-summary, a .node-person-summary {
  color: #404f5c;
}

/* line 922, ../scss/custom.scss */
.node-person-summary .field-name-field-person-short-display-title, .person-summary .person-short-display-title {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

/* line 928, ../scss/custom.scss */
.person-summary .person-image {
  padding: 0 1rem 0 0 !important;
}

/* line 932, ../scss/custom.scss */
.field-name-field-featured .node-featured-box .field-name-field-related-person {
  padding: 0;
}
/* line 934, ../scss/custom.scss */
.field-name-field-featured .node-featured-box .field-name-field-related-person .field-wrapper {
  padding: 0;
}
/* line 937, ../scss/custom.scss */
.field-name-field-featured .node-featured-box .field-name-field-related-person .field-name-field-person-image {
  padding: 0 1rem 0 0;
}
/* line 940, ../scss/custom.scss */
.field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content {
  padding: 0;
}
/* line 943, ../scss/custom.scss */
.field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content .person-name h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-related-person .node-person .last > .content .person-name .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content .person-name .title-gold-large {
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* line 952, ../scss/custom.scss */
.view-person-list .column > .views-field-nothing {
  margin-bottom: 4rem;
}

/* line 955, ../scss/custom.scss */
.person-rows {
  float: left;
  width: 100%;
}

/* line 959, ../scss/custom.scss */
.person-column {
  border-right: 1px dotted #c8c8c8;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem;
}
/* line 964, ../scss/custom.scss */
.person-column.position-3 {
  border-right: none;
}
/* line 967, ../scss/custom.scss */
.person-column.position-0 {
  padding-left: 0 !important;
}
/* line 970, ../scss/custom.scss */
.person-column .person {
  padding-bottom: 1rem;
}

/**Filter person list*/
/* line 975, ../scss/custom.scss */
.person-scroller {
  padding: 1rem 2rem;
  position: relative;
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}
/* line 983, ../scss/custom.scss */
.person-scroller label {
  display: none;
}
/* line 987, ../scss/custom.scss */
.person-scroller .views-row {
  float: left;
  width: 10%;
  position: relative;
}
/* line 992, ../scss/custom.scss */
.person-scroller .views-row .person-image {
  padding: 0 0.75rem;
}
/* line 994, ../scss/custom.scss */
.person-scroller .views-row .person-image a {
  float: left;
}
/* line 997, ../scss/custom.scss */
.person-scroller .views-row .person-image img {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  text-align: center;
  color: #c8c8c8;
}
/* line 1005, ../scss/custom.scss */
.person-scroller .views-row .views-field-nothing {
  display: none;
  width: 15.625rem;
  background: #b4babd;
  position: absolute;
  -webkit-box-shadow: 1px 1px 5px black;
  -moz-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;
}
/* line 1016, ../scss/custom.scss */
.person-scroller .pager .pager-current {
  display: none;
}
/* line 1021, ../scss/custom.scss */
.person-scroller .pager .pager-previous {
  float: left;
  position: absolute;
  bottom: 20%;
  left: 0;
}
/* line 1026, ../scss/custom.scss */
.person-scroller .pager .pager-previous a {
  float: left;
  height: 30px;
  width: 17px;
  text-indent: 999em;
  background: url("../images/arrow_large_left.png") no-repeat 50% 50% transparent;
}
/* line 1034, ../scss/custom.scss */
.person-scroller .pager .pager-next {
  float: right;
  position: absolute;
  bottom: 20%;
  right: 0;
}
/* line 1039, ../scss/custom.scss */
.person-scroller .pager .pager-next a {
  float: left;
  height: 30px;
  width: 17px;
  text-indent: 999em;
  background: url("../images/arrow_large_right.png") no-repeat 50% 50% transparent;
}

/**Dropdown filter for person*/
/* line 1051, ../scss/custom.scss */
.view-person-list .button.dropdown {
  background: url("../images/arrow_down_in_circle_blue.png") no-repeat 95% 50% #8b969d;
  background-size: 1.5rem;
  padding: 0.5rem 3rem 0.5rem 2rem;
  margin-left: -2rem;
  color: #404f5c;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
/* line 1059, ../scss/custom.scss */
.view-person-list .button.dropdown:before {
  border: none;
}

/* line 1065, ../scss/custom.scss */
.all-filter-list .views-exposed-widgets {
  background-color: #9099a0;
  padding: 1rem;
  margin-bottom: 2rem;
}
/* line 1069, ../scss/custom.scss */
.all-filter-list .views-exposed-widgets label {
  display: none;
}
/* line 1072, ../scss/custom.scss */
.all-filter-list .views-exposed-widgets .views-exposed-widget, .all-filter-list .views-exposed-widgets .views-exposed-widget .form-submit {
  margin: 0;
}
/* line 1075, ../scss/custom.scss */
.all-filter-list .views-exposed-widgets .views-exposed-widget .form-submit {
  padding: 0.65em 1.5em 0.65em 1.5rem;
}
/* line 1078, ../scss/custom.scss */
.all-filter-list .views-exposed-widgets .button.dropdown {
  margin: 0rem 2rem 0 0;
  background: url("../images/arrow_down_in_circle_blue.png") no-repeat 95% 50% #b4babd;
  width: 16rem;
  overflow: hidden;
  text-overflow: clip ellipsis;
  white-space: nowrap;
  color: #404f5c;
}
/* line 1086, ../scss/custom.scss */
.all-filter-list .views-exposed-widgets .button.dropdown:before {
  border: none;
}

/* line 1093, ../scss/custom.scss */
.pagination-centered {
  width: 100%;
  float: left;
  margin-top: 1rem;
}

/**New person list*/
/* line 1100, ../scss/custom.scss */
.pane-people-main-listing, .pane-people-subject-listing, .pane-people-main-listing-2 {
  margin-bottom: 2rem;
}
/* line 1102, ../scss/custom.scss */
.pane-people-main-listing.border-top-gold, .pane-people-subject-listing.border-top-gold, .pane-people-main-listing-2.border-top-gold {
  border-top: 3px solid #b8ba93;
}
/* line 1104, ../scss/custom.scss */
.pane-people-main-listing.border-top-gold h1.pane-title, .pane-people-main-listing.border-top-gold .node-type-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .pane-people-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing.border-top-gold .node-type-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .person-overview-section .pane-people-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing.border-top-gold .page-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .pane-person-overview-section .pane-people-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing.border-top-gold .page-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .person-overview-section .pane-people-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing.border-top-gold h2.pane-title, .pane-people-main-listing.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .pane-people-main-listing.border-top-gold .pane-title.field-name-field-featured-box-title, .pane-people-main-listing.border-top-gold .pane-title.title-gold-large, .pane-people-subject-listing.border-top-gold h1.pane-title, .pane-people-subject-listing.border-top-gold .node-type-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .pane-people-subject-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-subject-listing.border-top-gold .node-type-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .person-overview-section .pane-people-subject-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-subject-listing.border-top-gold .page-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .pane-person-overview-section .pane-people-subject-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-subject-listing.border-top-gold .page-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .person-overview-section .pane-people-subject-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-subject-listing.border-top-gold h2.pane-title, .pane-people-subject-listing.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .pane-people-subject-listing.border-top-gold .pane-title.field-name-field-featured-box-title, .pane-people-subject-listing.border-top-gold .pane-title.title-gold-large, .pane-people-main-listing-2.border-top-gold h1.pane-title, .pane-people-main-listing-2.border-top-gold .node-type-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .pane-people-main-listing-2.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing-2.border-top-gold .node-type-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .person-overview-section .pane-people-main-listing-2.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing-2.border-top-gold .page-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .pane-person-overview-section .pane-people-main-listing-2.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing-2.border-top-gold .page-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .person-overview-section .pane-people-main-listing-2.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-people-main-listing-2.border-top-gold h2.pane-title, .pane-people-main-listing-2.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .pane-people-main-listing-2.border-top-gold .pane-title.field-name-field-featured-box-title, .pane-people-main-listing-2.border-top-gold .pane-title.title-gold-large {
  color: #b8ba93;
  padding: 1rem 0rem 0.5rem 0rem;
  padding-left: 0;
}
/* line 1110, ../scss/custom.scss */
.pane-people-main-listing .views-row .row .column-last, .pane-people-subject-listing .views-row .row .column-last, .pane-people-main-listing-2 .views-row .row .column-last {
  padding-left: 1rem;
}
/* line 1113, ../scss/custom.scss */
.pane-people-main-listing .person-name, .pane-people-subject-listing .person-name, .pane-people-main-listing-2 .person-name {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #404f5c;
  font-size: 1.25rem;
  width: 100%;
}
/* line 1119, ../scss/custom.scss */
.pane-people-main-listing .person-postnomials, .pane-people-subject-listing .person-postnomials, .pane-people-main-listing-2 .person-postnomials {
  color: #b0ad82;
  font-size: 0.8125rem;
  font-weight: 300;
  width: 100%;
}
/* line 1125, ../scss/custom.scss */
.pane-people-main-listing .person-role, .pane-people-subject-listing .person-role, .pane-people-main-listing-2 .person-role {
  font-weight: 300;
  font-style: italic;
}
/* line 1129, ../scss/custom.scss */
.pane-people-main-listing .person-position, .pane-people-subject-listing .person-position, .pane-people-main-listing-2 .person-position {
  font-weight: 300;
  margin-right: 3rem;
  font-style: italic;
}
/* line 1135, ../scss/custom.scss */
.pane-people-main-listing .person-profile-link, .pane-people-subject-listing .person-profile-link, .pane-people-main-listing-2 .person-profile-link {
  font-weight: 300;
  font-style: italic;
  width: 100%;
}
/* line 1140, ../scss/custom.scss */
.pane-people-main-listing .f-dropdown.content, .pane-people-subject-listing .f-dropdown.content, .pane-people-main-listing-2 .f-dropdown.content {
  background-color: #fafafa;
  -webkit-box-shadow: #999999 2px 2px 2px;
  -moz-box-shadow: #999999 2px 2px 2px;
  box-shadow: #999999 2px 2px 2px;
}
/* line 1143, ../scss/custom.scss */
.pane-people-main-listing .f-dropdown.content:before, .pane-people-subject-listing .f-dropdown.content:before, .pane-people-main-listing-2 .f-dropdown.content:before {
  left: 0 !important;
}
/* line 1147, ../scss/custom.scss */
.pane-people-main-listing .f-dropdown:before, .pane-people-main-listing .f-dropdown:after, .pane-people-subject-listing .f-dropdown:before, .pane-people-subject-listing .f-dropdown:after, .pane-people-main-listing-2 .f-dropdown:before, .pane-people-main-listing-2 .f-dropdown:after {
  border-width: 0px !important;
}
/* line 1150, ../scss/custom.scss */
.pane-people-main-listing .views-row, .pane-people-subject-listing .views-row, .pane-people-main-listing-2 .views-row {
  float: left;
  width: 100%;
  padding: 0.25rem 0;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
/* line 1156, ../scss/custom.scss */
.pane-people-main-listing .views-row a.dropdown-link, .pane-people-subject-listing .views-row a.dropdown-link, .pane-people-main-listing-2 .views-row a.dropdown-link {
  color: #404f5c;
}
/* line 1158, ../scss/custom.scss */
.pane-people-main-listing .views-row a.dropdown-link:hover, .pane-people-subject-listing .views-row a.dropdown-link:hover, .pane-people-main-listing-2 .views-row a.dropdown-link:hover {
  color: #3955a5;
}
/* line 1163, ../scss/custom.scss */
.pane-people-main-listing form, .pane-people-subject-listing form, .pane-people-main-listing-2 form {
  padding: 1rem;
  background: #FFF;
  border: 1px solid #c8c8c8;
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 1170, ../scss/custom.scss */
.pane-people-main-listing form input, .pane-people-subject-listing form input, .pane-people-main-listing-2 form input {
  margin-bottom: 0 !important;
}
/* line 1173, ../scss/custom.scss */
.pane-people-main-listing form button, .pane-people-subject-listing form button, .pane-people-main-listing-2 form button {
  margin-bottom: 0 !important;
}
/* line 1176, ../scss/custom.scss */
.pane-people-main-listing form .form-type-textfield, .pane-people-main-listing form .form-type-select, .pane-people-subject-listing form .form-type-textfield, .pane-people-subject-listing form .form-type-select, .pane-people-main-listing-2 form .form-type-textfield, .pane-people-main-listing-2 form .form-type-select {
  float: left;
  width: 40%;
  margin: 0;
  padding: 0;
  margin-right: 0.5rem;
}
/* line 1182, ../scss/custom.scss */
.pane-people-main-listing form .form-submit, .pane-people-subject-listing form .form-submit, .pane-people-main-listing-2 form .form-submit {
  float: left;
}
/* line 1185, ../scss/custom.scss */
.pane-people-main-listing form .form-item-search-words, .pane-people-subject-listing form .form-item-search-words, .pane-people-main-listing-2 form .form-item-search-words {
  width: 86%;
}

@media only screen and (max-width: 40em) {
  /* line 1192, ../scss/custom.scss */
  .pane-people-main-listing-2 form .form-item-search-words {
    width: 69%;
    margin-right: 0;
  }
}
/**Tweets*/
/* line 1199, ../scss/custom.scss */
.view-tweets {
  color: #262626;
  font-size: 0.9rem;
  margin-top: 1.25rem;
}
/* line 1204, ../scss/custom.scss */
.view-tweets .views-row {
  padding-bottom: 10px;
  float: left;
}
/* line 1207, ../scss/custom.scss */
.view-tweets .views-row a {
  color: #C6006F;
}
/* line 1210, ../scss/custom.scss */
.view-tweets .views-field-name, .view-tweets .views-field-screen-name, .view-tweets .views-field-created-time {
  display: inline;
  margin-right: 5px;
  font-weight: 100;
}
/* line 1213, ../scss/custom.scss */
.view-tweets .views-field-created-time {
  float: right;
}
/* line 1216, ../scss/custom.scss */
.view-tweets .views-field-name {
  font-weight: normal;
  padding-left: 15px;
  background: url("images/micro_tweetbird.png") no-repeat 0 0 transparent;
}
/* line 1220, ../scss/custom.scss */
.view-tweets .views-field-screen-name:before {
  content: "@";
}

/**Blog*/
/* line 1227, ../scss/custom.scss */
.view-blogs .views-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  float: left;
  width: 100%;
}
/* line 1228, ../scss/custom.scss */
.view-blogs .views-row a {
  color: #666666;
  background: url("images/leaf.png") no-repeat scroll 100% 50% transparent;
  float: left;
  width: 100%;
}
/* line 1229, ../scss/custom.scss */
.view-blogs .title {
  font-weight: bold;
  color: #C6006F;
}
/* line 1230, ../scss/custom.scss */
.view-blogs .view-content > h3 {
  font-size: 2em;
  color: #333333;
  margin-bottom: 10px;
}
/* line 1231, ../scss/custom.scss */
.view-blogs .views-field-created {
  font-size: 0.9em;
  color: #333333;
}
/* line 1232, ../scss/custom.scss */
.view-blogs .date {
  font-size: 0.9em;
  font-style: italic;
}
/* line 1233, ../scss/custom.scss */
.view-blogs .more {
  color: #C6006F;
}

/**Footers*/
/* line 1237, ../scss/custom.scss */
.footer-first {
  background-color: #404f5c;
  width: 100%;
  color: white;
  padding: 2rem 0;
}
/* line 1244, ../scss/custom.scss */
.footer-first h2.pane-title, .footer-first .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .footer-first .pane-title.field-name-field-featured-box-title, .footer-first .pane-title.title-gold-large, .footer-first h2, .footer-first .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .footer-first .field-name-field-featured-box-title, .footer-first .title-gold-large {
  color: #b8ba93;
}
/* line 1246, ../scss/custom.scss */
.footer-first h2.pane-title a, .footer-first .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .footer-first .pane-title.field-name-field-featured-box-title a, .footer-first .pane-title.title-gold-large a, .footer-first h2 a, .footer-first .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .footer-first .field-name-field-featured-box-title a, .footer-first .title-gold-large a {
  color: #b8ba93;
}
/* line 1249, ../scss/custom.scss */
.footer-first > .block {
  max-width: 1140px;
  margin: 0 auto;
}
/* line 1255, ../scss/custom.scss */
.footer-first ul.menu {
  margin: 0 0 0 0;
  float: left;
  width: 100%;
  font-size: 0.875rem;
}
/* line 1261, ../scss/custom.scss */
.footer-first ul.menu li {
  color: #d9d9d9;
  width: 50%;
  float: left;
  padding: 0px 5px;
  margin-top: 5px;
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1272, ../scss/custom.scss */
.footer-first ul.menu li a {
  color: #d9d9d9;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 1276, ../scss/custom.scss */
.footer-first ul.menu li a:hover, .footer-first ul.menu li a.active {
  color: #b8ba93;
}
/* line 1283, ../scss/custom.scss */
.footer-first .pane-block {
  width: 33%;
  float: left;
}
/* line 1288, ../scss/custom.scss */
.footer-first .pane-node-field-featured-box-title {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #b8ba93;
  margin-bottom: 1rem;
}
/* line 1294, ../scss/custom.scss */
.footer-first .field-name-field-featured-box-image {
  padding: 0 1rem 0 0;
}
/* line 1298, ../scss/custom.scss */
.footer-first .node a {
  color: #b8ba93;
}
/* line 1301, ../scss/custom.scss */
.footer-first .node .row-center-1 {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
/* line 1307, ../scss/custom.scss */
.footer-first .standard-featured-box .row-center-1 > .columns.last {
  padding: 0 !important;
}

/* line 1312, ../scss/custom.scss */
.footer-second {
  background-color: #c8c8c8;
  width: 100%;
}
/* line 1316, ../scss/custom.scss */
.footer-second > .block {
  max-width: 1140px;
  margin: 0 auto;
}

/* line 1323, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive #mini-panel-footer_standard_responsive > .columns {
  border-right: 1px dotted #f0f0ef;
  padding: 0 1rem;
}
/* line 1326, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive #mini-panel-footer_standard_responsive > .columns:first-child {
  padding-left: 0rem;
}
/* line 1327, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive #mini-panel-footer_standard_responsive > .columns:last-child {
  border-right: none;
  padding-right: 0rem;
}
/* line 1329, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .footer-links, .block-panels-mini-footer-standard-responsive .copyright {
  font-size: 0.875rem;
}
/* line 1332, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .footer-links ul {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 0.875rem;
  float: left;
  width: 100%;
}
/* line 1338, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .footer-links ul li {
  list-style-type: none;
  float: left;
  margin-right: 3.125rem;
}
/* line 1342, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .footer-links ul li:last-child {
  margin-right: 0;
}
/* line 1346, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .footer-links ul a {
  color: #FFFFFF;
}
/* line 1351, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .node h2, .block-panels-mini-footer-standard-responsive .node .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .block-panels-mini-footer-standard-responsive .node .field-name-field-featured-box-title, .block-panels-mini-footer-standard-responsive .node .title-gold-large {
  font-size: 1rem;
}
/* line 1354, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .node, .block-panels-mini-footer-standard-responsive .node p {
  font-size: 0.8125rem;
}
/* line 1357, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .node .row-last {
  border-bottom: none !important;
}
/* line 1360, ../scss/custom.scss */
.block-panels-mini-footer-standard-responsive .node .row-center-1 > .first {
  border: none !important;
}

/* line 1365, ../scss/custom.scss */
.all-souls-footer-logo {
  text-indent: -9999em;
  width: 70%;
  height: 67px;
  background: url("../images/asc_footer_logo.png") no-repeat 0 0 transparent;
  background-size: 100%;
  margin-bottom: 1rem;
}

/* line 1373, ../scss/custom.scss */
.footer-last-row {
  position: relative;
  margin-top: 2rem !important;
}

/* line 1377, ../scss/custom.scss */
.ou-logo-wrapper {
  float: left;
  width: 50px;
  height: 40px;
}

/* line 1382, ../scss/custom.scss */
.ou-logo {
  background: url("../images/ou_logo_small.png") no-repeat 0 0 transparent;
  background-size: 100%;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: -7px;
  right: 0;
}

@media only screen and (min-width: 64.063em) {
  /* line 1393, ../scss/custom.scss */
  .all-souls-name {
    letter-spacing: 5px;
  }
}
/* line 1397, ../scss/custom.scss */
.footer-address {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/**Landing page*/
/* line 1406, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold, .node-type-landing-page.standard-left-navigation .person-short-display-title, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold, .node-type-page.standard-left-navigation .person-short-display-title, .node-type-person.standard-left-navigation .person-short-display-title, .node-type-event.standard-left-navigation .pane-node-title.border-top-gold, .node-type-event.standard-left-navigation .person-short-display-title, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold, .node-type-event-series.standard-left-navigation .person-short-display-title, .page-person.standard-left-navigation .pane-node-title.border-top-gold, .page-person.standard-left-navigation .person-short-display-title, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold, .node-type-news.standard-left-navigation .person-short-display-title {
  padding: 1rem 0rem 0rem 0rem;
  padding-left: 0;
  border-top: 3px solid #b8ba93;
  color: #b8ba93;
}
/* line 1411, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-landing-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .person-short-display-title h1, .node-type-landing-page.standard-left-navigation .person-short-display-title .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-landing-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .person-short-display-title .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-landing-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .person-short-display-title .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-landing-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-landing-page.standard-left-navigation .person-short-display-title .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-landing-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .pane-person-overview-section .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .person-overview-section .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .person-overview-section .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-page.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-person.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .person-short-display-title h1, .node-type-person.standard-left-navigation .person-short-display-title h1, .node-type-page.standard-left-navigation .person-short-display-title .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .person-short-display-title .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .pane-person-overview-section .person-short-display-title .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .person-short-display-title .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .person-short-display-title .person-overview-section .field-name-field-person-short-display-title, .node-type-person.standard-left-navigation .person-overview-section .person-short-display-title .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .person-short-display-title .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-person.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-page.standard-left-navigation .person-short-display-title .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-page.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-person.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-event.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .person-short-display-title h1, .node-type-event.standard-left-navigation .person-short-display-title .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-event.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .person-short-display-title .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-event.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .person-short-display-title .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-event.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event.standard-left-navigation .person-short-display-title .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-event.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-event-series.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .person-short-display-title h1, .node-type-event-series.standard-left-navigation .person-short-display-title .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-event-series.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .person-short-display-title .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-event-series.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .person-short-display-title .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-event-series.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-event-series.standard-left-navigation .person-short-display-title .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-event-series.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .page-person.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-person .pane-person-overview-section .page-person.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-person .person-overview-section .page-person.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-person.standard-left-navigation .pane-node-title.border-top-gold .pane-person-overview-section .field-name-field-person-short-display-title, .page-person.standard-left-navigation .pane-person-overview-section .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-person.standard-left-navigation .pane-node-title.border-top-gold .person-overview-section .field-name-field-person-short-display-title, .page-person.standard-left-navigation .person-overview-section .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-person.standard-left-navigation .person-short-display-title h1, .node-type-person .pane-person-overview-section .page-person.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-person .person-overview-section .page-person.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .page-person.standard-left-navigation .person-short-display-title .pane-person-overview-section .field-name-field-person-short-display-title, .page-person.standard-left-navigation .pane-person-overview-section .person-short-display-title .field-name-field-person-short-display-title, .page-person.standard-left-navigation .person-short-display-title .person-overview-section .field-name-field-person-short-display-title, .page-person.standard-left-navigation .person-overview-section .person-short-display-title .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold h1, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-news.standard-left-navigation .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .person-short-display-title h1, .node-type-news.standard-left-navigation .person-short-display-title .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-news.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .person-short-display-title .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-news.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .person-short-display-title .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-news.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title, .node-type-news.standard-left-navigation .person-short-display-title .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-news.standard-left-navigation .person-short-display-title .field-name-field-person-short-display-title {
  margin: 0;
  color: #b8ba93;
  font-size: 1.5rem;
}
/* line 1417, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold, .page-person.standard-left-navigation .pane-node-body.border-top-gold, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold {
  padding: 1rem;
  padding-left: 0;
  border-top: 3px solid #b8ba93;
  margin-bottom: 3.125rem;
}
/* line 1423, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-page.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-person.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large, .page-person.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .page-person.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .page-person.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .page-person.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold h2.pane-title, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-news.standard-left-navigation .pane-node-body.border-top-gold .pane-title.field-name-field-featured-box-title, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold .pane-title.title-gold-large {
  color: #b8ba93;
}
/* line 1426, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold table, .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold tr, .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold td, .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold tbody, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold table, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold table, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold tr, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold tr, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold td, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold td, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold tbody, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold tbody, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold table, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold tr, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold td, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold tbody, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold table, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold tr, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold td, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold tbody, .page-person.standard-left-navigation .pane-node-body.border-top-gold table, .page-person.standard-left-navigation .pane-node-body.border-top-gold tr, .page-person.standard-left-navigation .pane-node-body.border-top-gold td, .page-person.standard-left-navigation .pane-node-body.border-top-gold tbody, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold table, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold tr, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold td, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold tbody {
  background: transparent;
  border: none !important;
}
/* line 1430, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p, .page-person.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .page-person.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold .field-name-body, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold .field-name-body p {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 1434, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p, .node-type-page.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p, .node-type-person.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p, .node-type-event.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p, .node-type-event-series.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p, .page-person.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p, .node-type-news.standard-left-navigation .pane-node-body.border-top-gold .highlight-table p {
  line-height: auto;
  color: #404f5c;
}
/* line 1439, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .border-bottom-gold, .node-type-page.standard-left-navigation .border-bottom-gold, .node-type-person.standard-left-navigation .border-bottom-gold, .node-type-event.standard-left-navigation .border-bottom-gold, .node-type-event-series.standard-left-navigation .border-bottom-gold, .page-person.standard-left-navigation .border-bottom-gold, .node-type-news.standard-left-navigation .border-bottom-gold {
  border-bottom: 3px solid #b8ba93;
}
/* line 1441, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .border-bottom-gold.event-summary-end, .node-type-page.standard-left-navigation .border-bottom-gold.event-summary-end, .node-type-person.standard-left-navigation .border-bottom-gold.event-summary-end, .node-type-event.standard-left-navigation .border-bottom-gold.event-summary-end, .node-type-event-series.standard-left-navigation .border-bottom-gold.event-summary-end, .page-person.standard-left-navigation .border-bottom-gold.event-summary-end, .node-type-news.standard-left-navigation .border-bottom-gold.event-summary-end {
  width: 100%;
  margin: 2rem 0;
  float: left;
}
/* line 1447, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .large-light-weight-font, .node-type-landing-page.standard-left-navigation .large-light-weight-font p, .node-type-page.standard-left-navigation .large-light-weight-font, .node-type-person.standard-left-navigation .large-light-weight-font, .node-type-page.standard-left-navigation .large-light-weight-font p, .node-type-person.standard-left-navigation .large-light-weight-font p, .node-type-event.standard-left-navigation .large-light-weight-font, .node-type-event.standard-left-navigation .large-light-weight-font p, .node-type-event-series.standard-left-navigation .large-light-weight-font, .node-type-event-series.standard-left-navigation .large-light-weight-font p, .page-person.standard-left-navigation .large-light-weight-font, .page-person.standard-left-navigation .large-light-weight-font p, .node-type-news.standard-left-navigation .large-light-weight-font, .node-type-news.standard-left-navigation .large-light-weight-font p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 1453, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .pane-node-body.border-bottom-dotted, .node-type-page.standard-left-navigation .pane-node-body.border-bottom-dotted, .node-type-person.standard-left-navigation .pane-node-body.border-bottom-dotted, .node-type-event.standard-left-navigation .pane-node-body.border-bottom-dotted, .node-type-event-series.standard-left-navigation .pane-node-body.border-bottom-dotted, .page-person.standard-left-navigation .pane-node-body.border-bottom-dotted, .node-type-news.standard-left-navigation .pane-node-body.border-bottom-dotted {
  border-bottom: 1px dotted #c8c8c8;
}
/* line 1456, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .last .pane-node-body.border-bottom-dotted, .node-type-page.standard-left-navigation .last .pane-node-body.border-bottom-dotted, .node-type-person.standard-left-navigation .last .pane-node-body.border-bottom-dotted, .node-type-event.standard-left-navigation .last .pane-node-body.border-bottom-dotted, .node-type-event-series.standard-left-navigation .last .pane-node-body.border-bottom-dotted, .page-person.standard-left-navigation .last .pane-node-body.border-bottom-dotted, .node-type-news.standard-left-navigation .last .pane-node-body.border-bottom-dotted {
  margin-left: -1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

/**Landing page with events*/
/* line 1466, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .field-name-field-featured > .row > .columns {
  float: left;
  padding: 0 1.25rem 1.875rem;
}
/* line 1470, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .field-name-field-featured > .row > .columns:first-child {
  padding-left: 0;
}
/* line 1473, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .field-name-field-featured > .row > .columns:last-child {
  padding-right: 0;
}
/* line 1476, ../scss/custom.scss */
.node-type-landing-page.standard-left-navigation .field-name-field-featured > .row > .columns.large-12 {
  padding-left: 0;
  padding-right: 0;
}
/* line 1481, ../scss/custom.scss */
.node-type-landing-page .field-name-field-event-speakers {
  font-weight: normal;
  /**l */
}

/* line 1485, ../scss/custom.scss */
.masonry-left {
  border-right: 1px dotted #c8c8c8;
}

/* line 1488, ../scss/custom.scss */
.page-node-110 .masonry-left {
  padding-left: 0px !important;
  padding-right: 1rem !important;
}

/* line 1494, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main {
  max-width: 100%;
}
/* line 1497, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main .row-top.full-width {
  background-color: #F5F5F5;
  padding-top: 1rem;
}
/* line 1501, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main .row-top.full-width .row-center-1 .field-name-field-featured-box-body, .node-type-landing-page.full-width-page .row.l-main .row-top.full-width .row-center-1 .field-name-field-featured-box-body p {
  font-size: 1.25rem;
  font-weight: 300;
}
/* line 1505, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main .row-top.full-width .row-center-1 .field-name-field-featured-box-image {
  padding-left: 0.6rem;
}
/* line 1510, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main > .main.columns {
  padding: 0;
}
/* line 1513, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main .row-center-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 1517, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row.l-main .row-center-1, .node-type-landing-page.full-width-page .row.l-main .row-last {
  max-width: 1140px;
  margin: 0 auto;
}
/* line 1523, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-top {
  border-bottom: 1px dotted #c8c8c8;
  margin-bottom: 1rem;
}
/* line 1526, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-top .flexible-featured-row {
  margin-bottom: 0.5rem;
}
/* line 1528, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-top .flexible-featured-row > .row > .columns {
  padding: 0 !important;
}
/* line 1530, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-top .flexible-featured-row > .row > .columns .field-featured-box-image {
  margin: 0;
}
/* line 1536, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-middle > .columns {
  border-right: 1px dotted #c8c8c8;
}
/* line 1538, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-middle > .columns .flexible-featured-row:first-child .node-featured-box {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #c8c8c8;
}
/* line 1544, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-middle-left .flexible-featured-row > .row > .columns {
  padding-left: 0 !important;
}
/* line 1549, ../scss/custom.scss */
.node-type-landing-page.full-width-page .flexible-featured-row.number-items-1 {
  background: transparent;
}
/* line 1552, ../scss/custom.scss */
.node-type-landing-page.full-width-page .flexible-featured-row > .row {
  max-width: 1140px;
  margin: 0 auto;
}
/* line 1556, ../scss/custom.scss */
.node-type-landing-page.full-width-page .flexible-featured-row > .row > .columns {
  border-left: 1px dotted #c8c8c8;
  padding: 1rem;
}
/* line 1559, ../scss/custom.scss */
.node-type-landing-page.full-width-page .flexible-featured-row > .row > .columns.position-0 {
  border-left: none;
}
/* line 1566, ../scss/custom.scss */
.node-type-landing-page.full-width-page .flexible-featured-row:last-child {
  margin-bottom: 2rem;
}
/* line 1569, ../scss/custom.scss */
.node-type-landing-page.full-width-page .flexible-featured-row .node-featured-box > h2, .node-type-landing-page.full-width-page .flexible-featured-row .field-name-field-featured .node-featured-box.large-image .node-featured-box > .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-landing-page.full-width-page .flexible-featured-row .node-featured-box > .field-name-field-featured-box-title, .node-type-landing-page.full-width-page .flexible-featured-row .node-featured-box > .title-gold-large {
  background: none;
}
/* line 1573, ../scss/custom.scss */
.node-type-landing-page.full-width-page .columns.position-0 .node-featured-box {
  padding-right: 1rem;
}
/* line 1575, ../scss/custom.scss */
.node-type-landing-page.full-width-page .columns.position-0 .node-featured-box.triple-featured-box {
  padding-right: 0;
}
/* line 1577, ../scss/custom.scss */
.node-type-landing-page.full-width-page .columns.position-0 .node-featured-box.triple-featured-box .columns.last {
  padding-left: 1rem;
}
/* line 1583, ../scss/custom.scss */
.node-type-landing-page.full-width-page .triple-featured-box .field-name-field-featured-box-body, .node-type-landing-page.full-width-page .triple-featured-box .field-name-field-featured-box-body p {
  font-size: 1.2rem;
}
/* line 1584, ../scss/custom.scss */
.node-type-landing-page.full-width-page .triple-featured-box .pane-node-field-featured-box-image {
  margin: 0.5rem 0 0 0.75rem;
}
/* line 1586, ../scss/custom.scss */
.node-type-landing-page.full-width-page .node-featured-box .row-center-1 {
  padding: 0 !important;
}
/* line 1589, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-1 > .columns.last {
  padding: 0 0rem 0 1.375rem;
}
/* line 1591, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-center-1 > .columns.last .node-widget .pane-views-panes {
  margin-bottom: 1rem;
}
/* line 1595, ../scss/custom.scss */
.node-type-landing-page.full-width-page .row-top .row-center-1 > .columns.last {
  padding: 0;
}

/* line 1600, ../scss/custom.scss */
.node-type-landing-page .row.l-main > .breadcrumbs {
  max-width: 1140px;
  margin: 0 auto;
}

/* line 1605, ../scss/custom.scss */
.landing-page-block {
  padding-bottom: 1rem;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 4px solid #b8ba93;
  background: #FFF;
}
/* line 1612, ../scss/custom.scss */
.landing-page-block .view-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
/* line 1616, ../scss/custom.scss */
.landing-page-block .view-content h3 {
  color: #b8ba93;
}
/* line 1620, ../scss/custom.scss */
.landing-page-block .views-row a {
  color: #404f5c;
}
/* line 1624, ../scss/custom.scss */
.landing-page-block .view-header {
  background: #b8ba93;
  padding: 0.5rem 1rem;
  color: #FFF;
}
/* line 1628, ../scss/custom.scss */
.landing-page-block .view-header a {
  color: #FFF;
}
/* line 1630, ../scss/custom.scss */
.landing-page-block .view-header a h3 {
  padding: 0;
  color: #FFF;
}
/* line 1637, ../scss/custom.scss */
.landing-page-block.news-list .views-row {
  margin-bottom: 0.5rem;
}
/* line 1639, ../scss/custom.scss */
.landing-page-block.news-list .views-row a {
  color: #404f5c;
}
/* line 1643, ../scss/custom.scss */
.landing-page-block .more-link-right {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
}

/* line 1650, ../scss/custom.scss */
h3.arrow {
  padding-right: 1.875rem;
  min-height: 2.25rem;
  width: 100%;
  font-size: 1.5rem;
}
/* line 1655, ../scss/custom.scss */
h3.arrow.arrow-gold {
  background: url("../images/arrow_right_in_circle_gold.png") no-repeat 100% 50% transparent;
  color: #b8ba93;
  margin: 0;
}
/* line 1660, ../scss/custom.scss */
h3.arrow.arrow-blue {
  background: url("../images/arrow_right_in_circle_blue.png") no-repeat 100% 50% transparent;
  margin: 0;
}

/* line 1667, ../scss/custom.scss */
.front-page-diary .view-content h3 {
  color: #b8ba93;
}
/* line 1671, ../scss/custom.scss */
.front-page-diary .view-content a:hover {
  color: #2a9fff;
}
/* line 1674, ../scss/custom.scss */
.front-page-diary .view-content .date-display-single {
  color: #b8ba93;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}
/* line 1679, ../scss/custom.scss */
.front-page-diary .view-content .views-row + h3 {
  margin-top: 1rem;
}
/* line 1682, ../scss/custom.scss */
.front-page-diary .view-content .views-row {
  background-color: white;
  padding: 0.5rem 0;
}
/* line 1685, ../scss/custom.scss */
.front-page-diary .view-content .views-row.views-row-last {
  border-bottom: none;
}

/* line 1700, ../scss/custom.scss */
.pane-menu-menu-front-page-buttons {
  margin: 0 0 0 -1rem;
}

/* line 1706, ../scss/custom.scss */
.front-page-buttons .column {
  padding: 0rem 1rem !important;
}
/* line 1709, ../scss/custom.scss */
.front-page-buttons a {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, 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); } */
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  background-color: #b8ba93;
  border-color: #9da06a;
  color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: left;
  font-size: 1.5rem;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-image: url(../images/arrow_right_in_circle_blue.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #FFF;
  padding-left: 1rem;
  min-height: 27px;
  border: 1px solid #c8c8c8;
}
/* line 144, ../scss/components/_buttons.scss */
.front-page-buttons a:hover, .front-page-buttons a:focus {
  background-color: #9da06a;
}
/* line 155, ../scss/components/_buttons.scss */
.front-page-buttons a:hover, .front-page-buttons a:focus {
  color: white;
}

/* line 1723, ../scss/custom.scss */
.front-page-news {
  border-bottom: 1px dotted #c8c8c8;
  padding-bottom: 0.25rem;
  margin-bottom: 1.5rem;
}
/* line 1727, ../scss/custom.scss */
.front-page-news .views-row {
  margin-bottom: 0.75rem;
}

/**Events*/
/* line 1736, ../scss/custom.scss */
.view-events-events-in-series .view-content .views-row {
  float: left;
  width: 100%;
}
/* line 1739, ../scss/custom.scss */
.view-events-events-in-series .view-content .views-row .day {
  width: 2rem;
  float: left;
}

/* line 1747, ../scss/custom.scss */
.node-event-series.node-featured-box, .node-event.node-featured-box, .node-type-event-series.node-featured-box, .node-type-event.node-featured-box {
  font-size: 0.875rem;
}
/* line 1749, ../scss/custom.scss */
.node-event-series.node-featured-box p, .node-event-series.node-featured-box li, .node-event.node-featured-box p, .node-event.node-featured-box li, .node-type-event-series.node-featured-box p, .node-type-event-series.node-featured-box li, .node-type-event.node-featured-box p, .node-type-event.node-featured-box li {
  font-size: 0.875rem;
}
/* line 1750, ../scss/custom.scss */
.node-event-series.node-featured-box > h2, .field-name-field-featured .node-featured-box.large-image .node-event-series.node-featured-box > .field-name-field-featured-box-title, .node-event-series.node-featured-box > .title-gold-large, .node-event.node-featured-box > h2, .field-name-field-featured .node-featured-box.large-image .node-event.node-featured-box > .field-name-field-featured-box-title, .node-event.node-featured-box > .title-gold-large, .node-type-event-series.node-featured-box > h2, .field-name-field-featured .node-featured-box.large-image .node-type-event-series.node-featured-box > .field-name-field-featured-box-title, .node-type-event-series.node-featured-box > .title-gold-large, .node-type-event.node-featured-box > h2, .field-name-field-featured .node-featured-box.large-image .node-type-event.node-featured-box > .field-name-field-featured-box-title, .node-type-event.node-featured-box > .title-gold-large {
  margin-bottom: 1.5625rem;
}
/* line 1752, ../scss/custom.scss */
.node-event-series.node-featured-box > h2 a, .field-name-field-featured .node-featured-box.large-image .node-event-series.node-featured-box > .field-name-field-featured-box-title a, .node-event-series.node-featured-box > .title-gold-large a, .node-event.node-featured-box > h2 a, .field-name-field-featured .node-featured-box.large-image .node-event.node-featured-box > .field-name-field-featured-box-title a, .node-event.node-featured-box > .title-gold-large a, .node-type-event-series.node-featured-box > h2 a, .field-name-field-featured .node-featured-box.large-image .node-type-event-series.node-featured-box > .field-name-field-featured-box-title a, .node-type-event-series.node-featured-box > .title-gold-large a, .node-type-event.node-featured-box > h2 a, .field-name-field-featured .node-featured-box.large-image .node-type-event.node-featured-box > .field-name-field-featured-box-title a, .node-type-event.node-featured-box > .title-gold-large a {
  color: #404f5c;
}
/* line 1756, ../scss/custom.scss */
.node-event-series.node-featured-box h2.pane-title, .node-event-series.node-featured-box .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-event-series.node-featured-box .pane-title.field-name-field-featured-box-title, .node-event-series.node-featured-box .pane-title.title-gold-large, .node-event.node-featured-box h2.pane-title, .node-event.node-featured-box .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-event.node-featured-box .pane-title.field-name-field-featured-box-title, .node-event.node-featured-box .pane-title.title-gold-large, .node-type-event-series.node-featured-box h2.pane-title, .node-type-event-series.node-featured-box .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series.node-featured-box .pane-title.field-name-field-featured-box-title, .node-type-event-series.node-featured-box .pane-title.title-gold-large, .node-type-event.node-featured-box h2.pane-title, .node-type-event.node-featured-box .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event.node-featured-box .pane-title.field-name-field-featured-box-title, .node-type-event.node-featured-box .pane-title.title-gold-large {
  display: none;
}
/* line 1757, ../scss/custom.scss */
.node-event-series.node-featured-box .field-label, .node-event-series.node-featured-box h2.field-label, .node-event-series.node-featured-box .field-name-field-featured .node-featured-box.large-image .field-label.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-event-series.node-featured-box .field-label.field-name-field-featured-box-title, .node-event-series.node-featured-box .field-label.title-gold-large, .node-event.node-featured-box .field-label, .node-event.node-featured-box h2.field-label, .node-event.node-featured-box .field-name-field-featured .node-featured-box.large-image .field-label.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-event.node-featured-box .field-label.field-name-field-featured-box-title, .node-event.node-featured-box .field-label.title-gold-large, .node-type-event-series.node-featured-box .field-label, .node-type-event-series.node-featured-box h2.field-label, .node-type-event-series.node-featured-box .field-name-field-featured .node-featured-box.large-image .field-label.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series.node-featured-box .field-label.field-name-field-featured-box-title, .node-type-event-series.node-featured-box .field-label.title-gold-large, .node-type-event.node-featured-box .field-label, .node-type-event.node-featured-box h2.field-label, .node-type-event.node-featured-box .field-name-field-featured .node-featured-box.large-image .field-label.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event.node-featured-box .field-label.field-name-field-featured-box-title, .node-type-event.node-featured-box .field-label.title-gold-large {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
  padding-right: 1rem;
  width: 4rem;
}
/* line 1768, ../scss/custom.scss */
.node-event-series .pane-node-field-event-venue .field, .node-event-series .pane-node-field-event-audience .field, .node-event-series .pane-node-field-series-when .field, .node-event-series .pane-node-body
.pane-node-field-event-date .field, .node-event-series .pane-node-field-series-convenor .field, .node-event .pane-node-field-event-venue .field, .node-event .pane-node-field-event-audience .field, .node-event .pane-node-field-series-when .field, .node-event .pane-node-body
.pane-node-field-event-date .field, .node-event .pane-node-field-series-convenor .field, .node-type-event-series .pane-node-field-event-venue .field, .node-type-event-series .pane-node-field-event-audience .field, .node-type-event-series .pane-node-field-series-when .field, .node-type-event-series .pane-node-body
.pane-node-field-event-date .field, .node-type-event-series .pane-node-field-series-convenor .field, .node-type-event .pane-node-field-event-venue .field, .node-type-event .pane-node-field-event-audience .field, .node-type-event .pane-node-field-series-when .field, .node-type-event .pane-node-body
.pane-node-field-event-date .field, .node-type-event .pane-node-field-series-convenor .field {
  margin: 0;
  padding: 0;
}
/* line 1773, ../scss/custom.scss */
.node-event-series .pane-node-body, .node-event .pane-node-body, .node-type-event-series .pane-node-body, .node-type-event .pane-node-body {
  margin: 1.5625rem 0;
}
/* line 1777, ../scss/custom.scss */
.node-event-series .pane-node-field-event-venue ul, .node-event-series .pane-node-field-event-audience ul, .node-event .pane-node-field-event-venue ul, .node-event .pane-node-field-event-audience ul, .node-type-event-series .pane-node-field-event-venue ul, .node-type-event-series .pane-node-field-event-audience ul, .node-type-event .pane-node-field-event-venue ul, .node-type-event .pane-node-field-event-audience ul {
  margin: 0;
  padding: 0;
}
/* line 1778, ../scss/custom.scss */
.node-event-series .pane-node-field-event-venue li, .node-event-series .pane-node-field-event-audience li, .node-event .pane-node-field-event-venue li, .node-event .pane-node-field-event-audience li, .node-type-event-series .pane-node-field-event-venue li, .node-type-event-series .pane-node-field-event-audience li, .node-type-event .pane-node-field-event-venue li, .node-type-event .pane-node-field-event-audience li {
  margin: 0;
  padding: 0 0.25rem 0 0;
  list-style-type: none;
  float: left;
}
/* line 1783, ../scss/custom.scss */
.node-event-series .pane-node-field-event-venue li:after, .node-event-series .pane-node-field-event-audience li:after, .node-event .pane-node-field-event-venue li:after, .node-event .pane-node-field-event-audience li:after, .node-type-event-series .pane-node-field-event-venue li:after, .node-type-event-series .pane-node-field-event-audience li:after, .node-type-event .pane-node-field-event-venue li:after, .node-type-event .pane-node-field-event-audience li:after {
  content: ', ';
}
/* line 1786, ../scss/custom.scss */
.node-event-series .pane-node-field-event-venue li:last-child:after, .node-event-series .pane-node-field-event-audience li:last-child:after, .node-event .pane-node-field-event-venue li:last-child:after, .node-event .pane-node-field-event-audience li:last-child:after, .node-type-event-series .pane-node-field-event-venue li:last-child:after, .node-type-event-series .pane-node-field-event-audience li:last-child:after, .node-type-event .pane-node-field-event-venue li:last-child:after, .node-type-event .pane-node-field-event-audience li:last-child:after {
  content: '';
}
/* line 1789, ../scss/custom.scss */
.node-event-series .pane-node-field-series-convenor, .node-event .pane-node-field-series-convenor, .node-type-event-series .pane-node-field-series-convenor, .node-type-event .pane-node-field-series-convenor {
  line-height: 130%;
}
/* line 1792, ../scss/custom.scss */
.node-event-series .row-center-1 .pane-node-field-series-convenor, .node-event .row-center-1 .pane-node-field-series-convenor, .node-type-event-series .row-center-1 .pane-node-field-series-convenor, .node-type-event .row-center-1 .pane-node-field-series-convenor {
  margin-top: 2%;
  line-height: 150%;
}
/* line 1797, ../scss/custom.scss */
.node-event-series .pane-node-field-event-audience .pane-title, .node-event .pane-node-field-event-audience .pane-title, .node-type-event-series .pane-node-field-event-audience .pane-title, .node-type-event .pane-node-field-event-audience .pane-title {
  display: none;
}
/* line 1799, ../scss/custom.scss */
.node-event-series .pane-node-field-event-speakers, .node-event .pane-node-field-event-speakers, .node-type-event-series .pane-node-field-event-speakers, .node-type-event .pane-node-field-event-speakers {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* line 1805, ../scss/custom.scss */
.node-event-series.node-featured-box > h2, .field-name-field-featured .node-featured-box.large-image .node-event-series.node-featured-box > .field-name-field-featured-box-title, .node-event-series.node-featured-box > .title-gold-large {
  background: none;
  cursor: auto;
}

/* line 1809, ../scss/custom.scss */
.field-name-field-series-convenor .field-label {
  padding-right: 1rem;
}

/* line 1814, ../scss/custom.scss */
.node-type-event .pane-node-title, .node-type-event-series .pane-node-title {
  margin-bottom: 1rem;
}
/* line 1818, ../scss/custom.scss */
.node-type-event .pane-node-field-event-date, .node-type-event .pane-node-field-event-venue,
.node-type-event .pane-node-field-series-when, .node-type-event .pane-node-field-series-dates, .node-type-event .pane-node-field-series-convenor, .node-type-event .pane-node-field-series-lecturer, .node-type-event-series .pane-node-field-event-date, .node-type-event-series .pane-node-field-event-venue,
.node-type-event-series .pane-node-field-series-when, .node-type-event-series .pane-node-field-series-dates, .node-type-event-series .pane-node-field-series-convenor, .node-type-event-series .pane-node-field-series-lecturer {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
/* line 1822, ../scss/custom.scss */
.node-type-event .pane-node-field-event-date h2.pane-title, .node-type-event .pane-node-field-event-date .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event .pane-node-field-event-date .pane-title.field-name-field-featured-box-title, .node-type-event .pane-node-field-event-date .pane-title.title-gold-large, .node-type-event .pane-node-field-event-venue h2.pane-title, .node-type-event .pane-node-field-event-venue .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event .pane-node-field-event-venue .pane-title.field-name-field-featured-box-title, .node-type-event .pane-node-field-event-venue .pane-title.title-gold-large,
.node-type-event .pane-node-field-series-when h2.pane-title,
.node-type-event .pane-node-field-series-when .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title,
.field-name-field-featured .node-featured-box.large-image .node-type-event .pane-node-field-series-when .pane-title.field-name-field-featured-box-title,
.node-type-event .pane-node-field-series-when .pane-title.title-gold-large, .node-type-event .pane-node-field-series-dates h2.pane-title, .node-type-event .pane-node-field-series-dates .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event .pane-node-field-series-dates .pane-title.field-name-field-featured-box-title, .node-type-event .pane-node-field-series-dates .pane-title.title-gold-large, .node-type-event .pane-node-field-series-convenor h2.pane-title, .node-type-event .pane-node-field-series-convenor .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event .pane-node-field-series-convenor .pane-title.field-name-field-featured-box-title, .node-type-event .pane-node-field-series-convenor .pane-title.title-gold-large, .node-type-event .pane-node-field-series-lecturer h2.pane-title, .node-type-event .pane-node-field-series-lecturer .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event .pane-node-field-series-lecturer .pane-title.field-name-field-featured-box-title, .node-type-event .pane-node-field-series-lecturer .pane-title.title-gold-large, .node-type-event-series .pane-node-field-event-date h2.pane-title, .node-type-event-series .pane-node-field-event-date .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series .pane-node-field-event-date .pane-title.field-name-field-featured-box-title, .node-type-event-series .pane-node-field-event-date .pane-title.title-gold-large, .node-type-event-series .pane-node-field-event-venue h2.pane-title, .node-type-event-series .pane-node-field-event-venue .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series .pane-node-field-event-venue .pane-title.field-name-field-featured-box-title, .node-type-event-series .pane-node-field-event-venue .pane-title.title-gold-large,
.node-type-event-series .pane-node-field-series-when h2.pane-title,
.node-type-event-series .pane-node-field-series-when .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title,
.field-name-field-featured .node-featured-box.large-image .node-type-event-series .pane-node-field-series-when .pane-title.field-name-field-featured-box-title,
.node-type-event-series .pane-node-field-series-when .pane-title.title-gold-large, .node-type-event-series .pane-node-field-series-dates h2.pane-title, .node-type-event-series .pane-node-field-series-dates .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series .pane-node-field-series-dates .pane-title.field-name-field-featured-box-title, .node-type-event-series .pane-node-field-series-dates .pane-title.title-gold-large, .node-type-event-series .pane-node-field-series-convenor h2.pane-title, .node-type-event-series .pane-node-field-series-convenor .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series .pane-node-field-series-convenor .pane-title.field-name-field-featured-box-title, .node-type-event-series .pane-node-field-series-convenor .pane-title.title-gold-large, .node-type-event-series .pane-node-field-series-lecturer h2.pane-title, .node-type-event-series .pane-node-field-series-lecturer .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .node-type-event-series .pane-node-field-series-lecturer .pane-title.field-name-field-featured-box-title, .node-type-event-series .pane-node-field-series-lecturer .pane-title.title-gold-large {
  float: left;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 1rem 0 0;
}
/* line 1828, ../scss/custom.scss */
.node-type-event .pane-node-field-event-date ul.links, .node-type-event .pane-node-field-event-venue ul.links,
.node-type-event .pane-node-field-series-when ul.links, .node-type-event .pane-node-field-series-dates ul.links, .node-type-event .pane-node-field-series-convenor ul.links, .node-type-event .pane-node-field-series-lecturer ul.links, .node-type-event-series .pane-node-field-event-date ul.links, .node-type-event-series .pane-node-field-event-venue ul.links,
.node-type-event-series .pane-node-field-series-when ul.links, .node-type-event-series .pane-node-field-series-dates ul.links, .node-type-event-series .pane-node-field-series-convenor ul.links, .node-type-event-series .pane-node-field-series-lecturer ul.links {
  float: left;
  list-style-type: none;
  margin: 0;
}

/* line 1835, ../scss/custom.scss */
.pane-node-field-series-when .text {
  float: left;
  width: 75%;
}

/* line 1841, ../scss/custom.scss */
.read-more a {
  border-bottom: 1px dotted #c8c8c8;
}
/* line 1844, ../scss/custom.scss */
.read-more.small-text {
  font-size: 0.9rem;
}

/**Diary*/
/* line 1849, ../scss/custom.scss */
.diary-navigation {
  background: #FFF;
  padding: 0;
  border: 1px solid #c8c8c8;
}

/* line 1856, ../scss/custom.scss */
.diary-content {
  background: #FFF;
  padding: 0;
  border: 1px solid #c8c8c8;
}
/* line 1862, ../scss/custom.scss */
.diary-content .view-content > h3 {
  background: #b8ba93;
  padding: 0.5rem 1rem;
  color: white;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
/* line 1870, ../scss/custom.scss */
.diary-content .view-empty {
  padding: 10px;
}
/* line 1873, ../scss/custom.scss */
.diary-content .views-submit-button .form-submit {
  margin: 0;
}

/* line 1882, ../scss/custom.scss */
.view .diary input.form-text {
  background-color: #b4babd;
  float: left;
  border: none;
}
/* line 1888, ../scss/custom.scss */
.view .diary .views-exposed-widgets {
  padding: 1rem;
}
/* line 1890, ../scss/custom.scss */
.view .diary .views-exposed-widgets .views-exposed-widget:first-child {
  width: 86%;
  /**l margin-right:5%; */
  float: left;
  padding-right: 0rem;
}
/* line 1895, ../scss/custom.scss */
.view .diary .views-exposed-widgets .views-exposed-widget:last-child {
  width: 13.5%;
  /**l width: 20%; */
  float: left;
  /**l float: right; */
  padding-right: 0rem;
}
/* line 1901, ../scss/custom.scss */
.view .diary .views-widget-filter-title {
  position: relative;
  padding: 0;
  width: 100%;
}
/* line 1906, ../scss/custom.scss */
.view .diary .views-widget-filter-title .search-instruction {
  height: 2.3125rem;
  width: 2.3125rem;
  background: url("../images/arrow_down_in_circle_gold.png") no-repeat 50% 50% #404f5c;
  background-size: 80%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75rem;
}
/* line 1917, ../scss/custom.scss */
.view .diary .column.last {
  padding-bottom: 6.25rem;
}
/* line 1920, ../scss/custom.scss */
.view .diary .column.last .views-row {
  padding: 0.75rem 0.5rem;
}
/* line 1923, ../scss/custom.scss */
.view .diary .column.last .views-row a {
  color: #404f5c;
}
/* line 1925, ../scss/custom.scss */
.view .diary .column.last .views-row a:hover {
  color: #3955a5;
}
/* line 1927, ../scss/custom.scss */
.view .diary .column.last .views-row a:hover .diary-event-body {
  color: #404f5c;
}
/* line 1931, ../scss/custom.scss */
.view .diary .column.last .views-row a .diary-event-body .item-list > ul {
  list-style-type: none;
}
/* line 1933, ../scss/custom.scss */
.view .diary .column.last .views-row a .diary-event-body .item-list > ul li {
  margin-left: 0;
}
/* line 1938, ../scss/custom.scss */
.view .diary .column.last .views-row .diary-event-title {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
/* line 1944, ../scss/custom.scss */
.view .diary .column.last .views-row .date-column {
  font-size: 1.125rem;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #b8ba93;
  text-align: right;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 40em) {
  /* line 1952, ../scss/custom.scss */
  .view .diary .column.last .views-row .date-column {
    padding-right: 1rem;
  }
}
/* line 1956, ../scss/custom.scss */
.view .diary .column.last .views-row .diary-event-access {
  width: 100%;
  text-align: right;
  color: #b8ba93;
  font-style: italic;
  font-size: 0.75rem;
  padding-right: 1rem;
}
/* line 1965, ../scss/custom.scss */
.view .diary .column.last .views-row .views-field-body {
  font-weight: normal;
}
/* line 1968, ../scss/custom.scss */
.view .diary .column.last .views-row .views-field-field-event-speakers {
  font-weight: bold;
}
/* line 1972, ../scss/custom.scss */
.view .diary .column.last .views-row-last {
  margin-bottom: 0.9375rem;
}
/* line 1976, ../scss/custom.scss */
.view .diary > .column {
  padding-right: 1rem;
}
/* line 1978, ../scss/custom.scss */
.view .diary > .column .diary-navigation {
  margin-bottom: 2.8125rem;
}
/* line 1985, ../scss/custom.scss */
.view .diary .event-form-dates {
  padding-bottom: 1rem;
}
/* line 1988, ../scss/custom.scss */
.view .diary .event-form-dates .views-exposed-widget {
  width: 9rem;
  border-bottom: none;
  margin-top: 0;
}
/* line 1992, ../scss/custom.scss */
.view .diary .event-form-dates .views-exposed-widget .form-item {
  margin: 0;
}
/* line 1995, ../scss/custom.scss */
.view .diary .event-form-dates .views-exposed-widget:first-child {
  margin-right: 1.3rem;
}
/* line 1998, ../scss/custom.scss */
.view .diary .event-form-dates .views-exposed-widget .description {
  display: none;
}
/* line 2001, ../scss/custom.scss */
.view .diary .event-form-dates .views-exposed-widget input {
  width: 9rem;
  margin: 0;
}
/* line 2006, ../scss/custom.scss */
.view .diary .button.dropdown {
  background: url("../images/arrow_down_in_circle_blue.png") no-repeat 95% 50% #b4babd;
  width: 100%;
  color: #404f5c;
}
/* line 2010, ../scss/custom.scss */
.view .diary .button.dropdown:before {
  border-color: transparent;
}

/* line 2015, ../scss/custom.scss */
.views-exposed-form label {
  font-weight: normal;
  color: #404f5c;
  font-size: 1rem;
}

/* line 2020, ../scss/custom.scss */
.mini-calendar-allsouls {
  border-bottom: 1px solid #b8ba93;
  padding: 1rem;
}
/* line 2023, ../scss/custom.scss */
.mini-calendar-allsouls .date-nav {
  min-height: 0;
  padding: 0;
}
/* line 2027, ../scss/custom.scss */
.mini-calendar-allsouls .date-heading h3 {
  font-size: 1.125rem !important;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: left;
}
/* line 2031, ../scss/custom.scss */
.mini-calendar-allsouls .date-heading h3 a {
  color: #404f5c;
}
/* line 2035, ../scss/custom.scss */
.mini-calendar-allsouls ul.pager li {
  background: transparent !important;
}
/* line 2038, ../scss/custom.scss */
.mini-calendar-allsouls ul.pager li.date-prev {
  right: 35px;
}
/* line 2041, ../scss/custom.scss */
.mini-calendar-allsouls ul.pager li.date-next {
  right: 5px;
}
/* line 2044, ../scss/custom.scss */
.mini-calendar-allsouls ul.pager li a {
  color: white !important;
  font-size: 1.2rem !important;
}
/* line 2050, ../scss/custom.scss */
.mini-calendar-allsouls table.mini, .mini-calendar-allsouls table.mini tr, .mini-calendar-allsouls table.mini td.empty, .mini-calendar-allsouls table.mini thead, .mini-calendar-allsouls table.mini th.days {
  background: transparent;
  color: #404f5c;
  border: none;
  text-align: center;
  font-weight: bold;
}
/* line 2056, ../scss/custom.scss */
.mini-calendar-allsouls table.mini a, .mini-calendar-allsouls table.mini tr a, .mini-calendar-allsouls table.mini td.empty a, .mini-calendar-allsouls table.mini thead a, .mini-calendar-allsouls table.mini th.days a {
  color: #b8ba93;
}
/* line 2060, ../scss/custom.scss */
.mini-calendar-allsouls table.mini th.days {
  color: #b8ba93;
  padding-bottom: 1rem;
}
/* line 2064, ../scss/custom.scss */
.mini-calendar-allsouls table.mini td {
  line-height: 2rem;
  color: #404f5c;
  text-align: center;
}
/* line 2069, ../scss/custom.scss */
.mini-calendar-allsouls table.mini td.today {
  background: transparent;
}
/* line 2073, ../scss/custom.scss */
.mini-calendar-allsouls .mini-day-on {
  background-color: #b8ba93;
}
/* line 2075, ../scss/custom.scss */
.mini-calendar-allsouls .mini-day-on a {
  color: white !important;
  text-decoration: none;
  font-weight: bold;
}

/* line 2079, ../scss/custom.scss */
.view-events-calendar {
  margin-bottom: 20px;
}
/* line 2082, ../scss/custom.scss */
.view-events-calendar .calendar-calendar .day-view #single-day-container {
  height: auto;
  overflow-y: auto;
}

/**News*/
/* line 2089, ../scss/custom.scss */
.main-news-list {
  margin-top: 1rem;
}
/* line 2091, ../scss/custom.scss */
.main-news-list h3 {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}
/* line 2095, ../scss/custom.scss */
.main-news-list .views-exposed-widgets {
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #c8c8c8;
  background-color: white;
  margin-bottom: 2rem;
}
/* line 2100, ../scss/custom.scss */
.main-news-list .views-exposed-widgets input {
  margin-bottom: 0;
}
/* line 2103, ../scss/custom.scss */
.main-news-list .views-exposed-widgets .views-exposed-widget {
  padding: 0;
}
/* line 2106, ../scss/custom.scss */
.main-news-list .views-exposed-widgets .views-exposed-widget:first-child {
  width: 86%;
  /*margin-right:5%;*/
  float: left;
  padding-right: 0rem;
}
/* line 2112, ../scss/custom.scss */
.main-news-list .views-exposed-widgets .views-exposed-widget:last-child {
  width: 13.5%;
  /**l width: 20%; */
  float: left;
  /**l float: right; */
  text-align: right;
  padding-right: 0rem;
}
/* line 2122, ../scss/custom.scss */
.main-news-list .view-content {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 3px solid #b8ba93;
  margin-bottom: 2rem;
}
/* line 2128, ../scss/custom.scss */
.main-news-list .views-row {
  padding: 2rem 1rem;
  border-top: 3px solid #b8ba93;
  background: white;
}
/* line 2133, ../scss/custom.scss */
.main-news-list .views-row.views-row-even {
  background-color: #f2f2f2;
}
/* line 2137, ../scss/custom.scss */
.main-news-list .views-row .views-field-view-node {
  border-bottom: 1px dotted #404f5c;
}
/* line 2140, ../scss/custom.scss */
.main-news-list .views-row .date-field {
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
/* line 2146, ../scss/custom.scss */
.main-news-list .views-row-last {
  margin-bottom: 0;
}
/* line 2149, ../scss/custom.scss */
.main-news-list .views-field-title h3 {
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
/* line 2153, ../scss/custom.scss */
.main-news-list p {
  margin-bottom: 0;
}

/* line 2160, ../scss/custom.scss */
.pretty-filter input.form-text {
  background-color: #b4babd;
  float: left;
  border: none;
  color: #404f5c;
}

/* line 2168, ../scss/custom.scss */
.make-search-icon-submit button[type=submit], .search-icon button[type=submit] {
  font-family: foundation-icons;
  font-size: 1.2rem;
  padding: 0.5rem 2rem !important;
  float: right;
  margin-top: 0px !important;
}

/**Gallery*/
/* line 2179, ../scss/custom.scss */
.node-type-gallery h1, .node-type-gallery .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .node-type-gallery .field-name-field-person-short-display-title, .node-type-gallery .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .node-type-gallery .field-name-field-person-short-display-title, .node-type-gallery .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .node-type-gallery .field-name-field-person-short-display-title, .node-type-gallery .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .node-type-gallery .field-name-field-person-short-display-title {
  color: #b8ba93;
}

/* line 2183, ../scss/custom.scss */
.orbit-container {
  padding: 1rem 0;
  background-color: #404f5c;
  margin-bottom: 1rem;
}

/* line 2189, ../scss/custom.scss */
.orbit-item-wrapper li.orbit-item {
  height: auto;
  width: 100%;
}
/* line 2192, ../scss/custom.scss */
.orbit-item-wrapper li.orbit-item .item-wrapper {
  width: 50%;
  margin: 0 auto;
}
/* line 2196, ../scss/custom.scss */
.orbit-item-wrapper li.orbit-item img {
  width: 100%;
  height: auto;
}

/* line 2202, ../scss/custom.scss */
.gallery-wrapper {
  position: relative;
  background-color: #F9F9F9;
}
/* line 2205, ../scss/custom.scss */
.gallery-wrapper .gallery-item img {
  margin: 0 auto;
}
/* line 2208, ../scss/custom.scss */
.gallery-wrapper .gallery-item {
  padding: 1rem;
}
/* line 2211, ../scss/custom.scss */
.gallery-wrapper .slick-prev, .gallery-wrapper .slick-next {
  width: 45px;
  height: 45px;
  top: 230px;
}
/* line 2221, ../scss/custom.scss */
.gallery-wrapper .slick-prev:before, .gallery-wrapper .slick-next:before, .gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-next:hover {
  content: '';
}
/* line 2225, ../scss/custom.scss */
.gallery-wrapper .slick-prev, .gallery-wrapper .slick-prev:focus {
  background: url("../images/gold-arrow-left.png") no-repeat 50% 50% transparent;
  left: 0px;
}
/* line 2228, ../scss/custom.scss */
.gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-prev:focus:hover {
  background: url("../images/grey-arrow-left.png") no-repeat 50% 50% transparent;
}
/* line 2232, ../scss/custom.scss */
.gallery-wrapper .slick-next, .gallery-wrapper .slick-next:focus {
  background: url("../images/gold-arrow-right.png") no-repeat 50% 50% transparent;
  right: 0px;
}
/* line 2235, ../scss/custom.scss */
.gallery-wrapper .slick-next:hover, .gallery-wrapper .slick-next:focus:hover {
  background: url("../images/grey-arrow-right.png") no-repeat 50% 50% transparent;
}
/* line 2239, ../scss/custom.scss */
.gallery-wrapper .gallery-caption {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 0.5rem 1rem;
}
/* line 2245, ../scss/custom.scss */
.gallery-wrapper .gallery-caption .caption-title {
  font-size: 1.40625rem;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  /* line 2250, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation {
    float: right;
  }
  /* line 2252, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation .close, .gallery-wrapper .gallery-caption .gallery-navigation .full-screen {
    width: 42px;
    height: 42px;
    float: left;
    background-size: 100%;
  }
  /* line 2258, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation .close {
    margin-right: 0.25rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2269, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption {
    position: relative;
  }
}

/* line 2274, ../scss/custom.scss */
.gallery-thumbnails {
  background-color: #F9F9F9;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
/* line 2279, ../scss/custom.scss */
.gallery-thumbnails img {
  height: 6.25rem;
  width: auto;
  margin: 0 0.25rem 0 0.25rem;
}
/* line 2284, ../scss/custom.scss */
.gallery-thumbnails .gallery-item {
  border: 1px solid #cfcfcf;
  width: 12.5%;
  float: left;
  text-align: center;
}
/* line 2289, ../scss/custom.scss */
.gallery-thumbnails .gallery-item.active {
  background-color: #748087;
}

/* line 2295, ../scss/custom.scss */
#galleryModal {
  padding: 1rem;
  background: #748087;
  text-align: center;
}
/* line 2300, ../scss/custom.scss */
#galleryModal .caption-close {
  position: absolute;
  bottom: -1rem;
  text-align: right;
  width: 100%;
}
/* line 2305, ../scss/custom.scss */
#galleryModal .caption-close .close {
  padding-right: 1rem;
}

/**Codrington*/
/* line 2314, ../scss/custom.scss */
.page-codrington .main-dropdown-menu {
  background-color: #b8ba93;
}
/* line 2316, ../scss/custom.scss */
.page-codrington .main-dropdown-menu a:hover {
  color: #404f5c;
}
/* line 2319, ../scss/custom.scss */
.page-codrington .main-dropdown-menu li.active-trail {
  background-image: url(../images/menu_marker_blue.png);
}
/* line 2321, ../scss/custom.scss */
.page-codrington .main-dropdown-menu li.active-trail a {
  color: #404f5c;
}
/* line 2325, ../scss/custom.scss */
.page-codrington .main-dropdown-menu li:last-child {
  background-color: #404f5c;
  padding-right: 1.25rem;
}
/* line 2328, ../scss/custom.scss */
.page-codrington .main-dropdown-menu li:last-child a:hover {
  color: #b8ba93;
}
/* line 2334, ../scss/custom.scss */
.page-codrington .sidemenu {
  border-bottom-color: #b8ba93;
}
/* line 2336, ../scss/custom.scss */
.page-codrington .sidemenu h2, .page-codrington .sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .page-codrington .sidemenu .field-name-field-featured-box-title, .page-codrington .sidemenu .title-gold-large {
  background-color: #b8ba93;
  color: white;
}
/* line 2340, ../scss/custom.scss */
.page-codrington .sidemenu h2 a, .page-codrington .sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .page-codrington .sidemenu .field-name-field-featured-box-title a, .page-codrington .sidemenu .title-gold-large a {
  color: white;
}
/* line 2345, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu {
  border: none !important;
  padding: 1.5rem 1rem !important;
  background-color: #3d4541;
}
/* line 2350, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu h2, .page-codrington .sidemenu.codrington-front-sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .page-codrington .sidemenu.codrington-front-sidemenu .field-name-field-featured-box-title, .page-codrington .sidemenu.codrington-front-sidemenu .title-gold-large, .page-codrington .sidemenu.codrington-front-sidemenu h2 a, .page-codrington .sidemenu.codrington-front-sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .page-codrington .sidemenu.codrington-front-sidemenu .field-name-field-featured-box-title a, .page-codrington .sidemenu.codrington-front-sidemenu .title-gold-large a, .page-codrington .sidemenu.codrington-front-sidemenu a {
  color: #b8ba93 !important;
  background: transparent;
}
/* line 2354, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu h2, .page-codrington .sidemenu.codrington-front-sidemenu .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .page-codrington .sidemenu.codrington-front-sidemenu .field-name-field-featured-box-title, .page-codrington .sidemenu.codrington-front-sidemenu .title-gold-large {
  padding: 0;
}
/* line 2357, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu .pane-content {
  border: none;
  padding: 0;
}
/* line 2361, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu .pane-node {
  float: left;
  width: 100%;
  color: #b8ba93;
  margin-top: 1rem;
}
/* line 2367, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu .pane-menu-menu-codrington-front-menu {
  float: left;
  width: 100%;
  margin-top: 1rem;
}
/* line 2372, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu #soloSearchForm {
  margin: 0;
}
/* line 2374, ../scss/custom.scss */
.page-codrington .sidemenu.codrington-front-sidemenu #soloSearchForm button {
  background-color: #FFFFFF;
}
/* line 2380, ../scss/custom.scss */
.page-codrington .border-top-gold, .page-codrington .pane-node-title.border-top-gold {
  color: #404f5c;
  border-top: 3px solid #404f5c !important;
}
/* line 2383, ../scss/custom.scss */
.page-codrington .border-top-gold h1, .page-codrington .border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .page-codrington .border-top-gold .field-name-field-person-short-display-title, .page-codrington .border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .page-codrington .border-top-gold .field-name-field-person-short-display-title, .page-codrington .border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .page-codrington .border-top-gold .field-name-field-person-short-display-title, .page-codrington .border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .page-codrington .border-top-gold .field-name-field-person-short-display-title, .page-codrington .pane-node-title.border-top-gold h1, .page-codrington .pane-node-title.border-top-gold .node-type-person .pane-person-overview-section .field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .page-codrington .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-codrington .pane-node-title.border-top-gold .node-type-person .person-overview-section .field-name-field-person-short-display-title, .node-type-person .person-overview-section .page-codrington .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-codrington .pane-node-title.border-top-gold .page-person .pane-person-overview-section .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .page-codrington .pane-node-title.border-top-gold .field-name-field-person-short-display-title, .page-codrington .pane-node-title.border-top-gold .page-person .person-overview-section .field-name-field-person-short-display-title, .page-person .person-overview-section .page-codrington .pane-node-title.border-top-gold .field-name-field-person-short-display-title {
  color: #404f5c !important;
}

/* line 2389, ../scss/custom.scss */
.codrington-home {
  color: white;
}
/* line 2392, ../scss/custom.scss */
.codrington-home h2, .codrington-home .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .codrington-home .field-name-field-featured-box-title, .codrington-home .title-gold-large, .codrington-home h2 a, .codrington-home .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .codrington-home .field-name-field-featured-box-title a, .codrington-home .title-gold-large a {
  color: #b8ba93;
}
/* line 2395, ../scss/custom.scss */
.codrington-home .row.l-main {
  min-width: 100%;
  background-color: #55605a;
}
/* line 2399, ../scss/custom.scss */
.codrington-home .row.l-main .main.columns {
  background: url(../images/codrington/codrington_statue.jpg) no-repeat 100% 100% transparent;
  background-size: 30%;
  min-height: 1000px;
}
/* line 2405, ../scss/custom.scss */
.codrington-home .row.l-main .row-top, .codrington-home .row.l-main .row-center-1, .codrington-home .row.l-main .row-last {
  max-width: 1140px;
  margin: 0 auto;
  border: none;
}
/* line 2410, ../scss/custom.scss */
.codrington-home .row.l-main .masonry-left {
  border: none;
}
/* line 2413, ../scss/custom.scss */
.codrington-home .row.l-main .row-center-1 > .columns.first {
  border: none !important;
  padding-left: 0;
  padding-right: 1.25rem;
}
/* line 2419, ../scss/custom.scss */
.codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper h2, .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper .field-name-field-featured-box-title, .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper .title-gold-large, .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper h2 a, .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title a, .field-name-field-featured .node-featured-box.large-image .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper .field-name-field-featured-box-title a, .codrington-home .row.l-main .row-center-1 > .columns.first .content-wrapper .title-gold-large a {
  color: #404f5c;
}
/* line 2425, ../scss/custom.scss */
.codrington-home .feature-box-large-image {
  border: none;
}
/* line 2428, ../scss/custom.scss */
.codrington-home .field-name-field-featured .columns.feature-box-large-image:nth-child(2) {
  padding-left: 1rem !important;
}

/**CKEditor*/
/* line 2434, ../scss/custom.scss */
.highlight.large {
  font-size: 3.375rem;
  font-family: "PT Serif", "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 2437, ../scss/custom.scss */
.highlight.large.gold {
  color: #cdd08b;
}

/* line 2441, ../scss/custom.scss */
.highlight-table {
  vertical-align: middle;
}
/* line 2443, ../scss/custom.scss */
.highlight-table p {
  margin: 0;
}
/* line 2444, ../scss/custom.scss */
.highlight-table td {
  vertical-align: middle;
  padding: 0 2rem 0 0;
}

/* line 2446, ../scss/custom.scss */
.title-gold-large {
  color: #b8ba93;
}

/**Small screen overrides*/
@media only screen and (max-width: 40em) {
  /* line 2455, ../scss/custom.scss */
  h2, .field-name-field-featured .node-featured-box.large-image .field-name-field-featured-box-title, .title-gold-large {
    font-size: 1.2rem;
  }

  /* line 2458, ../scss/custom.scss */
  .top-header {
    padding: 1rem 0;
  }

  /* line 2461, ../scss/custom.scss */
  .main-mobile-menu-bar {
    background-color: #404f5c;
  }

  /* line 2464, ../scss/custom.scss */
  .page-codrington .main-mobile-menu-bar {
    background-color: #b8ba93;
  }
  /* line 2466, ../scss/custom.scss */
  .page-codrington .main-mobile-menu-bar .menu-icon {
    color: #404f5c;
  }

  /* line 2471, ../scss/custom.scss */
  .pane-search-form .label {
    display: none;
  }

  /* line 2483, ../scss/custom.scss */
  .node-type-landing-page.full-width-page .columns.position-0 .node-featured-box.triple-featured-box .columns.last,
  .node-type-page.standard-left-navigation .row-center-1 > .last,
  .node-type-person.standard-left-navigation .row-center-1 > .last,
  .node-type-page.standard-left-navigation .row-center-1 > .first,
  .node-type-person.standard-left-navigation .row-center-1 > .first,
  .node-type-news.standard-left-navigation .row-center-1 > .last,
  .node-type-news.standard-left-navigation .row-center-1 > .first,
  .node-type-person.standard-left-navigation .row-center-1 > .first,
  .node-type-landing-page.standard-left-navigation .row-center-1 > .first,
  .node-type-page.standard-left-navigation .row-center-1,
  .node-type-person.standard-left-navigation .row-center-1,
  .node-type-person.standard-left-navigation .row-center-1,
  .node-type-landing-page.standard-left-navigation .row-center-1 {
    padding: 0 !important;
    border: none;
  }

  /* line 2488, ../scss/custom.scss */
  .flexible-featured-row > .row > .columns {
    border-bottom: 1px dotted #c8c8c8;
  }

  /* line 2492, ../scss/custom.scss */
  .field-name-field-related-person .node-person-summary .row-center-1 .small-12 {
    width: 80%;
  }

  /* line 2495, ../scss/custom.scss */
  .person-name-position, .field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content, .field-name-field-featured .node-featured-box .field-name-field-related-person .node-person .last > .content {
    padding: 0 0 0 1rem !important;
  }

  /* line 2498, ../scss/custom.scss */
  .field-name-field-related-person .node-person-summary .row-center-1 .small-12:first-child {
    width: 19%;
  }

  /* line 2501, ../scss/custom.scss */
  .field-name-field-related-person .node-person-summary .row-center-1 > .columns.last {
    padding: 0;
  }

  /* line 2504, ../scss/custom.scss */
  .field-name-field-featured .node-featured-box .field-name-field-related-person .field-name-field-person-image {
    padding-right: 0;
  }

  /* line 2507, ../scss/custom.scss */
  .person-scroller .views-row {
    width: 20%;
  }
  /* line 2509, ../scss/custom.scss */
  .person-scroller .views-row .person-image {
    padding: 0.1rem;
  }

  /* line 2514, ../scss/custom.scss */
  .footer-first {
    padding: 2rem 0;
  }
  /* line 2516, ../scss/custom.scss */
  .footer-first .node .row-center-1 > .columns {
    width: 50%;
  }

  /* line 2520, ../scss/custom.scss */
  #mini-panel-footer_standard_responsive > .columns {
    border: none;
    border-bottom: 1px dotted #c8c8c8;
    margin-bottom: 1.5rem;
  }
  /* line 2524, ../scss/custom.scss */
  #mini-panel-footer_standard_responsive > .columns:last-child {
    border-bottom: none;
  }
}
/* line 2529, ../scss/custom.scss */
.l-footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2535, ../scss/custom.scss */
.text-white {
  color: white !important;
}

/* line 2538, ../scss/custom.scss */
.text-blue {
  color: #404f5c !important;
}

/* line 2542, ../scss/custom.scss */
.no-border-background, table.no-border-background, tr.no-border-background td.no-border-background {
  border: none !important;
  background: transparent !important;
}
/* line 2545, ../scss/custom.scss */
.no-border-background table, .no-border-background tr, .no-border-background td, table.no-border-background table, table.no-border-background tr, table.no-border-background td, tr.no-border-background td.no-border-background table, tr.no-border-background td.no-border-background tr, tr.no-border-background td.no-border-background td {
  border: none !important;
  background: transparent !important;
}

/* line 2551, ../scss/custom.scss */
.view-mode-search_result {
  border-bottom: 1px dotted #b8ba93;
  margin-bottom: 1rem;
}

/* line 2556, ../scss/custom.scss */
.border-top-gold.standalone {
  padding: 1rem 0 0 0;
  padding-left: 0;
  border-top: 3px solid #b8ba93;
}

/* line 2562, ../scss/custom.scss */
.title-gold > h1, .node-type-person .pane-person-overview-section .title-gold > .field-name-field-person-short-display-title, .node-type-person .person-overview-section .title-gold > .field-name-field-person-short-display-title, .page-person .pane-person-overview-section .title-gold > .field-name-field-person-short-display-title, .page-person .person-overview-section .title-gold > .field-name-field-person-short-display-title, .title-gold > h2, .field-name-field-featured .node-featured-box.large-image .title-gold > .field-name-field-featured-box-title, .title-gold > .title-gold-large {
  color: #b8ba93;
}

/* line 2566, ../scss/custom.scss */
.research .views-row > a {
  float: left;
  width: 100%;
}

/* line 2570, ../scss/custom.scss */
.research-name, .research-area {
  float: left;
  position: relative;
  width: 50%;
}

/* line 2575, ../scss/custom.scss */
.research-name {
  width: 30%;
  padding-right: 1rem;
}

/* line 2579, ../scss/custom.scss */
.research-area {
  width: 70%;
}

/* line 2582, ../scss/custom.scss */
.research.people-listing-content .views-row {
  border-bottom-color: #d3d3d3;
  padding: 0.25rem 0;
}

/* line 2586, ../scss/custom.scss */
.pane-research-main-listing.border-top-gold {
  border-top: 3px solid #b8ba93;
}
/* line 2588, ../scss/custom.scss */
.pane-research-main-listing.border-top-gold h2.pane-title, .pane-research-main-listing.border-top-gold .field-name-field-featured .node-featured-box.large-image .pane-title.field-name-field-featured-box-title, .field-name-field-featured .node-featured-box.large-image .pane-research-main-listing.border-top-gold .pane-title.field-name-field-featured-box-title, .pane-research-main-listing.border-top-gold .pane-title.title-gold-large, .pane-research-main-listing.border-top-gold h1.pane-title, .pane-research-main-listing.border-top-gold .node-type-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .pane-person-overview-section .pane-research-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-research-main-listing.border-top-gold .node-type-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .node-type-person .person-overview-section .pane-research-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-research-main-listing.border-top-gold .page-person .pane-person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .pane-person-overview-section .pane-research-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title, .pane-research-main-listing.border-top-gold .page-person .person-overview-section .pane-title.field-name-field-person-short-display-title, .page-person .person-overview-section .pane-research-main-listing.border-top-gold .pane-title.field-name-field-person-short-display-title {
  color: #b8ba93;
  padding: 1rem 0rem 0.5rem 0rem;
  padding-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 2596, ../scss/custom.scss */
  .research-name, .research-area {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1139px) {
  /* line 2602, ../scss/custom.scss */
  .row.l-main {
    padding: 0 0.25rem 0 0.25rem;
  }

  /* line 2605, ../scss/custom.scss */
  ul#main-menu {
    padding-left: 0.25rem;
  }
}
/**Person contact*/
/* line 2611, ../scss/custom.scss */
.page-person-contact row.l-main {
  min-height: 400px;
}

/* line 2614, ../scss/custom.scss */
.pane-person-contact-form {
  margin-bottom: 2rem;
}
/* line 2617, ../scss/custom.scss */
.pane-person-contact-form .form-type-textarea textarea {
  min-height: 100px;
}

/* line 2621, ../scss/custom.scss */
#recipient-name {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  margin: 0 0 1rem;
}
