@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.
 * style.scss   – output file that brings together all of the above part
 */
/*
 * NOTE:
 *
 *
 */
/****************************************
  Variables
*****************************************/
/* 1. Structure
========================================================================== */
/* 2. Text Select
========================================================================== */
/* 3. Colors
========================================================================== */
/* Cubic-bezier is life. */
/* 4. Links
========================================================================== */
/* 5. Fonts
========================================================================== */
/* 6. Easing
========================================================================== */
/* Cubic-bezier is life. */
/**
 * @file
 * This file lists the breakpoints that we are going to use in the theme.
 */
.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);
}

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

/*! 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%;
  font-size: 16px;
}

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

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: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #c6c6c6;
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    display: none;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
    display: none;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
    display: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header.header {
    min-height: auto !important;
  }
  a.site-logo {
    display: block;
    position: relative;
  }
  table thead {
    background: #efefef;
  }
  table tbody {
    box-shadow: 0px 4px 1px #cecece !important;
  }
  table td:last-child {
    display: none;
  }
  .navbar,
  .region-secondary-menu,
  .hamburger,
  .header-search,
  .menu-section,
  .banner,
  .footer,
  .footer_bottom,
  #business-form-results .form-actions,
  ul.steps {
    display: none !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container,
.region-header,
.region-footer,
.region-footer-bottom {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1280px) {
  .container,
  .region-footer-bottom {
    max-width: 1280px;
  }
}
.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;
}
body.toolbar-fixed.toolbar-horizontal {
  padding-top: 40px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open {
  padding-top: 79px;
}
body.toolbar-fixed.toolbar-vertical {
  padding-top: 40px;
}

/* STRUCTURE */
#container {
  /* max-width: $pageWidth; */
  margin: 0px auto;
}

div.main.container {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  div.main.container {
    padding: 0 16px;
  }
}

.layout-container {
  position: relative;
  margin: 0;
  min-width: 320px;
  padding: 0;
  background: #E4E1DA;
}

#main-content {
  width: 100%;
}

#body-content:target {
  margin-top: -110px;
  padding-top: 130px;
}

.layout-content {
  margin: 0;
  position: relative;
  order: 0;
}
@media (min-width: 992px) {
  .layout-content {
    display: flex;
  }
}
.layout-content .region-content,
.layout-content .region-content-front {
  width: 100%;
  padding: 0px;
}

.region-banner {
  margin: 0 -16px;
  border-bottom: 1px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .region-banner {
    width: 100%;
    width: calc(100% + 32px);
  }
}

.region-sidebar {
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .region-sidebar {
    padding-right: 0;
  }
}
.region-sidebar .block {
  background: #fff;
}

.region-content-bottom {
  background: #93C1C5;
  width: 100%;
  padding: 16px 0;
}
@media (min-width: 992px) {
  .region-content-bottom {
    padding: 16px 32px;
  }
}

body {
  font-family: "niweb", sans-serif;
  background: #fff;
  color: #555454;
  font-size: 16px;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "niweb-headline", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #3a3a3a;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.25;
}
h2 a {
  text-decoration: none;
}
h2 a:hover, h2 a:focus {
  text-decoration: underline;
}
h2.pink {
  color: #e4147e;
}
h2.green {
  color: #93C1C5;
}
h2.blue {
  color: #16AEE4;
}
h2.purple {
  color: #A04C97;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
h3 a {
  text-decoration: none;
}
h3 a:hover, h3 a:focus {
  text-decoration: underline;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 1.33rem;
  line-height: 1.52;
}

.lead {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.667;
}

.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: #A04C97;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #7d3c76;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: ink;
}
a.internal {
  position: relative;
  padding-right: 20px;
}
a.internal:before {
  position: absolute;
  right: 4px;
  content: "\e908";
  font-family: icomoon;
  line-height: 1;
  top: -1px;
}
a.internal:after {
  position: absolute;
  right: 0;
  content: "\e908";
  font-family: icomoon;
  line-height: 1;
  top: -1px;
}

_:-ms-fullscreen:before, :root a.internal:before {
  top: 1px;
}
_:-ms-fullscreen:after, :root a.internal:after {
  top: 1px;
}

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  text-indent: -9999px;
  color: transparent;
}

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

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: -4px;
}

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

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

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

ul.arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.arrow li {
  list-style: none;
  margin: 0 0 16px !important;
  padding: 0 64px 16px 0 !important;
  border-bottom: 1px solid;
  position: relative;
}
ul.arrow li:before {
  display: none !important;
}
ul.arrow li:after {
  position: absolute;
  right: 16px;
  font-family: "icomoon";
  content: "\e903";
  font-size: 1.5em;
  bottom: 12px;
}
ul.arrow li:last-child {
  border: 0;
  margin: 0 !important;
}

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

.field--name-body ul,
.field--name-field-content ul {
  list-style: none;
  padding: 0;
}
.field--name-body ul li,
.field--name-field-content ul li {
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.field--name-body ol li,
.field--name-field-content ol li {
  margin-bottom: 4px;
}

ul.horizontal {
  padding: 0;
  list-style: none;
  justify-content: space-between;
  margin: 0;
}
@media (min-width: 992px) {
  ul.horizontal {
    display: flex;
  }
}
ul.horizontal li {
  padding: 12px 0;
  border-bottom: 1px solid #93C1C5;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
  color: #A04C97;
}
@media (min-width: 992px) {
  ul.horizontal li {
    padding: 8px 24px;
    border-right: 2px solid #ccc;
    border-bottom: 0;
  }
}
ul.horizontal li:first-child {
  padding-left: 0;
}
ul.horizontal li:last-child {
  flex-grow: 1;
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}
ul.horizontal li a.btn {
  border: 1px solid #A04C97;
  background-color: #fff;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #A04C97;
  font-family: "niweb-bold", sans-serif;
  float: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul.horizontal li a.btn {
    float: right;
    margin: -8px 0;
  }
}
ul.horizontal li a.btn:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
}
ul.horizontal li a.btn:hover, ul.horizontal li a.btn:focus {
  background-color: #A04C97;
  color: #fff;
}
ul.horizontal li a.btn-inverse {
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  float: none;
}
@media (min-width: 992px) {
  ul.horizontal li a.btn-inverse {
    float: right;
  }
}
ul.horizontal li a.btn-inverse:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
}
ul.horizontal li a.btn-inverse:hover, ul.horizontal li a.btn-inverse:focus {
  background-color: #A9D4D8;
  color: #555454;
}

span.bronze {
  color: #B57A5C;
  font-family: "niweb-bold", sans-serif;
}

span.silver {
  color: #646464;
  font-family: "niweb-bold", sans-serif;
}

span.gold {
  color: #BA9457;
  font-family: "niweb-bold", sans-serif;
}

span.platinum {
  color: #7E7E7E;
  font-family: "niweb-bold", sans-serif;
}

span.purple {
  color: #A04C97;
  font-family: "niweb-bold", sans-serif;
}

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

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

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

b, strong {
  font-family: "niweb-bold", sans-serif;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/fonticons/icomoon.eot?kuxa26");
  src: url("../fonts/fonticons/icomoon.eot?kuxa26#iefix") format("embedded-opentype"), url("../fonts/fonticons/icomoon.ttf?kuxa26") format("truetype"), url("../fonts/fonticons/icomoon.woff?kuxa26") format("woff"), url("../fonts/fonticons/icomoon.svg?kuxa26#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "niweb-headline";
  src: url("../fonts/NorthernIrelandHeadline.otf"), url("../fonts/northernirelandheadline-webfont.woff2") format("woff2"), url("../fonts/northernirelandheadline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "niweb-bold";
  src: url("../fonts/NorthernIreland-Bold.otf"), url("../fonts/northernireland-bold-webfont.woff2") format("woff2"), url("../fonts/northernireland-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "niweb";
  src: url("../fonts/NorthernIreland.otf"), url("../fonts/northernireland-webfont.woff2") format("woff2"), url("../fonts/northernireland-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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;
}

@keyframes slidein {
  from {
    max-height: 0;
    opacity: 0;
    top: -100%;
  }
  to {
    max-height: 1200px;
    opacity: 1;
    top: 0;
  }
}
.sliding-popup-bottom {
  background: #152D44 !important;
}
.sliding-popup-bottom .popup-content {
  max-width: 1170px !important;
  overflow: hidden;
  padding: 4px 16px 4px 4px !important;
}
.sliding-popup-bottom .popup-content #popup-text {
  color: #000;
  overflow: hidden;
}
.sliding-popup-bottom .popup-content #popup-text h2 {
  float: left;
  font-size: 24px !important;
  font-weight: 600;
  position: relative;
  padding-left: 0px;
  margin-right: 16px !important;
}
.sliding-popup-bottom .popup-content #popup-text p {
  margin-top: 4px !important;
  font-weight: normal;
  font-size: 14px;
}
.sliding-popup-bottom .popup-content #popup-text .find-more-button {
  font-size: 14px;
}
.sliding-popup-bottom .popup-content #popup-buttons button {
  font-weight: 400 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  padding: 8px;
  font-size: 14px !important;
  min-width: 140px;
  font-family: "niweb-headline", sans-serif !important;
  margin-top: 12px !important;
}
.sliding-popup-bottom .popup-content #popup-buttons button.agree-button.eu-cookie-compliance-secondary-button {
  background: #000;
  color: #fff;
}
.sliding-popup-bottom .popup-content #popup-buttons button.agree-button.eu-cookie-compliance-secondary-button:hover, .sliding-popup-bottom .popup-content #popup-buttons button.agree-button.eu-cookie-compliance-secondary-button:focus {
  background: #152D44;
}

.block-local-tasks-block {
  clear: both;
}
.block-local-tasks-block nav.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
  font-weight: 300;
  font-size: 1.25em;
}
.block-local-tasks-block nav.tabs ul {
  padding: 0 15px;
  max-width: none;
  box-shadow: inset 0 -2px #152D44;
  display: flex;
}
.block-local-tasks-block nav.tabs ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.block-local-tasks-block nav.tabs ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  padding: 0.7em 0.4em 16px;
  box-shadow: inset 0 -2px #152D44;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  margin: 16px 0 0;
}
.block-local-tasks-block nav.tabs ul li a:focus, .block-local-tasks-block nav.tabs ul li a:hover {
  background: transparent;
  box-shadow: inset 0 -2px #3a3a3a;
  color: #3a3a3a;
}
.block-local-tasks-block nav.tabs ul li.is-active a {
  background: transparent;
  box-shadow: inset 0 -2px #3a3a3a;
  color: #3a3a3a;
}

.block__content {
  margin-bottom: 6rem;
}
.block__content .field__label {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.block__content p {
  margin: 0;
}

.region-sidebar .block {
  border-top: 8px solid #152D44;
  border-bottom: 8px solid #152D44;
}
.region-sidebar .block > h2 {
  margin: 16px;
}

.search-block {
  padding: 0px;
}
.search-block form {
  display: flex;
  margin-top: -2px;
}
.search-block form .form--inline {
  display: flex;
  align-items: center;
  border: 1px solid rgba(198, 198, 198, 0.666);
  border-radius: 16px;
}
.search-block form .form--inline .form-item,
.search-block form .form--inline .form-actions {
  margin: 0;
}
.search-block form .form--inline .form-item {
  float: none;
  width: 100%;
  width: calc(100% - 40px);
}
.search-block form .form--inline .form-item input.form-text {
  background: transparent;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #000;
  font-style: inherit;
  padding: 1px 12px;
  width: 100%;
  height: 28px;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-top: 2px;
}
.search-block form .form--inline .form-item label {
  display: none;
}
.search-block form .form--inline .form-actions {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
}
.search-block form .form--inline .form-actions:before {
  font-family: icomoon;
  content: "\e90b";
  position: absolute;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 20px;
  color: rgba(228, 225, 218, 0.7);
  text-align: center;
  z-index: 1;
}
.search-block form .form--inline .form-actions:hover:before, .search-block form .form--inline .form-actions:focus:before {
  color: #F2F5F5;
}
.search-block form .form--inline .form-actions input {
  background: transparent;
  padding-left: 40px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.webform-confirmation__message {
  margin-top: 8px;
}

.main-nav-slidebar ul {
  margin: 0 0 40px;
}
.main-nav-slidebar ul li {
  margin: 0;
  list-style: none;
  font-size: 32px;
  margin: 0 8px;
}
.main-nav-slidebar ul li a {
  padding: 8px 0;
}

[off-canvas] .block.close {
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: 0;
  position: absolute;
  top: 40px;
  right: 0;
}
@media (min-width: 768px) {
  [off-canvas] .block.close {
    right: 40px;
  }
}
[off-canvas] .block.close:before {
  font-family: icomoon;
  content: "\e914";
  position: absolute;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 36px;
  color: #A04C97;
  top: -4px;
  left: 0;
}
[off-canvas] .block.close span {
  display: none;
}
[off-canvas] a.btn {
  float: none;
}

.social strong {
  font-family: "niweb-bold", sans-serif;
}
.social ul.links {
  margin: -12px 0 24px;
  padding: 0;
  display: flex;
}
.social ul.links li {
  margin: 0 8px 8px 0;
  font-family: "niweb", sans-serif;
  padding: 0;
  width: 34px;
  height: 32px;
  overflow: hidden;
  position: relative;
}
.social ul.links li a {
  position: relative;
  line-height: 32px;
  padding-left: 40px;
  height: 32px;
  display: block;
  text-decoration: none;
}
.social ul.links li a:before {
  position: absolute;
  line-height: 32px;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  display: block;
  font-family: icomoon;
  border-radius: 50%;
  color: #F7A70A;
  content: "";
  text-align: center;
  font-weight: 100;
  font-size: 24px;
  text-decoration: none !important;
}
.social ul.links li a.twitter:before {
  content: "\e90f";
  content: "\e916";
}
.social ul.links li a.facebook:before {
  content: "\e910";
}
.social ul.links li a.instagram:before {
  content: "\e90e";
  padding-left: 1px;
}
.social ul.links li a.linkedin:before {
  content: "\e911";
}
.social ul.links li a.web.ext {
  text-decoration: underline;
}
.social ul.links li a.web.ext svg.ext {
  display: inline-block;
}
.social ul.links + p a {
  font-weight: 700;
  font-family: "niweb-bold", sans-serif;
  text-decoration: underline;
}
.social ul.links + p a:hover, .social ul.links + p a:focus {
  text-decoration: none;
}
.social span.ext,
.social svg.ext {
  display: none;
}
.social a {
  text-decoration: underline;
}

.block-content--type-link-block .button-link {
  overflow: hidden;
}
.block-content--type-link-block .button-link a {
  color: #fff;
  display: inline-block;
  background: #e4147e;
  font-family: "niweb-bold", sans-serif;
  padding: 16px 64px 16px 48px;
  text-decoration: none;
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  max-width: 90%;
}
@media (min-width: 992px) {
  .block-content--type-link-block .button-link a {
    max-width: 100%;
    font-size: 2rem;
  }
}
.block-content--type-link-block .button-link a:before {
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 2rem solid #e4147e;
  border-bottom: 7rem solid transparent;
  content: "";
}
.block-content--type-link-block .button-link a:after {
  font-family: icomoon;
  content: "\e903";
  margin-left: 1.25rem;
  font-size: 2.5rem;
  position: absolute;
  top: calc(50% - 1.25rem);
  line-height: 1;
  right: 0;
}
.block-content--type-link-block .button-link a .ext {
  display: none;
}
.block-content--type-link-block .button-link a:hover:before {
  border-left-color: #9E1057;
}

.field--name-dynamic-block-fieldnode-innovation-button {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  clear: both;
  display: block;
  padding-left: 16px;
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link {
  overflow: hidden;
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a {
  color: #fff;
  display: inline-block;
  background: #e4147e;
  font-family: "niweb-bold", sans-serif;
  padding: 16px 64px 16px 48px;
  text-decoration: none;
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  max-width: 90%;
}
@media (min-width: 992px) {
  .field--name-dynamic-block-fieldnode-innovation-button .button-link a {
    max-width: 100%;
    font-size: 2rem;
  }
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a:before {
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 2rem solid #e4147e;
  border-bottom: 7rem solid transparent;
  content: "";
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a:after {
  font-family: icomoon;
  content: "\e903";
  margin-left: 1.25rem;
  font-size: 2.5rem;
  position: absolute;
  top: calc(50% - 1.25rem);
  line-height: 1;
  right: 0;
  transition: right cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.355s;
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a .ext {
  display: none;
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a:hover {
  background: #9E1057;
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a:hover:before {
  border-left-color: #9E1057;
}
.field--name-dynamic-block-fieldnode-innovation-button .button-link a:hover:after {
  right: -4px;
  transition: right cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.355s;
}

.block.events-listing {
  background: #fff;
  padding: 16px 16px 32px;
}
@media (min-width: 992px) {
  .block.events-listing {
    padding: 16px 32px 32px;
  }
}
.block.events-listing .view-events {
  border: 1px solid rgba(198, 198, 198, 0.666);
  border-radius: 8px;
}
.block.events-listing .view-header {
  display: flex;
}
.block.events-listing .view-header h2 {
  font-size: 3rem;
  font-family: "niweb", sans-serif;
  color: #3a3a3a;
  padding: 16px 16px 16px 72px;
  margin: 0;
  width: 40%;
  position: relative;
  background: url("../images/calendar.png") top 20px left 16px no-repeat;
}
.block.events-listing .view-header form {
  display: none;
  align-self: center;
  width: 60%;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .block.events-listing .view-header form {
    display: flex;
  }
}
.block.events-listing .view-header form label {
  display: none;
}
.block.events-listing .view-header form .form-item {
  margin: 0 0 0 16px;
  width: 100%;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .block.events-listing .view-header form .form-item {
    font-size: 1rem;
  }
}
.block.events-listing .view-header form .form-item-select {
  position: relative;
}
.block.events-listing .view-header form .form-item-select:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  display: block;
  right: 8px;
  bottom: calc(50% - 16px);
  font-size: 32px;
  z-index: 0;
  color: text;
  line-height: 1;
}
.block.events-listing .view-header form select,
.block.events-listing .view-header form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  background: transparent;
  border: 1px solid #555454;
  color: #555454 !important;
  border-radius: 0;
  width: 100%;
}
.block.events-listing .view-header form select:focus,
.block.events-listing .view-header form input:focus {
  outline: 0;
}
.block.events-listing .view-header form select {
  padding-right: 64px;
  position: relative;
  z-index: 1;
}
.block.events-listing .view-header form button {
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: transparent;
  border: 1px solid #A04C97;
  color: #A04C97;
  margin-left: 16px;
  line-height: 48px;
  padding: 0 16px;
  width: 40%;
}
.block.events-listing .view-header form button:hover, .block.events-listing .view-header form button:focus {
  border-color: #5B2463;
  color: #fff;
  background: #5B2463;
}
.block.events-listing .views-row:last-child .node {
  border: 0;
  display: none;
}
@media (min-width: 992px) {
  .block.events-listing .views-row:last-child .node {
    display: block;
  }
}

.block-content--type-call-to-action {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .block-content--type-call-to-action {
    flex-wrap: nowrap;
  }
}
.block-content--type-call-to-action .column {
  width: 50%;
  flex-grow: 1;
}
.block-content--type-call-to-action .header-column {
  position: relative;
  display: flex;
  width: 100%;
}
.block-content--type-call-to-action .header-column .media {
  display: none;
  align-items: flex-start;
  justify-content: center;
  width: 120px;
}
@media (min-width: 992px) {
  .block-content--type-call-to-action .header-column .media {
    display: flex;
  }
}
.block-content--type-call-to-action .header-column .media img {
  margin-right: 32px;
}
.block-content--type-call-to-action .header-column .content {
  width: 100%;
  flex-grow: 1;
}
.block-content--type-call-to-action .header-column h2 {
  font-family: "niweb-bold", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 8px;
  line-height: 1;
  color: #5B2463;
}
.block-content--type-call-to-action .header-column .summary {
  font-size: 1.125rem;
}
.block-content--type-call-to-action .header-column .summary p:last-child {
  margin: 0;
}
.block-content--type-call-to-action .link {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 16px;
}
.block-content--type-call-to-action .link .btn {
  margin: 0;
}
.block-content--type-call-to-action .link .btn a {
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  float: right;
  font-size: 1rem;
}
.block-content--type-call-to-action .link .btn a:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
}
.block-content--type-call-to-action .link .btn a:hover, .block-content--type-call-to-action .link .btn a:focus {
  background-color: #A04C97;
  color: #fff;
}
.block-content--type-call-to-action.border {
  padding: 20px 24px;
  background-color: #f7f7f7;
  border: 1px solid #A04C97;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 24px;
}
.block-content--type-call-to-action.purple {
  padding: 20px 24px;
  background-color: #5B2463;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 24px;
}
.block-content--type-call-to-action.purple h2 {
  color: #fff;
}
.block-content--type-call-to-action.purple .link .btn a {
  border: 1px solid #fff;
}
.block-content--type-call-to-action.lined {
  border-top: 1px solid #d9d9d9;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
}

#block-contactus {
  padding: 40px 16px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  color: #000;
}
#block-contactus h2 {
  color: #5B2463;
  margin: 0 0 12px;
}
#block-contactus p {
  margin: 0 0 12px;
  font-size: 1.25rem;
}
#block-contactus p:last-child {
  margin: 0;
}
#block-contactus a.btn {
  float: none;
}
#block-contactus a.btn:after {
  content: "\e906";
  position: relative;
  top: 2px;
}

/****************************************
  Buttons
*****************************************/
.btn {
  display: inline-block;
  margin-bottom: 16px;
}
.btn a {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  padding: 16px 32px;
  width: auto;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "niweb-headline", sans-serif;
  text-decoration: none;
}
.btn a:hover, .btn a:focus {
  background: #000;
  color: #fff;
}

a.btn {
  border: 1px solid #5B2463;
  background-color: #fff;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  float: right;
  text-decoration: none;
}
a.btn:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
}
a.btn:hover, a.btn:focus {
  background-color: #5B2463;
  color: #fff;
}
a.btn svg.ext {
  display: none;
}

a.btn-inverse {
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  float: right;
  text-decoration: none;
}
a.btn-inverse:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
}
a.btn-inverse:hover, a.btn-inverse:focus {
  background-color: #A9D4D8;
  color: #555454;
}

.btn a svg.ext {
  display: none;
}

.btn-archive {
  display: block;
  text-align: center;
}
.btn-archive a {
  color: rgba(198, 198, 198, 0.666);
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid rgba(198, 198, 198, 0.666);
  background: #E4E1DA;
  margin: 0 auto;
  display: inline-block;
}

.view-news .view-footer a {
  font-family: "niweb-bold", sans-serif;
  color: #16AEE4;
  border: 1px solid #16AEE4;
  padding: 12px 24px;
}
.view-news .view-footer a:hover, .view-news .view-footer a:focus {
  background: transparent;
  color: #096e89;
  border-color: #096e89;
}

.view-events .view-footer a {
  font-family: "niweb-bold", sans-serif;
  color: #A04C97;
  border: 1px solid #A04C97;
  padding: 12px 24px;
  margin-top: 12px;
}
.view-events .view-footer a:hover, .view-events .view-footer a:focus {
  background: transparent;
  color: #5B2463;
  border-color: #5B2463;
}
.view-events .view-footer a span.ext {
  display: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.contact-form label {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.form-required:after,
label.form-required:after {
  background: none;
  content: "*";
  font-size: 0.75rem;
  color: red;
  vertical-align: inherit;
  position: relative;
  top: -3px;
}

input:focus:required:invalid {
  border-color: red;
  box-shadow: 0 0 6px red;
}

.webform-button--submit {
  overflow: hidden;
  color: #fff;
  display: flex;
  background: #e4147e;
  font-family: "niweb-bold", sans-serif;
  padding: 16px 24px 16px 24px;
  text-decoration: none;
  position: relative;
  line-height: 1;
  font-size: 1rem;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.webform-button--submit:hover, .webform-button--submit:focus {
  background: #9E1057;
}

/*
  Main Menu/region styling
 */
header .menu--main {
  display: none;
}
@media (min-width: 1200px) {
  header .menu--main {
    display: block;
    position: relative;
    padding: 0px;
    margin: 4px 0 16px;
  }
  header .menu--main ul.menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  header .menu--main ul.menu li.menu-item {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
    font-family: "niweb-bold", sans-serif;
    position: relative;
  }
  header .menu--main ul.menu li.menu-item:last-child {
    border: 0;
    margin-right: 0;
  }
  header .menu--main ul.menu li.menu-item:last-child a {
    margin-right: 0;
  }
  header .menu--main ul.menu li.menu-item.menu-item--active-trail a:after {
    border-bottom: 1px solid #93C1C5;
  }
  header .menu--main ul.menu li.menu-item:first-child a {
    margin-left: 0;
  }
  header .menu--main ul.menu li.menu-item.menu-item--expanded > a {
    pointer-events: none;
  }
  header .menu--main ul.menu li.menu-item.menu-item--expanded ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    width: 120%;
  }
  header .menu--main ul.menu li.menu-item.menu-item--expanded:hover ul, header .menu--main ul.menu li.menu-item.menu-item--expanded:focus ul {
    display: inherit;
    background: #A9D4D8;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.113);
  }
  header .menu--main ul.menu li.menu-item.menu-item--expanded:hover ul li.menu-item, header .menu--main ul.menu li.menu-item.menu-item--expanded:focus ul li.menu-item {
    padding: 0;
    width: 100%;
    display: block;
  }
  header .menu--main ul.menu li.menu-item.menu-item--expanded:hover ul a, header .menu--main ul.menu li.menu-item.menu-item--expanded:focus ul a {
    padding: 12px 16px 10px;
    margin: 0;
    line-height: 1;
  }
  header .menu--main ul.menu li.menu-item.menu-item--expanded:hover ul a:after, header .menu--main ul.menu li.menu-item.menu-item--expanded:focus ul a:after {
    display: none;
  }
  header .menu--main ul.menu a {
    padding: 10px 0px;
    margin: 0 4px;
    line-height: 1;
    font-size: 16px;
    color: #555454;
    display: block;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    border: 1px solid transparent;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .menu--main ul.menu a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  header .menu--main ul.menu a:after {
    content: "";
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
  }
  header .menu--main ul.menu a:focus, header .menu--main ul.menu a:hover {
    text-decoration: none;
    color: #000;
  }
  header .menu--main ul.menu a:focus:after, header .menu--main ul.menu a:hover:after {
    border-bottom: 1px solid #93C1C5;
  }
  header .menu--main ul.menu a.btn {
    background-color: #5B2463;
    border: 1px solid #5B2463;
    color: white;
    padding: 10px 16px;
    border-radius: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  header .menu--main ul.menu a.btn:after {
    border: 0 !important;
    position: relative;
    margin-left: 12px;
    font-family: "icomoon";
    content: "\e903";
    width: auto;
  }
  header .menu--main ul.menu a.btn:hover, header .menu--main ul.menu a.btn:focus {
    background-color: #A9D4D8;
    border-color: #A9D4D8;
    color: #555454;
  }
  header .menu--main ul.menu a.btn.is-active {
    background-color: #fff;
    color: #5B2463;
    visibility: hidden;
  }
}

header .secondary {
  display: none;
}
@media (min-width: 1200px) {
  header .secondary {
    display: flex;
    position: relative;
    padding: 0px;
    width: 100%;
    flex-grow: 1;
  }
}
header .secondary ul.menu {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 12px 0;
  list-style: none;
}
header .secondary ul.menu li.menu-item {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
header .secondary ul.menu li.menu-item:last-child {
  border: 0;
}
header .secondary ul.menu li.menu-item.menu-item--active-trail a:after {
  border-bottom: 1px solid #93C1C5;
}
header .secondary ul.menu a {
  padding: 4px;
  margin: 0 20px 0 -4px;
  line-height: 1;
  font-size: 14px;
  color: #555454;
  font-family: "niweb", sans-serif;
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
header .secondary ul.menu a:after {
  content: "";
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
header .secondary ul.menu a:focus, header .secondary ul.menu a:hover {
  text-decoration: none;
  color: #000;
}
header .secondary ul.menu a:focus:after, header .secondary ul.menu a:hover:after {
  border-bottom: 1px solid #93C1C5;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager__item a {
  text-decoration: none;
}
.pager__item b {
  font-family: "niweb-bold", sans-serif;
  margin-left: 4px;
  font-size: 1.125rem;
}

.paragraph--type-general {
  margin-bottom: 24px;
  color: #555454;
}
.paragraph--type-general .section h2 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-size: 1.333rem;
}
.paragraph--type-general .section p:last-child {
  margin-bottom: 0;
}
.paragraph--type-general .section ul {
  max-width: 600px;
  text-align: left;
  margin-lefT: 0;
  padding-left: 0;
}
.paragraph--type-general .section ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  list-style: none;
}
.paragraph--type-general .section ul li:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: #5B2463;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
}
.paragraph--type-general .section ul:last-child {
  margin-bottom: 0;
}
.paragraph--type-general.turquoise {
  background-color: #A9D4D8;
  padding: 24px 32px 8px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  border-radius: 8px;
}
.paragraph--type-general.turquoise a {
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
}
.paragraph--type-general.turquoise ul.arrow li {
  border-bottom-color: #5B2463;
}
.paragraph--type-general.turquoise ul.arrow li:after {
  color: #5B2463;
}

.paragraph--type-image .section {
  background-color: #fff;
  margin-bottom: 24px;
}
.paragraph--type-image.three-quarter {
  max-width: 75%;
}
.paragraph--type-image.full {
  max-width: 100%;
}
.paragraph--type-image.full .media {
  margin: 0 -16px;
}

.paragraph--type-carousel {
  background-color: #F2F5F5;
  margin: 0 -16px;
  margin-bottom: 24px;
  padding: 20px 24px;
}
.paragraph--type-carousel h2 {
  color: #152D44;
  margin-bottom: 4px;
}

.paragraph--type-video {
  margin: 0 0 24px;
}
.paragraph--type-video .field--name-field-media-oembed-video {
  padding-top: 56.25%;
  position: relative;
}
.paragraph--type-video .field--name-field-media-oembed-video iframe.media-oembed-content {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 100%;
}

.paragraph--type-quotes,
.paragraph--type--quotes {
  width: 100%;
  border-left: 0.5rem solid #9E1057;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .paragraph--type-quotes.small,
  .paragraph--type--quotes.small {
    float: right;
    width: 40%;
    margin: 0 0 1rem 1rem;
  }
}
.paragraph--type-quotes .slick-dots li,
.paragraph--type--quotes .slick-dots li {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  border: 1px solid;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.paragraph--type-quotes .slick-dots li button,
.paragraph--type--quotes .slick-dots li button {
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 1;
  color: black;
  padding: 0;
}
.paragraph--type-quotes .slick-dots li button:before,
.paragraph--type--quotes .slick-dots li button:before {
  display: none;
}
.paragraph--type-quotes .slick-dots li:hover, .paragraph--type-quotes .slick-dots li:focus-within,
.paragraph--type--quotes .slick-dots li:hover,
.paragraph--type--quotes .slick-dots li:focus-within {
  outline: 2px solid #9E1057;
  outline-offset: 2px;
}
.paragraph--type-quotes .slick-dots li.slick-active,
.paragraph--type--quotes .slick-dots li.slick-active {
  border-color: #9E1057;
  border-width: 2px;
}
.paragraph--type-quotes .slick-dots li.slick-active button,
.paragraph--type--quotes .slick-dots li.slick-active button {
  color: #9E1057;
}

.paragraph--type-quote {
  position: relative;
  overflow: hidden;
}
.paragraph--type-quote .section {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
  padding: 24px 24px 0px 48px;
}
.paragraph--type-quote .section blockquote {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  position: relative;
}
.paragraph--type-quote .section blockquote > p:first-child {
  color: #e4147e;
  font-size: 24px;
}
.paragraph--type-quote .section blockquote > p:last-child {
  margin-bottom: 0;
}
.paragraph--type-quote .section blockquote cite {
  text-align: left;
  line-height: 1;
  margin-top: 16px;
  align-self: bottom;
  font-size: 1rem;
  color: #555454;
  font-weight: 700;
  font-style: normal;
  font-family: "niweb-bold", sans-serif;
}
.paragraph--type-quote .section blockquote cite p:last-child {
  margin: 0;
}
.paragraph--type-quote .section.quotes:before {
  background: url("../images/quotes.svg") no-repeat top left;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -48px;
  top: 4px;
}
.paragraph--type-quote .section.quotes:after {
  background: url("../images/quotes.svg") no-repeat top left;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -32px;
  bottom: 4px;
  transform: rotate(180deg);
}

.paragraph--type-expandable-section {
  margin: 0 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type-expandable-section {
    margin-bottom: 2.5rem;
  }
}
.paragraph--type-expandable-section h2.heading {
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}
.paragraph--type-expandable-section .summary {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.paragraph--type-expandable-section .summary:last-of-type {
  margin-bottom: 0;
}
.paragraph--type-expandable-section .summary p:last-child {
  margin: 0;
}
.paragraph--type-expandable-section .content {
  padding: 20px 24px;
  background-color: #f7f7f7;
  border: 1px solid #A04C97;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.paragraph--type-expandable-section .content .sections {
  display: flex;
  flex-wrap: wrap;
}
.paragraph--type-expandable-section .content .sections .paragraph {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .paragraph--type-expandable-section .content .sections .paragraph {
    width: 50%;
  }
  .paragraph--type-expandable-section .content .sections .paragraph:nth-child(odd) {
    padding-right: 24px;
  }
}
.paragraph--type-expandable-section .content .sections .paragraph:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform {
  padding: 16px 16px 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.36);
  border-radius: 8px;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform #edit-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform #edit-container label.option {
  padding: 16px 0 16px 8px;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform #edit-container a#next-button {
  display: inline-block;
  text-decoration: none;
  background: #5B2463;
  color: white;
  padding: 12px 24px;
  border-radius: 32px;
  /* position: relative; */
  top: 2;
  padding-right: 16px;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform #edit-container a#next-button:after {
  font-family: "icomoon";
  margin-left: 8px;
  content: "\e903";
  position: relative;
  top: 1px;
}
.paragraph--type-expandable-section .content .sections .paragraph .block-webform #edit-container a#next-button:hover, .paragraph--type-expandable-section .content .sections .paragraph .block-webform #edit-container a#next-button:focus {
  background-color: #A9D4D8;
  color: #555454;
}
.paragraph--type-expandable-section .paragraph h3 {
  font-family: "niweb-bold", sans-serif;
  font-size: 1.125rem;
  color: #A04C97;
  margin-bottom: 4px;
}
.paragraph--type-expandable-section.remove-border .content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.paragraph--type-expandable-section.shadow-border .content {
  border: 0;
  background: #fff;
}

.paragraph--type-button .section {
  overflow: hidden;
}
.paragraph--type-button .button-link {
  display: flex;
  justify-content: flex-end;
}
.paragraph--type-button .button-link a {
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  float: right;
  text-decoration: none;
}
.paragraph--type-button .button-link a:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
}
.paragraph--type-button .button-link a:hover, .paragraph--type-button .button-link a:focus {
  background-color: #A9D4D8;
  border-color: #A9D4D8;
  color: #555454;
}
.paragraph--type-button .button-link a:hover svg.ext path, .paragraph--type-button .button-link a:focus svg.ext path {
  stroke: #555454;
}
.paragraph--type-button .button-link a svg.ext {
  width: 30px;
  height: 30px;
  padding-right: 0.2em;
  /* fill: #727272; */
  font-weight: 900;
  /* display: inline-block; */
  position: relative;
  top: -4px;
  margin-left: 6px;
  margin-top: -4px;
  margin-bottom: -8px;
}
.paragraph--type-button .button-link a svg.ext path {
  stroke: #fff;
}

.blue .paragraph--type-button a {
  background: #16AEE4;
}
.blue .paragraph--type-button a:before {
  border-left: 2rem solid #16AEE4;
}
.blue .paragraph--type-button a:hover, .blue .paragraph--type-button a:focus {
  background: #096e89;
}
.blue .paragraph--type-button a:hover:before, .blue .paragraph--type-button a:focus:before {
  border-left-color: #096e89;
}

.purple .paragraph--type-button a {
  background: #A04C97;
}
.purple .paragraph--type-button a:before {
  border-left: 2rem solid #A04C97;
}
.purple .paragraph--type-button a:hover, .purple .paragraph--type-button a:focus {
  background: #5B2463;
}
.purple .paragraph--type-button a:hover:before, .purple .paragraph--type-button a:focus:before {
  border-left-color: #5B2463;
}

.paragraph--type-listing h2.headline {
  font-family: "niweb-bold", sans-serif;
  color: #5B2463;
  margin-bottom: 4px;
  font-size: 1.5rem;
}
.paragraph--type-listing h2.headline + .field--name-field-content {
  font-size: 1.25rem;
}
.paragraph--type-listing ul.list {
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .paragraph--type-listing ul.list {
    display: block;
  }
}
.paragraph--type-listing ul.list li.entry {
  width: 48%;
}
@media (min-width: 992px) {
  .paragraph--type-listing ul.list li.entry {
    width: 100%;
  }
}
.paragraph--type-listing ul.list.full-width > li.entry {
  width: 100%;
}
.paragraph--type-listing .more-link {
  display: flex;
  justify-content: flex-end;
}
.paragraph--type-listing .more-link a {
  position: relative;
  border: 1px solid;
  border-radius: 16px;
  padding: 0 16px;
  line-height: 40px;
  height: 44px;
  border-radius: 32px;
  text-decoration: none;
  color: #555454;
  display: inline-block;
}
.paragraph--type-listing .more-link a:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.paragraph--type-listing .more-link a:hover, .paragraph--type-listing .more-link a:focus {
  background-color: #5B2463;
  color: #fff;
  border-color: #5B2463;
}

.paragraph--type-icon-list {
  clear: both;
  width: 100% !important;
  margin-bottom: 32px;
}
.paragraph--type-icon-list ul.list-flex {
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
.paragraph--type-icon-list ul.list-flex li.entry {
  width: 100%;
  margin: 0 0 24px;
  text-align: center;
  display: flex;
}
@media (min-width: 768px) {
  .paragraph--type-icon-list ul.list-flex li.entry {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .paragraph--type-icon-list ul.list-flex li.entry {
    width: 25%;
    margin: 0;
  }
}
.paragraph--type-icon-list ul.list-flex li.entry:before {
  display: none;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph {
  width: 100%;
  padding: 0 16px !important;
  height: 100%;
  display: flex;
  text-align: center;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display {
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  padding: 24px 12px 12px;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display {
    padding: 32px 24px 12px;
  }
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display h3 {
  color: #A04C97;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display h3 {
    font-size: 1.125rem;
  }
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display p:last-child {
  margin: 0;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display .icon {
  display: flex;
  align-items: center;
  height: 100px;
  width: 100%;
  justify-content: center;
  margin-bottom: 24px;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display svg {
  width: 100px;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .content-icon-display .full-link a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .field--name-field-footnote {
  margin-top: 16px;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .field--name-field-footnote p {
  margin-bottom: 4px;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .field--name-field-footnote p:last-child {
  margin: 0;
}
.paragraph--type-icon-list ul.list-flex li.entry .paragraph .field--name-field-footnote strong {
  color: #5B2463;
}
.paragraph--type-icon-list.column {
  width: 50% !important;
  margin-bottom: 8px;
}
.paragraph--type-icon-list.column ul.list-flex li.entry {
  width: 100%;
  text-align: left;
}
.paragraph--type-icon-list.column ul.list-flex li.entry .paragraph .content-icon-display {
  background: transparent;
  box-shadow: none;
  padding: none;
  height: auto;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 0;
  position: relative;
  text-align: left;
  display: flex;
}
.paragraph--type-icon-list.column ul.list-flex li.entry .paragraph .content-icon-display .icon {
  align-items: flex-start;
  width: 120px;
  flex-grow: 1;
  height: auto;
}
.paragraph--type-icon-list.column ul.list-flex li.entry .paragraph .content-icon-display .content-icon-text {
  width: 100%;
}
.paragraph--type-icon-list.column ul.list-flex li.entry .paragraph .content-icon-display .content-icon-text ul {
  padding: 0;
}
.paragraph--type-icon-list.column ul.list-flex li.entry .paragraph .content-icon-display .content-icon-text ul li {
  padding-left: 1rem;
  margin-bottom: 0.125rem;
  position: relative;
  list-style: none;
}
.paragraph--type-icon-list.column ul.list-flex li.entry .paragraph .content-icon-display .content-icon-text ul li:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: #5B2463;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
}
.paragraph--type-icon-list.column.paragraph--type-icon-list {
  width: 100% !important;
}
@media (min-width: 992px) {
  .paragraph--type-icon-list.column.paragraph--type-icon-list {
    width: 50% !important;
  }
}

.paragraph--type-icon .section {
  width: 100%;
}

.paragraph--type--in-page-menu {
  display: none;
  width: 100vw;
  left: -170px;
  position: relative;
  left: calc(-50vw + 50%);
  margin-top: -40px;
  background: #efefef;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .paragraph--type--in-page-menu {
    display: block;
  }
}
.paragraph--type--in-page-menu .field--name-field-jump-menu-block {
  box-shadow: inset 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.paragraph--type--in-page-menu .block-views {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .paragraph--type--in-page-menu .block-views {
    padding: 12px 48px;
  }
}
.paragraph--type--in-page-menu .block-views h2 {
  font-size: 1rem;
  margin: 0 16px 0 0;
  font-family: "niweb-bold", sans-serif;
}
.paragraph--type--in-page-menu .block-views.views-element-container {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content {
  width: 100%;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex {
  justify-content: space-evenly;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li {
  margin-bottom: 0;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li a {
  color: #555454;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li a:after {
  font-family: icomoon;
  content: "\e906";
  opacity: 0.5;
  position: relative;
  top: 0px;
  font-size: 1.25rem;
  margin-right: 8px;
  display: inline;
  margin-left: 4px;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li a:hover, .paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li a:focus {
  color: #5B2463;
  text-decoration: underline;
}
.paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li a:hover:after, .paragraph--type--in-page-menu .block-views.views-element-container .view-in-page-content .list-flex li a:focus:after {
  opacity: 0.6;
}

.paragraph--type-block .block-block-content > h2 {
  font-family: "niweb-bold", sans-serif;
  color: #5B2463;
  font-size: 24px;
  margin: 0 0 8px;
}

.paragraph--type-featured-content h2.headline {
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table > thead {
  border: 1px solid #A04C97;
}
table > thead th {
  text-align: left;
  padding: 16px 8px;
  background: #A04C97;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
}
table > thead + tbody {
  border: 0;
  border-left: 1px solid #e4147e;
}
table > thead + tbody td {
  border-right: 1px solid #e4147e;
  border-bottom: 1px solid #e4147e;
  padding: 8px;
}
table > thead + tbody tr:nth-child(even) {
  background: #F2F5F5;
}

.view-filters .form--inline .form-actions,
.views-exposed-form .form--inline .form-actions {
  clear: none;
  float: left;
}
.view-filters input.form-submit,
.views-exposed-form input.form-submit {
  background-color: #F1C40F;
  border: 0;
  border-radius: 0;
  color: #000;
  margin-bottom: 0rem;
  padding: 0rem 2rem;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.view-filters input.form-text,
.view-filters select.form-select,
.views-exposed-form input.form-text,
.views-exposed-form select.form-select {
  background-color: #fff;
  border: 1px solid #95A5A6;
  border-radius: 0;
  color: #95A5A6;
  font-style: italic;
  padding: 0rem 2rem;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.more-link {
  text-align: center;
  font-family: "niweb-bold", sans-serif;
  margin-bottom: 24px;
}
.more-link a {
  text-decoration: underline;
  position: relative;
}

.view-content-archive .view-content .node.node--view-mode-search-result {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.666);
}

@media (min-width: 768px) {
  .view-latest-articles .view-content ul.list {
    margin: 0 16px;
  }
}
@media (min-width: 992px) {
  .view-latest-articles .view-content ul.list {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .view-latest-articles .view-content ul.list li:nth-child(1),
  .view-latest-articles .view-content ul.list li:nth-child(2) {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .view-latest-articles .view-content ul.list li:nth-child(1),
  .view-latest-articles .view-content ul.list li:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .view-latest-articles .view-content ul.list li:nth-child(1) {
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .view-latest-articles .view-content ul.list li:nth-child(1) {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .view-latest-articles .view-content ul.list li:nth-child(2) {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .view-latest-articles .view-content ul.list li:nth-child(2) {
    padding-left: 0;
  }
}
.view-latest-articles .view-content ul.list li:nth-child(3) {
  clear: both;
}
@media (min-width: 768px) {
  .view-latest-articles .view-content ul.list .node--view-mode-listing {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .view-latest-articles .view-content ul.list .node--view-mode-listing {
    margin: 0 16px;
  }
}

.view-news .node {
  height: 100%;
}
.view-news .attachment-after {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #16AEE4;
}
.view-news.view-display-id-embed_2 .entry {
  display: none;
}
@media (min-width: 992px) {
  .view-news.view-display-id-embed_2 .entry {
    display: block;
  }
}
.view-news.view-display-id-embed_2 .entry:first-of-type {
  display: block;
}

.view-case-studies.view-display-id-embed_1 li.entry {
  margin-bottom: 1.5rem;
}
.view-case-studies.view-display-id-embed_1 ul.pager {
  margin: 24px 0;
  padding: 0;
  text-align: center;
}
.view-case-studies.view-display-id-embed_1 ul.pager a.button {
  border: 1px solid #5B2463;
  background-color: #fff;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  text-decoration: none;
}
.view-case-studies.view-display-id-embed_1 ul.pager a.button:after {
  font-family: "icomoon";
  content: "\e906";
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.view-case-studies.view-display-id-embed_1 ul.pager a.button:hover, .view-case-studies.view-display-id-embed_1 ul.pager a.button:focus {
  background-color: #5B2463;
  color: #fff;
}

.view-case-studies .attachment + .view-content ul.list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}
.view-case-studies .attachment + .view-content ul.list-flex > .entry {
  width: 100%;
}
@media (min-width: 768px) {
  .view-case-studies .attachment + .view-content ul.list-flex > .entry {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view-case-studies .attachment + .view-content ul.list-flex > .entry {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .view-case-studies .attachment + .view-content ul.list-flex > .entry {
    width: 25%;
  }
}

.view-news.view-display-id-embed_1 li.entry {
  margin-bottom: 1.5rem;
}
.view-news.view-display-id-embed_1 ul.pager {
  margin: 24px 0;
  padding: 0;
  text-align: center;
}
.view-news.view-display-id-embed_1 ul.pager a.button {
  border: 1px solid #5B2463;
  background-color: #fff;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  text-decoration: none;
}
.view-news.view-display-id-embed_1 ul.pager a.button:after {
  font-family: "icomoon";
  content: "\e906";
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.view-news.view-display-id-embed_1 ul.pager a.button:hover, .view-news.view-display-id-embed_1 ul.pager a.button:focus {
  background-color: #5B2463;
  color: #fff;
}

.view-news .attachment + .view-content ul.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.view-news .attachment + .view-content ul.list-flex > .entry {
  width: 100%;
}
@media (min-width: 768px) {
  .view-news .attachment + .view-content ul.list-flex > .entry {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view-news .attachment + .view-content ul.list-flex > .entry {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .view-news .attachment + .view-content ul.list-flex > .entry {
    width: 25%;
  }
}

header.header {
  min-height: 92px;
  background: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 15;
  padding-top: 16px;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 1px;
}
header.header > .container {
  width: 100%;
  display: flex;
  align-items: center;
}
header.header .block-system-branding-block,
header.header .branding {
  padding: 0;
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 1200px) {
  header.header .block-system-branding-block,
  header.header .branding {
    width: auto;
  }
}
header.header .block-system-branding-block .site-logo img,
header.header .branding .site-logo img {
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 5;
  text-align: left;
  max-width: 200px;
  width: 100%;
  max-height: 60px;
}
@media (min-width: 1200px) {
  header.header .block-system-branding-block .site-logo img,
  header.header .branding .site-logo img {
    max-width: 200px;
  }
}
header.header .nav-elements {
  display: flex;
  width: 120px;
  height: 40px;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  header.header .nav-elements {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 32px;
    height: auto;
    justify-content: unset;
  }
}
header.header .nav-elements .region-header {
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 1200px) {
  header.header .nav-elements .region-header {
    margin: 16px 0 0px;
  }
}
header.header .nav-elements .region-header .search-block {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  /* justify-self: flex-end; */
  width: auto;
  width: 100%;
}
header.header .nav-elements .region-navigation {
  display: flex;
  flex-grow: 1;
}
header.header .nav-elements .region-navigation nav.main {
  width: 100%;
}
header.header .toggles {
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 30;
}
header.header .toggles button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: 0;
  position: relative;
  background: transparent;
}
header.header .toggles button:before {
  font-family: icomoon;
  position: absolute;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #A04C97;
  top: 0;
  left: 0;
}
header.header .toggles button span {
  display: none;
}
header.header .toggles button.search {
  border-right: 1px solid rgba(198, 198, 198, 0.666);
}
header.header .toggles button.search:before {
  content: "\e90b";
  color: #555454;
}
header.header .toggles button.menu:before {
  content: "\e913";
}

.region-footer {
  overflow: hidden;
}
.region-footer .container {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .region-footer .container {
    padding: 0;
  }
}

footer.footer {
  clear: both;
  background: #2B2B2B;
  color: #C6C6C6;
  overflow: hidden;
  padding: 16px 0;
}
@media (min-width: 992px) {
  footer.footer {
    padding: 48px 0 24px;
  }
}
footer.footer .block {
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  footer.footer .block {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
footer.footer .block h2 {
  color: #fff;
  border-bottom: 1px solid #585858;
  font-size: 1.33rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  footer.footer .block h2 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
footer.footer .block.social h2 {
  display: none;
  visibility: hidden;
}
@media (min-width: 992px) {
  footer.footer .block.social h2 {
    display: block;
  }
}
footer.footer .logos {
  padding-left: 0px;
}
@media (min-width: 992px) {
  footer.footer .logos {
    padding-left: 0;
  }
}
footer.footer .logos .field ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8px;
}
footer.footer .logos .field ul li {
  display: block;
  border-right: 1px solid #e4147e;
  padding: 0 8px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  footer.footer .logos .field ul li {
    padding: 0 1em;
    margin-right: 0;
  }
}
footer.footer .logos .field ul li img {
  width: 100%;
}
footer.footer .info {
  color: #e4147e;
  font-size: 66.667%;
  line-height: 1.25;
  font-family: "niweb-bold", sans-serif;
}
@media (min-width: 1200px) {
  footer.footer .info {
    font-size: 80%;
  }
}
footer.footer .info p {
  margin: 0;
}
footer.footer .block-menu.menu {
  clear: left;
  padding: 0 16px 0 0;
}
@media (min-width: 768px) {
  footer.footer .block-menu.menu {
    clear: none;
    padding: 0 16px;
  }
}
footer.footer ul.menu {
  margin: 0;
}
footer.footer ul.menu li {
  line-height: 1.667;
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}
footer.footer ul.menu li:last-child {
  margin-bottom: 0;
}
footer.footer a {
  color: #C6C6C6;
  text-decoration: none;
}
footer.footer a.is-active {
  color: #ededed;
}
footer.footer a:active, footer.footer a:focus, footer.footer a:hover {
  color: #e6e6e6;
  background: transparent;
}
footer.footer .search-block {
  padding-top: 0;
}
footer.footer .social {
  margin-top: 0;
}
footer.footer .social ul.menu {
  columns: 1;
  margin: 0;
}
footer.footer .social ul.menu li {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  footer.footer .social ul.menu li {
    margin-bottom: 1em;
  }
}
footer.footer .social ul.menu li a {
  line-height: 24px;
  padding-left: 32px;
  min-height: 24px;
}
@media (min-width: 1200px) {
  footer.footer .social ul.menu li a {
    line-height: 32px;
    padding-left: 40px;
    min-height: 32px;
  }
}
footer.footer .social ul.menu li a:before {
  line-height: 24px;
  height: 20px;
  width: 20px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  footer.footer .social ul.menu li a:before {
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 24px;
  }
}
footer.footer .social ul.menu li a.facebook:before {
  content: "\e92e";
  padding-top: 1px;
  padding-left: 4px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  footer.footer .social ul.menu li a.facebook:before {
    padding-top: 4px;
    padding-left: 8px;
    font-size: 24px;
  }
}

footer.footer ul li:before {
  color: #fff;
}

.node.node--view-mode-teaser h2 {
  position: relative;
  z-index: 10;
}
.node.node--view-mode-teaser:hover, .node.node--view-mode-teaser:focus {
  cursor: pointer;
}
.node.node--view-mode-teaser:hover h2 a, .node.node--view-mode-teaser:focus h2 a {
  text-decoration: underline;
}

.node.node--view-mode-full .header,
.node.node--view-mode-sidebar .header,
.node.node--view-mode-banner-header .header {
  display: block;
  min-height: 280px;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header,
  .node.node--view-mode-sidebar .header,
  .node.node--view-mode-banner-header .header {
    background: #fff;
    margin: 0 -16px;
  }
}
.node.node--view-mode-full .header h1,
.node.node--view-mode-sidebar .header h1,
.node.node--view-mode-banner-header .header h1 {
  position: relative;
  padding-right: 16px;
  color: #F7A70A;
  display: inline;
  line-height: 1;
  z-index: 5;
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header h1,
  .node.node--view-mode-sidebar .header h1,
  .node.node--view-mode-banner-header .header h1 {
    color: #5B2463;
  }
}
.node.node--view-mode-full .header .summary,
.node.node--view-mode-sidebar .header .summary,
.node.node--view-mode-banner-header .header .summary {
  font-family: "niweb", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header .summary,
  .node.node--view-mode-sidebar .header .summary,
  .node.node--view-mode-banner-header .header .summary {
    color: #555454;
  }
}
.node.node--view-mode-full .header .summary h2,
.node.node--view-mode-sidebar .header .summary h2,
.node.node--view-mode-banner-header .header .summary h2 {
  font-size: 1.25rem;
}
.node.node--view-mode-full .header .summary strong,
.node.node--view-mode-sidebar .header .summary strong,
.node.node--view-mode-banner-header .header .summary strong {
  font-family: "niweb-bold", sans-serif;
}
.node.node--view-mode-full .header.bg-image,
.node.node--view-mode-sidebar .header.bg-image,
.node.node--view-mode-banner-header .header.bg-image {
  background-color: #A04C97;
}
.node.node--view-mode-full .header.bg-image .media,
.node.node--view-mode-sidebar .header.bg-image .media,
.node.node--view-mode-banner-header .header.bg-image .media {
  position: absolute;
  top: 0;
  left: 66%;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header.bg-image .media,
  .node.node--view-mode-sidebar .header.bg-image .media,
  .node.node--view-mode-banner-header .header.bg-image .media {
    display: flex;
  }
}
.node.node--view-mode-full .header .overlay,
.node.node--view-mode-sidebar .header .overlay,
.node.node--view-mode-banner-header .header .overlay {
  padding: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .node.node--view-mode-full .header .overlay,
  .node.node--view-mode-sidebar .header .overlay,
  .node.node--view-mode-banner-header .header .overlay {
    padding: 28px 16px 0 48px;
  }
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header .overlay,
  .node.node--view-mode-sidebar .header .overlay,
  .node.node--view-mode-banner-header .header .overlay {
    margin-top: 0;
    min-height: 280px;
    padding-top: 48px;
    background: #fff;
  }
}
.node.node--view-mode-full .header .overlay:before,
.node.node--view-mode-sidebar .header .overlay:before,
.node.node--view-mode-banner-header .header .overlay:before {
  position: absolute;
  right: 100%;
  width: 50vw;
  height: 405px;
  background: #fff;
  top: 0;
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header .overlay:before,
  .node.node--view-mode-sidebar .header .overlay:before,
  .node.node--view-mode-banner-header .header .overlay:before {
    content: "";
  }
}
.node.node--view-mode-full .header .overlay:after,
.node.node--view-mode-sidebar .header .overlay:after,
.node.node--view-mode-banner-header .header .overlay:after {
  position: absolute;
  right: -100px;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  transform: skew(-30deg);
}
@media (min-width: 992px) {
  .node.node--view-mode-full .header .overlay:after,
  .node.node--view-mode-sidebar .header .overlay:after,
  .node.node--view-mode-banner-header .header .overlay:after {
    content: "";
  }
}
.node.node--view-mode-full .header .overlay p,
.node.node--view-mode-sidebar .header .overlay p,
.node.node--view-mode-banner-header .header .overlay p {
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.node.node--view-mode-full .header .overlay p:last-child,
.node.node--view-mode-sidebar .header .overlay p:last-child,
.node.node--view-mode-banner-header .header .overlay p:last-child {
  margin: 0;
}
.node.node--view-mode-full .intro,
.node.node--view-mode-sidebar .intro,
.node.node--view-mode-banner-header .intro {
  background: #fff;
  padding: 16px;
}
@media (min-width: 768px) {
  .node.node--view-mode-full .intro,
  .node.node--view-mode-sidebar .intro,
  .node.node--view-mode-banner-header .intro {
    padding: 28px 16px 0 48px;
  }
}
@media (min-width: 992px) {
  .node.node--view-mode-full .intro,
  .node.node--view-mode-sidebar .intro,
  .node.node--view-mode-banner-header .intro {
    margin-top: 0;
  }
}
.node.node--view-mode-full .intro h1,
.node.node--view-mode-sidebar .intro h1,
.node.node--view-mode-banner-header .intro h1 {
  position: relative;
  padding-right: 16px;
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  display: inline;
  line-height: 1;
}
.node.node--view-mode-full .intro .summary,
.node.node--view-mode-sidebar .intro .summary,
.node.node--view-mode-banner-header .intro .summary {
  font-family: "niweb", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.node.node--view-mode-full .intro .summary h2,
.node.node--view-mode-sidebar .intro .summary h2,
.node.node--view-mode-banner-header .intro .summary h2 {
  font-size: 1.25rem;
}
.node.node--view-mode-full .container.content,
.node.node--view-mode-sidebar .container.content,
.node.node--view-mode-banner-header .container.content {
  background: #fff;
  padding: 0px 16px 24px;
}
@media (min-width: 992px) {
  .node.node--view-mode-full .container.content,
  .node.node--view-mode-sidebar .container.content,
  .node.node--view-mode-banner-header .container.content {
    padding: 0px 48px 16px 48px;
  }
}
.node.node--view-mode-full.turquoise .header.bg-image,
.node.node--view-mode-sidebar.turquoise .header.bg-image,
.node.node--view-mode-banner-header.turquoise .header.bg-image {
  background-color: #A9D4D8;
}
.node.node--view-mode-full.turquoise .header.bg-image h1,
.node.node--view-mode-sidebar.turquoise .header.bg-image h1,
.node.node--view-mode-banner-header.turquoise .header.bg-image h1 {
  color: #5B2463;
}
.node.node--view-mode-full.turquoise .header.bg-image .summary,
.node.node--view-mode-sidebar.turquoise .header.bg-image .summary,
.node.node--view-mode-banner-header.turquoise .header.bg-image .summary {
  color: #555454;
}
.node.node--view-mode-full.yellow .header.bg-image,
.node.node--view-mode-sidebar.yellow .header.bg-image,
.node.node--view-mode-banner-header.yellow .header.bg-image {
  background-color: #F7A70A;
}
.node.node--view-mode-full.yellow .header.bg-image h1,
.node.node--view-mode-sidebar.yellow .header.bg-image h1,
.node.node--view-mode-banner-header.yellow .header.bg-image h1 {
  color: #5B2463;
}
.node.node--view-mode-full.yellow .header.bg-image .summary,
.node.node--view-mode-sidebar.yellow .header.bg-image .summary,
.node.node--view-mode-banner-header.yellow .header.bg-image .summary {
  color: #555454;
}
.node.node--view-mode-full.purple .header.bg-image,
.node.node--view-mode-sidebar.purple .header.bg-image,
.node.node--view-mode-banner-header.purple .header.bg-image {
  background-color: #5B2463;
  color: #fff;
}
.node.node--view-mode-full.purple .header.bg-image h1,
.node.node--view-mode-sidebar.purple .header.bg-image h1,
.node.node--view-mode-banner-header.purple .header.bg-image h1 {
  color: #F7A70A;
}
.node.node--view-mode-full.reversed .header .overlay:after,
.node.node--view-mode-sidebar.reversed .header .overlay:after,
.node.node--view-mode-banner-header.reversed .header .overlay:after {
  transform: skew(30deg);
}

.node.node--view-mode-banner-header .container.content {
  background: #fff;
  padding: 24px 16px 24px;
}
@media (min-width: 992px) {
  .node.node--view-mode-banner-header .container.content {
    padding: 40px 48px 16px 48px;
  }
}

.node.node--view-mode-feature .meta {
  font-size: 14px;
}
@media (min-width: 992px) {
  .node.node--view-mode-feature .meta {
    font-size: 18px;
  }
}

.node.node--view-mode-feature:hover, .node.node--view-mode-feature:focus,
.node.node--view-mode-listing:hover,
.node.node--view-mode-listing:focus,
.node.node--view-mode-listing-full:hover,
.node.node--view-mode-listing-full:focus {
  cursor: pointer;
}
.node.node--view-mode-feature:hover h2 a, .node.node--view-mode-feature:focus h2 a,
.node.node--view-mode-listing:hover h2 a,
.node.node--view-mode-listing:focus h2 a,
.node.node--view-mode-listing-full:hover h2 a,
.node.node--view-mode-listing-full:focus h2 a {
  text-decoration: underline;
}

.node.node--view-mode-search-result {
  margin-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .node.node--view-mode-search-result {
    padding-right: 180px;
  }
}
.node.node--view-mode-search-result .field--name-node-post-date {
  margin-bottom: 8px;
}
.node.node--view-mode-search-result h2 {
  margin-bottom: 8px;
}
.node.node--view-mode-search-result .button {
  margin-top: 16px;
  top: 2rem;
  right: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 2.25rem;
}
@media (min-width: 992px) {
  .node.node--view-mode-search-result .button {
    position: absolute;
    margin-top: 0;
  }
}
.node.node--view-mode-search-result .button a {
  color: #fff;
  display: inline-block;
  background: #e4147e;
  font-family: "niweb", sans-serif;
  font-size: 1rem;
  padding: 8px 0px 8px 16px;
  text-decoration: none;
  position: relative;
  line-height: 1;
  height: 2.25rem;
}
.node.node--view-mode-search-result .button a:before {
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 2rem solid #e4147e;
  border-bottom: 2.25rem solid transparent;
  content: "";
}
.node.node--view-mode-search-result .button a:after {
  font-family: icomoon;
  content: "\e903";
  margin-left: 1.25rem;
  font-size: 1rem;
  position: relative;
  top: 3px;
  line-height: 1;
  display: inline-block;
  left: 0;
  transition: left cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.355s;
}
.node.node--view-mode-search-result .button a:hover {
  background: #9E1057;
}
.node.node--view-mode-search-result .button a:hover:before {
  border-left-color: #9E1057;
}
.node.node--view-mode-search-result .button a:hover:after {
  left: 4px;
  transition: left cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.355s;
}

.node.node--view-mode-full-screen .header {
  display: block;
  max-width: 2000px;
  min-height: 60vh;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.node.node--view-mode-full-screen .header h1 {
  position: relative;
  padding-right: 16px;
  color: #e4147e;
  display: inline;
  line-height: 1;
}
.node.node--view-mode-full-screen .header h1:after {
  background: #93C1C5;
  height: 2.25rem;
  width: 4px;
  position: absolute;
  bottom: 0;
  right: -8px;
  content: "";
  transform-origin: top left;
  transform: skew(0, 16deg);
  display: inline-block;
}
@media (min-width: 992px) {
  .node.node--view-mode-full-screen .header h1:after {
    right: 0;
  }
}
.node.node--view-mode-full-screen .header .summary {
  font-family: "niweb", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  border-top: 2px solid #e4147e;
  padding-top: 1.25rem;
}
.node.node--view-mode-full-screen .header .summary strong {
  color: #e4147e;
  font-weight: normal;
  font-family: "niweb-bold", sans-serif;
}
.node.node--view-mode-full-screen .header.bg-image {
  background-size: 100% !important;
  position: relative;
}
@media (min-width: 992px) {
  .node.node--view-mode-full-screen .header.bg-image {
    background-size: 70% !important;
  }
}
.node.node--view-mode-full-screen .header.bg-image:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 30%;
  bottom: 0;
  opacity: 0.4;
  background: #e4147e;
}
.node.node--view-mode-full-screen .header .overlay {
  margin-top: 200px;
  padding: 48px 0 0 48px;
  position: relative;
  min-height: 60vh;
  height: 100%;
  background: white;
  z-index: 2;
}
@media (min-width: 992px) {
  .node.node--view-mode-full-screen .header .overlay {
    margin-top: 0;
  }
}
.node.node--view-mode-full-screen .header .overlay:before {
  position: absolute;
  right: 100%;
  width: 800px;
  height: 100%;
  min-height: 60vh;
  background: #fff;
  top: 0;
}
@media (min-width: 992px) {
  .node.node--view-mode-full-screen .header .overlay:before {
    content: "";
  }
}
.node.node--view-mode-full-screen .header .overlay:after {
  position: absolute;
  left: 100%;
  width: 0;
  height: 100%;
  top: 0;
  border-left: 125px solid #fff;
  border-bottom: 60vh solid transparent;
}
@media (min-width: 992px) {
  .node.node--view-mode-full-screen .header .overlay:after {
    content: "";
  }
}
.node.node--view-mode-full-screen .header .overlay p {
  line-height: 1.25;
}
.node.node--view-mode-full-screen .header .overlay p:last-child {
  margin: 0;
}
.node.node--view-mode-full-screen .header .body-arrow {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.333s;
  top: 0;
}
.node.node--view-mode-full-screen .header .body-arrow:hover {
  top: 8px;
}
.node.node--view-mode-full-screen .header .body-arrow a {
  display: block;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  padding-left: 40px;
  width: 40px;
  position: relative;
}
.node.node--view-mode-full-screen .header .body-arrow a:before {
  font-family: icomoon;
  content: "\e900";
  font-size: 40px;
  top: 0px;
  left: 0px;
  position: absolute;
  color: #e4147e;
  line-height: 1;
  z-index: 0;
}
.node.node--view-mode-full-screen .header .body-arrow a span {
  display: block;
}
.node.node--view-mode-full-screen .field--name-field-sections {
  margin: 48px 0;
}
.node.node--view-mode-full-screen .field--name-field-sections .paragraph--type-button {
  margin: 0;
}
.node.node--view-mode-full-screen .field--name-field-sections .paragraph--type-button a {
  font-size: 1.25rem;
}
.node.node--view-mode-full-screen .field--name-field-sections .paragraph--type-button a:before {
  border-bottom: 3.25rem solid transparent;
}
.node.node--view-mode-full-screen .field--name-field-sections .paragraph--type-button a:after {
  font-size: 1.75rem;
  position: absolute;
  top: calc(50% - 0.875rem);
}

.node--type-article.node--view-mode-full .container.content {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-full .container.content {
    padding-top: 28px;
  }
}
.node--type-article.node--view-mode-full h1 {
  position: relative;
  display: inline-block;
  color: #5B2463;
}
.node--type-article.node--view-mode-full header.bg-image:after {
  display: none;
}
.node--type-article.node--view-mode-full .back-link {
  display: block;
  margin-bottom: 24px;
}
.node--type-article.node--view-mode-full .back-link a {
  color: #555454;
  color: #878787;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "niweb-bold", sans-serif;
  font-size: 0.875rem;
}
.node--type-article.node--view-mode-full .back-link a:before {
  font-family: "icomoon";
  content: "\e907";
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.node--type-article.node--view-mode-full .paragraph--type-general {
  margin-bottom: 24px;
  color: #555454;
}
.node--type-article.node--view-mode-full .paragraph--type-general .section h2 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #A04C97;
}
.node--type-article.node--view-mode-full .paragraph--type-general .section ul li:before {
  font-family: "icomoon";
  content: "\e908";
  position: absolute;
  left: 0;
  top: 0px;
  color: #5B2463;
  background: none;
}
.node--type-article.node--view-mode-full .primary .media img {
  margin-bottom: 16px;
}
.node--type-article.node--view-mode-full .secondary {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(198, 198, 198, 0.666);
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-full .secondary {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
}
.node--type-article.node--view-mode-full .secondary .view header h2 {
  font-size: 1.5rem;
  color: #5B2463;
}
.node--type-article.node--view-mode-feature {
  position: relative;
  display: flex;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
.node--type-article.node--view-mode-feature .media {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-feature .media {
    height: 100%;
  }
}
.node--type-article.node--view-mode-feature .secondary {
  padding: 4px 16px 4px 24px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.node--type-article.node--view-mode-feature .secondary .themes {
  margin: 0px 0 4px;
  text-transform: uppercase;
  color: #A9D4D8;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
.node--type-article.node--view-mode-feature .secondary .themes ul {
  margin: 0;
}
.node--type-article.node--view-mode-feature .secondary .themes ul li {
  margin: 0 4px 4px 0;
}
.node--type-article.node--view-mode-feature .secondary .themes ul li:after {
  content: "/";
}
.node--type-article.node--view-mode-feature .secondary .themes ul li:last-child:after {
  display: none;
}
.node--type-article.node--view-mode-feature .secondary h2 {
  margin: 0px 0 8px;
  position: relative;
  z-index: 0;
  font-family: "niweb-headline", sans-serif;
  line-height: 1.1;
  font-size: 1.33rem;
}
.node--type-article.node--view-mode-feature .secondary .field--name-field-summary,
.node--type-article.node--view-mode-feature .secondary .field-name-field-summary {
  width: 100%;
}
.node--type-article.node--view-mode-feature .secondary p:last-child {
  margin: 0;
}
.node--type-article.node--view-mode-feature .secondary .meta {
  color: #A04C97;
  margin-top: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}
.node--type-article.node--view-mode-feature .secondary .meta .date {
  margin-right: 4px;
}
.node--type-article.node--view-mode-feature .secondary .meta .time {
  padding-left: 4px;
  border-left: 1px solid;
  display: flex;
}
.node--type-article.node--view-mode-feature .secondary .meta .time:before {
  font-family: "icomoon";
  content: "\e915";
  margin: 0 2px 0 0;
}
.node--type-article.node--view-mode-feature .secondary .field-name-node-link {
  font-size: 0.75rem;
}
.node--type-article.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.node--type-article.node--view-mode-teaser .media {
  margin: 0 -16px 8px;
}
.node--type-article.node--view-mode-teaser .media img {
  width: 100%;
}
.node--type-article.node--view-mode-teaser .themes {
  margin: 8px 0 0px;
  text-transform: uppercase;
  color: #A9D4D8;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
.node--type-article.node--view-mode-teaser .themes ul {
  margin: 0;
}
.node--type-article.node--view-mode-teaser .themes ul li {
  margin: 0 4px 8px 0;
}
.node--type-article.node--view-mode-teaser .themes ul li:after {
  content: "/";
}
.node--type-article.node--view-mode-teaser .themes ul li:last-child:after {
  display: none;
}
.node--type-article.node--view-mode-teaser h2 {
  margin: 8px 0 16px;
  position: relative;
  z-index: 0;
  font-family: "niweb-headline", sans-serif;
  line-height: 1.2;
  font-size: 1.33rem;
}
.node--type-article.node--view-mode-teaser h2 a {
  color: #93C1C5;
  pointer-events: none;
}
.node--type-article.node--view-mode-teaser .field--name-field-summary {
  font-size: 0.875rem;
  width: 100%;
}
.node--type-article.node--view-mode-teaser p:last-child {
  margin: 0;
}
.node--type-article.node--view-mode-teaser .meta {
  color: #A04C97;
  margin-top: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}
.node--type-article.node--view-mode-teaser .meta .date {
  margin-right: 4px;
}
.node--type-article.node--view-mode-teaser .meta .time {
  padding-left: 4px;
  border-left: 1px solid;
  display: flex;
}
.node--type-article.node--view-mode-teaser .meta .time:before {
  font-family: "icomoon";
  content: "\e915";
  margin: 0 2px 0 0;
}
.node--type-article.node--view-mode-teaser .field-name-node-link {
  font-size: 0.75rem;
}
.node--type-article.node--view-mode-listing {
  position: relative;
  display: flex;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
.node--type-article.node--view-mode-listing > .media {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-listing > .media {
    height: 100%;
    margin-bottom: 0;
  }
}
.node--type-article.node--view-mode-listing .secondary {
  padding: 4px 16px 4px 24px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.node--type-article.node--view-mode-listing .secondary .bundle {
  margin: 0px 0 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
.node--type-article.node--view-mode-listing .secondary h2 {
  margin: 0px 0 8px;
  position: relative;
  z-index: 0;
  font-family: "niweb-headline", sans-serif;
  line-height: 1.1;
  font-size: 1.33rem;
}
.node--type-article.node--view-mode-listing .secondary .meta {
  text-transform: uppercase;
  color: #A9D4D8;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-listing .secondary .meta {
    margin-bottom: 0;
  }
}
.node--type-article.node--view-mode-listing .secondary .meta .date {
  margin-left: 4px;
  border-left: 1px solid;
  padding-left: 4px;
}
.node--type-article.node--view-mode-listing .secondary .meta .time {
  padding-left: 4px;
  border-left: 1px solid;
  display: flex;
}
.node--type-article.node--view-mode-listing .secondary .meta .time:before {
  font-family: "icomoon";
  content: "\e915";
  margin: 0 2px 0 0;
}
.node--type-article.node--view-mode-listing .secondary .meta ul li {
  margin-bottom: 0;
}

.node--type-page.node--view-mode-full #body-content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .node--type-page.node--view-mode-full #body-content {
    flex-wrap: nowrap;
  }
}
.node--type-page.node--view-mode-full #body-content .primary {
  width: 100%;
}
.node--type-page.node--view-mode-feature {
  position: relative;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-feature .media .field--name-field-caption {
  left: inherit;
  right: 8px;
}
.node--type-page.node--view-mode-feature .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #152D44;
  padding: 16px 24px 24px;
  color: #fff;
  max-width: 40%;
}
.node--type-page.node--view-mode-feature .info .meta {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-page.node--view-mode-feature .info .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-feature .info h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-page.node--view-mode-feature .info h2 a {
  color: #AFCA0B;
}
.node--type-page.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-teaser .media--type-image {
  margin: 0 -16px;
}
.node--type-page.node--view-mode-teaser .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.node--type-page.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-teaser h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-page.node--view-mode-listing {
  border-top: 1px solid rgba(198, 198, 198, 0.666);
  margin: 0px 16px 16px;
  padding-top: 24px;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-listing .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-page.node--view-mode-listing .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-listing h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}

.node--type-case-study.node--view-mode-full .header.bg-image:after {
  display: none;
}
.node--type-case-study.node--view-mode-full .container.content {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .node--type-case-study.node--view-mode-full .container.content {
    padding-top: 28px;
  }
}
.node--type-case-study.node--view-mode-full .primary h1 {
  position: relative;
  display: inline-block;
  color: #5B2463;
}
.node--type-case-study.node--view-mode-full .primary .media img {
  margin-bottom: 16px;
}
.node--type-case-study.node--view-mode-full .back-link {
  display: block;
  margin-bottom: 24px;
}
.node--type-case-study.node--view-mode-full .back-link a {
  color: #555454;
  color: #878787;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "niweb-bold", sans-serif;
  font-size: 0.875rem;
}
.node--type-case-study.node--view-mode-full .back-link a:before {
  font-family: "icomoon";
  content: "\e907";
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.node--type-case-study.node--view-mode-full .paragraph--type-general {
  margin-bottom: 24px;
  color: #555454;
}
.node--type-case-study.node--view-mode-full .paragraph--type-general .section h2 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #e4147e;
}
.node--type-case-study.node--view-mode-full .paragraph--type-general .section ul li:before {
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  left: 0;
  top: 0px;
  color: #e4147e;
}
.node--type-case-study.node--view-mode-full .secondary .view header h2 {
  font-family: "niweb-headline", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #5B2463;
}
.node--type-case-study.node--view-mode-full .secondary .node .media {
  border-color: #A04C97;
}
.node--type-case-study.node--view-mode-full .secondary .node .media .bundle {
  background: #A04C97;
}
.node--type-case-study.node--view-mode-full .secondary .node .media .bundle:after {
  border-left-color: #A04C97;
}
.node--type-case-study.node--view-mode-full .secondary .node h2 {
  font-size: 1.25rem;
  max-width: 80%;
}
.node--type-case-study.node--view-mode-full .secondary .node h2 a {
  color: #A04C97;
}
.node--type-case-study.node--view-mode-feature {
  position: relative;
  display: flex;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
.node--type-case-study.node--view-mode-feature .media {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .node--type-case-study.node--view-mode-feature .media {
    height: 100%;
  }
}
.node--type-case-study.node--view-mode-feature .secondary {
  padding: 4px 16px 4px 24px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.node--type-case-study.node--view-mode-feature .secondary .themes {
  margin: 0px 0 4px;
  text-transform: uppercase;
  color: #A9D4D8;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
.node--type-case-study.node--view-mode-feature .secondary .themes ul {
  margin: 0;
}
.node--type-case-study.node--view-mode-feature .secondary .themes ul li {
  margin: 0 4px 4px 0;
}
.node--type-case-study.node--view-mode-feature .secondary .themes ul li:after {
  content: "/";
}
.node--type-case-study.node--view-mode-feature .secondary .themes ul li:last-child:after {
  display: none;
}
.node--type-case-study.node--view-mode-feature .secondary h2 {
  margin: 0px 0 8px;
  position: relative;
  z-index: 0;
  font-family: "niweb-headline", sans-serif;
  line-height: 1.1;
  font-size: 1.33rem;
}
.node--type-case-study.node--view-mode-feature .secondary .field--name-field-summary,
.node--type-case-study.node--view-mode-feature .secondary .field-name-field-summary {
  width: 100%;
}
.node--type-case-study.node--view-mode-feature .secondary p:last-child {
  margin: 0;
}
.node--type-case-study.node--view-mode-feature .secondary .meta {
  color: #A04C97;
  margin-top: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}
.node--type-case-study.node--view-mode-feature .secondary .meta .date {
  margin-right: 4px;
}
.node--type-case-study.node--view-mode-feature .secondary .meta .time {
  padding-left: 4px;
  border-left: 1px solid;
  display: flex;
}
.node--type-case-study.node--view-mode-feature .secondary .meta .time:before {
  font-family: "icomoon";
  content: "\e915";
  margin: 0 2px 0 0;
}
.node--type-case-study.node--view-mode-feature .secondary .field-name-node-link {
  font-size: 0.75rem;
}
.node--type-case-study.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.node--type-case-study.node--view-mode-teaser .media {
  margin: 0 -16px 8px;
}
.node--type-case-study.node--view-mode-teaser .media img {
  width: 100%;
}
.node--type-case-study.node--view-mode-teaser .themes {
  margin: 8px 0 0px;
  text-transform: uppercase;
  color: #A9D4D8;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
.node--type-case-study.node--view-mode-teaser .themes ul {
  margin: 0;
}
.node--type-case-study.node--view-mode-teaser .themes ul li {
  margin: 0 4px 8px 0;
}
.node--type-case-study.node--view-mode-teaser .themes ul li:after {
  content: "/";
}
.node--type-case-study.node--view-mode-teaser .themes ul li:last-child:after {
  display: none;
}
.node--type-case-study.node--view-mode-teaser h2 {
  margin: 8px 0 16px;
  position: relative;
  z-index: 0;
  font-family: "niweb-headline", sans-serif;
  line-height: 1.2;
  font-size: 1.33rem;
}
.node--type-case-study.node--view-mode-teaser h2 a {
  color: #93C1C5;
  pointer-events: none;
}
.node--type-case-study.node--view-mode-teaser .field--name-field-summary {
  font-size: 0.875rem;
  width: 100%;
}
.node--type-case-study.node--view-mode-teaser p:last-child {
  margin: 0;
}
.node--type-case-study.node--view-mode-teaser .meta {
  color: #A04C97;
  margin-top: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}
.node--type-case-study.node--view-mode-teaser .meta .date {
  margin-right: 4px;
}
.node--type-case-study.node--view-mode-teaser .meta .time {
  padding-left: 4px;
  border-left: 1px solid;
  display: flex;
}
.node--type-case-study.node--view-mode-teaser .meta .time:before {
  font-family: "icomoon";
  content: "\e915";
  margin: 0 2px 0 0;
}
.node--type-case-study.node--view-mode-teaser .field-name-node-link {
  font-size: 0.75rem;
}
.node--type-case-study.node--view-mode-listing {
  position: relative;
  display: flex;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
.node--type-case-study.node--view-mode-listing .media {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.node--type-case-study.node--view-mode-listing .secondary {
  padding: 4px 16px 4px 24px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.node--type-case-study.node--view-mode-listing .secondary .bundle {
  margin: 0px 0 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
.node--type-case-study.node--view-mode-listing .secondary h2 {
  margin: 0px 0 8px;
  position: relative;
  z-index: 0;
  font-family: "niweb-headline", sans-serif;
  line-height: 1.1;
  font-size: 1.33rem;
}
.node--type-case-study.node--view-mode-listing .secondary .meta {
  text-transform: uppercase;
  color: #A9D4D8;
  font-size: 0.75rem;
  font-family: "niweb-bold", sans-serif;
  display: flex;
  width: 100%;
}
.node--type-case-study.node--view-mode-listing .secondary .meta .date {
  margin-left: 4px;
  border-left: 1px solid;
  padding-left: 4px;
}
.node--type-case-study.node--view-mode-listing .secondary .meta .time {
  padding-left: 4px;
  border-left: 1px solid;
  display: flex;
}
.node--type-case-study.node--view-mode-listing .secondary .meta .time:before {
  font-family: "icomoon";
  content: "\e915";
  margin: 0 2px 0 0;
}
.node--type-case-study.node--view-mode-listing .secondary .meta ul li {
  margin-bottom: 0;
}

.node--type-checklist.node--view-mode-full form#app-login, .node--type-checklist.node--view-mode-banner-header form#app-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.node--type-checklist.node--view-mode-full .paragraph--type-question, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question {
  border-bottom: 1px solid rgba(198, 198, 198, 0.666);
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full .paragraph--type-question, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question {
    width: 80%;
  }
}
.node--type-checklist.node--view-mode-full .paragraph--type-question > .form-item, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question > .form-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full .paragraph--type-question > .form-item, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question > .form-item {
    flex-wrap: nowrap;
  }
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .question, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .question {
  align-self: center;
  padding: 0;
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .question h3, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .question h3 {
  font-family: "niweb", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full .paragraph--type-question .options, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options {
    padding-left: 16px;
    margin-top: 0;
  }
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item {
  font-size: 0.75rem;
  margin: 0;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item {
    font-size: 1rem;
  }
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item input, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item input {
  position: absolute;
  z-index: -1;
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item label, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item label {
  position: relative;
  padding-left: 0px;
  padding-top: 40px;
  background-color: #E4E1DA;
  padding-left: 48px;
  padding-top: 0;
  padding-right: 16px;
  text-align: left;
  border-radius: 32px;
  min-height: 48px;
  min-width: 56px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-right: 16px;
  line-height: 1;
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item label:before, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item label:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  height: 36px;
  width: 36px;
  left: 8px;
  top: 14px;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item label:before, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item label:before {
    height: 32px;
    width: 32px;
    top: 8px;
  }
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item label:after, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item label:after {
  content: "";
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  left: 16px;
  top: 22px;
  background: #fff;
  opacity: 0;
  transform: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.35s;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item label:after, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item label:after {
    left: 22px;
  }
}
.node--type-checklist.node--view-mode-full .paragraph--type-question .options .form-item input:checked + label:before, .node--type-checklist.node--view-mode-banner-header .paragraph--type-question .options .form-item input:checked + label:before {
  background: #A04C97;
  opacity: 1;
  transform: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.35s;
}
.node--type-checklist.node--view-mode-full button, .node--type-checklist.node--view-mode-banner-header button {
  display: flex;
  width: 40%;
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 16px 8px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  text-decoration: none;
  line-height: 1.5;
  width: auto;
  align-self: flex-end;
  margin: 24px 0 16px 32px;
}
@media (min-width: 992px) {
  .node--type-checklist.node--view-mode-full button, .node--type-checklist.node--view-mode-banner-header button {
    margin-top: 0;
  }
}
.node--type-checklist.node--view-mode-full button:after, .node--type-checklist.node--view-mode-banner-header button:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.node--type-checklist.node--view-mode-full button:hover, .node--type-checklist.node--view-mode-full button:focus, .node--type-checklist.node--view-mode-banner-header button:hover, .node--type-checklist.node--view-mode-banner-header button:focus {
  background-color: #A9D4D8;
  color: #555454;
}

.node--type-company.node--view-mode-full {
  position: relative;
  background: #fff;
}
.node--type-company.node--view-mode-full .primary {
  margin: 24px 0;
  padding: 24px 16px 0px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-company.node--view-mode-full .primary:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #E4E1DA;
    position: absolute;
    top: 0;
    left: calc(25% + 8px);
  }
}
.node--type-company.node--view-mode-full .title label {
  display: block;
  color: #e4147e;
  font-size: 125%;
  font-family: "niweb-headline", sans-serif;
  margin: 0;
}
.node--type-company.node--view-mode-full .title h2 {
  border-bottom: 2px solid #AFCA0B;
  display: inline-block;
  font-size: 150%;
}
.node--type-company.node--view-mode-full .title h2 a {
  display: block;
  padding: 8px 52px 8px 0;
  position: relative;
}
.node--type-company.node--view-mode-full .title h2 a:hover, .node--type-company.node--view-mode-full .title h2 a:focus {
  text-decoration: none;
}
.node--type-company.node--view-mode-full .title h2 a:hover:after, .node--type-company.node--view-mode-full .title h2 a:focus:after {
  color: #e4147e;
}
.node--type-company.node--view-mode-full .title h2 a:after {
  font-family: icomoon;
  content: "\e904";
  position: absolute;
  top: 6px;
  right: 8px;
  color: #E4E1DA;
}
.node--type-company.node--view-mode-full .sector {
  color: #e4147e;
  font-size: 125%;
  font-family: "niweb-headline", sans-serif;
  float: left;
  margin-bottom: 0px;
}
.node--type-company.node--view-mode-full .header {
  margin-bottom: 12px;
}
.node--type-company.node--view-mode-full h1 {
  float: left;
  clear: left;
}
.node--type-company.node--view-mode-full .field-name-field-logo {
  float: right;
}
.node--type-company.node--view-mode-full .summary {
  font-size: 125%;
}
.node--type-company.node--view-mode-full .paragraph--type-general {
  clear: both;
  padding: 0 16px 24px;
}
@media (min-width: 992px) {
  .node--type-company.node--view-mode-full .paragraph--type-general {
    margin-left: 25%;
    width: 75%;
  }
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities {
  margin-bottom: 24px;
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities .heading h2 {
  margin: 0;
  color: #e4147e;
  border-top: 1px solid #E4E1DA;
  padding-top: 24px;
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities .summary {
  margin-top: 24px;
  margin-bottom: 0;
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities .summary p:last-of-type {
  margin-bottom: 0;
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities .opps {
  margin: 12px 0;
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities .opps .list-inline li {
  padding: 0;
}
.node--type-company.node--view-mode-full .paragraph--type-opportunities .opps li:after {
  content: "/";
  margin: 0 0px 0 6px;
  display: inline-block;
}
.node--type-company.node--view-mode-full .paragraph--type-case-study {
  margin-bottom: 40px;
}
.node--type-company.node--view-mode-full .paragraph--type-case-study .heading h2 {
  margin: 0;
  color: #152D44;
}
.node--type-company.node--view-mode-full .paragraph--type-case-study .heading h2.field-label-above {
  color: #e4147e;
  border-top: 1px solid #E4E1DA;
  padding-top: 24px;
}
.node--type-company.node--view-mode-full .paragraph--type-case-study .summary {
  margin-top: 16px;
}
.node--type-company.node--view-mode-full .sector-back {
  border-top: 1px solid #E4E1DA;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .node--type-company.node--view-mode-full .sector-back {
    width: calc(75% - 32px);
    position: relative;
    left: 16px;
  }
}
.node--type-company.node--view-mode-full .sector-back .sector {
  float: right;
}
.node--type-company.node--view-mode-full .sector-back .sector a {
  display: inline-block;
  text-decoration: none;
  color: rgba(198, 198, 198, 0.666);
  padding-left: 32px;
  position: relative;
}
.node--type-company.node--view-mode-full .sector-back .sector a:hover, .node--type-company.node--view-mode-full .sector-back .sector a:focus {
  color: #e4147e;
}
.node--type-company.node--view-mode-full .sector-back .sector a:before {
  font-family: icomoon;
  content: "\e904";
  position: absolute;
  left: 0;
  top: -1px;
}
.node--type-company.node--view-mode-feature {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-company.node--view-mode-feature {
    margin-left: 20px;
  }
}
.node--type-company.node--view-mode-feature .media .field--name-field-caption {
  left: inherit;
  right: 8px;
}
.node--type-company.node--view-mode-feature .info {
  width: 100%;
  background: #152D44;
  padding: 16px;
  color: #fff;
}
.node--type-company.node--view-mode-feature .info .meta {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-company.node--view-mode-feature .info .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-company.node--view-mode-feature .info h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-company.node--view-mode-feature .info h2 a {
  color: #AFCA0B;
}
@media (min-width: 992px) {
  .node--type-company.node--view-mode-feature .media + .info {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40%;
    padding: 16px 24px 24px;
  }
}
.node--type-company.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .node--type-company.node--view-mode-teaser {
    padding: 0 32px 24px;
  }
}
.node--type-company.node--view-mode-teaser .media--type-image {
  margin: 0 -32px;
}
.node--type-company.node--view-mode-teaser .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 8px;
  font-size: 0.8em;
  line-height: 1rem;
}
.node--type-company.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.node--type-company.node--view-mode-teaser h2 {
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 10;
}
.node--type-company.node--view-mode-search-result {
  padding: 0 32px 24px;
  display: block;
  overflow: hidden;
}
.node--type-company.node--view-mode-search-result .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 8px;
  font-size: 13px;
  line-height: 16px;
}
.node--type-company.node--view-mode-search-result .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.node--type-company.node--view-mode-search-result h2 {
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.node--type-company.node--view-mode-search-result .field--name-node-link {
  display: block;
  margin-top: 8px;
}
.node--type-company.node--view-mode-search-result .field--name-node-link a {
  font-weight: 600;
  text-decoration: none;
}
.node--type-company.node--view-mode-search-result .field--name-node-link a:hover, .node--type-company.node--view-mode-search-result .field--name-node-link a:focus {
  text-decoration: underline;
}
.node--type-company.node--view-mode-listing, .node--type-company.node--view-mode-listing-full {
  border-top: 1px solid rgba(198, 198, 198, 0.666);
  margin: 0 16px;
  padding-top: 16px;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-company.node--view-mode-listing, .node--type-company.node--view-mode-listing-full {
    margin: 0px 16px 0;
  }
}
@media (min-width: 1200px) {
  .node--type-company.node--view-mode-listing, .node--type-company.node--view-mode-listing-full {
    margin: 0px 32px 0;
    padding-top: 28px;
  }
}
.node--type-company.node--view-mode-listing .meta, .node--type-company.node--view-mode-listing-full .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 4px;
}
.node--type-company.node--view-mode-listing .meta .field-name-field-category, .node--type-company.node--view-mode-listing-full .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.node--type-company.node--view-mode-listing h2, .node--type-company.node--view-mode-listing-full h2 {
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
}
.node--type-company.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid rgba(198, 198, 198, 0.666);
  height: 100%;
}
.node--type-company.node--view-mode-listing-full h2 {
  margin-top: 4px;
  margin-bottom: 12px;
}
.node--type-company.node--view-mode-listing-full .field--name-node-link {
  margin-top: 12px;
  margin-bottom: 12px;
}

.node--type-event.node--view-mode-teaser {
  color: #555454;
  border-bottom: 1px solid rgba(198, 198, 198, 0.666);
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .node--type-event.node--view-mode-teaser {
    display: block;
  }
}
.node--type-event.node--view-mode-teaser h3 {
  color: #A04C97;
  margin: 0 0 4px;
  font-size: 1.25rem;
  font-family: "niweb-bold", sans-serif;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .node--type-event.node--view-mode-teaser h3 {
    line-height: inherit;
    margin: 0;
  }
}
.node--type-event.node--view-mode-teaser h3 a {
  color: #A04C97;
}
.node--type-event.node--view-mode-teaser h3 a span {
  display: none;
}
.node--type-event.node--view-mode-teaser .date {
  font-size: 1rem;
  margin-bottom: 8px;
  order: -1;
}
@media (min-width: 992px) {
  .node--type-event.node--view-mode-teaser .date {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.node--type-event.node--view-mode-search-result h2 a {
  position: relative;
  padding-right: 40px;
  display: block;
}
.node--type-event.node--view-mode-search-result h2 a span.ext {
  position: absolute;
  top: 4px;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("../images/ext-link.png") no-repeat;
  background-size: contain;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.175s;
  background-size: cover;
}

.node--type-framework-page #body-content {
  padding-top: 40px;
}
.node--type-framework-page .header.bg-image {
  background-color: #5B2463;
}
.node--type-framework-page .header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .node--type-framework-page .header .container {
    flex-wrap: nowrap;
  }
}
.node--type-framework-page .header .container div.menu {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .node--type-framework-page .header .container div.menu {
    justify-content: flex-end;
  }
}
.node--type-framework-page .header .container div.menu ul.menu {
  display: flex;
  width: 100%;
  max-width: 80%;
  justify-content: space-between;
}
.node--type-framework-page .header .container div.menu ul.menu li {
  padding-left: 4px;
}
@media (min-width: 992px) {
  .node--type-framework-page .header .container div.menu ul.menu li {
    padding-left: 0;
  }
}
.node--type-framework-page .header .container div.menu ul.menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.node--type-framework-page .header .container div.menu ul.menu li a:hover, .node--type-framework-page .header .container div.menu ul.menu li a:focus {
  color: #fff;
}
.node--type-framework-page .header .container div.menu ul.menu li a:hover:before, .node--type-framework-page .header .container div.menu ul.menu li a:focus:before {
  background-color: #A04C97;
}
.node--type-framework-page .header .container div.menu ul.menu li a:before {
  content: "";
  line-height: 48px;
  width: 48px;
  height: 48px;
  justify-content: center;
  margin: 16px;
  border: 1px solid #A04C97;
  border-radius: 50%;
  background-color: #5B2463;
  z-index: 1;
  text-align: center;
  font-family: "niweb-headline", sans-serif;
  font-size: 1.75em;
}
.node--type-framework-page .header .container div.menu ul.menu li a:after {
  content: "";
  border-top: 1px solid #A04C97;
  width: 150%;
  position: absolute;
  top: 40px;
  right: 50%;
  z-index: 0;
}
.node--type-framework-page .header .container div.menu ul.menu li a.is-active {
  color: #fff;
  font-family: "niweb-bold", sans-serif;
}
.node--type-framework-page .header .container div.menu ul.menu li a.is-active:before {
  border-color: #fff;
}
.node--type-framework-page .header .container div.menu ul.menu li:first-child {
  display: none;
}
.node--type-framework-page .header .container div.menu ul.menu li:nth-child(2) a:before {
  content: "1";
}
.node--type-framework-page .header .container div.menu ul.menu li:nth-child(2) a:after {
  display: none;
}
.node--type-framework-page .header .container div.menu ul.menu li:nth-child(3) a:before {
  content: "2";
}
.node--type-framework-page .header .container div.menu ul.menu li:nth-child(4) a:before {
  content: "3";
}
.node--type-framework-page .header .container div.menu ul.menu li:nth-child(5) a:before {
  content: "4";
}
.node--type-framework-page .header .container div.menu ul.menu li.menu-item--active-trail ~ .menu-item a {
  color: #F7A70A;
}
.node--type-framework-page .header .container div.menu ul.menu li.menu-item--active-trail ~ .menu-item a:before {
  border-color: #F7A70A;
}
.node--type-framework-page .header .container div.menu ul.menu li.menu-item--active-trail ~ .menu-item a:after {
  border-color: #F7A70A;
}

.node--type-landing-page.node--view-mode-full #body-content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full #body-content {
    flex-wrap: nowrap;
  }
}
.node--type-landing-page.node--view-mode-full #body-content .initial {
  width: 100%;
}
.node--type-landing-page.node--view-mode-full .listings {
  overflow: hidden;
  background: white;
  margin: 24px 16px 0;
  padding: 16px 16px 32px;
}
@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .listings {
    margin: 24px 0 0;
  }
}
.node--type-landing-page.node--view-mode-full .listings .list-teasers {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.node--type-landing-page.node--view-mode-full .listings .list-teasers li .node {
  background: #F2F5F5;
  border-bottom: 8px solid #e4147e;
  height: 100%;
  padding: 0 16px 16px;
}
@media (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .listings .list-teasers li .node {
    padding: 0 24px 16px;
  }
}
.node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list {
  border-top: 2px solid #152D44;
  display: flex;
  flex-wrap: wrap;
}
.node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list li {
  padding: 0;
}
@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list li {
    padding: 0 16px;
  }
}
.node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list li .node.node--view-mode-listing-full {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list li .node.node--view-mode-listing-full {
    padding-left: 0;
    padding-right: 0;
  }
}

.node--type-listing.node--view-mode-full h1 {
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  color: #5B2463;
}
.node--type-listing.node--view-mode-full h1 + .summary {
  font-size: 1.25rem;
}
.node--type-listing.node--view-mode-full .container.content {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .node--type-listing.node--view-mode-full .container.content {
    padding-top: 24px;
  }
}

.node--type-long-form-content.node--view-mode-full .introduction {
  margin: 0 16px;
  background: #fff;
  padding: 24px 16px;
  float: none;
  text-align: left;
  max-width: 100%;
  width: initial;
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-full .introduction {
    margin: 0;
    background: transparent;
    padding: 0;
    text-align: center;
  }
}
.node--type-long-form-content.node--view-mode-full .introduction .summary {
  margin-bottom: 8px;
}
.node--type-long-form-content.node--view-mode-full .field-group-easy-responsive-tabs {
  margin: 0;
  padding: 0 16px 24px;
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-full .field-group-easy-responsive-tabs {
    padding: 0;
    margin: 0 16px;
  }
}
@media (min-width: 992px) {
  .node--type-long-form-content.node--view-mode-full .field-group-easy-responsive-tabs {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-full .resp-tabs-list {
    display: flex;
    width: 100%;
  }
}
.node--type-long-form-content.node--view-mode-full .resp-tabs-list .resp-tab-item {
  border: 0;
  font-size: 18px;
  padding: 8px 16px !important;
  background: #CBCBCB;
  margin-right: 4px !important;
  color: #666;
  min-width: 12.5%;
  min-width: calc(12.5% - 4px);
  text-align: center;
}
.node--type-long-form-content.node--view-mode-full .resp-tabs-list .resp-tab-active {
  margin: 0 4px 0 0 !important;
  background: #fff;
}
.node--type-long-form-content.node--view-mode-full h2.resp-accordion {
  border: 0 !important;
  border-bottom: 1px solid rgba(198, 198, 198, 0.666) !important;
  font-size: 24px;
  padding: 4px 40px 4px 0px !important;
  margin: 0 24px 8px;
  position: relative;
  color: #152D44;
  font-family: "niweb-headline", sans-serif;
}
.node--type-long-form-content.node--view-mode-full h2.resp-accordion:after {
  position: absolute;
  font-family: icomoon;
  content: "\e90c";
  right: 8px;
  font-size: 24px;
  top: 8px;
}
.node--type-long-form-content.node--view-mode-full h2.resp-tab-active {
  background: #fff !important;
}
.node--type-long-form-content.node--view-mode-full h2.resp-tab-active:after {
  content: "\e90f";
}
.node--type-long-form-content.node--view-mode-full .resp-tabs-container {
  padding: 0px 0 24px;
  background-color: #fff;
  clear: left;
  overflow: hidden;
}
.node--type-long-form-content.node--view-mode-full .resp-tab-content {
  border: 0;
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-full .resp-tab-content {
    padding: 48px;
  }
}
.node--type-long-form-content.node--view-mode-full .resp-tab-content h2.section-title {
  display: none;
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-full .resp-tab-content h2.section-title {
    display: block;
    font-size: 50px;
    color: #152D44;
    margin-bottom: 32px;
  }
}
.node--type-long-form-content.node--view-mode-full .resp-tab-content a {
  color: #e4147e;
  text-decoration: none;
}
.node--type-long-form-content.node--view-mode-full .resp-tab-content a:hover, .node--type-long-form-content.node--view-mode-full .resp-tab-content a:focus {
  color: #7d3c76;
  text-decoration: underline;
}
.node--type-long-form-content.node--view-mode-feature {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-long-form-content.node--view-mode-feature {
    margin-left: 20px;
  }
}
.node--type-long-form-content.node--view-mode-feature .media .field--name-field-caption {
  left: inherit;
  right: 8px;
}
.node--type-long-form-content.node--view-mode-feature .info {
  width: 100%;
  background: #152D44;
  padding: 16px;
  color: #fff;
}
.node--type-long-form-content.node--view-mode-feature .info .meta {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-long-form-content.node--view-mode-feature .info .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-long-form-content.node--view-mode-feature .info h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-long-form-content.node--view-mode-feature .info h2 a {
  color: #AFCA0B;
}
@media (min-width: 992px) {
  .node--type-long-form-content.node--view-mode-feature .media + .info {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40%;
    padding: 16px 24px 24px;
  }
}
.node--type-long-form-content.node--view-mode-search-result {
  padding: 0 32px 24px;
  display: block;
  overflow: hidden;
}
.node--type-long-form-content.node--view-mode-search-result .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 8px;
  font-size: 13px;
  line-height: 16px;
}
.node--type-long-form-content.node--view-mode-search-result .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-long-form-content.node--view-mode-search-result h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-long-form-content.node--view-mode-search-result .field--name-node-link {
  display: block;
  margin-top: 8px;
}
.node--type-long-form-content.node--view-mode-search-result .field--name-node-link a {
  font-weight: 600;
  text-decoration: none;
}
.node--type-long-form-content.node--view-mode-search-result .field--name-node-link a:hover, .node--type-long-form-content.node--view-mode-search-result .field--name-node-link a:focus {
  text-decoration: underline;
}
.node--type-long-form-content.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
}
.node--type-long-form-content.node--view-mode-teaser .media--type-image {
  margin: 0 -32px;
}
.node--type-long-form-content.node--view-mode-teaser .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 8px;
  font-size: 13px;
  line-height: 16px;
}
.node--type-long-form-content.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.node--type-long-form-content.node--view-mode-teaser h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-long-form-content.node--view-mode-listing, .node--type-long-form-content.node--view-mode-listing-full {
  border-top: 1px solid rgba(198, 198, 198, 0.666);
  margin: 0px 16px 16px;
  padding-top: 24px;
  display: block;
  overflow: hidden;
}
.node--type-long-form-content.node--view-mode-listing .meta, .node--type-long-form-content.node--view-mode-listing-full .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 4px;
}
.node--type-long-form-content.node--view-mode-listing .meta .field-name-field-category, .node--type-long-form-content.node--view-mode-listing-full .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.node--type-long-form-content.node--view-mode-listing h2, .node--type-long-form-content.node--view-mode-listing-full h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-long-form-content.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid rgba(198, 198, 198, 0.666);
  height: 100%;
  margin: 0 32px;
}
.node--type-long-form-content.node--view-mode-listing-full h2 {
  margin-top: 4px;
  margin-bottom: 12px;
}
.node--type-long-form-content.node--view-mode-listing-full .field--name-node-link {
  margin-top: 12px;
  margin-bottom: 12px;
}

.node--type-resource.node--view-mode-feature {
  border-radius: 4px;
  overflow: hidden;
  background: white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  padding: 0 24px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.node--type-resource.node--view-mode-feature .media--image {
  margin: 0 -24px 16px;
}
.node--type-resource.node--view-mode-feature .bundle {
  text-transform: uppercase;
  color: #A9D4D8;
  font-family: "niweb-bold", sans-serif;
  font-size: 13px;
  margin-bottom: 4px;
}
.node--type-resource.node--view-mode-feature h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.node--type-resource.node--view-mode-feature .field--name-field-summary {
  flex-grow: 1;
}
.node--type-resource.node--view-mode-feature .resource-link a {
  display: flex;
  background: #5B2463;
  padding: 10px 12px 10px 20px;
  border-radius: 32px;
  text-decoration: none;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  justify-content: space-between;
  align-items: center;
}
.node--type-resource.node--view-mode-feature .resource-link a svg.ext {
  height: 32px;
  margin-left: 8px;
  width: 32px;
  line-height: 1;
  margin-top: -11px;
  margin-right: -10px;
}
.node--type-resource.node--view-mode-feature .resource-link a svg.ext path {
  stroke: #fff;
}
.node--type-resource.node--view-mode-feature .attribution {
  margin-top: 8px;
  border-top: 1px solid #d9d9d9;
  padding-top: 8px;
  font-family: "niweb-bold", sans-serif;
  font-size: 13px;
}
.node--type-resource.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(198, 198, 198, 0.666);
  border-top: 0;
  position: relative;
  height: 100%;
  min-height: 300px;
  cursor: initial;
}
.node--type-resource.node--view-mode-teaser .media {
  margin: 0 -16px;
  padding-top: 60%;
  border-top: 4px solid #e4147e;
  position: relative;
  background: #F2F5F5;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.175s;
}
.node--type-resource.node--view-mode-teaser .media .bundle {
  position: absolute;
  top: 0;
  left: 0;
  background: #e4147e;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.25rem 1rem;
  z-index: 3;
}
.node--type-resource.node--view-mode-teaser .media .bundle:after {
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 8px solid #e4147e;
  border-bottom: 1.75rem solid transparent;
  content: "";
}
.node--type-resource.node--view-mode-teaser .media img {
  opacity: 1;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.333s;
  z-index: 1;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.node--type-resource.node--view-mode-teaser .media .views-element-container {
  position: initial;
}
.node--type-resource.node--view-mode-teaser .media .views-element-container .view-eva {
  height: 64px;
  position: absolute;
  top: 50%;
  width: 64px;
  display: block;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  text-align: center;
  opacity: 1;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.175s;
}
.node--type-resource.node--view-mode-teaser .media .views-element-container .view-eva svg {
  height: 64px;
}
.node--type-resource.node--view-mode-teaser h3 {
  margin: 1rem 0 0;
  position: relative;
  font-size: 1.2rem;
  font-family: "niweb-bold", sans-serif;
  line-height: 1.2;
  top: 0;
  z-index: 0;
}
.node--type-resource.node--view-mode-teaser h3 a {
  color: #e4147e;
  display: block;
  padding-right: 4px;
  position: relative;
  pointer-events: none;
}
.node--type-resource.node--view-mode-teaser h3 a span.ext {
  height: 12px;
  width: 12px;
  background: url("../images/ext-link.png") no-repeat;
  background-size: contain;
  transition: none;
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  /* top: 0px; */
  margin-top: 5px;
}
.node--type-resource.node--view-mode-teaser .field--name-field-summary {
  margin-top: 1rem;
}
.node--type-resource.node--view-mode-teaser .resource-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  background: transparent;
  color: transparent;
  height: 100%;
  display: block;
  text-align: left;
  text-indent: -999px;
  z-index: 1;
}
.node--type-resource.node--view-mode-teaser .resource-link a {
  display: block;
  height: 100%;
  color: transparent;
  background: transparent;
}
.node--type-resource.node--view-mode-teaser .resource-link a .ext {
  display: none;
}
.node--type-resource.node--view-mode-teaser:hover {
  background: transparent;
  overflow: hidden;
}
.node--type-resource.node--view-mode-teaser:hover .media {
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.175s;
}
.node--type-resource.node--view-mode-teaser:hover h3 a {
  text-decoration: none;
  position: relative;
}
.node--type-resource.node--view-mode-listing {
  padding: 0 16px 24px 64px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.node--type-resource.node--view-mode-listing .views-element-container {
  position: initial;
}
.node--type-resource.node--view-mode-listing .views-element-container .view-eva {
  position: absolute;
  left: 0;
}
.node--type-resource.node--view-mode-listing svg {
  height: 48px;
  width: 48px;
  position: absolute;
  left: 12px;
}
.node--type-resource.node--view-mode-listing .bundle {
  text-transform: uppercase;
  font-family: "niweb", sans-serif;
}
.node--type-resource.node--view-mode-listing h3 {
  margin: 0;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: "niweb-bold", sans-serif;
}
@media (min-width: 992px) {
  .node--type-resource.node--view-mode-listing h3 {
    font-size: 1rem;
    line-height: inherit;
  }
}
.node--type-resource.node--view-mode-listing:hover h3 {
  text-decoration: underline;
}
.node--type-resource.node--view-mode-listing .resource-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  background: transparent;
  color: transparent;
  height: 100%;
  display: block;
  text-align: left;
  text-indent: -999px;
}
.node--type-resource.node--view-mode-listing .resource-link a {
  display: block;
  height: 100%;
  color: transparent;
  background: transparent;
}
.node--type-resource.node--view-mode-listing .resource-link a .ext {
  display: none;
}
.node--type-resource.node--view-mode-search-result h2 a {
  position: relative;
  padding-right: 40px;
  display: block;
}
.node--type-resource.node--view-mode-search-result h2 a span.ext {
  position: absolute;
  top: 4px;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("../images/ext-link.png") no-repeat;
  background-size: contain;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.175s;
  background-size: cover;
}

.blue .node--type-resource.node--view-mode-teaser .media {
  border-top: 4px solid #16AEE4;
}
.blue .node--type-resource.node--view-mode-teaser .media .bundle {
  background: #16AEE4;
}
.blue .node--type-resource.node--view-mode-teaser .media .bundle:after {
  border-left: 8px solid #16AEE4;
}
.blue .node--type-resource.node--view-mode-teaser h3 a {
  color: #16AEE4;
}
.blue .node--type-resource.node--view-mode-teaser h3 a:hover, .blue .node--type-resource.node--view-mode-teaser h3 a:focus {
  color: #096e89;
}

.purple .node--type-resource.node--view-mode-teaser .media {
  border-top: 4px solid #A04C97;
}
.purple .node--type-resource.node--view-mode-teaser .media .bundle {
  background: #A04C97;
}
.purple .node--type-resource.node--view-mode-teaser .media .bundle:after {
  border-left: 8px solid #A04C97;
}
.purple .node--type-resource.node--view-mode-teaser h3 a {
  color: #A04C97;
}
.purple .node--type-resource.node--view-mode-teaser h3 a:hover, .purple .node--type-resource.node--view-mode-teaser h3 a:focus {
  color: #5B2463;
}

.node--type-results-page.node--view-mode-full .container {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .node--type-results-page.node--view-mode-full .container {
    padding: 48px;
  }
}
.node--type-results-page.node--view-mode-full h1 {
  color: #5B2463;
}
.node--type-results-page.node--view-mode-full div.summary {
  font-size: 1.25rem;
}
.node--type-results-page.node--view-mode-full .sections {
  display: flex;
  flex-wrap: wrap;
}
.node--type-results-page.node--view-mode-full .sections .paragraph {
  width: 50%;
  flex-grow: 1;
}
.node--type-results-page.node--view-mode-full .sections .paragraph--type-button {
  align-self: flex-end;
}

.node--type-sector.node--view-mode-full {
  position: relative;
  background: #fff;
}
.node--type-sector.node--view-mode-full .primary {
  margin: 24px 0;
  padding: 24px 16px;
  position: relative;
}
@media (min-width: 992px) {
  .node--type-sector.node--view-mode-full .primary:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #E4E1DA;
    position: absolute;
    top: 0;
    left: calc(25% + 8px);
  }
}
.node--type-sector.node--view-mode-full .title label {
  display: block;
  color: #e4147e;
  font-size: 125%;
  font-family: "niweb-headline", sans-serif;
}
.node--type-sector.node--view-mode-full .title h1 {
  border-bottom: 2px solid #AFCA0B;
  display: inline-block;
}
.node--type-sector.node--view-mode-full .summary {
  font-size: 125%;
}
.node--type-sector.node--view-mode-full .paragraph--type-general {
  padding: 0 16px 24px;
}
@media (min-width: 992px) {
  .node--type-sector.node--view-mode-full .paragraph--type-general {
    margin-left: 25%;
    width: 75%;
  }
}
.node--type-sector.node--view-mode-full .paragraph--type-companies {
  margin-bottom: 40px;
}
.node--type-sector.node--view-mode-full .paragraph--type-companies .heading h2 {
  margin: 0;
  color: #152D44;
}
.node--type-sector.node--view-mode-full .paragraph--type-companies .heading h2.field-label-above {
  color: #e4147e;
  border-top: 1px solid #E4E1DA;
  padding-top: 24px;
}
.node--type-sector.node--view-mode-full .paragraph--type-companies .company-link a {
  text-decoration: none;
  color: rgba(198, 198, 198, 0.666);
  display: inline-block;
  padding: 16px 48px 14px 16px;
  border: 1px solid rgba(198, 198, 198, 0.666);
  line-height: 1;
  position: relative;
}
.node--type-sector.node--view-mode-full .paragraph--type-companies .company-link a:after {
  font-family: icomoon;
  content: "\e905";
  font-size: 150%;
  opacity: 0.5;
  position: absolute;
  right: 8px;
  top: 8px;
}
.node--type-sector.node--view-mode-full .paragraph--type-companies .company-link a .ext {
  display: none;
}
.node--type-sector.node--view-mode-full .paragraph--type-companies .company-link a:hover, .node--type-sector.node--view-mode-full .paragraph--type-companies .company-link a:focus {
  background: #e4147e;
  color: #fff;
  border-color: #e4147e;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links {
  margin-bottom: 40px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links .heading h2 {
  margin: 0;
  color: #e4147e;
  border-top: 1px solid #E4E1DA;
  padding-top: 24px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links h3 {
  color: #e4147e;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links h4 {
  margin: 0;
  font-size: 20px;
  color: rgba(198, 198, 198, 0.666);
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links p:first-of-type {
  margin-top: 16px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links h3 + p:first-of-type {
  margin-top: 8px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links .external-link a {
  text-decoration: none;
  color: #e4147e;
  display: inline-block;
  padding: 16px 48px 14px 16px;
  border: 1px solid #e4147e;
  line-height: 1;
  position: relative;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links .external-link a:after {
  font-family: icomoon;
  content: "\e905";
  font-size: 150%;
  position: absolute;
  right: 8px;
  top: 8px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links .external-link a .ext {
  display: none;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links .external-link a:hover, .node--type-sector.node--view-mode-full .paragraph--type-external-links .external-link a:focus {
  background: #e4147e;
  color: #fff;
  border-color: #e4147e;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information {
  margin-bottom: 40px;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information .heading h2 {
  margin: 0;
  color: #e4147e;
  border-top: 1px solid #E4E1DA;
  padding-top: 24px;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information .summary-intro {
  font-size: 125%;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information .video-embed-field-responsive-video + .summary-intro {
  margin-top: 24px;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information .external-link a {
  text-decoration: none;
  color: #e4147e;
  display: inline-block;
  padding: 16px 48px 14px 16px;
  border: 1px solid #e4147e;
  line-height: 1;
  position: relative;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information .external-link a:after {
  font-family: icomoon;
  content: "\e905";
  font-size: 150%;
  position: absolute;
  right: 8px;
  top: 8px;
}
.node--type-sector.node--view-mode-full .paragraph--type-further-information .external-link a .ext {
  display: none;
}
.node--type-sector.node--view-mode-feature {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-sector.node--view-mode-feature {
    margin-left: 20px;
  }
}
.node--type-sector.node--view-mode-feature .media .field--name-field-caption {
  left: inherit;
  right: 8px;
}
.node--type-sector.node--view-mode-feature .info {
  width: 100%;
  background: #152D44;
  padding: 16px;
  color: #fff;
}
.node--type-sector.node--view-mode-feature .info .meta {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-sector.node--view-mode-feature .info .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-sector.node--view-mode-feature .info h2 {
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.node--type-sector.node--view-mode-feature .info h2 a {
  color: #AFCA0B;
}
@media (min-width: 992px) {
  .node--type-sector.node--view-mode-feature .media + .info {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40%;
    padding: 16px 24px 24px;
  }
}
.node--type-sector.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .node--type-sector.node--view-mode-teaser {
    padding: 0 32px 24px;
  }
}
.node--type-sector.node--view-mode-teaser .media--type-image {
  margin: 0 -32px;
}
.node--type-sector.node--view-mode-teaser .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 8px;
  font-size: 0.8em;
  line-height: 1rem;
}
.node--type-sector.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.node--type-sector.node--view-mode-teaser h2 {
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 10;
}
.node--type-sector.node--view-mode-search-result {
  padding: 0 32px 24px;
  display: block;
  overflow: hidden;
}
.node--type-sector.node--view-mode-search-result .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 8px;
  font-size: 13px;
  line-height: 16px;
}
.node--type-sector.node--view-mode-search-result .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.node--type-sector.node--view-mode-search-result h2 {
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.node--type-sector.node--view-mode-search-result .field--name-node-link {
  display: block;
  margin-top: 8px;
}
.node--type-sector.node--view-mode-search-result .field--name-node-link a {
  font-weight: 600;
  text-decoration: none;
}
.node--type-sector.node--view-mode-search-result .field--name-node-link a:hover, .node--type-sector.node--view-mode-search-result .field--name-node-link a:focus {
  text-decoration: underline;
}
.node--type-sector.node--view-mode-listing, .node--type-sector.node--view-mode-listing-full {
  border-top: 1px solid rgba(198, 198, 198, 0.666);
  margin: 0 16px;
  padding-top: 16px;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-sector.node--view-mode-listing, .node--type-sector.node--view-mode-listing-full {
    margin: 0px 16px 0;
  }
}
@media (min-width: 1200px) {
  .node--type-sector.node--view-mode-listing, .node--type-sector.node--view-mode-listing-full {
    margin: 0px 32px 0;
    padding-top: 28px;
  }
}
.node--type-sector.node--view-mode-listing .meta, .node--type-sector.node--view-mode-listing-full .meta {
  color: #777777;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 4px;
}
.node--type-sector.node--view-mode-listing .meta .field-name-field-category, .node--type-sector.node--view-mode-listing-full .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.node--type-sector.node--view-mode-listing h2, .node--type-sector.node--view-mode-listing-full h2 {
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
}
.node--type-sector.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid rgba(198, 198, 198, 0.666);
  height: 100%;
}
.node--type-sector.node--view-mode-listing-full h2 {
  margin-top: 4px;
  margin-bottom: 12px;
}
.node--type-sector.node--view-mode-listing-full .field--name-node-link {
  margin-top: 12px;
  margin-bottom: 12px;
}

.node--type-webform .form-type-textfield label,
.node--type-webform .form-type-email label,
.node--type-webform .form-type-tel label,
.node--type-webform .form-type-number label {
  display: block;
}
.node--type-webform .form-type-textfield input,
.node--type-webform .form-type-email input,
.node--type-webform .form-type-tel input,
.node--type-webform .form-type-number input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid rgba(198, 198, 198, 0.666);
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0 8px;
}
.node--type-webform .form-type-textarea textarea {
  font-size: 24px;
  border: 1px solid rgba(198, 198, 198, 0.666);
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 8px;
}
.node--type-webform.node--view-mode-full .container.content, .node--type-webform.node--view-mode-sidebar .container.content {
  padding-top: 16px !important;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .container.content, .node--type-webform.node--view-mode-sidebar .container.content {
    padding-top: 24px !important;
  }
}
.node--type-webform.node--view-mode-full .container.content .primary, .node--type-webform.node--view-mode-sidebar .container.content .primary {
  position: initial;
}
.node--type-webform.node--view-mode-full h1, .node--type-webform.node--view-mode-sidebar h1 {
  color: #5B2463;
  margin: 0 0 16px;
}
.node--type-webform.node--view-mode-full .form-item, .node--type-webform.node--view-mode-sidebar .form-item {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .form-item, .node--type-webform.node--view-mode-sidebar .form-item {
    width: 47%;
  }
}
.node--type-webform.node--view-mode-full .form-item textarea,
.node--type-webform.node--view-mode-full .form-item input, .node--type-webform.node--view-mode-sidebar .form-item textarea,
.node--type-webform.node--view-mode-sidebar .form-item input {
  background-color: #f7f7f7;
}
.node--type-webform.node--view-mode-full .form-item textarea:focus,
.node--type-webform.node--view-mode-full .form-item input:focus, .node--type-webform.node--view-mode-sidebar .form-item textarea:focus,
.node--type-webform.node--view-mode-sidebar .form-item input:focus {
  background-color: #fff;
}
.node--type-webform.node--view-mode-full .form-item.form-type-select, .node--type-webform.node--view-mode-sidebar .form-item.form-type-select {
  position: relative;
}
.node--type-webform.node--view-mode-full .form-item.form-type-select select, .node--type-webform.node--view-mode-sidebar .form-item.form-type-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  background: transparent;
  border: 1px solid rgba(198, 198, 198, 0.666);
  color: #555454;
  border-radius: 0;
  padding-right: 64px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.node--type-webform.node--view-mode-full .form-item.form-type-select select:focus, .node--type-webform.node--view-mode-sidebar .form-item.form-type-select select:focus {
  outline: 0;
}
.node--type-webform.node--view-mode-full .form-item.form-type-select:after, .node--type-webform.node--view-mode-sidebar .form-item.form-type-select:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  display: block;
  right: 8px;
  bottom: calc(50% - 1.875rem);
  font-size: 32px;
  z-index: 0;
  color: rgba(198, 198, 198, 0.666);
  line-height: 1;
}
.node--type-webform.node--view-mode-full legend, .node--type-webform.node--view-mode-sidebar legend {
  display: none;
}
.node--type-webform.node--view-mode-full fieldset.form-item, .node--type-webform.node--view-mode-sidebar fieldset.form-item {
  width: 100%;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full fieldset.form-item .fieldset-wrapper, .node--type-webform.node--view-mode-sidebar fieldset.form-item .fieldset-wrapper {
    display: flex;
  }
}
.node--type-webform.node--view-mode-full fieldset.form-item .fieldset-wrapper .form-item, .node--type-webform.node--view-mode-sidebar fieldset.form-item .fieldset-wrapper .form-item {
  margin: 0;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full fieldset.form-item .fieldset-wrapper .form-item, .node--type-webform.node--view-mode-sidebar fieldset.form-item .fieldset-wrapper .form-item {
    margin: 0 6% 0 0;
  }
}
.node--type-webform.node--view-mode-full fieldset.form-item .fieldset-wrapper .form-item:last-child, .node--type-webform.node--view-mode-sidebar fieldset.form-item .fieldset-wrapper .form-item:last-child {
  margin-right: 0;
}
.node--type-webform.node--view-mode-full .form-actions, .node--type-webform.node--view-mode-sidebar .form-actions {
  position: relative;
  display: inline-block;
}
.node--type-webform.node--view-mode-full .form-actions input, .node--type-webform.node--view-mode-sidebar .form-actions input {
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 24px 6px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  float: right;
  text-decoration: none;
}
.node--type-webform.node--view-mode-full .form-actions input:hover, .node--type-webform.node--view-mode-full .form-actions input:focus, .node--type-webform.node--view-mode-sidebar .form-actions input:hover, .node--type-webform.node--view-mode-sidebar .form-actions input:focus {
  background-color: #A9D4D8;
  color: #555454;
  border-color: #A9D4D8;
}
.node--type-webform.node--view-mode-full .field-name-field-sections, .node--type-webform.node--view-mode-sidebar .field-name-field-sections {
  clear: both;
}

#webform_submission_email_newsletter_add_form-ajax {
  background: #e4147e;
  color: #fff;
  padding: 16px;
  margin: 0;
}
@media (min-width: 992px) {
  #webform_submission_email_newsletter_add_form-ajax {
    padding: 32px 64px 16px;
  }
}
#webform_submission_email_newsletter_add_form-ajax form {
  margin: 0 auto;
  max-width: 640px;
}
#webform_submission_email_newsletter_add_form-ajax form #edit-markup-01 {
  display: none;
}
#webform_submission_email_newsletter_add_form-ajax form #edit-markup-02 h1 {
  color: #fff;
  font-size: 36px;
}
#webform_submission_email_newsletter_add_form-ajax form #edit-markup-02 p a {
  color: #fff;
}
#webform_submission_email_newsletter_add_form-ajax .form-type-textfield,
#webform_submission_email_newsletter_add_form-ajax .form-type-email,
#webform_submission_email_newsletter_add_form-ajax .form-type-select {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
}
#webform_submission_email_newsletter_add_form-ajax .form-type-textfield label,
#webform_submission_email_newsletter_add_form-ajax .form-type-email label,
#webform_submission_email_newsletter_add_form-ajax .form-type-select label {
  display: block;
}
#webform_submission_email_newsletter_add_form-ajax .form-type-textfield input,
#webform_submission_email_newsletter_add_form-ajax .form-type-email input,
#webform_submission_email_newsletter_add_form-ajax .form-type-select input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid #dadada;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0 8px;
  color: #333;
}
#webform_submission_email_newsletter_add_form-ajax select {
  width: 100%;
  height: 40px;
  border: 0;
  background: #fff;
  color: #555454;
  padding: 0 8px;
  margin-top: 0;
}
@media (min-width: 992px) {
  #webform_submission_email_newsletter_add_form-ajax div.form-item-firstname {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
}
@media (min-width: 992px) {
  #webform_submission_email_newsletter_add_form-ajax div.form-item-lastname {
    width: 49%;
    margin-left: 1%;
    float: right;
  }
}
#webform_submission_email_newsletter_add_form-ajax button,
#webform_submission_email_newsletter_add_form-ajax .button {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #152D44;
  border: 0;
  color: white;
  font-family: "niweb-bold", sans-serif;
  position: relative;
  padding: 8px 24px 8px 8px;
  height: 48px;
  line-height: 32px;
  width: 100%;
  border-radius: 8px;
}

.webform-confirmation {
  background: #f7f7f7;
  padding: 16px 32px;
  margin-bottom: 24px;
}

.node--type-webform.node--view-mode-full, .node--type-webform.node--view-mode-sidebar {
  height: 100%;
}
.node--type-webform.node--view-mode-full .container.content, .node--type-webform.node--view-mode-sidebar .container.content {
  min-height: calc(70vh - 24px);
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form {
  accent-color: #e4147e;
  position: inherit;
  padding-bottom: 250px;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form,
  .node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form,
  .node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form {
    width: 125%;
  }
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form:before,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form:before, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form:before,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form:before {
  position: absolute;
  right: -20vw;
  background: #5B2463;
  width: 60vw;
  height: 201vh;
  transform: rotatez(-17deg);
  z-index: 1;
  top: 100%;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form:after,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form:after, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form:after,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 250px;
  z-index: 0;
  background: url("../images/survey-bg.png") bottom right no-repeat;
  background-size: contain;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-tracker,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-tracker, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-tracker,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-tracker {
  margin: 1em auto 2em;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-tracker,
  .node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-tracker, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-tracker,
  .node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-tracker {
    width: 125%;
  }
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step .progress-marker::before,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step .progress-marker::before, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step .progress-marker::before,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step .progress-marker::before {
  width: 2em;
  height: 2em;
  margin-left: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step .progress-marker::after,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step .progress-marker::after, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step .progress-marker::after,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step .progress-marker::after {
  right: 0;
  background-color: #ccc;
  top: calc(1em - 2px);
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step.is-complete .progress-marker::before,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step.is-complete .progress-marker::before, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step.is-complete .progress-marker::before,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step.is-complete .progress-marker::before {
  background: #ccc;
  color: #333;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step.is-complete .progress-text .progress-title[role=link],
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step.is-complete .progress-text .progress-title[role=link], .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step.is-complete .progress-text .progress-title[role=link],
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step.is-complete .progress-text .progress-title[role=link] {
  color: #A04C97;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 4px;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step .progress-text,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step .progress-text, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step .progress-text,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step .progress-text {
  text-align: left;
  padding: 0.5em 1em 0 0;
  font-size: 0.875em;
  display: none;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step .progress-text,
  .node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step .progress-text, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step .progress-text,
  .node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step .progress-text {
    display: block;
  }
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step.is-active .progress-marker:before,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step.is-active .progress-marker:before, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step.is-active .progress-marker:before,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step.is-active .progress-marker:before {
  background-color: #A04C97;
  color: #fff;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .progress-step.is-complete:hover .progress-marker[role=link]:before,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .progress-step.is-complete:hover .progress-marker[role=link]:before, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .progress-step.is-complete:hover .progress-marker[role=link]:before,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .progress-step.is-complete:hover .progress-marker[role=link]:before {
  background-color: #A9D4D8;
  color: #555454;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textfield label,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-email label,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-tel label,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-number label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textfield label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-email label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-tel label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-number label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textfield label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-email label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-tel label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-number label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textfield label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-email label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-tel label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-number label {
  display: block;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textfield input,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-email input,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-tel input,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-number input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textfield input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-email input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-tel input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-number input, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textfield input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-email input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-tel input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-number input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textfield input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-email input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-tel input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-number input {
  border: 1px solid rgba(198, 198, 198, 0.666);
  font-size: 16px;
  background-color: white;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textfield input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-email input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-tel input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-number input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textfield input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-email input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-tel input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-number input:focus-visible, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textfield input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-email input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-tel input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-number input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textfield input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-email input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-tel input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-number input:focus-visible {
  box-shadow: none;
  outline: 2px solid #e4147e;
  outline-offset: 2px;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textarea textarea,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textarea textarea, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textarea textarea,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textarea textarea {
  font-size: 16px;
  background-color: white;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textarea textarea:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textarea textarea:focus-visible, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textarea textarea:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textarea textarea:focus-visible {
  box-shadow: none;
  outline: 2px solid #e4147e;
  outline-offset: 2px;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.js-form-item,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.js-form-item, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.js-form-item,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.js-form-item {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.js-form-item label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.js-form-item label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.js-form-item label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.js-form-item label {
  font-family: "niweb-bold", sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.5rem;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.js-form-item label.error,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.js-form-item label.error, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.js-form-item label.error,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.js-form-item label.error {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background: rgba(130, 0, 0, 0.1);
  border: 1px solid #820000;
  border-radius: 2rem;
  color: #820000;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.js-form-item .description,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.js-form-item .description, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.js-form-item .description,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.js-form-item .description {
  background-color: #F2F5F5;
  font-family: "niweb", sans-serif;
  font-size: 1rem;
  padding: 1em;
  margin: 0 0 1em;
  width: 100%;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.js-form-item .description p,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.js-form-item .description p, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.js-form-item .description p,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.js-form-item .description p {
  line-height: 1.3;
  margin: 0 0 0.75em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.js-form-item .description p:last-child,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.js-form-item .description p:last-child, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.js-form-item .description p:last-child,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.js-form-item .description p:last-child {
  margin: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-email-confirm--wrapper legend,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-email-confirm--wrapper legend, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-email-confirm--wrapper legend,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-email-confirm--wrapper legend {
  display: none;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-email-confirm--wrapper .form-item:last-child,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-email-confirm--wrapper .form-item:last-child, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-email-confirm--wrapper .form-item:last-child,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-email-confirm--wrapper .form-item:last-child {
  margin-bottom: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form legend,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form legend, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form legend,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form legend {
  display: block;
  font-family: "niweb-bold", sans-serif;
  border-bottom: 1px solid #A04C97;
  margin-bottom: 0.5rem;
  font-size: 1.25em;
  line-height: inherit;
  color: #3a3a3a;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.form-item-number-of-employees > label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.form-item-number-of-employees > label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.form-item-number-of-employees > label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.form-item-number-of-employees > label {
  display: block;
  font-family: "niweb-bold", sans-serif;
  border-bottom: 1px solid #A04C97;
  color: #3a3a3a;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .fieldset-wrapper,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .fieldset-wrapper, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .fieldset-wrapper,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .fieldset-wrapper {
  display: block;
  margin-top: 0.5em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form fieldset.form-wrapper,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form fieldset.form-wrapper, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form fieldset.form-wrapper,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form fieldset.form-wrapper {
  margin-top: 2rem;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form fieldset.form-item .fieldset-wrapper .form-item,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form fieldset.form-item .fieldset-wrapper .form-item, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form fieldset.form-item .fieldset-wrapper .form-item,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form fieldset.form-item .fieldset-wrapper .form-item {
  margin: 0 0 1em;
  width: 100%;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .field-prefix .webform-element-description,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .field-prefix .webform-element-description, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .field-prefix .webform-element-description,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .field-prefix .webform-element-description {
  background-color: #F2F5F5;
  font-size: 1em;
  padding: 1em;
  margin: 0 0 1em;
  width: 100%;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .field-prefix .webform-element-description p,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .field-prefix .webform-element-description p, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .field-prefix .webform-element-description p,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .field-prefix .webform-element-description p {
  line-height: 1.3;
  margin: 0 0 0.75em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .field-prefix .webform-element-description p:last-child,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .field-prefix .webform-element-description p:last-child, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .field-prefix .webform-element-description p:last-child,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .field-prefix .webform-element-description p:last-child {
  margin: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form blockquote,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form blockquote, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form blockquote,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form blockquote {
  background-color: #F2F5F5;
  font-size: 1em;
  padding: 1em;
  margin: 0 0 1em;
  width: 100%;
  border-left: 0.25em solid #e4147e;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form blockquote p,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form blockquote p, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form blockquote p,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form blockquote p {
  margin: 0 0 0.75em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form blockquote p:last-child,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form blockquote p:last-child, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form blockquote p:last-child,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form blockquote p:last-child {
  margin: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-checkbox,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-checkbox, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-checkbox,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-checkbox {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  break-inside: avoid;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-checkbox input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-checkbox input, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-checkbox input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-checkbox input {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em 0 0;
  outline: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-checkbox label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-checkbox label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-checkbox label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-checkbox label {
  margin: 0 !important;
  font-family: "niweb-bold", sans-serif;
  max-width: calc(100% - 2em);
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-checkbox label.error,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-checkbox label.error, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-checkbox label.error,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-checkbox label.error {
  order: 1;
  margin-left: 0.5em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox {
  background: #F2F5F5;
  padding: 1em;
  border-radius: 0.5em;
  break-inside: avoid;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox .description,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox .description, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox .description,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox .description {
  background-color: transparent;
  margin: 0 0 0 2.125rem;
  padding: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox input, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox input {
  outline: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox label {
  max-width: calc(100% - 2em);
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox label.error,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox label.error, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-checkboxes .form-type-checkbox label.error,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-checkboxes .form-type-checkbox label.error {
  order: 1;
  margin-left: 0.5em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.form-type-radio,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.form-type-radio, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.form-type-radio,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.form-type-radio {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  break-inside: avoid;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.form-type-radio input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.form-type-radio input, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.form-type-radio input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.form-type-radio input {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em 0 0;
  outline: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.form-type-radio label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.form-type-radio label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.form-type-radio label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.form-type-radio label {
  margin: 0;
  font-family: "niweb-bold", sans-serif;
  max-width: calc(100% - 2em);
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.form-type-radio input:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.form-type-radio input:focus-visible, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.form-type-radio input:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.form-type-radio input:focus-visible {
  outline: 2px solid #e4147e;
  border-radius: 50%;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-item.form-type-radio label.error,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-item.form-type-radio label.error, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-item.form-type-radio label.error,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-item.form-type-radio label.error {
  order: 1;
  margin-left: 0.5em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-options-display-two-columns,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-options-display-two-columns, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-options-display-two-columns,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-options-display-two-columns {
  margin: 1em 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textarea .form-textarea-wrapper,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textarea .form-textarea-wrapper, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textarea .form-textarea-wrapper,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textarea .form-textarea-wrapper {
  overflow: hidden;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textarea textarea:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textarea textarea:focus-visible, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textarea textarea:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textarea textarea:focus-visible {
  outline-offset: -2px;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-type-textarea .text-count-wrapper,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-type-textarea .text-count-wrapper, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-type-textarea .text-count-wrapper,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-type-textarea .text-count-wrapper {
  margin-bottom: 1em;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-options-display-buttons label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-options-display-buttons label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-options-display-buttons label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-options-display-buttons label {
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 1em 3em;
  border-radius: 0.25em;
  background: transparent;
  border: 2px solid #c6c6c6;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-options-display-buttons label:hover, .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-options-display-buttons label:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-options-display-buttons label:hover,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-options-display-buttons label:focus-visible, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-options-display-buttons label:hover, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-options-display-buttons label:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-options-display-buttons label:hover,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-options-display-buttons label:focus-visible {
  border-color: #555454;
  color: #555454;
  background-color: #c6c6c6;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .webform-options-display-buttons input:checked + label,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .webform-options-display-buttons input:checked + label, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .webform-options-display-buttons input:checked + label,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .webform-options-display-buttons input:checked + label {
  border-color: #e4147e;
  color: #e4147e;
  background-color: #F2F5F5;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions {
  position: relative;
  display: block;
  z-index: 10;
}
@media (min-width: 768px) {
  .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions,
  .node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions,
  .node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions {
    display: inline-flex;
  }
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions input,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions input, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions input,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions input {
  float: left;
  clear: both;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions input,
  .node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions input, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions input,
  .node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions input {
    clear: none;
    margin: 0 1em 0 0;
  }
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--draft,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--previous,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--draft,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--previous, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--draft,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--previous,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--draft,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--previous {
  background: transparent;
  color: #A04C97;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--draft:hover, .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--draft:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--previous:hover,
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--previous:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--draft:hover,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--draft:focus-visible,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--previous:hover,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--previous:focus-visible, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--draft:hover, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--draft:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--previous:hover,
.node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--previous:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--draft:hover,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--draft:focus-visible,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--previous:hover,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--previous:focus-visible {
  background-color: #A04C97;
  border-color: #A04C97;
  color: #fff;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--submit,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--submit, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--submit,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--submit {
  overflow: hidden;
  color: #fff;
  display: flex;
  background: #e4147e;
  font-family: "niweb-bold", sans-serif;
  line-height: inherit;
  text-decoration: none;
  position: relative;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--submit:hover, .node--type-webform.node--view-mode-full form.webform-submission-innovation-assessment-form .form-actions .webform-button--submit:focus,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--submit:hover,
.node--type-webform.node--view-mode-full form.webform-submission-business-improvement-grant-form .form-actions .webform-button--submit:focus, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--submit:hover, .node--type-webform.node--view-mode-sidebar form.webform-submission-innovation-assessment-form .form-actions .webform-button--submit:focus,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--submit:hover,
.node--type-webform.node--view-mode-sidebar form.webform-submission-business-improvement-grant-form .form-actions .webform-button--submit:focus {
  background: #9E1057;
}

@media (min-width: 992px) {
  .node--type-homepage .header {
    display: flex;
    background: #fff;
  }
}
.node--type-homepage .header .intro {
  align-self: flex-end;
  align-self: flex-start;
  padding: 24px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .node--type-homepage .header .intro {
    font-size: 1.2em;
  }
}
.node--type-homepage .header .intro h1 {
  font-size: 36px;
  line-height: 1;
}
.node--type-homepage .header .intro p {
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .node--type-homepage .header .intro p {
    line-height: 1.53;
  }
}
.node--type-homepage .header .intro p:last-child {
  margin-bottom: 0;
}
.node--type-homepage .header .no-padding {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .node--type-homepage .header .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.node--type-homepage .channels {
  overflow: hidden;
  background: white;
  margin: 24px 16px 0;
  padding: 24px 8px 32px;
}
@media (min-width: 992px) {
  .node--type-homepage .channels {
    margin: 24px 0 0;
  }
}
.node--type-homepage .channels .homepage-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .node--type-homepage .channels .homepage-menu {
    padding-right: 16px;
  }
}
.node--type-homepage .channels .list-flex {
  margin: 0;
}
@media (min-width: 768px) {
  .node--type-homepage .channels .list-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.node--type-homepage .channels .list-flex li {
  margin-bottom: 32px;
}
.node--type-homepage .channels .list-flex li .node {
  background: #F2F5F5;
  border-bottom: 8px solid #e4147e;
  height: 100%;
  padding: 0 12px 16px;
}
@media (min-width: 1200px) {
  .node--type-homepage .channels .list-flex li .node {
    padding: 0 24px 16px;
  }
}
.node--type-homepage .social-block {
  background: #F2F5F5;
  border-top: 8px solid #e4147e;
  border-bottom: 8px solid #e4147e;
  padding-right: 8px;
  display: block;
  float: none;
  clear: both;
  margin: 0 16px;
}
@media (min-width: 992px) {
  .node--type-homepage .social-block {
    float: left;
    margin: 0;
    clear: none;
  }
}
.node--type-homepage .social-block .block-block-content {
  border-bottom: 16px solid #F2F5F5;
}
.node--type-homepage .social-block .block-block-content > h2 {
  margin: 16px 0;
}
.node--type-homepage .social-block .block-block-content .block-content--type-embed {
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .node--type-homepage .social-block .block-block-content .block-content--type-embed {
    max-height: 600px;
  }
}
@media (min-width: 1200px) {
  .node--type-homepage .social-block .block-block-content .block-content--type-embed {
    max-height: 1000px;
  }
}
.node--type-homepage .social-block .block-block-content iframe {
  position: relative !important;
  top: -45px;
}

.view-search-api {
  background: #fff;
}
.view-search-api .view-header {
  padding-top: 24px;
  padding-left: 32px;
  padding-bottom: 32px;
}
.view-search-api .view-header h1 {
  color: #e4147e;
  font-family: "niweb-bold", sans-serif;
  margin: 0;
}
.view-search-api .view-header strong {
  color: #e4147e;
  margin-right: 2px;
  font-size: 1.25rem;
  font-family: "niweb-bold", sans-serif;
}
.view-search-api .view-content {
  background: #fff;
}
.view-search-api .view-content ul.list li .node {
  border-bottom: 1px solid #E4E1DA;
  padding-bottom: 16px;
  display: block;
  overflow: hidden;
  margin: 0 0 24px 32px;
}
.view-search-api .view-empty {
  padding: 0 32px 24px;
}

[off-canvas] {
  background: #fff;
  color: #555454;
  padding: 40px 8px 40px 24px;
  box-shadow: 0px 0px 4px #000;
}
@media (min-width: 768px) {
  [off-canvas] {
    padding: 40px 60px;
  }
}
[off-canvas] a {
  color: #555454;
  text-decoration: none;
}
[off-canvas] .close {
  z-index: 20;
}
[off-canvas] .search-block {
  max-width: 80%;
  display: block;
}
[off-canvas] .secondary {
  margin: 16px 0;
}
[off-canvas] .secondary ul.menu {
  margin-left: 0rem;
}
[off-canvas] .secondary ul.menu li {
  padding: 0 0 8px;
}
[off-canvas] .main {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(198, 198, 198, 0.666);
  margin-left: 0rem;
}
[off-canvas] .main ul.menu {
  margin-left: 0rem;
}
[off-canvas] .main ul.menu li {
  padding: 0 0 8px;
  font-size: 1.1rem;
  list-style: none;
}
[off-canvas] .main ul.menu ul.menu {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
[off-canvas] li.menu-item--active-trail > a,
[off-canvas] li a.is-active {
  color: #A04C97;
  position: relative;
  display: inline-block;
}

[off-canvas*=top] {
  width: 100%;
  min-height: 92px;
  top: 0;
  padding: 26px 24px 0;
}
[off-canvas*=top] .block.close {
  top: 26px;
}

.user-login-form,
.user-register-form,
.user-pass,
.user-form,
.user-pass-reset {
  background: #fff;
  margin: 16px auto;
  max-width: 800px;
  padding: 8px 32px 16px;
}
.user-login-form label,
.user-register-form label,
.user-pass label,
.user-form label,
.user-pass-reset label {
  display: block;
  text-transform: uppercase;
}
.user-login-form input.form-submit,
.user-register-form input.form-submit,
.user-pass input.form-submit,
.user-form input.form-submit,
.user-pass-reset input.form-submit {
  border: 1px solid #5B2463;
  background-color: #5B2463;
  border-radius: 24px;
  padding: 8px 24px 6px 24px;
  color: #fff;
  font-family: "niweb-bold", sans-serif;
  text-decoration: none;
}
.user-login-form input.form-submit:hover, .user-login-form input.form-submit:focus-visible,
.user-register-form input.form-submit:hover,
.user-register-form input.form-submit:focus-visible,
.user-pass input.form-submit:hover,
.user-pass input.form-submit:focus-visible,
.user-form input.form-submit:hover,
.user-form input.form-submit:focus-visible,
.user-pass-reset input.form-submit:hover,
.user-pass-reset input.form-submit:focus-visible {
  background-color: #A9D4D8;
  color: #555454;
  border-color: #A9D4D8;
}

.user-pass-reset p:first-child {
  margin-top: 1rem;
  font-size: 1.5em;
  border-bottom: 1px solid;
  color: #A04C97;
  font-family: "niweb-bold", sans-serif;
}
.user-pass-reset p:first-child em {
  font-style: normal;
}

.user--view-mode-full .container {
  padding: 16px;
  background: #fff;
  margin-bottom: 16px;
}
.user--view-mode-full .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
}
.user--view-mode-full .views-exposed-form .form--inline {
  display: flex;
}
.user--view-mode-full .views-exposed-form .form--inline .form-item {
  width: 16.667%;
}
.user--view-mode-full .views-exposed-form .form--inline .form-item label {
  margin-bottom: 2px;
}
.user--view-mode-full .views-exposed-form .form--inline .form-item input {
  width: 100%;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  font-style: normal;
  color: #555454;
}
.user--view-mode-full .views-exposed-form .form--inline .form-item select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  font-style: normal;
  color: #555454;
}
.user--view-mode-full .views-exposed-form .form--inline .form-actions {
  margin-top: 2.5em;
  display: flex;
}
.user--view-mode-full .views-exposed-form .form--inline .form-actions input {
  max-width: 100%;
  margin: 0 1% 0 0;
  background: #e4147e;
  color: #fff;
}
.user--view-mode-full .view table {
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
}
.user--view-mode-full .view table th {
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px;
}
.user--view-mode-full .view table tr {
  border-bottom: 1px solid #3a3a3a;
}
.user--view-mode-full .view table tr:nth-child(even) {
  background: #F2F5F5;
}
.user--view-mode-full .view table td {
  vertical-align: top;
  padding: 8px;
}
.user--view-mode-full .view table td a {
  color: #3a3a3a;
  font-weight: 700;
}
.user--view-mode-full .view table td a:hover, .user--view-mode-full .view table td a:focus {
  color: #7d3c76;
}
.user--view-mode-full .profile {
  padding: 16px;
  background: #fff;
  margin-bottom: 24px;
}
.user--view-mode-full .user-content {
  padding: 16px;
  background: #fff;
  margin-bottom: 24px;
}
.user--view-mode-full .user-content h2 {
  margin: 0;
  border-bottom: 1px solid #152D44;
}

.view-current-innovation-assessments {
  position: relative;
  display: block;
  z-index: 10;
}
.view-current-innovation-assessments .btn {
  float: left;
  clear: both;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .view-current-innovation-assessments .btn {
    clear: none;
    margin: 0 1em 0 0;
  }
}
.view-current-innovation-assessments .btn a {
  overflow: hidden;
  color: #fff;
  display: flex;
  background: #e4147e;
  font-family: "niweb-bold", sans-serif;
  line-height: inherit;
  text-decoration: none;
  position: relative;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 2em;
}
.view-current-innovation-assessments .btn a:hover, .view-current-innovation-assessments .btn a:focus-visible {
  background-color: #A04C97;
  border-color: #A04C97;
  color: #fff;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: 18px !important;
  color: #555454 !important;
  line-height: 1.52 !important;
}

#ot-sdk-cookie-policy {
  color: #3a3a3a;
}
#ot-sdk-cookie-policy h3 {
  font-family: "niweb-headline", sans-serif !important;
  color: #3a3a3a !important;
  font-size: 22px !important;
}
#ot-sdk-cookie-policy h4 {
  font-family: "niweb-headline", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: #3a3a3a !important;
}

.node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings {
  font-family: "niweb-bold", sans-serif !important;
  background: #5B2463 !important;
  border: 1px solid #5B2463 !important;
  color: #fff !important;
  font-size: 1rem !important;
  margin-top: 1rem !important;
  padding: 10px 16px !important;
  border-radius: 2rem !important;
  line-height: 1 !important;
  transition: none !important;
}
.node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings:focus, .node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #A9D4D8 !important;
  border-color: #A9D4D8 !important;
  color: #555454 !important;
}

#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table {
  border-radius: 0 !important;
  border-left: 1px solid #A04C97 !important;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table th {
  font-family: "niweb-bold", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #fff !important;
  background-color: #A04C97 !important;
  border: 1px solid #A04C97 !important;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table tbody tr {
  background-color: #fff !important;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table tbody tr:nth-child(2n) {
  background: #F2F5F5 !important;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table .ot-host-description-td p {
  color: #555454 !important;
  line-height: 1.4 !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  color: #A04C97 !important;
}

#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table > thead + tbody {
  border: 0;
  border-left: 1px solid #e4147e;
}

#ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table > thead + tbody td {
  border-right: 1px solid #e4147e;
  border-bottom: 1px solid #e4147e;
  padding: 8px;
}

#onetrust-pc-sdk #ot-pc-content {
  padding-left: 3px !important;
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  margin-right: 8px !important;
}

#onetrust-pc-sdk {
  font-size: 18px !important;
}

#onetrust-pc-sdk #ot-pc-content h2 {
  font-family: "niweb-headline", sans-serif !important;
  font-size: 28px !important;
  color: #3a3a3a !important;
}

#onetrust-pc-sdk #ot-pc-content h3 {
  font-family: "niweb-headline", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #3a3a3a !important;
}

#onetrust-pc-sdk #ot-pc-content h4 {
  font-family: "niweb-headline", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #3a3a3a !important;
}

#ot-pc-desc,
#onetrust-pc-sdk #ot-pc-content p {
  font-family: "niweb", sans-serif !important;
  font-size: 18px !important;
  color: #555454 !important;
}

#onetrust-pc-sdk #ot-pc-content a {
  font-family: "niweb", sans-serif !important;
  font-size: 18px !important;
  color: #A04C97 !important;
  text-decoration: underline;
}
#onetrust-pc-sdk #ot-pc-content a:hover {
  text-decoration: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  font-family: "niweb-bold", sans-serif !important;
  background: #5B2463 !important;
  border: 1px solid #5B2463 !important;
  color: #fff !important;
  font-size: 1rem !important;
  margin-bottom: 19px !important;
  padding: 10px 16px !important;
  border-radius: 2rem !important;
  line-height: 1 !important;
  transition: none !important;
  letter-spacing: normal !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:focus {
  background-color: #A9D4D8 !important;
  border-color: #A9D4D8 !important;
  color: #555454 !important;
  opacity: 1 !important;
  outline: -webkit-focus-ring-color auto 1px !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:hover {
  background-color: #A9D4D8 !important;
  border-color: #A9D4D8 !important;
  color: #555454 !important;
  opacity: 1 !important;
}

#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  font-family: "niweb", sans-serif !important;
  font-size: 18px !important;
  color: #5B2463 !important;
}

#onetrust-pc-sdk .ot-switch-nob {
  background-color: #E4E1DA !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: #A04C97 !important;
  border: 1px solid #fff;
}

#onetrust-pc-sdk .ot-tgl input:focus + .ot-switch {
  border-radius: 40px !important;
}

#onetrust-pc-sdk .ot-pc-logo {
  justify-content: flex-start !important;
}

#onetrust-pc-sdk .ot-pc-footer-logo {
  display: none;
}

.breadcrumbs {
  padding: 16px 16px 16px 32px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding-left: 64px;
  }
}
.breadcrumbs .breadcrumb {
  padding: 0;
}
.breadcrumbs .breadcrumb li:before {
  content: "/";
}
.breadcrumbs .breadcrumb li:first-child:before {
  display: none;
}
.breadcrumbs .breadcrumb a {
  color: #000;
  text-decoration: underline;
}

.slick--optionset--carousel {
  position: relative;
}
.slick--optionset--carousel .slick-track {
  display: flex;
  min-height: 410px;
}
.slick--optionset--carousel .slick-track .slick-slide {
  align-self: flex-end;
  outline: 0;
}
.slick--optionset--carousel .slick-track .slick-slide .paragraph--type-carousel-item {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  top: 40px;
  transition: all ease 0.4s;
  pointer-events: none;
}
.slick--optionset--carousel .slick-track .slick-slide.slick-current .paragraph--type-carousel-item {
  max-width: 100%;
  top: 0;
  transition: all ease 0.4s;
  pointer-events: inherit;
}
.slick--optionset--carousel .slick-track .slick-slide.slick-current .paragraph--type-carousel-item:hover {
  cursor: pointer;
}
.slick--optionset--carousel .slick__arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slick--optionset--carousel .slick__arrow button {
  width: 40px;
  height: 200px;
  background: #152D44;
  color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}
.slick--optionset--carousel .slick__arrow button:before {
  font-family: icomoon;
  font-size: 40px;
  position: relative;
}
.slick--optionset--carousel .slick__arrow button span {
  display: none;
}
.slick--optionset--carousel .slick__arrow button.slick-prev {
  left: -20px;
}
@media (min-width: 992px) {
  .slick--optionset--carousel .slick__arrow button.slick-prev {
    left: 0;
  }
}
.slick--optionset--carousel .slick__arrow button.slick-prev:before {
  content: "\e90d";
  left: -6px;
}
.slick--optionset--carousel .slick__arrow button.slick-next {
  right: -20px;
}
@media (min-width: 992px) {
  .slick--optionset--carousel .slick__arrow button.slick-next {
    right: 0;
  }
}
.slick--optionset--carousel .slick__arrow button.slick-next:before {
  content: "\e90e";
  right: 6px;
}

.field__label {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5;
}

.a2a_kit {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .a2a_kit {
    margin: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .a2a_kit {
    right: 0;
  }
}
.a2a_kit:before {
  content: "Share";
  padding-right: 6px;
  margin-right: 4px;
  border-right: 1px solid;
  font-size: 87.5%;
  font-family: "niweb-bold", sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  top: -2px;
}
.a2a_kit a {
  cursor: pointer;
  background: #152D44;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: -4px 0 0 4px;
  border-radius: 4px;
  position: relative;
}
.a2a_kit a:before {
  position: absolute;
  line-height: 20px;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  display: block;
  font-family: icomoon;
  color: #fff;
  content: "";
  text-align: center;
  font-weight: 100;
  font-size: 16px;
  text-decoration: none !important;
}
.a2a_kit a .a2a_svg {
  display: none;
}
.a2a_kit a.a2a_button_twitter:before {
  content: "\e92f";
  content: "\e916";
}
.a2a_kit a.a2a_button_facebook:before {
  content: "\e92e";
  padding-top: 2px;
  padding-left: 4px;
}
.a2a_kit a.a2a_button_email:before {
  content: "\e930";
  font-size: 13px;
}

.media--type-image.media--view-mode-banner {
  position: relative;
}
.media--type-image.media--view-mode-banner:before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 160px;
  height: 120px;
  width: 100%;
}
@media (min-width: 992px) {
  .media--type-image.media--view-mode-banner:before {
    background: url("../images/nic-mask-bg.png") top right no-repeat;
  }
}
.media--type-image.media--view-mode-banner img {
  vertical-align: bottom;
  width: 100%;
}
.media--type-image.media--view-mode-banner .field--name-field-caption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  padding: 8px 12px;
  background: #666;
}
.media--type-image.media--view-mode-full {
  position: relative;
}
.media--type-image.media--view-mode-full img {
  vertical-align: bottom;
}
.media--type-image.media--view-mode-full .field--name-field-caption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  padding: 8px 12px;
  background: #666;
}
.media--type-image.media--view-mode-panorama {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .media--type-image.media--view-mode-panorama {
    margin-bottom: 48px;
  }
}
.media--type-image.media--view-mode-panorama:before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 160px;
  height: 120px;
  width: 100%;
}
@media (min-width: 992px) {
  .media--type-image.media--view-mode-panorama:before {
    background: url("../images/nic-mask-bg.png") top right no-repeat;
  }
}
.media--type-image.media--view-mode-panorama img {
  vertical-align: bottom;
}
.media--type-image.media--view-mode-panorama .field--name-field-caption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  padding: 8px 12px;
  background: #666;
}
.media--type-image.media--view-mode-carousel {
  position: relative;
}
.media--type-image.media--view-mode-carousel img {
  vertical-align: bottom;
}
.media--type-image.media--view-mode-carousel .field--name-field-caption {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 40px);
  color: #fff;
  padding: 8px 12px;
  background: #666;
  display: inline-block;
}

.embedded-entity.align-right {
  margin: 0 0 16px 16px;
}
.embedded-entity.align-left {
  float: left;
  margin: 0 16px 16px 0;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom {
  background: #313147 !important;
  color: #fff !important;
  padding: 8px 0 !important;
  max-width: 100%;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span {
  max-width: 800px;
  margin: 0 auto;
  color: white !important;
  display: block;
  padding: 16px;
  font: "niweb", sans-serif !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span h2 {
  color: #fff;
  font-family: "niweb-headline", sans-serif !important;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 12px;
  text-align: center;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span p {
  color: #fff;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom button {
  border: 2px solid;
  border-radius: 4px;
  padding: 8px 16px !important;
  margin: 4px 8px 4px 0;
  font-weight: 400;
  line-height: 1.5em !important;
  background: transparent;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom button span {
  padding: 4px 8px 4px 0;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom button#tarteaucitronCloseAlert {
  padding: 14px 24px !important;
  border-radius: 4px;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom button#tarteaucitronPrivacyUrl {
  display: flex !important;
  width: 100%;
  justify-content: center;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize2 {
  background: #fff !important;
  border-color: #fff !important;
  color: #11112C;
  font-family: "niweb-bold", sans-serif !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize span:before,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize2 span:before {
  color: #11112C;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize:hover, #tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize:focus,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize2:hover,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize2:focus {
  background: #07989F !important;
  color: #fff !important;
  border-color: #07989f !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize:hover span:before, #tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize:focus span:before,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize2:hover span:before,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPersonalize2:focus span:before {
  color: #fff !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronCloseAlert {
  background: transparent;
  font-family: "niweb-bold", sans-serif !important;
  color: #fff !important;
  border: 1px solid;
  border-radius: 4px !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronCloseAlert:hover, #tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronCloseAlert:focus {
  background: white;
  color: #313147 !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronPrivacyUrl {
  display: block;
  max-width: 800px;
  padding: 16px !important;
  margin: 8px auto 0;
  border: 0;
  font-size: 1em !important;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronClosePanel {
  font-size: 18px !important;
  padding: 8px 16px !important;
  background: #313147 !important;
  font-family: "niweb-bold", sans-serif !important;
  outline: 0;
}
#tarteaucitron #tarteaucitronClosePanel:focus, #tarteaucitron #tarteaucitronClosePanel:hover {
  text-decoration: underline !important;
}
#tarteaucitron #tarteaucitronClosePanel:before {
  font-family: "icomoon";
  content: "\f00d";
  margin-right: 4px;
  display: inline-block;
}

#tarteaucitron #tarteaucitronServices {
  margin-top: 37px !important;
  -ms-overflow-style: none;
}
#tarteaucitron #tarteaucitronServices::-webkit-scrollbar {
  display: none;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  width: 100% !important;
}

#tarteaucitron .tarteaucitronMainLine {
  padding: 8px 16px 16px !important;
  background: #313147 !important;
  border: 3px solid #313147;
  border-left: 9px solid #313147;
  border-top: 5px solid #313147;
  border: 0 !important;
}
#tarteaucitron .tarteaucitronMainLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronH1 {
  font-family: "niweb-headline", sans-serif !important;
  margin: 8px 0 8px !important;
  text-align: left !important;
  font-weight: 700;
}
#tarteaucitron .tarteaucitronMainLine #tarteaucitronInfo {
  padding: 0 0 4px 0 !important;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronInfoBox {
  margin-left: 0 !important;
  text-align: left !important;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronInfoBox h3 {
  font-family: "niweb-bold" !important;
  font-size: 1.4em !important;
  display: block !important;
  margin: 0 0 8px !important;
  color: #fff;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronInfoBox p {
  color: white;
  margin: 0 0 12px;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronInfoBox br {
  display: none;
}
#tarteaucitron .tarteaucitronMainLine #tarteaucitronPrivacyUrlDialog {
  margin: 0 0 16px;
  background: transparent;
  color: white;
  padding: 0;
  font-size: 1em;
  text-decoration: underline;
  text-align: left;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronName {
  float: none !important;
  width: 100% !important;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronH2 {
  font-family: "niweb-bold" !important;
  font-size: 1.4em !important;
  display: block !important;
  margin: 0 0 8px !important;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk {
  float: none !important;
  clear: both;
  margin: 0 !important;
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronAsk button {
  font-family: "niweb-bold", sans-serif !important;
  font-size: 1.2em !important;
}
#tarteaucitron .tarteaucitronBorder {
  border: 0;
  background: #313147 !important;
  padding: 0 16px 16px;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronTitle button {
  background: white !important;
  margin-left: 5px !important;
  color: black !important;
  font-family: "niweb-headline", sans-serif !important;
  font-size: 16px !important;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronDetails {
  background: #f7f7f7 !important;
  color: black !important;
  margin-left: 5px !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3) !important;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:hover,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:focus {
  font-family: "niweb", sans-serif !important;
  background: #fff !important;
  padding: 8px !important;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronH3,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:hover .tarteaucitronH3,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:focus .tarteaucitronH3 {
  font-family: "niweb-bold", sans-serif !important;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronListCookies,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:hover .tarteaucitronListCookies,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:focus .tarteaucitronListCookies {
  font-size: 14px !important;
  font-family: "niweb", sans-serif !important;
  display: block;
  margin-bottom: 8px;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName br,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:hover .tarteaucitronName br,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:focus .tarteaucitronName br {
  display: none;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine .tarteaucitronAsk button,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:hover .tarteaucitronAsk button,
#tarteaucitron .tarteaucitronBorder .tarteaucitronLine:focus .tarteaucitronAsk button {
  font-family: "niweb-bold", sans-serif !important;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronHidden li.tarteaucitronLine {
  position: relative;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronHidden li.tarteaucitronLine:after {
  content: "";
  /* width: 100%; */
  display: block;
  border-bottom: 1px solid #cecece;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 0px;
}
#tarteaucitron .tarteaucitronBorder .tarteaucitronHidden li.tarteaucitronLine:last-child:after {
  display: none;
}

div#tarteaucitron div#tarteaucitronInfo {
  color: #fff !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 20px 0px 0px !important;
  padding: 5px 0px !important;
  text-align: left !important;
  width: auto !important;
  border: 0 !important;
  background: transparent !important;
}
div#tarteaucitron div#tarteaucitronInfo p,
div#tarteaucitron div#tarteaucitronInfo h2, div#tarteaucitron div#tarteaucitronInfo h3 {
  color: #fff;
}
div#tarteaucitron div#tarteaucitronInfo h3 {
  font-family: "niweb-bold" !important;
  font-size: 1.4em !important;
  display: block !important;
  margin: 8px 0 8px !important;
}

#tarteaucitronAlertSmall {
  background: #313147 !important;
}

.section-41 h2.headline {
  color: #16AEE4;
}

span.ext {
  padding-right: 14px;
}

span.mailto {
  display: none;
}

.webform-confirmation ~ div#edit-actions {
  display: none;
}

.purple svg path {
  fill: #A04C97;
}
.purple svg circle {
  stroke: #A04C97;
}

.blue svg path {
  fill: #16AEE4;
}
.blue svg circle {
  stroke: #16AEE4;
}

.turquoise svg path {
  fill: #93C1C5;
}
.turquoise svg circle {
  stroke: #93C1C5;
}

.pink svg path {
  fill: #e4147e;
}
.pink svg circle {
  stroke: #e4147e;
}

.yellow svg path {
  fill: #F7A70A;
}
.yellow svg circle {
  stroke: #F7A70A;
}

.support svg path.cls-1 {
  fill: none;
}

.section-132 {
  border-top: 4px solid #e4147e;
  padding-top: 8px;
}
.section-132 ul.links {
  margin: -12px 0 0;
  padding: 0;
  display: flex;
}
.section-132 ul.links li {
  margin: 0 8px 8px 0;
  font-family: "niweb", sans-serif;
  padding: 0;
  width: 34px;
  height: 32px;
  overflow: hidden;
  position: relative;
}
.section-132 ul.links li:before {
  display: none !important;
}
.section-132 ul.links li a {
  position: relative;
  line-height: 32px;
  padding-left: 40px;
  height: 32px;
  display: block;
  text-decoration: none;
}
.section-132 ul.links li a:before {
  position: absolute;
  line-height: 32px;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  display: block;
  font-family: icomoon;
  background: #C6C6C6;
  border-radius: 50%;
  color: #152D44;
  content: "";
  text-align: center;
  font-weight: 100;
  font-size: 16px;
  text-decoration: none !important;
}
.section-132 ul.links li a.twitter:before {
  content: "\e90f";
  content: "\e916";
}
.section-132 ul.links li a.facebook:before {
  content: "\e910";
}
.section-132 ul.links li a.instagram:before {
  content: "\e90e";
  padding-left: 1px;
}
.section-132 ul.links li a.linkedin:before {
  content: "\e911";
}
.section-132 span.ext {
  display: none;
}

.layout-container.js-close-any:before {
  content: "";
  top: -92px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: block;
  z-index: 190;
  height: 100%;
  width: 100%;
  position: absolute;
}

.social p:first-child {
  display: none;
}
@media (min-width: 992px) {
  .social p:first-child {
    display: block;
  }
}

.teaser-link .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: gray;
  color: transparent;
  text-indent: -999px;
  background: transparent;
}

.webform-submission-non-innovator-form #edit-markup {
  width: 100% !important;
}

.events-listing {
  width: 100%;
  display: flex;
  border-radius: 32px;
  border: 1px solid #dedede;
  height: 48px;
  line-height: 48px;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.events-listing .form-item {
  margin: 0;
  flex-grow: 1;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .events-listing .form-item {
    font-size: 1rem;
  }
}
.events-listing .form-item label {
  position: absolute;
  z-index: -1;
}
.events-listing .form-item input {
  margin: 0;
  padding: 0;
  border: 0;
  height: 44px;
  font-family: "niweb", sans-serif;
  color: #000;
  background-color: transparent;
  padding-left: 24px;
  padding-right: 16px;
  width: 100%;
}
.events-listing .form-item input:focus {
  background-color: #fff;
  outline: 0;
}
.events-listing button {
  margin: 0 0 0 -16px;
  border-radius: 32px;
  border: 1px solid #5B2463;
  color: #5B2463;
  height: 48px;
  position: relative;
  top: -1px;
  right: -1px;
  padding: 0;
  font-family: "niweb-bold";
  width: 150px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .events-listing button {
    font-size: 1rem;
    width: 180px;
    padding: 0 36px;
  }
}
.events-listing button:hover, .events-listing button:focus {
  background-color: #5B2463;
  color: #fff;
}

#block-emergencymessage,
.emergency-message-queen {
  background-color: #000;
  color: #fff;
}
#block-emergencymessage .field--name-body,
.emergency-message-queen .field--name-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5em 1em;
  width: 100%;
  display: block;
}
#block-emergencymessage .field--name-body h2,
.emergency-message-queen .field--name-body h2 {
  color: #fff;
  margin: 0 0 0.25em;
  font-weight: 600;
  font-family: "niweb", sans-serif;
}
#block-emergencymessage .field--name-body p,
.emergency-message-queen .field--name-body p {
  color: #fff;
  margin-top: 0;
}
#block-emergencymessage .field--name-body p:last-child,
.emergency-message-queen .field--name-body p:last-child {
  margin-bottom: 0;
}

div.messages {
  max-width: 80em;
  margin: 1em auto;
}

/* Login/Register Block */
.block.login-register {
  background: #fff;
  padding: 0px 16px 24px;
}
@media (min-width: 992px) {
  .block.login-register {
    padding: 0px 48px 40px 48px;
  }
}
.block.login-register h2 {
  color: #5B2463;
  font-family: "niweb-bold", sans-serif;
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}
.block.login-register .field {
  padding: 20px 24px;
  background-color: #f7f7f7;
  border: 1px solid #A04C97;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  font-size: 1.25rem;
}
.block.login-register .field p:last-child,
.block.login-register .field ul:last-child {
  margin-bottom: 0;
}
.block.login-register .field ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.block.login-register .field ul li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: disc;
}
.block.login-register .field a.btn {
  float: none;
}

/*# sourceMappingURL=style.css.map */
