@charset "UTF-8";
/*
 * SASS Architecture:
 *
 * base/       - contains global styles, such as resets, typography, colors, etc.
 * components/ - contains each self-contained component in its own .scss partial
 * layout/     - contains styling for larger layout components; e.g. nav, header, footer, etc.
 * utilities/      - contains global mixins, functions, helper selectors, etc.
 * views/      - custom view styling.
 * style.scss   – output file that brings together all of the above part
 */
/*
 * NOTE:
 *
 *
 */
/****************************************
  Variables
*****************************************/
/* 1. Structure
========================================================================== */
/* 2. Colors
========================================================================== */
/* Cubic-bezier is life. */
/* 3. Links
========================================================================== */
/* 4. Fonts
========================================================================== */
@import url("https://use.typekit.net/qay3pga.css");
/* 5. Easing
========================================================================== */
/**
 * @file
 * This file lists the breakpoints that we are going to use in the theme.
 */
.align-horizontal,
.align-vertical,
.align-full {
  position: relative;
}

.align-horizontal {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.align-vertical {
  top: 50%;
  vertical-align: top;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.align-full {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.iconSmooth {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.imgCover {
  min-width: 100%;
  max-width: none;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}

.imgCoverFallback {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
}

.transitionShort {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.transitionMed {
  transition: all 0.2s cubic-bezier(0.39, 0.01, 0.2, 0.98);
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.01, 0.2, 0.98);
}

.transitionLong {
  transition: all 0.3s cubic-bezier(0.39, 0.01, 0.2, 0.98);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.01, 0.2, 0.98);
}

.z-depth-0 {
  box-shadow: none;
}

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-inset {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-1-half-inset {
  box-shadow: inset 0 5px 11px 0 rgba(0, 0, 0, 0.18), inset 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-2-inset {
  box-shadow: inset 0 8px 17px 0 rgba(0, 0, 0, 0.2), inset 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3-inset {
  box-shadow: inset 0 12px 15px 0 rgba(0, 0, 0, 0.24), inset 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-4-inset, .modal-inset {
  box-shadow: inset 0 16px 28px 0 rgba(0, 0, 0, 0.22), inset 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.z-depth-5-inset {
  box-shadow: inset 0 27px 24px 0 rgba(0, 0, 0, 0.2), inset 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for micro clearfix
 * @include microclearfix;
*/
/*
placeholder mixin
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  /*font-family: TBD;*/
  font-style: normal;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

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

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

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

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * 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 Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
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.
   */
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.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

[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;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #278375;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #563D7C;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: top;
}

.responsive img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.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;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.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;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

img {
  max-width: 100%;
  height: auto;
}

.container,
.region-header,
.region-footer,
.region-footer-bottom {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.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;
}

.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;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .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;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .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;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .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;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.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;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.clear {
  clear: both;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* GENERAL */
body {
  background: #fff;
}

/* STRUCTURE */
#container {
  margin: 0px auto;
}

#main {
  margin: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  order: 0;
  flex-wrap: wrap;
}

main#content {
  width: 100%;
  padding: 0px;
  order: 1;
}

#sidebar {
  width: 100%;
  order: 0;
}

@media (min-width: 992px) {
  #sidebar {
    width: 30%;
    padding-right: 24px;
  }
}

#sidebar + main#content {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
}

@media (min-width: 992px) {
  #sidebar + main#content {
    width: 70%;
    padding: 40px 48px;
    margin-bottom: 80px;
  }
}

.region-content-bottom {
  width: 100%;
  padding: 0 16px;
  background: #fff;
}

body {
  font-family: "Adelle-sans", sans-serif;
  background: #fff;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Adelle", serif;
  font-weight: 600;
  line-height: 1.25;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.667em;
}

h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 12px;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
}

h1.page-title {
  margin-bottom: 8px;
}

h2 {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
}

h2 a {
  text-decoration: none;
  font-weight: 700;
}

h2 a:hover, h2 a:focus {
  text-decoration: underline;
}

h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 8px;
}

h3 a {
  text-decoration: none;
}

h3 a:hover, h3 a:focus {
  text-decoration: underline;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 16px;
  line-height: 1.53;
}

.x-large {
  font-size: 18px;
  line-height: 1.58;
}

@media (min-width: 768px) {
  .x-large {
    font-size: 24px;
  }
}

.large {
  font-size: 18px;
  line-height: 1.56;
}

.small,
small {
  font-size: 14px;
  line-height: 1.43;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

a {
  color: #278375;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: ink;
}

a:hover {
  text-decoration: underline;
  color: #563D7C;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: ink;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.333em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  margin: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-striped .entry {
  background: #fff;
}

.list-striped .entry:nth-child(2n + 1) {
  background: #dedede;
}

.list-flex {
  display: block;
}

@media (min-width: 768px) {
  .list-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.list-flex li {
  margin-bottom: 16px;
}

.full-width {
  margin: 0 -16px;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 24px;
  margin: 40px 0;
  font-size: 18px;
  line-height: 28px;
  background: #dedede;
  background: rgba(86, 61, 124, 0.08);
}

blockquote cite {
  font-size: 14px;
  font-style: normal;
  margin: 0;
}

blockquote p:last-child {
  margin: 0;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

details summary {
  padding: 12px;
  font-size: 1.5em;
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
}

details summary:after {
  content: "\e91d" !important;
  font-family: "icomoon";
}

details[open] summary:after {
  content: "\e91a" !important;
}

.node--type-landing-page .header-node .block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.node--type-landing-page .header-node .block h2,
.node--type-landing-page .header-node .block h3 {
  font-family: "Adelle-sans", sans-serif;
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1667;
}

.node--type-landing-page .header-node .block p {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.55;
  text-decoration: underline;
}

#sidebar nav.block-menu {
  background: #fff;
  border: 1px solid #dedede;
  padding: 16px 24px 8px;
  margin-bottom: 24px;
}

#sidebar nav.block-menu h2 {
  font-size: 24px;
  font-family: "Adelle-sans", sans-serif;
  line-height: 1.56;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dedede;
}

#sidebar nav.block-menu ul.menu {
  margin: 0;
  padding: 0;
}

#sidebar nav.block-menu ul.menu li {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #dedede;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 24px;
}

#sidebar nav.block-menu ul.menu li:last-child {
  border-bottom: 0;
  margin-bottom: 4px;
}

#sidebar nav.block-menu ul.menu li:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
  color: #c6c6c6;
  position: absolute;
  right: 0;
  z-index: 0;
}

#sidebar nav.block-menu ul.menu li a {
  text-decoration: none;
  color: #278375;
  display: block;
  padding: 16px 0;
  width: 100%;
  position: relative;
}

#sidebar nav.block-menu ul.menu li.menu-item--active-trail a.is-active, #sidebar nav.block-menu ul.menu li.menu-item--active-trail:after {
  color: #563D7C;
  font-weight: 900;
}

#sidebar nav.block-menu ul.menu li:hover a, #sidebar nav.block-menu ul.menu li:focus a {
  color: #563D7C;
}

#sidebar nav.block-menu ul.menu li:hover:after, #sidebar nav.block-menu ul.menu li:focus:after {
  color: #563D7C;
}

#sidebar nav.block-menu ul.menu li.menu-item--expanded.menu-item--active-trail {
  display: block;
}

#sidebar nav.block-menu ul.menu li.menu-item--expanded.menu-item--active-trail:after {
  display: none;
}

#sidebar nav.block-menu ul.menu li.menu-item--expanded.menu-item--active-trail ul.menu {
  margin-top: -16px;
}

#sidebar nav.block-menu ul.menu li.menu-item--expanded.menu-item--active-trail ul.menu li.menu-item {
  padding-right: 0;
  width: 100%;
  padding-left: 16px;
  font-size: 87.5%;
}

.block-content--type-customised-menu {
  margin-top: 80px;
}

.block-content--type-customised-menu .list-flex .node {
  height: 100%;
}

h2 + .block-content--type-customised-menu,
.header-small .block-content--type-customised-menu {
  margin-top: 0;
}

.region-content-bottom {
  padding: 0;
}

.block-content--type-cta {
  padding: 40px 0;
  color: #fff;
}

.block-content--type-cta .container-flex {
  align-items: center;
  display: flex;
}

.block-content--type-cta .text {
  display: flex;
  align-items: center;
}

.block-content--type-cta .text svg {
  margin-right: 24px;
}

.block-content--type-cta h2 {
  color: #fff;
  margin-bottom: 12px;
}

.block-content--type-cta h2 a {
  color: #fff;
}

.block-content--type-cta .btn {
  display: inline-block;
}

.block-content--type-cta .btn a {
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 12px;
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #fff;
}

.block-content--type-cta .btn a:after {
  margin-left: 12px;
  font-family: icomoon;
  content: "\e910";
}

.purple .block-content--type-cta {
  background-color: #563D7C;
}

.purple .block-content--type-cta .btn a:hover,
.purple .block-content--type-cta .btn a:focus {
  background-color: #fff;
  color: #563D7C;
  border-color: #fff;
}

.green .block-content--type-cta {
  background-color: #278375;
}

.green .block-content--type-cta .btn a:hover,
.green .block-content--type-cta .btn a:focus {
  background-color: #fff;
  color: #278375;
  border-color: #fff;
}

.gradient .block-content--type-cta {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#278375+0,003d56+100 */
  background: #278375;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #278375 0%, #003d56 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #278375 0%, #003d56 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #278375 0%, #003d56 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278375', endColorstr='#003d56',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradient .block-content--type-cta .btn a:hover,
.gradient .block-content--type-cta .btn a:focus {
  background-color: #fff;
  color: #563D7C;
  border-color: #fff;
}

.block-views-blockmost-viewed-block-1 {
  background: #fff;
  border: 1px solid #dedede;
  padding: 16px 24px 8px;
  margin-bottom: 40px;
}

.block-views-blockmost-viewed-block-1 h2 {
  font-size: 24px;
  font-family: "Adelle-sans", sans-serif;
  line-height: 1.56;
  margin-bottom: 24px;
}

.block-views-blockmost-viewed-block-1 ol {
  counter-reset: mycounter;
  padding: 0;
  list-style: none;
}

.block-views-blockmost-viewed-block-1 ol > li {
  position: relative;
  margin-left: 24px;
  padding: 5px 0;
  margin-bottom: 36px;
}

.block-views-blockmost-viewed-block-1 ol > li:before {
  content: counter(mycounter);
  counter-increment: mycounter;
  position: absolute;
  top: 8px;
  left: -24px;
  width: 25px;
  height: 28px;
  border-radius: 50%;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.block-views-blockmost-viewed-block-1 .node h3 {
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Adelle-sans", sans-serif;
}

.block-views-blockmost-viewed-block-1 .node h3 a {
  text-decoration: none;
}

.block-views-blockmost-viewed-block-1 .node .date {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

ul.tabs {
  border-bottom: 1px solid #278375;
  margin: 24px 0;
}

ul.tabs a {
  padding: 12px 24px;
  /* font-size: 1.5rem; */
  background: #fff;
  border: 1px solid #278375;
  position: relative;
  bottom: -3px;
}

ul.tabs a:hover, ul.tabs a:focus {
  background-color: #563D7C;
  color: #fff;
  text-decoration: none;
}

ul.tabs a.is-active {
  background-color: #278375;
  font-weight: 700;
  border-bottom: 0;
  bottom: -1px;
  color: #fff;
  font-size: 1.5em;
}

ul.tabs a.is-active:hover, ul.tabs a.is-active:focus {
  background-color: #563D7C;
  border-color: #563D7C;
}

#block-needhelp .field--name-body {
  background: #fff;
  border: 1px solid #dedede;
  padding: 32px 40px 16px;
  margin-bottom: 40px;
}

#block-needhelp ul.list-inline a {
  background-color: #563D7C;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
}

#block-needhelp ul.list-inline a:hover, #block-needhelp ul.list-inline a:focus {
  background-color: #278375;
}

#block-needhelp h3 {
  display: inline-block;
  margin-right: 32px;
}

#block-debtadvice,
.block.chat {
  background: #fff;
  border: 1px solid #dedede;
  padding: 16px 24px 8px;
  margin-bottom: 24px;
}

#block-debtadvice h2,
.block.chat h2 {
  font-size: 24px;
  font-family: "Adelle", serif;
  line-height: 1.56;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

a.facets-soft-limit-link {
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  margin: 4px 0 8px;
  background: #efefef;
  border-radius: 4px;
  filter: grayscale(1);
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.75px;
}

a.facets-soft-limit-link:hover, a.facets-soft-limit-link:focus {
  filter: none;
  background-color: #563D7C;
  color: #fff;
}

.facet {
  background: #fff;
  border: 1px solid #dedede;
  padding: 16px 24px 8px;
  margin-bottom: 40px;
}

.facet h3 {
  font-size: 24px;
  font-family: "Adelle-sans", sans-serif;
  line-height: 1.56;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dedede;
}

.facet ul.js-facets-links {
  margin: 0;
  padding: 0;
}

.facet ul.js-facets-links li {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #dedede;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facet ul.js-facets-links li:last-child {
  border-bottom: 0;
  margin-bottom: 4px;
}

.facet ul.js-facets-links li:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
  color: #c6c6c6;
}

.facet ul.js-facets-links li a {
  text-decoration: none;
  color: #278375;
  display: block;
  padding: 16px 0;
}

.facet ul.js-facets-links li a.is-active {
  color: #563D7C;
}

.facet ul.js-facets-links li a.is-active:after {
  color: #563D7C;
}

.facet ul.js-facets-links li:hover a, .facet ul.js-facets-links li:focus a {
  color: #563D7C;
}

.facet ul.js-facets-links li:hover:after, .facet ul.js-facets-links li:focus:after {
  color: #563D7C;
}

.form-item.form-type-textfield label, .form-item.form-type-textarea label, .form-item.form-type-managed-file label, .form-item.form-type-number label, .form-item.form-type-select label, .form-item.form-type-tel label, .form-item.form-type-email label, .form-item.form-type-password label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}

.form-item.form-type-textfield input, .form-item.form-type-textarea input, .form-item.form-type-managed-file input, .form-item.form-type-number input, .form-item.form-type-select input, .form-item.form-type-tel input, .form-item.form-type-email input, .form-item.form-type-password input {
  width: 100%;
  line-height: 40px;
  padding: 0 8px;
}

.form-item textarea {
  padding: 8px;
}

.form-item.form-type-managed-file input {
  width: auto;
  display: block;
  margin: 8px 0 16px;
}

.field--type-datetime fieldset {
  margin-left: 0;
  padding: 0;
  border: 0;
}

.field--type-datetime fieldset legend {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}

.field--type-datetime fieldset .container-inline {
  display: flex;
}

.field--type-datetime fieldset .container-inline .form-item {
  margin-right: 16px;
}

.field--type-datetime fieldset .form-item input {
  width: 100%;
  line-height: 40px;
  padding: 0 8px;
}

.entity-content-form-revision-information .form-item-revision,
.entity-content-form-revision-information .form-item-revision-log-0-value label {
  display: none;
}

.entity-content-form-revision-information .description {
  margin-top: 4px;
}

.field--widget-matrix-row-widget {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 1.5em;
  margin: -0.5em -1.5em 1em;
}

.field--widget-matrix-row-widget:nth-child(odd) {
  background-color: #f7f7f7;
}

.field--widget-matrix-row-widget:last-of-type {
  border: 0;
}

.field--widget-matrix-row-widget .form-item {
  margin-bottom: 0;
}

.field--widget-matrix-row-widget span.matrix-question {
  width: 73%;
  margin-right: 2%;
  font-weight: 700;
  font-size: 1.5em;
}

.field--widget-matrix-row-widget .form-type-select {
  width: 25%;
  margin: 0;
}

.field--widget-matrix-row-widget .form-type-select select {
  height: 42px;
  line-height: 40px;
  padding: 0 8px;
  width: 90%;
  border-radius: 4px;
}

.field--widget-matrix-row-widget div[id^='ajax-wrapper'] {
  width: 100%;
  border-top: 1px solid #aaa;
  margin-top: 12px;
}

.field--widget-matrix-row-widget div[id^='ajax-wrapper'] .form-type-managed-file {
  margin-top: 8px;
}

.field--widget-matrix-row-widget .form-managed-file {
  display: inline-flex;
  align-items: center;
  border: 1px solid #767676;
  padding: 0 0 0 8px;
  border-radius: 4px;
  overflow: hidden;
}

.field--widget-matrix-row-widget .form-managed-file input {
  margin: 0;
  padding: 0;
}

.field--widget-matrix-row-widget .form-managed-file input.button {
  margin-left: 8px;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 0.75em;
  background-color: #278375;
  color: #fff;
  border: 0;
}

.field--widget-matrix-row-widget .form-managed-file input.button[value="Remove"] {
  background-color: #cccc;
  color: #4e4e4e;
}

.field--widget-matrix-row-widget .form-managed-file input.button[value="Remove"]:hover, .field--widget-matrix-row-widget .form-managed-file input.button[value="Remove"]:focus {
  background-color: #83275e;
  color: #fff;
}

.field--widget-matrix-row-widget .form-type-textarea {
  width: 48%;
  margin-right: 2%;
  border-radius: 4px;
}

.node-qa-section-1-edit-form .field--name-title label,
.node-qa-section-2-edit-form .field--name-title label,
.node-qa-section-3-edit-form .field--name-title label,
.node-qa-section-4-edit-form .field--name-title label {
  display: none;
}

.node-qa-section-1-edit-form .field--name-title input,
.node-qa-section-2-edit-form .field--name-title input,
.node-qa-section-3-edit-form .field--name-title input,
.node-qa-section-4-edit-form .field--name-title input {
  padding: 0;
  border: 0;
  font-weight: 900;
  font-size: 2em;
  pointer-events: none;
}

.node-qa-section-1-edit-form transitionset,
.node-qa-section-2-edit-form transitionset,
.node-qa-section-3-edit-form transitionset,
.node-qa-section-4-edit-form transitionset {
  display: none;
}

.field--name-moderation-state {
  background: #c6c6c6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
  padding: 16px;
}

.field--name-moderation-state .form-item {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  line-height: 40px;
}

.field--name-moderation-state .form-item label {
  font-weight: 700;
  margin-right: 8px;
  display: inline-block !important;
}

.field--name-moderation-state .form-item select {
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 4px;
}

.field--widget-office-hours-default table {
  table-layout: inherit;
}

.field--widget-office-hours-default table th, .field--widget-office-hours-default table td {
  text-align: left;
}

.field--widget-office-hours-default table th {
  padding-left: 15px;
}

a.office-hours-add-link,
a.office-hours-copy-link {
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 8px;
  background: #cecece;
  text-decoration: none;
  color: #4e4e4e;
  margin-right: 4px;
  display: inline-block;
}

.field--widget-telephone-default .tabledrag-toggle-weight-wrapper {
  display: none;
}

.field--widget-telephone-default table {
  border: 0;
}

.field--widget-telephone-default table thead th {
  text-align: left;
  font-family: "Adelle", serif;
  border: 0;
}

.field--widget-telephone-default table tbody tr,
.field--widget-telephone-default table tbody td {
  border: 0;
  padding: 0 0 8px;
}

.field--widget-telephone-default table tbody td.field-multiple-drag {
  display: none;
}

.form-actions input {
  margin-right: 8px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 1em;
  background-color: #ccc;
  color: #1E1E1E;
  border: 0;
  line-height: 40px;
  font-weight: 700;
}

.form-actions input:hover, .form-actions input:focus {
  background-color: #563D7C;
  color: #fff;
}

.form-actions input[value="Save"] {
  background-color: #278375;
  color: #fff;
}

.form-type-vertical-tabs .vertical-tabs__menu-item.is-selected {
  background: #eee;
}

.form-type-vertical-tabs .vertical-tabs__panes details[open] {
  background-color: #eee;
}

.user-form #edit-actions {
  display: flex;
  justify-content: center;
}

ul.pager__items {
  margin: 40px 0 64px;
}

ul.pager__items .pager__item {
  display: inline-block;
  padding: 0.5em;
}

ul.pager__items .pager__item a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #dedede;
  line-height: 40px;
  border-radius: 50%;
  color: #1E1E1E;
  overflow: hidden;
  text-decoration: none;
}

ul.pager__items .pager__item a:hover, ul.pager__items .pager__item a:focus {
  background: #563D7C;
  color: #fff;
}

ul.pager__items .pager__item.is-active a {
  background: #278375;
  color: #fff;
}

ul.pager__items .pager__item.pager__item--ellipsis {
  display: none;
}

ul.pager__items .pager__item.pager__item--next a, ul.pager__items .pager__item.pager__item--last a, ul.pager__items .pager__item.pager__item--previous a, ul.pager__items .pager__item.pager__item--first a {
  border: 1px solid;
  background: transparent;
  color: #278375;
  border-radius: 4px;
  width: auto;
  padding: 0 16px;
  text-decoration: none;
}

ul.pager__items .pager__item.pager__item--next a span.visually-hidden, ul.pager__items .pager__item.pager__item--last a span.visually-hidden, ul.pager__items .pager__item.pager__item--previous a span.visually-hidden, ul.pager__items .pager__item.pager__item--first a span.visually-hidden {
  clip: unset;
  width: auto;
  height: auto;
  position: relative !important;
  overflow: inherit;
}

ul.pager__items .pager__item.pager__item--next a span.visually-hidden ~ span, ul.pager__items .pager__item.pager__item--last a span.visually-hidden ~ span, ul.pager__items .pager__item.pager__item--previous a span.visually-hidden ~ span, ul.pager__items .pager__item.pager__item--first a span.visually-hidden ~ span {
  display: none;
}

ul.pager__items .pager__item.pager__item--next a:hover, ul.pager__items .pager__item.pager__item--last a:hover, ul.pager__items .pager__item.pager__item--previous a:hover, ul.pager__items .pager__item.pager__item--first a:hover {
  color: #fff;
  background: #563D7C;
  border-color: #563D7C;
}

.paragraph--type-submenu-automated- {
  background: #f8f8f8;
  padding: 80px 0 40px;
}

.paragraph + .paragraph--type-submenu-automated- {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .paragraph--type-general.two-column .content {
    column-count: 2;
    column-gap: 64px;
    column-fill: balance;
  }
  .paragraph--type-general.three-column .content {
    column-count: 3;
    column-gap: 40px;
    column-fill: balance;
  }
}

.ui-accordion {
  font-family: "Adelle-sans", sans-serif;
}

.ui-accordion .ui-accordion-header {
  font-size: 24px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border: 0;
  background: transparent;
  margin-top: 24px;
  border-bottom: 1px solid #dedede;
  align-items: center;
  font-family: "Adelle-sans", sans-serif;
}

.ui-accordion .ui-accordion-header span {
  display: none;
}

.ui-accordion .ui-accordion-header a {
  color: #278375;
  text-decoration: none;
  padding: 16px 0;
  display: block;
}

.ui-accordion .ui-accordion-header:after {
  font-family: 'icomoon';
  content: "\e91d";
}

.ui-accordion .ui-accordion-header-active {
  color: #563D7C;
}

.ui-accordion .ui-accordion-header-active a {
  color: #563D7C;
}

.ui-accordion .ui-accordion-header-active:after {
  content: "\e91a";
}

.ui-accordion .ui-accordion-content {
  padding: 24px 0 0;
  border: 0;
  color: #1E1E1E;
}

.ui-accordion .ui-accordion-content h3 {
  font-family: "Adelle-sans", sans-serif;
  font-size: 21px;
}

.ui-accordion .ui-accordion-content ul, .ui-accordion .ui-accordion-content ol {
  line-height: 1.53;
}

.ui-accordion .ui-accordion-content ul li, .ui-accordion .ui-accordion-content ol li {
  margin-bottom: 4px;
}

.ui-accordion .ui-accordion-content p:last-child {
  margin-bottom: 0;
}

.ui-accordion .ui-accordion-content a {
  color: #278375;
}

.ui-accordion .ui-accordion-content a:hover, .ui-accordion .ui-accordion-content a:focus {
  color: #563D7C;
}

.paragraph--type-block {
  margin-top: 80px;
}

.paragraph--type-listing {
  margin-top: 0px;
  margin-bottom: 80px;
}

.paragraph--type-grid {
  margin: 40px 0;
}

.paragraph--type-grid .grid li .paragraph {
  height: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
}

.paragraph--type-grid .grid li .paragraph h2 {
  font-family: "Adelle-sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .paragraph--type-grid.two-column .list-flex li {
    width: 50%;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .paragraph--type-grid.three-column .list-flex li {
    width: 33.3333%;
    margin-bottom: 32px;
  }
}

.paragraph--type-grid.grey {
  background: #f8f8f8;
  margin-bottom: 0;
  padding: 40px 0;
}

.paragraph--type-link-block {
  background: #fff;
}

.paragraph--type-link-block h3 {
  font-family: "Adelle-sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.paragraph--type-link-block h3 a {
  text-decoration: underline;
  width: 100%;
}

.paragraph--type-link-block h3:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
}

.paragraph--type-link-block:hover, .paragraph--type-link-block:focus {
  border-color: #563D7C !important;
}

.paragraph--type-link-block:hover h2 a, .paragraph--type-link-block:hover h2:after,
.paragraph--type-link-block:hover h3 a,
.paragraph--type-link-block:hover h3:after, .paragraph--type-link-block:focus h2 a, .paragraph--type-link-block:focus h2:after,
.paragraph--type-link-block:focus h3 a,
.paragraph--type-link-block:focus h3:after {
  color: #563D7C;
}

table {
  table-layout: fixed;
  border: 0;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-bottom: 16px;
  width: 100%;
}

table tr {
  border: 0;
  border-bottom: 1px solid #dedede;
  vertical-align: top;
}

table td {
  border: 0;
  border-right: 1px solid #dedede;
  padding: 12px;
}

table td p:last-child {
  margin: 0;
}

.field-group-table .table-header label {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.field-group-table .table th {
  padding: 12px;
  text-align: left;
  background-color: #f7f7f7;
  font-weight: 700;
  width: 40%;
}

#breadcrumb {
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 0;
}

#breadcrumb nav {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

#breadcrumb nav ol {
  display: flex;
  align-items: center;
}

#breadcrumb nav li {
  margin: 8px 0;
}

#breadcrumb nav li:before {
  display: none;
}

#breadcrumb nav li a {
  display: block;
  padding: 0 16px;
  color: #333;
  border-right: 1px solid #dedede;
}

#breadcrumb nav li:first-child a {
  padding-left: 0;
}

#breadcrumb nav li:last-child a {
  color: #563D7C;
  border: 0;
  max-width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

footer .footer--top {
  background-color: #1E1E1E;
  color: #fff;
  padding: 48px 0 0;
}

footer .footer--top .region-footer-top {
  padding-bottom: 48px;
}

footer .footer--top a {
  color: #fff;
}

footer .footer--top .menu h2 {
  font-family: "Adelle-sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

footer .footer--top .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer--top .menu ul li {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 24px;
}

footer .footer--top .menu-contact strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

footer .footer--top .menu-contact .field ul {
  display: flex;
  margin: -12px 0 0;
}

footer .footer--top .menu-contact .field ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 12px 12px 0;
  display: block;
  position: relative;
}

footer .footer--top .menu-contact .field ul li a {
  display: block;
  padding-left: 40px;
  overflow: hidden;
  text-decoration: none;
}

footer .footer--top .menu-contact .field ul li a:before {
  font-family: 'icomoon';
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  display: block;
  text-align: center;
}

footer .footer--top .menu-contact .field ul li a[href*="twitter"]:before {
  content: "\e918";
}

footer .region-footer {
  background: #fff;
  color: #1E1E1E;
  text-align: center;
  padding: 40px 0 16px;
}

footer .region-footer .legal p:last-child {
  margin-bottom: 0;
}

footer .region-footer .logos {
  margin-top: 40px;
  padding: 32px 0 16px;
  border-top: 1px solid #dedede;
}

footer .region-footer .logos .list-flex {
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
}

footer .region-footer .logos .entry {
  width: 100%;
  min-width: 25%;
  padding: 0 16px;
}

footer .region-footer-bottom {
  background: #dedede;
  color: #1E1E1E;
  padding: 16px;
}

footer .region-footer-bottom nav ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

footer .region-footer-bottom nav ul.menu li a {
  display: block;
  padding: 16px;
  color: #1E1E1E;
}

footer .region-footer-bottom nav ul.menu li a:hover, footer .region-footer-bottom nav ul.menu li a:focus {
  color: #563D7C;
}

footer .region-footer-bottom a {
  color: #1E1E1E;
}

/* _header.scss */
header#header {
  background: #f8f8f8;
}

.region-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

#block-advice-branding a {
  display: block;
}

#block-advice-branding img {
  width: 124px;
}

#header .responsive-menu-toggle-wrapper.responsive-menu-toggle {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

#header .responsive-menu-toggle-icon {
  width: auto;
  border: 1px solid #563D7C;
  border-radius: 4px;
  min-width: 104px;
}

#header .responsive-menu-toggle-icon:before, #header .responsive-menu-toggle-icon:after, #header .responsive-menu-toggle-icon span.icon {
  background-color: #563D7C;
  height: 5px;
}

#header .responsive-menu-toggle-icon span.label {
  color: #563D7C;
  top: 4px;
}

.node-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.node--view-mode-teaser {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
}

.node--view-mode-teaser h3 {
  font-family: "Adelle-sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.node--view-mode-teaser h3 a {
  text-decoration: underline;
  width: 100%;
}

.node--view-mode-teaser h3:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
}

.node--view-mode-teaser:hover, .node--view-mode-teaser:focus {
  border-color: #563D7C;
}

.node--view-mode-teaser:hover h2 a, .node--view-mode-teaser:hover h2:after,
.node--view-mode-teaser:hover h3 a,
.node--view-mode-teaser:hover h3:after, .node--view-mode-teaser:focus h2 a, .node--view-mode-teaser:focus h2:after,
.node--view-mode-teaser:focus h3 a,
.node--view-mode-teaser:focus h3:after {
  color: #563D7C;
}

.node--view-mode-basic .btn {
  display: inline-block;
}

.node--view-mode-basic .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 8px 16px 8px 8px;
  border: 1px solid #278375;
  border-radius: 4px;
}

.node--view-mode-basic .btn a:after {
  font-family: 'icomoon';
  content: "\e910";
  margin-left: 4px;
}

.node--view-mode-basic .btn a:hover, .node--view-mode-basic .btn a:focus {
  background-color: #278375;
  color: #fff;
}

.node--view-mode-search-result {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 16px;
}

.node--view-mode-search-result h3 {
  font-family: "Adelle-sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.node--view-mode-search-result h3 a {
  text-decoration: underline;
  width: 100%;
}

.node--view-mode-search-result h3:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
}

.node--view-mode-search-result .meta {
  margin: 24px 0 12px;
  display: flex;
  flex-wrap: wrap;
}

.node--view-mode-search-result .meta .field {
  font-weight: 600;
  margin-right: 24px;
  color: #707070;
}

.node--view-mode-search-result .tags {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.node--view-mode-search-result .tags a {
  display: inline-block;
  margin: 0 8px 8px 0;
  text-decoration: none;
  background-color: #707070;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.node--view-mode-search-result .tags a:hover, .node--view-mode-search-result .tags a:focus {
  background-color: #278375;
}

.node--view-mode-search-result:hover, .node--view-mode-search-result:focus {
  border-color: #563D7C;
}

.node--view-mode-search-result:hover h2 a, .node--view-mode-search-result:hover h2:after,
.node--view-mode-search-result:hover h3 a,
.node--view-mode-search-result:hover h3:after, .node--view-mode-search-result:focus h2 a, .node--view-mode-search-result:focus h2:after,
.node--view-mode-search-result:focus h3 a,
.node--view-mode-search-result:focus h3:after {
  color: #563D7C;
}

.page-node-type-article #main {
  background: #f8f8f8;
  position: relative;
}

.page-node-type-article .back-btn {
  background: #fff;
  padding: 24px 0;
}

.page-node-type-article .back-btn .btn {
  display: inline-block;
}

.page-node-type-article .back-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 8px 16px 8px 8px;
  border: 1px solid #278375;
  border-radius: 4px;
}

.page-node-type-article .back-btn .btn a:before {
  font-family: 'icomoon';
  content: "\e911";
  margin-right: 4px;
}

.page-node-type-article .back-btn .btn a:hover, .page-node-type-article .back-btn .btn a:focus {
  background-color: #278375;
  color: #fff;
}

.page-node-type-article main .node--view-mode-full .container-article {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
  margin-top: 80px;
}

@media (min-width: 992px) {
  .page-node-type-article main .node--view-mode-full .container-article {
    padding: 40px 48px;
    margin-bottom: 80px;
  }
}

.page-node-type-article main .node--view-mode-full .container-article .inner {
  max-width: 740px;
  margin: 0 auto;
}

.page-node-type-article main .node--view-mode-full .container-article h1 {
  font-size: 36px;
  line-height: 1.25;
}

.page-node-type-article main .node--view-mode-full .container-article div.field-name-field-main-media .b-lazy {
  margin-bottom: 24px;
}

.page-node-type-article .field--name-field-sections .section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.node--type-article.node--view-mode-teaser .media {
  margin-bottom: 24px;
}

.node--type-article.node--view-mode-teaser h2 {
  font-family: "Adelle-sans", sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.node--type-article.node--view-mode-teaser h2 a {
  text-decoration: underline;
}

.node--type-article.node--view-mode-teaser .meta {
  margin: 24px 0 12px;
  display: flex;
  flex-wrap: wrap;
}

.node--type-article.node--view-mode-teaser .meta .field {
  font-weight: 600;
  margin-right: 24px;
  color: #707070;
}

.node--type-article.node--view-mode-teaser .tags {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.node--type-article.node--view-mode-teaser .tags a {
  display: inline-block;
  margin: 0 8px 8px 0;
  text-decoration: none;
  background-color: #563D7C;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.node--type-article.node--view-mode-teaser .tags a:hover, .node--type-article.node--view-mode-teaser .tags a:focus {
  background-color: #278375;
}

.node--type-article.node--view-mode-basic .categories {
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.node--type-article.node--view-mode-basic .categories .list-flex li {
  margin-bottom: 0;
}

.node--type-article.node--view-mode-basic .categories a {
  display: inline-block;
  margin: 0 8px 8px 0;
  text-decoration: none;
  background-color: #563D7C;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
}

.node--type-article.node--view-mode-basic .categories a:hover, .node--type-article.node--view-mode-basic .categories a:focus {
  background-color: #278375;
}

.view-news-sapi {
  margin: 0 0 24px;
  padding-left: 0;
}

.view-news-sapi h1 {
  margin-bottom: 8px;
}

.view-news-sapi .view-filters {
  margin-bottom: 24px;
}

.view-news-sapi .form--inline {
  display: flex;
}

.view-news-sapi .form--inline .form-item,
.view-news-sapi .form--inline .form-actions {
  margin: 0;
}

.view-news-sapi .form--inline .form-item {
  flex-grow: 1;
  margin-top: 0;
}

.view-news-sapi .form--inline label {
  display: block;
  padding: 8px;
  position: absolute;
  left: 0;
  z-index: -1;
  color: transparent;
}

.view-news-sapi .form--inline input {
  color: #1E1E1E;
  background: white;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #dedede;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.view-news-sapi .form--inline .form-actions {
  position: relative;
  margin-top: 0;
  margin-left: 8px;
}

.view-news-sapi .form--inline .form-actions input {
  height: 40px;
  line-height: 40px;
  background: #278375;
  color: #fff;
  padding: 0 24px;
  position: relative;
}

.arlo body {
  margin: 0;
}

.arlo article,
.arlo aside,
.arlo details,
.arlo figcaption,
.arlo figure,
.arlo footer,
.arlo header,
.arlo main,
.arlo menu,
.arlo nav,
.arlo section,
.arlo summary {
  display: block;
}

.arlo audio,
.arlo canvas,
.arlo progress,
.arlo video {
  display: inline-block;
}

.arlo audio:not([controls]) {
  display: none;
  height: 0;
}

.arlo progress {
  vertical-align: baseline;
}

.arlo template,
.arlo [hidden] {
  display: none;
}

.arlo a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

.arlo a:active, .arlo a:hover {
  outline-width: 0;
}

.arlo abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

.arlo b,
.arlo strong {
  font-weight: inherit;
}

.arlo b,
.arlo strong {
  font-weight: bolder;
}

.arlo code,
.arlo kbd,
.arlo samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.arlo dfn {
  font-style: italic;
}

.arlo mark {
  background-color: #ff0;
  color: #000;
}

.arlo small {
  font-size: 80%;
}

.arlo sub,
.arlo sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.arlo sub {
  bottom: -0.25em;
}

.arlo sup {
  top: -0.5em;
}

.arlo img {
  border-style: none;
}

.arlo svg:not(:root) {
  overflow: hidden;
}

.arlo figure {
  margin: 1.5em 40px;
}

.arlo hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.arlo pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.arlo button,
.arlo input,
.arlo optgroup,
.arlo select,
.arlo textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

.arlo button {
  overflow: visible;
  /* 1 */
  text-transform: none;
}

.arlo select {
  /* 1 */
  text-transform: none;
}

.arlo button,
.arlo html [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

.arlo button,
.arlo [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
  /**
* Remove the inner border and padding in Firefox.
*/
  /**
* Restore the focus styles unset by the previous rule.
*/
}

.arlo button::-moz-focus-inner,
.arlo [type="button"]::-moz-focus-inner,
.arlo [type="reset"]::-moz-focus-inner,
.arlo [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.arlo button:-moz-focusring,
.arlo [type="button"]:-moz-focusring,
.arlo [type="reset"]:-moz-focusring,
.arlo [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.arlo input {
  overflow: visible;
}

.arlo [type="checkbox"],
.arlo [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.arlo [type="number"]::-webkit-inner-spin-button, .arlo [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.arlo [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
}

.arlo [type="search"]::-webkit-search-cancel-button, .arlo [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.arlo::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.arlo::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.arlo fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.arlo legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
}

.arlo optgroup {
  font-weight: bold;
}

.arlo textarea {
  overflow: auto;
}

.arlo ol,
.arlo ul,
.arlo li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arlo select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 70px 14px 18px;
  background-image: url(https://theme1.demo.arlo.co/wp-content/uploads/2016/07/dropdown-arrow-no-line.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  cursor: pointer;
  border-radius: 4px;
  background-color: transparent;
  color: #55595c;
  border: 2px solid #ededed;
}

.arlo select:hover {
  opacity: 0.7;
}

/** End of Arlo reset style **/
/** Arlo theme style **/
.arlo .arlo-bg-color-primary {
  background-color: #343f56;
}

.arlo .arlo-bg-color-secondary {
  background-color: #f1992e;
}

.arlo .arlo-bg-color-filters {
  background-color: #f1f7fb;
}

.arlo .arlo-bg-color-highlight {
  background-color: #fffdf7;
}

.arlo .arlo-bg-color-normal {
  background-color: #fcfcfc;
}

.arlo .arlo-bg-color-darker {
  background-color: #565656;
}

.arlo .arlo-bg-color-darkest {
  background-color: #f2f2f2;
}

.arlo .arlo-text-color-primary {
  color: #343f56;
}

.arlo .arlo-text-color-secondary {
  color: #278375;
}

.arlo .arlo-text-color-contrast {
  color: #ffffff;
}

.arlo .arlo-text-color-lightest {
  color: #eaeaea;
}

.arlo .arlo-text-color-light {
  color: #bcbcbc;
}

.arlo .arlo-text-color-normal {
  color: #5e5e5e;
}

.arlo .arlo-text-color-dark {
  color: #565656;
}

.arlo .arlo-text-color-link {
  color: #687082;
}

.arlo .arlo-font-size-larger {
  font-size: 110%;
}

/** End of theme style **/
.arlo {
  /********************************
   ** Filters
   ********************************/
  /********************************
   ** Event List
   ********************************/
}

.arlo .arlo-loading-overlay {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
}

.arlo .arlo-loading-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.arlo .arlo-loading-overlay:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.arlo .arlo-loading-overlay:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.arlo a,
.arlo .arlo-filters .arlo-filter-unordered-list li,
.arlo .arlo-show-more-container .arlo-show-more,
.arlo .arlo-event-listitem .arlo-event-register:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.arlo a:active, .arlo a:hover {
  color: #563D7C;
  text-decoration: none;
}

.arlo .arlo-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.arlo * {
  box-sizing: border-box;
}

.arlo * html .arlo-clearfix, .arlo *:first-child + html .arlo-clearfix {
  zoom: 1;
}

.arlo #arlo-filter-toggle {
  display: none;
}

.arlo[max-width~="659px"] .arlo-filters-container {
  width: 100%;
}

.arlo[max-width~="659px"] .arlo-filters-container * {
  width: 100%;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-timezone-select {
  padding: 0 35px 0 35px;
  width: 100%;
  max-width: 360px;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-collapse-button {
  display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container div[id^='filter-'] {
  padding-right: 0;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-filters .arlo-filter-unordered-list li,
.arlo[max-width~="659px"] .arlo-filters-container .arlo-filters .arlo-filter-tags li {
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-filters .arlo-filter-tags li {
  font-size: 14px;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-filters .arlo-filter-tags li:before {
  margin-right: 5px;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-filter-unordered-list.arlo-custom-ul {
  margin-left: 0;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle {
  display: block;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 18px 26px;
  margin-bottom: 14px;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle i {
  float: right;
  width: auto;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle .arlo-filter-toggle-hide {
  display: none;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle .arlo-filter-toggle-show {
  display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container #filters {
  display: none;
}

.arlo[max-width~="659px"] .arlo-filters-container.arlo-show-filter #filters {
  display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container.arlo-show-filter #arlo-filter-toggle .arlo-filter-toggle-hide {
  display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container.arlo-show-filter #arlo-filter-toggle .arlo-filter-toggle-show {
  display: none;
}

.arlo[max-width~="659px"] .arlo-show-more-container .arlo-show-more {
  width: 100%;
}

.arlo select,
.arlo .arlo-filters input.arlo-search {
  display: inline;
  background-color: #fcfcfc;
  border: 2px solid #ededed;
  border-radius: 4px;
  font-size: 15.4px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.arlo .arlo-region-selector {
  margin: 1em 0;
  text-align: center;
}

.arlo .arlo-filters {
  text-align: center;
  margin: 24px 0;
}

.arlo .arlo-filters .arlo-category-selectors,
.arlo .arlo-filters .arlo-other-filters {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.arlo .arlo-filters .arlo-category-selectors::after,
.arlo .arlo-filters .arlo-other-filters::after {
  clear: both;
  content: "";
  display: table;
}

.arlo .arlo-filters .arlo-filter-unordered-list.arlo-custom-ul {
  margin-left: 10px;
}

.arlo .arlo-filters .arlo-filter-unordered-list li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  color: #687082;
  cursor: pointer;
  font-weight: bold;
  /*   text-transform: uppercase; */
}

.arlo .arlo-filters .arlo-filter-unordered-list li:hover {
  background-color: transparent;
  color: #343f56;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.arlo .arlo-filters .arlo-filter-unordered-list li.selected {
  padding-right: 25px;
  color: #fff;
  background-color: #278375;
  border-color: #278375;
}

.arlo .arlo-filters .arlo-category-selectors > div[id*=' filter-'] {
  margin-bottom: 0;
}

.arlo .arlo-filters .arlo-category-selectors .arlo-filter-unordered-list li {
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: inherit;
}

.arlo .arlo-filters .arlo-category-selectors .arlo-filter-unordered-list li:last-child {
  margin-right: 0;
}

.arlo .arlo-filters input.arlo-search {
  padding: 10px 20px;
}

.arlo .arlo-filters div[id^='filter-'], .arlo .arlo-filters div[id*=' filter-'] {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.arlo .arlo-filters .arlo-row {
  text-align: center;
}

.arlo .arlo-filters .arlo-row div[id^='filter-'] {
  float: none;
}

.arlo .arlo-filters .arlo-timezone-select {
  display: none;
  max-width: 320px;
  background-color: transparent;
}

.arlo .arlo-filters .arlo-timezone-select:focus {
  background-color: transparent !important;
}

.arlo .arlo-filter-tags {
  display: inline-block;
  font-size: 14px;
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li {
  color: #f1992e;
  padding: 10px 20px;
  background-color: transparent;
  border: none;
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li:before {
  font-family: Arlo-WP;
  font-size: 20px;
  margin-right: 8px;
  line-height: 20px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li:not(.selected):hover {
  color: #f1992e;
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li[data-code="Web_DummyData"] {
  display: none;
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li[data-code="Web_Public"]:before {
  content: "";
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li[data-code="Web_LiveOnline"]:before {
  content: "";
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li[data-code="Web_PrivateOnsite"]:before {
  content: "";
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li[data-code="Web_SelfpacedOnline"]:before {
  content: "";
}

.arlo .arlo-filter-tags .arlo-filter-unordered-list li:last-child {
  margin-right: 0;
}

.arlo[max-width~="1100px"] .arlo-filter-tags .arlo-filter-unordered-list li {
  font-size: 0;
  padding-right: 20px;
}

.arlo[max-width~="1100px"] .arlo-filter-tags .arlo-filter-unordered-list li:before {
  margin-right: 0;
}

.arlo .arlo-event-list[min-width~="767px"] .arlo-event-listitem {
  width: 49%;
  margin-right: 1%;
}

.arlo .arlo-event-list[min-width~="1200px"] .arlo-event-listitem {
  width: 33%;
  margin-right: .3%;
}

.arlo .arlo-event-list[min-width~="1500px"] .arlo-event-listitem {
  width: 24.5%;
  margin-right: .5%;
}

.arlo .arlo-event-listitem {
  display: inline-block;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 10px;
  padding-top: 30px;
  background-color: #f5f5f5;
  vertical-align: top;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.arlo .arlo-event-listitem:nth-of-type(2n) {
  margin-right: 0;
}

.arlo .arlo-event-list[max-width~="660px"] .arlo-event-listitem {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.arlo .arlo-event-list .arlo-listitem {
  position: relative;
}

.arlo .arlo-event-list .arlo-heading {
  overflow: hidden;
}

.arlo .arlo-event-listitem .arlo-date {
  display: inline-block;
  position: relative;
  float: left;
  width: 20%;
  max-width: 80px;
  margin-right: 3%;
  text-align: center;
}

.arlo .arlo-event-listitem[max-width~="450px"] .arlo-date {
  width: 80px;
}

.arlo .arlo-event-listitem .arlo-start-date {
  margin-bottom: 5px;
  font-size: 4em;
  line-height: 1;
  font-family: "Adelle", serif;
}

.arlo .arlo-event-listitem .arlo-start-month {
  font-size: .9em;
  line-height: 1.2em;
  background: transparent;
}

.arlo .arlo-event-listitem .arlo-end-date-container {
  position: absolute;
  top: 4px;
  right: -15px;
}

.arlo .arlo-event-listitem .arlo-end-date {
  font-size: 1em;
  line-height: .8;
  font-weight: 700;
}

.arlo .arlo-event-listitem .arlo-end-date:before {
  content: '-';
  display: inline;
}

.arlo .arlo-event-listitem .arlo-end-month {
  font-size: .6em;
  line-height: 1.2em;
  background: transparent;
  text-align: right;
  font-weight: 700;
}

.arlo .arlo-event-listitem .arlo-title {
  float: left;
  width: 75%;
  margin-left: 2%;
  word-wrap: break-word;
}

.arlo .arlo-event-listitem[max-width~="450px"] .arlo-title {
  width: 65%;
  margin-left: 4%;
}

.arlo .arlo-event-listitem[max-width~="330px"] .arlo-title {
  width: 100%;
  margin-left: 0;
}

.arlo .arlo-event-listitem .arlo-title .arlo-name {
  margin-top: 0;
  margin-bottom: 0;
}

.arlo .arlo-event-listitem .arlo-title .arlo-name a {
  margin: 0 0 5px 0;
  display: inline;
  font-size: 24px;
  font-weight: 700;
  color: #278375;
  text-decoration: underline;
}

.arlo .arlo-event-listitem .arlo-title .arlo-name a:hover, .arlo .arlo-event-listitem .arlo-title .arlo-name a:focus {
  color: #563D7C;
}

.arlo .arlo-event-listitem .fa {
  width: 15px;
  margin-right: 3px;
  text-align: center;
  font-size: 14px;
}

.arlo .arlo-event-listitem .arlo-heading,
.arlo .arlo-event-listitem .arlo-details {
  padding-left: 20px;
  padding-right: 20px;
}

.arlo .arlo-event-listitem .arlo-details .arlo-location,
.arlo .arlo-event-listitem .arlo-details .arlo-duration,
.arlo .arlo-event-listitem .arlo-details .arlo-online {
  margin-right: 10px;
  text-decoration: none;
}

.arlo .arlo-event-listitem {
  font-size: 14px;
}

.arlo .arlo-event-listitem::after {
  clear: both;
  content: "";
  display: table;
}

.arlo .arlo-event-listitem .arlo-details .arlo-duration {
  padding-right: 5px;
  margin-bottom: 16px;
}

.arlo .arlo-event-listitem .arlo-details .arlo-discount-offer.arlo-offer-li,
.arlo .arlo-event-listitem .arlo-details .arlo-offers .arlo-original-price {
  font-weight: bold;
  font-size: 14.4px;
  line-height: 1.4;
}

.arlo .arlo-event-listitem .arlo-details .arlo-offers {
  margin-top: 10px;
  margin-bottom: 5px;
}

.arlo .arlo-event-listitem .arlo-details .arlo-original-price {
  text-decoration: line-through;
}

.arlo .arlo-event-listitem .arlo-details .arlo-discount-offer,
.arlo .arlo-event-listitem .arlo-details .arlo-original-price {
  color: #f9b420;
  font-style: italic;
}

.arlo .arlo-event-listitem .arlo-details .arlo-offer-ul {
  padding-left: 0;
}

.arlo .arlo-event-listitem .arlo-details .arlo-offer-ul .arlo-offer-li {
  list-style: none;
  padding: 2px;
}

.arlo .arlo-event-listitem .arlo-summary {
  padding: 15px 0;
  color: #1E1E1E;
}

.arlo .tooltipcontent {
  display: none;
}

.arlo .arlo-session-info {
  cursor: pointer;
}

.arlo .arlo-sessions {
  margin: 0;
  font-size: 14px;
}

.arlo .arlo-sessions .arlo-session .arlo-session-name {
  display: block;
  color: white;
  letter-spacing: 1px;
}

.arlo .arlo-sessions li * {
  display: inline-block;
  word-wrap: normal;
  color: white;
}

.arlo .arlo-offer-container,
.arlo .arlo-offer-li {
  font-size: 18px;
  line-height: 25px;
}

.arlo .arlo-offer-taxrate,
.arlo .arlo-offer-taxrate-shortname {
  font-size: .7em;
}

.arlo .arlo-event-listitem .arlo-register {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.arlo .arlo-event-list[max-width~="450px"] .arlo-register {
  position: static;
}

.arlo .arlo-event-list[max-width~="450px"] .arlo-event-register {
  margin-right: -20px;
}

.arlo .arlo-places-remaining {
  display: block;
  font-size: 15px;
  margin-right: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

span.arlo-register-interest {
  display: block;
  margin-bottom: 16px;
}

span.arlo-register-interest a {
  color: #278375;
  text-decoration: underline;
}

span.arlo-register-interest a:hover, span.arlo-register-interest a:focus {
  color: #563D7C;
  text-decoration: none;
}

.arlo .arlo-event-register {
  margin: 16px 0;
}

.arlo .arlo-event-register,
.arlo .arlo-event-register-info {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #563D7C;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.arlo .arlo-event-register:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 0;
  height: 40px;
  border-top: 40px solid transparent;
  border-right: 30px solid #563D7C;
}

.arlo .arlo-event-register:hover,
.arlo .arlo-event-register.arlo-waiting-list:hover {
  background-color: #278375;
  color: #ffffff;
}

.arlo .arlo-event-register:hover:before,
.arlo .arlo-event-register.arlo-waiting-list:hover:before {
  border-right-color: #278375;
}

.arlo .arlo-event-register.arlo-waiting-list {
  background-color: #687082;
}

.arlo .arlo-event-register.arlo-waiting-list:before {
  border-right-color: #687082;
}

.arlo .arlo-event-register-info {
  width: 100%;
  background: #EAEAEA;
  color: #636363;
  text-align: center;
}

.arlo .arlo-event-register-info a {
  color: #f1992e;
}

.arlo .arlo-event-register-info p {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.arlo .arlo-show-more-container {
  text-align: center;
}

.arlo .arlo-show-more {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  border: 2px solid #687082;
  border-radius: 4px;
  color: #687082;
}

.arlo .arlo-show-more:hover {
  background-color: #687082;
  color: #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.arlo .arlo-no-results-found {
  text-align: center;
  font-size: 20px;
  margin: 20px auto 0;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 12px;
  background: #f5f5f5;
  color: #969696;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.arlo .arlo-streetline {
  white-space: pre;
}

.arlo .arlo-venue-information {
  padding: 20px;
  margin: 0 auto;
}

.arlo .arlo-venue-information .arlo-venue-content-title,
.arlo .arlo-venue-information .arlo-facilityinfo-field-title {
  font-size: 130%;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
}

.arlo .arlo-venue-information .arlo-venue-content-title,
.arlo .arlo-venue-information .arlo-facilityinfo-field-title,
.arlo .arlo-venue-information .arlo-venue-content {
  margin-bottom: 10px;
}

.arlo .arlo-facilityinfo-info-list {
  padding: 0;
  margin: 0;
}

.arlo .arlo-facilityinfo-info-list .arlo-facilityinfo-field-title,
.arlo .arlo-facilityinfo-info-list .arlo-facilityinfo-field-text {
  margin-bottom: 10px;
}

.arlo .arlo-facilityinfo-info-list .arlo-facilityinfo-field-title p,
.arlo .arlo-facilityinfo-info-list .arlo-facilityinfo-field-text p {
  margin-bottom: 5px;
}

.arlo .arlo-facilityinfo-info-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arlo .arlo-facilityinfo-info-list .arlo-facilityinfo-field-text ul {
  margin-left: 30px;
  padding: 0;
}

.arlo .arlo-facilityinfo-info-list .arlo-facilityinfo-field-text ul li {
  list-style: square;
  padding: 0;
  margin: 0;
}

.arlo .arlo-item-header,
.arlo .arlo-content-field-name {
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 400;
  color: #565656;
}

.arlo.arlo-schedule .arlo-filters {
  margin-bottom: 20px;
  text-align: center;
}

.arlo.arlo-schedule .arlo-filters > div,
.arlo.arlo-schedule .arlo-filters div[id^="filter"] {
  display: inline-block;
  margin-bottom: 5px;
}

.arlo.arlo-schedule .arlo-filters div[id^="filter"] {
  margin-right: 10px;
}

.arlo.arlo-schedule .arlo-filters .arlo-filter-unordered-list .arlo-custom-li {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  color: #343f56;
  cursor: pointer;
  font-weight: bold;
}

.arlo.arlo-schedule .arlo-filters .arlo-filter-unordered-list .arlo-custom-li:hover {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.arlo.arlo-schedule .arlo-filters .arlo-filter-unordered-list .arlo-custom-li.selected {
  background-color: #f1992e;
  border-color: #f1992e;
  color: #fff;
}

.arlo.arlo-schedule .arlo-categorycatalogue-listitem {
  margin-bottom: 40px;
  overflow: hidden;
}

.arlo.arlo-schedule .arlo-categorycatalogue-listitem .arlo-category-name {
  padding: 8px;
  border-bottom: 2px solid #278375;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[max-width="768px"] {
  padding: 15px;
  text-align: center;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[max-width="768px"] .arlo-name {
  font-size: 16px;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] {
  float: left;
  width: 100%;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems li:nth-of-type(2n) {
  background-color: #f5f5f5;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems li > div {
  padding: 5px;
  font-size: .9em;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] > div {
  float: left;
  padding: 15px;
  vertical-align: middle;
  font-size: .9em;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] .arlo-title-column {
  width: 40%;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] .arlo-duration-column {
  width: 15%;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] .arlo-offers-column {
  width: 20%;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] .arlo-online-column {
  width: 5%;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitem[min-width="769px"] .arlo-next-running-column {
  width: 20%;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-name {
  font-weight: bold;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-next-running a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-top: 2px;
  margin-right: 2px;
  background-color: #278375;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-next-running a:hover {
  background-color: #563D7C;
  color: #fff;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-register-interest {
  background: transparent;
  color: #278375;
  font-weight: bold;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-register-interest:after {
  content: "\e910";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: 'icomoon';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-register-interest:hover,
.arlo.arlo-schedule .arlo-eventtemplatecategoryitems-listitems .arlo-register-interest:hover:after {
  color: #563D7C;
}

.arlo.arlo-schedule .arlo-show-more-container {
  width: 100%;
  clear: both;
  text-align: center;
}

.arlo.arlo-schedule .arlo-show-more {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  border: 2px solid #687082;
  border-radius: 4px;
  color: #687082;
}

.arlo.arlo-schedule .arlo-show-more {
  margin-top: 20px;
}

.arlo.arlo-schedule .arlo-show-more:hover {
  background-color: #687082;
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-node-type-event li a {
  border: 0;
}

.page-node-type-event .breadcrumb li:last-child {
  display: none;
}

.node--type-event .header {
  background-color: #278375;
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
}

.node--type-event .header h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.node--type-event .header .map {
  padding-top: 24px;
  padding-bottom: 24px;
}

.node--type-event .header .map iframe {
  height: 400px !important;
}

.arlo-start-date-container {
  background-color: #fff;
  padding-bottom: 8px;
}

.UpcomingEvents {
  margin-bottom: 24px;
}

.UpcomingEvents .arlo-item-header {
  font-weight: 700;
}

.arlo-event-listitem .arlo-details {
  height: auto !important;
}

.arlo-content-field-text ul {
  padding-left: 1.25em;
}

.arlo-content-field-text ul li {
  list-style: disc;
}

.arlo-content-field-listitem .arlo-content-field-text.arlo-text-color-light {
  color: #1E1E1E;
}

.arlo-registration-wrap {
  margin-top: 16px;
}

.page-node-type-fact-sheet #main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .page-node-type-fact-sheet #main {
    width: 1200px;
  }
}

.page-node-type-fact-sheet main#content {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
}

@media (min-width: 992px) {
  .page-node-type-fact-sheet main#content {
    padding: 40px 48px;
    margin-bottom: 80px;
  }
}

.page-node-type-fact-sheet .field--name-field-sections .section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-node-type-fact-sheet .mm-page {
  background: #f8f8f8;
}

.page-node-type-fact-sheet .node--view-mode-full h1 {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1.25;
}

.page-node-type-fact-sheet .node--view-mode-full h1 + .media {
  margin-bottom: 40px;
}

.page-node-type-fact-sheet .node--view-mode-full h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.path-group header#header {
  background: #f8f8f8;
  border-bottom: 1px solid #dedede;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}

.path-group .mm-page {
  background: #f8f8f8;
}

.path-group #main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .path-group #main {
    width: 1200px;
  }
}

.path-group #sidebar + main#content {
  background: transparent;
  border: 0;
  padding: 0;
}

.path-group .dropbutton-wrapper {
  line-height: 48px;
  min-height: 48px;
}

.path-group .dropbutton-wrapper .dropbutton-widget {
  border-radius: 4px;
  padding-left: 12px;
}

.path-group .dropbutton-wrapper .dropbutton-widget ul li {
  margin-right: 12px;
}

.path-group .dropbutton-wrapper .dropbutton-widget ul li.dropbutton-toggle {
  margin-right: 0;
}

.path-group td .dropbutton-wrapper {
  line-height: 48px;
  min-height: 58px;
  margin: -8px 0;
}

.path-group td .dropbutton-wrapper a {
  text-decoration: none;
}

.path-group .action-links a {
  display: inline-block;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  border: 1px solid;
  color: #278375;
  text-decoration: none;
  border-radius: 4px;
}

.group--type-organisation h1 {
  font-size: 28px;
  margin-left: 16px;
}

.group--type-organisation h2 {
  font-size: 21px;
}

.group--type-organisation h3 {
  font-size: 18px;
}

.group--type-organisation .banner .node--view-mode-basic {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
}

.group--type-organisation .banner .node--view-mode-basic .field {
  display: flex;
}

.group--type-organisation .banner .node--view-mode-basic .field .field__label {
  margin-right: 8px;
}

.group--type-organisation .banner .node--view-mode-basic .field .field__label:after {
  content: ":";
}

.group--type-organisation .admin,
.group--type-organisation .locations,
.group--type-organisation .users {
  clear: both;
  margin-top: 24px;
}

.group--type-organisation .locations .empty {
  margin: 16px 0;
  padding: 16px;
  background-color: #efefef;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.group--type-organisation .locations .empty p:last-child {
  margin-bottom: 0;
}

.group--type-organisation .users .view-group-members {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
  margin: 16px 0;
}

.group--type-organisation .users .view-group-members thead {
  border: 1px solid #dedede;
}

.group--type-organisation .users .view-group-members th {
  text-align: left;
  padding: 6px 12px;
}

.group--type-organisation .users .view-group-members td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.group--type-organisation .users .view-group-members td ul li {
  margin: 0 0 4px;
  padding: 0;
}

#block-groupoperations-2 {
  background: #fff;
  border: 1px solid #dedede;
  padding: 16px 24px;
  margin-bottom: 40px;
}

#block-groupoperations-2 h2 {
  font-size: 24px;
  font-family: "Adelle-sans", sans-serif;
  line-height: 1.56;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dedede;
}

.view-group-content .btn a,
.view-group-members .btn a {
  display: inline-block;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  border: 1px solid;
  color: #278375;
  text-decoration: none;
  border-radius: 4px;
}

.view-group-content .view-filters,
.view-group-members .view-filters {
  background: white;
  border: 1px solid #c6c6c6;
  margin: 16px 0;
  padding: 0 16px 16px;
  border-radius: 4px;
}

.view-group-content .view-filters .form--inline,
.view-group-members .view-filters .form--inline {
  display: flex;
  align-items: flex-end;
}

.view-group-content .view-filters .form--inline .form-item,
.view-group-members .view-filters .form--inline .form-item {
  width: 100%;
}

.view-group-content .view-filters .form--inline .form-item label,
.view-group-members .view-filters .form--inline .form-item label {
  margin-bottom: 4px;
}

.view-group-content .view-filters .form--inline .form-item select,
.view-group-members .view-filters .form--inline .form-item select {
  width: 100%;
  line-height: 48px;
  height: 48px;
  padding: 0 8px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
}

.view-group-content .view-filters .form--inline .form-actions input,
.view-group-members .view-filters .form--inline .form-actions input {
  background-color: #278375;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  max-width: 0 0 0 16px;
  appearance: none;
  border: 0;
  border-radius: 4px;
}

.view-group-content .view-content,
.view-group-members .view-content {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
}

.view-group-content .view-content thead,
.view-group-members .view-content thead {
  border: 1px solid #dedede;
}

.view-group-content .view-content th,
.view-group-members .view-content th {
  text-align: left;
  padding: 6px 12px;
}

.view-group-content .view-content td ul,
.view-group-members .view-content td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-group-content .view-content td ul li,
.view-group-members .view-content td ul li {
  margin: 0 0 4px;
  padding: 0;
}

.section-83 {
  background-color: #f8f8f8;
  padding: 80px 0 40px;
}

.section-83 h2 {
  text-align: center;
  width: 100%;
}

.section-83 form {
  display: flex;
  flex-wrap: wrap;
}

.section-83 form .mailchimp-newsletter-mergefields {
  width: 100%;
  order: 0;
}

@media (min-width: 992px) {
  .section-83 form .mailchimp-newsletter-mergefields {
    display: flex;
  }
}

.section-83 form .mailchimp-newsletter-mergefields .form-item {
  margin-bottom: 0;
  flex-grow: 1;
}

.section-83 form .mailchimp-newsletter-mergefields label {
  margin: 0 8px 2px 16px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.section-83 form .mailchimp-newsletter-mergefields input {
  border-radius: 4px;
  border: 1px solid;
  padding: 12px 16px 12px 16px;
  width: 90%;
  font-size: 16px;
  line-height: 1.5;
}

.section-83 form .mailchimp-newsletter-wrapper {
  order: 1;
}

@media (min-width: 992px) {
  .section-83 form .mailchimp-newsletter-wrapper {
    width: 25%;
  }
}

.section-83 form .mailchimp-newsletter-wrapper input {
  position: absolute;
  z-index: -1;
}

.section-83 form .mailchimp-newsletter-wrapper label {
  font-weight: normal;
  display: flex;
  padding-right: 40px;
}

.section-83 form .mailchimp-newsletter-wrapper label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 4px;
  margin-right: 12px;
  text-align: center;
  line-height: 24px;
  font-family: 'icomoon';
  font-size: 18px;
}

.section-83 form .mailchimp-newsletter-wrapper input:checked + label:before {
  content: "\e907";
  color: #278375;
}

.section-83 form .form-item-gdpr-consent {
  order: 2;
  width: 70%;
}

.section-83 form .form-item-gdpr-consent input {
  position: absolute;
  z-index: -1;
}

.section-83 form .form-item-gdpr-consent label {
  font-weight: normal;
  display: flex;
  padding-right: 40px;
}

.section-83 form .form-item-gdpr-consent label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 4px;
  margin-right: 12px;
  text-align: center;
  line-height: 24px;
  font-family: 'icomoon';
  font-size: 18px;
}

.section-83 form .form-item-gdpr-consent input:checked + label:before {
  content: "\e907";
  color: #278375;
}

.section-83 form .form-actions {
  order: 3;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  padding-right: 2.5%;
}

@media (min-width: 992px) {
  .section-83 form .form-actions {
    width: 30%;
  }
}

.section-83 form .form-actions input {
  padding: 12px 44px;
  border-radius: 4px;
  color: #fff;
  background: #278375;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.36);
}

.section-83 form .form-actions input:hover, .section-83 form .form-actions input:focus {
  background: #563D7C;
}

.section-86 {
  margin-top: 0;
  padding-top: 80px;
  border-top: 1px solid #dedede;
}

.node--type-landing-page.node--view-mode-full .header-node {
  background-color: #278375;
  color: #fff;
  font-size: 18px;
}

.node--type-landing-page.node--view-mode-full .header-node .container {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .header-node .container:after {
    content: "";
    border-right: 1px solid #fff;
    height: 80%;
    width: 2px;
    position: absolute;
    left: 60%;
  }
}

.node--type-landing-page.node--view-mode-full .header-node .text {
  margin-top: 48px;
}

@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .header-node .text {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}

.node--type-landing-page.node--view-mode-full .header-node .text h1 {
  margin-bottom: 8px;
}

.node--type-landing-page.node--view-mode-full .header-node .text p:last-child {
  margin-bottom: 0;
}

.node--type-landing-page.node--view-mode-full .header-node h3 a {
  color: #fff;
}

.node--type-landing-page.node--view-mode-full .header-node h3 a:hover, .node--type-landing-page.node--view-mode-full .header-node h3 a:focus {
  text-decoration: underline;
}

.node--type-landing-page.node--view-mode-full .header-node + .paragraph--type-general {
  margin-top: 24px;
}

.page-node-type-listing-page .mm-page {
  background: #f8f8f8;
  position: relative;
}

.page-node-type-listing-page #main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .page-node-type-listing-page #main {
    width: 1200px;
  }
}

.page-node-type-listing-page main#content {
  border: 1px solid #dedede;
  padding: 16px !important;
  background: #fff;
}

@media (min-width: 992px) {
  .page-node-type-listing-page main#content {
    margin-bottom: 80px;
  }
}

.page-node-type-listing-page #sidebar + main#content {
  border: 0;
  background: transparent;
}

.node--type-membership-information h2.back {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding-top: 16px;
  margin-top: -16px;
  font-size: 21px;
}

.node--type-membership-information h2.back a {
  margin-left: 4px;
}

.node--type-membership-information.node--view-mode-basic {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
}

.node--type-membership-information.node--view-mode-basic h3 {
  font-family: "Adelle-sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.node--type-membership-information.node--view-mode-basic h3 a {
  text-decoration: underline;
  width: 100%;
}

.node--type-membership-information.node--view-mode-basic h3:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
}

.node--type-membership-information.node--view-mode-basic:hover, .node--type-membership-information.node--view-mode-basic:focus {
  border-color: #563D7C;
}

.node--type-membership-information.node--view-mode-basic:hover h2 a, .node--type-membership-information.node--view-mode-basic:hover h2:after,
.node--type-membership-information.node--view-mode-basic:hover h3 a,
.node--type-membership-information.node--view-mode-basic:hover h3:after, .node--type-membership-information.node--view-mode-basic:focus h2 a, .node--type-membership-information.node--view-mode-basic:focus h2:after,
.node--type-membership-information.node--view-mode-basic:focus h3 a,
.node--type-membership-information.node--view-mode-basic:focus h3:after {
  color: #563D7C;
}

.node--type-office.node--view-mode-full .container {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.node--type-office.node--view-mode-full .geolocation-map-wrapper {
  padding: 0 0 16px 0;
}

.node--type-office.node--view-mode-full h1 {
  font-size: 36px;
  line-height: 1.25;
}

.node--type-office.node--view-mode-full, .node--type-office.node--view-mode-feature {
  padding: 0 0 40px;
}

.node--type-office.node--view-mode-full h2, .node--type-office.node--view-mode-feature h2 {
  font-size: 24px;
}

.node--type-office.node--view-mode-full .phone, .node--type-office.node--view-mode-feature .phone {
  display: flex;
}

.node--type-office.node--view-mode-full .phone label, .node--type-office.node--view-mode-feature .phone label {
  margin-right: 8px;
  width: 20%;
}

.node--type-office.node--view-mode-full .phone .list, .node--type-office.node--view-mode-feature .phone .list {
  width: 100%;
}

.node--type-office.node--view-mode-teaser {
  height: 100%;
  overflow: hidden;
  padding-bottom: 3em;
  position: relative;
}

.node--type-office.node--view-mode-teaser .field--name-bundle-fieldnode {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  background: #d8d8d8;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.node--type-organisation.node--view-mode-full .container {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.node--type-organisation.node--view-mode-full .geolocation-map-wrapper {
  padding: 0 0 16px 0;
}

.node--type-organisation.node--view-mode-full h1 {
  margin-bottom: 8px;
}

.node--type-organisation.node--view-mode-full .field-name-field-email-address {
  display: flex;
}

.node--type-organisation.node--view-mode-full .field-name-field-email-address .field-label-inline {
  margin: 0 4px 0 0;
}

.node--type-organisation.node--view-mode-full .view-group-eva {
  margin-top: 24px;
  margin-left: -16px;
}

.node--type-organisation.node--view-mode-full h2.back {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding-top: 16px;
  margin-top: -16px;
  font-size: 21px;
}

.node--type-organisation.node--view-mode-full h2.back a {
  margin-left: 4px;
}

.node--type-organisation .field-label-inline {
  display: inline-block;
  margin-right: 4px;
}

.page-node-type-page #main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .page-node-type-page #main {
    width: 1200px;
  }
}

.page-node-type-page main#content {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
}

@media (min-width: 992px) {
  .page-node-type-page main#content {
    padding: 40px 48px;
    margin-bottom: 80px;
  }
}

.page-node-type-page .field--name-field-sections .section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-node-type-page .mm-page {
  background: #f8f8f8;
}

.page-node-type-page .node--view-mode-full h1 {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1.25;
}

.page-node-type-page .node--view-mode-full h1 + .media {
  margin-bottom: 40px;
}

.page-node-type-page .node--view-mode-full .section > .container > h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.field--name-field-full-content ol > li, .field--name-field-full-content ul > li {
  margin-bottom: 8px;
}

.field--name-field-full-content ol ul, .field--name-field-full-content ol ol, .field--name-field-full-content ul ul, .field--name-field-full-content ul ol {
  margin-top: 8px;
}

.field--name-field-full-content ol li::marker {
  font-weight: 900;
}

.field--name-field-full-content ol li ol li {
  list-style: lower-latin;
}

.view-publications-sapi header {
  margin: 48px 0 40px;
}

.view-publications-sapi .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
}

.view-publications-sapi .views-exposed-form .form--inline .form-item label {
  display: block;
  padding: 0 8px 4px;
}

.view-publications-sapi .views-exposed-form .form--inline .form-item input,
.view-publications-sapi .views-exposed-form .form--inline .form-item select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 0 8px;
}

.view-publications-sapi .views-exposed-form .form--inline .form-actions {
  margin-top: 2.75em;
}

.view-publications-sapi .views-exposed-form .form--inline .form-actions input {
  height: 40px;
  line-height: 38px;
  padding: 0 24px;
  background-color: #278375;
  border: 1px solid #278375;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.36);
}

.view-publications-sapi .views-exposed-form .form--inline .form-actions input[value="Reset"] {
  background: transparent;
  border: 1px solid #278375;
  color: #278375;
  margin-left: 0;
}

.view-publications-sapi article.content {
  background: #f8f8f8;
}

.view-publications-sapi article.content footer {
  color: #707070;
  margin: 40px 0;
}

.page-node-type-publication #main {
  background: #f8f8f8;
  position: relative;
}

.page-node-type-publication .back-btn {
  background: #fff;
  padding: 24px 0;
}

.page-node-type-publication .back-btn .btn {
  display: inline-block;
}

.page-node-type-publication .back-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 8px 16px 8px 8px;
  border: 1px solid #278375;
  border-radius: 4px;
}

.page-node-type-publication .back-btn .btn a:before {
  font-family: 'icomoon';
  content: "\e911";
  margin-right: 4px;
}

.page-node-type-publication .back-btn .btn a:hover, .page-node-type-publication .back-btn .btn a:focus {
  background-color: #278375;
  color: #fff;
}

.page-node-type-publication main .node--view-mode-full .container-publication {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
  margin-top: 80px;
}

@media (min-width: 992px) {
  .page-node-type-publication main .node--view-mode-full .container-publication {
    padding: 40px 48px;
    margin-bottom: 80px;
  }
}

.page-node-type-publication main .node--view-mode-full .container-publication h1 {
  font-size: 36px;
  line-height: 1.25;
}

.page-node-type-publication main .node--view-mode-full .container-publication .meta {
  display: flex;
  margin-bottom: 20px;
}

.page-node-type-publication main .node--view-mode-full .container-publication .meta .date {
  padding: 4px 0;
  margin-right: 32px;
  color: #707070;
}

.page-node-type-publication main .node--view-mode-full .container-publication .meta .categories {
  margin: 0 0 0 8px;
  font-size: 14px;
}

.page-node-type-publication main .node--view-mode-full .container-publication .meta .categories .entry {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #1E1E1E;
  color: #fff;
}

.page-node-type-publication main .node--view-mode-full .container-publication .field-name-node-changed-date {
  margin-top: 24px;
  border-top: 1px solid;
  padding-top: 8px;
  display: flex;
  color: #707070;
  font-size: 14px;
  justify-content: flex-end;
}

.page-node-type-publication main .node--view-mode-full .container-publication .field-name-node-changed-date div {
  margin-right: 4px;
}

.page-node-type-publication .field--name-field-sections .section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-node-type-publication .pdf-reader iframe {
  max-width: 100%;
}

.page-node-type-publication .pdf-reader a {
  height: 40px;
  line-height: 38px;
  padding: 0 24px;
  background-color: #278375;
  border: 1px solid #278375;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.36);
  text-decoration: none;
  display: inline-block;
}

.page-node-type-publication .pdf-reader a:hover, .page-node-type-publication .pdf-reader a:focus {
  background-color: #563D7C;
  border-color: #563D7C;
}

.node--type-publication.node--view-mode-search-result {
  margin-bottom: 24px;
}

.node--type-publication.node--view-mode-search-result .meta {
  display: flex;
  margin-bottom: 20px;
}

.node--type-publication.node--view-mode-search-result .meta .date {
  padding: 4px 0;
  margin-right: 32px;
  color: #707070;
}

.node--type-publication.node--view-mode-search-result .meta .categories {
  margin: 0 0 0 8px;
  font-size: 14px;
}

.node--type-publication.node--view-mode-search-result .meta .categories .entry {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #1E1E1E;
  color: #fff;
}

.node--type-qa-report h2.back {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding-top: 16px;
  margin-top: -16px;
  font-size: 21px;
}

.node--type-qa-report h2.back a {
  margin-left: 4px;
}

.node--type-qa-report .info {
  display: flex;
}

.node--type-qa-report .info .field {
  padding: 24px 32px;
  background: #dedede;
  margin: 0 16px 16px 0;
  text-align: center;
}

.node--type-qa-report .info .field label,
.node--type-qa-report .info .field .label {
  margin-bottom: 8px;
  display: block;
  text-align: left;
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #1E1E1E;
  line-height: 1.5;
}

.node--type-qa-report .reports {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.node--type-qa-report .reports .report {
  width: 49%;
  padding: 16px 32px 24px;
  background: #dedede;
  border-radius: 8px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}

.node--type-qa-report .reports .report .field-label-above {
  font-family: "Adelle", serif;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 8px;
}

.node--type-qa-report.node--view-mode-basic {
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 24px 16px;
}

.node--type-qa-report.node--view-mode-basic .group_documents label {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Adelle", serif;
}

.node--type-qa-report.node--view-mode-basic h3 {
  font-family: "Adelle-sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.node--type-qa-report.node--view-mode-basic h3 a {
  text-decoration: underline;
  width: 100%;
}

.node--type-qa-report.node--view-mode-basic h3:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
}

.node--type-qa-report.node--view-mode-basic:hover, .node--type-qa-report.node--view-mode-basic:focus {
  border-color: #563D7C;
}

.node--type-qa-report.node--view-mode-basic:hover h2 a, .node--type-qa-report.node--view-mode-basic:hover h2:after,
.node--type-qa-report.node--view-mode-basic:hover h3 a,
.node--type-qa-report.node--view-mode-basic:hover h3:after, .node--type-qa-report.node--view-mode-basic:focus h2 a, .node--type-qa-report.node--view-mode-basic:focus h2:after,
.node--type-qa-report.node--view-mode-basic:focus h3 a,
.node--type-qa-report.node--view-mode-basic:focus h3:after {
  color: #563D7C;
}

.page-node-type-qa-report section#main {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .page-node-type-qa-report section#main {
    width: 1200px;
  }
}

.node--type-qa-section-1.node--view-mode-teaser,
.node--type-qa-section-2.node--view-mode-teaser,
.node--type-qa-section-3.node--view-mode-teaser,
.node--type-qa-section-4.node--view-mode-teaser,
.node--type-qa-section-5.node--view-mode-teaser {
  margin-bottom: 24px;
  padding: 16px 24px 20px;
}

.node--type-qa-section-1.node--view-mode-teaser h2,
.node--type-qa-section-2.node--view-mode-teaser h2,
.node--type-qa-section-3.node--view-mode-teaser h2,
.node--type-qa-section-4.node--view-mode-teaser h2,
.node--type-qa-section-5.node--view-mode-teaser h2 {
  font-size: 21px;
  margin-bottom: 8px;
}

.node--type-qa-section-1.node--view-mode-teaser .information,
.node--type-qa-section-2.node--view-mode-teaser .information,
.node--type-qa-section-3.node--view-mode-teaser .information,
.node--type-qa-section-4.node--view-mode-teaser .information,
.node--type-qa-section-5.node--view-mode-teaser .information {
  padding-left: 0;
}

.node--type-qa-section-1.node--view-mode-teaser .information .edit,
.node--type-qa-section-2.node--view-mode-teaser .information .edit,
.node--type-qa-section-3.node--view-mode-teaser .information .edit,
.node--type-qa-section-4.node--view-mode-teaser .information .edit,
.node--type-qa-section-5.node--view-mode-teaser .information .edit {
  display: flex;
}

.node--type-qa-section-1.node--view-mode-teaser .information .edit .field--name-dynamic-token-fieldnode-section-edit a,
.node--type-qa-section-2.node--view-mode-teaser .information .edit .field--name-dynamic-token-fieldnode-section-edit a,
.node--type-qa-section-3.node--view-mode-teaser .information .edit .field--name-dynamic-token-fieldnode-section-edit a,
.node--type-qa-section-4.node--view-mode-teaser .information .edit .field--name-dynamic-token-fieldnode-section-edit a,
.node--type-qa-section-5.node--view-mode-teaser .information .edit .field--name-dynamic-token-fieldnode-section-edit a {
  display: inline-block;
  margin-left: 8px;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span {
  padding: 4px 12px 4px 10px;
  background-color: #f8f8f8;
  color: #1E1E1E;
  text-transform: uppercase;
  margin: 0 0 8px;
  display: inline-block;
  border-radius: 32px;
  font-size: 12px;
  letter-spacing: 0.125px;
  font-weight: 700;
  border: 1px solid #dedede;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr .views-field-moderation-state span:before {
  font-family: "icomoon";
  display: inline-block;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span {
  background-color: #278375;
  border: 1px solid #278375;
  color: #fff;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Published .views-field-moderation-state span:before {
  content: "\e907";
  margin-right: 6px;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span,
.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span {
  border: 1px solid #83275e;
  background-color: rgba(131, 39, 94, 0.15);
  color: #83275e;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span:before,
.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Draft .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.New .views-field-moderation-state span:before {
  content: "\e902";
  margin-right: 6px;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span {
  border: 1px solid #836427;
  background-color: rgba(131, 100, 39, 0.15);
  color: #836427;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Review .views-field-moderation-state span:before {
  content: "\e914";
  margin-right: 6px;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span {
  border: 1px solid #563D7C;
  background-color: rgba(86, 61, 124, 0.15);
  color: #563D7C;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Confirmed .views-field-moderation-state span:before {
  content: "\e904";
  margin-right: 6px;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span {
  border: 1px solid #3D5E7C;
  background-color: #fff;
  background-color: rgba(61, 94, 124, 0.15);
  color: #3D5E7C;
}

.node--type-qa-section-1.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span:before,
.node--type-qa-section-2.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span:before,
.node--type-qa-section-3.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span:before,
.node--type-qa-section-4.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span:before,
.node--type-qa-section-5.node--view-mode-teaser .view-section-moderation-state-cr div.Approved .views-field-moderation-state span:before {
  content: "\e906";
  margin-right: 6px;
}

.node--type-qa-section-1.node--view-mode-teaser .score,
.node--type-qa-section-2.node--view-mode-teaser .score,
.node--type-qa-section-3.node--view-mode-teaser .score,
.node--type-qa-section-4.node--view-mode-teaser .score,
.node--type-qa-section-5.node--view-mode-teaser .score {
  background-color: #f8f8f8;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  color: #278375;
  display: block;
  padding: 24px;
  text-align: center;
}

.node--type-qa-section-1.node--view-mode-teaser .score span,
.node--type-qa-section-2.node--view-mode-teaser .score span,
.node--type-qa-section-3.node--view-mode-teaser .score span,
.node--type-qa-section-4.node--view-mode-teaser .score span,
.node--type-qa-section-5.node--view-mode-teaser .score span {
  color: black;
  opacity: 0.5;
  font-size: 0.65em;
}

.node--type-qa-section-1.node--view-mode-teaser .score h2,
.node--type-qa-section-2.node--view-mode-teaser .score h2,
.node--type-qa-section-3.node--view-mode-teaser .score h2,
.node--type-qa-section-4.node--view-mode-teaser .score h2,
.node--type-qa-section-5.node--view-mode-teaser .score h2 {
  margin: 0;
}

.node--type-qa-section-1.node--view-mode-teaser .field-name-node-link,
.node--type-qa-section-2.node--view-mode-teaser .field-name-node-link,
.node--type-qa-section-3.node--view-mode-teaser .field-name-node-link,
.node--type-qa-section-4.node--view-mode-teaser .field-name-node-link,
.node--type-qa-section-5.node--view-mode-teaser .field-name-node-link {
  display: inline-block;
}

.node--type-qa-section-1.node--view-mode-teaser .field-name-node-link a,
.node--type-qa-section-2.node--view-mode-teaser .field-name-node-link a,
.node--type-qa-section-3.node--view-mode-teaser .field-name-node-link a,
.node--type-qa-section-4.node--view-mode-teaser .field-name-node-link a,
.node--type-qa-section-5.node--view-mode-teaser .field-name-node-link a {
  display: flex;
  padding: 8px;
  background-color: #278375;
  color: white;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
}

.node--type-qa-section-1.node--view-mode-teaser .field-name-node-link a:after,
.node--type-qa-section-2.node--view-mode-teaser .field-name-node-link a:after,
.node--type-qa-section-3.node--view-mode-teaser .field-name-node-link a:after,
.node--type-qa-section-4.node--view-mode-teaser .field-name-node-link a:after,
.node--type-qa-section-5.node--view-mode-teaser .field-name-node-link a:after {
  margin-left: 4px;
  font-family: 'icomoon';
  content: "\e910";
}

.view-linked-organisation div,
.view-linked-organisation div {
  display: inline-block;
}

.view-linked-organisation div a,
.view-linked-organisation div a {
  display: flex;
  padding: 8px 8px 8px 16px;
  background-color: #fff;
  color: #278375;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #278375;
}

.view-linked-organisation div a:after,
.view-linked-organisation div a:after {
  margin-left: 4px;
  font-family: 'icomoon';
  content: "\e910";
}

.path-search .mm-page {
  background: #f8f8f8;
  position: relative;
}

.path-search #main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .path-search #main {
    width: 1200px;
  }
}

.path-search main#content {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
}

@media (min-width: 992px) {
  .path-search main#content {
    margin-bottom: 80px;
    padding: 16px !important;
  }
}

.path-search #sidebar + main#content {
  border: 0;
  background: transparent;
}

.view-search-api .search-block {
  margin: 0 0 24px;
  padding-left: 0;
}

.view-search-api .search-block .form--inline {
  display: flex;
  background: white;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #dedede;
}

.view-search-api .search-block .form--inline .form-item,
.view-search-api .search-block .form--inline .form-actions {
  margin: 0;
}

.view-search-api .search-block .form--inline .form-item {
  flex-grow: 1;
}

.view-search-api .search-block .form--inline label {
  display: none;
}

.view-search-api .search-block .form--inline input {
  padding: 0;
  margin: 0;
  border: 0;
  color: #1E1E1E;
}

.view-search-api .search-block .form--inline input.form-text {
  max-width: 70%;
}

.view-search-api .search-block .form--inline .form-actions {
  position: relative;
}

.view-search-api .search-block .form--inline .form-actions input {
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: white;
  padding-left: 24px;
  position: relative;
}

.view-search-api .search-block .form--inline .form-actions:before {
  font-family: 'icomoon';
  content: "\e916";
  color: black;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: 20px;
  line-height: 24px;
}

.view-search-api .view-content .node--view-mode-search-result {
  margin-bottom: 24px;
}

.node--type-staff {
  height: 100%;
}

.node--type-staff img {
  border-radius: 50%;
}

.node--type-staff h2 {
  font-size: 24px;
}

.page-node-type-story #main {
  background: #f8f8f8;
  position: relative;
}

.page-node-type-story .back-btn {
  background: #fff;
  padding: 24px 0;
}

.page-node-type-story .back-btn .btn {
  display: inline-block;
}

.page-node-type-story .back-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 8px 16px 8px 8px;
  border: 1px solid #278375;
  border-radius: 4px;
}

.page-node-type-story .back-btn .btn a:before {
  font-family: 'icomoon';
  content: "\e911";
  margin-right: 4px;
}

.page-node-type-story .back-btn .btn a:hover, .page-node-type-story .back-btn .btn a:focus {
  background-color: #278375;
  color: #fff;
}

.page-node-type-story main .node--view-mode-full .container-article {
  border: 1px solid #dedede;
  padding: 16px;
  background: #fff;
  margin-top: 80px;
}

@media (min-width: 992px) {
  .page-node-type-story main .node--view-mode-full .container-article {
    padding: 40px 48px;
    margin-bottom: 80px;
  }
}

.page-node-type-story main .node--view-mode-full .container-article .inner {
  max-width: 740px;
  margin: 0 auto;
}

.page-node-type-story main .node--view-mode-full .container-article h1 {
  font-size: 36px;
  line-height: 1.25;
}

.page-node-type-story main .node--view-mode-full .container-article div.field-name-field-main-media .b-lazy {
  margin-bottom: 24px;
}

.page-node-type-story .field--name-field-sections .section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.node--type-story.node--view-mode-teaser .media {
  margin-bottom: 24px;
}

.node--type-story.node--view-mode-teaser h2 {
  font-family: "Adelle-sans", sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.node--type-story.node--view-mode-teaser .meta {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
}

.node--type-story.node--view-mode-teaser .meta .field {
  font-weight: 600;
  background: #dedede;
  padding: 4px 8px;
}

@media (min-width: 768px) {
  .node--type-story.node--view-mode-feature .feature-container {
    display: flex;
    align-items: center;
  }
}

.node--type-story.node--view-mode-feature .info {
  border-top: 8px solid #278375;
  background: #1E1E1E;
  color: #fff;
  padding: 48px 40px 40px;
}

@media (min-width: 768px) {
  .node--type-story.node--view-mode-feature .info {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -8.3333%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
  }
}

.node--type-story.node--view-mode-feature .info h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.node--type-story.node--view-mode-feature .info h3 a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.node--type-story.node--view-mode-feature .info h3 a:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
}

.node--type-story.node--view-mode-feature .info h3 a:hover, .node--type-story.node--view-mode-feature .info h3 a:focus {
  color: #278375;
  text-decoration: underline;
}

.node--type-story.node--view-mode-feature .info h3:after {
  content: "\e910";
  font-family: 'icomoon';
  display: inline;
  font-weight: 100;
  display: none;
}

.node--type-story.node--view-mode-feature .info p.large {
  font-size: 18px;
  line-height: 28px;
}

.view-story-sapi {
  margin: 0 0 24px;
  padding-left: 0;
}

.view-story-sapi h1 {
  margin-bottom: 8px;
}

.view-story-sapi .view-filters {
  margin-bottom: 24px;
}

.view-story-sapi .form--inline {
  display: flex;
}

.view-story-sapi .form--inline .form-item,
.view-story-sapi .form--inline .form-actions {
  margin: 0;
}

.view-story-sapi .form--inline .form-item {
  flex-grow: 1;
  margin-top: 0;
}

.view-story-sapi .form--inline label {
  display: block;
  padding: 8px;
  position: absolute;
  left: 0;
  z-index: -1;
  color: transparent;
}

.view-story-sapi .form--inline input {
  color: #1E1E1E;
  background: white;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #dedede;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.view-story-sapi .form--inline .form-actions {
  position: relative;
  margin-top: 0;
  margin-left: 8px;
}

.view-story-sapi .form--inline .form-actions input {
  height: 40px;
  line-height: 40px;
  background: #278375;
  color: #fff;
  padding: 0 24px;
  position: relative;
}

/* Subnav */
section.subnav {
  background: #1E1E1E;
  color: #fff;
  padding: 8px 0;
}

section.subnav a {
  color: #fff;
}

section.subnav .region-subnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

section.subnav .block-superfish {
  width: auto;
}

section.subnav .block-superfish ul.menu a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}

section.subnav .block-superfish ul.menu a.is-active {
  color: #fff;
}

section.subnav .block-superfish ul.menu li.sf-depth-2 {
  background: #1E1E1E;
  padding: 0 16px;
}

section.subnav .block-superfish ul.menu li.sf-depth-2 a {
  padding: 16px 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.subnav .block-superfish ul.menu li.sf-depth-2 a:hover, section.subnav .block-superfish ul.menu li.sf-depth-2 a:focus {
  color: #278375;
}

section.subnav .block-superfish ul.menu li.sf-depth-2 span.sf-sub-indicator {
  display: none;
}

section.subnav .block-superfish ul.menu li.sf-depth-2:last-child a {
  border-bottom: 0;
}

section.subnav .block-superfish ul.menu li.sf-depth-2.menuparent > a:after {
  font-family: 'icomoon';
  content: "\e91b";
  color: #fff;
}

section.subnav .block-superfish ul.menu li.sf-depth-3 {
  background: rgba(30, 30, 30, 0.95);
  padding: 0 16px;
}

section.subnav .block-superfish ul.sf-menu .sf-with-ul {
  padding-right: 2em;
}

section.subnav .block-superfish ul.sf-menu .sf-with-ul {
  right: 0.25em;
}

section.subnav .block-superfish ul.sf-menu .sf-sub-indicator {
  font-size: 80%;
}

section.subnav .search-block {
  margin: 0 0.5rem 0 0;
}

@media (min-width: 1200px) {
  section.subnav .search-block {
    margin-left: 1rem;
    border-left: 1px solid white;
    border-left-color: rgba(255, 255, 255, 0.2);
    padding-left: 1.5rem;
  }
}

section.subnav .search-block .form--inline {
  display: flex;
  background: white;
  padding: 4px 6px;
  border-radius: 4px;
}

section.subnav .search-block .form--inline .form-item,
section.subnav .search-block .form--inline .form-actions {
  margin: 0;
}

section.subnav .search-block .form--inline .form-item {
  height: 32px;
}

section.subnav .search-block .form--inline label {
  display: none;
}

section.subnav .search-block .form--inline input {
  padding: 0;
  margin: 0;
  border: 0;
  color: #1E1E1E;
}

section.subnav .search-block .form--inline input.form-text {
  max-width: 224px;
  line-height: 32px;
}

section.subnav .search-block .form--inline .form-actions {
  position: relative;
}

section.subnav .search-block .form--inline .form-actions input {
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: white;
  padding-left: 24px;
  position: relative;
}

section.subnav .search-block .form--inline .form-actions:before {
  font-family: 'icomoon';
  content: "\e916";
  color: black;
  z-index: 2;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: 20px;
  line-height: 24px;
}

section.subnav nav.menu--account > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

section.subnav nav.menu--account > ul li.menu-item {
  padding: 0;
}

section.subnav nav.menu--account > ul li a {
  text-decoration: none;
  display: block;
  padding: 0.375em 0.75em;
  margin: 0 0.75em;
  position: relative;
}

section.subnav nav.menu--account > ul li:first-child {
  border-left: 1px solid white;
  border-left-color: rgba(255, 255, 255, 0.2);
  margin-left: 0.5rem;
}

section.subnav nav.menu--account > ul a[href^="/user/log"] {
  background-color: #278375;
  color: #fff;
  padding: 0 1em;
  margin: 0 0 0 1rem;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  min-width: 4.25rem;
  text-align: center;
}

.node--type-tool.node--view-mode-teaser h3:after {
  content: "\e901";
}

.node--type-tool.node--view-mode-teaser .attribution {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.header-user {
  background: white;
  padding: 24px 16px;
  margin-bottom: 24px;
}

.header-user .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-user .container h1 {
  flex-grow: 1;
  margin: 0;
}

.header-user .container .btn a {
  display: inline-flex;
  padding: 8px;
  border-radius: 4px;
  line-height: 32px;
  background-color: #278375;
  color: #fff;
  text-decoration: none;
  align-items: center;
}

.header-user .container .btn a:after {
  font-family: 'icomoon';
  content: "\e91e" !important;
  margin-left: 8px;
}

.header-user .container .btn a:hover, .header-user .container .btn a:focus {
  background-color: #563D7C;
}

.user .field-group-tabs-wrapper {
  background-color: #fff;
}

.login-message {
  margin-top: 40px;
  margin-bottom: 0px;
}

#user-login-form,
#user-pass {
  max-width: 600px;
  margin: 0 auto;
}

#user-login-form label,
#user-pass label {
  display: block;
  padding: 8px;
}

#user-login-form input,
#user-pass input {
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  width: 100%;
}

#user-login-form input.button,
#user-pass input.button {
  max-width: 80%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #278375;
  color: #fff;
  border: 0;
}

#user-login-form .description,
#user-pass .description {
  opacity: 0.5;
  padding: 8px;
}

#user-login-form .form-actions,
#user-pass .form-actions {
  margin: 24px 0;
}

#user-pass {
  margin-top: 40px;
  margin-bottom: 24px;
}

.node--type-webform.node--view-mode-full .header-node {
  background-color: #278375;
  color: #fff;
  font-size: 18px;
}

.node--type-webform.node--view-mode-full .header-node .container {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .header-node .container:after {
    content: "";
    border-right: 1px solid #fff;
    height: 80%;
    width: 2px;
    position: absolute;
    left: 60%;
  }
}

@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .header-node .text {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}

.node--type-webform.node--view-mode-full .header-node .text h1 {
  margin-bottom: 8px;
}

.node--type-webform.node--view-mode-full .header-node .text p:last-child {
  margin-bottom: 0;
}

.node--type-webform.node--view-mode-full .header-node .text a {
  color: #fff;
}

.node--type-webform.node--view-mode-full .header-node .block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.node--type-webform.node--view-mode-full .header-node .block h2,
.node--type-webform.node--view-mode-full .header-node .block h3 {
  font-family: "Adelle-sans", sans-serif;
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1667;
}

.node--type-webform.node--view-mode-full .header-node .block p {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.55;
  text-decoration: underline;
}

.node--type-webform.node--view-mode-full .header-node + .paragraph--type-general {
  margin-top: 24px;
}

.node--type-webform.node--view-mode-full .webform .form-item label {
  display: block;
  margin-bottom: 4px;
  padding: 0 8px;
}

.node--type-webform.node--view-mode-full .webform .form-item input,
.node--type-webform.node--view-mode-full .webform .form-item textarea {
  padding: 8px;
}

.node--type-webform.node--view-mode-full .webform .form-item input {
  line-height: 40px;
  height: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
}

.node--type-webform.node--view-mode-full .webform .form-item input:valid {
  border-color: #563D7C;
}

.node--type-webform.node--view-mode-full .webform .form-actions input {
  background: #278375;
  line-height: 40px;
  height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  color: #fff;
}

.node--type-webform.node--view-mode-full .webform .form-actions input:hover, .node--type-webform.node--view-mode-full .webform .form-actions input:focus {
  background-color: #563D7C;
}

#block-mainnavigation .sf-menu {
  float: right;
}

#block-mainnavigation ul.menu {
  top: 100%;
}

#block-mainnavigation ul.menu a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

#block-mainnavigation ul.menu a.is-active {
  color: #1E1E1E;
}

#block-mainnavigation ul.menu a .sf-sub-indicator::after {
  color: #563D7C;
}

#block-mainnavigation ul.menu li.sf-depth-1:last-child a {
  padding-right: 0;
}

#block-mainnavigation ul.menu li.sf-depth-1.menuparent ul {
  width: 20em !important;
  max-width: 300px;
  top: 100%;
}

#block-mainnavigation ul.menu li.sf-depth-1.menuparent ul ul {
  top: 0;
}

#block-mainnavigation ul.menu li.sf-depth-2 {
  background: #fff;
  padding: 0 16px;
}

#block-mainnavigation ul.menu li.sf-depth-2 a {
  padding: 16px 0;
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#block-mainnavigation ul.menu li.sf-depth-2 a:hover, #block-mainnavigation ul.menu li.sf-depth-2 a:focus {
  color: #278375;
}

#block-mainnavigation ul.menu li.sf-depth-2 span.sf-sub-indicator {
  display: none;
}

#block-mainnavigation ul.menu li.sf-depth-2:last-child a {
  border-bottom: 0;
}

#block-mainnavigation ul.menu li.sf-depth-2.menuparent > a:after {
  font-family: 'icomoon';
  content: "\e91b";
  color: #278375;
}

#block-mainnavigation ul.menu li.sf-depth-3 {
  background: #fafafa;
  padding: 0 16px;
}

#block-mainnavigation ul.sf-menu .sf-with-ul {
  padding-right: 2em;
}

#block-mainnavigation ul.sf-menu .sf-with-ul {
  right: 0.25em;
}

#block-mainnavigation ul.sf-menu .sf-sub-indicator {
  font-size: 80%;
}

.view-news-sapi .list .node {
  height: 100%;
}

.view-news-sapi .more-link {
  text-align: center;
}

.view-news-sapi .more-link a {
  display: inline-block;
  padding: 12px 56px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background: #278375;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.36);
  margin: 16px 0 24px;
  border-radius: 4px;
}

.view-news-sapi .more-link a:hover, .view-news-sapi .more-link a:focus {
  background: #563D7C;
}

.fact-sheet-search {
  padding: 40px 0;
  background: #fff;
}

.fact-sheet-search h2 {
  margin: 0;
}

.fact-sheet-search .form--inline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fact-sheet-search .form--inline .form-item {
  width: 100%;
  max-width: 600px;
}

.fact-sheet-search .form--inline .form-item label {
  display: block;
  padding: 0 8px 4px;
  text-align: left;
}

.fact-sheet-search .form--inline .form-item input {
  width: 100%;
  padding: 4px 8px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #dedede;
}

.fact-sheet-search .form--inline .form-actions input {
  display: inline-block;
  padding: 4px 56px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background: #278375;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.36);
  margin: 0;
  border-radius: 4px;
  border: 0;
  appearance: none;
}

.fact-sheet-search .form--inline .form-actions input:hover, .fact-sheet-search .form--inline .form-actions input:focus {
  background: #563D7C;
}

.view-fact-sheet-search .view-header {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 24px;
}

.view-fact-sheet-search .view-header h1 {
  margin-bottom: 8px;
}

.view-fact-sheet-search .view-content {
  background: #f8f8f8;
}

.view-local-advice .header-node {
  background-color: #278375;
  color: #fff;
  font-size: 18px;
}

.view-local-advice .header-node .container {
  display: flex;
  align-items: center;
  position: relative;
}

.view-local-advice .header-node .container:after {
  content: "";
  border-right: 1px solid #fff;
  height: 80%;
  width: 2px;
  position: absolute;
  left: 60%;
}

.view-local-advice .header-node .text h1 {
  margin-bottom: 8px;
}

.view-local-advice .header-node .text p:last-child {
  margin-bottom: 0;
}

.view-local-advice .attachment > .view-content {
  padding: 40px 0;
  background-color: #f8f8f8;
}

.view-local-advice .attachment {
  padding: 24px 0;
}

.view-local-advice .leaflet-popup-content .node {
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#views-exposed-form-local-advice-embed-1 .form--inline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#views-exposed-form-local-advice-embed-1 .form--inline fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#views-exposed-form-local-advice-embed-1 .form--inline fieldset legend {
  display: none;
}

#views-exposed-form-local-advice-embed-1 .form--inline fieldset .form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#views-exposed-form-local-advice-embed-1 .form--inline fieldset .form-item label {
  display: none;
}

#views-exposed-form-local-advice-embed-1 .form--inline fieldset .form-item span {
  margin-bottom: 4px;
  padding: 0px 8px;
  font-weight: 700;
}

#views-exposed-form-local-advice-embed-1 .form--inline fieldset .form-item input,
#views-exposed-form-local-advice-embed-1 .form--inline fieldset .form-item select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 8px;
}

#views-exposed-form-local-advice-embed-1 .form--inline .form-actions {
  margin: 0;
}

#views-exposed-form-local-advice-embed-1 .form--inline .form-actions input {
  height: 48px;
  line-height: 48px;
  border: 0;
  background: #278375;
  color: white;
  border-radius: 4px;
  padding: 0px 24px;
}

#views-exposed-form-local-advice-embed-1 .form--inline .form-actions input:hover, #views-exposed-form-local-advice-embed-1 .form--inline .form-actions input:focus {
  background-color: #563D7C;
}

.section-97 .block-content--type-combined-block {
  text-align: center;
}

.map .listing {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .view-stories-slideshow nav.slick__arrow {
    width: 50%;
    top: inherit;
    bottom: 40px;
    left: 55%;
    left: calc(50% + 24px);
  }
  .view-stories-slideshow nav.slick__arrow .slick-arrow {
    top: 0;
    transform: none;
    border: 1px solid black;
    border-radius: 0;
    height: 48px;
    width: 48px;
  }
  .view-stories-slideshow nav.slick__arrow .slick-arrow:before {
    color: #1E1E1E;
    font-family: 'icomoon';
    content: '\e911';
    opacity: 1;
  }
  .view-stories-slideshow nav.slick__arrow .slick-arrow.slick-next {
    right: inherit;
    left: 56px;
  }
  .view-stories-slideshow nav.slick__arrow .slick-arrow.slick-next:before {
    content: '\e910';
  }
  .view-stories-slideshow nav.slick__arrow .slick-arrow:hover, .view-stories-slideshow nav.slick__arrow .slick-arrow:focus {
    background: #278375;
    border-color: #278375;
  }
  .view-stories-slideshow nav.slick__arrow .slick-arrow:hover:before, .view-stories-slideshow nav.slick__arrow .slick-arrow:focus:before {
    color: #fff;
  }
}

.view-stories-slideshow .more-link {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  padding: 0 16px;
  z-index: 1;
  position: relative;
  height: 0;
}

@media (min-width: 768px) {
  .view-stories-slideshow .more-link {
    margin: -44px auto 44px;
  }
}

.view-stories-slideshow .more-link a {
  display: inline-block;
  padding: 12px 18px;
  background: #278375;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
}

.view-stories-slideshow .more-link a:hover, .view-stories-slideshow .more-link a:focus {
  background: #563D7C;
}

/* _submenu.scss */
.view-submenu .list .entry {
  margin-bottom: 40px;
}

.view-submenu .list .node {
  height: 100%;
}

.view-tools .node {
  height: 100%;
}

#block-morehelpandadvice {
  margin-top: 24px;
}

#block-morehelpandadvice .block-content--type-customised-menu {
  margin-top: 0;
}

.padding-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-100 {
  background: #563D7C url("../images/map.png") top left no-repeat;
  background-size: cover;
}

.section-100 .block-content--type-combined-block {
  max-width: 600px;
  width: 100%;
  margin: 10vh auto;
  background: white;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
}

.section-100 .block-content--type-combined-block .field--name-body {
  text-align: center;
}

.section-100 .block-content--type-combined-block .field--name-body a {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  background-color: #278375;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.section-100 .block-content--type-combined-block .field--name-body a:hover, .section-100 .block-content--type-combined-block .field--name-body a:focus {
  background-color: #563D7C;
}

.section-100 .block-content--type-combined-block .fieldset-wrapper {
  display: flex;
}

.section-1844 {
  background: #563D7C;
  background: linear-gradient(-155deg, #563D7C, #278375);
  background-size: cover;
}

.section-1844 .block-content--type-combined-block {
  max-width: 600px;
  width: 100%;
  margin: 10vh auto;
  background: white;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
}

.section-1844 .block-content--type-combined-block .field--name-body {
  text-align: center;
}

.section-1844 .block-content--type-combined-block .field--name-body a {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  background-color: #278375;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.section-1844 .block-content--type-combined-block .field--name-body a:hover, .section-1844 .block-content--type-combined-block .field--name-body a:focus {
  background-color: #563D7C;
}

.section-1844 .block-content--type-combined-block .fieldset-wrapper {
  display: flex;
}

.section-81 {
  padding-top: 32px;
}

.leaflet-container:focus {
  outline: 1px solid black !important;
}

.view-my-groups h2 {
  border: 1px solid;
  border-radius: 4px;
}

.view-my-groups h2 a {
  display: block;
  padding: 24px;
}

.view-my-groups h2 a:hover, .view-my-groups h2 a:focus {
  background-color: #563D7C;
  color: #fff;
  text-decoration: none;
}

.view-portal-supporting-guides .view-footer {
  position: fixed;
  top: 0;
  width: 60vw;
  /* height: 40vh; */
  top: 20vh;
  left: 20vw;
  z-index: 300;
}
