/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* Cubic-bezier is life. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 170, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 16px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 253, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

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

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

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

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

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 304, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 311, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 16px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 323, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 16px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  vertical-align: bottom;
  /* Responsive images */
  max-width: 100%;
  height: auto;
}
/* line 356, ../sass/_normalize.scss */
.lt-ie9 img {
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 369, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 385, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 400, ../sass/_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.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 418, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 435, ../sass/_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 446, ../sass/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 462, ../sass/_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 474, ../sass/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 485, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 499, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 509, ../sass/_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 515, ../sass/_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 524, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 530, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 538, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* Containers for grid items and flow items. */
/* line 54, ../sass/layouts/_responsive.scss */
#main {
  /* Move all the children of #main down to make room. */
  position: relative;
  clear: both;
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (max-width: 991px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 67, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 69, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 79, ../sass/layouts/_responsive.scss */
  .sidebar-first aside.sidebar {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (min-width: 992px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 94, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 96, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 106, ../sass/layouts/_responsive.scss */
  .sidebar-first aside.sidebar {
    width: 33.333333%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 115, ../sass/layouts/_responsive.scss */
  .sidebar-first aside.sidebar section.sidebar {
    position: fixed;
    overflow-y: auto;
    max-height: 60vh;
    max-height: calc(100vh - 240px);
  }
}
/* line 6, ../sass/layouts/_node.scss */
.node .group-header {
  position: relative;
  margin-bottom: 8px;
}
@media all and (min-width: 960px) {
  /* line 6, ../sass/layouts/_node.scss */
  .node .group-header {
    margin-bottom: 40px;
  }
}
/* line 13, ../sass/layouts/_node.scss */
.node .group-header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 20, ../sass/layouts/_node.scss */
.node .title-container {
  background: white;
  color: black;
  margin: 0 auto;
  width: 100%;
  max-width: 66%;
  text-align: center;
  left: 17%;
  border: 3px solid #008eae;
  border-bottom: 0;
  padding: 0 16px 8px;
  font-family: "Oxygen", sans-serif;
  margin-top: 40px;
}
@media all and (min-width: 960px) {
  /* line 20, ../sass/layouts/_node.scss */
  .node .title-container {
    margin-top: 64px;
  }
}
/* line 37, ../sass/layouts/_node.scss */
.node .title-container .type {
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.25;
  margin: 16px 0 0;
  font-weight: 700;
}
/* line 44, ../sass/layouts/_node.scss */
.node .title-container .type a {
  pointer-events: none;
  color: black;
}
/* line 50, ../sass/layouts/_node.scss */
.node .title-container h1 {
  font-size: 24px;
  line-height: 1.25;
  margin: 8px 0 16px;
  font-weight: 400;
}
@media all and (min-width: 960px) {
  /* line 50, ../sass/layouts/_node.scss */
  .node .title-container h1 {
    font-size: 36px;
  }
}
/* line 60, ../sass/layouts/_node.scss */
.node .title-container > h1 {
  margin-top: 20px;
}
/* line 64, ../sass/layouts/_node.scss */
.node .title-container .date {
  font-size: 1.125em;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 72, ../sass/layouts/_node.scss */
.node img + .title-container {
  position: absolute;
  bottom: -32px;
  margin-top: 0;
}
@media all and (max-width: 960px) {
  /* line 72, ../sass/layouts/_node.scss */
  .node img + .title-container {
    margin-top: -64px;
    z-index: 10;
    background: white;
    position: relative;
    left: 0;
    max-width: 90%;
    bottom: inherit;
  }
}
/* line 87, ../sass/layouts/_node.scss */
.node .summary {
  clear: both;
}
/* line 91, ../sass/layouts/_node.scss */
.node blockquote {
  color: #f39200;
}
/* line 96, ../sass/layouts/_node.scss */
.node.view-mode-full .group-content {
  margin-bottom: 32px;
}
/* line 101, ../sass/layouts/_node.scss */
.node.view-mode-featured {
  position: relative;
}
/* line 104, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-header {
  margin-bottom: 0;
}
/* line 108, ../sass/layouts/_node.scss */
.node.view-mode-featured img {
  vertical-align: bottom;
}
/* line 112, ../sass/layouts/_node.scss */
.node.view-mode-featured .date-panel {
  top: 16px;
  left: 16px;
}
/* line 117, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel {
  background: linear-gradient(136.1deg, #cccccc 0%, #f9f9f9 100%);
  padding: 24px 40px 16px;
  font-family: "Oxygen", sans-serif;
  color: black;
  overflow: hidden;
}
/* line 123, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel:after {
  display: block;
  height: 5px;
  content: "";
  background: #008eae;
  visibility: visible;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
/* line 135, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel .type {
  text-transform: uppercase;
  margin: 0 0 8px;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  line-height: 1.25;
  pointer-events: none;
  font-weight: 700;
}
/* line 144, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel .type a {
  color: black;
}
/* line 149, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel h2 {
  font-size: 24px;
  line-height: 1.333;
  margin: 0 0 16px;
  padding: 0;
}
/* line 155, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel h2 a {
  color: black;
}
/* line 160, ../sass/layouts/_node.scss */
.node.view-mode-featured .group-panel .date {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: black;
}
@media all and (min-width: 992px) {
  /* line 170, ../sass/layouts/_node.scss */
  .node.view-mode-featured img + .group-panel {
    max-width: 80%;
    min-width: 70%;
    position: relative;
    float: right;
    margin-top: -120px;
    margin-right: -16px;
    z-index: 10;
  }
}
/* line 185, ../sass/layouts/_node.scss */
.node.view-mode-featured .location {
  margin: 24px 0 0 -24px;
}
/* line 189, ../sass/layouts/_node.scss */
.node.view-mode-featured .read-more {
  margin: 20px -32px 0 0;
  line-height: 18px;
}
/* line 195, ../sass/layouts/_node.scss */
.node.view-mode-featured:hover, .node.view-mode-featured:focus {
  cursor: pointer;
}
/* line 200, ../sass/layouts/_node.scss */
.node.view-mode-teaser {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media all and (min-width: 720px) {
  /* line 200, ../sass/layouts/_node.scss */
  .node.view-mode-teaser {
    display: flex;
  }
}
/* line 208, ../sass/layouts/_node.scss */
.node.view-mode-teaser:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 220, ../sass/layouts/_node.scss */
.node.view-mode-teaser header {
  padding: 0;
  margin-bottom: 0;
}
/* line 225, ../sass/layouts/_node.scss */
.node.view-mode-teaser .date-panel {
  bottom: 16px;
  left: 16px;
  background: white;
  padding: 8px;
  text-align: center;
  min-width: 56px;
  min-height: 80px;
}
/* line 234, ../sass/layouts/_node.scss */
.node.view-mode-teaser .date-panel .month {
  font-size: 18px;
  line-height: 12px;
}
/* line 240, ../sass/layouts/_node.scss */
.node.view-mode-teaser .date-panel .day {
  font-size: 36px;
  line-height: 28px;
}
/* line 245, ../sass/layouts/_node.scss */
.node.view-mode-teaser .date-panel .time {
  font-size: 12px;
  line-height: 10px;
}
/* line 251, ../sass/layouts/_node.scss */
.node.view-mode-teaser .group-content {
  color: black;
  padding-bottom: 40px;
  background: linear-gradient(136.1deg, #e2ebed 0%, #f9f9f9 100%);
}
/* line 255, ../sass/layouts/_node.scss */
.node.view-mode-teaser .group-content .type {
  text-transform: uppercase;
  pointer-events: none;
  font-size: 12px;
  font-family: "Oxygen", sans-serif;
  margin: 16px 0;
}
/* line 262, ../sass/layouts/_node.scss */
.node.view-mode-teaser .group-content .type a {
  color: black;
  pointer-events: none;
}
/* line 268, ../sass/layouts/_node.scss */
.node.view-mode-teaser .group-content h2 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 16px;
}
/* line 273, ../sass/layouts/_node.scss */
.node.view-mode-teaser .group-content h2 a {
  color: black;
  font-weight: 400;
}
/* line 279, ../sass/layouts/_node.scss */
.node.view-mode-teaser .group-content .date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
/* line 288, ../sass/layouts/_node.scss */
.node.view-mode-teaser footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
}
/* line 295, ../sass/layouts/_node.scss */
.node.view-mode-listing {
  cursor: pointer;
}
/* line 298, ../sass/layouts/_node.scss */
.node.view-mode-listing .date-panel {
  bottom: 16px;
  left: 16px;
  background: white;
  padding: 8px;
  text-align: center;
  min-width: 56px;
  min-height: 80px;
}
/* line 307, ../sass/layouts/_node.scss */
.node.view-mode-listing .date-panel .month {
  font-size: 18px;
  line-height: 12px;
}
/* line 313, ../sass/layouts/_node.scss */
.node.view-mode-listing .date-panel .day {
  font-size: 36px;
  line-height: 28px;
}
/* line 318, ../sass/layouts/_node.scss */
.node.view-mode-listing .date-panel .time {
  font-size: 12px;
  line-height: 10px;
}
/* line 324, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-imagery {
  position: relative;
  z-index: 10;
}
/* line 329, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel {
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
  padding: 32px 16px;
  margin-top: -16px;
  margin-left: 16px;
  width: 100%;
  position: relative;
}
/* line 337, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel h2 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: black;
}
/* line 343, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel h2 a {
  color: black;
  font-weight: 400;
  text-decoration: none;
}
/* line 349, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel h2 a:hover, .node.view-mode-listing .group-panel h2 a:focus {
  text-decoration: none;
}
/* line 355, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel .type {
  text-transform: uppercase;
  pointer-events: none;
  font-size: 12px;
  font-family: "Oxygen", sans-serif;
  margin: 16px 0;
}
/* line 362, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel .type a {
  color: black;
  pointer-events: none;
  text-decoration: none;
}
/* line 368, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel .type a:hover, .node.view-mode-listing .group-panel .type a:focus {
  text-decoration: none;
}
/* line 374, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel .location {
  margin: 0 0 8px;
}
/* line 378, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel .read-more {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
/* line 384, ../sass/layouts/_node.scss */
.node.view-mode-listing .group-panel:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
}
/* line 398, ../sass/layouts/_node.scss */
.node.view-mode-large_promo {
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
}
/* line 403, ../sass/layouts/_node.scss */
.node.view-mode-large_promo img {
  width: 100%;
  vertical-align: bottom;
}
/* line 408, ../sass/layouts/_node.scss */
.node.view-mode-large_promo h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
  padding: 24px 56px;
  font-size: 36px;
  width: 100%;
  font-size: 24px;
  padding: 24px;
  margin: 0;
  line-height: 1.3;
}
@media all and (min-width: 960px) {
  /* line 408, ../sass/layouts/_node.scss */
  .node.view-mode-large_promo h2 {
    font-size: 28px;
  }
}
/* line 424, ../sass/layouts/_node.scss */
.node.view-mode-large_promo h2 a {
  color: black;
  text-decoration: none;
}
/* line 430, ../sass/layouts/_node.scss */
.node.view-mode-large_promo:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 444, ../sass/layouts/_node.scss */
.node.view-mode-large_promo:hover:after,
.node.view-mode-large_promo:hover h2 {
  background: linear-gradient(136.1deg, #008eae 0%, #008eae 100%);
}
/* line 446, ../sass/layouts/_node.scss */
.node.view-mode-large_promo:hover:after a,
.node.view-mode-large_promo:hover h2 a {
  color: white;
  text-decoration: none;
}
/* line 452, ../sass/layouts/_node.scss */
.node.view-mode-large_promo:hover img {
  transition: 0.667s all cubic-bezier(0.39, 0.01, 0.2, 0.98);
  transform: scale(1.1);
}
/* line 459, ../sass/layouts/_node.scss */
.node.view-mode-small_promo {
  position: relative;
  margin-bottom: 3%;
  overflow: hidden;
}
/* line 464, ../sass/layouts/_node.scss */
.node.view-mode-small_promo img {
  width: 100%;
  vertical-align: bottom;
}
/* line 469, ../sass/layouts/_node.scss */
.node.view-mode-small_promo h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
  padding: 24px 56px;
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  color: black;
}
/* line 480, ../sass/layouts/_node.scss */
.node.view-mode-small_promo h2 a {
  color: black;
  text-decoration: none;
}
/* line 486, ../sass/layouts/_node.scss */
.node.view-mode-small_promo:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 500, ../sass/layouts/_node.scss */
.node.view-mode-small_promo:hover:after,
.node.view-mode-small_promo:hover h2 {
  background: linear-gradient(136.1deg, #008eae 0%, #008eae 100%);
  transition: all ease-in 0.25s;
}
/* line 504, ../sass/layouts/_node.scss */
.node.view-mode-small_promo:hover:after a,
.node.view-mode-small_promo:hover h2 a {
  color: white;
  text-decoration: none;
}
/* line 510, ../sass/layouts/_node.scss */
.node.view-mode-small_promo:hover img {
  transition: 0.667s all cubic-bezier(0.39, 0.01, 0.2, 0.98);
  transform: scale(1.1);
}
/* line 517, ../sass/layouts/_node.scss */
.node.view-mode-hero {
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 960px) {
  /* line 517, ../sass/layouts/_node.scss */
  .node.view-mode-hero {
    margin-bottom: 56px;
  }
}
/* line 523, ../sass/layouts/_node.scss */
.node.view-mode-hero img {
  width: 100%;
  margin: 0 -16px;
  width: calc(100% + 32px);
  max-width: inherit;
}
@media all and (min-width: 1140px) {
  /* line 523, ../sass/layouts/_node.scss */
  .node.view-mode-hero img {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
@media all and (max-width: 960px) {
  /* line 534, ../sass/layouts/_node.scss */
  .node.view-mode-hero .title-container {
    margin-top: -48px;
    z-index: 1;
    background: white;
    position: relative;
    left: 0;
    max-width: 90%;
  }
}
/* line 549, ../sass/layouts/_node.scss */
.node.view-mode-hero h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin: 8px 0 0;
}
@media all and (min-width: 720px) {
  /* line 549, ../sass/layouts/_node.scss */
  .node.view-mode-hero h2 {
    font-size: 36px;
  }
}

/* line 4, ../sass/layouts/_homepage.scss */
.front h2.block-title {
  text-align: center;
  margin: 0 -16px 64px;
  line-height: 48px;
  background: #f7f7f7;
  color: black;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
@media all and (min-width: 1140px) {
  /* line 4, ../sass/layouts/_homepage.scss */
  .front h2.block-title {
    margin: 0 -64px 64px;
  }
}
/* line 18, ../sass/layouts/_homepage.scss */
.front h2.block-title span {
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  padding: 12px 48px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  top: 24px;
  background: white;
  min-width: 320px;
}
/* line 31, ../sass/layouts/_homepage.scss */
.front .featured {
  margin-bottom: 56px;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/* line 76, ../sass/components/_misc.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 82, ../sass/components/_misc.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 87, ../sass/components/_misc.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 91, ../sass/components/_misc.scss */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 104, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 111, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 116, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 121, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 129, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 135, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 141, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 146, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 151, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 159, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 163, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 174, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 179, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 193, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 197, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 213, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 220, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 235, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 244, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 254, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 257, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 262, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 268, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 273, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 278, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 288, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #e6e6e8), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #e6e6e8 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #e6e6e8 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #e6e6e8 1px, transparent 1px);
  background-image: linear-gradient(bottom, #e6e6e8 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #e6e6e8 \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 298, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 302, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 315, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #e6e6e8;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 324, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 330, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 340, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 344, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 368, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 375, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 381, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 390, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 395, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 423, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 427, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 435, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 442, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 445, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 448, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 463, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 468, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 480, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 485, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 495, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 502, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 509, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 516, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 525, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 535, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 546, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 575, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 580, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 586, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 589, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 596, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 16px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 606, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 611, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 618, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 625, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 630, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 637, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 643, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 648, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 654, ../sass/components/_misc.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 660, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 665, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 677, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 684, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 688, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 692, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 700, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 705, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 708, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 713, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 718, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 733, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 739, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 744, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 755, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 766, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 775, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 782, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 794, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 797, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 800, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 809, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 818, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 821, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 827, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1597911407');
}

/* line 9, ../sass/components/_blocks.scss */
.breadcrumb {
  margin: 16px 0 0;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  padding: 8px;
  color: black;
  z-index: 1;
}
@media all and (min-width: 960px) {
  /* line 9, ../sass/components/_blocks.scss */
  .breadcrumb {
    position: absolute;
    top: 0;
  }
}

@media all and (min-width: 960px) {
  /* line 23, ../sass/components/_blocks.scss */
  .logged-in.page-node .breadcrumb {
    top: 72px;
  }
}

/* line 31, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav {
  background: linear-gradient(136.1deg, #e2ebed 0%, #f9f9f9 100%);
  margin-left: -16px;
  padding: 40px 32px;
  margin-bottom: 40px;
}
/* line 37, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav h2 {
  display: none;
}
/* line 41, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 46, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav ul.menu li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.333;
}
/* line 52, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav ul.menu li:last-child {
  margin-bottom: 0;
}
/* line 56, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav ul.menu li a {
  color: #4a4a4a;
  padding-right: 0;
  position: relative;
  display: block;
}
/* line 63, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav ul.menu li a:hover, .secondary .field-name-main-menu-subnav ul.menu li a:focus {
  color: #008eae;
}
/* line 67, ../sass/components/_blocks.scss */
.secondary .field-name-main-menu-subnav ul.menu li a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  top: 3px;
  padding-left: 0px;
  position: absolute;
  right: -24px;
}

/* line 94, ../sass/components/_blocks.scss */
.secondary .section-link-block {
  background: linear-gradient(136.1deg, #e2ebed 0%, #f9f9f9 100%);
  margin-left: -16px;
  padding: 24px 32px 40px;
}
/* line 99, ../sass/components/_blocks.scss */
.secondary .section-link-block h3 {
  margin-top: 0;
}
/* line 103, ../sass/components/_blocks.scss */
.secondary .section-link-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 108, ../sass/components/_blocks.scss */
.secondary .section-link-block ul li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.333;
}
/* line 114, ../sass/components/_blocks.scss */
.secondary .section-link-block ul li:last-child {
  margin-bottom: 0;
}
/* line 118, ../sass/components/_blocks.scss */
.secondary .section-link-block ul li a {
  color: #4a4a4a;
  padding-right: 0;
  position: relative;
  display: block;
}
/* line 125, ../sass/components/_blocks.scss */
.secondary .section-link-block ul li a:hover, .secondary .section-link-block ul li a:focus {
  color: #008eae;
}
/* line 129, ../sass/components/_blocks.scss */
.secondary .section-link-block ul li a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  top: 3px;
  padding-left: 0px;
  position: absolute;
  right: -24px;
}

/* line 155, ../sass/components/_blocks.scss */
.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 48px;
  line-height: 32px;
  opacity: 1;
  width: 48px;
  background: white !important;
  color: black !important;
  border-radius: 50%;
  border: 1px solid #979797;
  padding: 8px;
  transition: all ease-in 0.25s;
}
/* line 168, ../sass/components/_blocks.scss */
.addtoany_list.a2a_kit_size_32 a > span svg path {
  fill: #979797;
  -webkit-fill: #979797;
  -webkit-text-stroke: #979797;
  transition: all ease-in 0.25s;
}
/* line 176, ../sass/components/_blocks.scss */
.addtoany_list.a2a_kit_size_32 a:hover > span {
  border-color: #4a4a4a;
}
/* line 178, ../sass/components/_blocks.scss */
.addtoany_list.a2a_kit_size_32 a:hover > span svg path {
  fill: #4a4a4a;
  -webkit-fill: #4a4a4a;
  -webkit-text-stroke: #4a4a4a;
}

/* line 188, ../sass/components/_blocks.scss */
ul.toggle {
  font-size: 18px;
  line-height: 1.25;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  bottom: 24px;
  right: 16px;
  margin-bottom: 0;
}
/* line 199, ../sass/components/_blocks.scss */
ul.toggle li {
  padding: 0;
  min-width: 16px;
  text-align: center;
}

/* line 206, ../sass/components/_blocks.scss */
#list-toggle {
  color: black;
  font-weight: 600;
  min-width: 45px;
}

/* line 212, ../sass/components/_blocks.scss */
#grid-toggle {
  min-width: 45px;
}

/* line 218, ../sass/components/_blocks.scss */
.grid-active #grid-toggle {
  color: black;
  font-weight: 600;
}
/* line 223, ../sass/components/_blocks.scss */
.grid-active #list-toggle {
  color: #4a4a4a;
  font-weight: 300;
}
/* line 229, ../sass/components/_blocks.scss */
.grid-active .view-listing {
  display: none;
}
/* line 232, ../sass/components/_blocks.scss */
.grid-active .view-grid {
  display: block !important;
}

/* line 239, ../sass/components/_blocks.scss */
.date-panel {
  position: absolute;
  background: white;
  color: black;
  padding: 8px 8px 0;
  text-align: center;
  min-width: 77px;
  min-height: 100px;
}
/* line 248, ../sass/components/_blocks.scss */
.date-panel .month {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
/* line 256, ../sass/components/_blocks.scss */
.date-panel span {
  display: block;
}
/* line 260, ../sass/components/_blocks.scss */
.date-panel .day {
  font-size: 48px;
  font-weight: 900;
  line-height: 34px;
  margin: 0 0 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e8;
}
/* line 269, ../sass/components/_blocks.scss */
.date-panel .time {
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

/* line 278, ../sass/components/_blocks.scss */
.location {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  text-transform: uppercase;
}
/* line 286, ../sass/components/_blocks.scss */
.location:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(45deg);
  font-size: 16px;
}

@media all and (min-width: 900px) {
  /* line 308, ../sass/components/_blocks.scss */
  .bean-latest-container {
    display: flex;
  }
}
/* line 316, ../sass/components/_blocks.scss */
.bean-latest-container .bean-embed,
.bean-latest-container .bean-embed .field,
.bean-latest-container .bean-embed .field p,
.bean-latest-container .bean-embed .field p iframe {
  height: 100% !important;
}
/* line 320, ../sass/components/_blocks.scss */
.bean-latest-container .bean-embed {
  background: #A7D1F7;
  background: linear-gradient(136.1deg, #77a8dc 0%, #a7d1f7 100%);
  padding: 16px 20px;
  height: 95% !important;
  height: calc(100% - 32px) !important;
}
/* line 328, ../sass/components/_blocks.scss */
.bean-latest-container .bean-embed .field p {
  margin-bottom: 0;
}

/* line 335, ../sass/components/_blocks.scss */
.bean-explore-site-block ul.list li:nth-child(6n - 2) {
  clear: both;
  float: right;
}
/* line 340, ../sass/components/_blocks.scss */
.bean-explore-site-block ul.list li:first-child {
  float: left;
}

/* line 346, ../sass/components/_blocks.scss */
.block-mailchimp-signup {
  margin: 0 -16px;
  background: linear-gradient(136.12deg, #c5e1d7 0%, #a6ebfb 96.07%, #a5ecfc 100%);
  color: black;
  padding: 32px 48px 24px;
  position: relative;
}
@media all and (min-width: 1140px) {
  /* line 346, ../sass/components/_blocks.scss */
  .block-mailchimp-signup {
    margin: 0 -48px;
  }
}
/* line 358, ../sass/components/_blocks.scss */
.block-mailchimp-signup:after {
  content: "";
  background: linear-gradient(136.12deg, #9dddc6 0%, #66d9f4 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  left: 0;
}
/* line 368, ../sass/components/_blocks.scss */
.block-mailchimp-signup h2.block-title {
  border: 0;
  background: transparent;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 16px;
  text-align: center;
}
/* line 376, ../sass/components/_blocks.scss */
.block-mailchimp-signup h2.block-title span {
  border: 0;
  background: transparent;
  top: 0;
  padding: 0;
  font-weight: 400;
}
/* line 385, ../sass/components/_blocks.scss */
.block-mailchimp-signup form {
  text-align: center;
}
/* line 389, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-signup-subscribe-form-description {
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 24px;
}
/* line 396, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper {
  display: inline-block;
}
/* line 399, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item {
  margin: 32px 48px 32px 0;
  font-size: 18px;
  position: relative;
}
/* line 404, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 410, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item label {
  display: block;
  padding: 0 0 0 28px;
  color: black;
  font-size: 18px;
}
/* line 416, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item label:before {
  content: "";
  z-index: 1;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 1px;
  background: white;
  box-shadow: 0px 0px 4px inset #eaeaea;
}
/* line 432, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item label:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background: white;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 0px;
  z-index: 2;
  padding: 0;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.4s;
}
/* line 448, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item input:checked + label {
  font-weight: 400;
  color: black;
}
/* line 456, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item input:checked + label:after {
  background: #e70f73;
  content: "";
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.4s;
}
/* line 462, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper .form-item input:checked + label {
  font-weight: 400;
}
/* line 467, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-wrapper:last-child .form-item {
  margin-right: 0;
}
/* line 472, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-mergefields {
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
}
/* line 478, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-mergefields .form-item {
  display: inline-block;
  margin-top: 0;
}
/* line 482, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-mergefields .form-item input.form-text {
  height: 32px;
  line-height: 32px;
  border-bottom: 2px solid;
  border: 0;
  border-bottom: 2px solid gray;
  padding: 24px 16px;
  outline: 0;
  margin: 0 8px;
}
/* line 492, ../sass/components/_blocks.scss */
.block-mailchimp-signup .mailchimp-newsletter-mergefields .form-item input.form-text:focus {
  border-bottom-color: #e70f73;
}
/* line 499, ../sass/components/_blocks.scss */
.block-mailchimp-signup .form-actions {
  text-align: center;
  margin-bottom: 0;
}
/* line 503, ../sass/components/_blocks.scss */
.block-mailchimp-signup .form-actions input {
  margin-bottom: 0;
}

/* line 510, ../sass/components/_blocks.scss */
.view-id-exhibitions {
  background: #eef7fb;
  background: linear-gradient(316.1deg, #e2ebed 0%, #f9f9f9 100%);
  padding: 0;
  margin: 64px 0 0;
}
/* line 516, ../sass/components/_blocks.scss */
.view-id-exhibitions .view-header {
  margin-bottom: 0;
}
/* line 519, ../sass/components/_blocks.scss */
.view-id-exhibitions .view-header h2 {
  padding-top: 16px;
  margin-bottom: 24px;
}
/* line 525, ../sass/components/_blocks.scss */
.view-id-exhibitions .view-content .list {
  text-align: center;
}
/* line 528, ../sass/components/_blocks.scss */
.view-id-exhibitions .view-content .list .entry {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

/* line 537, ../sass/components/_blocks.scss */
.secondary .tags {
  background: linear-gradient(136.1deg, #e2ebed 0%, #f9f9f9 100%);
  margin-left: -16px;
  padding: 24px 32px 40px;
}
@media all and (min-width: 1140px) {
  /* line 537, ../sass/components/_blocks.scss */
  .secondary .tags {
    margin: 16px 0 16px -16px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
}
/* line 548, ../sass/components/_blocks.scss */
.secondary .tags h3 {
  margin-top: 0;
}
/* line 552, ../sass/components/_blocks.scss */
.secondary .tags li.entry {
  margin-bottom: 0px;
}
/* line 556, ../sass/components/_blocks.scss */
.secondary .tags a {
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 12px 24px;
  font-size: 16px;
  background: #008EAE;
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-word;
}
/* line 577, ../sass/components/_blocks.scss */
.secondary .tags a:hover, .secondary .tags a:focus {
  background: #1370B7;
  color: white;
  text-decoration: none;
}

/* line 588, ../sass/components/_blocks.scss */
.view-events-per-venue .view-header h2 {
  margin: 40px 0 0;
  border-bottom: 1px solid #e6e6e8;
}

/* line 595, ../sass/components/_blocks.scss */
.leaflet-container {
  z-index: 0;
}

/* line 601, ../sass/components/_blocks.scss */
.messages, .messages--status, .messages--warning, .messages--error,
.messages--status {
  position: absolute;
  left: 15%;
  width: 70%;
  top: 16px;
  z-index: 100;
  text-align: center;
  font-size: 1.5em;
}

/* line 613, ../sass/components/_blocks.scss */
.section-search404 .messages, .section-search404 .messages--status, .section-search404 .messages--warning, .section-search404 .messages--error,
.section-search404 .messages--status {
  position: relative;
}

/* line 3, ../sass/components/_buttons.scss */
.btn a,
.form-actions .form-submit {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 12px 24px;
  font-size: 16px;
  background: #008EAE;
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
/* line 23, ../sass/components/_buttons.scss */
.btn a:hover, .btn a:focus,
.form-actions .form-submit:hover,
.form-actions .form-submit:focus {
  background: #1370B7;
  color: white;
  text-decoration: none;
}

/* line 31, ../sass/components/_buttons.scss */
.read-more a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}
/* line 39, ../sass/components/_buttons.scss */
.read-more a:hover, .read-more a:focus {
  text-decoration: none;
}
/* line 43, ../sass/components/_buttons.scss */
.read-more a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: relative;
  top: 1px;
  padding-left: 8px;
}

/* line 63, ../sass/components/_buttons.scss */
.slick-arrow {
  width: 68px;
  height: 68px;
}
/* line 67, ../sass/components/_buttons.scss */
.slick-arrow:before {
  font-family: icomoon;
  content: "\e90d";
  color: #333;
  color: rgba(0, 0, 0, 0.5);
  background: white;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  border-color: #333;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 768px) {
  /* line 67, ../sass/components/_buttons.scss */
  .slick-arrow:before {
    font-size: 44px;
  }
}

/* line 84, ../sass/components/_buttons.scss */
.slick-prev {
  left: 8px;
}

/* line 88, ../sass/components/_buttons.scss */
.slick-next {
  right: 8px;
}
/* line 91, ../sass/components/_buttons.scss */
.slick-next:before {
  content: "\e90e" !important;
}

/* line 3, ../sass/components/_event.scss */
.node-event .group-film-details {
  font-family: "Oxygen", sans-serif;
  text-align: center;
}
/* line 6, ../sass/components/_event.scss */
.node-event .group-film-details div.field {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  line-height: 14px;
}
/* line 12, ../sass/components/_event.scss */
.node-event .group-film-details div.field .label-inline {
  display: inline-block;
  margin-right: 1px;
  font-weight: 700;
}
/* line 20, ../sass/components/_event.scss */
.node-event .summary {
  font-size: 1.5em;
}
/* line 24, ../sass/components/_event.scss */
.node-event .location {
  margin: 24px 0;
}
/* line 31, ../sass/components/_event.scss */
.node-event .group-payment .field-name-field-cost,
.node-event .group-payment .field-name-field-contact-details {
  margin-bottom: 16px;
  font-size: 14px;
}
/* line 38, ../sass/components/_event.scss */
.node-event .group-payment-main .btn {
  border-top: 1px solid #e6e6e8;
  margin-top: 40px;
  padding-top: 16px;
}
/* line 45, ../sass/components/_event.scss */
.node-event.view-mode-featured {
  position: relative;
}
/* line 49, ../sass/components/_event.scss */
.node-event.view-mode-featured .group-panel .cost {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 16px;
  text-transform: uppercase;
}
/* line 56, ../sass/components/_event.scss */
.node-event.view-mode-featured .group-panel .cost .label-inline {
  display: inline;
}
/* line 62, ../sass/components/_event.scss */
.node-event.view-mode-featured .location {
  margin: 24px 0 0 0px;
}
/* line 70, ../sass/components/_event.scss */
.node-event.view-mode-teaser .group-content .cost {
  font-size: 12px;
  line-height: 14px;
  color: black;
}
/* line 75, ../sass/components/_event.scss */
.node-event.view-mode-teaser .group-content .cost label {
  display: inline-block;
  font-weight: inherit;
}
/* line 81, ../sass/components/_event.scss */
.node-event.view-mode-teaser .group-content .location {
  margin: 0;
}
/* line 89, ../sass/components/_event.scss */
.node-event.view-mode-listing .group-panel .location {
  margin: 0 0 8px;
}
/* line 95, ../sass/components/_event.scss */
.node-event.view-mode-exhibition {
  position: relative;
}
/* line 98, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-header {
  margin-bottom: 0;
}
/* line 102, ../sass/components/_event.scss */
.node-event.view-mode-exhibition img {
  vertical-align: bottom;
}
/* line 106, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .date-panel {
  top: 16px;
  left: 16px;
  min-height: 75px;
}
/* line 111, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .date-panel .month {
  margin: 0 0 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e8;
}
/* line 116, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .date-panel .month span {
  display: inline-block;
}
/* line 121, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .date-panel h3 {
  border: 0;
}
/* line 126, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel {
  background: linear-gradient(136.1deg, #cccccc 0%, #f9f9f9 100%);
  padding: 24px 40px 16px;
  font-family: "Oxygen", sans-serif;
  color: black;
}
/* line 131, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel:after {
  display: block;
  height: 5px;
  content: "";
  background: #008eae;
  visibility: visible;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
/* line 143, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel .type {
  text-transform: uppercase;
  margin: 0 0 8px;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  line-height: 1.25;
  pointer-events: none;
  font-weight: 700;
}
/* line 152, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel .type a {
  color: black;
}
/* line 157, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel h2 {
  font-size: 24px;
  line-height: 1.333;
  margin: 0 0 16px;
  padding: 0;
}
/* line 163, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel h2 a {
  color: black;
}
/* line 168, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .group-panel .date {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: black;
}
@media all and (min-width: 992px) {
  /* line 178, ../sass/components/_event.scss */
  .node-event.view-mode-exhibition img + .group-panel {
    max-width: 80%;
    min-width: 70%;
    position: relative;
    float: right;
    margin-top: -120px;
    margin-right: -16px;
    z-index: 10;
  }
}
/* line 193, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .location {
  margin: 24px 0 0 -24px;
}
/* line 197, ../sass/components/_event.scss */
.node-event.view-mode-exhibition .read-more {
  margin: 20px -32px 0 0;
  line-height: 18px;
}
/* line 203, ../sass/components/_event.scss */
.node-event.view-mode-exhibition:hover, .node-event.view-mode-exhibition:focus {
  cursor: pointer;
}

/* line 3, ../sass/components/_footer.scss */
#footer {
  clear: both;
  background: #f7f7f7;
  background: linear-gradient(136.1deg, #e2ebed 0%, #f8f8f8 100%);
  color: black;
  overflow: hidden;
  padding-bottom: 8px;
  margin-top: 0;
  position: relative;
  z-index: 10;
  box-shadow: 0px -4px 10px rgba(230, 230, 232, 0.85);
}
/* line 16, ../sass/components/_footer.scss */
#footer:before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(270deg, #008eae 0%, #9be8e9 100%);
}
/* line 23, ../sass/components/_footer.scss */
#footer .container {
  padding: 40px 16px 48px;
}
/* line 27, ../sass/components/_footer.scss */
#footer .block {
  margin-bottom: 0;
  font-size: 16px;
}
/* line 31, ../sass/components/_footer.scss */
#footer .block p {
  margin-bottom: 0;
}
/* line 36, ../sass/components/_footer.scss */
#footer .address {
  font-weight: 400;
}
/* line 40, ../sass/components/_footer.scss */
#footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
/* line 45, ../sass/components/_footer.scss */
#footer ul.menu li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}
/* line 50, ../sass/components/_footer.scss */
#footer ul.menu li a {
  display: block;
  padding: 8px 24px;
  color: white;
  background: #008EAE;
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.25s;
}
/* line 63, ../sass/components/_footer.scss */
#footer ul.menu li a:focus, #footer ul.menu li a:hover {
  background: linear-gradient(270deg, #1370b7 0%, #1370b7 100%);
  text-decoration: none;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.25s;
}
/* line 72, ../sass/components/_footer.scss */
#footer a {
  color: #66659a;
  text-decoration: none;
}
/* line 77, ../sass/components/_footer.scss */
#footer a:hover, #footer a:focus {
  color: #79328e;
  text-decoration: underline;
}

/* line 84, ../sass/components/_footer.scss */
#block-bean-social-media-links {
  clear: both;
  margin: 0;
  padding: 0 8px;
  text-align: center;
}
/* line 90, ../sass/components/_footer.scss */
#block-bean-social-media-links .item-list--linkicon {
  margin: 0;
}
/* line 94, ../sass/components/_footer.scss */
#block-bean-social-media-links a {
  color: #d7d7d7;
  text-decoration: none;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  padding: 8px;
  margin: 8px;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.25s;
}
/* line 104, ../sass/components/_footer.scss */
#block-bean-social-media-links a:hover, #block-bean-social-media-links a:focus {
  background: white;
  background: rgba(255, 255, 255, 0.4);
  color: #979797;
  border-color: #979797;
  text-decoration: none;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.25s;
}

/* line 115, ../sass/components/_footer.scss */
.region-footer-bottom {
  background: #e2ebed;
  color: white;
  text-align: right;
  position: relative;
  z-index: 10;
}
/* line 122, ../sass/components/_footer.scss */
.region-footer-bottom .block {
  margin-bottom: 0;
}
/* line 126, ../sass/components/_footer.scss */
.region-footer-bottom p {
  line-height: 42px;
  margin: 8px 0;
}
/* line 131, ../sass/components/_footer.scss */
.region-footer-bottom img {
  float: right;
  margin-left: 16px;
}

/* line 5, ../sass/components/_forms.scss */
.node-webform .field-name-field-geolocation {
  margin-bottom: 16px;
}

/* line 3, ../sass/components/_header.scss */
header#header {
  background: white;
  z-index: 10000;
  position: relative;
}
/* line 9, ../sass/components/_header.scss */
header#header:before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(270deg, #008eae 0%, #9be8e9 100%);
}
/* line 16, ../sass/components/_header.scss */
header#header:after {
  content: "";
  display: block;
  height: 8px;
  background: #E2EBED;
  position: absolute;
  bottom: -2px;
  width: 100%;
}
/* line 26, ../sass/components/_header.scss */
header#header .container {
  position: relative;
}
/* line 32, ../sass/components/_header.scss */
header#header a:hover,
header#header a:focus {
  text-decoration: none;
}

/* line 37, ../sass/components/_header.scss */
header #logo {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0;
  position: absolute;
  padding: 0;
}
/* line 44, ../sass/components/_header.scss */
header #logo img {
  max-width: 222px;
  height: auto;
}

/* line 50, ../sass/components/_header.scss */
header .header__region {
  clear: none;
  position: absolute;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 11;
  height: 75px;
  left: 0;
}
/* line 60, ../sass/components/_header.scss */
header .header__region .block-search {
  display: inline-block;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 16px;
  width: 100%;
  display: block;
  height: 75px;
  box-sizing: border-box;
}
/* line 71, ../sass/components/_header.scss */
header .header__region .block-search input {
  outline: 0;
}
/* line 74, ../sass/components/_header.scss */
header .header__region .block-search input.form-text {
  border: 0;
  border-bottom: 1px solid #4a4a4a;
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 40px;
  font-size: 32px;
  padding: 4px 16px;
  background: transparent;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
}

/* line 91, ../sass/components/_header.scss */
.region-navigation {
  display: inline-block;
  margin: 0 auto;
}

/* line 96, ../sass/components/_header.scss */
.navbar {
  margin-top: 64px;
  text-align: center;
}
@media all and (min-width: 650px) {
  /* line 96, ../sass/components/_header.scss */
  .navbar {
    padding-left: 240px;
    margin-top: 0;
    text-align: left;
  }
}
/* line 105, ../sass/components/_header.scss */
.navbar .block {
  margin: 0;
}
/* line 110, ../sass/components/_header.scss */
.navbar .main-nav ul.menu,
.navbar .block-domain-menu-block ul.menu {
  display: table;
  float: none;
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  /* line 110, ../sass/components/_header.scss */
  .navbar .main-nav ul.menu,
  .navbar .block-domain-menu-block ul.menu {
    overflow: hidden;
  }
}
/* line 123, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li,
.navbar .block-domain-menu-block ul.menu li {
  float: none;
  list-style: none;
  padding: 0px 2px;
  display: inline-block;
  margin: 0;
}
@media all and (min-width: 992px) {
  /* line 123, ../sass/components/_header.scss */
  .navbar .main-nav ul.menu li,
  .navbar .block-domain-menu-block ul.menu li {
    display: block;
    float: left;
    padding: 0 6px;
  }
}
/* line 136, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li a, .navbar .main-nav ul.menu li.control,
.navbar .block-domain-menu-block ul.menu li a,
.navbar .block-domain-menu-block ul.menu li.control {
  color: black;
  font-size: 16px;
  line-height: 27px;
  padding: 24px 8px;
  display: block;
  text-decoration: none;
}
@media all and (min-width: 992px) {
  /* line 136, ../sass/components/_header.scss */
  .navbar .main-nav ul.menu li a, .navbar .main-nav ul.menu li.control,
  .navbar .block-domain-menu-block ul.menu li a,
  .navbar .block-domain-menu-block ul.menu li.control {
    font-size: 18px;
    padding: 22px;
  }
}
@media all and (min-width: 1140px) {
  /* line 136, ../sass/components/_header.scss */
  .navbar .main-nav ul.menu li a, .navbar .main-nav ul.menu li.control,
  .navbar .block-domain-menu-block ul.menu li a,
  .navbar .block-domain-menu-block ul.menu li.control {
    font-size: 20px;
    line-height: 27px;
    padding: 24px;
  }
}
/* line 155, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li a:hover, .navbar .main-nav ul.menu li a:focus, .navbar .main-nav ul.menu li.control:hover, .navbar .main-nav ul.menu li.control:focus,
.navbar .block-domain-menu-block ul.menu li a:hover,
.navbar .block-domain-menu-block ul.menu li a:focus,
.navbar .block-domain-menu-block ul.menu li.control:hover,
.navbar .block-domain-menu-block ul.menu li.control:focus {
  background: #e2ebed;
  color: #008eae;
}
/* line 161, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control,
.navbar .block-domain-menu-block ul.menu li.control {
  background: #e2ebed;
  color: #008eae;
  display: inline-block;
}
/* line 167, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control span,
.navbar .block-domain-menu-block ul.menu li.control span {
  display: none;
}
/* line 171, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control:before,
.navbar .block-domain-menu-block ul.menu li.control:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
  position: relative;
  top: 1px;
  padding-right: 4px;
  font-size: 20px;
}
/* line 190, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control:after,
.navbar .block-domain-menu-block ul.menu li.control:after {
  content: "Less";
}
/* line 193, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control.closed,
.navbar .block-domain-menu-block ul.menu li.control.closed {
  background: transparent;
  color: black;
}
/* line 196, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control.closed:before,
.navbar .block-domain-menu-block ul.menu li.control.closed:before {
  content: "\e92e";
}
/* line 199, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li.control.closed:after,
.navbar .block-domain-menu-block ul.menu li.control.closed:after {
  content: "More";
}
/* line 204, ../sass/components/_header.scss */
.navbar .main-nav ul.menu li a.menu__link.is-active-trail.active-trail.active,
.navbar .block-domain-menu-block ul.menu li a.menu__link.is-active-trail.active-trail.active {
  background: #E2EBED;
  border-bottom: 0;
  color: #007995;
}

/* line 213, ../sass/components/_header.scss */
.sub-header {
  background: #e2ebed;
  background: linear-gradient(110deg, #e2ebed 0%, #e2ebed 75%, #f8f8f8 100%);
  position: absolute;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #D5D5D5;
  box-shadow: inset 0px -2px 0px white;
}
/* line 222, ../sass/components/_header.scss */
.sub-header .block {
  margin-top: -6px;
  margin-bottom: 0;
}
/* line 227, ../sass/components/_header.scss */
.sub-header a {
  color: #4a4a4a;
}
/* line 232, ../sass/components/_header.scss */
.sub-header a:hover, .sub-header a:focus {
  text-decoration: none;
}
/* line 237, ../sass/components/_header.scss */
.sub-header a.active, .sub-header a.active-trail {
  color: #008eae;
}
/* line 243, ../sass/components/_header.scss */
.sub-header .subnav .sf-accordion-toggle {
  display: none !important;
}
/* line 247, ../sass/components/_header.scss */
.sub-header .subnav ul.sf-horizontal {
  display: block !important;
}
/* line 251, ../sass/components/_header.scss */
.sub-header .subnav ul.sf-accordion {
  display: none !important;
}
@media all and (max-width: 1059px) {
  /* line 255, ../sass/components/_header.scss */
  .sub-header .subnav ul.sf-horizontal {
    display: none !important;
  }
  /* line 259, ../sass/components/_header.scss */
  .sub-header .subnav ul.sf-accordion {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    display: block !important;
  }
  /* line 266, ../sass/components/_header.scss */
  .sub-header .subnav ul.sf-accordion li ul {
    padding-left: 36px;
  }
  /* line 269, ../sass/components/_header.scss */
  .sub-header .subnav ul.sf-accordion li ul li a {
    padding: 8px 0;
    display: block;
  }
  /* line 275, ../sass/components/_header.scss */
  .sub-header .subnav ul.sf-accordion li.menuparent.sf-expanded > a:after {
    content: "\e90f";
  }
}
/* line 284, ../sass/components/_header.scss */
.sub-header .subnav ul.sf-horizontal {
  text-align: center;
}
/* line 288, ../sass/components/_header.scss */
.sub-header .subnav li.sf-depth-1 {
  padding-right: 0;
  float: none;
  display: inline-block;
  position: initial;
}
/* line 294, ../sass/components/_header.scss */
.sub-header .subnav li.sf-depth-1 > a {
  padding: 24px 16px;
  display: block;
  font-size: 18px;
  position: relative;
}
/* line 301, ../sass/components/_header.scss */
.sub-header .subnav li.sf-depth-1.menuparent > a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: relative;
  top: 2px;
  right: -12px;
}
/* line 322, ../sass/components/_header.scss */
.sub-header .subnav li.sf-depth-1.sf-item-7,
.sub-header .subnav li.sf-depth-1.sf-item-8 {
  float: right;
}
/* line 327, ../sass/components/_header.scss */
.sub-header .subnav ul li.sfHover.menuparent > a,
.sub-header .subnav ul li.active-trail.menuparent > a {
  background: #f7f7f7;
  padding: 24px 16px;
}
/* line 332, ../sass/components/_header.scss */
.sub-header .subnav ul li.sfHover.menuparent > a:after {
  content: "\e90f";
}
/* line 339, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul {
  background: #f7f7f7 !important;
  border: 0 none !important;
  clip: initial !important;
  position: absolute !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0px 16px !important;
  width: 100% !important;
  top: 66px !important;
  font-size: 14px;
  left: 0 !important;
  display: block !important;
  min-width: 992px;
}
/* line 355, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul li {
  display: inline-block;
  float: none;
  position: relative;
  width: auto;
}
/* line 361, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul li a {
  padding: 16px 16px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
/* line 371, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul li.nav-item {
  text-align: left;
  margin: 0 auto;
  max-width: 30%;
  float: left;
  clear: none;
  width: 30% !important;
}
/* line 382, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul li.nav-item:first-child {
  margin-left: 20%;
}
/* line 386, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul li.nav-item span.nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  float: left;
  padding: 4px 8px 4px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
}
/* line 396, ../sass/components/_header.scss */
.sub-header ul li.sfHover > ul li.nav-item span.nav-link:after {
  content: ": ";
  margin-right: 16px;
}
/* line 404, ../sass/components/_header.scss */
.sub-header .ie #superfish-main {
  position: relative;
}
/* line 408, ../sass/components/_header.scss */
.sub-header .ie header .menu--main li {
  position: static;
}
/* line 412, ../sass/components/_header.scss */
.sub-header .ie header .menu--main li.sfHover > ul {
  min-width: 960px;
  width: 100%;
  left: 0 !important;
  position: absolute !important;
}
/* line 419, ../sass/components/_header.scss */
.sub-header .ie header .menu--main li.sfHover > ul li.nav-item {
  max-width: 45%;
  float: left;
  clear: none;
  width: 45% !important;
}
/* line 425, ../sass/components/_header.scss */
.sub-header .ie header .menu--main li.sfHover > ul li.nav-item ul {
  min-width: auto;
}
/* line 429, ../sass/components/_header.scss */
.sub-header .ie header .menu--main li.sfHover > ul li.nav-item:first-child {
  margin-left: 5%;
}
/* line 437, ../sass/components/_header.scss */
.sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children {
  width: auto !important;
  display: inline-block;
  max-width: 100%;
  float: none;
  clear: both;
  margin: 0 4px 0 0;
}
/* line 445, ../sass/components/_header.scss */
.sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children:after {
  content: " | ";
  padding-left: 0px;
}
/* line 450, ../sass/components/_header.scss */
.sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children a {
  padding: 4px 8px;
  color: black;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  border-bottom: 0;
  display: inline-block;
  height: 100%;
  text-align: left;
}
/* line 463, ../sass/components/_header.scss */
.sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children a:hover, .sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children a:focus {
  text-decoration: underline;
}
/* line 467, ../sass/components/_header.scss */
.sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children a.is-active {
  font-weight: 600;
  border: 0;
}
/* line 473, ../sass/components/_header.scss */
.sub-header header .menu--main li.sfHover > ul li.sf-depth-2.nav-item.sf-no-children:last-child:after {
  display: none;
}

/* line 484, ../sass/components/_header.scss */
.search-control {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 15;
}
/* line 492, ../sass/components/_header.scss */
.search-control:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92c";
  position: relative;
  top: 4px;
  padding-left: 4px;
  font-size: 32px;
  color: #4a4a4a;
}
/* line 512, ../sass/components/_header.scss */
.search-control.closed:before {
  color: black;
}

/* line 3, ../sass/components/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1420px;
}

/* line 11, ../sass/components/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 17, ../sass/components/_grid.scss */
.row {
  margin-left: -16px;
  margin-right: -16px;
}

/* line 21, ../sass/components/_grid.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 27, ../sass/components/_grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

/* line 30, ../sass/components/_grid.scss */
.col-xs-24 {
  width: 100%;
}

/* line 33, ../sass/components/_grid.scss */
.col-xs-23 {
  width: 95.83333333%;
}

/* line 36, ../sass/components/_grid.scss */
.col-xs-22 {
  width: 91.66666667%;
}

/* line 39, ../sass/components/_grid.scss */
.col-xs-21 {
  width: 87.5%;
}

/* line 42, ../sass/components/_grid.scss */
.col-xs-20 {
  width: 83.33333333%;
}

/* line 45, ../sass/components/_grid.scss */
.col-xs-19 {
  width: 79.16666667%;
}

/* line 48, ../sass/components/_grid.scss */
.col-xs-18 {
  width: 75%;
}

/* line 51, ../sass/components/_grid.scss */
.col-xs-17 {
  width: 70.83333333%;
}

/* line 54, ../sass/components/_grid.scss */
.col-xs-16 {
  width: 66.66666667%;
}

/* line 57, ../sass/components/_grid.scss */
.col-xs-15 {
  width: 62.5%;
}

/* line 60, ../sass/components/_grid.scss */
.col-xs-14 {
  width: 58.33333333%;
}

/* line 63, ../sass/components/_grid.scss */
.col-xs-13 {
  width: 54.16666667%;
}

/* line 66, ../sass/components/_grid.scss */
.col-xs-12 {
  width: 50%;
}

/* line 69, ../sass/components/_grid.scss */
.col-xs-11 {
  width: 45.83333333%;
}

/* line 72, ../sass/components/_grid.scss */
.col-xs-10 {
  width: 41.66666667%;
}

/* line 75, ../sass/components/_grid.scss */
.col-xs-9 {
  width: 37.5%;
}

/* line 78, ../sass/components/_grid.scss */
.col-xs-8 {
  width: 33.33333333%;
}

/* line 81, ../sass/components/_grid.scss */
.col-xs-7 {
  width: 29.16666667%;
}

/* line 84, ../sass/components/_grid.scss */
.col-xs-6 {
  width: 25%;
}

/* line 87, ../sass/components/_grid.scss */
.col-xs-5 {
  width: 20.83333333%;
}

/* line 90, ../sass/components/_grid.scss */
.col-xs-4 {
  width: 16.66666667%;
}

/* line 93, ../sass/components/_grid.scss */
.col-xs-3 {
  width: 12.5%;
}

/* line 96, ../sass/components/_grid.scss */
.col-xs-2 {
  width: 8.33333333%;
}

/* line 99, ../sass/components/_grid.scss */
.col-xs-1 {
  width: 4.16666667%;
}

/* line 102, ../sass/components/_grid.scss */
.col-xs-pull-24 {
  right: 100%;
}

/* line 105, ../sass/components/_grid.scss */
.col-xs-pull-23 {
  right: 95.83333333%;
}

/* line 108, ../sass/components/_grid.scss */
.col-xs-pull-22 {
  right: 91.66666667%;
}

/* line 111, ../sass/components/_grid.scss */
.col-xs-pull-21 {
  right: 87.5%;
}

/* line 114, ../sass/components/_grid.scss */
.col-xs-pull-20 {
  right: 83.33333333%;
}

/* line 117, ../sass/components/_grid.scss */
.col-xs-pull-19 {
  right: 79.16666667%;
}

/* line 120, ../sass/components/_grid.scss */
.col-xs-pull-18 {
  right: 75%;
}

/* line 123, ../sass/components/_grid.scss */
.col-xs-pull-17 {
  right: 70.83333333%;
}

/* line 126, ../sass/components/_grid.scss */
.col-xs-pull-16 {
  right: 66.66666667%;
}

/* line 129, ../sass/components/_grid.scss */
.col-xs-pull-15 {
  right: 62.5%;
}

/* line 132, ../sass/components/_grid.scss */
.col-xs-pull-14 {
  right: 58.33333333%;
}

/* line 135, ../sass/components/_grid.scss */
.col-xs-pull-13 {
  right: 54.16666667%;
}

/* line 138, ../sass/components/_grid.scss */
.col-xs-pull-12 {
  right: 50%;
}

/* line 141, ../sass/components/_grid.scss */
.col-xs-pull-11 {
  right: 45.83333333%;
}

/* line 144, ../sass/components/_grid.scss */
.col-xs-pull-10 {
  right: 41.66666667%;
}

/* line 147, ../sass/components/_grid.scss */
.col-xs-pull-9 {
  right: 37.5%;
}

/* line 150, ../sass/components/_grid.scss */
.col-xs-pull-8 {
  right: 33.33333333%;
}

/* line 153, ../sass/components/_grid.scss */
.col-xs-pull-7 {
  right: 29.16666667%;
}

/* line 156, ../sass/components/_grid.scss */
.col-xs-pull-6 {
  right: 25%;
}

/* line 159, ../sass/components/_grid.scss */
.col-xs-pull-5 {
  right: 20.83333333%;
}

/* line 162, ../sass/components/_grid.scss */
.col-xs-pull-4 {
  right: 16.66666667%;
}

/* line 165, ../sass/components/_grid.scss */
.col-xs-pull-3 {
  right: 12.5%;
}

/* line 168, ../sass/components/_grid.scss */
.col-xs-pull-2 {
  right: 8.33333333%;
}

/* line 171, ../sass/components/_grid.scss */
.col-xs-pull-1 {
  right: 4.16666667%;
}

/* line 174, ../sass/components/_grid.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 177, ../sass/components/_grid.scss */
.col-xs-push-24 {
  left: 100%;
}

/* line 180, ../sass/components/_grid.scss */
.col-xs-push-23 {
  left: 95.83333333%;
}

/* line 183, ../sass/components/_grid.scss */
.col-xs-push-22 {
  left: 91.66666667%;
}

/* line 186, ../sass/components/_grid.scss */
.col-xs-push-21 {
  left: 87.5%;
}

/* line 189, ../sass/components/_grid.scss */
.col-xs-push-20 {
  left: 83.33333333%;
}

/* line 192, ../sass/components/_grid.scss */
.col-xs-push-19 {
  left: 79.16666667%;
}

/* line 195, ../sass/components/_grid.scss */
.col-xs-push-18 {
  left: 75%;
}

/* line 198, ../sass/components/_grid.scss */
.col-xs-push-17 {
  left: 70.83333333%;
}

/* line 201, ../sass/components/_grid.scss */
.col-xs-push-16 {
  left: 66.66666667%;
}

/* line 204, ../sass/components/_grid.scss */
.col-xs-push-15 {
  left: 62.5%;
}

/* line 207, ../sass/components/_grid.scss */
.col-xs-push-14 {
  left: 58.33333333%;
}

/* line 210, ../sass/components/_grid.scss */
.col-xs-push-13 {
  left: 54.16666667%;
}

/* line 213, ../sass/components/_grid.scss */
.col-xs-push-12 {
  left: 50%;
}

/* line 216, ../sass/components/_grid.scss */
.col-xs-push-11 {
  left: 45.83333333%;
}

/* line 219, ../sass/components/_grid.scss */
.col-xs-push-10 {
  left: 41.66666667%;
}

/* line 222, ../sass/components/_grid.scss */
.col-xs-push-9 {
  left: 37.5%;
}

/* line 225, ../sass/components/_grid.scss */
.col-xs-push-8 {
  left: 33.33333333%;
}

/* line 228, ../sass/components/_grid.scss */
.col-xs-push-7 {
  left: 29.16666667%;
}

/* line 231, ../sass/components/_grid.scss */
.col-xs-push-6 {
  left: 25%;
}

/* line 234, ../sass/components/_grid.scss */
.col-xs-push-5 {
  left: 20.83333333%;
}

/* line 237, ../sass/components/_grid.scss */
.col-xs-push-4 {
  left: 16.66666667%;
}

/* line 240, ../sass/components/_grid.scss */
.col-xs-push-3 {
  left: 12.5%;
}

/* line 243, ../sass/components/_grid.scss */
.col-xs-push-2 {
  left: 8.33333333%;
}

/* line 246, ../sass/components/_grid.scss */
.col-xs-push-1 {
  left: 4.16666667%;
}

/* line 249, ../sass/components/_grid.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 252, ../sass/components/_grid.scss */
.col-xs-offset-24 {
  margin-left: 100%;
}

/* line 255, ../sass/components/_grid.scss */
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

/* line 258, ../sass/components/_grid.scss */
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

/* line 261, ../sass/components/_grid.scss */
.col-xs-offset-21 {
  margin-left: 87.5%;
}

/* line 264, ../sass/components/_grid.scss */
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

/* line 267, ../sass/components/_grid.scss */
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

/* line 270, ../sass/components/_grid.scss */
.col-xs-offset-18 {
  margin-left: 75%;
}

/* line 273, ../sass/components/_grid.scss */
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

/* line 276, ../sass/components/_grid.scss */
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

/* line 279, ../sass/components/_grid.scss */
.col-xs-offset-15 {
  margin-left: 62.5%;
}

/* line 282, ../sass/components/_grid.scss */
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

/* line 285, ../sass/components/_grid.scss */
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

/* line 288, ../sass/components/_grid.scss */
.col-xs-offset-12 {
  margin-left: 50%;
}

/* line 291, ../sass/components/_grid.scss */
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

/* line 294, ../sass/components/_grid.scss */
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

/* line 297, ../sass/components/_grid.scss */
.col-xs-offset-9 {
  margin-left: 37.5%;
}

/* line 300, ../sass/components/_grid.scss */
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

/* line 303, ../sass/components/_grid.scss */
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

/* line 306, ../sass/components/_grid.scss */
.col-xs-offset-6 {
  margin-left: 25%;
}

/* line 309, ../sass/components/_grid.scss */
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

/* line 312, ../sass/components/_grid.scss */
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

/* line 315, ../sass/components/_grid.scss */
.col-xs-offset-3 {
  margin-left: 12.5%;
}

/* line 318, ../sass/components/_grid.scss */
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

/* line 321, ../sass/components/_grid.scss */
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

/* line 324, ../sass/components/_grid.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 328, ../sass/components/_grid.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }

  /* line 331, ../sass/components/_grid.scss */
  .col-sm-24 {
    width: 100%;
  }

  /* line 334, ../sass/components/_grid.scss */
  .col-sm-23 {
    width: 95.83333333%;
  }

  /* line 337, ../sass/components/_grid.scss */
  .col-sm-22 {
    width: 91.66666667%;
  }

  /* line 340, ../sass/components/_grid.scss */
  .col-sm-21 {
    width: 87.5%;
  }

  /* line 343, ../sass/components/_grid.scss */
  .col-sm-20 {
    width: 83.33333333%;
  }

  /* line 346, ../sass/components/_grid.scss */
  .col-sm-19 {
    width: 79.16666667%;
  }

  /* line 349, ../sass/components/_grid.scss */
  .col-sm-18 {
    width: 75%;
  }

  /* line 352, ../sass/components/_grid.scss */
  .col-sm-17 {
    width: 70.83333333%;
  }

  /* line 355, ../sass/components/_grid.scss */
  .col-sm-16 {
    width: 66.66666667%;
  }

  /* line 358, ../sass/components/_grid.scss */
  .col-sm-15 {
    width: 62.5%;
  }

  /* line 361, ../sass/components/_grid.scss */
  .col-sm-14 {
    width: 58.33333333%;
  }

  /* line 364, ../sass/components/_grid.scss */
  .col-sm-13 {
    width: 54.16666667%;
  }

  /* line 367, ../sass/components/_grid.scss */
  .col-sm-12 {
    width: 50%;
  }

  /* line 370, ../sass/components/_grid.scss */
  .col-sm-11 {
    width: 45.83333333%;
  }

  /* line 373, ../sass/components/_grid.scss */
  .col-sm-10 {
    width: 41.66666667%;
  }

  /* line 376, ../sass/components/_grid.scss */
  .col-sm-9 {
    width: 37.5%;
  }

  /* line 379, ../sass/components/_grid.scss */
  .col-sm-8 {
    width: 33.33333333%;
  }

  /* line 382, ../sass/components/_grid.scss */
  .col-sm-7 {
    width: 29.16666667%;
  }

  /* line 385, ../sass/components/_grid.scss */
  .col-sm-6 {
    width: 25%;
  }

  /* line 388, ../sass/components/_grid.scss */
  .col-sm-5 {
    width: 20.83333333%;
  }

  /* line 391, ../sass/components/_grid.scss */
  .col-sm-4 {
    width: 16.66666667%;
  }

  /* line 394, ../sass/components/_grid.scss */
  .col-sm-3 {
    width: 12.5%;
  }

  /* line 397, ../sass/components/_grid.scss */
  .col-sm-2 {
    width: 8.33333333%;
  }

  /* line 400, ../sass/components/_grid.scss */
  .col-sm-1 {
    width: 4.16666667%;
  }

  /* line 403, ../sass/components/_grid.scss */
  .col-sm-pull-24 {
    right: 100%;
  }

  /* line 406, ../sass/components/_grid.scss */
  .col-sm-pull-23 {
    right: 95.83333333%;
  }

  /* line 409, ../sass/components/_grid.scss */
  .col-sm-pull-22 {
    right: 91.66666667%;
  }

  /* line 412, ../sass/components/_grid.scss */
  .col-sm-pull-21 {
    right: 87.5%;
  }

  /* line 415, ../sass/components/_grid.scss */
  .col-sm-pull-20 {
    right: 83.33333333%;
  }

  /* line 418, ../sass/components/_grid.scss */
  .col-sm-pull-19 {
    right: 79.16666667%;
  }

  /* line 421, ../sass/components/_grid.scss */
  .col-sm-pull-18 {
    right: 75%;
  }

  /* line 424, ../sass/components/_grid.scss */
  .col-sm-pull-17 {
    right: 70.83333333%;
  }

  /* line 427, ../sass/components/_grid.scss */
  .col-sm-pull-16 {
    right: 66.66666667%;
  }

  /* line 430, ../sass/components/_grid.scss */
  .col-sm-pull-15 {
    right: 62.5%;
  }

  /* line 433, ../sass/components/_grid.scss */
  .col-sm-pull-14 {
    right: 58.33333333%;
  }

  /* line 436, ../sass/components/_grid.scss */
  .col-sm-pull-13 {
    right: 54.16666667%;
  }

  /* line 439, ../sass/components/_grid.scss */
  .col-sm-pull-12 {
    right: 50%;
  }

  /* line 442, ../sass/components/_grid.scss */
  .col-sm-pull-11 {
    right: 45.83333333%;
  }

  /* line 445, ../sass/components/_grid.scss */
  .col-sm-pull-10 {
    right: 41.66666667%;
  }

  /* line 448, ../sass/components/_grid.scss */
  .col-sm-pull-9 {
    right: 37.5%;
  }

  /* line 451, ../sass/components/_grid.scss */
  .col-sm-pull-8 {
    right: 33.33333333%;
  }

  /* line 454, ../sass/components/_grid.scss */
  .col-sm-pull-7 {
    right: 29.16666667%;
  }

  /* line 457, ../sass/components/_grid.scss */
  .col-sm-pull-6 {
    right: 25%;
  }

  /* line 460, ../sass/components/_grid.scss */
  .col-sm-pull-5 {
    right: 20.83333333%;
  }

  /* line 463, ../sass/components/_grid.scss */
  .col-sm-pull-4 {
    right: 16.66666667%;
  }

  /* line 466, ../sass/components/_grid.scss */
  .col-sm-pull-3 {
    right: 12.5%;
  }

  /* line 469, ../sass/components/_grid.scss */
  .col-sm-pull-2 {
    right: 8.33333333%;
  }

  /* line 472, ../sass/components/_grid.scss */
  .col-sm-pull-1 {
    right: 4.16666667%;
  }

  /* line 475, ../sass/components/_grid.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 478, ../sass/components/_grid.scss */
  .col-sm-push-24 {
    left: 100%;
  }

  /* line 481, ../sass/components/_grid.scss */
  .col-sm-push-23 {
    left: 95.83333333%;
  }

  /* line 484, ../sass/components/_grid.scss */
  .col-sm-push-22 {
    left: 91.66666667%;
  }

  /* line 487, ../sass/components/_grid.scss */
  .col-sm-push-21 {
    left: 87.5%;
  }

  /* line 490, ../sass/components/_grid.scss */
  .col-sm-push-20 {
    left: 83.33333333%;
  }

  /* line 493, ../sass/components/_grid.scss */
  .col-sm-push-19 {
    left: 79.16666667%;
  }

  /* line 496, ../sass/components/_grid.scss */
  .col-sm-push-18 {
    left: 75%;
  }

  /* line 499, ../sass/components/_grid.scss */
  .col-sm-push-17 {
    left: 70.83333333%;
  }

  /* line 502, ../sass/components/_grid.scss */
  .col-sm-push-16 {
    left: 66.66666667%;
  }

  /* line 505, ../sass/components/_grid.scss */
  .col-sm-push-15 {
    left: 62.5%;
  }

  /* line 508, ../sass/components/_grid.scss */
  .col-sm-push-14 {
    left: 58.33333333%;
  }

  /* line 511, ../sass/components/_grid.scss */
  .col-sm-push-13 {
    left: 54.16666667%;
  }

  /* line 514, ../sass/components/_grid.scss */
  .col-sm-push-12 {
    left: 50%;
  }

  /* line 517, ../sass/components/_grid.scss */
  .col-sm-push-11 {
    left: 45.83333333%;
  }

  /* line 520, ../sass/components/_grid.scss */
  .col-sm-push-10 {
    left: 41.66666667%;
  }

  /* line 523, ../sass/components/_grid.scss */
  .col-sm-push-9 {
    left: 37.5%;
  }

  /* line 526, ../sass/components/_grid.scss */
  .col-sm-push-8 {
    left: 33.33333333%;
  }

  /* line 529, ../sass/components/_grid.scss */
  .col-sm-push-7 {
    left: 29.16666667%;
  }

  /* line 532, ../sass/components/_grid.scss */
  .col-sm-push-6 {
    left: 25%;
  }

  /* line 535, ../sass/components/_grid.scss */
  .col-sm-push-5 {
    left: 20.83333333%;
  }

  /* line 538, ../sass/components/_grid.scss */
  .col-sm-push-4 {
    left: 16.66666667%;
  }

  /* line 541, ../sass/components/_grid.scss */
  .col-sm-push-3 {
    left: 12.5%;
  }

  /* line 544, ../sass/components/_grid.scss */
  .col-sm-push-2 {
    left: 8.33333333%;
  }

  /* line 547, ../sass/components/_grid.scss */
  .col-sm-push-1 {
    left: 4.16666667%;
  }

  /* line 550, ../sass/components/_grid.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 553, ../sass/components/_grid.scss */
  .col-sm-offset-24 {
    margin-left: 100%;
  }

  /* line 556, ../sass/components/_grid.scss */
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  /* line 559, ../sass/components/_grid.scss */
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  /* line 562, ../sass/components/_grid.scss */
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  /* line 565, ../sass/components/_grid.scss */
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  /* line 568, ../sass/components/_grid.scss */
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  /* line 571, ../sass/components/_grid.scss */
  .col-sm-offset-18 {
    margin-left: 75%;
  }

  /* line 574, ../sass/components/_grid.scss */
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  /* line 577, ../sass/components/_grid.scss */
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  /* line 580, ../sass/components/_grid.scss */
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  /* line 583, ../sass/components/_grid.scss */
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  /* line 586, ../sass/components/_grid.scss */
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  /* line 589, ../sass/components/_grid.scss */
  .col-sm-offset-12 {
    margin-left: 50%;
  }

  /* line 592, ../sass/components/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  /* line 595, ../sass/components/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  /* line 598, ../sass/components/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  /* line 601, ../sass/components/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  /* line 604, ../sass/components/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  /* line 607, ../sass/components/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 25%;
  }

  /* line 610, ../sass/components/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  /* line 613, ../sass/components/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  /* line 616, ../sass/components/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  /* line 619, ../sass/components/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  /* line 622, ../sass/components/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  /* line 625, ../sass/components/_grid.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 630, ../sass/components/_grid.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }

  /* line 633, ../sass/components/_grid.scss */
  .col-md-24 {
    width: 100%;
  }

  /* line 636, ../sass/components/_grid.scss */
  .col-md-23 {
    width: 95.83333333%;
  }

  /* line 639, ../sass/components/_grid.scss */
  .col-md-22 {
    width: 91.66666667%;
  }

  /* line 642, ../sass/components/_grid.scss */
  .col-md-21 {
    width: 87.5%;
  }

  /* line 645, ../sass/components/_grid.scss */
  .col-md-20 {
    width: 83.33333333%;
  }

  /* line 648, ../sass/components/_grid.scss */
  .col-md-19 {
    width: 79.16666667%;
  }

  /* line 651, ../sass/components/_grid.scss */
  .col-md-18 {
    width: 75%;
  }

  /* line 654, ../sass/components/_grid.scss */
  .col-md-17 {
    width: 70.83333333%;
  }

  /* line 657, ../sass/components/_grid.scss */
  .col-md-16 {
    width: 66.66666667%;
  }

  /* line 660, ../sass/components/_grid.scss */
  .col-md-15 {
    width: 62.5%;
  }

  /* line 663, ../sass/components/_grid.scss */
  .col-md-14 {
    width: 58.33333333%;
  }

  /* line 666, ../sass/components/_grid.scss */
  .col-md-13 {
    width: 54.16666667%;
  }

  /* line 669, ../sass/components/_grid.scss */
  .col-md-12 {
    width: 50%;
  }

  /* line 672, ../sass/components/_grid.scss */
  .col-md-11 {
    width: 45.83333333%;
  }

  /* line 675, ../sass/components/_grid.scss */
  .col-md-10 {
    width: 41.66666667%;
  }

  /* line 678, ../sass/components/_grid.scss */
  .col-md-9 {
    width: 37.5%;
  }

  /* line 681, ../sass/components/_grid.scss */
  .col-md-8 {
    width: 33.33333333%;
  }

  /* line 684, ../sass/components/_grid.scss */
  .col-md-7 {
    width: 29.16666667%;
  }

  /* line 687, ../sass/components/_grid.scss */
  .col-md-6 {
    width: 25%;
  }

  /* line 690, ../sass/components/_grid.scss */
  .col-md-5 {
    width: 20.83333333%;
  }

  /* line 693, ../sass/components/_grid.scss */
  .col-md-4 {
    width: 16.66666667%;
  }

  /* line 696, ../sass/components/_grid.scss */
  .col-md-3 {
    width: 12.5%;
  }

  /* line 699, ../sass/components/_grid.scss */
  .col-md-2 {
    width: 8.33333333%;
  }

  /* line 702, ../sass/components/_grid.scss */
  .col-md-1 {
    width: 4.16666667%;
  }

  /* line 705, ../sass/components/_grid.scss */
  .col-md-pull-24 {
    right: 100%;
  }

  /* line 708, ../sass/components/_grid.scss */
  .col-md-pull-23 {
    right: 95.83333333%;
  }

  /* line 711, ../sass/components/_grid.scss */
  .col-md-pull-22 {
    right: 91.66666667%;
  }

  /* line 714, ../sass/components/_grid.scss */
  .col-md-pull-21 {
    right: 87.5%;
  }

  /* line 717, ../sass/components/_grid.scss */
  .col-md-pull-20 {
    right: 83.33333333%;
  }

  /* line 720, ../sass/components/_grid.scss */
  .col-md-pull-19 {
    right: 79.16666667%;
  }

  /* line 723, ../sass/components/_grid.scss */
  .col-md-pull-18 {
    right: 75%;
  }

  /* line 726, ../sass/components/_grid.scss */
  .col-md-pull-17 {
    right: 70.83333333%;
  }

  /* line 729, ../sass/components/_grid.scss */
  .col-md-pull-16 {
    right: 66.66666667%;
  }

  /* line 732, ../sass/components/_grid.scss */
  .col-md-pull-15 {
    right: 62.5%;
  }

  /* line 735, ../sass/components/_grid.scss */
  .col-md-pull-14 {
    right: 58.33333333%;
  }

  /* line 738, ../sass/components/_grid.scss */
  .col-md-pull-13 {
    right: 54.16666667%;
  }

  /* line 741, ../sass/components/_grid.scss */
  .col-md-pull-12 {
    right: 50%;
  }

  /* line 744, ../sass/components/_grid.scss */
  .col-md-pull-11 {
    right: 45.83333333%;
  }

  /* line 747, ../sass/components/_grid.scss */
  .col-md-pull-10 {
    right: 41.66666667%;
  }

  /* line 750, ../sass/components/_grid.scss */
  .col-md-pull-9 {
    right: 37.5%;
  }

  /* line 753, ../sass/components/_grid.scss */
  .col-md-pull-8 {
    right: 33.33333333%;
  }

  /* line 756, ../sass/components/_grid.scss */
  .col-md-pull-7 {
    right: 29.16666667%;
  }

  /* line 759, ../sass/components/_grid.scss */
  .col-md-pull-6 {
    right: 25%;
  }

  /* line 762, ../sass/components/_grid.scss */
  .col-md-pull-5 {
    right: 20.83333333%;
  }

  /* line 765, ../sass/components/_grid.scss */
  .col-md-pull-4 {
    right: 16.66666667%;
  }

  /* line 768, ../sass/components/_grid.scss */
  .col-md-pull-3 {
    right: 12.5%;
  }

  /* line 771, ../sass/components/_grid.scss */
  .col-md-pull-2 {
    right: 8.33333333%;
  }

  /* line 774, ../sass/components/_grid.scss */
  .col-md-pull-1 {
    right: 4.16666667%;
  }

  /* line 777, ../sass/components/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 780, ../sass/components/_grid.scss */
  .col-md-push-24 {
    left: 100%;
  }

  /* line 783, ../sass/components/_grid.scss */
  .col-md-push-23 {
    left: 95.83333333%;
  }

  /* line 786, ../sass/components/_grid.scss */
  .col-md-push-22 {
    left: 91.66666667%;
  }

  /* line 789, ../sass/components/_grid.scss */
  .col-md-push-21 {
    left: 87.5%;
  }

  /* line 792, ../sass/components/_grid.scss */
  .col-md-push-20 {
    left: 83.33333333%;
  }

  /* line 795, ../sass/components/_grid.scss */
  .col-md-push-19 {
    left: 79.16666667%;
  }

  /* line 798, ../sass/components/_grid.scss */
  .col-md-push-18 {
    left: 75%;
  }

  /* line 801, ../sass/components/_grid.scss */
  .col-md-push-17 {
    left: 70.83333333%;
  }

  /* line 804, ../sass/components/_grid.scss */
  .col-md-push-16 {
    left: 66.66666667%;
  }

  /* line 807, ../sass/components/_grid.scss */
  .col-md-push-15 {
    left: 62.5%;
  }

  /* line 810, ../sass/components/_grid.scss */
  .col-md-push-14 {
    left: 58.33333333%;
  }

  /* line 813, ../sass/components/_grid.scss */
  .col-md-push-13 {
    left: 54.16666667%;
  }

  /* line 816, ../sass/components/_grid.scss */
  .col-md-push-12 {
    left: 50%;
  }

  /* line 819, ../sass/components/_grid.scss */
  .col-md-push-11 {
    left: 45.83333333%;
  }

  /* line 822, ../sass/components/_grid.scss */
  .col-md-push-10 {
    left: 41.66666667%;
  }

  /* line 825, ../sass/components/_grid.scss */
  .col-md-push-9 {
    left: 37.5%;
  }

  /* line 828, ../sass/components/_grid.scss */
  .col-md-push-8 {
    left: 33.33333333%;
  }

  /* line 831, ../sass/components/_grid.scss */
  .col-md-push-7 {
    left: 29.16666667%;
  }

  /* line 834, ../sass/components/_grid.scss */
  .col-md-push-6 {
    left: 25%;
  }

  /* line 837, ../sass/components/_grid.scss */
  .col-md-push-5 {
    left: 20.83333333%;
  }

  /* line 840, ../sass/components/_grid.scss */
  .col-md-push-4 {
    left: 16.66666667%;
  }

  /* line 843, ../sass/components/_grid.scss */
  .col-md-push-3 {
    left: 12.5%;
  }

  /* line 846, ../sass/components/_grid.scss */
  .col-md-push-2 {
    left: 8.33333333%;
  }

  /* line 849, ../sass/components/_grid.scss */
  .col-md-push-1 {
    left: 4.16666667%;
  }

  /* line 852, ../sass/components/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 855, ../sass/components/_grid.scss */
  .col-md-offset-24 {
    margin-left: 100%;
  }

  /* line 858, ../sass/components/_grid.scss */
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  /* line 861, ../sass/components/_grid.scss */
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  /* line 864, ../sass/components/_grid.scss */
  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  /* line 867, ../sass/components/_grid.scss */
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  /* line 870, ../sass/components/_grid.scss */
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  /* line 873, ../sass/components/_grid.scss */
  .col-md-offset-18 {
    margin-left: 75%;
  }

  /* line 876, ../sass/components/_grid.scss */
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  /* line 879, ../sass/components/_grid.scss */
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  /* line 882, ../sass/components/_grid.scss */
  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  /* line 885, ../sass/components/_grid.scss */
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  /* line 888, ../sass/components/_grid.scss */
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  /* line 891, ../sass/components/_grid.scss */
  .col-md-offset-12 {
    margin-left: 50%;
  }

  /* line 894, ../sass/components/_grid.scss */
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  /* line 897, ../sass/components/_grid.scss */
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  /* line 900, ../sass/components/_grid.scss */
  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  /* line 903, ../sass/components/_grid.scss */
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  /* line 906, ../sass/components/_grid.scss */
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  /* line 909, ../sass/components/_grid.scss */
  .col-md-offset-6 {
    margin-left: 25%;
  }

  /* line 912, ../sass/components/_grid.scss */
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  /* line 915, ../sass/components/_grid.scss */
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  /* line 918, ../sass/components/_grid.scss */
  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  /* line 921, ../sass/components/_grid.scss */
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  /* line 924, ../sass/components/_grid.scss */
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  /* line 927, ../sass/components/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 932, ../sass/components/_grid.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }

  /* line 935, ../sass/components/_grid.scss */
  .col-lg-24 {
    width: 100%;
  }

  /* line 938, ../sass/components/_grid.scss */
  .col-lg-23 {
    width: 95.83333333%;
  }

  /* line 941, ../sass/components/_grid.scss */
  .col-lg-22 {
    width: 91.66666667%;
  }

  /* line 944, ../sass/components/_grid.scss */
  .col-lg-21 {
    width: 87.5%;
  }

  /* line 947, ../sass/components/_grid.scss */
  .col-lg-20 {
    width: 83.33333333%;
  }

  /* line 950, ../sass/components/_grid.scss */
  .col-lg-19 {
    width: 79.16666667%;
  }

  /* line 953, ../sass/components/_grid.scss */
  .col-lg-18 {
    width: 75%;
  }

  /* line 956, ../sass/components/_grid.scss */
  .col-lg-17 {
    width: 70.83333333%;
  }

  /* line 959, ../sass/components/_grid.scss */
  .col-lg-16 {
    width: 66.66666667%;
  }

  /* line 962, ../sass/components/_grid.scss */
  .col-lg-15 {
    width: 62.5%;
  }

  /* line 965, ../sass/components/_grid.scss */
  .col-lg-14 {
    width: 58.33333333%;
  }

  /* line 968, ../sass/components/_grid.scss */
  .col-lg-13 {
    width: 54.16666667%;
  }

  /* line 971, ../sass/components/_grid.scss */
  .col-lg-12 {
    width: 50%;
  }

  /* line 974, ../sass/components/_grid.scss */
  .col-lg-11 {
    width: 45.83333333%;
  }

  /* line 977, ../sass/components/_grid.scss */
  .col-lg-10 {
    width: 41.66666667%;
  }

  /* line 980, ../sass/components/_grid.scss */
  .col-lg-9 {
    width: 37.5%;
  }

  /* line 983, ../sass/components/_grid.scss */
  .col-lg-8 {
    width: 33.33333333%;
  }

  /* line 986, ../sass/components/_grid.scss */
  .col-lg-7 {
    width: 29.16666667%;
  }

  /* line 989, ../sass/components/_grid.scss */
  .col-lg-6 {
    width: 25%;
  }

  /* line 992, ../sass/components/_grid.scss */
  .col-lg-5 {
    width: 20.83333333%;
  }

  /* line 995, ../sass/components/_grid.scss */
  .col-lg-4 {
    width: 16.66666667%;
  }

  /* line 998, ../sass/components/_grid.scss */
  .col-lg-3 {
    width: 12.5%;
  }

  /* line 1001, ../sass/components/_grid.scss */
  .col-lg-2 {
    width: 8.33333333%;
  }

  /* line 1004, ../sass/components/_grid.scss */
  .col-lg-1 {
    width: 4.16666667%;
  }

  /* line 1007, ../sass/components/_grid.scss */
  .col-lg-pull-24 {
    right: 100%;
  }

  /* line 1010, ../sass/components/_grid.scss */
  .col-lg-pull-23 {
    right: 95.83333333%;
  }

  /* line 1013, ../sass/components/_grid.scss */
  .col-lg-pull-22 {
    right: 91.66666667%;
  }

  /* line 1016, ../sass/components/_grid.scss */
  .col-lg-pull-21 {
    right: 87.5%;
  }

  /* line 1019, ../sass/components/_grid.scss */
  .col-lg-pull-20 {
    right: 83.33333333%;
  }

  /* line 1022, ../sass/components/_grid.scss */
  .col-lg-pull-19 {
    right: 79.16666667%;
  }

  /* line 1025, ../sass/components/_grid.scss */
  .col-lg-pull-18 {
    right: 75%;
  }

  /* line 1028, ../sass/components/_grid.scss */
  .col-lg-pull-17 {
    right: 70.83333333%;
  }

  /* line 1031, ../sass/components/_grid.scss */
  .col-lg-pull-16 {
    right: 66.66666667%;
  }

  /* line 1034, ../sass/components/_grid.scss */
  .col-lg-pull-15 {
    right: 62.5%;
  }

  /* line 1037, ../sass/components/_grid.scss */
  .col-lg-pull-14 {
    right: 58.33333333%;
  }

  /* line 1040, ../sass/components/_grid.scss */
  .col-lg-pull-13 {
    right: 54.16666667%;
  }

  /* line 1043, ../sass/components/_grid.scss */
  .col-lg-pull-12 {
    right: 50%;
  }

  /* line 1046, ../sass/components/_grid.scss */
  .col-lg-pull-11 {
    right: 45.83333333%;
  }

  /* line 1049, ../sass/components/_grid.scss */
  .col-lg-pull-10 {
    right: 41.66666667%;
  }

  /* line 1052, ../sass/components/_grid.scss */
  .col-lg-pull-9 {
    right: 37.5%;
  }

  /* line 1055, ../sass/components/_grid.scss */
  .col-lg-pull-8 {
    right: 33.33333333%;
  }

  /* line 1058, ../sass/components/_grid.scss */
  .col-lg-pull-7 {
    right: 29.16666667%;
  }

  /* line 1061, ../sass/components/_grid.scss */
  .col-lg-pull-6 {
    right: 25%;
  }

  /* line 1064, ../sass/components/_grid.scss */
  .col-lg-pull-5 {
    right: 20.83333333%;
  }

  /* line 1067, ../sass/components/_grid.scss */
  .col-lg-pull-4 {
    right: 16.66666667%;
  }

  /* line 1070, ../sass/components/_grid.scss */
  .col-lg-pull-3 {
    right: 12.5%;
  }

  /* line 1073, ../sass/components/_grid.scss */
  .col-lg-pull-2 {
    right: 8.33333333%;
  }

  /* line 1076, ../sass/components/_grid.scss */
  .col-lg-pull-1 {
    right: 4.16666667%;
  }

  /* line 1079, ../sass/components/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1082, ../sass/components/_grid.scss */
  .col-lg-push-24 {
    left: 100%;
  }

  /* line 1085, ../sass/components/_grid.scss */
  .col-lg-push-23 {
    left: 95.83333333%;
  }

  /* line 1088, ../sass/components/_grid.scss */
  .col-lg-push-22 {
    left: 91.66666667%;
  }

  /* line 1091, ../sass/components/_grid.scss */
  .col-lg-push-21 {
    left: 87.5%;
  }

  /* line 1094, ../sass/components/_grid.scss */
  .col-lg-push-20 {
    left: 83.33333333%;
  }

  /* line 1097, ../sass/components/_grid.scss */
  .col-lg-push-19 {
    left: 79.16666667%;
  }

  /* line 1100, ../sass/components/_grid.scss */
  .col-lg-push-18 {
    left: 75%;
  }

  /* line 1103, ../sass/components/_grid.scss */
  .col-lg-push-17 {
    left: 70.83333333%;
  }

  /* line 1106, ../sass/components/_grid.scss */
  .col-lg-push-16 {
    left: 66.66666667%;
  }

  /* line 1109, ../sass/components/_grid.scss */
  .col-lg-push-15 {
    left: 62.5%;
  }

  /* line 1112, ../sass/components/_grid.scss */
  .col-lg-push-14 {
    left: 58.33333333%;
  }

  /* line 1115, ../sass/components/_grid.scss */
  .col-lg-push-13 {
    left: 54.16666667%;
  }

  /* line 1118, ../sass/components/_grid.scss */
  .col-lg-push-12 {
    left: 50%;
  }

  /* line 1121, ../sass/components/_grid.scss */
  .col-lg-push-11 {
    left: 45.83333333%;
  }

  /* line 1124, ../sass/components/_grid.scss */
  .col-lg-push-10 {
    left: 41.66666667%;
  }

  /* line 1127, ../sass/components/_grid.scss */
  .col-lg-push-9 {
    left: 37.5%;
  }

  /* line 1130, ../sass/components/_grid.scss */
  .col-lg-push-8 {
    left: 33.33333333%;
  }

  /* line 1133, ../sass/components/_grid.scss */
  .col-lg-push-7 {
    left: 29.16666667%;
  }

  /* line 1136, ../sass/components/_grid.scss */
  .col-lg-push-6 {
    left: 25%;
  }

  /* line 1139, ../sass/components/_grid.scss */
  .col-lg-push-5 {
    left: 20.83333333%;
  }

  /* line 1142, ../sass/components/_grid.scss */
  .col-lg-push-4 {
    left: 16.66666667%;
  }

  /* line 1145, ../sass/components/_grid.scss */
  .col-lg-push-3 {
    left: 12.5%;
  }

  /* line 1148, ../sass/components/_grid.scss */
  .col-lg-push-2 {
    left: 8.33333333%;
  }

  /* line 1151, ../sass/components/_grid.scss */
  .col-lg-push-1 {
    left: 4.16666667%;
  }

  /* line 1154, ../sass/components/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1157, ../sass/components/_grid.scss */
  .col-lg-offset-24 {
    margin-left: 100%;
  }

  /* line 1160, ../sass/components/_grid.scss */
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  /* line 1163, ../sass/components/_grid.scss */
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  /* line 1166, ../sass/components/_grid.scss */
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  /* line 1169, ../sass/components/_grid.scss */
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  /* line 1172, ../sass/components/_grid.scss */
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  /* line 1175, ../sass/components/_grid.scss */
  .col-lg-offset-18 {
    margin-left: 75%;
  }

  /* line 1178, ../sass/components/_grid.scss */
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  /* line 1181, ../sass/components/_grid.scss */
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  /* line 1184, ../sass/components/_grid.scss */
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  /* line 1187, ../sass/components/_grid.scss */
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  /* line 1190, ../sass/components/_grid.scss */
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  /* line 1193, ../sass/components/_grid.scss */
  .col-lg-offset-12 {
    margin-left: 50%;
  }

  /* line 1196, ../sass/components/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  /* line 1199, ../sass/components/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  /* line 1202, ../sass/components/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  /* line 1205, ../sass/components/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  /* line 1208, ../sass/components/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  /* line 1211, ../sass/components/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 25%;
  }

  /* line 1214, ../sass/components/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  /* line 1217, ../sass/components/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  /* line 1220, ../sass/components/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  /* line 1223, ../sass/components/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  /* line 1226, ../sass/components/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  /* line 1229, ../sass/components/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1234, ../sass/components/_grid.scss */
.clear {
  clear: both;
}

/* line 1238, ../sass/components/_grid.scss */
.no-padding {
  padding: 0;
}

/* line 3, ../sass/components/_layout.scss */
body {
  background: #f7f7f7;
}

/* line 7, ../sass/components/_layout.scss */
#main {
  background: white;
  clear: both;
  min-height: 50vh;
  padding-bottom: 40px;
}
@media all and (min-width: 1140px) {
  /* line 7, ../sass/components/_layout.scss */
  #main {
    padding: 0 48px 40px;
  }
}

/* line 17, ../sass/components/_layout.scss */
.not-front #content {
  padding-bottom: 40px;
}

/* line 3, ../sass/components/_nav.scss */
.nav-toggle {
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 60px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 15, ../sass/components/_nav.scss */
.nav-toggle:hover, .nav-toggle:focus {
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 22, ../sass/components/_nav.scss */
.menu-collapsed {
  transition: all .25s;
  position: absolute;
  top: 50px;
  right: 10px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
  display: block;
}
@media all and (min-width: 768px) {
  /* line 22, ../sass/components/_nav.scss */
  .menu-collapsed {
    display: none;
  }
}
/* line 36, ../sass/components/_nav.scss */
.menu-collapsed .region-slidebar {
  transition: all .05s;
  position: fixed;
  right: -9000px;
}

/* line 43, ../sass/components/_nav.scss */
.bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  background: #79328e;
  background-color: rgba(121, 50, 142, 0.75);
}
/* line 52, ../sass/components/_nav.scss */
.bar:before {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  background: #79328e;
  background-color: rgba(121, 50, 142, 0.75);
}
/* line 64, ../sass/components/_nav.scss */
.bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  background: #79328e;
  background-color: rgba(121, 50, 142, 0.75);
}

/* line 79, ../sass/components/_nav.scss */
.slidebar ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 85, ../sass/components/_nav.scss */
.slidebar ul.menu li.menu__item.is-leaf,
.slidebar ul.menu li.leaf {
  list-style: none !important;
  margin-bottom: 0em;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 91, ../sass/components/_nav.scss */
.slidebar ul.menu li.menu__item.is-leaf a,
.slidebar ul.menu li.leaf a {
  display: inline-block;
  color: black;
  text-decoration: none;
  border: 0;
}
/* line 98, ../sass/components/_nav.scss */
.slidebar ul.menu li.menu__item.is-leaf a:hover, .slidebar ul.menu li.menu__item.is-leaf a:focus,
.slidebar ul.menu li.leaf a:hover,
.slidebar ul.menu li.leaf a:focus {
  background: transparent;
  color: #79328e;
}

/* line 107, ../sass/components/_nav.scss */
.menu-expanded {
  transition: all .25s;
  border-bottom: 1px solid #79328e;
}
/* line 111, ../sass/components/_nav.scss */
.menu-expanded .region-slidebar {
  transition: all .05s;
  position: relative;
  right: 0;
  z-index: 2;
  list-style: none;
  top: 50px;
  overflow-y: auto;
}
/* line 121, ../sass/components/_nav.scss */
.menu-expanded .bar {
  background: transparent;
  transition: all .25s;
  top: 42px;
  right: 10px;
  left: inherit;
}
/* line 127, ../sass/components/_nav.scss */
.menu-expanded .bar:before {
  background: white;
  background: rgba(121, 50, 142, 0.75);
  transition: all .25s;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -0px;
}
/* line 136, ../sass/components/_nav.scss */
.menu-expanded .bar:after {
  background: white;
  background: rgba(121, 50, 142, 0.75);
  transition: all .25s;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0px;
}

/* line 148, ../sass/components/_nav.scss */
.region-slidebar {
  display: block;
}
@media all and (min-width: 1000px) {
  /* line 148, ../sass/components/_nav.scss */
  .region-slidebar {
    display: none;
  }
}
/* line 154, ../sass/components/_nav.scss */
.region-slidebar .block {
  margin-bottom: 0;
}

/* line 159, ../sass/components/_nav.scss */
.region-slidebar .block-menu-block {
  margin: 0 0 24px;
}

/* line 163, ../sass/components/_nav.scss */
.region-slidebar ul.menu {
  padding: 0;
}
/* line 166, ../sass/components/_nav.scss */
.region-slidebar ul.menu li {
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
/* line 173, ../sass/components/_nav.scss */
.region-slidebar ul.menu li a {
  color: #79328e;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 0;
  padding: 8px 30px;
  font-weight: 600;
  outline: 0;
  border: 0;
}
/* line 185, ../sass/components/_nav.scss */
.region-slidebar ul.menu li a:hover, .region-slidebar ul.menu li a:focus, .region-slidebar ul.menu li a:active {
  background: transparent;
  color: #e70f73;
}
/* line 192, ../sass/components/_nav.scss */
.region-slidebar ul.menu li ul li,
.region-slidebar ul.menu li ul li.menu__item.is-leaf {
  border: 0;
  margin: 0;
}
/* line 196, ../sass/components/_nav.scss */
.region-slidebar ul.menu li ul li a,
.region-slidebar ul.menu li ul li.menu__item.is-leaf a {
  color: #4a4a4a;
  display: block;
  padding: 0 30px;
  font-weight: 100;
}
/* line 204, ../sass/components/_nav.scss */
.region-slidebar ul.menu li ul li a:hover, .region-slidebar ul.menu li ul li a:focus, .region-slidebar ul.menu li ul li a:active,
.region-slidebar ul.menu li ul li.menu__item.is-leaf a:hover,
.region-slidebar ul.menu li ul li.menu__item.is-leaf a:focus,
.region-slidebar ul.menu li ul li.menu__item.is-leaf a:active {
  color: black;
}
/* line 210, ../sass/components/_nav.scss */
.region-slidebar ul.menu li li.dhtml-menu-cloned-leaf {
  font-style: normal;
  color: #4a4a4a;
}
/* line 214, ../sass/components/_nav.scss */
.region-slidebar ul.menu li li.dhtml-menu-cloned-leaf a {
  color: #4a4a4a;
}
/* line 221, ../sass/components/_nav.scss */
.region-slidebar ul.menu li.menu__item.is-leaf a,
.region-slidebar ul.menu li.leaf a {
  display: block;
}
/* line 225, ../sass/components/_nav.scss */
.region-slidebar ul.menu li.last {
  border-bottom: 0;
}

/* Overlay on site when menu is active */
/* line 231, ../sass/components/_nav.scss */
.sb-active div#sb-site:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}

/* line 244, ../sass/components/_nav.scss */
.sb-slidebar.sb-active {
  background: white;
  border-top: 8px solid #e2ebed;
  padding-top: 88px;
}

/* line 250, ../sass/components/_nav.scss */
.useful ul.menu li a {
  font-size: 12px;
}

/* line 5, ../sass/components/_paragraphs.scss */
.entity-paragraphs-item h2.headline {
  text-align: center;
  margin: 0 -64px 64px;
  line-height: 48px;
  background: #f7f7f7;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
/* line 15, ../sass/components/_paragraphs.scss */
.entity-paragraphs-item h2.headline span {
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  padding: 12px 48px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  top: 24px;
  background: white;
  min-width: 320px;
  color: black;
}
/* line 29, ../sass/components/_paragraphs.scss */
.entity-paragraphs-item .list .entry {
  margin-bottom: 0;
}

/* line 37, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic-text h2 {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 42, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic-text ul {
  padding-left: 20px;
}
/* line 45, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic-text ul li {
  line-height: 1.6667;
}
/* line 50, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic-text img {
  float: right;
  max-width: 40%;
  margin: 0 0 16px 16px;
}

/* line 59, ../sass/components/_paragraphs.scss */
.paragraphs-item-quote {
  text-align: center;
  margin-bottom: 40px;
}
/* line 63, ../sass/components/_paragraphs.scss */
.paragraphs-item-quote blockquote {
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0 auto;
  border: none;
  width: 100%;
  max-width: 600px;
  font-style: italic;
  padding-bottom: 12px;
}
/* line 74, ../sass/components/_paragraphs.scss */
.paragraphs-item-quote cite {
  font-style: normal;
}

/* line 81, ../sass/components/_paragraphs.scss */
.paragraphs-item-what-s-on-block h2.block-header {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}
/* line 87, ../sass/components/_paragraphs.scss */
.paragraphs-item-what-s-on-block h2.block-header span {
  padding: 0 24px 12px;
  border-bottom: 2px solid #008eae;
  margin-bottom: 40px;
  display: inline-block;
}
/* line 95, ../sass/components/_paragraphs.scss */
.paragraphs-item-what-s-on-block li {
  margin-bottom: 16px;
}
/* line 99, ../sass/components/_paragraphs.scss */
.paragraphs-item-what-s-on-block li:nth-child(2n + 1) {
  clear: both;
}

/* line 106, ../sass/components/_paragraphs.scss */
.paragraphs-item-related-content h2.block-header {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}
/* line 112, ../sass/components/_paragraphs.scss */
.paragraphs-item-related-content h2.block-header span {
  padding: 0 24px 12px;
  border-bottom: 2px solid #008eae;
  margin-bottom: 40px;
  display: inline-block;
}

/* line 122, ../sass/components/_paragraphs.scss */
.paragraphs-item-youtube-playlist {
  padding-bottom: 48px;
}

/* line 127, ../sass/components/_paragraphs.scss */
.paragraphs-item-audio {
  padding-bottom: 48px;
}
/* line 130, ../sass/components/_paragraphs.scss */
.paragraphs-item-audio h2 {
  border-bottom: 1px solid #008EAE;
  padding: 16px 16px 0px 0;
  color: black;
  margin-bottom: 32px;
}

/* line 139, ../sass/components/_paragraphs.scss */
.paragraphs-item-video {
  padding-bottom: 48px;
}
/* line 142, ../sass/components/_paragraphs.scss */
.paragraphs-item-video .file {
  text-align: center;
}

/* line 148, ../sass/components/_paragraphs.scss */
.paragraphs-item-images {
  padding-bottom: 48px;
}

/* line 152, ../sass/components/_paragraphs.scss */
.paragraphs-item-issuu {
  padding-bottom: 48px;
}
/* line 155, ../sass/components/_paragraphs.scss */
.paragraphs-item-issuu h2 {
  border-bottom: 1px solid #008EAE;
  padding: 16px 16px 0px 0;
  color: black;
  margin-bottom: 32px;
}

/* line 164, ../sass/components/_paragraphs.scss */
.paragraphs-item-explore-menu {
  padding-bottom: 48px;
}

/* line 169, ../sass/components/_paragraphs.scss */
.paragraphs-item-latest-news {
  padding-bottom: 48px;
}

/* line 174, ../sass/components/_paragraphs.scss */
.paragraphs-item-upcoming-events {
  padding-bottom: 48px;
}

/* line 179, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads {
  padding-bottom: 48px;
}
/* line 182, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads h2 {
  border-bottom: 1px solid #008EAE;
  padding: 16px 16px 0px 0;
  color: black;
  margin-bottom: 32px;
}
/* line 189, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .list li.entry {
  padding-bottom: 16px;
  border-bottom: 1px solid #9B9B9B;
}
/* line 193, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .list li.entry:last-child {
  border: 0;
}
/* line 200, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-marker {
  width: 64px;
  float: left;
  height: 80px;
  background: linear-gradient(270deg, #484848 0%, #8a8a8a 100%);
  position: relative;
  color: white;
  font-size: 24px;
  vertical-align: baseline;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/* line 213, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-marker:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 24px solid #cecece;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 24px solid;
}
/* line 226, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-marker:after {
  content: "";
  width: 24px;
  height: 24px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 236, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-marker .field {
  padding-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 242, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-marker .field:after {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  content: "";
  left: 0;
}
/* line 254, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-content {
  margin-left: 120px;
}
/* line 257, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-content img {
  display: none;
}
/* line 261, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-content a {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 8px;
}
/* line 269, ../sass/components/_paragraphs.scss */
.paragraphs-item-downloads .file .group-file-content .file-size {
  display: block;
  color: #9B9B9B;
  font-size: 16px;
}

/* line 279, ../sass/components/_paragraphs.scss */
.paragraphs-item-funder-section {
  padding-bottom: 48px;
}
/* line 282, ../sass/components/_paragraphs.scss */
.paragraphs-item-funder-section h2 {
  border-bottom: 1px solid #008EAE;
  padding: 16px 16px 0px 0;
  color: black;
  margin-bottom: 32px;
}
/* line 289, ../sass/components/_paragraphs.scss */
.paragraphs-item-funder-section .list li.entry {
  display: inline-block;
  float: none;
  margin-bottom: 32px;
}
/* line 294, ../sass/components/_paragraphs.scss */
.paragraphs-item-funder-section .list li.entry img {
  border: 1px solid #d7d7d7;
  padding: 4px;
}

/* line 3, ../sass/components/_project.scss */
.node-project.view-mode-featured {
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 6, ../sass/components/_project.scss */
.node-project.view-mode-featured .imagery {
  position: relative;
  margin-bottom: 24px;
}
/* line 10, ../sass/components/_project.scss */
.node-project.view-mode-featured .imagery h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
  padding: 24px 56px;
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  transition: all ease-in 0.25s;
  color: black;
}
/* line 23, ../sass/components/_project.scss */
.node-project.view-mode-featured .imagery:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all ease-in 0.25s;
}
/* line 39, ../sass/components/_project.scss */
.node-project.view-mode-featured:hover .imagery h2, .node-project.view-mode-featured:focus .imagery h2 {
  background: linear-gradient(136.1deg, #1370b7 0%, #1370b7 100%);
  color: white;
  transition: all ease-in 0.25s;
}
/* line 45, ../sass/components/_project.scss */
.node-project.view-mode-featured:hover:after, .node-project.view-mode-featured:focus:after {
  background: linear-gradient(270deg, #1370b7 0%, #1370b7 100%);
}
/* line 49, ../sass/components/_project.scss */
.node-project.view-mode-featured:hover .read-more a, .node-project.view-mode-featured:focus .read-more a {
  color: #005062;
}
/* line 55, ../sass/components/_project.scss */
.node-project.view-mode-listing {
  margin-bottom: 32px;
}
/* line 61, ../sass/components/_project.scss */
.node-project.view-mode-listing:hover h2,
.node-project.view-mode-listing:hover .read-more a, .node-project.view-mode-listing:focus h2,
.node-project.view-mode-listing:focus .read-more a {
  color: #005062;
}

/* line 68, ../sass/components/_project.scss */
.project-listing .node.view-mode-listing {
  background: linear-gradient(136.1deg, #e2ebed 0%, #f9f9f9 100%);
  width: 100%;
  padding: 0;
}

/* line 7, ../sass/components/_responsive.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 16, ../sass/components/_responsive.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 19, ../sass/components/_responsive.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 22, ../sass/components/_responsive.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 33, ../sass/components/_responsive.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 40, ../sass/components/_responsive.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 60, ../sass/components/_responsive.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}

/* line 70, ../sass/components/_responsive.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after {
  clear: both;
}

/* line 73, ../sass/components/_responsive.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 78, ../sass/components/_responsive.scss */
.pull-right {
  float: right !important;
}

/* line 81, ../sass/components/_responsive.scss */
.pull-left {
  float: left !important;
}

/* line 84, ../sass/components/_responsive.scss */
.hide {
  display: none !important;
}

/* line 87, ../sass/components/_responsive.scss */
.show {
  display: block !important;
}

/* line 90, ../sass/components/_responsive.scss */
.invisible {
  visibility: hidden;
}

/* line 93, ../sass/components/_responsive.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 100, ../sass/components/_responsive.scss */
.hidden {
  display: none !important;
}

/* line 103, ../sass/components/_responsive.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 112, ../sass/components/_responsive.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 126, ../sass/components/_responsive.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 130, ../sass/components/_responsive.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 133, ../sass/components/_responsive.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 136, ../sass/components/_responsive.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 140, ../sass/components/_responsive.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 145, ../sass/components/_responsive.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 150, ../sass/components/_responsive.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 155, ../sass/components/_responsive.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 160, ../sass/components/_responsive.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 163, ../sass/components/_responsive.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 166, ../sass/components/_responsive.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 170, ../sass/components/_responsive.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 175, ../sass/components/_responsive.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 180, ../sass/components/_responsive.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 185, ../sass/components/_responsive.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 190, ../sass/components/_responsive.scss */
  .visible-md {
    display: block !important;
  }

  /* line 193, ../sass/components/_responsive.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 196, ../sass/components/_responsive.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 200, ../sass/components/_responsive.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 205, ../sass/components/_responsive.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 210, ../sass/components/_responsive.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 215, ../sass/components/_responsive.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 220, ../sass/components/_responsive.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 223, ../sass/components/_responsive.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 226, ../sass/components/_responsive.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 230, ../sass/components/_responsive.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 235, ../sass/components/_responsive.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 240, ../sass/components/_responsive.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 245, ../sass/components/_responsive.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 250, ../sass/components/_responsive.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 255, ../sass/components/_responsive.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 260, ../sass/components/_responsive.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 265, ../sass/components/_responsive.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 269, ../sass/components/_responsive.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 273, ../sass/components/_responsive.scss */
  .visible-print {
    display: block !important;
  }

  /* line 276, ../sass/components/_responsive.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 279, ../sass/components/_responsive.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 283, ../sass/components/_responsive.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 287, ../sass/components/_responsive.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 291, ../sass/components/_responsive.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 295, ../sass/components/_responsive.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 299, ../sass/components/_responsive.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 303, ../sass/components/_responsive.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 307, ../sass/components/_responsive.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 312, ../sass/components/_responsive.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 5, ../sass/components/_search.scss */
.page-search #content form.search-form {
  display: none;
}
/* line 9, ../sass/components/_search.scss */
.page-search #content form.search-form + h2 {
  margin: 0 auto 40px;
  padding: 56px 16px 16px;
  border-bottom: 1px solid #008EAE;
  font-weight: normal;
}
/* line 16, ../sass/components/_search.scss */
.page-search .search-results {
  padding: 0 16px;
  margin: 0;
}
@media all and (min-width: 992px) {
  /* line 16, ../sass/components/_search.scss */
  .page-search .search-results {
    float: left;
    width: 65%;
  }
}
/* line 23, ../sass/components/_search.scss */
.page-search .search-results li {
  border-bottom: 1px solid #d7d7d7;
}
/* line 26, ../sass/components/_search.scss */
.page-search .search-results li .type {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
/* line 32, ../sass/components/_search.scss */
.page-search .search-results li h3 {
  font-weight: 400;
  margin: 0 0 4px;
}
/* line 37, ../sass/components/_search.scss */
.page-search .search-results li .search-snippet-info {
  padding: 0;
  margin-bottom: 16px;
}
/* line 42, ../sass/components/_search.scss */
.page-search .search-results li .search-info {
  font-size: 12px;
  color: #979797;
  text-transform: uppercase;
}
/* line 50, ../sass/components/_search.scss */
.page-search .custom-search-filter {
  padding: 0 16px;
}
@media all and (min-width: 992px) {
  /* line 50, ../sass/components/_search.scss */
  .page-search .custom-search-filter {
    float: right;
    width: 30%;
  }
}
/* line 57, ../sass/components/_search.scss */
.page-search .custom-search-filter h3 {
  margin-top: 0;
}
/* line 61, ../sass/components/_search.scss */
.page-search .custom-search-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 66, ../sass/components/_search.scss */
.page-search .custom-search-filter ul li {
  display: block;
}
/* line 68, ../sass/components/_search.scss */
.page-search .custom-search-filter ul li a {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 12px 24px;
  font-size: 16px;
  background: #008EAE;
  background: linear-gradient(135deg, #e6e6e8 0%, #f7f7f7 100%);
  color: #979797;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
/* line 88, ../sass/components/_search.scss */
.page-search .custom-search-filter ul li a:hover, .page-search .custom-search-filter ul li a:focus {
  background: #1370B7;
  color: white;
  text-decoration: none;
}

/* line 8, ../sass/components/_section.scss */
.node-section.view-mode-featured {
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
}
/* line 13, ../sass/components/_section.scss */
.node-section.view-mode-featured img {
  width: 100%;
  vertical-align: bottom;
}
/* line 18, ../sass/components/_section.scss */
.node-section.view-mode-featured h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
  padding: 24px 56px;
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  color: black;
}
/* line 30, ../sass/components/_section.scss */
.node-section.view-mode-featured:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 44, ../sass/components/_section.scss */
.node-section.view-mode-featured:hover:after,
.node-section.view-mode-featured:hover h2 {
  background: linear-gradient(136.1deg, #008eae 0%, #008eae 100%);
}
/* line 48, ../sass/components/_section.scss */
.node-section.view-mode-featured:hover img {
  transition: 0.25s all cubic-bezier(0.39, 0.01, 0.2, 0.98);
  transform: scale(1.1);
}
/* line 55, ../sass/components/_section.scss */
.node-section.view-mode-listing {
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
}
/* line 60, ../sass/components/_section.scss */
.node-section.view-mode-listing img {
  width: 100%;
  vertical-align: bottom;
}
/* line 65, ../sass/components/_section.scss */
.node-section.view-mode-listing h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
  padding: 24px 56px;
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  color: black;
}
/* line 77, ../sass/components/_section.scss */
.node-section.view-mode-listing:after {
  display: block;
  height: 5px;
  content: "";
  background: linear-gradient(270deg, #008eae 0%, #1370b7 100%);
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 91, ../sass/components/_section.scss */
.node-section.view-mode-listing:hover:after,
.node-section.view-mode-listing:hover h2 {
  background: linear-gradient(136.1deg, #008eae 0%, #008eae 100%);
}
/* line 95, ../sass/components/_section.scss */
.node-section.view-mode-listing:hover img {
  transition: 0.667s all cubic-bezier(0.39, 0.01, 0.2, 0.98);
  transform: scale(1.1);
}

/* line 5, ../sass/components/_taxonomy.scss */
.page-taxonomy-term #content h1.title {
  border-bottom: 4px solid #008eae;
}
/* line 8, ../sass/components/_taxonomy.scss */
.page-taxonomy-term #content .node {
  max-width: 80%;
  margin-bottom: 24px;
}
/* line 12, ../sass/components/_taxonomy.scss */
.page-taxonomy-term #content .node header img {
  width: 100%;
}

/* line 3, ../sass/components/_typography.scss */
body {
  color: #4a4a4a;
  line-height: 1.5;
}

/* line 8, ../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oxygen", sans-serif;
}

/* line 12, ../sass/components/_typography.scss */
h1 {
  color: black;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
}

/* line 19, ../sass/components/_typography.scss */
h1.title {
  margin-top: 8px;
  margin-bottom: 32px;
}

/* line 24, ../sass/components/_typography.scss */
h2 {
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 400;
}

/* line 30, ../sass/components/_typography.scss */
p {
  margin: 0 0 16px;
  line-height: 1.5;
}

/* line 35, ../sass/components/_typography.scss */
a {
  color: #008eae;
  text-decoration: none;
  outline: 0;
}
/* line 41, ../sass/components/_typography.scss */
a:hover, a:focus {
  color: #005062;
  text-decoration: underline;
}

/* line 47, ../sass/components/_typography.scss */
.summary {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

/* line 54, ../sass/components/_typography.scss */
.field-name-field-summary {
  font-size: 1.125em;
}

/* line 58, ../sass/components/_typography.scss */
.credit {
  margin-top: 4px;
}

/* line 63, ../sass/components/_typography.scss */
small,
.small {
  font-size: 85%;
}

/* line 68, ../sass/components/_typography.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 73, ../sass/components/_typography.scss */
.text-left {
  text-align: left;
}

/* line 77, ../sass/components/_typography.scss */
.text-right {
  text-align: right;
}

/* line 81, ../sass/components/_typography.scss */
.text-center {
  text-align: center;
}

/* line 85, ../sass/components/_typography.scss */
.text-justify {
  text-align: justify;
}

/* line 89, ../sass/components/_typography.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 93, ../sass/components/_typography.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 97, ../sass/components/_typography.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 101, ../sass/components/_typography.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 105, ../sass/components/_typography.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 112, ../sass/components/_typography.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 120, ../sass/components/_typography.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 124, ../sass/components/_typography.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

/* line 130, ../sass/components/_typography.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -8px;
}

/* line 136, ../sass/components/_typography.scss */
.list-flex {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

/* line 142, ../sass/components/_typography.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 148, ../sass/components/_typography.scss */
dl {
  margin-top: 0;
  margin-bottom: 24px;
}

/* line 154, ../sass/components/_typography.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 158, ../sass/components/_typography.scss */
dt {
  font-weight: bold;
}

/* line 162, ../sass/components/_typography.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 167, ../sass/components/_typography.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 176, ../sass/components/_typography.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 182, ../sass/components/_typography.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 187, ../sass/components/_typography.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../sass/components/_typography.scss */
blockquote {
  padding: 24px 48px;
  margin: 0;
  font-size: 1;
  border: none;
  text-align: center;
}

/* line 202, ../sass/components/_typography.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 206, ../sass/components/_typography.scss */
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wtc3qb");
  src: url("../fonts/icomoon.eot?wtc3qb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wtc3qb") format("truetype"), url("../fonts/icomoon.woff?wtc3qb") format("woff"), url("../fonts/icomoon.svg?wtc3qb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 224, ../sass/components/_typography.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2, ../sass/components/_views.scss */
.view-header {
  text-align: center;
  margin-bottom: 40px;
}
/* line 5, ../sass/components/_views.scss */
.view-header h1.title {
  display: inline-block;
  margin: 0 auto 12px;
  text-align: center;
  padding: 40px 40px 16px;
  border-bottom: 1px solid #008eae;
  font-weight: normal;
}

/* line 16, ../sass/components/_views.scss */
.view-footer {
  margin: 24px 0 40px;
  border-bottom: 1px solid #008eae;
  padding-left: 0;
}
/* line 21, ../sass/components/_views.scss */
.view-footer h2 {
  font-size: 24px;
  line-height: 1.3333;
  color: black;
  font-weight: 300;
}

/* line 30, ../sass/components/_views.scss */
.view-filters {
  background: linear-gradient(141.38deg, #ececec 0%, #e9e9e9 100%);
  color: black;
  padding: 0;
  margin-bottom: 40px;
}
/* line 36, ../sass/components/_views.scss */
.view-filters h2 {
  padding: 8px 48px 8px;
  margin: 0;
  text-transform: uppercase;
}
/* line 42, ../sass/components/_views.scss */
.view-filters .views-exposed-widgets {
  margin-bottom: 0;
}
/* line 46, ../sass/components/_views.scss */
.view-filters .views-exposed-widget {
  display: block;
  float: none;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 16px 24px 16px 48px;
}
/* line 53, ../sass/components/_views.scss */
.view-filters .views-exposed-widget > label {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  padding: 8px 0;
  font-weight: 400;
  position: relative;
}
/* line 61, ../sass/components/_views.scss */
.view-filters .views-exposed-widget > label:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  right: 0;
  top: 8px;
  color: #4a4a4a;
}
/* line 81, ../sass/components/_views.scss */
.view-filters .views-exposed-widget > label.closed:after {
  content: "\e90f";
}
/* line 86, ../sass/components/_views.scss */
.view-filters .views-exposed-widget .views-widget {
  display: none;
}
/* line 90, ../sass/components/_views.scss */
.view-filters .views-exposed-widget .views-widget.open {
  display: block;
  margin-top: 8px;
}
/* line 98, ../sass/components/_views.scss */
.view-filters #edit-field-type-of-event-tid-selective-wrapper > label {
  pointer-events: none;
}
/* line 100, ../sass/components/_views.scss */
.view-filters #edit-field-type-of-event-tid-selective-wrapper > label:after {
  display: none;
}
/* line 105, ../sass/components/_views.scss */
.view-filters #edit-field-type-of-event-tid-selective-wrapper .views-widget {
  display: block;
  margin-top: 8px;
}
/* line 112, ../sass/components/_views.scss */
.view-filters #edit-field-paid-event-value-wrapper > label {
  display: none;
}
/* line 116, ../sass/components/_views.scss */
.view-filters #edit-field-paid-event-value-wrapper .views-widget {
  display: block;
}
/* line 121, ../sass/components/_views.scss */
.view-filters label.option {
  display: inline-block;
}
/* line 125, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox {
  position: relative;
  margin-bottom: 4px;
}
/* line 128, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 134, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox label {
  display: block;
  padding: 0 0 0 32px;
  color: black;
  font-size: 18px;
}
/* line 140, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox label:before {
  content: "";
  z-index: 1;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 1px;
  background: white;
  box-shadow: 0px 0px 4px inset #eaeaea;
}
/* line 156, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox label:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background: white;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 0px;
  z-index: 2;
  padding: 0;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.4s;
}
/* line 172, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox input:checked + label {
  font-weight: 400;
  color: black;
}
/* line 180, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox input:checked + label:after {
  background: #e70f73;
  content: "";
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.4s;
}
/* line 186, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox input:checked + label {
  font-weight: 400;
}
/* line 189, ../sass/components/_views.scss */
.view-filters .form-type-bef-checkbox input:checked + label .facet-item__count {
  display: none;
}

/* line 196, ../sass/components/_views.scss */
.js .views-submit-button {
  display: none;
}

/* line 203, ../sass/components/_views.scss */
.view .attachment-before li.entry {
  margin-bottom: 24px;
}

/* line 210, ../sass/components/_views.scss */
.list .entry {
  margin-bottom: 16px;
}

/* line 214, ../sass/components/_views.scss */
.view-listing .entry {
  margin-bottom: 16px;
}

/* line 218, ../sass/components/_views.scss */
.view-grid .entry {
  padding: 0 32px 0 0;
}

/* line 226, ../sass/components/_views.scss */
.view-what-s-on.view-display-id-attachment_1 .list-flex,
.view-latest-news.view-display-id-attachment_1 .list-flex {
  flex-wrap: wrap;
}
@media all and (min-width: 650px) {
  /* line 226, ../sass/components/_views.scss */
  .view-what-s-on.view-display-id-attachment_1 .list-flex,
  .view-latest-news.view-display-id-attachment_1 .list-flex {
    flex-wrap: nowrap;
  }
}

/* line 4, ../sass/_shame.scss */
body.navbar-administration {
  padding-top: 0 !important;
}

@media all and (min-width: 992px) {
  /* line 10, ../sass/_shame.scss */
  .page-locations h1.page__title {
    display: none;
  }
}

/* line 17, ../sass/_shame.scss */
.webform-client-form {
  background: #f7f7f7;
  padding: 1px 1em;
  margin-bottom: 2em;
}

/* line 23, ../sass/_shame.scss */
.webform-component--address {
  border: 0;
  padding: 0;
  max-width: 100%;
  min-width: 200px;
}
/* line 29, ../sass/_shame.scss */
.webform-component--address legend {
  font-weight: 700;
}
/* line 33, ../sass/_shame.scss */
.webform-component--address .form-item {
  margin: 0.5em 0 0;
}
/* line 37, ../sass/_shame.scss */
.webform-component--address label {
  font-weight: 400;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 16, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 35, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 77, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* line 5, ../sass/theme/_sections.scss */
.node-type-article blockquote {
  color: #1370b7;
}
/* line 9, ../sass/theme/_sections.scss */
.node-type-article .title-container {
  border-color: #008eae;
}
@media all and (min-width: 960px) {
  /* line 9, ../sass/theme/_sections.scss */
  .node-type-article .title-container {
    position: absolute;
    bottom: -16px;
  }
}

/* line 22, ../sass/theme/_sections.scss */
.type-of-event-4.view-mode-teaser .group-content, .type-of-event-4.view-mode-featured .group-panel, .type-of-event-4.view-mode-listing .group-panel {
  background: linear-gradient(136.1deg, #ece6de 0%, #f9f9f9 100%);
}
/* line 30, ../sass/theme/_sections.scss */
.type-of-event-4.view-mode-teaser:after, .type-of-event-4.view-mode-featured .group-panel:after, .type-of-event-4.view-mode-listing .group-panel:after, .type-of-event-4.node-section.view-mode-featured:after, .type-of-event-4.node-section.view-mode-listing:after {
  background: linear-gradient(270deg, #f39200 0%, #e84e1c 100%);
}
/* line 37, ../sass/theme/_sections.scss */
.type-of-event-4.node-section.view-mode-featured:hover:after,
.type-of-event-4.node-section.view-mode-featured:hover h2, .type-of-event-4.node-section.view-mode-listing:hover:after,
.type-of-event-4.node-section.view-mode-listing:hover h2 {
  background: linear-gradient(136.1deg, #f39200 0%, #f39200 100%);
}
/* line 43, ../sass/theme/_sections.scss */
.type-of-event-4 blockquote {
  color: #e84e1c;
}
/* line 47, ../sass/theme/_sections.scss */
.type-of-event-4 .title-container {
  border-color: #f39200;
}

/* line 56, ../sass/theme/_sections.scss */
.type-of-event-11.view-mode-teaser .group-content, .type-of-event-11.view-mode-featured .group-panel, .type-of-event-11.view-mode-listing .group-panel {
  background: linear-gradient(136.1deg, #ebe2ed 0%, #f9f9f9 100%);
}
/* line 64, ../sass/theme/_sections.scss */
.type-of-event-11.view-mode-teaser:after, .type-of-event-11.view-mode-featured .group-panel:after, .type-of-event-11.view-mode-listing .group-panel:after, .type-of-event-11.node-section.view-mode-featured:after, .type-of-event-11.node-section.view-mode-listing:after {
  background: linear-gradient(270deg, #e70f73 0%, #a3185c 100%);
}
/* line 71, ../sass/theme/_sections.scss */
.type-of-event-11.node-section.view-mode-featured:hover:after,
.type-of-event-11.node-section.view-mode-featured:hover h2, .type-of-event-11.node-section.view-mode-listing:hover:after,
.type-of-event-11.node-section.view-mode-listing:hover h2 {
  background: linear-gradient(136.1deg, #e70f73 0%, #e70f73 100%);
  color: white;
}
/* line 77, ../sass/theme/_sections.scss */
.type-of-event-11 blockquote {
  color: #a3185c;
}
/* line 81, ../sass/theme/_sections.scss */
.type-of-event-11 .title-container {
  border-color: #e70f73;
}

/* line 98, ../sass/theme/_sections.scss */
.type-of-event-14.view-mode-teaser:after, .type-of-event-14.view-mode-featured .group-panel:after, .type-of-event-14.view-mode-listing .group-panel:after, .type-of-event-14.node-section.view-mode-featured:after, .type-of-event-14.node-section.view-mode-listing:after {
  background: linear-gradient(270deg, #83c9be 0%, #70b7aa 100%);
}
/* line 105, ../sass/theme/_sections.scss */
.type-of-event-14.node-section.view-mode-featured:hover:after,
.type-of-event-14.node-section.view-mode-featured:hover h2, .type-of-event-14.node-section.view-mode-listing:hover:after,
.type-of-event-14.node-section.view-mode-listing:hover h2 {
  background: linear-gradient(136.1deg, #83c9be 0%, #83c9be 100%);
  color: white;
}
/* line 111, ../sass/theme/_sections.scss */
.type-of-event-14 blockquote {
  color: #70b7aa;
}
/* line 115, ../sass/theme/_sections.scss */
.type-of-event-14 .title-container {
  border-color: #83c9be;
}

/* line 132, ../sass/theme/_sections.scss */
.type-of-event-23.view-mode-teaser:after, .type-of-event-23.view-mode-featured .group-panel:after, .type-of-event-23.view-mode-listing .group-panel:after, .type-of-event-23.node-section.view-mode-featured:after, .type-of-event-23.node-section.view-mode-listing:after {
  background: linear-gradient(270deg, #f9ea08 0%, #a7c812 100%);
}
/* line 139, ../sass/theme/_sections.scss */
.type-of-event-23.node-section.view-mode-featured:hover:after,
.type-of-event-23.node-section.view-mode-featured:hover h2, .type-of-event-23.node-section.view-mode-listing:hover:after,
.type-of-event-23.node-section.view-mode-listing:hover h2 {
  background: linear-gradient(136.1deg, #f9ea08 0%, #f9ea08 100%);
  color: black;
}
/* line 143, ../sass/theme/_sections.scss */
.type-of-event-23.node-section.view-mode-featured:hover:after a,
.type-of-event-23.node-section.view-mode-featured:hover h2 a, .type-of-event-23.node-section.view-mode-listing:hover:after a,
.type-of-event-23.node-section.view-mode-listing:hover h2 a {
  color: black;
  text-decoration: none;
}
/* line 150, ../sass/theme/_sections.scss */
.type-of-event-23 blockquote {
  color: #a7c812;
}
/* line 154, ../sass/theme/_sections.scss */
.type-of-event-23 .title-container {
  border-color: #f9ea08;
}

/* @import "theme-B"; */
