@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 11, ../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 30, ../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 51, ../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 108, ../scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 139, ../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 175, ../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 211, ../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 289, ../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 303, ../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 315, ../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 328, ../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 340, ../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 350, ../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 374, ../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 383, ../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 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: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 140, ../scss/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
  color: #FFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 146, ../scss/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
  font-size: 1.125rem;
}

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

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

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

/* line 286, ../scss/components/_offcanvas.scss */
a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  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 #777, 1px 16px 1px 1px #777, 1px 22px 1px 1px #777;
  box-shadow: 0 10px 0 1px #777, 0 16px 0 1px #777, 0 22px 0 1px #777;
}
/* line 317, ../scss/components/_offcanvas.scss */
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #535353, 1px 16px 1px 1px #535353, 1px 22px 1px 1px #535353;
  box-shadow: 0 10px 0 1px #535353, 0 16px 0 1px #535353, 0 22px 0 1px #535353;
}

/* line 329, ../scss/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333;
  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: #333;
  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: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 215, ../scss/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

/* line 338, ../scss/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
/* line 341, ../scss/components/_offcanvas.scss */
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@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: transparent;
}
@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 15, ../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 31, ../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 49, ../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 66, ../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 83, ../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 100, ../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 118, ../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
td.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
td.hide-for-xlarge-up,
th.hide-for-xxlarge-up, td.show-for-medium-down
th.show-for-large-down, td.hide-for-xlarge
th.hide-for-xlarge-up,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-xlarge
th.hide-for-xlarge-up {
  display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  /* line 133, ../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 148, ../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 166, ../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 182, ../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 198, ../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 214, ../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 231, ../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 250, ../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 265, ../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 280, ../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 296, ../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 312, ../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 328, ../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 345, ../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 364, ../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 378, ../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 393, ../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 408, ../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 423, ../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 438, ../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 454, ../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 472, ../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 485, ../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 499, ../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 512, ../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 525, ../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 538, ../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 552, ../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 568, ../scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 651, ../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 20, ../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";
}

/*$link-color:#002d62;*/
/* line 181, ../scss/custom.scss */
.alert-box.alert {
  display: none;
}

/* line 185, ../scss/custom.scss */
ul.menu {
  list-style: none;
}

/* line 189, ../scss/custom.scss */
ul.pagination li.current a {
  background: none repeat scroll 0 0 #002d62;
}

/* line 193, ../scss/custom.scss */
.pagination.pager {
  margin-top: 1.25rem;
}

/* line 197, ../scss/custom.scss */
#page-title {
  display: none;
}

/* line 202, ../scss/custom.scss */
body p, body a, body ul, body ol, body li, body li a, body span {
  font-size: 0.84375rem;
  line-height: 1.25rem;
}
/* line 206, ../scss/custom.scss */
body .symbol {
  font-family: 'Symbol W95 Proportional';
}

/* line 211, ../scss/custom.scss */
h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "PT Sans", sans-serif;
  color: #002d62;
}
/* line 217, ../scss/custom.scss */
h2 a, h2 a:link {
  color: #002d62;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "PT Sans", sans-serif;
}
/* line 223, ../scss/custom.scss */
h2 a.hover, h2 a.active-trail, h2 a:link.hover, h2 a:link.active-trail {
  color: #002d62;
}

/* line 229, ../scss/custom.scss */
button, .button {
  box-shadow: none;
}

/* line 233, ../scss/custom.scss */
.pane-node-title h2 {
  padding-left: 5rem;
  background: url("../images/backgrounds/title-tag.png") no-repeat scroll 0% 0.625rem;
}

/* line 238, ../scss/custom.scss */
.node-featured-box-homepage > h2, .node-featured-box > h2 {
  padding-left: 5rem;
  margin-bottom: 0.625rem;
  background: url("../images/backgrounds/title-tag.png") no-repeat scroll 0% 0.625rem;
  line-height: 100%;
}

/* line 244, ../scss/custom.scss */
.four-col-landing-page-layout .node-featured-box-homepage > h2, .four-col-landing-page-layout .node-featured-box > h2 {
  padding-top: 1.25rem;
  padding-left: 0;
  margin-bottom: 0.625rem;
  background: url("../images/backgrounds/title-tag.png") no-repeat scroll;
  line-height: 100%;
}

/* line 252, ../scss/custom.scss */
h3 {
  font-family: "PT Sans", sans-serif;
}

/* line 255, ../scss/custom.scss */
a, a:link {
  color: #0252a4;
}
/* line 257, ../scss/custom.scss */
a:hover, a:link:hover {
  color: #0079c1;
}
/* line 260, ../scss/custom.scss */
a.active, a.active-trail, a:link.active, a:link.active-trail {
  color: #0079c1;
}

/* line 265, ../scss/custom.scss */
.inner-wrap {
  background: #ebebeb;
}

/* line 268, ../scss/custom.scss */
section.right-small {
  display: block;
  height: auto;
  width: auto;
  position: static;
  margin-bottom: 2rem;
  box-shadow: 0 0 0 #ffffff;
  border: none;
}

/* line 277, ../scss/custom.scss */
a.menu-icon {
  display: none;
}
@media only screen and (max-width: 40em) {
  /* line 277, ../scss/custom.scss */
  a.menu-icon {
    display: block;
    overflow: hidden;
    margin: 0.625rem auto;
    height: 0.9375rem;
    width: 1.0625rem;
    background: url(../images/icons/blue-mobile-icon.png) no-repeat;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 277, ../scss/custom.scss */
  a.menu-icon {
    display: block;
    overflow: hidden;
    margin: 0.625rem auto;
    height: 0.9375rem;
    width: 1.0625rem;
    background: url(../images/icons/blue-mobile-icon.png) no-repeat;
  }
}

/* line 297, ../scss/custom.scss */
.pane-page-logo {
  margin-bottom: 1.25rem;
}

/* safari fix? */
/* line 303, ../scss/custom.scss */
a:-webkit-any-link {
  text-decoration: none !important;
}

/* layout */
/* line 309, ../scss/custom.scss */
.page-title {
  display: none;
}

/* line 313, ../scss/custom.scss */
.float-left {
  float: left;
}
@media only screen and (min-width: 40.063em) {
  /* line 315, ../scss/custom.scss */
  .float-left img {
    margin: 0.625rem 0.625rem 0.625rem 0;
  }
}

/* line 322, ../scss/custom.scss */
.float-right {
  float: right;
}
/* line 324, ../scss/custom.scss */
.float-right img {
  margin: 0.625rem 0 0.625rem 0.625rem;
}

/* line 329, ../scss/custom.scss */
#mini-panel-above_header_panel.row,
.l-header-region,
.l-main,
.l-footer .row {
  max-width: 75.65em;
}

/* line 336, ../scss/custom.scss */
.l-main {
  min-height: 600px;
}

/* line 340, ../scss/custom.scss */
.row.l-main .row-middle {
  background: #ffffff;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

/* line 346, ../scss/custom.scss */
.pane-node-title {
  margin-bottom: 1.25rem;
}

/* line 350, ../scss/custom.scss */
.field-collection-container {
  border: none;
  margin: 0;
}

/* line 355, ../scss/custom.scss */
.field-collection-view {
  border: none;
}

@media only screen and (max-width: 40em) {
  /* line 359, ../scss/custom.scss */
  .left-column {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 359, ../scss/custom.scss */
  .left-column {
    margin-bottom: 1rem;
  }
}
/* line 366, ../scss/custom.scss */
.left-column .pane-menu-tree {
  padding-right: 1.25rem;
}
/* line 368, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu {
  margin: 0;
  padding-right: 5.625rem;
}
/* line 371, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #0079c1;
}
/* line 375, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li ul.menu {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0;
  padding-left: 1.25rem;
  /* border-top:rem-calc(1) solid #0079c1; */
}
/* line 381, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li ul.menu li {
  line-height: 0.9375rem;
  margin-bottom: 0.5rem;
}
/* line 385, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li ul.menu ul.menu {
  border: none;
  padding-left: 0;
}
/* line 388, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li ul.menu ul.menu a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #464646;
  text-transform: none;
}
/* line 395, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li ul.menu a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #002d62;
}
/* line 400, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li ul.menu a:hover {
  color: #0079c1;
}
/* line 405, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li > a {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  color: #002d62;
  font-weight: bold;
}
/* line 411, ../scss/custom.scss */
.left-column .pane-menu-tree .menu-block-wrapper > ul.menu > li > a:hover {
  color: #0079c1;
}

/* header */
/* line 423, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel {
  /* search */
}
@media only screen and (max-width: 40em) {
  /* line 423, ../scss/custom.scss */
  .top-header-column #mini-panel-above_header_panel {
    display: none;
  }
}
/* line 427, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation {
  margin-top: 0.5rem;
  float: right;
}
/* line 430, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation ul:not(.contextual-links), .top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation ol {
  overflow: hidden;
  display: block;
  margin: 0;
}
/* line 435, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation li {
  float: left;
}
/* line 437, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation li a {
  margin-left: 1.25rem;
  display: inline-block;
  font-size: 0.71875rem;
  color: #002d62;
}
/* line 442, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation li a:hover {
  color: #0079c1;
}
/* line 446, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-menu-topbar-navigation li:last-child {
  /*  padding-right:rem-calc(80);
      background:url(../images/icons/search.png) no-repeat scroll 89% 50%;
      background-size:auto 40%; */
}
/* line 454, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-search-form {
  /*@media only screen and (min-width:64.063em) and (max-width:90em){
    max-width:rem-calc(90);
  }
  @media only screen and (min-width:40.063em) and (max-width:64em){
    max-width:rem-calc(90);
  }*/
  max-width: 5.625rem;
  float: right;
  margin-top: 0.25rem;
  margin-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}
/* line 467, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-search-form #edit-search-block-form--2 {
  color: #002d62;
}
/* line 470, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-search-form input {
  display: inline-block;
  border: none;
  border-bottom: 0.0625rem solid #cccccc;
  background: none;
  padding: 0;
  height: auto;
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.4375rem;
  height: 1.4375rem;
  box-shadow: none;
  margin-top: 0.1875rem;
  color: #002d62;
}
/* line 485, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-search-form label {
  color: #002d62;
}
/* line 488, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .pane-search-form button {
  height: 1.4375rem;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/icons/search.png") no-repeat scroll center center transparent;
  background-size: auto 55%;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
/* line 499, ../scss/custom.scss */
.top-header-column #mini-panel-above_header_panel .prefix, .top-header-column #mini-panel-above_header_panel .postfix {
  height: auto;
}
/* line 503, ../scss/custom.scss */
.top-header-column .above-header-text-box {
  margin-top: 1.25rem;
  float: right;
}
/* line 507, ../scss/custom.scss */
.top-header-column .above-header-links {
  margin-left: 1.25rem;
  display: inline-block;
  font-size: 0.625rem;
}
/* line 511, ../scss/custom.scss */
.top-header-column .above-header-links.search {
  padding-right: 5rem;
  background: url(../images/icons/search.png) no-repeat scroll 89% 50%;
  background-size: auto 40%;
}
/* line 517, ../scss/custom.scss */
.top-header-column p {
  margin-bottom: 0;
}

/* line 522, ../scss/custom.scss */
#logo {
  overflow: hidden;
  display: block;
}

/* line 527, ../scss/custom.scss */
.l-header {
  background: #ffffff;
  margin-top: 2.1875rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 529, ../scss/custom.scss */
  .l-header .pane-menu-header-menu {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 527, ../scss/custom.scss */
  .l-header {
    background: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 527, ../scss/custom.scss */
  .l-header {
    margin-top: 0;
  }
  /* line 540, ../scss/custom.scss */
  .l-header .pane-menu-tree {
    display: none;
  }
}
/* line 547, ../scss/custom.scss */
.l-header .above-header-text-box .pane-content {
  float: right;
  padding-right: 1.25rem;
}
/* line 550, ../scss/custom.scss */
.l-header .above-header-text-box .pane-content .above-header-links {
  margin-left: 1.25rem;
}
/* line 555, ../scss/custom.scss */
.l-header .logo-box {
  position: relative;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 555, ../scss/custom.scss */
  .l-header .logo-box {
    margin-bottom: 1rem;
  }
}
/* line 560, ../scss/custom.scss */
.l-header .logo-box a {
  /* overflow:hidden;
     text-indent:-9999px;
     background:url("../logo.png") no-repeat;
     display:block;
     height:rem-calc(58);
     width:rem-calc(247); 
     @media only screen and (max-width: 40em){  */
  height: 3.375rem;
  width: 14.5rem;
  background: none;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/logo2.png") no-repeat;
  background-size: 100% 100%;
  /*  } */
  background-size: 100% 100%;
}
/* line 579, ../scss/custom.scss */
.l-header .logo-box p {
  margin: 0;
}
/* line 583, ../scss/custom.scss */
.l-header .uni-oxford-logo {
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 1rem;
  margin-top: -0.3125rem;
  position: relative;
  margin-left: 1.25rem;
  display: block;
  overflow: hidden;
  background: url("../images/university-of-oxford-logo.png") no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 40em) {
  /* line 583, ../scss/custom.scss */
  .l-header .uni-oxford-logo {
    width: 3.9375rem;
    height: 3.9375rem;
  }
}
/* line 598, ../scss/custom.scss */
.l-header .uni-oxford-logo a {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 609, ../scss/custom.scss */
.l-header .pane-main-menu, .l-header .pane-menu-header-menu {
  min-width: 65%;
}
/* line 611, ../scss/custom.scss */
.l-header .pane-main-menu ul.menu, .l-header .pane-menu-header-menu ul.menu {
  margin: 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-width: 50%;
  -moz-column-width: 50%;
  -webkit-column-width: 50%;
}
@media only screen and (min-width: 64.063em) {
  /* line 611, ../scss/custom.scss */
  .l-header .pane-main-menu ul.menu, .l-header .pane-menu-header-menu ul.menu {
    margin-top: -0.4375rem;
  }
}
/* line 622, ../scss/custom.scss */
.l-header .pane-main-menu ul.menu li, .l-header .pane-menu-header-menu ul.menu li {
  border-bottom: 0.0625rem solid #002d62;
}
/* line 624, ../scss/custom.scss */
.l-header .pane-main-menu ul.menu li:nth-child(4), .l-header .pane-main-menu ul.menu li.last, .l-header .pane-menu-header-menu ul.menu li:nth-child(4), .l-header .pane-menu-header-menu ul.menu li.last {
  border: none;
}
/* line 627, ../scss/custom.scss */
.l-header .pane-main-menu ul.menu li a, .l-header .pane-menu-header-menu ul.menu li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  color: #002d62;
}
/* line 633, ../scss/custom.scss */
.l-header .pane-main-menu ul.menu li a:hover, .l-header .pane-menu-header-menu ul.menu li a:hover {
  color: #0079c1;
}
/* line 637, ../scss/custom.scss */
.l-header .pane-main-menu ul.menu li .tip, .l-header .pane-menu-header-menu ul.menu li .tip {
  display: none;
}

/* line 645, ../scss/custom.scss */
#mini-panel-mobile_mini_panel {
  display: none;
  margin-bottom: 0.625rem;
}
/* line 648, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu > .pane-content > .accordion > .accordion-navigation > .mobile-menu-link {
  font-weight: bold;
}
/* line 651, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-search-form {
  background: #ffffff;
  padding-left: 1rem;
}
/* line 654, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-search-form button {
  margin-top: 0.3125rem;
  background: #002d62;
}
/* line 659, ../scss/custom.scss */
#mini-panel-mobile_mini_panel #search-block-form--2 > div > div > div {
  padding-right: 0.625rem;
}
/* line 662, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu {
  width: 100%;
  overflow: hidden;
}
/* line 665, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .mobile-menu-link {
  color: #002d62;
}
/* line 668, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion-navigation {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 673, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion-navigation a {
  text-transform: uppercase;
}
/* line 677, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion-navigation a:nth-child(2) {
  height: 100%;
}
/* line 681, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .plus-minus {
  max-width: 20%;
}
@media only screen and (max-width: 40em) {
  /* line 662, ../scss/custom.scss */
  #mini-panel-mobile_mini_panel .pane-mobilemenu {
    width: 100%;
  }
}
/* line 687, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion {
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 1rem;
  background: #ffffff;
}
/* line 694, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion dd > a {
  float: left;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 0.0625rem solid #0063bd;
}
/* line 699, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion dd > a:nth-child(1) {
  width: 80%;
}
/* line 702, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion dd > a:nth-child(2) {
  width: 15%;
  margin-right: 5%;
}
/* line 706, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion dd > a:hover {
  background: #ffffff;
}
/* line 710, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .pane-mobilemenu .accordion .content.active {
  background: #ffffff;
}
/* line 715, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .form-item-search-block-form .form-text {
  border: none;
  padding-left: 0.625rem;
  color: #1a4272;
}
/* line 721, ../scss/custom.scss */
#mini-panel-mobile_mini_panel #edit-search-block-form--2, #mini-panel-mobile_mini_panel .form-item-search-block-form .form-text {
  border: none;
  border-bottom: 0.0625rem solid #0063bd;
  margin: 0;
  padding: 1rem;
  box-shadow: none;
  text-transform: uppercase;
  height: auto;
}
/* line 729, ../scss/custom.scss */
#mini-panel-mobile_mini_panel #edit-search-block-form--2:focus, #mini-panel-mobile_mini_panel .form-item-search-block-form .form-text:focus {
  background: none;
}
/* line 733, ../scss/custom.scss */
#mini-panel-mobile_mini_panel #search-block-form .form-submit {
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  padding: 0.5625rem 0.5625rem 0.5rem 0.5625rem;
  margin: 0;
  background: url("../images/icons/search.png") no-repeat center #ffffff;
  background-size: 40% 40%;
  border-bottom: 0.0625rem solid #0063bd;
  box-shadow: none;
}
/* line 745, ../scss/custom.scss */
#mini-panel-mobile_mini_panel #search-block-form {
  background: #ffffff;
}
/* line 748, ../scss/custom.scss */
#mini-panel-mobile_mini_panel #search-block-form > div {
  padding: 0 1.25rem;
}
/* line 751, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .mobile-contact-box {
  background: #ffffff;
  padding: 0.625rem 0;
}
/* line 754, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .mobile-contact-box p {
  margin: 0;
}
/* line 757, ../scss/custom.scss */
#mini-panel-mobile_mini_panel .mobile-contact-box .contact-link {
  text-transform: uppercase;
  padding: 0 1.875rem;
  font-weight: 700;
}

/* main content */
/* search */
/* line 769, ../scss/custom.scss */
.search-info {
  display: none;
}

/* breadcrumbs */
/* line 775, ../scss/custom.scss */
.l-main ul.breadcrumbs {
  background: transparent;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  /* line 775, ../scss/custom.scss */
  .l-main ul.breadcrumbs {
    padding: 1.25rem;
  }
}

/* line 783, ../scss/custom.scss */
.pane-page-breadcrumb h2 {
  display: none;
}

/* line 786, ../scss/custom.scss */
.breadcrumbs > *:first-child {
  display: none;
}

/* line 790, ../scss/custom.scss */
.breadcrumbs > *:nth-child(2):before {
  content: none;
}

/* line 794, ../scss/custom.scss */
.breadcrumbs > *:before {
  margin: 0.40rem;
}

/* line 798, ../scss/custom.scss */
.breadcrumbs > * {
  font-size: 0.75rem;
  text-transform: none;
}

/* line 803, ../scss/custom.scss */
.breadcrumbs a {
  text-transform: none;
}

/* banner */
/* line 810, ../scss/custom.scss */
.field-name-field-rotating-banner.slick-slider {
  margin-bottom: 0;
}
/* line 813, ../scss/custom.scss */
.field-name-field-rotating-banner .large-12.columns {
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  /*  @media only screen and (max-width: 40em){
      height:15rem;
    }
    .pane-node-field-featured-box-image{
      height:100%;
      div{
        height:100%;
      }
      @media only screen and (max-width: 40em){
        img{
          position:absolute;
          height:100%;
          z-index:1;
        }
      }
    } */
}
/* line 833, ../scss/custom.scss */
.field-name-field-rotating-banner .large-12.columns .pane-node-field-featured-box-body {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0.625rem;
  left: 0.625rem;
}
@media only screen and (max-width: 40em) {
  /* line 833, ../scss/custom.scss */
  .field-name-field-rotating-banner .large-12.columns .pane-node-field-featured-box-body {
    position: static;
  }
}
/* line 842, ../scss/custom.scss */
.field-name-field-rotating-banner .large-12.columns .pane-node-field-featured-box-body .field-name-field-featured-box-body {
  padding: 0.625rem;
  background: rgba(0, 0, 0, 0.6);
}
/* line 845, ../scss/custom.scss */
.field-name-field-rotating-banner .large-12.columns .pane-node-field-featured-box-body .field-name-field-featured-box-body p {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.25rem;
}

/* featured boxes */
/* line 858, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box.contextual-links-region .pane-node-field-featured-box-link, .pane-node-field-featured .field-item .node-featured-box-homepage.contextual-links-region .pane-node-field-featured-box-link {
  left: 1.25rem;
  bottom: 1.25rem;
}

/* line 865, ../scss/custom.scss */
.pane-node-field-featured .field-item:last-child {
  float: left;
}
/* line 868, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box, .pane-node-field-featured .field-item .node-featured-box-homepage {
  background: #ffffff;
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 1.25rem;
  height: 26.875rem;
}
/* line 869, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box h2, .pane-node-field-featured .field-item .node-featured-box-homepage h2 {
  text-transform: uppercase;
}
/* line 876, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .large-12, .pane-node-field-featured .field-item .node-featured-box-homepage .large-12 {
  position: static;
}
/* line 880, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box h2 a, .pane-node-field-featured .field-item .node-featured-box-homepage h2 a {
  font-size: 0.875rem;
  line-height: 100%;
}
/* line 885, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .pane-node-field-featured-box-image, .pane-node-field-featured .field-item .node-featured-box-homepage .pane-node-field-featured-box-image {
  margin-bottom: 1.25rem;
}
/* line 887, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .pane-node-field-featured-box-image img:hover, .pane-node-field-featured .field-item .node-featured-box-homepage .pane-node-field-featured-box-image img:hover {
  transition: 0.5s;
  opacity: 0.6;
}
/* line 892, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .pane-node-field-featured-box-link, .pane-node-field-featured .field-item .node-featured-box-homepage .pane-node-field-featured-box-link {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
}
/* line 896, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .pane-node-field-featured-box-link a, .pane-node-field-featured .field-item .node-featured-box-homepage .pane-node-field-featured-box-link a {
  color: #0252a4;
  font-size: 0.8125rem;
}
/* line 899, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .pane-node-field-featured-box-link a:hover, .pane-node-field-featured .field-item .node-featured-box-homepage .pane-node-field-featured-box-link a:hover {
  color: #0079c1;
}
/* line 905, ../scss/custom.scss */
.pane-node-field-featured .field-item .node-featured-box .field-name-field-featured-box-body p, .pane-node-field-featured .field-item .node-featured-box-homepage .field-name-field-featured-box-body p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

/* Timeline */
/* line 917, ../scss/custom.scss */
.pane-node-field-timeline {
  margin-top: 3.125rem;
  margin-bottom: 4.375rem;
}
/* line 920, ../scss/custom.scss */
.pane-node-field-timeline .line {
  background: #002d62;
  width: 0.125rem;
  position: absolute;
  top: 5.625rem;
  left: 50%;
  z-index: 0;
  bottom: 12.5rem;
}
/* line 929, ../scss/custom.scss */
.pane-node-field-timeline .field-item {
  visibility: hidden;
}
/* line 931, ../scss/custom.scss */
.pane-node-field-timeline .field-item .circle {
  background-color: #0079c1;
  background-size: 9.75rem;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  margin-bottom: 1.25rem;
  z-index: 2;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 931, ../scss/custom.scss */
  .pane-node-field-timeline .field-item .circle {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 931, ../scss/custom.scss */
  .pane-node-field-timeline .field-item .circle {
    display: none;
  }
}
/* line 946, ../scss/custom.scss */
.pane-node-field-timeline .field-item .circle.circle-left {
  left: 2.75rem;
  /* position:absolute; */
}
/* line 950, ../scss/custom.scss */
.pane-node-field-timeline .field-item .circle.circle-right {
  right: 2.5625rem;
  /*  position:absolute; */
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 956, ../scss/custom.scss */
  .pane-node-field-timeline .field-item .push-5 {
    left: 0;
    float: right;
  }
  /* line 960, ../scss/custom.scss */
  .pane-node-field-timeline .field-item .circle-right {
    float: left;
    right: 0;
  }
  /* line 964, ../scss/custom.scss */
  .pane-node-field-timeline .field-item .circle-left {
    left: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 968, ../scss/custom.scss */
  .pane-node-field-timeline .field-item .left-column {
    width: 25%;
    display: none;
  }
}
/* line 975, ../scss/custom.scss */
.pane-node-field-timeline .field-item.odd .pane-node-field-featured-box-image {
  float: left;
}
/* line 976, ../scss/custom.scss */
.pane-node-field-timeline .field-item.odd .pane-node-field-featured-box-image .caption-title {
  margin-top: 0.625rem;
  padding: 0 1.25rem;
  padding-left: 0;
  /*  float:left; */
}
/* line 981, ../scss/custom.scss */
.pane-node-field-timeline .field-item.odd .pane-node-field-featured-box-image .caption-title p {
  font-size: 0.8125rem;
}
/* line 989, ../scss/custom.scss */
.pane-node-field-timeline .field-item.odd .pane-node-field-featured-box-image img {
  margin: 0 auto;
  max-width: 18.75rem;
  /* float:left;*/
}
@media only screen and (min-width: 64.063em) {
  /* line 995, ../scss/custom.scss */
  .pane-node-field-timeline .field-item.odd .right-column {
    padding-left: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 995, ../scss/custom.scss */
  .pane-node-field-timeline .field-item.odd .right-column {
    right: 0;
    float: left;
  }
}
/* line 1006, ../scss/custom.scss */
.pane-node-field-timeline .field-item.even .pane-node-field-featured-box-image {
  float: right;
}
/* line 1010, ../scss/custom.scss */
.pane-node-field-timeline .field-item.even .pane-node-field-featured-box-image .caption-title {
  margin-top: 0.625rem;
  padding: 0 1.25rem;
  padding-left: 0;
  /* float:right;*/
}
/* line 1015, ../scss/custom.scss */
.pane-node-field-timeline .field-item.even .pane-node-field-featured-box-image .caption-title p {
  font-size: 0.8125rem;
}
/* line 1019, ../scss/custom.scss */
.pane-node-field-timeline .field-item.even .pane-node-field-featured-box-image img {
  margin: 0 auto;
  /* float:right;*/
  max-width: 18.75rem;
}
@media only screen and (min-width: 64.063em) {
  /* line 1025, ../scss/custom.scss */
  .pane-node-field-timeline .field-item.even .right-column {
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1025, ../scss/custom.scss */
  .pane-node-field-timeline .field-item.even .right-column {
    width: 70%;
    right: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1034, ../scss/custom.scss */
  .pane-node-field-timeline .field-item.even .field-name-field-timeline-date {
    text-align: right;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1039, ../scss/custom.scss */
  .pane-node-field-timeline .field-item.even .field-name-field-featured-box-body {
    text-align: right;
  }
}
/* line 1045, ../scss/custom.scss */
.pane-node-field-timeline .field-item .field-name-field-timeline-date {
  font-size: 1.375rem;
  color: #002d62;
  line-height: 1.4;
}
/* line 1050, ../scss/custom.scss */
.pane-node-field-timeline .field-item .field-name-field-featured-box-body {
  font-size: 0.8125rem;
  color: #464646;
  line-height: 1.25rem;
}

/* forms */
/* Landing pages */
/* line 1063, ../scss/custom.scss */
.node-type-landing-page .field-name-body ul, .node-type-landing-page .field-name-body ol, .node-type-landing-page .field-name-body li, .node-type-landing-page .field-name-body a {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}
/* line 1067, ../scss/custom.scss */
.node-type-landing-page .field-name-body p {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}

/* basic pages */
/* line 1075, ../scss/custom.scss */
.node-type-page .pane-node-title h2 {
  text-transform: uppercase;
}
/* line 1078, ../scss/custom.scss */
.node-type-page .pane-node-field-image, .node-type-page .pane-node-field-bottom-right-images {
  margin-bottom: 1.25rem;
  display: block;
  overflow: hidden;
}
/* line 1082, ../scss/custom.scss */
.node-type-page .pane-node-field-image .field-item, .node-type-page .pane-node-field-bottom-right-images .field-item {
  margin-bottom: 1.25rem;
  max-width: 100%;
  display: block;
  overflow: hidden;
  float: left;
}
/* line 1085, ../scss/custom.scss */
.node-type-page .pane-node-field-image .field-item:last-child, .node-type-page .pane-node-field-bottom-right-images .field-item:last-child {
  margin-bottom: 0;
}
/* line 1088, ../scss/custom.scss */
.node-type-page .pane-node-field-image .field-item .caption-title, .node-type-page .pane-node-field-bottom-right-images .field-item .caption-title {
  margin-top: 0.625rem;
  padding: 0;
  padding-left: 0;
  /*
  &.caption-fixed-height{
    height:rem-calc(20);
    overflow:hidden;
    background:url("../images/icons/arrow-blue-down.png") no-repeat right;
  }
  &.caption-auto-height{
    background:url("../images/icons/arrow-blue-up.png") no-repeat right;
  }
  */
}
/* line 1092, ../scss/custom.scss */
.node-type-page .pane-node-field-image .field-item .caption-title p, .node-type-page .pane-node-field-bottom-right-images .field-item .caption-title p {
  font-size: 0.8125rem;
}
/* line 1110, ../scss/custom.scss */
.node-type-page .pane-node-field-image .field-item:first-child, .node-type-page .pane-node-field-bottom-right-images .field-item:first-child {
  margin-right: 1.25rem;
}
/* line 1116, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-group-format-title {
  display: none;
}
/* line 1119, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .accordion dd > a {
  background: url("../images/icons/arrow-blue-down.png") no-repeat right transparent;
}
/* line 1121, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .accordion dd > a.accordion-expanded {
  background: url("../images/icons/arrow-blue-up.png") no-repeat right transparent;
}
/* line 1125, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-collection-view {
  padding: 0;
  margin: 0 0 1.25rem 0;
}
/* line 1129, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-title {
  float: left;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.1875rem;
}
/* line 1135, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-body {
  float: left;
  margin-bottom: 1.25rem;
}
/* line 1138, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-body p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
/* line 1142, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-body ul, .node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-body ol, .node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-body li {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
/* line 1147, ../scss/custom.scss */
.node-type-page .pane-node-field-repeating-content .field-name-field-repeating-content-image {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
/* line 1152, ../scss/custom.scss */
.node-type-page .pane-node-body ul, .node-type-page .pane-node-body ol, .node-type-page .pane-node-body li a, .node-type-page .pane-node-body li, .node-type-page .pane-node-body p, .node-type-page .pane-node-body a {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  list-style-position: inside;
}

/* line 1159, ../scss/custom.scss */
.pane-node-body img {
  float: right;
  margin: 0.625rem;
}

/* line 1164, ../scss/custom.scss */
.page-node-185 .pane-node-body img {
  float: none;
}

/* events/seminars page */
/* line 1171, ../scss/custom.scss */
.node-type-event .pane-node-field-image {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}
/* line 1176, ../scss/custom.scss */
.node-type-event .pane-entity-field {
  margin-bottom: 0.5rem;
  display: block;
}
/* line 1180, ../scss/custom.scss */
.node-type-event .pane-node-field-speaker, .node-type-event .pane-node-field-speakers-origin, .node-type-event .pane-node-field-location, .node-type-event .pane-node-field-event-date {
  font-size: 0.84375rem;
  line-height: 1.25rem;
}

/* line 1186, ../scss/custom.scss */
.pane-node-field-speaker, .pane-node-field-speakers-origin, .pane-node-field-location, .pane-node-field-event-date {
  font-size: 0.84375rem;
  line-height: 1.25rem;
}

/* Contact us page */
/* line 1194, ../scss/custom.scss */
.accordion-pane .field-name-field-repeating-content .field-collection-view {
  margin-bottom: 0.625rem;
}
/* line 1197, ../scss/custom.scss */
.accordion-pane .field-name-field-repeating-content .accordion-navigation > a {
  border-bottom: 0.0625rem solid #0063bd;
}
/* line 1200, ../scss/custom.scss */
.accordion-pane a h2 {
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0;
}

/* line 1207, ../scss/custom.scss */
.two-column .field-name-field-repeating-content .field-collection-view {
  margin-bottom: 0.625rem;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  /* line 1207, ../scss/custom.scss */
  .two-column .field-name-field-repeating-content .field-collection-view {
    width: 50%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1207, ../scss/custom.scss */
  .two-column .field-name-field-repeating-content .field-collection-view {
    height: 32.8125rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1207, ../scss/custom.scss */
  .two-column .field-name-field-repeating-content .field-collection-view {
    width: 100%;
  }
}
/* line 1220, ../scss/custom.scss */
.two-column .field-name-field-repeating-content-title {
  clear: both;
  float: left;
}
/* line 1224, ../scss/custom.scss */
.two-column .group-1 {
  clear: both;
  float: left;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1229, ../scss/custom.scss */
  .two-column .field-name-field-repeating-content-body {
    clear: left;
  }
}

/* vacancies page */
/* line 1237, ../scss/custom.scss */
.node-type-vacancy .field-name-body {
  margin: 0.5rem 0;
}
/* line 1239, ../scss/custom.scss */
.node-type-vacancy .field-name-body p {
  font-size: 0.84375rem;
  line-height: 1.25rem;
  color: #464646;
}
/* line 1244, ../scss/custom.scss */
.node-type-vacancy .field-name-body ul, .node-type-vacancy .field-name-body li, .node-type-vacancy .field-name-body ol {
  font-size: 0.84375rem;
  line-height: 1.25rem;
  color: #464646;
}

/* Research Group */
/* line 1254, ../scss/custom.scss */
.node-type-research-group .pane-node-field-introduction {
  margin-top: 1.25rem;
}
/* line 1256, ../scss/custom.scss */
.node-type-research-group .pane-node-field-introduction p {
  font-size: 0.8125rem;
}
/* line 1260, ../scss/custom.scss */
.node-type-research-group .pane-node-field-person-image {
  display: block;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 40em) {
  /* line 1260, ../scss/custom.scss */
  .node-type-research-group .pane-node-field-person-image {
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1260, ../scss/custom.scss */
  .node-type-research-group .pane-node-field-person-image {
    text-align: center;
  }
}
/* line 1271, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content {
  margin-bottom: 1.25rem;
  display: block;
  max-width: 100%;
}
/* line 1275, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .slick-prev {
  left: 30px;
  height: 0.75rem;
  width: 0.8125rem;
  background: url("../images/icons/arrow-blue-left.png") no-repeat right;
}
@media only screen and (max-width: 40em) {
  /* line 1275, ../scss/custom.scss */
  .node-type-research-group .pane-group-images .pane-content .slick-prev {
    left: -25px;
  }
}
/* line 1283, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .slick-prev:before {
  opacity: 0;
}
/* line 1287, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .slick-next {
  right: 30px;
  height: 0.75rem;
  width: 0.8125rem;
  background: url("../images/icons/arrow-blue-right.png") no-repeat right;
}
@media only screen and (max-width: 40em) {
  /* line 1287, ../scss/custom.scss */
  .node-type-research-group .pane-group-images .pane-content .slick-next {
    right: -25px;
  }
}
/* line 1295, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .slick-next:before {
  opacity: 0;
}
/* line 1299, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .image-pop-up {
  padding: 0 1.5625rem;
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 1299, ../scss/custom.scss */
  .node-type-research-group .pane-group-images .pane-content .image-pop-up {
    padding: 0;
  }
}
/* line 1304, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .image-pop-up img {
  border: 0.0625rem solid #464646;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
/* line 1312, ../scss/custom.scss */
.node-type-research-group .pane-group-images .pane-content .image-pop-up:last-child {
  margin-right: 0;
}
/* line 1317, ../scss/custom.scss */
.node-type-research-group .caption-title {
  margin-top: 0.625rem;
  margin: 0.625rem auto 0 auto;
  display: block;
  overflow: hidden;
  padding: 0;
  padding-left: 0;
  max-width: 100%;
  text-align: center;
  /*
  &.caption-fixed-height{
    height:rem-calc(20);
    overflow:hidden;
    background:url("../images/icons/arrow-blue-down.png") no-repeat right;
  }
  &.caption-auto-height{
    background:url("../images/icons/arrow-blue-up.png") no-repeat right;
  }
  */
}
/* line 1326, ../scss/custom.scss */
.node-type-research-group .caption-title p {
  font-size: 0.8125rem;
}
/* line 1340, ../scss/custom.scss */
.node-type-research-group .pane-node-field-e-mail-s {
  margin: 0.625rem 0;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #0079c1;
  font-size: 0.8125rem;
}
/* line 1346, ../scss/custom.scss */
.node-type-research-group .pane-node-field-group-website {
  margin: 0.625rem 0;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #0079c1;
}
/* line 1350, ../scss/custom.scss */
.node-type-research-group .pane-node-field-group-website a:after {
  content: "     " url("../images/icons/arrow-blue-right.png");
}
/* line 1354, ../scss/custom.scss */
.node-type-research-group .pane-node-research-themes-title {
  clear: both;
}
/* line 1356, ../scss/custom.scss */
.node-type-research-group .pane-node-research-themes-title p {
  margin-bottom: 0.625rem;
  color: #002d62;
  font-weight: 700;
}
/* line 1361, ../scss/custom.scss */
.node-type-research-group .pane-node-research-themes-title p a:after {
  content: "     " url("../images/icons/arrow-blue.png");
}
/* line 1368, ../scss/custom.scss */
.node-type-research-group .pane-node-field-research-areas ul, .node-type-research-group .pane-node-field-research-areas ol {
  margin: 0;
}
/* line 1371, ../scss/custom.scss */
.node-type-research-group .pane-node-field-research-areas li {
  list-style: none;
}
/* line 1377, ../scss/custom.scss */
.node-type-research-group .pane-node-field-dphil-projects a,
.node-type-research-group .pane-node-field-research-themes a {
  float: left;
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
  clear: left;
}
/* line 1386, ../scss/custom.scss */
.node-type-research-group .pane-node-field-dphil-projects h2.pane-title {
  font-size: 0.8125rem;
  text-transform: none;
}

/* publications field collection */
/* line 1395, ../scss/custom.scss */
.pane-node-field-publication .pane-title {
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  text-transform: none;
}

/* line 1401, ../scss/custom.scss */
.field-collection-item-field-publication {
  margin-bottom: 0.5rem;
}
/* line 1403, ../scss/custom.scss */
.field-collection-item-field-publication .field-name-field-publication-title {
  font-style: italic;
  font-size: 0.84375rem;
  line-height: 1.25rem;
}
/* line 1408, ../scss/custom.scss */
.field-collection-item-field-publication .field-name-field-journal {
  font-size: 0.84375rem;
  line-height: 1.25rem;
}
/* line 1412, ../scss/custom.scss */
.field-collection-item-field-publication .field-name-field-authors {
  display: inline;
  font-size: 0.84375rem;
  line-height: 1.25rem;
}
/* line 1417, ../scss/custom.scss */
.field-collection-item-field-publication .field-name-field-year {
  display: inline;
  font-size: 0.84375rem;
  line-height: 1.25rem;
}
/* line 1421, ../scss/custom.scss */
.field-collection-item-field-publication .field-name-field-year:after {
  content: ")";
}
/* line 1424, ../scss/custom.scss */
.field-collection-item-field-publication .field-name-field-year:before {
  content: " (";
}

/* core facilities page */
/* line 1433, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-introduction {
  margin-top: 3.125rem;
}
/* line 1435, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-introduction p {
  font-size: 0.8125rem;
}
/* line 1439, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-person-image {
  display: block;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
/* line 1445, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-bottom-right-images .field-item {
  margin-bottom: 1.25rem;
  max-width: 100%;
}
@media only screen and (max-width: 40em) {
  /* line 1445, ../scss/custom.scss */
  .node-type-core-facility .pane-node-field-bottom-right-images .field-item {
    max-width: 100%;
  }
}
/* line 1454, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-image .field-item {
  margin-bottom: 1.25rem;
  max-width: 45%;
}
@media only screen and (max-width: 40em) {
  /* line 1454, ../scss/custom.scss */
  .node-type-core-facility .pane-node-field-image .field-item {
    max-width: 100%;
  }
}
/* line 1462, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-organise-name {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #0079c1;
}
/* line 1467, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-e-mail-s {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #0079c1;
  font-size: 0.8125rem;
}
/* line 1473, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-external-sites {
  margin-bottom: 0.625rem;
  color: #002d62;
}
/* line 1476, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-external-sites a {
  display: block;
  float: left;
  clear: left;
  width: 100%;
  padding-right: 0.9375rem;
  margin-bottom: 0.625rem;
  background: url("../images/icons/arrow-blue.png") scroll no-repeat right 50%;
}
/* line 1486, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content {
  margin-bottom: 1.25rem;
  display: block;
  max-width: 100%;
}
/* line 1490, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .slick-prev {
  left: 30px;
  height: 0.75rem;
  width: 0.8125rem;
  background: url("../images/icons/arrow-blue-left.png") no-repeat right;
}
@media only screen and (max-width: 40em) {
  /* line 1490, ../scss/custom.scss */
  .node-type-core-facility .pane-group-images .pane-content .slick-prev {
    left: -25px;
  }
}
/* line 1498, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .slick-prev:before {
  opacity: 0;
}
/* line 1502, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .slick-next {
  right: 30px;
  height: 0.75rem;
  width: 0.8125rem;
  background: url("../images/icons/arrow-blue-right.png") no-repeat right;
}
@media only screen and (max-width: 40em) {
  /* line 1502, ../scss/custom.scss */
  .node-type-core-facility .pane-group-images .pane-content .slick-next {
    right: -25px;
  }
}
/* line 1510, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .slick-next:before {
  opacity: 0;
}
/* line 1514, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .image-pop-up {
  padding: 0 1.5625rem;
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 1514, ../scss/custom.scss */
  .node-type-core-facility .pane-group-images .pane-content .image-pop-up {
    padding: 0;
  }
}
/* line 1519, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .image-pop-up img {
  border: 0.0625rem solid #464646;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
/* line 1527, ../scss/custom.scss */
.node-type-core-facility .pane-group-images .pane-content .image-pop-up:last-child {
  margin-right: 0;
}
/* line 1532, ../scss/custom.scss */
.node-type-core-facility .caption-title {
  margin-top: 0.625rem;
  margin: 0.625rem auto 0 auto;
  display: block;
  overflow: hidden;
  padding: 0;
  padding-left: 0;
  max-width: 100%;
  text-align: center;
  /* &.caption-fixed-height{
    height:rem-calc(20);
    overflow:hidden;
    background:url("../images/icons/arrow-blue-down.png") no-repeat right;
  }
  &.caption-auto-height{
    background:url("../images/icons/arrow-blue-up.png") no-repeat right;
  } */
}
/* line 1541, ../scss/custom.scss */
.node-type-core-facility .caption-title p {
  font-size: 0.8125rem;
}
/* line 1553, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-image, .node-type-core-facility .pane-node-field-bottom-right-images {
  margin-bottom: 1.25rem;
  display: block;
  overflow: hidden;
}
/* line 1557, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-image .field-item, .node-type-core-facility .pane-node-field-bottom-right-images .field-item {
  margin-bottom: 1.25rem;
  display: block;
  overflow: hidden;
  float: left;
}
/* line 1559, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-image .field-item img, .node-type-core-facility .pane-node-field-bottom-right-images .field-item img {
  border: 0.0625rem solid #464646;
}
/* line 1565, ../scss/custom.scss */
.node-type-core-facility .pane-node-field-image .field-item:first-child, .node-type-core-facility .pane-node-field-bottom-right-images .field-item:first-child {
  margin-right: 1.25rem;
}

/* news page */
/* line 1575, ../scss/custom.scss */
.pane-node-field-date span {
  font-size: 0.84375rem;
  line-height: 1.25rem;
}

/* views */
/* carousel pop up view */
/* line 1587, ../scss/custom.scss */
.view-carousel-view .views-row .content {
  text-align: center;
}

/* homepage news view */
/* line 1596, ../scss/custom.scss */
.pane-list-news-panel-pane-1 .views-row, .view-display-id-panel_pane_3 .views-row {
  padding-bottom: 0.3125rem;
}
/* line 1598, ../scss/custom.scss */
.pane-list-news-panel-pane-1 .views-row:first-child, .view-display-id-panel_pane_3 .views-row:first-child {
  padding: 0 0 0.3125rem 0;
}
/* line 1601, ../scss/custom.scss */
.pane-list-news-panel-pane-1 .views-row .views-field-title a, .view-display-id-panel_pane_3 .views-row .views-field-title a {
  color: #464646;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  background: url("../images/icons/arrow-blue.png") no-repeat center right;
  background-size: 6px 7px;
  padding-right: 10px;
}

/* line 1612, ../scss/custom.scss */
.pane-list-news-panel-pane-2 .views-row {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #0079c1;
  margin-bottom: 1.25rem;
}
/* line 1616, ../scss/custom.scss */
.pane-list-news-panel-pane-2 .views-row:first-child {
  padding: 0 0 0.625rem 0;
}
/* line 1619, ../scss/custom.scss */
.pane-list-news-panel-pane-2 .views-row .views-field-title a {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}
/* line 1623, ../scss/custom.scss */
.pane-list-news-panel-pane-2 .views-row .views-field {
  font-size: 0.84375rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

/* research areas view */
/* line 1634, ../scss/custom.scss */
.view-list-research-areas .views-row {
  overflow: hidden;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #0079c1;
}
/* line 1639, ../scss/custom.scss */
.view-list-research-areas .views-row img {
  width: 25%;
  margin-left: 1%;
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 1639, ../scss/custom.scss */
  .view-list-research-areas .views-row img {
    clear: left;
    width: 100%;
  }
}
/* line 1648, ../scss/custom.scss */
.view-list-research-areas .views-row .views-field-title {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25rem;
  display: block;
  margin-bottom: 0.625rem;
}
/* line 1654, ../scss/custom.scss */
.view-list-research-areas .views-row .views-field-title a {
  font-size: 0.8125rem;
  color: #464646;
}
/* line 1658, ../scss/custom.scss */
.view-list-research-areas .views-row .views-field-title:after {
  content: "     " url("../images/icons/arrow-blue.png");
}
/* line 1662, ../scss/custom.scss */
.view-list-research-areas .views-row .views-field-field-introduction {
  display: block;
  width: 74%;
  float: left;
}
/* line 1663, ../scss/custom.scss */
.view-list-research-areas .views-row .views-field-field-introduction p {
  font-size: 1.01563rem;
  line-height: 1.5rem;
  color: #464646;
}

/* research group view */
/* line 1677, ../scss/custom.scss */
.pane-list-research-groups-panel-pane-2 h2.pane-title, .pane-list-research-groups-panel-pane-3 h2.pane-title, .pane-list-research-groups-panel-pane-4 h2.pane-title, .pane-list-research-groups-panel-pane-7 h2.pane-title, .pane-list-research-groups-panel-pane-6 h2.pane-title {
  background: url("../images/backgrounds/title-tag.png") no-repeat scroll 0 0.625rem transparent;
  padding-left: 5rem;
}

/* line 1682, ../scss/custom.scss */
.pane-list-research-groups-panel-pane-1 h2.pane-title {
  margin: 1.25rem 0;
  display: block;
  font-weight: bold;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #464646;
  text-transform: none;
}

/* line 1693, ../scss/custom.scss */
.pane-list-research-groups-panel-pane-2 h2.pane-title {
  margin-bottom: 1.25rem;
}

/* line 1697, ../scss/custom.scss */
.view-list-research-groups {
  /* border-top:rem-calc(1) solid #0079c1; */
}
/* line 1699, ../scss/custom.scss */
.view-list-research-groups .view-header, .view-list-research-groups .pane-title {
  margin-bottom: 1.25rem;
}
/* line 1702, ../scss/custom.scss */
.view-list-research-groups .views-row {
  overflow: hidden;
}
/* line 1704, ../scss/custom.scss */
.view-list-research-groups .views-row .view-text {
  display: block;
  overflow: hidden;
  border-bottom: 0.0625rem solid #0079c1;
  min-height: 8.125rem;
  margin-bottom: 1.25rem;
}
/* line 1711, ../scss/custom.scss */
.view-list-research-groups .views-row .views-field-field-person-image {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
/* line 1717, ../scss/custom.scss */
.view-list-research-groups .views-row .views-field-field-person-image img {
  border: 0.0625rem solid #464646;
}
/* line 1722, ../scss/custom.scss */
.view-list-research-groups .views-row .views-field-nothing a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25rem;
  display: block;
  color: #464646;
}
/* line 1729, ../scss/custom.scss */
.view-list-research-groups .views-row .views-field-nothing a:after {
  content: "                   " url("../images/icons/arrow-blue-right.png");
}
/* line 1733, ../scss/custom.scss */
.view-list-research-groups .views-row .views-field-nothing p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #464646;
}

/* line 1742, ../scss/custom.scss */
.pane-list-research-groups-panel-pane-5 select {
  width: auto;
  margin: 1.25rem 0;
  background: #ededed;
}

/* Seminars view */
/* line 1755, ../scss/custom.scss */
.pane-list-seminars-panel-pane-1 .views-row, .pane-list-seminars-panel-pane-2 .views-row, .pane-list-seminars-panel-pane-3 .views-row, .pane-list-seminars-panel-pane-9 .views-row, .pane-list-seminars-panel-pane-10 .views-row {
  border-bottom: 0.0625rem solid #0079c1;
  padding-bottom: 0.625rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 1763, ../scss/custom.scss */
  .homepage-featured-seminars .views-row {
    height: 7.8125rem;
    overflow: hidden;
  }
}

/* line 1770, ../scss/custom.scss */
.view-list-seminars .views-field-field-speaker {
  font-weight: 700;
}
/* line 1773, ../scss/custom.scss */
.view-list-seminars .views-row {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

/* vacancies view */
/* line 1782, ../scss/custom.scss */
.pane-vacancy-panel-pane-1 {
  margin-bottom: 1.25rem;
}
/* line 1784, ../scss/custom.scss */
.pane-vacancy-panel-pane-1 .views-row {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #0079c1;
}
/* line 1787, ../scss/custom.scss */
.pane-vacancy-panel-pane-1 .views-row .views-field-title a, .pane-vacancy-panel-pane-1 .views-row .views-field-title a:link {
  color: #002d62;
  font-size: 1.0625rem;
  margin-bottom: 0.3125rem;
  font-family: "PT Sans", sans-serif;
}
/* line 1792, ../scss/custom.scss */
.pane-vacancy-panel-pane-1 .views-row .views-field-title a.hover, .pane-vacancy-panel-pane-1 .views-row .views-field-title a.active-trail, .pane-vacancy-panel-pane-1 .views-row .views-field-title a:link.hover, .pane-vacancy-panel-pane-1 .views-row .views-field-title a:link.active-trail {
  color: #002d62;
}
/* line 1796, ../scss/custom.scss */
.pane-vacancy-panel-pane-1 .views-row p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #464646;
}
/* line 1801, ../scss/custom.scss */
.pane-vacancy-panel-pane-1 .views-row .views-field-field-closing-date {
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #464646;
}

/* fusion magazine publications view */
/* line 1812, ../scss/custom.scss */
.view-list-publications {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 1812, ../scss/custom.scss */
  .view-list-publications {
    margin-left: -3.125rem;
  }
}
/* line 1817, ../scss/custom.scss */
.view-list-publications .views-row {
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 3.125rem;
  margin-top: 0.625rem;
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 64.063em) {
  /* line 1817, ../scss/custom.scss */
  .view-list-publications .views-row {
    /*&:nth-child(4n + 1), &:first-child{
      margin-left:0;
    } */
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1817, ../scss/custom.scss */
  .view-list-publications .views-row {
    /* &:nth-child(3n + 1), &:first-child{
      margin-left:0;
    } */
  }
}

@media only screen and (max-width: 40em) and (orientation: portrait) {
  /* line 1817, ../scss/custom.scss */
  .view-list-publications .views-row {
    width: 100%;
    margin-left: 0;
  }
  /* line 1843, ../scss/custom.scss */
  .view-list-publications .views-row .publication_link {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  /* line 1817, ../scss/custom.scss */
  .view-list-publications .views-row {
    width: 50%;
    margin-left: 0;
  }
  /* line 1851, ../scss/custom.scss */
  .view-list-publications .views-row .publication_link {
    display: block;
    margin: 0 auto;
  }
}

/* line 1860, ../scss/custom.scss */
.view-list-publications .views-row .publication_image {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
/* line 1866, ../scss/custom.scss */
.view-list-publications .views-row .publication_title {
  margin-top: 0.625rem;
  clear: left;
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
}

/* Search page */
/* line 1879, ../scss/custom.scss */
.page-search .l-main .main > h2 {
  clear: left;
}

/* line 1883, ../scss/custom.scss */
#search-form {
  max-width: 37.5rem;
  width: 100%;
}
/* line 1887, ../scss/custom.scss */
#search-form #edit-basic .form-type-textfield {
  display: inline-block;
  margin-top: 0;
  float: left;
}
/* line 1892, ../scss/custom.scss */
#search-form #edit-basic button {
  margin: 0 0 0 1.25rem;
  background-color: #002d62;
  display: inline-block;
  float: left;
}
/* line 1899, ../scss/custom.scss */
#search-form #edit-advanced {
  float: left;
  clear: left;
}
/* line 1902, ../scss/custom.scss */
#search-form #edit-advanced button {
  margin: 0 0 0 1.25rem;
  background-color: #002d62;
  display: inline-block;
  float: left;
}

/** Gallery Page */
/* line 1914, ../scss/custom.scss */
#gallery-slideshow {
  margin: 3%;
  height: 300px;
}
/* line 1918, ../scss/custom.scss */
#gallery-slideshow .gallery-item {
  width: 100%;
  text-align: center;
}
/* line 1922, ../scss/custom.scss */
#gallery-slideshow .gallery-item img {
  max-height: 100%;
  max-width: 100%;
}

/* line 1929, ../scss/custom.scss */
#gallery-carousel {
  margin: 3% auto;
  z-index: 2;
}
/* line 1932, ../scss/custom.scss */
#gallery-carousel img {
  width: 6.75rem;
  height: 4.75rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1929, ../scss/custom.scss */
  #gallery-carousel {
    width: 93% !important;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1929, ../scss/custom.scss */
  #gallery-carousel {
    width: 93%;
  }
}
/* line 1943, ../scss/custom.scss */
#gallery-carousel .field-item {
  margin-right: 0.1%;
  cursor: pointer;
}

/* line 1949, ../scss/custom.scss */
#gallery-slideshow-pager {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 100;
}
/* line 1955, ../scss/custom.scss */
#gallery-slideshow-pager .cycle-prev {
  background: url("../images/gallery-arrows.png") no-repeat scroll left top transparent;
  float: left;
  text-indent: -9999em;
  height: 1.25rem;
  width: 0.8125rem;
  cursor: pointer;
}
/* line 1964, ../scss/custom.scss */
#gallery-slideshow-pager .cycle-next {
  background: url("../images/gallery-arrows.png") no-repeat scroll right top transparent;
  float: right;
  text-indent: -9999em;
  height: 1.25rem;
  width: 0.8125rem;
  cursor: pointer;
}

/* line 1975, ../scss/custom.scss */
#gallery-carousel-pager {
  position: absolute;
  top: 415px;
  width: 60%;
  left: 20%;
}
/* line 1981, ../scss/custom.scss */
#gallery-carousel-pager .cycle-prev {
  background: url("../images/gallery-arrows.png") no-repeat scroll left top transparent;
  border: medium none;
  float: left;
  height: 1.25rem;
  width: 0.8125rem;
  opacity: 1;
  text-indent: -9999em;
  cursor: pointer;
}
/* line 1992, ../scss/custom.scss */
#gallery-carousel-pager .cycle-next {
  background: url("../images/gallery-arrows.png") no-repeat scroll right top transparent;
  float: right;
  opacity: 1;
  text-indent: -9999em;
  height: 1.25rem;
  width: 0.8125rem;
  cursor: pointer;
}

/* user login */
/* line 2006, ../scss/custom.scss */
#user-login {
  max-width: 37.5rem;
  width: 100%;
}

/* footer */
/* line 2013, ../scss/custom.scss */
.l-footer {
  background: #dedede;
  margin-bottom: 0;
}
/* line 2014, ../scss/custom.scss */
.l-footer ul.menu {
  margin: 0;
}
/* line 2017, ../scss/custom.scss */
.l-footer .pane-main-menu {
  float: left;
  width: 50%;
}
/* line 2020, ../scss/custom.scss */
.l-footer .pane-main-menu a {
  color: #002d62;
}
/* line 2022, ../scss/custom.scss */
.l-footer .pane-main-menu a:hover {
  color: #0079c1;
}
@media only screen and (max-width: 40em) {
  /* line 2017, ../scss/custom.scss */
  .l-footer .pane-main-menu {
    width: 100%;
  }
}
/* line 2030, ../scss/custom.scss */
.l-footer .pane-menu-middle-footer-menu {
  float: left;
  width: 50%;
}
/* line 2033, ../scss/custom.scss */
.l-footer .pane-menu-middle-footer-menu a {
  color: #002d62;
}
/* line 2035, ../scss/custom.scss */
.l-footer .pane-menu-middle-footer-menu a:hover {
  color: #0079c1;
}
@media only screen and (max-width: 40em) {
  /* line 2030, ../scss/custom.scss */
  .l-footer .pane-menu-middle-footer-menu {
    width: 100%;
  }
}
/* line 2043, ../scss/custom.scss */
.l-footer p {
  margin: 0;
}
/* line 2046, ../scss/custom.scss */
.l-footer .footer-logos {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
/* line 2049, ../scss/custom.scss */
.l-footer .footer-logos img {
  float: right;
}
/* line 2051, ../scss/custom.scss */
.l-footer .footer-logos img:nth-child(1) {
  margin-left: 2.75rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 2051, ../scss/custom.scss */
  .l-footer .footer-logos img:nth-child(1) {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2051, ../scss/custom.scss */
  .l-footer .footer-logos img:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2049, ../scss/custom.scss */
  .l-footer .footer-logos img {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    float: left;
  }
}
/* line 2067, ../scss/custom.scss */
.l-footer .copyright {
  padding-left: 3.875rem;
}
/* line 2069, ../scss/custom.scss */
.l-footer .copyright div, .l-footer .copyright div a {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 40em) {
  /* line 2067, ../scss/custom.scss */
  .l-footer .copyright {
    padding: 0;
  }
}
/* line 2076, ../scss/custom.scss */
.l-footer .copyright a {
  text-transform: none;
  color: #102e50;
}
/* line 2079, ../scss/custom.scss */
.l-footer .copyright a:hover {
  color: #102e50;
}
/* line 2083, ../scss/custom.scss */
.l-footer .copyright .copyright-line {
  display: inline;
}
/* line 2086, ../scss/custom.scss */
.l-footer .copyright .credits-link {
  margin-left: 0.25rem;
  display: inline;
}
/* line 2093, ../scss/custom.scss */
.l-footer .address-box {
  margin-left: 1rem;
  padding-right: 3.125rem;
}
@media only screen and (max-width: 40em) {
  /* line 2093, ../scss/custom.scss */
  .l-footer .address-box {
    margin-top: 2.5rem;
    margin-left: 0;
    float: left;
  }
}
/* line 2101, ../scss/custom.scss */
.l-footer .address-box p {
  color: #102e50;
}
/* line 2105, ../scss/custom.scss */
.l-footer .social-media-box {
  margin-bottom: 1.25rem;
  display: block;
  overflow: hidden;
}
/* line 2109, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon {
  margin-left: 1.25rem;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 2109, ../scss/custom.scss */
  .l-footer .social-media-box a.social-icon {
    margin-left: 0.9375rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2109, ../scss/custom.scss */
  .l-footer .social-media-box a.social-icon {
    height: 1.875rem;
    width: 1.875rem;
  }
}
/* line 2124, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon:nth-child(1) {
  margin-left: 0;
}
/* line 2127, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon.facebook {
  background: url("../images/icons/facebook-icon.png") no-repeat;
  background-size: 100% 100%;
}
/* line 2131, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon.youtube {
  background: url("../images/icons/youtube-icon.png") no-repeat;
  background-size: 100% 100%;
}
/* line 2135, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon.twitter {
  background: url("../images/icons/twitter-icon.png") no-repeat;
  background-size: 100% 100%;
}
/* line 2139, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon.linkedin {
  background: url("../images/icons/linkedin-icon.png") no-repeat;
  background-size: 100% 100%;
}
/* line 2143, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon.instagram {
  background: url("../images/icons/instagram-icon.png") no-repeat;
  background-size: 100% 100%;
}
/* line 2147, ../scss/custom.scss */
.l-footer .social-media-box a.social-icon.vimeo {
  background: url("../images/icons/vimeo-icon.png") no-repeat;
  background-size: 100% 100%;
}
/* line 2153, ../scss/custom.scss */
.l-footer p, .l-footer a, .l-footer li, .l-footer ul, .l-footer ol {
  font-size: 0.625rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
}

/* cookie css */
/* line 2162, ../scss/custom.scss */
.ccc-close {
  padding: 0;
}

/* line 2166, ../scss/custom.scss */
#ccc-icon button {
  margin: 0;
}

/* Changes 21st July */
/* line 2173, ../scss/custom.scss */
.pane-node-field-banner-text {
  background: #ffffff;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
}
/* line 2178, ../scss/custom.scss */
.pane-node-field-banner-text .field-name-field-banner-text h2 {
  background: url("../images/backgrounds/title-tag.png") no-repeat scroll 0% 0.5625rem transparent;
  padding-left: 5rem;
}

/* image caption changes 29th september */
/* line 2191, ../scss/custom.scss */
.node-type-news .field-name-field-news-images {
  float: right;
  max-width: 300px;
}
/* line 2194, ../scss/custom.scss */
.node-type-news .field-name-field-news-images .file-image {
  float: right;
  margin: 10px;
}
/* line 2197, ../scss/custom.scss */
.node-type-news .field-name-field-news-images .file-image .field-name-field-caption {
  font-size: 0.84375rem;
  text-align: center;
  font-style: italic;
}
/* line 2204, ../scss/custom.scss */
.node-type-news .media-element-container {
  float: right;
  display: block;
  margin: 10px;
}
/* line 2208, ../scss/custom.scss */
.node-type-news .media-element-container img {
  display: block;
  margin: auto;
  float: none;
}
/* line 2213, ../scss/custom.scss */
.node-type-news .media-element-container .field-name-field-caption {
  display: block;
  font-size: 0.84375rem;
  text-align: center;
  font-style: italic;
}
/* line 2218, ../scss/custom.scss */
.node-type-news .media-element-container .field-name-field-caption p {
  text-align: center;
}

/*windows news img fix*/
/* line 2228, ../scss/custom.scss */
.node-type-news .field-name-field-news-images {
  width: 300px;
}
/* line 2230, ../scss/custom.scss */
.node-type-news .field-name-field-news-images img {
  width: 278px;
}

/* image and text field collection */
/* line 2237, ../scss/custom.scss */
.field-collection-item-field-image-and-text .field-name-field-field-collection-image {
  width: 22%;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 40em) {
  /* line 2237, ../scss/custom.scss */
  .field-collection-item-field-image-and-text .field-name-field-field-collection-image {
    width: 100%;
    float: none;
  }
}

/* line 2247, ../scss/custom.scss */
.field-collection-item-field-image-and-text .view-field-text {
  width: 67%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 40em) {
  /* line 2247, ../scss/custom.scss */
  .field-collection-item-field-image-and-text .view-field-text {
    width: 100%;
  }
}
/* line 2255, ../scss/custom.scss */
.field-collection-item-field-image-and-text .view-field-text .author {
  text-align: right;
}
/* line 2258, ../scss/custom.scss */
.field-collection-item-field-image-and-text .view-field-text .citing {
  margin-bottom: 1.25em;
}
/* line 2260, ../scss/custom.scss */
.field-collection-item-field-image-and-text .view-field-text .citing p {
  margin-bottom: 0;
}

/* listing views */
/* line 2268, ../scss/custom.scss */
.view-list-listings .views-row {
  min-height: 45px;
}
/* line 2273, ../scss/custom.scss */
.view-list-listings .views-row h4 {
  font-size: 1.125rem;
}

/* line 2280, ../scss/custom.scss */
.gallery-item .field-name-field-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 0px;
}

/* line 2290, ../scss/custom.scss */
#sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .eu-cookie-compliance-secondary-button,
#sliding-popup .eu-cookie-compliance-default-button {
  background: #0079c1;
  border: none;
  transition: .5s background;
  min-width: 200px;
  padding: 12.5px;
  box-shadow: none;
  text-shadow: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  position: relative;
  top: 8px;
  color: white;
  text-decoration: none;
  border-radius: 0px;
}
/* line 2308, ../scss/custom.scss */
#sliding-popup .find-more-button {
  top: 9px;
}

/* line 2312, ../scss/custom.scss */
.eu-cookie-compliance-content {
  position: relative;
  top: 15px;
}

/* Listing page changes 8th August */
/* line 2320, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-images {
  float: right;
  max-width: 300px;
}
/* line 2323, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-images img {
  padding: 10px;
  float: right;
}
/* line 2327, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-images .field-name-field-caption {
  font-size: 0.84375rem;
  text-align: center;
  font-style: italic;
}
/* line 2333, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-listing-author {
  font-size: 13.5px;
  text-align: right;
}
/* line 2336, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-listing-author:before {
  content: 'By ';
}
/* line 2341, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-author p {
  margin-bottom: 0;
}
/* line 2345, ../scss/custom.scss */
.node-type-listing-pages .field-name-field-authors-twitter {
  text-align: right;
}
/* line 2348, ../scss/custom.scss */
.node-type-listing-pages .pane-node-field-listing-author {
  margin-bottom: 1.25em;
}
/* line 2351, ../scss/custom.scss */
.node-type-listing-pages .pane-node-field-authors-twitter {
  margin-bottom: 1.25em;
}

/* Accessibility */
/* line 2359, ../scss/custom.scss */
.field-name-field-featured > div {
  display: flex;
  flex-wrap: wrap;
}
/* line 2363, ../scss/custom.scss */
.field-name-field-featured > div .feature-box {
  float: none;
  height: auto;
  margin-bottom: 0.625rem;
}
/* line 2367, ../scss/custom.scss */
.field-name-field-featured > div .feature-box > div {
  height: 100%;
}
