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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: top;
}

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

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

/*! 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;
  }
  .region-header {
    background: #4E358D !important;
  }
  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: 1200px) {
  .container,
  .region-footer-bottom {
    max-width: 1525px;
  }
}
.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;
  /*&.toolbar-fixed.toolbar-horizontal {
    padding-top: 40px;

    &.toolbar-tray-open {
      padding-top: 79px;
    }
  }

  &.toolbar-fixed.toolbar-vertical {
    padding-top: 40px;
  }*/
}

a,
a:visited {
  /* color: $linkColor; */
}

a:hover {
  /* color: $linkHoverColor; */
}

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

div.main.container {
  margin-bottom: 0;
  padding: 102px 0 0;
  padding-top: 0;
  min-height: 50vh;
}

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

#main-content {
  width: 100%;
}

.block-system-main-block {
  height: 100%;
}
.block-system-main-block .node--type-page.node--view-mode-full {
  height: 100%;
}

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

.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 {
  width: 100%;
  padding: 0;
}

.page-node-type-article .region-content {
  width: 100%;
}
@media (min-width: 992px) {
  .page-node-type-article .region-content {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .page-node-type-article .region-content {
    width: 75%;
  }
}
.page-node-type-article .region-sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .page-node-type-article .region-sidebar {
    width: 30%;
    padding: 0;
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-article .region-sidebar {
    width: 25%;
  }
}

.page-node-type-page .region-content {
  width: 100%;
}
@media (min-width: 992px) {
  .page-node-type-page .region-content {
    width: 75%;
  }
}
.page-node-type-page .region-content + .region-sidebar {
  max-width: 100%;
  margin: 0 16px 24px;
}
@media (min-width: 992px) {
  .page-node-type-page .region-content + .region-sidebar {
    width: 25%;
    padding: 0;
    margin-left: 32px;
    margin-right: 16px;
  }
}

body {
  font-family: "niweb", sans-serif;
  background: #fff;
  color: #393939;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 1.333;
  }
}

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

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

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

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 1;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.25;
}
h2 a {
  text-decoration: none;
}
h2 a:hover, h2 a:focus {
  text-decoration: underline;
}

h3 {
  font-size: 18px;
  line-height: 1.667;
  margin-bottom: 8px;
}
h3 a {
  text-decoration: none;
}
h3 a:hover, h3 a:focus {
  text-decoration: underline;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

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

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.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: #152D44;
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  text-decoration: underline;
  color: #248386;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: ink;
}

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

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

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

.list-flex {
  display: block;
}
@media (min-width: 992px) {
  .list-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.list-flex li {
  margin-bottom: 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;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

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

blockquote {
  padding: 16px 16px 16px 32px;
  margin: 0 0 20px;
  font-size: 1.125empx;
  border-left: 1px solid #152D44;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.read-time:before {
  font-family: "icomoon";
  content: "\e931";
  margin-right: 2px;
  font-size: 0.75em;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/fonticons/icomoon.eot?e39vz1");
  src: url("../fonts/fonticons/icomoon.eot?e39vz1#iefix") format("embedded-opentype"), url("../fonts/fonticons/icomoon.ttf?e39vz1") format("truetype"), url("../fonts/fonticons/icomoon.woff?e39vz1") format("woff"), url("../fonts/fonticons/icomoon.svg?e39vz1#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-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-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-face {
  font-family: "niweb-headline";
  src: url("../fonts/NorthernIrelandHeadline.otf"), url("../fonts/NorthernIrelandHeadline.otf"); /* IE */
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-directions_bike:before {
  content: "\e52f";
}

.icon-directions_bus:before {
  content: "\e530";
}

.icon-directions_car:before {
  content: "\e531";
}

.icon-directions_walk:before {
  content: "\e536";
}

.icon-event_note:before {
  content: "\e616";
}

.icon-local_offer:before {
  content: "\e54e";
}

.icon-work:before {
  content: "\e8f9";
}

.icon-search:before {
  content: "\e92c";
}

.icon-activity:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-at-sign:before {
  content: "\e907";
}

.icon-book:before {
  content: "\e908";
}

.icon-bookmark:before {
  content: "\e909";
}

.icon-check-square:before {
  content: "\e90a";
}

.icon-check:before {
  content: "\e90b";
}

.icon-chevron-down:before {
  content: "\e90c";
}

.icon-chevron-left:before {
  content: "\e90d";
}

.icon-chevron-right:before {
  content: "\e90e";
}

.icon-chevron-up:before {
  content: "\e90f";
}

.icon-comment-circle:before {
  content: "\e910";
}

.icon-comment-square:before {
  content: "\e911";
}

.icon-crosshair:before {
  content: "\e912";
}

.icon-download-cloud:before {
  content: "\e913";
}

.icon-download:before {
  content: "\e914";
}

.icon-edit:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e916";
}

.icon-feather:before {
  content: "\e917";
}

.icon-flag:before {
  content: "\e918";
}

.icon-folder:before {
  content: "\e919";
}

.icon-headphones:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e91b";
}

.icon-home:before {
  content: "\e91c";
}

.icon-inbox:before {
  content: "\e91d";
}

.icon-layers:before {
  content: "\e91e";
}

.icon-location:before {
  content: "\e91f";
}

.icon-map-pin:before {
  content: "\e920";
}

.icon-menu:before {
  content: "\e921";
}

.icon-monitor:before {
  content: "\e922";
}

.icon-phone:before {
  content: "\e923";
}

.icon-share:before {
  content: "\e924";
}

.icon-tag:before {
  content: "\e925";
}

.icon-toggle-left:before {
  content: "\e926";
}

.icon-toggle-right:before {
  content: "\e927";
}

.icon-twitter:before {
  content: "\e928";
}

.icon-x:before {
  content: "\e929";
}

.icon-zoom-in:before {
  content: "\e92a";
}

.icon-zoom-out:before {
  content: "\e92b";
}

.icon-check-circle:before {
  content: "\e900";
}

.icon-ribbon:before {
  content: "\e01e";
}

.icon-bookmark2:before {
  content: "\f02e";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

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

.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 #4D4D4D;
  color: #4D4D4D;
}
.block-local-tasks-block nav.tabs ul li.is-active a {
  background: transparent;
  box-shadow: inset 0 -2px #4D4D4D;
  color: #4D4D4D;
}

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

.footer-menu ul li.menu-item {
  display: inline-block;
}
.footer-menu ul li.menu-item:after {
  content: " | ";
}
.footer-menu ul li.menu-item:last-child:after {
  display: none;
}

.addtoany_list.a2a_kit_size_32 {
  margin-top: -8px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .addtoany_list.a2a_kit_size_32 {
    float: right;
  }
}
.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 40px;
  line-height: 32px;
  opacity: 1;
  width: 40px;
  background: white !important;
  color: black !important;
  border-radius: 50%;
  border: 1px solid #152D44;
  padding: 8px;
  transition: all ease-in 0.25s;
  margin-top: -4px;
}
.addtoany_list.a2a_kit_size_32 a > span svg path {
  fill: #152D44;
  -webkit-fill: #152D44;
  -webkit-text-stroke: #152D44;
  transition: all ease-in 0.25s;
}
.addtoany_list.a2a_kit_size_32 a:hover > span {
  border-color: #152D44;
  background: #152D44 !important;
}
.addtoany_list.a2a_kit_size_32 a:hover > span svg path {
  fill: #fff;
  -webkit-fill: #fff;
  -webkit-text-stroke: #fff;
}

.social-media-links--platforms.horizontal li {
  margin-right: 8px;
}
.social-media-links--platforms.horizontal li .fa {
  border: 4px solid #fff;
  border-radius: 50%;
  padding: 8px;
  width: 56px;
  height: 56px;
}
.social-media-links--platforms.horizontal li a {
  color: #fff;
}
.social-media-links--platforms.horizontal li a:focus, .social-media-links--platforms.horizontal li a:hover {
  color: #152D44;
}

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

.search-block {
  padding-top: 20px;
}
.search-block form {
  display: flex;
}
.search-block form .form--inline {
  display: flex;
  align-items: center;
}
.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: #E4E1DA;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #000;
  font-style: inherit;
  padding: 0rem 8px 0 12px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.search-block form .form--inline .form-item input.form-text:focus {
  outline: 2px solid #ccc;
  outline-offset: -5px;
}
.search-block form .form--inline .form-item label {
  display: none;
}
.search-block form .form--inline .form-actions {
  width: 40px;
  overflow: hidden;
  position: relative;
}
.search-block form .form--inline .form-actions:before {
  font-family: icomoon;
  content: "\e92c";
  position: absolute;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: rgba(242, 245, 245, 0.4);
  text-align: center;
  z-index: 5;
  background: #248386;
}
.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-color: #000;
  color: #fff;
  padding-left: 40px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.signup-link {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .signup-link {
    margin-top: 20px;
  }
}
.signup-link .field a {
  height: 40px;
  line-height: 40px;
  float: right;
  background: #248386;
  color: #fff;
  padding: 0 28px 0 16px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .signup-link .field a {
    font-size: 18px;
  }
}
.signup-link .field a:after {
  font-family: icomoon;
  content: "\e90e";
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 4px;
  width: 24px;
  text-align: center;
  font-size: 20px;
}
.signup-link .field a:hover {
  background: #fff;
  border: 1px solid #248386;
  color: #248386;
}

.signup-link-slidebar {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0px;
}
.signup-link-slidebar .field a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: none;
  background: #248386;
  color: #fff;
  padding: 0 40px 0 16px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.signup-link-slidebar .field a:after {
  font-family: icomoon;
  content: "\e90e";
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 8px;
  width: 24px;
  text-align: center;
  font-size: 20px;
}

.subscription-form {
  background: #248386;
  color: #fff;
  padding: 16px;
  margin: 0 16px;
}
@media (min-width: 992px) {
  .subscription-form {
    padding: 32px 64px 16px;
  }
}
.subscription-form h2 {
  color: #fff;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .subscription-form h2 {
    font-size: 1.5em;
    float: left;
    width: 50%;
  }
}
.subscription-form .webform-dropdown {
  margin: 0 0 16px !important;
  display: block;
  border: 1px solid;
  border-radius: 8px;
  text-align: center;
  order: -1;
}
.subscription-form .webform-dropdown.active h3:after {
  content: "\e90f";
}
.subscription-form .webform-dropdown h3 {
  font-size: 1.5em;
  color: white;
  padding: 8px 16px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.subscription-form .webform-dropdown h3:after {
  font-family: icomoon;
  content: "\e90c";
  position: absolute;
  right: -16px;
}
.subscription-form .webform-dropdown h3:hover {
  cursor: pointer;
}
.subscription-form .form-item-sign-up-for-the-news {
  margin: 0 0 16px !important;
  display: block;
  border: 1px solid;
  border-radius: 8px;
  text-align: center;
  order: -1;
  overflow: hidden;
  position: relative;
}
.subscription-form .form-item-sign-up-for-the-news label {
  font-size: 1.5em;
  color: white;
  padding: 8px 16px;
  margin: 0 auto;
  display: inline-flex !important;
  position: relative;
  font-family: "niweb-headline", sans-serif;
}
.subscription-form .form-item-sign-up-for-the-news label:after {
  font-family: icomoon;
  content: "\e90c";
  margin-left: 8px;
  margin-right: -8px;
}
.subscription-form .form-item-sign-up-for-the-news label:hover {
  cursor: pointer;
}
.subscription-form .form-item-sign-up-for-the-news input {
  position: absolute;
  z-index: -1;
  left: 0;
}
.subscription-form .form-item-sign-up-for-the-news input:focus {
  background: black;
}
.subscription-form .form-item-sign-up-for-the-news input:focus + label {
  background-color: rgba(255, 255, 255, 0.25);
}
.subscription-form .form-item-sign-up-for-the-news input:checked + label {
  background: rgba(255, 255, 255, 0.1);
}
.subscription-form .form-item-sign-up-for-the-news input:checked + label:after {
  transform: rotate(180deg);
}
.subscription-form .webform-container {
  width: 100%;
  padding: 16px 0;
}
.subscription-form .webform-container fieldset {
  margin: 0;
}
.subscription-form .webform-container legend {
  border: 0;
  margin: 0;
}
.subscription-form .webform-container div.form-type-textfield,
.subscription-form .webform-container div.form-type-email,
.subscription-form .webform-container div.form-type-select {
  display: block;
  width: 100%;
  margin: 0 0 12px;
}
.subscription-form .webform-container select {
  width: 100%;
  height: 40px;
  border: 0;
  background: #fff;
  color: #393939;
  padding: 0 8px;
}
@media (min-width: 992px) {
  .subscription-form .webform-container div.form-item-firstname {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
}
@media (min-width: 992px) {
  .subscription-form .webform-container div.form-item-lastname {
    width: 49%;
    margin-left: 1%;
    float: right;
  }
}
.subscription-form form {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .subscription-form form {
    display: flex;
    flex-wrap: wrap;
  }
}
.subscription-form form > div:first-child {
  display: block;
  width: 100%;
}
.subscription-form form .form-item label {
  display: block;
}
.subscription-form form .form-item input {
  width: 100%;
  padding: 0px 8px;
  border: 0;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #393939;
}
.subscription-form form .form-actions {
  margin: 0;
  width: 100%;
  position: relative;
}
.subscription-form form .form-actions:after {
  font-family: icomoon;
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 0px;
  top: 0;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: #248386;
}
.subscription-form form button,
.subscription-form form input.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;
}
.subscription-form form .form-type-webform-markup {
  width: 100%;
  margin-top: 16px;
}
.subscription-form form .form-type-webform-markup#edit-markup-02 {
  display: none;
}
.subscription-form p a {
  color: #fff;
}
.subscription-form .form-item--error-message {
  background: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 8px;
}
.subscription-form .form-item--error-message:before {
  position: relative;
  top: -4px;
}
.subscription-form div ~ .webform-dropdown + .webform-container {
  display: flex;
  height: auto;
  visibility: visible;
}

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

.main-nav-slidebar {
  margin: 0 -60px;
}
.main-nav-slidebar ul {
  margin: 0 0 40px;
}
.main-nav-slidebar ul li {
  margin: 0;
  list-style: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid #248386;
}
.main-nav-slidebar ul li a {
  padding: 0 60px;
  display: block;
  line-height: 44px;
}

[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: "\e929";
  position: absolute;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #248386;
  top: 0;
  left: 0;
}
[off-canvas] .block.close span {
  display: none;
}

.social {
  margin-top: 40px;
}
.social ul.menu {
  columns: 1;
  margin: 0;
}
.social ul.menu li {
  margin-bottom: 16px;
  font-family: "niweb", sans-serif;
}
.social ul.menu li a {
  position: relative;
  line-height: 32px;
  padding-left: 40px;
  min-height: 32px;
  display: block;
  text-decoration: none;
}
.social ul.menu li a:before {
  position: absolute;
  line-height: 32px;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  display: block;
  font-family: icomoon;
  background: #248386;
  border-radius: 4px;
  color: #152D44;
  content: "";
  text-align: center;
  font-weight: 100;
  font-size: 24px;
  text-decoration: none !important;
}
.social ul.menu li a.twitter:before {
  content: "\e92f";
  content: "\e932";
}
.social ul.menu li a.facebook:before {
  content: "\e92e";
  padding-top: 4px;
  padding-left: 8px;
}
.social ul.menu li a.linked-in:before {
  content: "\e92d";
}
.social .ext {
  display: none;
}

.block-additional {
  margin-top: 24px;
}

.paragraph--type-listing > .section > h2 {
  margin: 16px 20px 0;
  color: #248386;
}
.paragraph--type-listing > .section > .field--name-field-summary {
  margin: 16px 20px 0;
}
.paragraph--type-listing > .section > .field--name-field-summary p:last-child {
  margin: 0;
}

/****************************************
  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;
  outline: 0;
  text-decoration: none;
}
.btn a:hover, .btn a:focus {
  background: #000;
  color: #fff;
}

.btn-inverse a {
  color: white;
  border-color: #fff;
}
.btn-inverse a:hover, .btn-inverse a:focus {
  background: #fff;
  color: #000;
}

.btn-archive {
  display: block;
  text-align: center;
}
.btn-archive a {
  color: #393939;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #989898;
  background: #E4E1DA;
  margin: 0 auto;
  display: inline-block;
}

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;
  border-bottom: 1px solid #e5e5e5;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

.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-select label,
.node--type-full-page-form .form-type-textfield label,
.node--type-full-page-form .form-type-email label,
.node--type-full-page-form .form-type-tel label,
.node--type-full-page-form .form-type-select 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-select input,
.node--type-full-page-form .form-type-textfield input,
.node--type-full-page-form .form-type-email input,
.node--type-full-page-form .form-type-tel input,
.node--type-full-page-form .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;
}
.node--type-webform .form-type-select select,
.node--type-full-page-form .form-type-select select {
  width: 100%;
  max-width: 45em;
  line-height: 40px;
  font-size: 1em;
  margin: 0;
  display: block;
  background-color: #F2F5F5;
  border: 0;
  padding: 8px 12px;
  min-height: 56px;
}
.node--type-webform .form-type-textarea textarea,
.node--type-full-page-form .form-type-textarea textarea {
  font-size: 24px;
  border: 1px solid #dadada;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 8px;
}
.node--type-webform.node--view-mode-full,
.node--type-full-page-form.node--view-mode-full {
  flex-wrap: wrap;
  background: #fff;
  margin: 40px 16px 0;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full,
  .node--type-full-page-form.node--view-mode-full {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .node--type-webform.node--view-mode-full,
  .node--type-full-page-form.node--view-mode-full {
    padding: 36px;
  }
}
.node--type-webform.node--view-mode-full h1,
.node--type-full-page-form.node--view-mode-full h1 {
  margin: 16px;
}
.node--type-webform.node--view-mode-full .webform-flexbox,
.node--type-full-page-form.node--view-mode-full .webform-flexbox {
  margin-top: 0;
}
.node--type-webform.node--view-mode-full legend,
.node--type-full-page-form.node--view-mode-full legend {
  display: none;
}
.node--type-webform.node--view-mode-full .form-item,
.node--type-full-page-form.node--view-mode-full .form-item {
  width: 100%;
}
.node--type-webform.node--view-mode-full .form-item textarea,
.node--type-webform.node--view-mode-full .form-item input,
.node--type-full-page-form.node--view-mode-full .form-item textarea,
.node--type-full-page-form.node--view-mode-full .form-item input {
  background-color: #F2F5F5;
  border: 0;
  padding: 8px 12px;
  height: inherit;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .form-actions,
  .node--type-full-page-form.node--view-mode-full .form-actions {
    float: right;
  }
}
.node--type-webform.node--view-mode-full .form-actions input,
.node--type-full-page-form.node--view-mode-full .form-actions input {
  margin: 0 auto;
  display: inherit;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: #248386;
  color: #fff;
  text-transform: uppercase;
  font-family: "niweb-headline", sans-serif;
  padding: 12px 24px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .form-actions input,
  .node--type-full-page-form.node--view-mode-full .form-actions input {
    margin: 0;
  }
}
.node--type-webform.node--view-mode-full .secondary,
.node--type-full-page-form.node--view-mode-full .secondary {
  background: #248386;
  color: #fff;
  overflow: hidden;
  margin-bottom: 32px;
}
.node--type-webform.node--view-mode-full .secondary .address,
.node--type-full-page-form.node--view-mode-full .secondary .address {
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .secondary .address,
  .node--type-full-page-form.node--view-mode-full .secondary .address {
    font-size: 1.1667em;
  }
}
@media (min-width: 1200px) {
  .node--type-webform.node--view-mode-full .secondary .address,
  .node--type-full-page-form.node--view-mode-full .secondary .address {
    font-size: 1.333em;
    padding: 32px 24px 32px 36px;
  }
}
.node--type-webform.node--view-mode-full .secondary .address p:last-child,
.node--type-full-page-form.node--view-mode-full .secondary .address p:last-child {
  margin: 0;
}
.node--type-webform.node--view-mode-full .secondary .address a,
.node--type-full-page-form.node--view-mode-full .secondary .address a {
  color: #152D44;
  text-decoration: none;
  word-break: break-word;
}
.node--type-webform.node--view-mode-full .secondary .address a:focus, .node--type-webform.node--view-mode-full .secondary .address a:hover,
.node--type-full-page-form.node--view-mode-full .secondary .address a:focus,
.node--type-full-page-form.node--view-mode-full .secondary .address a:hover {
  text-decoration: underline;
}
.node--type-webform.node--view-mode-full .secondary .map,
.node--type-full-page-form.node--view-mode-full .secondary .map {
  padding: 0;
}
@media (min-width: 768px) {
  .node--type-webform.node--view-mode-full .secondary .map,
  .node--type-full-page-form.node--view-mode-full .secondary .map {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .node--type-webform.node--view-mode-full .secondary .map,
  .node--type-full-page-form.node--view-mode-full .secondary .map {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .node--type-full-page-form.node--view-mode-full .form-actions {
    float: left;
  }
}

#webform_submission_email_newsletter_add_form-ajax {
  background: #248386;
  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: #393939;
  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;
}

.newsletter-full #edit-elements {
  background: #248386;
  color: #fff;
  padding: 16px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 992px) {
  .newsletter-full #edit-elements {
    padding: 32px 64px 16px;
  }
}
.newsletter-full #edit-elements:before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 160px;
  height: 120px;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-full #edit-elements:before {
    content: "";
    background: url("../images/nic-mask-bg.png") top right no-repeat;
  }
}
.newsletter-full #edit-elements .intro {
  padding-left: 56px;
  padding-right: 56px;
}
@media (min-width: 992px) {
  .newsletter-full #edit-elements .intro {
    padding-right: 0;
  }
}
.newsletter-full #edit-elements .intro h1 {
  color: #fff;
  font-size: 48px;
}
.newsletter-full #edit-elements .form {
  margin: 32px 0 0;
  padding: 0 56px;
}
@media (min-width: 992px) {
  .newsletter-full #edit-elements .form {
    margin-top: 64px;
    padding-left: 0;
    padding-right: 40px;
  }
}
.newsletter-full #edit-elements .form h2 {
  color: #fff;
}
.newsletter-full #edit-elements .form p a {
  color: #fff;
}
.newsletter-full #edit-elements .form-type-textfield,
.newsletter-full #edit-elements .form-type-email,
.newsletter-full #edit-elements .form-type-select {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
}
.newsletter-full #edit-elements .form-type-textfield label,
.newsletter-full #edit-elements .form-type-email label,
.newsletter-full #edit-elements .form-type-select label {
  display: block;
}
.newsletter-full #edit-elements .form-type-textfield input,
.newsletter-full #edit-elements .form-type-email input,
.newsletter-full #edit-elements .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;
}
.newsletter-full #edit-elements select {
  width: 100%;
  height: 40px;
  border: 0;
  background: #fff;
  color: #393939;
  padding: 0 8px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .newsletter-full #edit-elements div.form-item-firstname {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
}
@media (min-width: 992px) {
  .newsletter-full #edit-elements div.form-item-lastname {
    width: 49%;
    margin-left: 1%;
    float: right;
  }
}
.newsletter-full #edit-elements button,
.newsletter-full #edit-elements .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;
}

.confirmation-newsletter-full {
  background: #248386;
  color: #fff;
  padding: 16px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 992px) {
  .confirmation-newsletter-full {
    padding: 32px 64px 16px;
  }
}
.confirmation-newsletter-full:before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 160px;
  height: 120px;
  width: 100%;
}
@media (min-width: 992px) {
  .confirmation-newsletter-full:before {
    background: url("../images/nic-mask-bg.png") top right no-repeat;
    content: "";
  }
}
.confirmation-newsletter-full .webform-confirmation__message {
  margin: 0;
}
@media (min-width: 992px) {
  .confirmation-newsletter-full .webform-confirmation__message {
    display: flex;
  }
}
.confirmation-newsletter-full .webform-confirmation__message h2,
.confirmation-newsletter-full .webform-confirmation__message p a {
  color: #fff;
}
.confirmation-newsletter-full .webform-confirmation__message h2,
.confirmation-newsletter-full .webform-confirmation__message p {
  width: 100%;
}
.confirmation-newsletter-full .webform-confirmation__message h2 {
  font-size: 48px;
  padding-right: 48px;
}
@media (min-width: 992px) {
  .confirmation-newsletter-full .webform-confirmation__message p {
    margin-top: 24px;
  }
}
.confirmation-newsletter-full .webform-confirmation__message strong {
  display: inline-block;
  font-size: 24px;
  font-family: "niweb-bold", sans-serif;
  margin-bottom: 8px;
}
.confirmation-newsletter-full .webform-confirmation__message em {
  font-style: normal;
  font-size: 0.875em;
  margin-top: 8px;
}

/*
  Main Menu/region styling
 */
header .menu--main {
  display: none;
}
@media (min-width: 992px) {
  header .menu--main {
    display: block;
    position: relative;
    padding: 0;
    float: left;
    margin-top: 32px;
  }
  header .menu--main ul.menu {
    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;
    border-right: 1px solid #393939;
  }
  header .menu--main ul.menu li.menu-item:last-child {
    border: 0;
  }
  header .menu--main ul.menu li.menu-item.menu-item--active-trail a:after {
    border-bottom: 2px solid #AFCA0B;
  }
  header .menu--main ul.menu a {
    padding: 0 2px 0px;
    margin: 0 8px;
    line-height: 1;
    font-size: 16px;
    color: #393939;
    display: block;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .menu--main ul.menu a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  header .menu--main ul.menu a:after {
    content: "";
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    width: 100%;
  }
  header .menu--main ul.menu a:focus, header .menu--main ul.menu a:hover {
    text-decoration: none;
  }
  header .menu--main ul.menu a:focus:after, header .menu--main ul.menu a:hover:after {
    border-bottom: 2px solid #AFCA0B;
  }
}

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

.paragraph--type-general {
  margin-bottom: 24px;
  color: #393939;
}
.paragraph--type-general .section h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #152D44;
}
@media (min-width: 992px) {
  .paragraph--type-general .section h2 {
    font-size: 24px;
  }
}
.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: 32px;
  margin-bottom: 16px;
  position: relative;
  list-style: none;
}
.paragraph--type-general .section ul li:before {
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  left: 0;
  top: 0px;
}

.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 -16px 24px;
}

.paragraph--type-bulllet-list {
  margin-bottom: 24px;
}
.paragraph--type-bulllet-list .section {
  background-color: #fff;
  border-top: 8px solid #248386;
  padding: 32px;
  background-color: #F2F5F5;
  padding-right: 64px;
}
.paragraph--type-bulllet-list .section h2 {
  color: #152D44;
  margin-bottom: 12px;
}
.paragraph--type-bulllet-list .section .item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.paragraph--type-bulllet-list .section .item:before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background-color: #000;
  position: absolute;
  left: 4px;
  top: 12px;
  opacity: 0.3;
}
.paragraph--type-bulllet-list .section .item p:last-child {
  margin-bottom: 0;
}
.paragraph--type-bulllet-list .section .item a {
  color: inherit;
  font-family: "niweb-bold", sans-serif;
}

.paragraph--type-quote {
  position: relative;
  max-width: 952px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .paragraph--type-quote:after {
    display: block;
    position: absolute;
    top: 184px;
    right: 1px;
    width: 1px;
    height: 100%;
    background: #b2b2b2;
    z-index: 0;
    content: "";
  }
}
.paragraph--type-quote .section {
  width: 100%;
  min-height: 180px;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
  padding: 24px 24px 24px 48px;
}
@media (min-width: 992px) {
  .paragraph--type-quote .section {
    background-image: url("../images/quote-line.svg");
    background-position: top 0 right 0;
    background-repeat: no-repeat;
    padding: 24px 200px 0 48px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
  }
}
.paragraph--type-quote .section .quotation {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #248386;
  position: relative;
  max-width: 700px;
}
.paragraph--type-quote .section .quotation: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 .quotation: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-quote .section .quotation p:last-child {
  margin-bottom: 0;
}
.paragraph--type-quote .section .citation {
  text-align: left;
  line-height: 1;
  margin-top: 16px;
  align-self: bottom;
}

.paragraph--type-section-header {
  color: #fff;
}
.paragraph--type-section-header .section {
  background-color: #152D44;
  background-blend-mode: multiply;
  text-align: center;
  padding: 40px 0 64px;
  position: relative;
}
.paragraph--type-section-header h2 {
  text-align: center;
  max-width: 880px;
  margin: 48px auto;
  padding: 0 40px;
  font-size: 64px;
  line-height: 1.15;
  font-family: "niweb-bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 32px;
  box-sizing: content-box;
  color: #fff;
}
.paragraph--type-section-header .btn a {
  color: #000;
  border-color: #000;
}
.paragraph--type-section-header .btn a:hover, .paragraph--type-section-header .btn a:focus {
  color: #fff;
  background-color: #000;
}

.paragraph--type-company img {
  margin-bottom: 16px;
}

.paragraph--type-tabbed-content .ui-accordion {
  font-family: inherit;
  margin: 1em 1em 0;
}
@media (min-width: 768px) {
  .paragraph--type-tabbed-content .ui-accordion {
    display: flex;
    flex-wrap: wrap;
  }
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header {
  display: flex;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #989898;
  font-size: 24px;
  padding: 4px 0.5em 4px 2rem;
  margin: 0;
  position: relative;
  color: #152D44;
  font-family: "niweb-headline", sans-serif;
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header a {
  flex-grow: 1;
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header span {
  display: none;
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header:after {
  font-family: icomoon;
  content: "\e90c";
  font-size: 24px;
}
@media (min-width: 768px) {
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    border: 0;
    font-family: inherit;
    font-size: 18px;
    padding: 0.6em 1em;
    background: #CBCBCB;
    margin-right: 4px;
    color: #666;
    text-align: center;
    border-radius: 0;
  }
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header:after,
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header span {
    display: none;
  }
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header:last-of-type {
    margin-right: 0 !important;
  }
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header a:focus, .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header a:hover {
    text-decoration: underline;
  }
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header a:focus-visible {
    outline: 2px solid;
    outline-offset: -4px;
  }
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header.ui-accordion-header-active {
  background-color: #fff;
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
  content: "\e90f";
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-header.ui-accordion-header-active a {
  color: #000;
}
@media (min-width: 768px) {
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
    display: none;
  }
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-content {
  border: 0;
  padding: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-content {
    padding: 3em 2em;
    order: 1;
    flex-grow: 1;
  }
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-content > h2:first-of-type {
  font-size: 2em;
  display: none;
  color: #152D44;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .paragraph--type-tabbed-content .ui-accordion .ui-accordion-content > h2:first-of-type {
    font-size: 50px;
    display: block;
  }
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-content a {
  color: #187EAA;
}
.paragraph--type-tabbed-content .ui-accordion .ui-accordion-content a:hover, .paragraph--type-tabbed-content .ui-accordion .ui-accordion-content a:focus {
  color: #248386;
  text-decoration: none;
}

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

.view-content-archive .view-filters legend {
  display: none;
}
.view-content-archive .view-filters .bef-exposed-form .form--inline > .form-item {
  display: block;
  float: none;
  margin: 0;
}
.view-content-archive .view-filters .form-checkboxes .form-item {
  display: inline-block;
}
.view-content-archive .view-filters .js-form-type-checkbox {
  margin: 0 16px 0 0;
  position: relative;
}
.view-content-archive .view-filters .js-form-type-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.view-content-archive .view-filters .js-form-type-checkbox label {
  display: block;
  padding: 0 0 0 40px;
  font-size: 20px;
  color: #000;
  line-height: 32px;
  margin: 0;
}
.view-content-archive .view-filters .js-form-type-checkbox label:before {
  content: "";
  z-index: 1;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  border: 0;
  background-color: #F2F5F5;
  line-height: 32px;
}
.view-content-archive .view-filters .js-form-type-checkbox label:after {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0px;
  left: 4px;
  z-index: 2;
  padding: 0;
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.4s;
  line-height: 32px;
}
.view-content-archive .view-filters .js-form-type-checkbox input:checked + label:before {
  background-color: #248386;
}
.view-content-archive .view-filters .js-form-type-checkbox input:checked + label:after {
  color: #fff;
  font-family: icomoon;
  content: "\e90b";
  transition: all cubic-bezier(0.39, 0.01, 0.2, 0.98) 0.4s;
  font-size: 24px;
}

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

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

header.header {
  min-height: 92px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 15;
  padding-top: 16px;
}
@media (min-width: 992px) {
  header.header {
    height: 102px;
  }
}
header.header .block-system-branding-block,
header.header .branding {
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}
header.header .block-system-branding-block .site-logo img,
header.header .branding .site-logo img {
  padding: 12px 0 0 24px;
  text-align: left;
  position: relative;
  z-index: 5;
  text-align: left;
  max-width: 200px;
  max-height: 60px;
}
header.header .toggles {
  position: absolute;
  top: 16px;
  right: 16px;
}
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: #248386;
  top: 0;
  left: 0;
}
header.header .toggles button:hover:before, header.header .toggles button:focus-visible:before {
  color: #000;
}
header.header .toggles button:focus-visible {
  border: 0 !important;
  outline: 4px solid;
  outline-offset: 4px;
  border-radius: 50%;
}
header.header .toggles button span {
  display: none;
}
header.header .toggles button.search {
  border-right: 1px solid #989898;
}
header.header .toggles button.search:before {
  content: "\e92c";
}
header.header .toggles button.menu:before {
  content: "\e921";
}

.region-header {
  position: relative;
  padding: 0;
}

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

footer.footer {
  clear: both;
  background: #152D44;
  border-bottom: 8px solid #248386;
  color: #fff;
  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 .logos {
  padding-left: 0px;
  width: auto;
}
@media (min-width: 768px) {
  footer.footer .logos {
    padding-left: 0;
    width: 16.6667%;
  }
}
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 #248386;
  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: 64px;
}
@media (min-width: 992px) {
  footer.footer .logos .field ul li img {
    width: 100%;
    height: auto;
  }
}
footer.footer .info {
  color: #248386;
  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 2rem 0;
    border-left: 1px solid #248386;
    border-right: 1px solid #248386;
  }
}
footer.footer ul.menu {
  margin: 0;
}
footer.footer ul.menu li {
  line-height: 1.667;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "niweb-bold", sans-serif;
  font-weight: light;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  footer.footer ul.menu li {
    font-family: "niweb-headline", sans-serif;
  }
}
@media (min-width: 1200px) {
  footer.footer ul.menu li {
    font-size: 1em;
  }
}
footer.footer a {
  color: #fff;
}
footer.footer a.is-active {
  color: rgb(237.15, 237.15, 237.15);
}
footer.footer a:active, footer.footer a:focus, footer.footer a:hover {
  color: rgb(229.5, 229.5, 229.5);
  background: transparent;
}
footer.footer .search-block {
  padding-top: 0;
  padding-left: 4rem;
}
footer.footer .social {
  margin-top: 0;
  padding-left: 2rem;
}
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 {
  position: relative;
}
.node.node--view-mode-teaser h2,
.node.node--view-mode-teaser h2 a {
  position: relative;
  color: #152D44;
}
.node.node--view-mode-teaser:hover, .node.node--view-mode-teaser:focus {
  cursor: pointer;
}
.node.node--view-mode-teaser:hover h2,
.node.node--view-mode-teaser:hover h2 a, .node.node--view-mode-teaser:focus h2,
.node.node--view-mode-teaser:focus h2 a {
  text-decoration: underline;
  color: #248386;
}
.node.node--view-mode-teaser .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -8px;
}
.node.node--view-mode-teaser .full-link a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}

.node.node--view-mode-full h1,
.node.node--view-mode-full h2.title {
  font-family: "niweb-headline", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #152D44;
}
@media (min-width: 768px) {
  .node.node--view-mode-full h1,
  .node.node--view-mode-full h2.title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .node.node--view-mode-full h1,
  .node.node--view-mode-full h2.title {
    font-size: 50px;
  }
}
.node.node--view-mode-full .summary {
  color: #248386;
  font-family: "niweb-bold", sans-serif;
  font-size: 18px;
  line-height: 1.52;
  margin-bottom: 1.52em;
}

.node.node--view-mode-feature {
  overflow: visible;
}
.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 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
}
.node.node--view-mode-feature .full-link a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}

.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,
.node.node--view-mode-feature:hover h2 a, .node.node--view-mode-feature:focus h2,
.node.node--view-mode-feature:focus h2 a,
.node.node--view-mode-listing:hover h2,
.node.node--view-mode-listing:hover h2 a,
.node.node--view-mode-listing:focus h2,
.node.node--view-mode-listing:focus h2 a,
.node.node--view-mode-listing-full:hover h2,
.node.node--view-mode-listing-full:hover h2 a,
.node.node--view-mode-listing-full:focus h2,
.node.node--view-mode-listing-full:focus h2 a {
  text-decoration: underline;
  color: #248386;
}

.node--type-article.node--view-mode-full .primary {
  background: #fff;
  padding: 16px;
  margin: 16px 12px 0;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-full .primary {
    padding: 24px 32px 24px 24px;
    margin: 24px 0 0;
  }
}
@media (min-width: 1200px) {
  .node--type-article.node--view-mode-full .primary {
    padding: 24px 64px 24px 48px;
  }
}
.node--type-article.node--view-mode-full .author-info {
  display: flex;
  margin: 8px 0 24px;
  line-height: 16px;
  flex-wrap: wrap;
  position: relative;
  font-size: 0.75em;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-full .author-info {
    font-size: 1em;
  }
}
.node--type-article.node--view-mode-full .author-info .field-name-field-category {
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: "niweb-bold", sans-serif;
  margin-bottom: 8px;
  color: #248386;
}
.node--type-article.node--view-mode-full .author-info .metadata {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.node--type-article.node--view-mode-full .author-info .metadata .field--name-node-changed-date,
.node--type-article.node--view-mode-full .author-info .metadata .field--name-node-post-date {
  margin-left: 8px;
  border-left: 1px solid;
  padding-left: 4px;
}
.node--type-article.node--view-mode-full .author-info .metadata .read-time {
  display: flex;
  margin-left: 8px;
  border-left: 1px solid;
  padding-left: 4px;
  align-items: baseline;
}
.node--type-article.node--view-mode-full .author-info .metadata .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-article.node--view-mode-feature {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-feature {
    margin-left: 20px;
  }
}
.node--type-article.node--view-mode-feature .media .field--name-field-caption {
  left: inherit;
  right: 8px;
}
.node--type-article.node--view-mode-feature .info {
  width: 100%;
  background: #152D44;
  padding: 16px;
  color: #fff;
}
.node--type-article.node--view-mode-feature .info .meta {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-article.node--view-mode-feature .info .meta .field-name-field-category {
  text-transform: uppercase;
  margin-right: 4px;
  font-family: "niweb-bold", sans-serif;
}
.node--type-article.node--view-mode-feature .info h2 {
  margin-bottom: 8px;
  position: relative;
  color: #AFCA0B;
}
.node--type-article.node--view-mode-feature .info h2 a {
  color: #AFCA0B;
}
.node--type-article.node--view-mode-feature .info .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.node--type-article.node--view-mode-feature .info .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-article.node--view-mode-feature .info .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
@media (min-width: 992px) {
  .node--type-article.node--view-mode-feature .media + .info {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    padding: 16px 24px 24px;
  }
}
.node--type-article.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
}
@media (min-width: 1200px) {
  .node--type-article.node--view-mode-teaser {
    padding: 0 32px 24px;
  }
}
.node--type-article.node--view-mode-teaser .media--type-image {
  margin: 0 -24px;
}
@media (min-width: 1200px) {
  .node--type-article.node--view-mode-teaser .media--type-image {
    margin: 0 -32px;
  }
}
.node--type-article.node--view-mode-teaser .meta {
  color: #6D7074;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 1rem;
  font-size: 2rem;
}
.node--type-article.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
  font-family: "niweb-bold", sans-serif;
  color: #248386;
}
.node--type-article.node--view-mode-teaser h2 {
  margin-bottom: 1.5rem;
  position: relative;
}
.node--type-article.node--view-mode-teaser .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  opacity: 0.667;
}
.node--type-article.node--view-mode-teaser .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-article.node--view-mode-teaser .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-article.node--view-mode-search-result {
  padding: 0 32px 24px;
  display: block;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .node--type-article.node--view-mode-search-result {
    flex-direction: row;
  }
}
.node--type-article.node--view-mode-search-result img {
  height: inherit;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .node--type-article.node--view-mode-search-result img {
    margin: 0 2rem 0 0;
  }
}
.node--type-article.node--view-mode-search-result .meta {
  color: #6D7074;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 8px;
}
.node--type-article.node--view-mode-search-result .meta .field-name-field-category {
  text-transform: uppercase;
  font-family: "niweb-bold", sans-serif;
  color: #248386;
}
.node--type-article.node--view-mode-search-result .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.667;
}
.node--type-article.node--view-mode-search-result .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-article.node--view-mode-search-result .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-article.node--view-mode-search-result h2 {
  margin-bottom: 12px;
  position: relative;
}
.node--type-article.node--view-mode-search-result .field--name-node-link {
  display: block;
  margin-top: 8px;
}
.node--type-article.node--view-mode-search-result .field--name-node-link a {
  font-family: "niweb-bold", sans-serif;
  text-decoration: none;
}
.node--type-article.node--view-mode-search-result .field--name-node-link a:hover, .node--type-article.node--view-mode-search-result .field--name-node-link a:focus {
  text-decoration: underline;
}
.node--type-article.node--view-mode-listing, .node--type-article.node--view-mode-listing-full {
  border-top: 1px solid #989898;
  margin: 0;
  padding-top: 16px;
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .node--type-article.node--view-mode-listing, .node--type-article.node--view-mode-listing-full {
    padding-top: 28px;
  }
}
.node--type-article.node--view-mode-listing .meta, .node--type-article.node--view-mode-listing-full .meta {
  color: #248386;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 16px;
  margin: 0 0 4px;
}
.node--type-article.node--view-mode-listing .meta .field-name-field-category, .node--type-article.node--view-mode-listing-full .meta .field-name-field-category {
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: "niweb-bold", sans-serif;
}
.node--type-article.node--view-mode-listing h2, .node--type-article.node--view-mode-listing-full h2 {
  margin-bottom: 28px;
  position: relative;
}
.node--type-article.node--view-mode-listing .category-read-time, .node--type-article.node--view-mode-listing-full .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 0rem;
  padding-bottom: 2rem;
  opacity: 0.667;
}
.node--type-article.node--view-mode-listing .category-read-time .date, .node--type-article.node--view-mode-listing-full .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-article.node--view-mode-listing .category-read-time .read-time:before, .node--type-article.node--view-mode-listing-full .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-article.node--view-mode-listing h2 {
  margin-bottom: 8px;
}
.node--type-article.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid #989898;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.node--type-article.node--view-mode-listing-full h2 {
  margin-top: 4px;
  margin-bottom: 12px;
}
.node--type-article.node--view-mode-listing-full .field--name-node-link {
  margin-top: 12px;
  margin-bottom: 12px;
}

.may-interest h2 {
  margin-bottom: 16px;
}
.may-interest .full-width {
  margin: 0 -16px;
}
.may-interest .full-width .node {
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.node--type-page.node--view-mode-full .primary,
.node--type-hidden-page.node--view-mode-full .primary {
  background: #fff;
  padding: 16px;
  margin: 24px 16px 16px 16px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .node--type-page.node--view-mode-full .primary,
  .node--type-hidden-page.node--view-mode-full .primary {
    margin: 24px 0 0 0;
    padding: 24px 64px 24px 24px;
  }
}
.node--type-page.node--view-mode-feature,
.node--type-hidden-page.node--view-mode-feature {
  position: relative;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-feature .media .field--name-field-caption,
.node--type-hidden-page.node--view-mode-feature .media .field--name-field-caption {
  left: inherit;
  right: 8px;
}
.node--type-page.node--view-mode-feature .info,
.node--type-hidden-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,
.node--type-hidden-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,
.node--type-hidden-page.node--view-mode-feature .info .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-feature .info h2,
.node--type-hidden-page.node--view-mode-feature .info h2 {
  margin-bottom: 8px;
  position: relative;
}
.node--type-page.node--view-mode-feature .info h2 a,
.node--type-hidden-page.node--view-mode-feature .info h2 a {
  color: #AFCA0B;
}
.node--type-page.node--view-mode-search-result,
.node--type-hidden-page.node--view-mode-search-result {
  padding: 0 32px 24px;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-search-result .meta,
.node--type-hidden-page.node--view-mode-search-result .meta {
  color: #6D7074;
  display: flex;
  justify-content: flex-end;
  margin: 0px 0 8px;
  font-size: 13px;
  line-height: 16px;
}
.node--type-page.node--view-mode-search-result .meta .field-name-field-category,
.node--type-hidden-page.node--view-mode-search-result .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-search-result h2,
.node--type-hidden-page.node--view-mode-search-result h2 {
  margin-bottom: 8px;
  position: relative;
}
.node--type-page.node--view-mode-search-result .field--name-node-link,
.node--type-hidden-page.node--view-mode-search-result .field--name-node-link {
  display: block;
  margin-top: 8px;
}
.node--type-page.node--view-mode-search-result .field--name-node-link a,
.node--type-hidden-page.node--view-mode-search-result .field--name-node-link a {
  font-weight: 600;
  text-decoration: none;
}
.node--type-page.node--view-mode-search-result .field--name-node-link a:hover, .node--type-page.node--view-mode-search-result .field--name-node-link a:focus,
.node--type-hidden-page.node--view-mode-search-result .field--name-node-link a:hover,
.node--type-hidden-page.node--view-mode-search-result .field--name-node-link a:focus {
  text-decoration: underline;
}
.node--type-page.node--view-mode-teaser,
.node--type-hidden-page.node--view-mode-teaser {
  padding: 0 16px 24px;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-teaser .media--type-image,
.node--type-hidden-page.node--view-mode-teaser .media--type-image {
  margin: 0 -16px;
}
.node--type-page.node--view-mode-teaser .meta,
.node--type-hidden-page.node--view-mode-teaser .meta {
  color: #ACAEB1;
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.node--type-page.node--view-mode-teaser .meta .field-name-field-category,
.node--type-hidden-page.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-teaser h2,
.node--type-hidden-page.node--view-mode-teaser h2 {
  margin-bottom: 8px;
  position: relative;
}
.node--type-page.node--view-mode-listing,
.node--type-hidden-page.node--view-mode-listing {
  border-top: 1px solid #989898;
  margin: 0px 16px 16px;
  padding-top: 24px;
  display: block;
  overflow: hidden;
}
.node--type-page.node--view-mode-listing .meta,
.node--type-hidden-page.node--view-mode-listing .meta {
  color: #ACAEB1;
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.node--type-page.node--view-mode-listing .meta .field-name-field-category,
.node--type-hidden-page.node--view-mode-listing .meta .field-name-field-category {
  text-transform: uppercase;
}
.node--type-page.node--view-mode-listing h2,
.node--type-hidden-page.node--view-mode-listing h2 {
  margin-bottom: 8px;
  position: relative;
}

.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: #248386;
  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: #248386;
}
.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: #248386;
  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: #248386;
  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: #248386;
  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: #6D7074;
  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: #248386;
}
.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;
}
.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: #ACAEB1;
  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;
}
.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: #ACAEB1;
  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;
}
.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 #989898;
  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: #ACAEB1;
  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;
}
.node--type-company.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid #989898;
  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;
}

@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .header {
    display: flex;
    background: #fff;
  }
}
.node--type-landing-page.node--view-mode-full .header .intro {
  align-self: flex-end;
  align-self: flex-start;
  padding: 24px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .header .intro {
    padding-right: 0;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .header .intro {
    font-size: 22px;
  }
}
.node--type-landing-page.node--view-mode-full .header .intro h1 {
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .header .intro h1 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .header .intro h1 {
    font-size: 42px;
  }
}
.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;
  overflow: visible;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .listings .list-teasers {
    padding: 2rem 2rem 4rem;
  }
}
.node--type-landing-page.node--view-mode-full .listings .list-teasers li .node {
  height: 100%;
  padding: 0 12px 16px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@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 .list-teasers li .node.node--view-mode-teaser .media--type-image {
  margin: 0 -12px;
}
@media (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .listings .list-teasers li .node.node--view-mode-teaser .media--type-image {
    margin: 0 -24px;
  }
}
.node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list {
  border-top: 2px solid #152D44;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0 0;
  margin: 2rem;
  gap: 0rem;
}
@media (min-width: 768px) {
  .node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list {
    gap: 0rem 8rem;
  }
}
.node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list li {
  padding: 0;
}
@media (min-width: 768px) {
  .node--type-landing-page.node--view-mode-full .listings .archive-listing ul.list li {
    width: calc(50% - 4rem);
  }
}
.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 {
  background: #fff;
  padding: 16px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .node--type-listing.node--view-mode-full {
    padding: 24px 32px 24px 24px;
  }
}
@media (min-width: 1200px) {
  .node--type-listing.node--view-mode-full {
    padding: 24px 64px 24px 48px;
  }
}

.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;
  color: #1E6E71;
}
.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 #989898 !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: #29AAE1;
  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: #248386;
  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;
}
.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;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-search-result {
    flex-direction: row;
  }
}
.node--type-long-form-content.node--view-mode-search-result img {
  height: inherit;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .node--type-long-form-content.node--view-mode-search-result img {
    margin: 0 2rem 0 0;
  }
}
.node--type-long-form-content.node--view-mode-search-result .meta {
  color: #6D7074;
  display: flex;
  justify-content: space-between;
  margin: 0px 0 8px;
}
.node--type-long-form-content.node--view-mode-search-result .meta .field-name-field-category {
  text-transform: uppercase;
  font-family: "niweb-bold", sans-serif;
  color: #248386;
}
.node--type-long-form-content.node--view-mode-search-result .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.667;
}
.node--type-long-form-content.node--view-mode-search-result .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-long-form-content.node--view-mode-search-result .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-long-form-content.node--view-mode-search-result h2 {
  margin-bottom: 12px;
  position: relative;
}
.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-family: "niweb-bold", sans-serif;
  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;
}
@media (min-width: 1200px) {
  .node--type-long-form-content.node--view-mode-teaser {
    padding: 0 32px 24px;
  }
}
.node--type-long-form-content.node--view-mode-teaser .media--type-image {
  margin: 0 -24px;
}
@media (min-width: 1200px) {
  .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: #6D7074;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 1rem;
  font-size: 2rem;
}
.node--type-long-form-content.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
  font-family: "niweb-bold", sans-serif;
  color: #248386;
}
.node--type-long-form-content.node--view-mode-teaser h2 {
  margin-bottom: 1.5rem;
  position: relative;
}
.node--type-long-form-content.node--view-mode-teaser .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  opacity: 0.667;
}
.node--type-long-form-content.node--view-mode-teaser .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-long-form-content.node--view-mode-teaser .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-long-form-content.node--view-mode-listing, .node--type-long-form-content.node--view-mode-listing-full {
  border-top: 1px solid #989898;
  margin: 0;
  padding-top: 16px;
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .node--type-long-form-content.node--view-mode-listing, .node--type-long-form-content.node--view-mode-listing-full {
    padding-top: 28px;
  }
}
.node--type-long-form-content.node--view-mode-listing .meta, .node--type-long-form-content.node--view-mode-listing-full .meta {
  color: #248386;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  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: 0.875em;
  font-family: "niweb-bold", sans-serif;
}
.node--type-long-form-content.node--view-mode-listing h2, .node--type-long-form-content.node--view-mode-listing-full h2 {
  margin-bottom: 28px;
  position: relative;
}
.node--type-long-form-content.node--view-mode-listing .category-read-time, .node--type-long-form-content.node--view-mode-listing-full .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 0rem;
  padding-bottom: 2rem;
  opacity: 0.667;
}
.node--type-long-form-content.node--view-mode-listing .category-read-time .date, .node--type-long-form-content.node--view-mode-listing-full .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-long-form-content.node--view-mode-listing .category-read-time .read-time:before, .node--type-long-form-content.node--view-mode-listing-full .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-long-form-content.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid #989898;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.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-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: #248386;
  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: #248386;
  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: #393939;
  display: inline-block;
  padding: 16px 48px 14px 16px;
  border: 1px solid #989898;
  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: #248386;
  color: #fff;
  border-color: #248386;
}
.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: #248386;
  border-top: 1px solid #E4E1DA;
  padding-top: 24px;
}
.node--type-sector.node--view-mode-full .paragraph--type-external-links h3 {
  color: #248386;
  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: #6D7074;
}
.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: #248386;
  display: inline-block;
  padding: 16px 48px 14px 16px;
  border: 1px solid #248386;
  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: #248386;
  color: #fff;
  border-color: #248386;
}
.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: #248386;
  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: #248386;
  display: inline-block;
  padding: 16px 48px 14px 16px;
  border: 1px solid #248386;
  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;
}
.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;
}
@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 -24px;
}
@media (min-width: 1200px) {
  .node--type-sector.node--view-mode-teaser .media--type-image {
    margin: 0 -32px;
  }
}
.node--type-sector.node--view-mode-teaser .meta {
  color: #6D7074;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 1rem;
  font-size: 2rem;
}
.node--type-sector.node--view-mode-teaser .meta .field-name-field-category {
  text-transform: uppercase;
  font-family: "niweb-bold", sans-serif;
  color: #248386;
}
.node--type-sector.node--view-mode-teaser h2 {
  margin-bottom: 1.5rem;
  position: relative;
}
.node--type-sector.node--view-mode-teaser .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  opacity: 0.667;
}
.node--type-sector.node--view-mode-teaser .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-sector.node--view-mode-teaser .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-sector.node--view-mode-search-result {
  padding: 0 32px 24px;
  display: block;
  overflow: hidden;
  /*
  display: flex;
  flex-direction: column;
  @include bp(small) {
  	flex-direction: row;
  }
  */
}
.node--type-sector.node--view-mode-search-result img {
  height: inherit;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .node--type-sector.node--view-mode-search-result img {
    margin: 0 2rem 0 0;
  }
}
.node--type-sector.node--view-mode-search-result .meta {
  color: #ACAEB1;
  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-family: "niweb-bold", sans-serif;
  color: #248386;
}
.node--type-sector.node--view-mode-search-result .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.667;
}
.node--type-sector.node--view-mode-search-result .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-sector.node--view-mode-search-result .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-sector.node--view-mode-search-result h2 {
  margin-bottom: 12px;
  position: relative;
}
.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-family: "niweb-bold", sans-serif;
  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 #989898;
  margin: 0;
  padding-top: 16px;
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .node--type-sector.node--view-mode-listing, .node--type-sector.node--view-mode-listing-full {
    padding-top: 28px;
  }
}
.node--type-sector.node--view-mode-listing .meta, .node--type-sector.node--view-mode-listing-full .meta {
  color: #248386;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  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: 0.875em;
  font-family: "niweb-bold", sans-serif;
}
.node--type-sector.node--view-mode-listing h2, .node--type-sector.node--view-mode-listing-full h2 {
  margin-bottom: 28px;
  position: relative;
}
.node--type-sector.node--view-mode-listing .category-read-time, .node--type-sector.node--view-mode-listing-full .category-read-time {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 0rem;
  padding-bottom: 2rem;
  opacity: 0.667;
}
.node--type-sector.node--view-mode-listing .category-read-time .date, .node--type-sector.node--view-mode-listing-full .category-read-time .date {
  padding-right: 0.5rem;
  border-right: 1px solid;
}
.node--type-sector.node--view-mode-listing .category-read-time .read-time:before, .node--type-sector.node--view-mode-listing-full .category-read-time .read-time:before {
  font-size: 0.75em;
  content: "\e931";
  font-family: "icomoon";
}
.node--type-sector.node--view-mode-listing-full {
  border: 0;
  border-bottom: 1px solid #989898;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.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;
}

@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,
.node--type-homepage .header .intro h2 {
  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;
  overflow: visible;
}
@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 {
  height: 100%;
  padding: 0 12px 16px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .node--type-homepage .channels .list-flex li .node {
    padding: 0 24px 16px;
  }
}
.node--type-homepage .channels .list-flex li .node.node--view-mode-teaser .media--type-image {
  margin: 0 -12px;
}
@media (min-width: 1200px) {
  .node--type-homepage .channels .list-flex li .node.node--view-mode-teaser .media--type-image {
    margin: 0 -24px;
  }
}
.node--type-homepage .social-block {
  background: #F2F5F5;
  border-top: 8px solid #248386;
  border-bottom: 8px solid #248386;
  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;
}

@media (min-width: 992px) {
  .path-search .region-content {
    float: left;
    width: 75%;
    padding: 0;
  }
  .path-search .region-content .block-system-main-block {
    clear: both;
  }
}
.path-search .region-sidebar {
  padding: 0 16px;
  display: block;
}
@media (min-width: 992px) {
  .path-search .region-sidebar {
    float: right;
    width: 25%;
    margin-top: 2rem;
    padding-right: 0;
  }
}

.view-search-api {
  background: #fff;
  margin: 40px 16px 0;
}
@media (min-width: 992px) {
  .view-search-api {
    margin: 40px 0 0;
  }
}
.view-search-api .view-header {
  padding-top: 24px;
  padding-left: 32px;
  padding-bottom: 32px;
}
.view-search-api .view-header h1 {
  font-family: "niweb-headline", sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #152D44;
}
.view-search-api .view-header p {
  margin: 8px 0 0;
  font-size: 24px;
}
.view-search-api .view-header p strong {
  color: #248386;
  margin-right: 4px;
}
.view-search-api .view-header .results-summary {
  background: #F2F5F5;
  padding: 8px;
  margin-top: -16px;
}
.view-search-api .view-content {
  background: #fff;
}
.view-search-api .view-content li.entry .node {
  border-bottom: 1px solid #E4E1DA;
  padding: 0 0 16px;
  overflow: hidden;
  margin: 0 32px 24px;
}
.view-search-api .view-empty {
  padding: 0 32px 24px;
}

.region-sidebar .block.facet-search {
  border: 0;
  background: #152D44;
  padding: 16px;
  margin-top: 40px;
}
.region-sidebar .block.facet-search .form--inline {
  display: flex;
  align-items: center;
}
.region-sidebar .block.facet-search .form--inline .form-item,
.region-sidebar .block.facet-search .form--inline .form-actions {
  margin: 0;
}
.region-sidebar .block.facet-search .form--inline .form-item {
  float: none;
  width: 100%;
  width: calc(100% - 40px);
}
.region-sidebar .block.facet-search .form--inline .form-item input.form-text {
  background: #fff;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #000;
  font-style: inherit;
  padding: 0 8px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: 0;
}
.region-sidebar .block.facet-search .form--inline .form-item label {
  display: none;
}
.region-sidebar .block.facet-search .form--inline .form-actions {
  width: 40px;
  overflow: hidden;
  position: relative;
}
.region-sidebar .block.facet-search .form--inline .form-actions:before {
  font-family: icomoon;
  content: "\e92c";
  position: absolute;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: rgba(242, 245, 245, 0.4);
  text-align: center;
  z-index: 1;
  background: #248386;
}
.region-sidebar .block.facet-search .form--inline .form-actions:hover:before, .region-sidebar .block.facet-search .form--inline .form-actions:focus:before {
  color: #F2F5F5;
}
.region-sidebar .block.facet-search .form--inline .form-actions input {
  background: transparent;
  padding-left: 40px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.region-sidebar .block.facet-filter {
  border: 0;
  padding: 16px 24px;
  margin-bottom: 24px;
}
.region-sidebar .block.facet-filter h3 {
  font-size: 24px;
  line-height: 1.25;
}
.region-sidebar .block.facet-filter .facets-widget-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.region-sidebar .block.facet-filter .facets-widget-links ul li {
  margin-bottom: 4px;
}
.region-sidebar .block.facet-filter .facets-widget-links ul li a {
  text-decoration: none;
}
.region-sidebar .block.facet-filter .facets-widget-links ul li a:before {
  content: "";
  border: 1px solid #248386;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.region-sidebar .block.facet-filter .facets-widget-links ul li a .facet-item__status {
  display: none;
}
.region-sidebar .block.facet-filter .facets-widget-links ul li a.is-active {
  font-family: "niweb-bold", sans-serif;
}
.region-sidebar .block.facet-filter .facets-widget-links ul li a.is-active:before {
  content: "\e90b";
  font-family: "icomoon";
  line-height: 18px;
  font-size: 16px;
  color: #248386;
}

[off-canvas] {
  background: #152D44;
  color: #fff;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  [off-canvas] {
    padding: 40px 60px;
  }
}
[off-canvas] a {
  color: #fff;
  text-decoration: none;
}
[off-canvas] li.menu-item--active-trail a {
  color: #248386;
}
[off-canvas] .search-block {
  padding: 0 40px 0 0;
}

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

.user-login-form {
  background: #fff;
  margin: 16px auto;
  max-width: 800px;
  padding: 8px 32px 16px;
}
.user-login-form label {
  display: block;
  text-transform: uppercase;
}

.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 input {
  width: 100%;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
}
.user--view-mode-full .views-exposed-form .form--inline .form-item select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.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;
}
.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 #4D4D4D;
}
.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: #4D4D4D;
  font-weight: 700;
}
.user--view-mode-full .view table td a:hover, .user--view-mode-full .view table td a:focus {
  color: #248386;
}
.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;
}

.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: "\e932";
}
.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;
}

#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,
#tarteaucitronRoot .tarteaucitronAlertBigBottom span 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,
#tarteaucitron .tarteaucitronMainLine .tarteaucitronInfoBox p.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;
}

.field-group-easy-responsive-tabs.fixed {
  position: inherit;
  display: block;
}

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

span.mailto {
  display: none;
}

.region-sidebar .node--view-mode-teaser {
  padding-left: 16px;
  padding-right: 16px;
}
.region-sidebar .node--view-mode-teaser .media--type-image {
  margin: 0 -16px;
}

.may-interest .media.media--type-image.media--view-mode-teaser.ds-1col.clearfix {
  margin: 0 -16px;
}

#block-emergencymessage,
.emergency-message-queen {
  background-color: #000;
  color: #fff;
}
#block-emergencymessage .field--name-body,
.emergency-message-queen .field--name-body {
  max-width: 1525px;
  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: Helvetica, Arial, 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;
}

#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: 20px !important;
  line-height: 1.4 !important;
  color: #393939 !important;
}

.node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings {
  background-color: #248386 !important;
  border-color: #248386 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0 16px !important;
  height: 40px !important;
  letter-spacing: normal;
  margin-bottom: 19px !important;
  border-radius: 0 !important;
}
.node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings:focus {
  opacity: 1 !important;
  outline-offset: 1px solid !important;
}
.node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings:focus-visible {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: 3px !important;
}
.node--view-mode-full #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #fff !important;
  color: #248386 !important;
  opacity: 1 !important;
}

#ot-sdk-cookie-policy {
  color: #4D4D4D;
}
#ot-sdk-cookie-policy h3 {
  font-family: "niweb-headline", sans-serif !important;
  color: #4D4D4D;
  font-size: 20px;
}
#ot-sdk-cookie-policy h4 {
  font-family: "niweb-headline", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: #4D4D4D !important;
}
#ot-sdk-cookie-policy #ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table {
  border-radius: 0 !important;
}
#ot-sdk-cookie-policy #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: 21px !important;
  color: #fff !important;
  background-color: #989898 !important;
}
#ot-sdk-cookie-policy #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-cookie-policy.ot-sdk-container table tbody tr:nth-child(2n) {
  background: #F2F5F5 !important;
}
#ot-sdk-cookie-policy #ot-sdk-cookie-policy .ot-sdk-cookie-policy.ot-sdk-container table .ot-host-description-td p {
  color: #393939 !important;
  line-height: 1.4 !important;
}
#ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background: none !important;
}

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

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

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

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

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

#onetrust-pc-sdk #ot-pc-content h4 {
  font-family: "niweb-headline", sans-serif !important;
  font-size: 18px !important;
  color: #4D4D4D !important;
}

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

#onetrust-pc-sdk #ot-pc-content a {
  font-family: "niweb", sans-serif !important;
  font-size: 20px !important;
  color: #152D44 !important;
  text-decoration: underline;
}
#onetrust-pc-sdk #ot-pc-content a:hover {
  color: #248386 !important;
  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 {
  background-color: #248386 !important;
  border-color: #248386 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0 16px !important;
  height: 40px !important;
  letter-spacing: normal;
  margin-bottom: 19px !important;
  border-radius: 0 !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 {
  opacity: 1 !important;
  outline-offset: 1px solid !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-visible,
#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-visible, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:focus-visible {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: 3px !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: #fff !important;
  color: #248386 !important;
  opacity: 1 !important;
}

#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  font-family: "niweb", sans-serif !important;
  font-size: 20px !important;
  color: #248386 !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: #248386 !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;
}

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