@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/
 */
/*
$dark-blue: #1f2a44;
$stone: #d9c89e;
$very-dark-grey: #1f2a44;
$dark-grey: #51534a;
$yellow: #ffcd00;
$mid-blue: #0076a8;
$red: #d22630;
$light-stone: #f4eee2;
$mid-grey: #9fa09b;
$light-grey: #eeeeed; */
/*! 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: #FFF;
  color: #FFF;
  height: 6.25rem;
  line-height: 6.25rem;
  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: 6.25rem;
  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: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 0;
  border-right: none;
  box-shadow: 1px 0 0 white;
  left: 0;
}

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

/* line 282, ../scss/components/_offcanvas.scss */
section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 6.25rem;
  top: 0;
}
@media only screen and (min-width: 40.01em) {
  /* 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: 6.25rem;
}
/* line 187, ../scss/components/_offcanvas.scss */
section.tab-bar-section.right {
  left: 6.25rem;
  right: 0;
}
/* line 191, ../scss/components/_offcanvas.scss */
section.tab-bar-section.middle {
  left: 6.25rem;
  right: 6.25rem;
}

/* line 286, ../scss/components/_offcanvas.scss */
a.menu-icon {
  text-indent: 2.1875rem;
  width: 6.25rem;
  height: 6.25rem;
  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: #51534a;
  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: #51534a;
  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 #3d3e38;
}

/* 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.01em) {
  /* 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.01em) {
  /* 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.01em) {
  /* 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.001em) {
  /* 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";
}

/* line 69, ../scss/custom.scss */
html {
  font-size: 100%;
  font-family: "PT Sans" !important;
}

/* line 73, ../scss/custom.scss */
ul, ol, dl {
  font-size: 100%;
}

/* line 76, ../scss/custom.scss */
ul li ul, ul li ol {
  font-size: 100%;
}

/* line 79, ../scss/custom.scss */
button, .button {
  font-family: "PT Sans";
  font-size: 0.875rem;
}

/* line 83, ../scss/custom.scss */
body {
  line-height: 24px;
  background: url(../images/backgrounds/body_bg.png) repeat 0 0 transparent;
  font-family: "PT Sans";
  color: #6a6a6a;
}

/* line 89, ../scss/custom.scss */
h1, h2, h3, h4 {
  font-family: "PT Sans";
  font-weight: normal;
}

/* line 93, ../scss/custom.scss */
li a, h2 a {
  color: #333333;
}

/* line 96, ../scss/custom.scss */
a {
  color: #0076BE;
}

/* line 99, ../scss/custom.scss */
a:hover, a:focus {
  color: #0a0a0a;
}

/* line 102, ../scss/custom.scss */
.pane-node-field-introduction a:hover, .pane-node-body a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

/* line 107, ../scss/custom.scss */
button {
  font-family: "PT Sans";
}

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

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

/**Standard styles*/
/* line 123, ../scss/custom.scss */
h1 {
  color: #4f4640;
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "PT Sans";
}

/* line 131, ../scss/custom.scss */
h2 {
  font-size: 1rem;
  color: #4f4640;
}

/**Off canvas menu*/
/* line 138, ../scss/custom.scss */
a.menu-icon span {
  -webkit-box-shadow: 1px 10px 1px 1px #777, 1px 15px 1px 1px #777, 1px 20px 1px 1px #777, 1px 25px 1px 1px #777;
  box-shadow: 0 10px 0 1px #777, 0 15px 0 1px #777, 0 20px 0 1px #777, 0 25px 0 1px #777;
}
/* line 150, ../scss/custom.scss */
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #535353, 1px 15px 1px 1px #535353, 1px 20px 1px 1px #535353, 1px 25px 1px 1px #535353;
  box-shadow: 0 10px 0 1px #535353, 0 15px 0 1px #535353, 0 20px 0 1px #535353, 0 25px 0 1px #535353;
}

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

/* line 167, ../scss/custom.scss */
.right-off-canvas-menu {
  color: #FFFFFF;
}
/* line 172, ../scss/custom.scss */
.right-off-canvas-menu .panel-pane {
  margin-bottom: 1.25rem;
}
/* line 175, ../scss/custom.scss */
.right-off-canvas-menu .menu
li {
  list-style: none;
}
/* line 179, ../scss/custom.scss */
.right-off-canvas-menu a {
  color: #eee;
}
/* line 182, ../scss/custom.scss */
.right-off-canvas-menu > section {
  padding: 8px 13px;
}
/* line 185, ../scss/custom.scss */
.right-off-canvas-menu h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}
/* line 192, ../scss/custom.scss */
.right-off-canvas-menu i {
  font-size: 2rem;
  margin-right: 0.625rem;
}
/* line 199, ../scss/custom.scss */
.right-off-canvas-menu ul.off-canvas-list li a {
  border-bottom: 1px solid #FFFFFF;
  padding: 0.66667rem 0;
}

/* line 207, ../scss/custom.scss */
.trigger-exit-off-canvas {
  cursor: pointer;
  margin: 0.625rem;
}
/* line 211, ../scss/custom.scss */
.trigger-exit-off-canvas i:hover {
  color: #51534a;
}

/**Logo area*/
/* line 221, ../scss/custom.scss */
.main-dropdown-menu {
  width: 100%;
  font-family: "PT Sans";
}
/* line 224, ../scss/custom.scss */
.main-dropdown-menu #main-menu {
  width: 100%;
  border-bottom: 10px solid #585b62;
}
/* line 227, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li > a.active, .main-dropdown-menu #main-menu a:hover {
  background: #585b62;
  color: #efefef;
}
/* line 231, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li {
  float: left;
  list-style: none;
}
/* line 235, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li a {
  background: transparent;
  color: #6a6a6a;
  border-color: transparent;
  margin-bottom: 0;
  font-size: calc(20);
  font-weight: normal;
  box-shadow: none;
  padding: 0.5rem 1rem;
}
/* line 244, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li a i.fi-home:before {
  line-height: 0;
}
/* line 248, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li .dropdown-third-level {
  margin-left: 2rem;
}
/* line 250, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li .dropdown-third-level li {
  list-style: none;
}
/* line 252, ../scss/custom.scss */
.main-dropdown-menu #main-menu > li .dropdown-third-level li a {
  padding: 0.3rem 0.6rem 0.3rem 0.1rem;
}
/* line 259, ../scss/custom.scss */
.main-dropdown-menu .dropdown.button:before {
  border-color: transparent;
}
/* line 262, ../scss/custom.scss */
.main-dropdown-menu .f-dropdown {
  margin: 9px 0 0 0;
  padding: 0;
}

/* line 269, ../scss/custom.scss */
.l-header {
  padding-bottom: 10px;
}
/* line 271, ../scss/custom.scss */
.l-header > .large-4, .l-header > .medium-4 {
  width: 30%;
  padding-right: 0;
}
/* line 275, ../scss/custom.scss */
.l-header > .large-8, .l-header > .medium-8 {
  width: 70%;
}
/* line 281, ../scss/custom.scss */
.l-header ul.menu {
  margin: 0;
}
/* line 283, ../scss/custom.scss */
.l-header ul.menu li {
  float: left;
  list-style-type: none;
  border-right: 1px solid #51534a;
  padding: 0rem 0.5rem;
  line-height: 130%;
  font-family: "PT Sans";
}
/* line 290, ../scss/custom.scss */
.l-header ul.menu li a {
  color: #51534a;
}

/* line 301, ../scss/custom.scss */
.mobile-top-header-column {
  padding: 0;
}

/* line 304, ../scss/custom.scss */
.top-header .pane-topmenu-mobile {
  display: none;
  position: relative;
  width: 100%;
  float: left;
}
/* line 309, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu {
  width: 100%;
  height: auto;
}
/* line 312, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cbcbc9;
}
/* line 316, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li:first-child {
  padding: 0 1rem;
}
/* line 319, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li a {
  height: 50px;
  line-height: 24px;
  width: 100%;
  float: left;
  padding-top: 0.8375rem;
}
/* line 325, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li a.click-back {
  background: url("../images/arrows/sidemenu_left.png") no-repeat 100% 50% transparent;
  font-style: italic;
}
/* line 332, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li.contains-menu > a {
  background: url("../images/arrows/sidemenu_right.png") no-repeat 100% 50% transparent;
}
/* line 336, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li.opened {
  position: static;
}
/* line 338, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li.opened > ul.menu {
  display: block;
  left: 0;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
/* line 343, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu li.opened li {
  width: 100%;
  height: auto;
}
/* line 348, ../scss/custom.scss */
.top-header .pane-topmenu-mobile ul.menu ul.menu.menu-children {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

/* line 357, ../scss/custom.scss */
.mobile-top-header-column .block-search {
  padding: 0 0.5rem;
  display: none;
}

/* line 362, ../scss/custom.scss */
.page {
  background: url("../images/backgrounds/top_shadow_overlay.png") repeat-x 0 0 transparent;
  padding-top: 8px;
}

/* line 367, ../scss/custom.scss */
.node-type-landing-page .page {
  background: none;
  padding-top: 0;
}

/**Banner*/
/*
.banner-text-wrapper {
  position: absolute;
  top: 10%;
  left: 25%;
  font-family: $serif;
  font-size: rem-calc(24.5);
  line-height: 2rem;
  .link-arrow {
    width: 12px;
    height: 20px;
    margin-top: 1rem;
    background: url('../images/arrows/left_red.png') no-repeat 0 0 transparent;
  }

}
*/
/* line 391, ../scss/custom.scss */
.border-bottom-overlay {
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  background: url("../images/backgrounds/bottom_shadow_overlay.png") repeat-x 0 0 transparent;
}

/* line 399, ../scss/custom.scss */
.pane-node-field-banner {
  position: relative;
  margin-top: -8px;
}
/* line 401, ../scss/custom.scss */
.pane-node-field-banner .border-top-overlay {
  width: 100%;
  position: absolute;
  height: 8px;
  background: url("../images/backgrounds/top_shadow_overlay.png") repeat-x 0 0 transparent;
  z-index: 10;
}

@media only screen and (max-width: 40em) {
  /* line 411, ../scss/custom.scss */
  .pane-slideshow-panel-pane-1 .views-row .views-field-title .banner-text-wrapper {
    width: 100%;
    position: static;
  }
}
/* line 418, ../scss/custom.scss */
.rotating-banner .slick-slider {
  margin-bottom: 0;
}
/* line 421, ../scss/custom.scss */
.rotating-banner button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 425, ../scss/custom.scss */
.rotating-banner .slick-dots {
  position: absolute;
  text-align: left;
  bottom: -10px;
}
/* line 429, ../scss/custom.scss */
.rotating-banner .slick-dots li {
  margin: 0;
}
/* line 432, ../scss/custom.scss */
.rotating-banner .slick-dots li button:before {
  color: #FFFFFF;
  font-size: 0.9rem;
}
/* line 433, ../scss/custom.scss */
.rotating-banner .slick-dots li.slick-active button:before {
  color: #51534a;
}
/* line 436, ../scss/custom.scss */
.rotating-banner .slick-prev, .rotating-banner .slick-next {
  width: 35px;
  height: 66px;
}
/* line 440, ../scss/custom.scss */
.rotating-banner .slick-prev {
  left: 10px;
}
/* line 443, ../scss/custom.scss */
.rotating-banner .slick-next {
  right: 10px;
}
/* line 446, ../scss/custom.scss */
.rotating-banner .slick-prev, .rotating-banner .slick-prev:hover, .rotating-banner .slick-prev:focus {
  background: url("../images/arrows/banner_left_white.png") no-repeat 50% 50% transparent;
}
/* line 447, ../scss/custom.scss */
.rotating-banner .slick-prev:before, .rotating-banner .slick-prev:hover:before, .rotating-banner .slick-prev:focus:before {
  content: '';
}
/* line 450, ../scss/custom.scss */
.rotating-banner .slick-next, .rotating-banner .slick-next:hover, .rotating-banner .slick-next:focus {
  background: url("../images/arrows/banner_right_white.png") no-repeat 50% 50% transparent;
}
/* line 451, ../scss/custom.scss */
.rotating-banner .slick-next:before, .rotating-banner .slick-next:hover:before, .rotating-banner .slick-next:focus:before {
  content: '';
}

/**Landing page*/
/* line 459, ../scss/custom.scss */
.node-type-landing-page .row.l-main {
  max-width: 100%;
}
/* line 461, ../scss/custom.scss */
.node-type-landing-page .row.l-main .main.columns {
  padding: 0;
}
/* line 464, ../scss/custom.scss */
.node-type-landing-page .row.l-main ul.orbit-banner, .node-type-landing-page .row.l-main ul.rotating-banner {
  margin: 0;
  border-bottom: 2px solid #FFFFFF;
}
/* line 469, ../scss/custom.scss */
.node-type-landing-page .field-name-field-banner-image img {
  width: 100%;
  height: auto;
}
/* line 473, ../scss/custom.scss */
.node-type-landing-page .middle-first {
  padding-top: 4.0625rem;
}
@media only screen and (max-width: 40em) {
  /* line 473, ../scss/custom.scss */
  .node-type-landing-page .middle-first {
    padding-top: 1.875rem;
  }
}
/* line 478, ../scss/custom.scss */
.node-type-landing-page .middle-first > .columns {
  max-width: 62.5rem;
  margin: 0 auto;
  float: none;
}
/* line 483, ../scss/custom.scss */
.node-type-landing-page .middle-first .feature-box {
  margin-bottom: 4.0625rem;
}
@media only screen and (max-width: 40em) {
  /* line 483, ../scss/custom.scss */
  .node-type-landing-page .middle-first .feature-box {
    margin-bottom: 0.625rem;
  }
}
/* line 488, ../scss/custom.scss */
.node-type-landing-page .middle-first .feature-box img {
  width: 100%;
  height: auto;
}
/* line 492, ../scss/custom.scss */
.node-type-landing-page .middle-first .feature-box .node-featured-box {
  border-top: 2px solid #51534a;
  border-bottom: 2px solid #51534a;
}
@media only screen and (max-width: 40em) {
  /* line 492, ../scss/custom.scss */
  .node-type-landing-page .middle-first .feature-box .node-featured-box {
    border-bottom: none;
  }
}
/* line 501, ../scss/custom.scss */
.node-type-landing-page .middle-second {
  padding-top: 5rem;
}
@media only screen and (max-width: 40em) {
  /* line 501, ../scss/custom.scss */
  .node-type-landing-page .middle-second {
    padding-top: 1rem;
  }
}
/* line 506, ../scss/custom.scss */
.node-type-landing-page .middle-second > .columns {
  max-width: 62.5rem;
  margin: 0 auto;
  float: none;
}
/* line 511, ../scss/custom.scss */
.node-type-landing-page .middle-second .feature-box {
  margin-bottom: 4.0625rem;
}
@media only screen and (max-width: 40em) {
  /* line 511, ../scss/custom.scss */
  .node-type-landing-page .middle-second .feature-box {
    margin-bottom: 1rem;
  }
}
/* line 516, ../scss/custom.scss */
.node-type-landing-page .middle-second .feature-box .node-featured-box {
  border-top: 2px solid #51534a;
}
@media only screen and (max-width: 40em) {
  /* line 525, ../scss/custom.scss */
  .node-type-landing-page .middle-first .feature-box, .node-type-landing-page .middle-second .feature-box {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 40.01em) {
  /* line 532, ../scss/custom.scss */
  .node-type-landing-page .middle-first .feature-box:nth-child(3n+1), .node-type-landing-page .middle-second .feature-box:nth-child(3n+1) {
    padding-right: 0.8125rem;
  }
  /* line 535, ../scss/custom.scss */
  .node-type-landing-page .middle-first .feature-box:nth-child(3n+2), .node-type-landing-page .middle-second .feature-box:nth-child(3n+2) {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  /* line 539, ../scss/custom.scss */
  .node-type-landing-page .middle-first .feature-box:nth-child(3n+3), .node-type-landing-page .middle-second .feature-box:nth-child(3n+3) {
    padding-left: 0.8125rem;
  }
}
/* line 544, ../scss/custom.scss */
.node-type-landing-page .middle-third {
  background: url("../images/backgrounds/bottom_shadow.png") repeat-x 0% 100% transparent;
  margin-bottom: 1.875rem !important;
}
@media only screen and (max-width: 40em) {
  /* line 544, ../scss/custom.scss */
  .node-type-landing-page .middle-third {
    margin-bottom: 1rem !important;
  }
}
/* line 550, ../scss/custom.scss */
.node-type-landing-page .middle-third > .columns {
  max-width: 62.5rem;
  margin: 0 auto;
  float: none;
}
/* line 557, ../scss/custom.scss */
.node-type-landing-page .row-bottom > .columns {
  max-width: 62.5rem;
  margin: 0 auto;
  float: none;
}
/* line 563, ../scss/custom.scss */
.node-type-landing-page .reveal-modal-bg {
  background: rgba(0, 0, 0, 0.8);
}

/**End landing page*/
/* line 569, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 {
  padding: 0;
  margin-bottom: 3rem;
  max-height: 275px;
  overflow: hidden;
  padding: 0 0 50px;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media only screen and (max-width: 40em) {
  /* line 569, ../scss/custom.scss */
  .pane-slideshow-panel-pane-1 {
    margin-bottom: 0;
  }
}
/* line 579, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .slick-slider {
  margin: 0;
}
/* line 583, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .views-row {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 588, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .slick-prev, .pane-slideshow-panel-pane-1 .view-slideshow .slick-next {
  /*  height: 80px;
    width: 51px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 45%; */
}
/* line 595, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .slick-prev, .pane-slideshow-panel-pane-1 .view-slideshow .slick-prev:focus, .pane-slideshow-panel-pane-1 .view-slideshow .slick-prev:hover {
  left: 0;
  /* background: url('../images/arrows/gallery_modal_left_grey.png') no-repeat 50% 50% rgba(255,255,255,0.6);*/
}
/* line 600, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .slick-next, .pane-slideshow-panel-pane-1 .view-slideshow .slick-next:focus, .pane-slideshow-panel-pane-1 .view-slideshow .slick-next:hover {
  right: 0;
  /* background: url('../images/arrows/gallery_modal_right_grey.png') no-repeat 50% 50% rgba(255,255,255,0.6); */
}
/* line 604, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .slick-prev:before, .pane-slideshow-panel-pane-1 .view-slideshow .slick-next:before {
  color: #6a6a6a;
  font-size: 36px;
  display: none !important;
}
/* line 609, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .slick-prev, .pane-slideshow-panel-pane-1 .view-slideshow .slick-next {
  width: 36px;
  height: 36px;
  margin-top: 0;
  top: 60%;
  box-shadow: none;
}
/* line 616, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .view-slideshow .slick-dots button {
  box-shadow: none;
}
/* line 621, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .banner-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.83);
  width: 35%;
  padding: 3% 2%;
  height: 100%;
  z-index: 5;
}
/* line 630, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .banner-text-wrapper .banner-body {
  font-family: "PT Sans";
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #d6d6d6;
}
/* line 636, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .banner-text-wrapper h2.banner-title {
  color: #fff;
  font-weight: normal;
}
/* line 646, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .gallery-caption {
  background: rgba(255, 255, 255, 0.8);
  font-family: "PT Sans";
  display: none;
  /**JS to show*/
}
/* line 650, ../scss/custom.scss */
.pane-slideshow-panel-pane-1 .gallery-caption .close {
  height: 22px;
  width: 22px;
  background: url("../images/icons/gallery_modal_grey_close.png") no-repeat 50% 50% transparent;
}

/* line 659, ../scss/custom.scss */
.feature-box-highlights {
  padding-bottom: 4.6875rem;
}
@media only screen and (max-width: 40em) {
  /* line 659, ../scss/custom.scss */
  .feature-box-highlights {
    padding-bottom: 1rem;
  }
}
/* line 664, ../scss/custom.scss */
.feature-box-highlights .node-featured-box {
  border-top: 2px solid #51534a;
}
/* line 667, ../scss/custom.scss */
.feature-box-highlights .feature-box.even {
  padding-right: 0.4375rem;
}
/* line 670, ../scss/custom.scss */
.feature-box-highlights .feature-box.odd {
  padding-left: 0.4375rem;
}
/* line 674, ../scss/custom.scss */
.feature-box-highlights .highlight-introduction {
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 40em) {
  /* line 674, ../scss/custom.scss */
  .feature-box-highlights .highlight-introduction {
    padding: 0rem 0.5rem 1rem 0.5rem;
  }
}
/* line 682, ../scss/custom.scss */
.feature-box-highlights .highlight-introduction h2 {
  font-size: 1.375rem;
  width: 100%;
  background: url("../images/arrows/left_yellow.png") no-repeat 100% 50% transparent;
}
/* line 687, ../scss/custom.scss */
.feature-box-highlights .highlight-introduction div {
  font-style: italic;
  font-size: 0.875rem;
  color: #51534a;
}
/* line 692, ../scss/custom.scss */
.feature-box-highlights .highlight-introduction:hover {
  background-color: #51534a;
}
/* line 694, ../scss/custom.scss */
.feature-box-highlights .highlight-introduction:hover h2 {
  background-image: url("../images/arrows/left_dark_grey.png");
}
/* line 699, ../scss/custom.scss */
.feature-box-highlights .details {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 40em) {
  /* line 703, ../scss/custom.scss */
  .feature-box-highlights .highlight-image {
    margin-bottom: 1rem;
  }
  /* line 705, ../scss/custom.scss */
  .feature-box-highlights .highlight-image img {
    width: 100%;
    height: auto;
  }
}

/* line 713, ../scss/custom.scss */
.view-highlight-first .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
/* line 718, ../scss/custom.scss */
.view-highlight-first .introduction, .view-highlight-first .introduction p {
  font-size: 0.90625rem;
  display: inline;
}
/* line 723, ../scss/custom.scss */
.view-highlight-first .more, .view-highlight-first .more a {
  font-weight: bold;
  color: #51534a;
}
/* line 727, ../scss/custom.scss */
.view-highlight-first:hover {
  background: #51534a;
  border-color: #51534a;
}
/* line 730, ../scss/custom.scss */
.view-highlight-first:hover .more, .view-highlight-first:hover .more a {
  color: #FFFFFF;
}

/* line 737, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .pane-node-field-banner {
  position: relative;
  margin-top: -8px;
}
/* line 739, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .pane-node-field-banner .border-top-overlay {
  width: 100%;
  position: absolute;
  height: 8px;
  background: url("../images/backgrounds/top_shadow_overlay.png") repeat-x 0 0 transparent;
}
/* line 747, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .row-middle-main {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 40.01em) {
  /* line 751, ../scss/custom.scss */
  .node-type-landing-page.gateway-landing-page .row-middle-main > .columns:first-child {
    padding-right: 1rem;
  }
  /* line 757, ../scss/custom.scss */
  .node-type-landing-page.gateway-landing-page .row-middle-main > .columns:nth-child(2) .column-content {
    border-top: 2px solid #51534a;
  }
  /* line 761, ../scss/custom.scss */
  .node-type-landing-page.gateway-landing-page .row-middle-main > .columns:last-child {
    padding-left: 1rem;
  }
  /* line 763, ../scss/custom.scss */
  .node-type-landing-page.gateway-landing-page .row-middle-main > .columns:last-child .node-featured-box {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 747, ../scss/custom.scss */
  .node-type-landing-page.gateway-landing-page .row-middle-main {
    padding: 0 0.5rem;
  }
}
/* line 771, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .row-middle-main .node-featured-box {
  float: left;
  width: 100%;
}
/* line 776, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .banner-text-wrapper {
  width: 22%;
}
/* line 779, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .banner-text-area-1 {
  min-height: 6.25rem;
  width: 50%;
  background-size: 100% auto;
  font-size: 1.3vw;
  line-height: 110%;
  padding-top: 80px;
  padding-right: 5%;
}
/* line 788, ../scss/custom.scss */
.node-type-landing-page.gateway-landing-page .banner-text-area-2 {
  margin-top: 55px;
  width: 55%;
  background-size: 100% auto;
  font-size: 1.1vw;
  line-height: 110%;
  min-height: 7.5rem;
  padding: 1rem 0.5rem 3.5rem 1.5rem;
  margin-left: -5%;
}

/**Feature boxes*/
/* line 801, ../scss/custom.scss */
.feature-box {
  position: relative;
}
/* line 806, ../scss/custom.scss */
.feature-box .node-featured-box-front:hover .row-top > .columns {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}
/* line 812, ../scss/custom.scss */
.feature-box .node-featured-box-front:hover .row-top .pane-node-field-featured-box-body {
  display: block;
  position: absolute;
  bottom: 0.625rem;
}
/* line 820, ../scss/custom.scss */
.feature-box .node-featured-box-front {
  position: relative;
}
/* line 822, ../scss/custom.scss */
.feature-box .node-featured-box-front > .row-top {
  width: 100%;
}
/* line 827, ../scss/custom.scss */
.feature-box .row-top {
  position: absolute;
  min-height: 2.375rem;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
/* line 833, ../scss/custom.scss */
.feature-box .row-top > .columns {
  padding-top: 1rem;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}
/* line 841, ../scss/custom.scss */
.feature-box .pane-node-field-featured-box-title {
  font-family: "PT Sans";
  font-size: 1.53125rem;
  font-weight: bold;
  background: url("../images/arrows/left_dark_grey.png") no-repeat 100% 50% transparent;
}
/* line 847, ../scss/custom.scss */
.feature-box .node-widget .pane-node-field-featured-box-title {
  font-weight: normal;
  background: none;
  padding-top: 2.1875rem;
  padding-bottom: 1rem;
}
/* line 853, ../scss/custom.scss */
.feature-box .node-widget h2.feature-box-title {
  font-size: 1.53125rem;
  padding-top: 1.8rem;
  padding-bottom: 0.575rem;
  margin: 0;
  line-height: 150%;
  color: #51534a;
}
/* line 862, ../scss/custom.scss */
.feature-box .pane-node-field-featured-box-body {
  display: none;
  font-size: 1rem;
}

/* line 868, ../scss/custom.scss */
.title-overlay-featured-box {
  position: relative;
}
/* line 870, ../scss/custom.scss */
.title-overlay-featured-box .pane-fb-linkedtitle, .title-overlay-featured-box .pane-node-field-featured-box-title {
  position: absolute;
  width: 100%;
  background: #0076a8;
  background: rgba(0, 118, 168, 0.8);
}
/* line 875, ../scss/custom.scss */
.title-overlay-featured-box .pane-fb-linkedtitle a, .title-overlay-featured-box .pane-node-field-featured-box-title a {
  color: #FFFFFF;
  width: 100%;
  padding: 0.5rem 0.5rem;
  float: left;
  background: url("../images/arrows/fb_right_white.png") no-repeat 100% 50% transparent;
}

/* line 884, ../scss/custom.scss */
.pane-fb-linkedtitle {
  padding: 1rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.375rem;
  float: left;
  width: 100%;
}
/* line 890, ../scss/custom.scss */
.pane-fb-linkedtitle a {
  color: #51534a;
  width: 100%;
  background: url("../images/arrows/left_dark_grey.png") no-repeat 100% 50% transparent;
  float: left;
}

/* line 899, ../scss/custom.scss */
.node-featured-box.mid-blue {
  border-top: 2px solid #51534a;
  background-color: #ebf4f8;
}
/* line 902, ../scss/custom.scss */
.node-featured-box.mid-blue .pane-fb-linkedtitle {
  background: transparent;
}
/* line 904, ../scss/custom.scss */
.node-featured-box.mid-blue .pane-fb-linkedtitle a {
  color: #51534a;
  background: url("../images/arrows/left_mid_blue.png") no-repeat 100% 50% transparent;
}

/* line 918, ../scss/custom.scss */
.gateway-landing-page .feature-box {
  margin-top: 2rem;
}
@media only screen and (min-width: 40.01em) {
  /* line 921, ../scss/custom.scss */
  .gateway-landing-page .feature-box.even {
    padding-right: 0.5rem;
  }
  /* line 924, ../scss/custom.scss */
  .gateway-landing-page .feature-box.odd {
    padding-left: 0.5rem;
  }
}
/* line 928, ../scss/custom.scss */
.gateway-landing-page .feature-box .node-featured-box {
  border-top: 2px solid #51534a;
  padding: 0.5rem !important;
}
/* line 931, ../scss/custom.scss */
.gateway-landing-page .feature-box .node-featured-box.node-widget {
  background: none;
}
/* line 933, ../scss/custom.scss */
.gateway-landing-page .feature-box .node-featured-box.node-widget .trinity-button-arrow {
  width: 100%;
}
/* line 938, ../scss/custom.scss */
.gateway-landing-page .feature-box .pane-node-field-featured-box-body {
  display: block;
}
/* line 941, ../scss/custom.scss */
.gateway-landing-page .feature-box .pane-node-field-featured-box-title {
  padding: 1rem 2rem 1rem 0rem;
}
/* line 943, ../scss/custom.scss */
.gateway-landing-page .feature-box .pane-node-field-featured-box-title .field-name-field-featured-box-title {
  font-weight: normal;
}
/* line 947, ../scss/custom.scss */
.gateway-landing-page .feature-box .pane-node-field-featured-box-image {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0.5rem;
}
/* line 953, ../scss/custom.scss */
.gateway-landing-page .featured-box-rest {
  margin-top: 2rem;
}
/* line 956, ../scss/custom.scss */
.gateway-landing-page .featured-box-red .node-featured-box {
  border-top: 2px solid #51534a;
}
@media only screen and (max-width: 40em) {
  /* line 960, ../scss/custom.scss */
  .gateway-landing-page .pane-node-field-image {
    margin-top: 1rem;
  }
}
/* line 964, ../scss/custom.scss */
.gateway-landing-page .field-name-field-image .field-item {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40em) {
  /* line 970, ../scss/custom.scss */
  .gateway-landing-page .pane-node-field-featured-box-image img {
    width: 100%;
  }
}

/* line 975, ../scss/custom.scss */
.trinity-button-arrow {
  width: 75%;
  background: url("../images/arrows/left_dark_grey_w_bg_sprite.png") no-repeat 100% 0% #51534a;
  border: 3px solid #51534a;
  float: right;
  padding: 0.2rem 1rem;
  color: #51534a;
  margin-bottom: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 40em) {
  /* line 975, ../scss/custom.scss */
  .trinity-button-arrow {
    width: 100%;
  }
}
/* line 980, ../scss/custom.scss */
.trinity-button-arrow.full-width {
  width: 100%;
}
/* line 990, ../scss/custom.scss */
.trinity-button-arrow a {
  color: #51534a;
}
/* line 993, ../scss/custom.scss */
.trinity-button-arrow:hover {
  background-position: 100% 100%;
}
/* line 995, ../scss/custom.scss */
.trinity-button-arrow:hover a {
  color: #51534a;
}

/* line 1002, ../scss/custom.scss */
.standard-list-large .views-row {
  border-top: 1px solid #cbcbc9;
  padding: 2rem 0.25rem 2rem 0.25rem;
  float: left;
  width: 100%;
}
/* line 1007, ../scss/custom.scss */
.standard-list-large .views-row:hover {
  background-color: #51534a;
}
/* line 1009, ../scss/custom.scss */
.standard-list-large .views-row:hover .title, .standard-list-large .views-row:hover .title h3, .standard-list-large .views-row:hover .created, .standard-list-large .views-row:hover .more, .standard-list-large .views-row:hover .more a, .standard-list-large .views-row:hover .details, .standard-list-large .views-row:hover * {
  color: #FFFFFF;
}
/* line 1014, ../scss/custom.scss */
.standard-list-large .views-row-last {
  border-bottom: 1px solid #cbcbc9;
}
/* line 1017, ../scss/custom.scss */
.standard-list-large .columns.image-column {
  padding-right: 1rem;
}
/* line 1019, ../scss/custom.scss */
.standard-list-large .columns.image-column img {
  width: 100%;
  height: auto;
}
/* line 1024, ../scss/custom.scss */
.standard-list-large .columns.text-column {
  padding-right: 10%;
}
/* line 1028, ../scss/custom.scss */
.standard-list-large .title, .standard-list-large .title h3 {
  font-size: 1.5625rem;
  color: #51534a;
  padding-top: 0;
  margin-top: -0.5rem;
}
/* line 1034, ../scss/custom.scss */
.standard-list-large .created {
  color: #51534a;
  font-style: italic;
}
/* line 1038, ../scss/custom.scss */
.standard-list-large .more, .standard-list-large .more a {
  color: #51534a;
  font-weight: bold;
}

/* line 1044, ../scss/custom.scss */
.views-exposed-form .form-submit {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #e5e5e4;
  border-color: #b8b8b5;
  color: #333;
  color: #51534a;
}
/* line 143, ../scss/components/_buttons.scss */
.views-exposed-form .form-submit:hover, .views-exposed-form .form-submit:focus {
  background-color: #b8b8b5;
}
/* line 149, ../scss/components/_buttons.scss */
.views-exposed-form .form-submit:hover, .views-exposed-form .form-submit:focus {
  color: #333;
}

/* line 1050, ../scss/custom.scss */
.view-list-news .views-field-field-image {
  width: 25%;
  float: left;
}
/* line 1054, ../scss/custom.scss */
.view-list-news .views-field-title {
  width: 72%;
  float: right;
}
/* line 1058, ../scss/custom.scss */
.view-list-news .views-field-body {
  width: 72%;
  float: right;
}
@media only screen and (max-width: 40em) {
  /* line 1063, ../scss/custom.scss */
  .view-list-news .views-field-body, .view-list-news .views-field-title, .view-list-news .views-field-field-image {
    width: 90%;
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

/* line 1073, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets {
  background-color: none;
  padding: 1rem 0rem;
  margin-bottom: 2rem;
}
/* line 1077, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets label {
  display: none;
}
/* line 1080, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .views-exposed-widget, .pretty-filter .views-exposed-widgets .views-exposed-widget .form-submit {
  margin: 0;
}
/* line 1083, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .views-exposed-widget .form-submit {
  padding: 0.65em 1.5em 0.65em 1.5rem;
}
/* line 1086, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .button.dropdown {
  margin: 0rem 2rem 0 0;
  background: url("../images/arrows/filter_down_grey.png") no-repeat 95% 50% #FFFFFF;
  width: 16rem;
  overflow: hidden;
  text-overflow: clip ellipsis;
  white-space: nowrap;
  border: 1px solid #51534a;
  text-align: left;
}
/* line 1095, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .button.dropdown:before {
  border: none;
}
/* line 1099, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .f-dropdown {
  padding: 0;
  margin-top: -1px;
  max-width: 250px;
}
/* line 1103, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .f-dropdown li {
  border-bottom: 1px solid #51534a;
  padding: 0.5rem 0;
}
/* line 1106, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .f-dropdown li:last-child {
  border-bottom: none;
}
/* line 1109, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .f-dropdown li:hover {
  background-color: #51534a;
  color: #FFFFFF;
}
/* line 1112, ../scss/custom.scss */
.pretty-filter .views-exposed-widgets .f-dropdown li:hover a {
  color: #FFFFFF;
}
/* line 1120, ../scss/custom.scss */
.pretty-filter .form-type-date-popup .description {
  display: none;
}
/* line 1123, ../scss/custom.scss */
.pretty-filter .form-type-date-popup input {
  background: url("../images/icons/calendar.png") no-repeat 95% 50% transparent;
  background-size: 25px;
}
/* line 1129, ../scss/custom.scss */
.pretty-filter #edit-field-event-date-value-1-wrapper, .pretty-filter #edit-field-event-date-value2-wrapper {
  padding: 0;
}
/* line 1132, ../scss/custom.scss */
.pretty-filter #edit-field-event-date-value-1-wrapper label, .pretty-filter #edit-field-event-date-value2-wrapper label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 1139, ../scss/custom.scss */
.pagination-centered {
  float: left;
  width: 100%;
  margin-top: 1rem;
}
/* line 1146, ../scss/custom.scss */
.pagination-centered ul.pagination li a {
  background: transparent;
  color: #51534a;
  text-decoration: underline;
  font-family: "PT Sans";
  font-size: 1rem;
}
/* line 1154, ../scss/custom.scss */
.pagination-centered ul.pagination li.current a {
  text-decoration: none;
  font-weight: bold;
}
/* line 1158, ../scss/custom.scss */
.pagination-centered ul.pagination li.arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #51534a;
  background: url("../images/arrows/pager_right_white.png") no-repeat 50% 50% #51534a;
  margin-left: 2rem;
}
/* line 1164, ../scss/custom.scss */
.pagination-centered ul.pagination li.arrow a {
  text-indent: 999em;
  float: left;
}
/* line 1165, ../scss/custom.scss */
.pagination-centered ul.pagination li.arrow.first {
  background: url("../images/arrows/pager_left_double_white.png") no-repeat 50% 50% #51534a;
  margin-right: 0;
}
/* line 1168, ../scss/custom.scss */
.pagination-centered ul.pagination li.arrow.first + .arrow {
  background: url("../images/arrows/pager_left_white.png") no-repeat 50% 50% #51534a;
  margin-left: 0rem;
  margin-right: 2rem;
}
/* line 1174, ../scss/custom.scss */
.pagination-centered ul.pagination li.arrow.last {
  background: url("../images/arrows/pager_right_double_white.png") no-repeat 50% 50% #51534a;
  margin-left: 0;
}

/* line 1184, ../scss/custom.scss */
.orbit-banner {
  height: 365px;
}

/* line 1188, ../scss/custom.scss */
.field-name-field-banner-wrapper .orbit-bullets-container {
  display: none;
}
/* line 1191, ../scss/custom.scss */
.field-name-field-banner-wrapper .field-collection-view {
  padding: 0;
  margin: 0;
}
/* line 1195, ../scss/custom.scss */
.field-name-field-banner-wrapper .orbit-tab {
  height: 3.75rem;
  overflow: hidden;
  width: 100%;
}
/* line 1200, ../scss/custom.scss */
.field-name-field-banner-wrapper .orbit-tab.active {
  background-color: #51534a;
}

/**Events*/
/* line 1207, ../scss/custom.scss */
.date-square {
  background-color: #51534a;
  width: 3.875rem;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1.3125rem;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5rem 0rem;
}

@media only screen and (min-width: 40.01em) {
  /* line 1219, ../scss/custom.scss */
  .views-row:hover .date-square {
    background-color: #ffffff;
    color: #51534a;
  }
}
/* line 1225, ../scss/custom.scss */
.event-details {
  padding-top: 0.5rem;
  margin: 1rem 0rem;
}
/* line 1228, ../scss/custom.scss */
.event-details .panel-pane {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
/* line 1233, ../scss/custom.scss */
.event-details h2.pane-title {
  float: left;
  margin: 0 1rem 0 0;
  font-size: 0.875rem;
  min-width: 50px;
}
/* line 1240, ../scss/custom.scss */
.event-details .field-name-field-location ul.links {
  float: left;
  margin: -0.1rem 0 0 0;
}
/* line 1243, ../scss/custom.scss */
.event-details .field-name-field-location ul.links li {
  list-style-type: none;
  float: left;
}
/* line 1246, ../scss/custom.scss */
.event-details .field-name-field-location ul.links li:after {
  content: ', ';
}
/* line 1249, ../scss/custom.scss */
.event-details .field-name-field-location ul.links li:last-child:after {
  content: '';
}

/* line 1258, ../scss/custom.scss */
.view-list-events.standard-list-large .view-content > h3 {
  color: #51534a;
}
/* line 1261, ../scss/custom.scss */
.view-list-events.standard-list-large .views-row-last {
  margin-bottom: 2rem;
}
/* line 1264, ../scss/custom.scss */
.view-list-events.standard-list-large .views-row:hover {
  background: url("../images/arrows/right_white.png") no-repeat 95% 50% #51534a;
}
/* line 1266, ../scss/custom.scss */
.view-list-events.standard-list-large .views-row:hover * {
  color: #FFF;
}

/* line 1272, ../scss/custom.scss */
.standard-list-large .download-pdf .file > a {
  float: left;
  text-indent: -999em;
}

/* line 1277, ../scss/custom.scss */
.view-pdf {
  background: url("../images/arrows/right_mid_grey.png") no-repeat 100% 50% transparent;
  min-height: 16px;
  margin-right: 1.5rem;
}

/* line 1283, ../scss/custom.scss */
.standard-list-large .views-row:hover .view-pdf {
  background-image: url("../images/arrows/right_white.png");
}

/**Tweets*/
/* line 1289, ../scss/custom.scss */
.view-list-twitter {
  font-size: 0.875rem;
}
/* line 1292, ../scss/custom.scss */
.view-list-twitter a {
  color: #51534a;
}
/* line 1296, ../scss/custom.scss */
.view-list-twitter .twitter-created-time {
  float: right;
  font-size: 0.75rem;
}
/* line 1301, ../scss/custom.scss */
.view-list-twitter .views-field-screen-name:before {
  content: "@";
}
/* line 1304, ../scss/custom.scss */
.view-list-twitter .views-row {
  float: left;
  width: 100%;
}
/* line 1308, ../scss/custom.scss */
.view-list-twitter .details {
  padding-left: 1rem;
  line-height: 130%;
}
@media only screen and (max-width: 40em) {
  /* line 1313, ../scss/custom.scss */
  .view-list-twitter .twitter-profile-image {
    width: 45px;
    height: auto;
  }
}
@media only screen and (min-width: 40.01em) {
  /* line 1319, ../scss/custom.scss */
  .view-list-twitter .tweet .ellipsis {
    max-height: 72px;
  }
}
/* line 1323, ../scss/custom.scss */
.view-list-twitter .row:hover {
  background-image: none !important;
}

/* line 1327, ../scss/custom.scss */
.twitter-icon {
  float: right;
}

/**Gallery*/
/* line 1334, ../scss/custom.scss */
.node-type-gallery .pane-node-title {
  padding-top: 1rem;
  margin-bottom: 2rem;
}

/* line 1340, ../scss/custom.scss */
.pane-gallery-carousel-by-node-panel-pane-1 h2.pane-title {
  font-size: 1.375rem;
  color: #51534a;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 1347, ../scss/custom.scss */
  .view-gallery-carousel-by-node {
    padding: 0 0.5rem;
  }
}
/* line 1351, ../scss/custom.scss */
.view-gallery-carousel-by-node .slick-prev, .view-gallery-carousel-by-node .slick-next {
  display: none !important;
  width: 27px;
  height: 49px;
  top: 45%;
  z-index: 10;
}
/* line 1358, ../scss/custom.scss */
.view-gallery-carousel-by-node .slick-prev:before, .view-gallery-carousel-by-node .slick-next:before {
  content: '';
  display: none !important;
}
/* line 1362, ../scss/custom.scss */
.view-gallery-carousel-by-node .slick-prev, .view-gallery-carousel-by-node .slick-prev:hover, .view-gallery-carousel-by-node .slick-prev:focus {
  background: url("../images/arrows/gallery_right_grey.png") no-repeat 0 0 transparent;
  left: 0px;
}
/* line 1366, ../scss/custom.scss */
.view-gallery-carousel-by-node .slick-next, .view-gallery-carousel-by-node .slick-next:hover, .view-gallery-carousel-by-node .slick-next:focus {
  background: url("../images/arrows/gallery_left_grey.png") no-repeat 0 0 transparent;
  right: 0px;
}
@media only screen and (min-width: 64.001em) {
  /* line 1371, ../scss/custom.scss */
  .view-gallery-carousel-by-node .slick-prev, .view-gallery-carousel-by-node .slick-prev:focus, .view-gallery-carousel-by-node .slick-prev:hover {
    left: -45px;
  }
  /* line 1374, ../scss/custom.scss */
  .view-gallery-carousel-by-node .slick-next, .view-gallery-carousel-by-node .slick-next:focus, .view-gallery-carousel-by-node .slick-next:hover {
    right: -40px;
  }
}

/* line 1380, ../scss/custom.scss */
.lightbox-gallery .views-field-field-gallery-image img {
  margin: 0 auto;
}

/* line 1384, ../scss/custom.scss */
.gallery-wrapper {
  position: relative;
  background-color: #F9F9F9;
}
/* line 1387, ../scss/custom.scss */
.gallery-wrapper .gallery-item img {
  margin: 0 auto;
}
/* line 1390, ../scss/custom.scss */
.gallery-wrapper .slick-prev, .gallery-wrapper .slick-next {
  width: 42px;
  height: 42px;
  top: 250px;
  background-color: #51534a;
}
/* line 1399, ../scss/custom.scss */
.gallery-wrapper .slick-prev:before, .gallery-wrapper .slick-next:before, .gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-next:hover {
  content: '';
}
/* line 1403, ../scss/custom.scss */
.gallery-wrapper .slick-prev, .gallery-wrapper .slick-prev:focus {
  background: url("../images/arrows/gallery_left_white.png") no-repeat 50% 50% #51534a;
  left: 0px;
}
/* line 1406, ../scss/custom.scss */
.gallery-wrapper .slick-prev:hover, .gallery-wrapper .slick-prev:focus:hover {
  background: url("../images/arrows/gallery_left_white.png") no-repeat 50% 50% #51534a;
}
/* line 1410, ../scss/custom.scss */
.gallery-wrapper .slick-next, .gallery-wrapper .slick-next:focus {
  background: url("../images/arrows/gallery_right_white.png") no-repeat 50% 50% #51534a;
  right: 0px;
}
/* line 1413, ../scss/custom.scss */
.gallery-wrapper .slick-next:hover, .gallery-wrapper .slick-next:focus:hover {
  background: url("../images/arrows/gallery_right_white.png") no-repeat 50% 50% #51534a;
}
/* line 1417, ../scss/custom.scss */
.gallery-wrapper .gallery-caption {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 0.5rem 1rem;
}
/* line 1423, ../scss/custom.scss */
.gallery-wrapper .gallery-caption .caption-title {
  font-size: 1.40625rem;
  float: left;
}
@media only screen and (min-width: 40.01em) {
  /* line 1428, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation {
    float: right;
  }
  /* line 1430, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation .close, .gallery-wrapper .gallery-caption .gallery-navigation .full-screen {
    width: 42px;
    height: 42px;
    float: left;
    background-size: 100%;
  }
  /* line 1436, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation .close {
    background: url("../images/icons/gallery_white_close.png") no-repeat 50% 50% #51534a;
    margin-right: 0.25rem;
  }
  /* line 1440, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption .gallery-navigation .full-screen {
    background: url("../images/icons/gallery_white_fullscreen.png") no-repeat 50% 50% #51534a;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1447, ../scss/custom.scss */
  .gallery-wrapper .gallery-caption {
    position: relative;
  }
}

/* line 1453, ../scss/custom.scss */
.gallery-thumbnails img {
  height: 6.25rem;
  width: auto;
  margin: 0 0.25rem 0 0.25rem;
}

/**Standard page*/
/* line 1463, ../scss/custom.scss */
.field-name-body img {
  max-width: 30%;
  height: auto;
  margin-right: 3%;
  margin-top: 5px;
  float: left;
}

/* line 1470, ../scss/custom.scss */
.introduction {
  font-size: 1.125rem;
}

/* line 1473, ../scss/custom.scss */
.field-name-body table td img {
  max-width: 100%;
}

/* line 1477, ../scss/custom.scss */
.pane-page-breadcrumb {
  background: none;
  border: none;
  max-width: 62.5rem;
  margin: 0.5rem auto 0 auto;
}
/* line 1482, ../scss/custom.scss */
.pane-page-breadcrumb .breadcrumb {
  background: none;
  border: none;
  font-family: "PT Sans";
  font-size: 0.75rem;
  color: #51534a;
  text-transform: none;
}
/* line 1489, ../scss/custom.scss */
.pane-page-breadcrumb .breadcrumb > *, .pane-page-breadcrumb .breadcrumb > * a {
  text-transform: none;
}
/* line 1492, ../scss/custom.scss */
.pane-page-breadcrumb .breadcrumb > *:before {
  color: #51534a;
  content: '>';
  margin: 0 3px;
}
/* line 1497, ../scss/custom.scss */
.pane-page-breadcrumb .breadcrumb > *:first-child:before {
  content: '';
}
/* line 1500, ../scss/custom.scss */
.pane-page-breadcrumb .breadcrumb a {
  color: #51534a;
}

/* line 1506, ../scss/custom.scss */
.back-to-top, a.back-to-top {
  color: #51534a;
  text-decoration: underline;
  width: 100%;
  float: left;
  text-align: right;
  padding: 0.5rem;
}

/**Side menu*/
/* line 1516, ../scss/custom.scss */
.pane-sidemenu {
  float: left;
  width: 100%;
  font-family: "PT Sans";
}
/* line 1521, ../scss/custom.scss */
.pane-sidemenu ul.menu {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
/* line 1527, ../scss/custom.scss */
.pane-sidemenu ul.menu li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  float: left;
}
/* line 1532, ../scss/custom.scss */
.pane-sidemenu ul.menu li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.2rem;
  float: left;
  width: 100%;
  background: url("../images/arrows/sidemenu_right.png") no-repeat 95% 50% transparent;
}
/* line 1542, ../scss/custom.scss */
.pane-sidemenu a {
  color: #51534a;
}
/* line 1546, ../scss/custom.scss */
.pane-sidemenu > .pane-content > ul.menu > li > ul.menu {
  margin: 0;
  width: 100%;
}
/* line 1553, ../scss/custom.scss */
.pane-sidemenu > .pane-content > ul.menu > li.active-trail > a {
  color: #51534a;
  border-bottom: none;
}
/* line 1558, ../scss/custom.scss */
.pane-sidemenu .current-active-item {
  background-color: #e1d3b1 !important;
  background-image: url("../images/arrows/sidemenu_right.png") !important;
}
/* line 1563, ../scss/custom.scss */
.pane-sidemenu a {
  padding-left: 0.5rem;
  font-size: 1rem;
}
/* line 1566, ../scss/custom.scss */
.pane-sidemenu a.side-menu-item.active-trail {
  background-image: url("../images/arrows/sidemenu_down.png");
  font-weight: bold;
}
/* line 1570, ../scss/custom.scss */
.pane-sidemenu a.side-menu-item {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8375rem;
}
/* line 1576, ../scss/custom.scss */
.pane-sidemenu a.level-1 {
  padding-left: 0.5rem;
  border-bottom: 1px solid #51534a !important;
  background-image: none !important;
  font-size: 1.2rem;
}
/* line 1581, ../scss/custom.scss */
.pane-sidemenu a.level-1.current-active-item {
  background-color: transparent !important;
}
/* line 1585, ../scss/custom.scss */
.pane-sidemenu a.level-2 {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
/* line 1590, ../scss/custom.scss */
.pane-sidemenu a.level-2.active-trail {
  background-color: #e8dec5;
  border-bottom: 2px solid #e1d3b1;
}
/* line 1595, ../scss/custom.scss */
.pane-sidemenu a.level-2 + ul.menu {
  background-color: #e8dec5;
}

/**Images*/
/* line 1604, ../scss/custom.scss */
.image-left {
  float: left;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

/* line 1610, ../scss/custom.scss */
.image-right {
  float: right;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

/* line 1616, ../scss/custom.scss */
.caption-title {
  font-family: "PT Sans";
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0.5rem;
}

/**Footers*/
/* line 1624, ../scss/custom.scss */
.footer-bg {
  background: url("../images/backgrounds/bar-bg.png") repeat scroll 0 0 transparent;
  bottom: 0;
  height: 280px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 1632, ../scss/custom.scss */
.l-footer.panel {
  background: transparent;
  width: 100%;
  padding: 1.8rem 4.7rem 1rem;
  border: none;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  z-index: 2;
  position: relative;
}
/* line 1643, ../scss/custom.scss */
.l-footer.panel .footer-inner .squeeze.row {
  max-width: 100%;
}
/* line 1646, ../scss/custom.scss */
.l-footer.panel .footer-inner ul li a {
  background: url("../images/arrows/arrows-sid.png") no-repeat scroll 0 -213px transparent;
  padding-left: 15px;
  font-size: 0.7rem;
  font-family: "PT Sans";
  color: #3a3a3a;
}
/* line 1653, ../scss/custom.scss */
.l-footer.panel .footer-inner h2.block-title {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 0 0 0.2rem 6px;
  font-family: "PT Sans";
}
/* line 1660, ../scss/custom.scss */
.l-footer.panel .footer-inner .block-menu-menu-footer-menu {
  width: 10%;
}
/* line 1663, ../scss/custom.scss */
.l-footer.panel .footer-inner .block-menu-menu-sid-programmes-menu, .l-footer.panel .footer-inner .block-menu-menu-sid-chapters {
  width: 17%;
}
@media only screen and (max-width: 40em) {
  /* line 1642, ../scss/custom.scss */
  .l-footer.panel .footer-inner {
    padding-bottom: 1rem;
  }
}
/* line 1671, ../scss/custom.scss */
.l-footer.panel .footer-main-left .pane-title {
  font-family: "PT Sans";
  font-size: 1rem;
}
/* line 1676, ../scss/custom.scss */
.l-footer.panel ul.menu, .l-footer.panel ul.menu li {
  list-style-type: none;
  margin: 0;
}
/* line 1679, ../scss/custom.scss */
.l-footer.panel ul.menu a, .l-footer.panel ul.menu li a {
  color: #3a3a3a;
}
/* line 1684, ../scss/custom.scss */
.l-footer.panel .social-media-icons {
  padding-top: 0.5rem;
}
/* line 1686, ../scss/custom.scss */
.l-footer.panel .social-media-icons a {
  margin-right: 5px;
  width: 36px;
  float: left;
}
/* line 1690, ../scss/custom.scss */
.l-footer.panel .social-media-icons a:last-child {
  margin-right: 0px;
}
/* line 1693, ../scss/custom.scss */
.l-footer.panel .social-media-icons a img {
  width: 100%;
  height: auto;
}

/* line 1700, ../scss/custom.scss */
.pane-menu-footer-links-menu {
  margin-top: -1rem;
}
@media only screen and (max-width: 40em) {
  /* line 1700, ../scss/custom.scss */
  .pane-menu-footer-links-menu {
    margin-top: 1rem;
  }
}
/* line 1705, ../scss/custom.scss */
.pane-menu-footer-links-menu ul li {
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 1rem;
  border-right: 1px solid #51534a;
  font-size: 0.8375rem;
}
/* line 1712, ../scss/custom.scss */
.pane-menu-footer-links-menu ul li:last-child {
  border-right: none;
}
/* line 1715, ../scss/custom.scss */
.pane-menu-footer-links-menu ul li:first-child {
  padding-left: 0;
}

/**Migration*/
/* line 1722, ../scss/custom.scss */
.migrated-image {
  display: none;
}

/* line 1727, ../scss/custom.scss */
.pane-node-body table {
  width: 100% !important;
}

/* line 1730, ../scss/custom.scss */
.large-4 .panel-pane {
  margin: 0 0 1.8rem 2em;
  font-size: 0.8rem;
  line-height: 1.3rem;
  float: left;
}

/* line 1736, ../scss/custom.scss */
.views-row {
  border-bottom: 1px solid #d6d6d6;
  float: left;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  width: 100%;
}
/* line 1742, ../scss/custom.scss */
.views-row .views-field-title a {
  color: #51534a;
}
/* line 1744, ../scss/custom.scss */
.views-row .views-field-title a .right-col-ttle {
  float: left;
  padding-left: 1rem;
}

/* line 1750, ../scss/custom.scss */
h1.logo {
  margin: 0.5rem 0 2rem;
}

/* line 1753, ../scss/custom.scss */
.off-canvas-wrap {
  background: none repeat scroll 0 0 #fff;
  margin: 0 auto;
  max-width: 62.5em;
  overflow: hidden;
  position: relative;
}

/* line 1761, ../scss/custom.scss */
.view-listings .listing-image {
  float: left;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 40em) {
  /* line 1761, ../scss/custom.scss */
  .view-listings .listing-image {
    max-width: 30%;
  }
}
/* line 1768, ../scss/custom.scss */
.view-listings h3.listing-title {
  font-family: "PT Sans";
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 1774, ../scss/custom.scss */
.view-listings .listing-body {
  font-size: 0.875rem;
}
/* line 1777, ../scss/custom.scss */
.view-listings .listing-post-inf {
  font-size: 0.75rem;
  color: #9a9a9a;
  font-style: italic;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 40em) {
  /* line 1777, ../scss/custom.scss */
  .view-listings .listing-post-inf {
    float: left;
    width: 100%;
    margin-top: 0.3rem;
  }
}

/* line 1790, ../scss/custom.scss */
.listing-grid .views-row {
  border: none;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 40em) {
  /* line 1790, ../scss/custom.scss */
  .listing-grid .views-row {
    width: 48%;
    margin: 0 1%;
  }
}
/* line 1800, ../scss/custom.scss */
.listing-grid .views-row .listing-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
/* line 1805, ../scss/custom.scss */
.listing-grid .views-row .listing-author {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  color: #3a3a3a;
  font-size: 0.7rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: -21px;
  width: 90%;
}
/* line 1815, ../scss/custom.scss */
.listing-grid .views-row .listing-title {
  float: none;
  text-align: center;
  height: 90px;
  max-height: 90px;
  overflow: hidden;
}
/* line 1821, ../scss/custom.scss */
.listing-grid .views-row .listing-title h3 {
  text-transform: none;
  font-weight: normal;
  width: 90%;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 10px auto;
}

/* line 1832, ../scss/custom.scss */
.pane-node-field-category-box {
  float: left;
  width: 100%;
}
/* line 1836, ../scss/custom.scss */
.pane-node-field-category-box .panelizer-view-mode.taxonomy-term {
  float: left;
  width: 50%;
  padding: 0 2%;
  min-height: 255px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40em) {
  /* line 1836, ../scss/custom.scss */
  .pane-node-field-category-box .panelizer-view-mode.taxonomy-term {
    width: 98%;
    padding: 0 2%;
    min-height: 0;
    margin-bottom: 1.5rem;
  }
}
/* line 1848, ../scss/custom.scss */
.pane-node-field-category-box .panelizer-view-mode.taxonomy-term h2 a {
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
  font-family: "PT Sans";
  font-size: 0.875rem;
}
/* line 1855, ../scss/custom.scss */
.pane-node-field-category-box .panelizer-view-mode.taxonomy-term h2 {
  border-bottom: 1px solid #efefef;
}

/* line 1862, ../scss/custom.scss */
.taxonomy-grid .views-row {
  margin: 0;
  padding: 7px 0;
}
/* line 1865, ../scss/custom.scss */
.taxonomy-grid .views-row h3 {
  text-transform: none;
  font-weight: normal;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  padding: 0 0 0 15px;
  background: url(../images/arrows/sidemenu_right.png) no-repeat left center transparent;
}
/* line 1875, ../scss/custom.scss */
.taxonomy-grid .views-row .listing-image {
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}

/* line 1881, ../scss/custom.scss */
h2.pane-title {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  font-family: "PT Sans";
}

/* line 1888, ../scss/custom.scss */
.pane-node-field-introduction, .pane-node-body, .pane-node-field-image {
  float: left;
  margin: 1rem 0 0;
  width: 100%;
}

/* line 1893, ../scss/custom.scss */
.block-search-form {
  float: right;
  max-width: 100%;
  width: 320px;
}
/* line 1898, ../scss/custom.scss */
.block-search-form #search-block-form .form-item-search-block-form, .block-search-form #search-block-form--2 .form-item-search-block-form {
  float: left;
  width: 65%;
  margin: 0 2% 0 0;
}
/* line 1904, ../scss/custom.scss */
.block-search-form #search-block-form button.form-submit, .block-search-form #search-block-form--2 button.form-submit {
  background: none repeat scroll 0 0 #565b60;
  border: medium none;
  float: left;
  font-weight: normal;
  width: 33%;
}

/* line 1913, ../scss/custom.scss */
.search-results li {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
}

/* line 1917, ../scss/custom.scss */
#search-form {
  float: LEFT;
  width: 100%;
}
/* line 1920, ../scss/custom.scss */
#search-form .form-type-textfield {
  float: left;
  width: 70%;
  margin: 0 2% 0 0;
}
/* line 1921, ../scss/custom.scss */
#search-form .form-type-textfield input {
  height: auto;
  padding: 12px;
}
/* line 1929, ../scss/custom.scss */
#search-form button.form-submit {
  background: none repeat scroll 0 0 #565b60;
  border: medium none;
  float: left;
  font-weight: normal;
  width: 28%;
  margin-top: 23px;
}
/* line 1937, ../scss/custom.scss */
#search-form h3 a {
  color: #1a1a1a;
}

/* line 1941, ../scss/custom.scss */
section.block-search-form {
  margin: 60px 0 0 0;
}

/* line 1945, ../scss/custom.scss */
.contain-to-grid {
  background: url("../images/backgrounds/bar-bg-1.png") repeat scroll 0 0 transparent;
  width: 100%;
}
/* line 1948, ../scss/custom.scss */
.contain-to-grid .top-bar {
  background: none repeat scroll 0 0 transparent;
  height: 33px;
  margin-bottom: 0 !important;
  overflow: visible;
}
/* line 1954, ../scss/custom.scss */
.contain-to-grid .block-menu-menu-top-menu {
  margin-top: 3px;
  width: 85%;
  float: left;
}
/* line 1958, ../scss/custom.scss */
.contain-to-grid .block-menu-menu-top-menu ul li {
  float: left;
}
/* line 1961, ../scss/custom.scss */
.contain-to-grid .block-menu-menu-top-menu a {
  font-size: 0.7rem;
  padding: 3px 8px;
  color: #fff;
}
/* line 1968, ../scss/custom.scss */
.contain-to-grid .block-system-user-menu {
  float: left;
  width: 15%;
  margin-top: 3px;
}
/* line 1972, ../scss/custom.scss */
.contain-to-grid .block-system-user-menu .menu {
  float: right;
}
/* line 1975, ../scss/custom.scss */
.contain-to-grid .block-system-user-menu ul li {
  float: left;
}
/* line 1978, ../scss/custom.scss */
.contain-to-grid .block-system-user-menu a {
  font-size: 0.7rem;
  padding: 3px 8px;
  color: #fff;
}

/* line 1985, ../scss/custom.scss */
.page .pane-olamalu-sid-sid-membership-form {
  height: 250px;
  margin-bottom: 48px;
}
/* line 1988, ../scss/custom.scss */
.page .pane-olamalu-sid-sid-membership-form #edit-country {
  padding: 6px 6px 4px;
}
/* line 1991, ../scss/custom.scss */
.page .pane-olamalu-sid-sid-membership-form h2.pane-title {
  font-weight: bold;
}
/* line 1994, ../scss/custom.scss */
.page .pane-olamalu-sid-sid-membership-form button {
  background: none repeat scroll 0 0 #565b60;
  border: medium none;
  float: left;
  font-weight: normal;
  width: 33%;
  padding: 10px 6px 7px;
}
/* line 2002, ../scss/custom.scss */
.page .pane-olamalu-sid-sid-membership-form .membership-form-description {
  height: 102px;
  max-height: 102px;
  overflow: hidden;
  padding: 0;
  font-size: 0.8rem;
}

/*civicrm pages*/
/* line 2011, ../scss/custom.scss */
.crm-contribution-main-form-block {
  background: #eee;
  padding: 2%;
  float: left;
  width: 100%;
}
/* line 2016, ../scss/custom.scss */
.crm-contribution-main-form-block .Membership_type-section select {
  width: 50%;
  min-width: 200px;
  float: none;
}
/* line 2021, ../scss/custom.scss */
.crm-contribution-main-form-block input.form-checkbox {
  margin: -2px 6px 0 0;
}
/* line 2027, ../scss/custom.scss */
.crm-contribution-main-form-block .crm-section .label {
  width: 22%;
  margin: 2px 3% 0 0;
  background: transparent;
}
/* line 2031, ../scss/custom.scss */
.crm-contribution-main-form-block .crm-section .label span.crm-marker {
  position: absolute;
  right: -3px;
}
/* line 2036, ../scss/custom.scss */
.crm-contribution-main-form-block .crm-section .content {
  width: 75%;
  margin-left: 25%;
}
/* line 2040, ../scss/custom.scss */
.crm-contribution-main-form-block .crm-section .Additional_options-content .price-set-option-content {
  float: left;
  padding-top: 5px;
}
/* line 2045, ../scss/custom.scss */
.crm-contribution-main-form-block .fieldset legend {
  width: 25%;
}

/* line 2049, ../scss/custom.scss */
.indicates-required {
  padding-bottom: 5px;
}

/* line 2052, ../scss/custom.scss */
.footer > section {
  width: 30%;
  margin-right: 3%;
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 2052, ../scss/custom.scss */
  .footer > section {
    width: 48%;
    margin: 0 1%;
  }
}
/* line 2060, ../scss/custom.scss */
.footer > section #mc-embedded-subscribe-form {
  margin: 0;
  margin-top: 5px;
}
/* line 2063, ../scss/custom.scss */
.footer > section #mc-embedded-subscribe-form > input {
  margin-bottom: 0.2rem;
  width: 80%;
}

/* line 2069, ../scss/custom.scss */
.slick-list {
  max-height: 250px;
}

/* line 2072, ../scss/custom.scss */
.fb-link a, .twitter-link a {
  width: 30px;
  height: 25px;
  background: url(../images/icons/small_icons.png) no-repeat 0 -171px transparent;
  text-indent: -10000px;
  display: block;
}

/* line 2079, ../scss/custom.scss */
.twitter-link a {
  background-position: 0 -396px;
}

@media only screen and (min-width: 64.001em) {
  /* line 2083, ../scss/custom.scss */
  .block-menu-block-2 {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  /* line 2088, ../scss/custom.scss */
  .pane-right-col-views-panel-pane-1 {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 2094, ../scss/custom.scss */
  .l-header-region .large-12.columns {
    padding: 0;
  }

  /* line 2097, ../scss/custom.scss */
  .large-4 .panel-pane {
    margin-left: 0;
  }
}
/* line 2102, ../scss/custom.scss */
.main-mobile-menu-bar {
  float: right;
  width: 50px;
  margin-left: 10px;
}
/* line 2106, ../scss/custom.scss */
.main-mobile-menu-bar a.left-off-canvas-toggle {
  height: 52px;
  width: 50px;
}
/* line 2109, ../scss/custom.scss */
.main-mobile-menu-bar a.left-off-canvas-toggle span {
  text-indent: -10000px;
}

/* line 2114, ../scss/custom.scss */
.l-header > .l-header-region.row {
  float: left;
  width: 85%;
}

/* line 2118, ../scss/custom.scss */
.pane-listings-panel-pane-6 {
  float: left;
  width: 100%;
}
/* line 2122, ../scss/custom.scss */
.pane-listings-panel-pane-6 .views-row {
  margin-bottom: 0;
  max-height: 102px;
  overflow: hidden;
  padding-bottom: 13px;
}
/* line 2127, ../scss/custom.scss */
.pane-listings-panel-pane-6 .views-row h3 {
  width: auto;
  margin: 0;
}

/* line 2135, ../scss/custom.scss */
.node-feature-box .panel-pane {
  margin: 0;
}
/* line 2138, ../scss/custom.scss */
.node-feature-box .panel-separator {
  display: none;
}
/* line 2141, ../scss/custom.scss */
.node-feature-box .pane-node-field-featured-box-title {
  float: left;
  width: 100%;
}
/* line 2145, ../scss/custom.scss */
.node-feature-box .pane-node-field-featured-box-image {
  display: block;
  float: left;
  width: 100px;
  margin-right: 1rem;
}
/* line 2151, ../scss/custom.scss */
.node-feature-box .pane-node-field-featured-box-body {
  float: none;
  width: auto;
  padding: 4px 0;
}
/* line 2156, ../scss/custom.scss */
.node-feature-box .pane-node-field-feature-box-link {
  float: left;
  margin: 2px 0;
  text-align: right;
  width: 100%;
}
/* line 2161, ../scss/custom.scss */
.node-feature-box .pane-node-field-feature-box-link .field-name-field-feature-box-link a {
  background: url("../images/arrows/arrows-sid.png") no-repeat scroll 0 -212px transparent;
  padding-left: 15px;
}
/* line 2167, ../scss/custom.scss */
.node-feature-box.node-gallery .pane-node-field-feature-box-link {
  text-align: left;
}
/* line 2169, ../scss/custom.scss */
.node-feature-box.node-gallery .pane-node-field-feature-box-link a {
  background: none;
  font-size: 13px;
  padding-left: 0;
}

/* line 2177, ../scss/custom.scss */
.mobile-user-login {
  float: right;
  font-size: 0.8rem;
  text-align: right;
  width: 100%;
}

/* line 2183, ../scss/custom.scss */
.off-canvas-wrap .inner-wrap .mobile-search {
  float: left;
  margin: 5px 0 0;
  width: 100%;
  position: relative;
}
/* line 2188, ../scss/custom.scss */
.off-canvas-wrap .inner-wrap .mobile-search button {
  background: url("../images/icons/search.png") no-repeat scroll center center transparent;
  border: medium none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px;
  width: 30px;
  text-indent: -10000px;
}

/* line 2202, ../scss/custom.scss */
.label {
  background-color: transparent;
  display: inline-block;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1;
  padding: 0.9em 0.625em 0.15em;
}

@media only screen and (min-width: 40.01em) and (max-width: 64em) {
  /* line 2211, ../scss/custom.scss */
  .medium-12 {
    width: 100%;
  }
}
/* line 2216, ../scss/custom.scss */
.panel-pane.pane-entity-field.pane-node-field-featured-content {
  margin-bottom: 0;
}
/* line 2218, ../scss/custom.scss */
.panel-pane.pane-entity-field.pane-node-field-featured-content .panelizer-view-mode.node.node-feature-box.node-feature-box {
  margin-bottom: 1.8rem;
}

/* line 2223, ../scss/custom.scss */
.view-user-profile .views-row {
  border: none;
}
/* line 2225, ../scss/custom.scss */
.view-user-profile .views-row .views-field.views-field-field-image {
  margin: 1rem 0 1.5rem;
}

/* line 2230, ../scss/custom.scss */
.pane-node-field-featured-box-video {
  width: 100%;
}

/* line 2233, ../scss/custom.scss */
.pane-news-locations-submenu-panel-pane-1 .views-row {
  margin: 0.1rem;
  padding: 0.1rem;
}

/* line 2237, ../scss/custom.scss */
.panel-pane.pane-node {
  float: left;
  margin: 1% 2%;
  width: 95%;
}

/**Organisation*/
/**landing-page*/
/* line 2249, ../scss/custom.scss */
.node-type-organisation-landing-page .slick-list {
  max-height: unset;
}
/* line 2252, ../scss/custom.scss */
.node-type-organisation-landing-page .slick-next {
  left: 855px;
  right: 0;
  top: 410px;
}
/* line 2257, ../scss/custom.scss */
.node-type-organisation-landing-page .slick-prev {
  left: 820px;
  top: 410px;
}
/* line 2262, ../scss/custom.scss */
.node-type-organisation-landing-page .slick-prev:before, .node-type-organisation-landing-page .slick-next:before {
  font-size: 35px;
}
/* line 2265, ../scss/custom.scss */
.node-type-organisation-landing-page .slick-prev, .node-type-organisation-landing-page .slick-next {
  height: auto;
  width: auto;
}
/* line 2269, ../scss/custom.scss */
.node-type-organisation-landing-page button, .node-type-organisation-landing-page .button {
  box-shadow: none;
}
/* line 2272, ../scss/custom.scss */
.node-type-organisation-landing-page .slick-slider {
  margin-bottom: 0;
}
/* line 2275, ../scss/custom.scss */
.node-type-organisation-landing-page .views-row {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
/* line 2280, ../scss/custom.scss */
.node-type-organisation-landing-page .views-row img {
  margin-right: auto;
  margin-left: auto;
}
/* line 2285, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box {
  width: 205px;
  background-color: #d3efff;
  float: left;
}
/* line 2290, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box .pane-node-field-featured-box-title h2 {
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "PT Sans";
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
}
/* line 2301, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box .row {
  margin: 0;
}
/* line 2304, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box .pane-node-field-featured-box-body {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 15px;
  color: #7f8f99;
  font-family: "PT Sans";
  height: 200px;
}
/* line 2314, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box .pane-custom {
  color: #262626;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "PT Sans";
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 44px;
  background: url("/sites/www.sidint.net/themes/sid/images/backgrounds/corner.png") no-repeat scroll right bottom;
}

/* line 2330, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1089 {
  margin-left: 75px;
}
/* line 2335, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1090 {
  background-color: #87bbda;
}
/* line 2338, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1090 .pane-node-field-featured-box-body {
  color: #cfe4f0;
}
/* line 2341, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1090 .pane-custom a {
  color: #fff;
}
/* line 2345, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1091 {
  background-color: #468ebb;
}
/* line 2347, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1091 .pane-node-field-featured-box-body {
  color: #cfe4f0;
}
/* line 2350, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1091 .pane-custom a {
  color: #fff;
}
/* line 2354, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1092 {
  background-color: #09659d;
}
/* line 2356, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1092 .pane-node-field-featured-box-body {
  color: #cfe4f0;
}
/* line 2359, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.node-1092 .pane-custom a {
  color: #fff;
}

/* line 2364, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box:first-child {
  margin-left: 74px;
}

/* line 2367, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box {
  position: relative;
}

/* line 2370, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-featured-box-title h2 {
  padding-top: 23px;
}

/* line 2373, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-featured-box-image {
  width: auto;
  float: initial;
  margin-left: 7px;
}

/* line 2378, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-feature-box-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

/* line 2383, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-feature-box-link a {
  background: transparent;
}

/*.node-type-organisation-landing-page .node-feature-box .pane-custom.overlay {
  background:transparent;
  position:absolute;
  padding:0;
  top:-20px;

  a{
    position:absolute;
    width:205px;
    height:319px;
  }
  a:hover {
    background-color:#eaeaea;
  }
}*/
/**Basic Page*/
/* line 2408, ../scss/custom.scss */
.node-type-organisation-basic-page .large-3 .pane-menu-organisation-main-menu li {
  list-style-type: none;
  margin-top: 20px;
}
/* line 2412, ../scss/custom.scss */
.node-type-organisation-basic-page .large-3 .pane-menu-organisation-main-menu a {
  font-family: "PT Sans";
  color: #9b9a9a;
  font-size: 0.75rem;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 12px 9px 11px;
  border-bottom: 2px solid #ebebeb;
}
/* line 2422, ../scss/custom.scss */
.node-type-organisation-basic-page .large-3 .pane-menu-organisation-main-menu .active {
  background-color: #262626;
  color: #fff;
}
/* line 2426, ../scss/custom.scss */
.node-type-organisation-basic-page .large-3 .pane-menu-organisation-main-menu .expanded {
  margin-top: 0px;
}
/* line 2430, ../scss/custom.scss */
.node-type-organisation-basic-page .pane-node-title {
  margin-bottom: 36px;
  color: #262626;
  font-size: 1.375rem;
  letter-spacing: -1px;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "PT Sans";
  font-weight: bold;
}
/* line 2440, ../scss/custom.scss */
.node-type-organisation-basic-page .pane-node-field-image {
  border: 5px solid #ebebeb;
  margin-bottom: 17px;
}
/* line 2444, ../scss/custom.scss */
.node-type-organisation-basic-page .pane-node-body {
  margin: 0 0 20px;
  color: #7c7c7c;
  font-family: "PT Sans";
  line-height: 20px;
  font-size: 0.8125rem;
}

/* line 2456, ../scss/custom.scss */
.node-type-organisation-basic-page .node-feature-box .pane-title {
  margin-bottom: 36px;
  color: #262626;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "PT Sans";
}
/* line 2466, ../scss/custom.scss */
.node-type-organisation-basic-page .node-feature-box .pane-node-field-featured-box-body {
  margin: 0 0 20px;
  color: #7c7c7c;
  font-family: "PT Sans";
  line-height: 20px;
  font-size: 0.8125rem;
  width: 90%;
}
/* line 2474, ../scss/custom.scss */
.node-type-organisation-basic-page .node-feature-box .pane-custom {
  color: #262626;
  font-size: 10px;
  line-height: 12px;
  font-family: "PT Sans";
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
}

/* line 2489, ../scss/custom.scss */
.view-display-id-panel_pane_9 .listing-image {
  margin-right: 4.5rem;
}

/* line 2496, ../scss/custom.scss */
.node-type-organisation-landing-page .row-top .pane-menu-organisation-main-menu ul, .node-type-organisation-landing-page .large-12 .pane-menu-organisation-main-menu ul, .node-type-organisation-basic-page .row-top .pane-menu-organisation-main-menu ul, .node-type-organisation-basic-page .large-12 .pane-menu-organisation-main-menu ul, .node-type-organisation-publication-page .row-top .pane-menu-organisation-main-menu ul, .node-type-organisation-publication-page .large-12 .pane-menu-organisation-main-menu ul {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 20px;
  margin-left: 65px;
  height: 32px;
}
/* line 2504, ../scss/custom.scss */
.node-type-organisation-landing-page .row-top .pane-menu-organisation-main-menu li, .node-type-organisation-landing-page .large-12 .pane-menu-organisation-main-menu li, .node-type-organisation-basic-page .row-top .pane-menu-organisation-main-menu li, .node-type-organisation-basic-page .large-12 .pane-menu-organisation-main-menu li, .node-type-organisation-publication-page .row-top .pane-menu-organisation-main-menu li, .node-type-organisation-publication-page .large-12 .pane-menu-organisation-main-menu li {
  border-right: 1px solid #C7C7C7;
  text-align: center;
  width: auto;
  float: left;
  display: block;
}
/* line 2511, ../scss/custom.scss */
.node-type-organisation-landing-page .row-top .pane-menu-organisation-main-menu a, .node-type-organisation-landing-page .large-12 .pane-menu-organisation-main-menu a, .node-type-organisation-basic-page .row-top .pane-menu-organisation-main-menu a, .node-type-organisation-basic-page .large-12 .pane-menu-organisation-main-menu a, .node-type-organisation-publication-page .row-top .pane-menu-organisation-main-menu a, .node-type-organisation-publication-page .large-12 .pane-menu-organisation-main-menu a {
  color: #9b9a9a;
  padding: 10px 12px 9px 11px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 2520, ../scss/custom.scss */
.node-type-organisation-landing-page .row-top .pane-menu-organisation-main-menu a:hover, .node-type-organisation-landing-page .large-12 .pane-menu-organisation-main-menu a:hover, .node-type-organisation-basic-page .row-top .pane-menu-organisation-main-menu a:hover, .node-type-organisation-basic-page .large-12 .pane-menu-organisation-main-menu a:hover, .node-type-organisation-publication-page .row-top .pane-menu-organisation-main-menu a:hover, .node-type-organisation-publication-page .large-12 .pane-menu-organisation-main-menu a:hover {
  background: #262626;
  color: #fff;
}
/* line 2524, ../scss/custom.scss */
.node-type-organisation-landing-page .row-top .pane-menu-organisation-main-menu .active-trail, .node-type-organisation-landing-page .large-12 .pane-menu-organisation-main-menu .active-trail, .node-type-organisation-basic-page .row-top .pane-menu-organisation-main-menu .active-trail, .node-type-organisation-basic-page .large-12 .pane-menu-organisation-main-menu .active-trail, .node-type-organisation-publication-page .row-top .pane-menu-organisation-main-menu .active-trail, .node-type-organisation-publication-page .large-12 .pane-menu-organisation-main-menu .active-trail {
  background: #262626;
  color: #fff;
}

/* line 2531, ../scss/custom.scss */
.node-type-organisation-publication-page .row-top .pane-menu-organisation-main-menu ul, .node-type-organisation-basic-page .row-top .pane-menu-organisation-main-menu ul, .page-node-1147 .row-top .pane-menu-organisation-main-menu ul {
  margin-left: 0;
}

/* line 2535, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box:first-child {
  margin-left: 74px;
  position: relative;
}

/* line 2539, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-featured-box-title h2 {
  padding-top: 23px;
}

/* line 2542, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-featured-box-image {
  width: auto;
  float: initial;
  margin-left: 7px;
}

/* line 2547, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-feature-box-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

/* line 2552, ../scss/custom.scss */
.field-name-field-organisation-featured-cont .node-feature-box .pane-node-field-feature-box-link a {
  background: transparent;
}

/**19th Dec Changes*/
/* line 2558, ../scss/custom.scss */
.pane-listings-panel-pane-8 .view-footer {
  float: right;
  margin-right: 15px;
}

/** 5th Feb Changes */
/* line 2568, ../scss/custom.scss */
.pane-news-archive .pane-content {
  background: none repeat scroll 0 0 #f8f8f8;
  margin: 0;
  padding: 10px 15px;
  width: 300px;
  border: 1px solid #e8e8e8;
}
/* line 2575, ../scss/custom.scss */
.pane-news-archive .pane-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0.4em;
}
/* line 2579, ../scss/custom.scss */
.pane-news-archive .pane-content ul li {
  padding: 20px 0;
  border-bottom: 2px dotted #e8e8e8;
}
/* line 2585, ../scss/custom.scss */
.pane-news-archive .pane-title {
  margin: 0;
  width: 90px;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  height: 30px;
  text-align: center;
}

/* line 2596, ../scss/custom.scss */
.node-type-organisation-landing-page .pane-slideshow-panel-pane-2 .pane-slideshow-panel-pane-1 .banner-text-wrapper {
  left: 76px;
}

/* line 2601, ../scss/custom.scss */
.l-footer .block p {
  font-size: 0.625rem;
}

/* line 2605, ../scss/custom.scss */
.pane-listings-panel-pane-8 {
  float: left;
}

/** 27th March Changes **/
@media only screen and (max-width: 40em) {
  /* line 2612, ../scss/custom.scss */
  .l-footer.panel .footer-inner .block-menu-menu-footer-menu {
    width: 48%;
  }

  /* line 2615, ../scss/custom.scss */
  .l-footer .block-block-3 {
    width: 100%;
  }

  /* line 2618, ../scss/custom.scss */
  .footer-bg {
    height: 350px;
  }

  /* line 2621, ../scss/custom.scss */
  .right-off-canvas-menu {
    display: block;
  }
}
@media only screen and (min-width: 40.01em) and (max-width: 64em) and (orientation: portrait) {
  /* line 2627, ../scss/custom.scss */
  .l-footer.panel .footer-inner .block-menu-menu-footer-menu {
    width: 15%;
  }

  /* line 2630, ../scss/custom.scss */
  .footer-bg {
    height: 275px;
  }
}
/* line 2635, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.feature-box-color {
  background-color: #eaeaea;
}
/* line 2637, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.feature-box-color .pane-node-field-featured-box-body {
  color: #7f8f99;
}
/* line 2640, ../scss/custom.scss */
.node-type-organisation-landing-page .node-feature-box.feature-box-color .pane-custom a {
  color: #7f8f99;
}

/* line 2645, ../scss/custom.scss */
.node-type-organisation-publication-page .pane-node-field-repeating-content .field-name-field-rc-title {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #7c7c7c;
}

/* line 2652, ../scss/custom.scss */
.node-type-organisation-publication-page .pane-node-field-repeating-content .field-name-field-rc-text {
  font-size: 0.8125rem;
  color: #7c7c7c;
  margin-bottom: 10px;
  padding: 0.5rem;
  padding-left: 0;
}

/* line 2659, ../scss/custom.scss */
.node-type-organisation-publication-page .pane-node-field-repeating-content {
  background-color: #dde3e3;
}

/* line 2662, ../scss/custom.scss */
.node-type-organisation-publication-page .pane-node-field-image {
  float: none;
  margin-bottom: 60px;
  border: solid 3px #dde3e3;
}

/* line 2667, ../scss/custom.scss */
.node-type-organisation-publication-page .pane-node-body {
  float: none;
}

/* line 2671, ../scss/custom.scss */
.node-type-organisation-publication-page .pane-node-field-repeating-content .field-name-field-rc-image img {
  padding: 0.5rem;
}

/* line 2674, ../scss/custom.scss */
.pane-organisation-publications-panel-pane-1 .views-row {
  float: left;
  width: auto;
  margin-right: 20px;
}

/** Changes 13th April **/
/* line 2682, ../scss/custom.scss */
.panel-pane.pane-entity-field.pane-node-field-featured-content .panelizer-view-mode.node.node-feature-box.node-feature-box.feature-box-wide {
  margin-left: 0;
}
/* line 2685, ../scss/custom.scss */
.panel-pane.pane-entity-field.pane-node-field-featured-content .panelizer-view-mode.node.node-feature-box.node-feature-box.feature-box-wide .pane-node-field-featured-box-body {
  width: 100%;
}

/* line 2690, ../scss/custom.scss */
.field-name-field-download-link {
  font-size: 0.8125rem;
  text-align: right;
  padding: 0 0.5rem 0.5rem;
}

/* line 2698, ../scss/custom.scss */
.listing-grid .views-row .listing-author.author {
  display: none;
}

/* line 2702, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c p {
  margin-bottom: 0;
}
/* line 2705, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-collection-view {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
/* line 2710, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-collection-view .row {
  min-height: 220px;
}
/* line 2713, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-image, .node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-rc-image {
  width: 220px;
}
/* line 2716, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-person-name, .node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-chapter-title {
  position: absolute;
  left: 250px;
  top: 0;
}
/* line 2721, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-job-title, .node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-website {
  position: absolute;
  left: 250px;
  top: 30px;
}
/* line 2726, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-person-details, .node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-contact-details {
  position: absolute;
  left: 250px;
  top: 75px;
}
/* line 2731, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-contact-details {
  top: 55px;
}

/* line 2737, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-image {
  position: static;
  float: left;
  margin-right: 15px;
}
/* line 2742, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-person-name {
  position: static;
  margin-bottom: 15px;
}
/* line 2746, ../scss/custom.scss */
.node-type-organisation-basic-page .l-main .pane-node-field-organisational-repeating-c .field-name-field-person-details {
  position: static;
}

/* line 2751, ../scss/custom.scss */
.pane-organisation-publications-panel-pane-1 .views-field-title {
  width: 220px;
}

/* line 2754, ../scss/custom.scss */
.pane-organisation-publications-panel-pane-1 .views-row {
  height: 150px;
}

/* line 2759, ../scss/custom.scss */
.page-node-1269 h1, .page-node-1269 h2, .page-node-1269 h3, .page-node-1269 h4 {
  font-family: 'PT Sans';
}
/* line 2762, ../scss/custom.scss */
.page-node-1269 .list-author {
  font-family: 'PT Sans';
}
/* line 2765, ../scss/custom.scss */
.page-node-1269 .pane-node-field-category-box .panelizer-view-mode.taxonomy-term h2 a {
  font-family: 'PT Sans';
}
/* line 2768, ../scss/custom.scss */
.page-node-1269 .view-listings h3.listing-title {
  font-family: 'PT Sans';
}
/* line 2771, ../scss/custom.scss */
.page-node-1269 div {
  font-family: 'PT Sans';
}
/* line 2774, ../scss/custom.scss */
.page-node-1269 button, .page-node-1269 .button {
  font-family: 'PT Sans';
}
/* line 2777, ../scss/custom.scss */
.page-node-1269 h2.pane-title {
  font-family: 'PT Sans';
}

/* line 2784, ../scss/custom.scss */
.page-node-1271 h1, .page-node-1271 h2, .page-node-1271 h3, .page-node-1271 h4 {
  font-family: 'PT Sans';
  font-size: 1.1875rem;
}
/* line 2788, ../scss/custom.scss */
.page-node-1271 .list-author {
  font-family: 'PT Sans';
  font-size: 0.8125rem;
}
/* line 2793, ../scss/custom.scss */
.page-node-1271 .pane-node-field-category-box .panelizer-view-mode.taxonomy-term h2 a {
  font-family: 'PT Sans';
  font-size: 1rem;
}
/* line 2797, ../scss/custom.scss */
.page-node-1271 .view-listings h3.listing-title {
  font-family: 'PT Sans';
}
/* line 2800, ../scss/custom.scss */
.page-node-1271 div {
  font-family: 'PT Sans';
}
/* line 2803, ../scss/custom.scss */
.page-node-1271 button, .page-node-1271 .button {
  font-family: 'PT Sans';
}
/* line 2806, ../scss/custom.scss */
.page-node-1271 h2.pane-title {
  font-family: 'PT Sans';
  font-size: 1.125rem;
}

/* line 2814, ../scss/custom.scss */
.page-node-1272 h1, .page-node-1272 h2, .page-node-1272 h3, .page-node-1272 h4 {
  font-family: 'PT Sans';
}
/* line 2817, ../scss/custom.scss */
.page-node-1272 .list-author {
  font-family: 'PT Sans';
}
/* line 2820, ../scss/custom.scss */
.page-node-1272 .pane-node-field-category-box .panelizer-view-mode.taxonomy-term h2 a {
  font-family: 'PT Sans';
}
/* line 2823, ../scss/custom.scss */
.page-node-1272 .view-listings h3.listing-title {
  font-family: 'PT Sans';
}
/* line 2826, ../scss/custom.scss */
.page-node-1272 div {
  font-family: 'PT Sans';
}
/* line 2829, ../scss/custom.scss */
.page-node-1272 button, .page-node-1272 .button {
  font-family: 'PT Sans';
}
/* line 2832, ../scss/custom.scss */
.page-node-1272 h2.pane-title {
  font-family: 'PT Sans';
}

/** 28th April changes **/
/* line 2840, ../scss/custom.scss */
.node-type-gallery .pane-node-field-introduction, .node-type-gallery .pane-node-body, .node-type-gallery .pane-node-field-image, .node-gallery .pane-node-field-introduction, .node-gallery .pane-node-body, .node-gallery .pane-node-field-image {
  float: none;
}
/* line 2843, ../scss/custom.scss */
.node-type-gallery .field-name-field-gallery-image img, .node-gallery .field-name-field-gallery-image img {
  margin: 0 auto;
}
/* line 2846, ../scss/custom.scss */
.node-type-gallery .slick-prev::before, .node-gallery .slick-prev::before {
  content: '<';
}
/* line 2849, ../scss/custom.scss */
.node-type-gallery .slick-next::before, .node-gallery .slick-next::before {
  content: '>';
}
/* line 2852, ../scss/custom.scss */
.node-type-gallery .slick-prev::before, .node-type-gallery .slick-next::before, .node-gallery .slick-prev::before, .node-gallery .slick-next::before {
  color: #000;
}

/* line 2858, ../scss/custom.scss */
.node-gallery .field-name-field-gallery-images .field-label {
  display: none;
}
/* line 2861, ../scss/custom.scss */
.node-gallery .field-name-field-gallery-images button:active {
  box-shadow: none;
}

/* line 2866, ../scss/custom.scss */
.field-name-field-image-info {
  margin: 10px;
}

/* line 2869, ../scss/custom.scss */
.field-name-field-gallery-image {
  margin-top: 10px;
}

/* line 2873, ../scss/custom.scss */
.field-name-field-gallery-images .slick-list {
  max-height: none;
}

/* line 2877, ../scss/custom.scss */
.node-type-events {
  /* --Calendar Events-- */
  /*event title*/
  /*event address info*/
  /*'to' text from start and end of event date*/
  /*start and end date of event*/
  /*text within Contact Details*/
  /*This is the stat counter for how many people have visited the page*/
  /*email link in the contact details box*/
  /*hover on email link in contact details box*/
}
/* line 2880, ../scss/custom.scss */
.node-type-events .pane-node-title {
  color: #4f4640;
}
/* line 2885, ../scss/custom.scss */
.node-type-events .pane-node-field-event-location {
  color: #4f4640;
}
/* line 2890, ../scss/custom.scss */
.node-type-events .pane-node-field-event-date {
  color: #4f4640;
}
/* line 2895, ../scss/custom.scss */
.node-type-events .date-display-start, .node-type-events .date-display-end {
  color: #4f4640;
}
/* line 2900, ../scss/custom.scss */
.node-type-events .pane-node-field-contact-details {
  color: #4f4640;
}
/* line 2904, ../scss/custom.scss */
.node-type-events .panel-pane.pane-node-links.link-wrapper {
  display: none;
}
/* line 2909, ../scss/custom.scss */
.node-type-events .field.field-name-field-contact-details.field-type-text-with-summary.field-label-hidden.field-wrapper a {
  color: #4f4640;
}
/* line 2914, ../scss/custom.scss */
.node-type-events .field.field-name-field-contact-details.field-type-text-with-summary.field-label-hidden.field-wrapper a:hover {
  color: #6A6A6A;
}
/* line 2917, ../scss/custom.scss */
.node-type-events .views-row .views-field-title a {
  color: #0076BE;
}
/* line 2921, ../scss/custom.scss */
.node-type-events .views-row .views-field-title a:hover {
  color: #4f4640;
}
/* line 2925, ../scss/custom.scss */
.node-type-events .date-display-single {
  color: #4f4640;
}
/* line 2929, ../scss/custom.scss */
.node-type-events .views-field-field-event-date {
  color: #4f4640;
}

/* --Calendar itself-- */
/*the name of the event in the calendar*/
/* line 2935, ../scss/custom.scss */
.calendar a, p {
  font-size: small;
  color: #333;
}

/*removed blue block covering far right of event name in calendar*/
/* line 2941, ../scss/custom.scss */
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff {
  background-color: transparent;
}

/* line 2944, ../scss/custom.scss */
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues {
  background-color: transparent;
  padding-left: 4px;
}

/*color of the word "to" on the calendar event from monthly view*/
/* line 2950, ../scss/custom.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview {
  color: #000;
}

/*start and end date color*/
/* line 2955, ../scss/custom.scss */
.calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end {
  color: #000;
}

/*background color for event inc alendar*/
/* line 2960, ../scss/custom.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview {
  background-color: #B9B9B9;
}

/*events page*/
/* line 2966, ../scss/custom.scss */
.node-type-events .view-display-id-panel_pane_1 {
  border-bottom: 2px solid #d6d6d6;
}
/* line 2969, ../scss/custom.scss */
.node-type-events .view-header a {
  font-size: 20px;
}
/* line 2972, ../scss/custom.scss */
.node-type-events .view-header a:hover {
  color: #4f4640;
}
/* line 2975, ../scss/custom.scss */
.node-type-events .view-header p {
  margin-bottom: 1rem;
}
/* line 2978, ../scss/custom.scss */
.node-type-events .views-row {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/** Admin Page **/
/* line 2985, ../scss/custom.scss */
select {
  height: auto;
}

/** New Logo **/
/* line 2990, ../scss/custom.scss */
.logo-wrapper {
  width: 427px;
  height: 110px;
}
/* line 2994, ../scss/custom.scss */
.logo-wrapper .logo-text {
  float: left;
  width: 59%;
  margin: 20px 0;
  margin-left: 1%;
}
/* line 3000, ../scss/custom.scss */
.logo-wrapper .logo-text h1.logo-text-title {
  color: #000;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-left: 5px;
}
/* line 3006, ../scss/custom.scss */
.logo-wrapper .logo-text p {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  padding-left: 5px;
}
/* line 3014, ../scss/custom.scss */
.logo-wrapper .logo-text p a {
  text-decoration: underline;
}
/* line 3019, ../scss/custom.scss */
.logo-wrapper h1.logo {
  width: 40%;
  float: left;
}

/* line 3026, ../scss/custom.scss */
.node-type-organisation-basic-page,
.node-type-organisation-landing-page {
  /*	h1.logo{
  		min-height: 110px;
  		background: url("../old-logo.png") no-repeat;
  		background-size: 100% auto;
  		width: 100%;
  
  		img{
  			display:none;
  		}
  	}
  */
}
/* line 3038, ../scss/custom.scss */
.node-type-organisation-basic-page .logo-text,
.node-type-organisation-landing-page .logo-text {
  display: none;
}

/* line 3044, ../scss/custom.scss */
.top-header .small-6:nth-child(2) {
  clear: left;
}

@media only screen and (max-width: 40em) {
  /* line 3050, ../scss/custom.scss */
  .logo-text {
    display: none;
  }

  /*	.node-type-organisation-basic-page,
  *	.node-type-organisation-landing-page{
  *	        h1.logo{
  *			background-size: 80%;
  *		}
  *	}
  */
}
/* 26th july changes  */
/* line 3065, ../scss/custom.scss */
.pane-list-resources-panel-pane-1 h2.pane-title {
  font-size: 1.6875rem;
  color: #222222;
  text-transform: none;
}
/* line 3071, ../scss/custom.scss */
.pane-list-resources-panel-pane-1 .view-list-resources p {
  font-size: 1.125rem;
  color: #6a6a6a;
}
/* line 3075, ../scss/custom.scss */
.pane-list-resources-panel-pane-1 .view-list-resources span.field-content {
  font-size: 0.8125rem;
}
/* line 3077, ../scss/custom.scss */
.pane-list-resources-panel-pane-1 .view-list-resources span.field-content .file a {
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 700;
}
