@charset "UTF-8";
/*!
Theme Name: Christian Institute
Theme URI: http://christian.org.uk
Author: vektor
Author URI: http://vektor.co.uk
Description: Christian Institute's Website
Version: 1.0
License: GNU General Public License
*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -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,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #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 inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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 font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

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

*, *:before, *:after, *::before, *::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

img, video, audio, embed, object, canvas, input, iframe {
  vertical-align: middle;
  max-width: 100%; }

svg {
  max-height: 100%;
  display: block; }

.container {
  width: auto;
  max-width: 1150px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em; }
  @media (min-width: 768px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 992px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: '';
    display: table; }
  .row:after {
    clear: both; }

@media (max-width: 991px) {
  .row--flex {
    *zoom: 1; }
    .row--flex:before, .row--flex:after {
      content: '';
      display: table; }
    .row--flex:after {
      clear: both; } }

@media (min-width: 992px) {
  .row--flex {
    display: flex; } }

@media (min-width: 992px) {
  .no-flexbox .row--flex {
    *zoom: 1; }
    .no-flexbox .row--flex:before, .no-flexbox .row--flex:after {
      content: '';
      display: table; }
    .no-flexbox .row--flex:after {
      clear: both; } }

@media (min-width: 992px) {
  .row--flex.flex--wrap {
    flex-wrap: wrap; } }

@media (max-width: 479px) {
  .row--flex--2 {
    *zoom: 1; }
    .row--flex--2:before, .row--flex--2:after {
      content: '';
      display: table; }
    .row--flex--2:after {
      clear: both; } }

@media (min-width: 480px) {
  .row--flex--2 {
    display: flex; } }

@media (min-width: 480px) {
  .no-flexbox .row--flex--2 {
    *zoom: 1; }
    .no-flexbox .row--flex--2:before, .no-flexbox .row--flex--2:after {
      content: '';
      display: table; }
    .no-flexbox .row--flex--2:after {
      clear: both; } }

@media (min-width: 480px) {
  .row--flex--2.flex--wrap {
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .row--flex--3 {
    *zoom: 1; }
    .row--flex--3:before, .row--flex--3:after {
      content: '';
      display: table; }
    .row--flex--3:after {
      clear: both; } }

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

@media (min-width: 768px) {
  .no-flexbox .row--flex--3 {
    *zoom: 1; }
    .no-flexbox .row--flex--3:before, .no-flexbox .row--flex--3:after {
      content: '';
      display: table; }
    .no-flexbox .row--flex--3:after {
      clear: both; } }

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

.content__left {
  *zoom: 1; }
  .content__left:before, .content__left:after {
    content: '';
    display: table; }
  .content__left:after {
    clear: both; }
  @media (min-width: 992px) {
    .content__left {
      float: left;
      clear: none;
      width: 65.66667%;
      margin-left: 0;
      margin-right: 3%; }
      .content__left:last-child {
        margin-right: 0; } }
  @media (max-width: 991px) {
    .content__left {
      margin-bottom: 1.5em; } }

.content__right {
  *zoom: 1; }
  .content__right:before, .content__right:after {
    content: '';
    display: table; }
  .content__right:after {
    clear: both; }
  @media (min-width: 992px) {
    .content__right {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .content__right:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .one__third {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .one__third:last-child {
      margin-right: 0; } }

.one__half {
  margin-bottom: 1.5em; }
  @media (min-width: 992px) {
    .one__half {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%;
      margin-bottom: 0; }
      .one__half:last-child {
        margin-right: 0; } }

.col--1 {
  float: left;
  clear: none;
  width: 5.58333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--1:last-child {
    margin-right: 0; }

.col--1-cycle {
  float: left;
  clear: none;
  width: 5.58333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--1-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--1-cycle:nth-of-type(12n) {
    margin-right: 0;
    float: right; }
  .col--1-cycle:nth-of-type(12n + 1) {
    clear: both; }

.span--1 {
  float: left;
  clear: none;
  width: 8.33333%;
  margin-left: 0;
  margin-right: 0; }

.col--2 {
  float: left;
  clear: none;
  width: 14.16667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--2:last-child {
    margin-right: 0; }

.col--2-cycle {
  float: left;
  clear: none;
  width: 14.16667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--2-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--2-cycle:nth-of-type(6n) {
    margin-right: 0;
    float: right; }
  .col--2-cycle:nth-of-type(6n + 1) {
    clear: both; }

.span--2 {
  float: left;
  clear: none;
  width: 16.66667%;
  margin-left: 0;
  margin-right: 0; }

.col--3 {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%; }
  .col--3:last-child {
    margin-right: 0; }

.col--3-cycle {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%; }
  .col--3-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--3-cycle:nth-of-type(4n) {
    margin-right: 0;
    float: right; }
  .col--3-cycle:nth-of-type(4n + 1) {
    clear: both; }

.span--3 {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0; }

.col--4 {
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--4:last-child {
    margin-right: 0; }

.col--4-cycle {
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--4-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--4-cycle:nth-of-type(3n) {
    margin-right: 0;
    float: right; }
  .col--4-cycle:nth-of-type(3n + 1) {
    clear: both; }

.span--4 {
  float: left;
  clear: none;
  width: 33.33333%;
  margin-left: 0;
  margin-right: 0; }

.col--5 {
  float: left;
  clear: none;
  width: 39.91667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--5:last-child {
    margin-right: 0; }

.col--5-cycle {
  float: left;
  clear: none;
  width: 39.91667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--5-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--5-cycle:nth-of-type(2.4n) {
    margin-right: 0;
    float: right; }
  .col--5-cycle:nth-of-type(2.4n + 1) {
    clear: both; }

.span--5 {
  float: left;
  clear: none;
  width: 41.66667%;
  margin-left: 0;
  margin-right: 0; }

.col--6 {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .col--6:last-child {
    margin-right: 0; }

.col--6-cycle {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .col--6-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--6-cycle:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .col--6-cycle:nth-of-type(2n + 1) {
    clear: both; }

.span--6 {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0; }

.col--7 {
  float: left;
  clear: none;
  width: 57.08333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--7:last-child {
    margin-right: 0; }

.col--7-cycle {
  float: left;
  clear: none;
  width: 57.08333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--7-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--7-cycle:nth-of-type(1.71429n) {
    margin-right: 0;
    float: right; }
  .col--7-cycle:nth-of-type(1.71429n + 1) {
    clear: both; }

.span--7 {
  float: left;
  clear: none;
  width: 58.33333%;
  margin-left: 0;
  margin-right: 0; }

.col--8 {
  float: left;
  clear: none;
  width: 65.66667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--8:last-child {
    margin-right: 0; }

.col--8-cycle {
  float: left;
  clear: none;
  width: 65.66667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--8-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--8-cycle:nth-of-type(1.5n) {
    margin-right: 0;
    float: right; }
  .col--8-cycle:nth-of-type(1.5n + 1) {
    clear: both; }

.span--8 {
  float: left;
  clear: none;
  width: 66.66667%;
  margin-left: 0;
  margin-right: 0; }

.col--9 {
  float: left;
  clear: none;
  width: 74.25%;
  margin-left: 0;
  margin-right: 3%; }
  .col--9:last-child {
    margin-right: 0; }

.col--9-cycle {
  float: left;
  clear: none;
  width: 74.25%;
  margin-left: 0;
  margin-right: 3%; }
  .col--9-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--9-cycle:nth-of-type(1.33333n) {
    margin-right: 0;
    float: right; }
  .col--9-cycle:nth-of-type(1.33333n + 1) {
    clear: both; }

.span--9 {
  float: left;
  clear: none;
  width: 75%;
  margin-left: 0;
  margin-right: 0; }

.col--10 {
  float: left;
  clear: none;
  width: 82.83333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--10:last-child {
    margin-right: 0; }

.col--10-cycle {
  float: left;
  clear: none;
  width: 82.83333%;
  margin-left: 0;
  margin-right: 3%; }
  .col--10-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--10-cycle:nth-of-type(1.2n) {
    margin-right: 0;
    float: right; }
  .col--10-cycle:nth-of-type(1.2n + 1) {
    clear: both; }

.span--10 {
  float: left;
  clear: none;
  width: 83.33333%;
  margin-left: 0;
  margin-right: 0; }

.col--11 {
  float: left;
  clear: none;
  width: 91.41667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--11:last-child {
    margin-right: 0; }

.col--11-cycle {
  float: left;
  clear: none;
  width: 91.41667%;
  margin-left: 0;
  margin-right: 3%; }
  .col--11-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--11-cycle:nth-of-type(1.09091n) {
    margin-right: 0;
    float: right; }
  .col--11-cycle:nth-of-type(1.09091n + 1) {
    clear: both; }

.span--11 {
  float: left;
  clear: none;
  width: 91.66667%;
  margin-left: 0;
  margin-right: 0; }

.col--12 {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .col--12:last-child {
    margin-right: 0; }

.col--12-cycle {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .col--12-cycle:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col--12-cycle:nth-of-type(1n) {
    margin-right: 0;
    float: right; }
  .col--12-cycle:nth-of-type(1n + 1) {
    clear: both; }

.span--12 {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 479px) {
  .stacks--1e {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .stacks--1e:first-child {
      margin-left: auto; }
    .stacks--1e:last-child {
      margin-right: auto; } }

@media (max-width: 767px) {
  .stacks--1t2e {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .stacks--1t2e:first-child {
      margin-left: auto; }
    .stacks--1t2e:last-child {
      margin-right: auto; } }

@media (max-width: 991px) {
  .stacks--1t3e {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .stacks--1t3e:first-child {
      margin-left: auto; }
    .stacks--1t3e:last-child {
      margin-right: auto; } }

.document__content {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding: 1em 0 1em; }
  .document__content:before, .document__content:after {
    content: '';
    display: table; }
  .document__content:after {
    clear: both; }
  @media (min-width: 768px) {
    .document__content {
      padding: 2em 0 4em; } }
  @media (min-width: 992px) {
    .document__content {
      padding: 3em 0 7em; }
      .document__content.news__archive {
        padding-top: 7em; } }

@media (min-width: 992px) {
  .desktop__hidden {
    display: none !important; } }

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.aligncenter {
  text-align: center;
  margin: 1em auto;
  display: block; }

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

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Light.eot");
  src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Italic.eot");
  src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, ul, p, address, blockquote {
  margin: 0 0 15px;
  margin-bottom: 0.9em; }
  h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, ul:last-child, p:last-child, address:last-child, blockquote:last-child {
    margin-bottom: 0; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  color: #767676; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }
  .webkit body {
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
    .webkit body .document__content {
      flex: 1; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.45em;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #7d7d7d;
  line-height: 1.3; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit; }

h1, .h1 {
  font-weight: 100;
  font-size: 1.8em; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.2em; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 2.4em; } }

h2, .h2 {
  font-size: 1.6em;
  color: #00758f; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 1.8em; } }
  .secondary__block h2, .secondary__block .h2 {
    font-size: 1.5em; }

h3, .h3 {
  font-size: 1.5em; }
  .carousel h3, .carousel .h3 {
    font-size: 2.5em; }
    @media (max-width: 991px) {
      .carousel h3, .carousel .h3 {
        font-size: 2em; } }

h4, .h4 {
  font-size: 1.2em;
  font-weight: normal; }
  .article__strip--sm h4, .article__strip--sm .h4 {
    margin-bottom: 0; }

h5, .h5 {
  font-weight: normal; }

h6, .h6 {
  font-weight: normal; }

ul {
  display: block;
  padding: 0; }

li {
  display: block;
  list-style: none;
  margin: 0 0 10px; }
  li:last-child {
    margin-bottom: 0; }

a {
  transition: color .3s ease;
  text-decoration: none;
  color: #EC5F5D;
  cursor: pointer; }
  a.link {
    text-decoration: underline; }
  a.color--text {
    color: #767676; }

p a, address a {
  text-decoration: underline; }

p sup a, address sup a {
  text-decoration: none; }

blockquote {
  padding: 1.5em 2em 1.5em 3.7em;
  border: 1px solid #E8E8E8;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
  font-size: 1.1em; }
  @media (min-width: 992px) {
    blockquote {
      line-height: 1.5; } }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    background-color: #E8E8E8;
    border-radius: 9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/icons/icon__quotes.svg);
    width: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      blockquote:before {
        width: 60px;
        height: 60px;
        top: 20px; } }
  blockquote cite {
    margin-top: 1em;
    color: #9c9c9c;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    font-style: normal; }
    blockquote cite:before {
      content: '-';
      margin-right: 0.2em; }
    @media (min-width: 992px) {
      blockquote cite {
        font-size: 0.8em; } }

.tc {
  color: #767676; }
  .tc--white {
    color: #FFFFFF; }
  .tc--primary {
    color: #00B4DB; }
  .tc--secondary {
    color: #EC5F5D; }

.no__border {
  border-bottom: 0 !important; }

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

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

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

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

.tt--n {
  text-transform: none; }

@media (max-width: 479px) {
  .ta--l--1e {
    text-align: left; }
  .ta--c--1e {
    text-align: center; }
  .ta--r--1e {
    text-align: right; }
  .tt--u--1e {
    text-transform: uppercase; }
  .tt--n--1e {
    text-transform: none; } }

@media (max-width: 767px) {
  .ta--l--1t2e {
    text-align: left; }
  .ta--c--1t2e {
    text-align: center; }
  .ta--r--1t2e {
    text-align: right; }
  .tt--u--1t2e {
    text-transform: uppercase; }
  .tt--n--1t2e {
    text-transform: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .ta--l--2e {
    text-align: left; }
  .ta--c--2e {
    text-align: center; }
  .ta--r--2e {
    text-align: right; }
  .tt--u--2e {
    text-transform: uppercase; }
  .tt--n--2e {
    text-transform: none; } }

@media (min-width: 480px) {
  .ta--l--2 {
    text-align: left; }
  .ta--c--2 {
    text-align: center; }
  .ta--r--2 {
    text-align: right; }
  .tt--u--2 {
    text-transform: uppercase; }
  .tt--n--2 {
    text-transform: none; } }

@media (max-width: 991px) {
  .ta--l--1t3e {
    text-align: left; }
  .ta--c--1t3e {
    text-align: center; }
  .ta--r--1t3e {
    text-align: right; }
  .tt--u--1t3e {
    text-transform: uppercase; }
  .tt--n--1t3e {
    text-transform: none; } }

@media (min-width: 480px) and (max-width: 991px) {
  .ta--l--2t3e {
    text-align: left; }
  .ta--c--2t3e {
    text-align: center; }
  .ta--r--2t3e {
    text-align: right; }
  .tt--u--2t3e {
    text-transform: uppercase; }
  .tt--n--2t3e {
    text-transform: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ta--l--3e {
    text-align: left; }
  .ta--c--3e {
    text-align: center; }
  .ta--r--3e {
    text-align: right; }
  .tt--u--3e {
    text-transform: uppercase; }
  .tt--n--3e {
    text-transform: none; } }

@media (min-width: 768px) {
  .ta--l--3 {
    text-align: left; }
  .ta--c--3 {
    text-align: center; }
  .ta--r--3 {
    text-align: right; }
  .tt--u--3 {
    text-transform: uppercase; }
  .tt--n--3 {
    text-transform: none; } }

@media (min-width: 992px) {
  .ta--l--4 {
    text-align: left; }
  .ta--c--4 {
    text-align: center; }
  .ta--r--4 {
    text-align: right; }
  .tt--u--4 {
    text-transform: uppercase; }
  .tt--n--4 {
    text-transform: none; } }

.spc--pa0 {
  padding: 0 !important; }

.spc--pa1 {
  padding: 0.5em !important; }

.spc--pa2 {
  padding: 1em !important; }

.spc--pa3 {
  padding: 1.5em !important; }

.spc--pa4 {
  padding: 2.4em !important; }

.spc--pa5 {
  padding: 3em !important; }

.spc--pt0 {
  padding-top: 0 !important; }

.spc--pt1 {
  padding-top: 0.5em !important; }

.spc--pt2 {
  padding-top: 1em !important; }

.spc--pt3 {
  padding-top: 1.5em !important; }

.spc--pt4 {
  padding-top: 2.4em !important; }

.spc--pt5 {
  padding-top: 3em !important; }

.spc--pb0 {
  padding-bottom: 0 !important; }

.spc--pb1 {
  padding-bottom: 0.5em !important; }

.spc--pb2 {
  padding-bottom: 1em !important; }

.spc--pb3 {
  padding-bottom: 1.5em !important; }

.spc--pb4 {
  padding-bottom: 2.4em !important; }

.spc--pb5 {
  padding-bottom: 3em !important; }

.spc--pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.spc--pv1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.spc--pv2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.spc--pv3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.spc--pv4 {
  padding-top: 2.4em !important;
  padding-bottom: 2.4em !important; }

.spc--pv5 {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

.spc--ma0 {
  margin: 0 !important; }

.spc--ma1 {
  margin: 0.5em !important; }

.spc--ma2 {
  margin: 1em !important; }

.spc--ma3 {
  margin: 1.5em !important; }

.spc--ma4 {
  margin: 2.4em !important; }

.spc--ma5 {
  margin: 3em !important; }

.spc--mt0 {
  margin-top: 0 !important; }

.spc--mt1 {
  margin-top: 0.5em !important; }

.spc--mt2 {
  margin-top: 1em !important; }

.spc--mt3 {
  margin-top: 1.5em !important; }

.spc--mt4 {
  margin-top: 2.4em !important; }

.spc--mt5 {
  margin-top: 3em !important; }

.spc--mb0 {
  margin-bottom: 0 !important; }

.spc--mb1 {
  margin-bottom: 0.5em !important; }

.spc--mb2 {
  margin-bottom: 1em !important; }

.spc--mb3 {
  margin-bottom: 1.5em !important; }

.spc--mb4 {
  margin-bottom: 2.4em !important; }

.spc--mb5 {
  margin-bottom: 3em !important; }

.spc--mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.spc--mv1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.spc--mv2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.spc--mv3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.spc--mv4 {
  margin-top: 2.4em !important;
  margin-bottom: 2.4em !important; }

.spc--mv5 {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

@media (max-width: 479px) {
  .spc--pa0--1e {
    padding: 0 !important; }
  .spc--pa1--1e {
    padding: 0.5em !important; }
  .spc--pa2--1e {
    padding: 1em !important; }
  .spc--pa3--1e {
    padding: 1.5em !important; }
  .spc--pa4--1e {
    padding: 2.4em !important; }
  .spc--pa5--1e {
    padding: 3em !important; }
  .spc--pt0--1e {
    padding-top: 0 !important; }
  .spc--pt1--1e {
    padding-top: 0.5em !important; }
  .spc--pt2--1e {
    padding-top: 1em !important; }
  .spc--pt3--1e {
    padding-top: 1.5em !important; }
  .spc--pt4--1e {
    padding-top: 2.4em !important; }
  .spc--pt5--1e {
    padding-top: 3em !important; }
  .spc--pb0--1e {
    padding-bottom: 0 !important; }
  .spc--pb1--1e {
    padding-bottom: 0.5em !important; }
  .spc--pb2--1e {
    padding-bottom: 1em !important; }
  .spc--pb3--1e {
    padding-bottom: 1.5em !important; }
  .spc--pb4--1e {
    padding-bottom: 2.4em !important; }
  .spc--pb5--1e {
    padding-bottom: 3em !important; }
  .spc--pv0--1e {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--1e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--1e {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--1e {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--1e {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--1e {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--1e {
    margin: 0 !important; }
  .spc--ma1--1e {
    margin: 0.5em !important; }
  .spc--ma2--1e {
    margin: 1em !important; }
  .spc--ma3--1e {
    margin: 1.5em !important; }
  .spc--ma4--1e {
    margin: 2.4em !important; }
  .spc--ma5--1e {
    margin: 3em !important; }
  .spc--mt0--1e {
    margin-top: 0 !important; }
  .spc--mt1--1e {
    margin-top: 0.5em !important; }
  .spc--mt2--1e {
    margin-top: 1em !important; }
  .spc--mt3--1e {
    margin-top: 1.5em !important; }
  .spc--mt4--1e {
    margin-top: 2.4em !important; }
  .spc--mt5--1e {
    margin-top: 3em !important; }
  .spc--mb0--1e {
    margin-bottom: 0 !important; }
  .spc--mb1--1e {
    margin-bottom: 0.5em !important; }
  .spc--mb2--1e {
    margin-bottom: 1em !important; }
  .spc--mb3--1e {
    margin-bottom: 1.5em !important; }
  .spc--mb4--1e {
    margin-bottom: 2.4em !important; }
  .spc--mb5--1e {
    margin-bottom: 3em !important; }
  .spc--mv0--1e {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--1e {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--1e {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--1e {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--1e {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--1e {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (max-width: 767px) {
  .spc--pa0--1t2e {
    padding: 0 !important; }
  .spc--pa1--1t2e {
    padding: 0.5em !important; }
  .spc--pa2--1t2e {
    padding: 1em !important; }
  .spc--pa3--1t2e {
    padding: 1.5em !important; }
  .spc--pa4--1t2e {
    padding: 2.4em !important; }
  .spc--pa5--1t2e {
    padding: 3em !important; }
  .spc--pt0--1t2e {
    padding-top: 0 !important; }
  .spc--pt1--1t2e {
    padding-top: 0.5em !important; }
  .spc--pt2--1t2e {
    padding-top: 1em !important; }
  .spc--pt3--1t2e {
    padding-top: 1.5em !important; }
  .spc--pt4--1t2e {
    padding-top: 2.4em !important; }
  .spc--pt5--1t2e {
    padding-top: 3em !important; }
  .spc--pb0--1t2e {
    padding-bottom: 0 !important; }
  .spc--pb1--1t2e {
    padding-bottom: 0.5em !important; }
  .spc--pb2--1t2e {
    padding-bottom: 1em !important; }
  .spc--pb3--1t2e {
    padding-bottom: 1.5em !important; }
  .spc--pb4--1t2e {
    padding-bottom: 2.4em !important; }
  .spc--pb5--1t2e {
    padding-bottom: 3em !important; }
  .spc--pv0--1t2e {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--1t2e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--1t2e {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--1t2e {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--1t2e {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--1t2e {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--1t2e {
    margin: 0 !important; }
  .spc--ma1--1t2e {
    margin: 0.5em !important; }
  .spc--ma2--1t2e {
    margin: 1em !important; }
  .spc--ma3--1t2e {
    margin: 1.5em !important; }
  .spc--ma4--1t2e {
    margin: 2.4em !important; }
  .spc--ma5--1t2e {
    margin: 3em !important; }
  .spc--mt0--1t2e {
    margin-top: 0 !important; }
  .spc--mt1--1t2e {
    margin-top: 0.5em !important; }
  .spc--mt2--1t2e {
    margin-top: 1em !important; }
  .spc--mt3--1t2e {
    margin-top: 1.5em !important; }
  .spc--mt4--1t2e {
    margin-top: 2.4em !important; }
  .spc--mt5--1t2e {
    margin-top: 3em !important; }
  .spc--mb0--1t2e {
    margin-bottom: 0 !important; }
  .spc--mb1--1t2e {
    margin-bottom: 0.5em !important; }
  .spc--mb2--1t2e {
    margin-bottom: 1em !important; }
  .spc--mb3--1t2e {
    margin-bottom: 1.5em !important; }
  .spc--mb4--1t2e {
    margin-bottom: 2.4em !important; }
  .spc--mb5--1t2e {
    margin-bottom: 3em !important; }
  .spc--mv0--1t2e {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--1t2e {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--1t2e {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--1t2e {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--1t2e {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--1t2e {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .spc--pa0--2e {
    padding: 0 !important; }
  .spc--pa1--2e {
    padding: 0.5em !important; }
  .spc--pa2--2e {
    padding: 1em !important; }
  .spc--pa3--2e {
    padding: 1.5em !important; }
  .spc--pa4--2e {
    padding: 2.4em !important; }
  .spc--pa5--2e {
    padding: 3em !important; }
  .spc--pt0--2e {
    padding-top: 0 !important; }
  .spc--pt1--2e {
    padding-top: 0.5em !important; }
  .spc--pt2--2e {
    padding-top: 1em !important; }
  .spc--pt3--2e {
    padding-top: 1.5em !important; }
  .spc--pt4--2e {
    padding-top: 2.4em !important; }
  .spc--pt5--2e {
    padding-top: 3em !important; }
  .spc--pb0--2e {
    padding-bottom: 0 !important; }
  .spc--pb1--2e {
    padding-bottom: 0.5em !important; }
  .spc--pb2--2e {
    padding-bottom: 1em !important; }
  .spc--pb3--2e {
    padding-bottom: 1.5em !important; }
  .spc--pb4--2e {
    padding-bottom: 2.4em !important; }
  .spc--pb5--2e {
    padding-bottom: 3em !important; }
  .spc--pv0--2e {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--2e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--2e {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--2e {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--2e {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--2e {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--2e {
    margin: 0 !important; }
  .spc--ma1--2e {
    margin: 0.5em !important; }
  .spc--ma2--2e {
    margin: 1em !important; }
  .spc--ma3--2e {
    margin: 1.5em !important; }
  .spc--ma4--2e {
    margin: 2.4em !important; }
  .spc--ma5--2e {
    margin: 3em !important; }
  .spc--mt0--2e {
    margin-top: 0 !important; }
  .spc--mt1--2e {
    margin-top: 0.5em !important; }
  .spc--mt2--2e {
    margin-top: 1em !important; }
  .spc--mt3--2e {
    margin-top: 1.5em !important; }
  .spc--mt4--2e {
    margin-top: 2.4em !important; }
  .spc--mt5--2e {
    margin-top: 3em !important; }
  .spc--mb0--2e {
    margin-bottom: 0 !important; }
  .spc--mb1--2e {
    margin-bottom: 0.5em !important; }
  .spc--mb2--2e {
    margin-bottom: 1em !important; }
  .spc--mb3--2e {
    margin-bottom: 1.5em !important; }
  .spc--mb4--2e {
    margin-bottom: 2.4em !important; }
  .spc--mb5--2e {
    margin-bottom: 3em !important; }
  .spc--mv0--2e {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--2e {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--2e {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--2e {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--2e {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--2e {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (min-width: 480px) {
  .spc--pa0--2 {
    padding: 0 !important; }
  .spc--pa1--2 {
    padding: 0.5em !important; }
  .spc--pa2--2 {
    padding: 1em !important; }
  .spc--pa3--2 {
    padding: 1.5em !important; }
  .spc--pa4--2 {
    padding: 2.4em !important; }
  .spc--pa5--2 {
    padding: 3em !important; }
  .spc--pt0--2 {
    padding-top: 0 !important; }
  .spc--pt1--2 {
    padding-top: 0.5em !important; }
  .spc--pt2--2 {
    padding-top: 1em !important; }
  .spc--pt3--2 {
    padding-top: 1.5em !important; }
  .spc--pt4--2 {
    padding-top: 2.4em !important; }
  .spc--pt5--2 {
    padding-top: 3em !important; }
  .spc--pb0--2 {
    padding-bottom: 0 !important; }
  .spc--pb1--2 {
    padding-bottom: 0.5em !important; }
  .spc--pb2--2 {
    padding-bottom: 1em !important; }
  .spc--pb3--2 {
    padding-bottom: 1.5em !important; }
  .spc--pb4--2 {
    padding-bottom: 2.4em !important; }
  .spc--pb5--2 {
    padding-bottom: 3em !important; }
  .spc--pv0--2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--2 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--2 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--2 {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--2 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--2 {
    margin: 0 !important; }
  .spc--ma1--2 {
    margin: 0.5em !important; }
  .spc--ma2--2 {
    margin: 1em !important; }
  .spc--ma3--2 {
    margin: 1.5em !important; }
  .spc--ma4--2 {
    margin: 2.4em !important; }
  .spc--ma5--2 {
    margin: 3em !important; }
  .spc--mt0--2 {
    margin-top: 0 !important; }
  .spc--mt1--2 {
    margin-top: 0.5em !important; }
  .spc--mt2--2 {
    margin-top: 1em !important; }
  .spc--mt3--2 {
    margin-top: 1.5em !important; }
  .spc--mt4--2 {
    margin-top: 2.4em !important; }
  .spc--mt5--2 {
    margin-top: 3em !important; }
  .spc--mb0--2 {
    margin-bottom: 0 !important; }
  .spc--mb1--2 {
    margin-bottom: 0.5em !important; }
  .spc--mb2--2 {
    margin-bottom: 1em !important; }
  .spc--mb3--2 {
    margin-bottom: 1.5em !important; }
  .spc--mb4--2 {
    margin-bottom: 2.4em !important; }
  .spc--mb5--2 {
    margin-bottom: 3em !important; }
  .spc--mv0--2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--2 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--2 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--2 {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--2 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (max-width: 991px) {
  .spc--pa0--1t3e {
    padding: 0 !important; }
  .spc--pa1--1t3e {
    padding: 0.5em !important; }
  .spc--pa2--1t3e {
    padding: 1em !important; }
  .spc--pa3--1t3e {
    padding: 1.5em !important; }
  .spc--pa4--1t3e {
    padding: 2.4em !important; }
  .spc--pa5--1t3e {
    padding: 3em !important; }
  .spc--pt0--1t3e {
    padding-top: 0 !important; }
  .spc--pt1--1t3e {
    padding-top: 0.5em !important; }
  .spc--pt2--1t3e {
    padding-top: 1em !important; }
  .spc--pt3--1t3e {
    padding-top: 1.5em !important; }
  .spc--pt4--1t3e {
    padding-top: 2.4em !important; }
  .spc--pt5--1t3e {
    padding-top: 3em !important; }
  .spc--pb0--1t3e {
    padding-bottom: 0 !important; }
  .spc--pb1--1t3e {
    padding-bottom: 0.5em !important; }
  .spc--pb2--1t3e {
    padding-bottom: 1em !important; }
  .spc--pb3--1t3e {
    padding-bottom: 1.5em !important; }
  .spc--pb4--1t3e {
    padding-bottom: 2.4em !important; }
  .spc--pb5--1t3e {
    padding-bottom: 3em !important; }
  .spc--pv0--1t3e {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--1t3e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--1t3e {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--1t3e {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--1t3e {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--1t3e {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--1t3e {
    margin: 0 !important; }
  .spc--ma1--1t3e {
    margin: 0.5em !important; }
  .spc--ma2--1t3e {
    margin: 1em !important; }
  .spc--ma3--1t3e {
    margin: 1.5em !important; }
  .spc--ma4--1t3e {
    margin: 2.4em !important; }
  .spc--ma5--1t3e {
    margin: 3em !important; }
  .spc--mt0--1t3e {
    margin-top: 0 !important; }
  .spc--mt1--1t3e {
    margin-top: 0.5em !important; }
  .spc--mt2--1t3e {
    margin-top: 1em !important; }
  .spc--mt3--1t3e {
    margin-top: 1.5em !important; }
  .spc--mt4--1t3e {
    margin-top: 2.4em !important; }
  .spc--mt5--1t3e {
    margin-top: 3em !important; }
  .spc--mb0--1t3e {
    margin-bottom: 0 !important; }
  .spc--mb1--1t3e {
    margin-bottom: 0.5em !important; }
  .spc--mb2--1t3e {
    margin-bottom: 1em !important; }
  .spc--mb3--1t3e {
    margin-bottom: 1.5em !important; }
  .spc--mb4--1t3e {
    margin-bottom: 2.4em !important; }
  .spc--mb5--1t3e {
    margin-bottom: 3em !important; }
  .spc--mv0--1t3e {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--1t3e {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--1t3e {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--1t3e {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--1t3e {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--1t3e {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (min-width: 480px) and (max-width: 991px) {
  .spc--pa0--2t3e {
    padding: 0 !important; }
  .spc--pa1--2t3e {
    padding: 0.5em !important; }
  .spc--pa2--2t3e {
    padding: 1em !important; }
  .spc--pa3--2t3e {
    padding: 1.5em !important; }
  .spc--pa4--2t3e {
    padding: 2.4em !important; }
  .spc--pa5--2t3e {
    padding: 3em !important; }
  .spc--pt0--2t3e {
    padding-top: 0 !important; }
  .spc--pt1--2t3e {
    padding-top: 0.5em !important; }
  .spc--pt2--2t3e {
    padding-top: 1em !important; }
  .spc--pt3--2t3e {
    padding-top: 1.5em !important; }
  .spc--pt4--2t3e {
    padding-top: 2.4em !important; }
  .spc--pt5--2t3e {
    padding-top: 3em !important; }
  .spc--pb0--2t3e {
    padding-bottom: 0 !important; }
  .spc--pb1--2t3e {
    padding-bottom: 0.5em !important; }
  .spc--pb2--2t3e {
    padding-bottom: 1em !important; }
  .spc--pb3--2t3e {
    padding-bottom: 1.5em !important; }
  .spc--pb4--2t3e {
    padding-bottom: 2.4em !important; }
  .spc--pb5--2t3e {
    padding-bottom: 3em !important; }
  .spc--pv0--2t3e {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--2t3e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--2t3e {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--2t3e {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--2t3e {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--2t3e {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--2t3e {
    margin: 0 !important; }
  .spc--ma1--2t3e {
    margin: 0.5em !important; }
  .spc--ma2--2t3e {
    margin: 1em !important; }
  .spc--ma3--2t3e {
    margin: 1.5em !important; }
  .spc--ma4--2t3e {
    margin: 2.4em !important; }
  .spc--ma5--2t3e {
    margin: 3em !important; }
  .spc--mt0--2t3e {
    margin-top: 0 !important; }
  .spc--mt1--2t3e {
    margin-top: 0.5em !important; }
  .spc--mt2--2t3e {
    margin-top: 1em !important; }
  .spc--mt3--2t3e {
    margin-top: 1.5em !important; }
  .spc--mt4--2t3e {
    margin-top: 2.4em !important; }
  .spc--mt5--2t3e {
    margin-top: 3em !important; }
  .spc--mb0--2t3e {
    margin-bottom: 0 !important; }
  .spc--mb1--2t3e {
    margin-bottom: 0.5em !important; }
  .spc--mb2--2t3e {
    margin-bottom: 1em !important; }
  .spc--mb3--2t3e {
    margin-bottom: 1.5em !important; }
  .spc--mb4--2t3e {
    margin-bottom: 2.4em !important; }
  .spc--mb5--2t3e {
    margin-bottom: 3em !important; }
  .spc--mv0--2t3e {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--2t3e {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--2t3e {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--2t3e {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--2t3e {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--2t3e {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .spc--pa0--3e {
    padding: 0 !important; }
  .spc--pa1--3e {
    padding: 0.5em !important; }
  .spc--pa2--3e {
    padding: 1em !important; }
  .spc--pa3--3e {
    padding: 1.5em !important; }
  .spc--pa4--3e {
    padding: 2.4em !important; }
  .spc--pa5--3e {
    padding: 3em !important; }
  .spc--pt0--3e {
    padding-top: 0 !important; }
  .spc--pt1--3e {
    padding-top: 0.5em !important; }
  .spc--pt2--3e {
    padding-top: 1em !important; }
  .spc--pt3--3e {
    padding-top: 1.5em !important; }
  .spc--pt4--3e {
    padding-top: 2.4em !important; }
  .spc--pt5--3e {
    padding-top: 3em !important; }
  .spc--pb0--3e {
    padding-bottom: 0 !important; }
  .spc--pb1--3e {
    padding-bottom: 0.5em !important; }
  .spc--pb2--3e {
    padding-bottom: 1em !important; }
  .spc--pb3--3e {
    padding-bottom: 1.5em !important; }
  .spc--pb4--3e {
    padding-bottom: 2.4em !important; }
  .spc--pb5--3e {
    padding-bottom: 3em !important; }
  .spc--pv0--3e {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--3e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--3e {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--3e {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--3e {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--3e {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--3e {
    margin: 0 !important; }
  .spc--ma1--3e {
    margin: 0.5em !important; }
  .spc--ma2--3e {
    margin: 1em !important; }
  .spc--ma3--3e {
    margin: 1.5em !important; }
  .spc--ma4--3e {
    margin: 2.4em !important; }
  .spc--ma5--3e {
    margin: 3em !important; }
  .spc--mt0--3e {
    margin-top: 0 !important; }
  .spc--mt1--3e {
    margin-top: 0.5em !important; }
  .spc--mt2--3e {
    margin-top: 1em !important; }
  .spc--mt3--3e {
    margin-top: 1.5em !important; }
  .spc--mt4--3e {
    margin-top: 2.4em !important; }
  .spc--mt5--3e {
    margin-top: 3em !important; }
  .spc--mb0--3e {
    margin-bottom: 0 !important; }
  .spc--mb1--3e {
    margin-bottom: 0.5em !important; }
  .spc--mb2--3e {
    margin-bottom: 1em !important; }
  .spc--mb3--3e {
    margin-bottom: 1.5em !important; }
  .spc--mb4--3e {
    margin-bottom: 2.4em !important; }
  .spc--mb5--3e {
    margin-bottom: 3em !important; }
  .spc--mv0--3e {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--3e {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--3e {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--3e {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--3e {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--3e {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (min-width: 768px) {
  .spc--pa0--3 {
    padding: 0 !important; }
  .spc--pa1--3 {
    padding: 0.5em !important; }
  .spc--pa2--3 {
    padding: 1em !important; }
  .spc--pa3--3 {
    padding: 1.5em !important; }
  .spc--pa4--3 {
    padding: 2.4em !important; }
  .spc--pa5--3 {
    padding: 3em !important; }
  .spc--pt0--3 {
    padding-top: 0 !important; }
  .spc--pt1--3 {
    padding-top: 0.5em !important; }
  .spc--pt2--3 {
    padding-top: 1em !important; }
  .spc--pt3--3 {
    padding-top: 1.5em !important; }
  .spc--pt4--3 {
    padding-top: 2.4em !important; }
  .spc--pt5--3 {
    padding-top: 3em !important; }
  .spc--pb0--3 {
    padding-bottom: 0 !important; }
  .spc--pb1--3 {
    padding-bottom: 0.5em !important; }
  .spc--pb2--3 {
    padding-bottom: 1em !important; }
  .spc--pb3--3 {
    padding-bottom: 1.5em !important; }
  .spc--pb4--3 {
    padding-bottom: 2.4em !important; }
  .spc--pb5--3 {
    padding-bottom: 3em !important; }
  .spc--pv0--3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--3 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--3 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--3 {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--3 {
    margin: 0 !important; }
  .spc--ma1--3 {
    margin: 0.5em !important; }
  .spc--ma2--3 {
    margin: 1em !important; }
  .spc--ma3--3 {
    margin: 1.5em !important; }
  .spc--ma4--3 {
    margin: 2.4em !important; }
  .spc--ma5--3 {
    margin: 3em !important; }
  .spc--mt0--3 {
    margin-top: 0 !important; }
  .spc--mt1--3 {
    margin-top: 0.5em !important; }
  .spc--mt2--3 {
    margin-top: 1em !important; }
  .spc--mt3--3 {
    margin-top: 1.5em !important; }
  .spc--mt4--3 {
    margin-top: 2.4em !important; }
  .spc--mt5--3 {
    margin-top: 3em !important; }
  .spc--mb0--3 {
    margin-bottom: 0 !important; }
  .spc--mb1--3 {
    margin-bottom: 0.5em !important; }
  .spc--mb2--3 {
    margin-bottom: 1em !important; }
  .spc--mb3--3 {
    margin-bottom: 1.5em !important; }
  .spc--mb4--3 {
    margin-bottom: 2.4em !important; }
  .spc--mb5--3 {
    margin-bottom: 3em !important; }
  .spc--mv0--3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--3 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--3 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--3 {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

@media (min-width: 992px) {
  .spc--pa0--4 {
    padding: 0 !important; }
  .spc--pa1--4 {
    padding: 0.5em !important; }
  .spc--pa2--4 {
    padding: 1em !important; }
  .spc--pa3--4 {
    padding: 1.5em !important; }
  .spc--pa4--4 {
    padding: 2.4em !important; }
  .spc--pa5--4 {
    padding: 3em !important; }
  .spc--pt0--4 {
    padding-top: 0 !important; }
  .spc--pt1--4 {
    padding-top: 0.5em !important; }
  .spc--pt2--4 {
    padding-top: 1em !important; }
  .spc--pt3--4 {
    padding-top: 1.5em !important; }
  .spc--pt4--4 {
    padding-top: 2.4em !important; }
  .spc--pt5--4 {
    padding-top: 3em !important; }
  .spc--pb0--4 {
    padding-bottom: 0 !important; }
  .spc--pb1--4 {
    padding-bottom: 0.5em !important; }
  .spc--pb2--4 {
    padding-bottom: 1em !important; }
  .spc--pb3--4 {
    padding-bottom: 1.5em !important; }
  .spc--pb4--4 {
    padding-bottom: 2.4em !important; }
  .spc--pb5--4 {
    padding-bottom: 3em !important; }
  .spc--pv0--4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .spc--pv1--4 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .spc--pv2--4 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
  .spc--pv3--4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .spc--pv4--4 {
    padding-top: 2.4em !important;
    padding-bottom: 2.4em !important; }
  .spc--pv5--4 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }
  .spc--ma0--4 {
    margin: 0 !important; }
  .spc--ma1--4 {
    margin: 0.5em !important; }
  .spc--ma2--4 {
    margin: 1em !important; }
  .spc--ma3--4 {
    margin: 1.5em !important; }
  .spc--ma4--4 {
    margin: 2.4em !important; }
  .spc--ma5--4 {
    margin: 3em !important; }
  .spc--mt0--4 {
    margin-top: 0 !important; }
  .spc--mt1--4 {
    margin-top: 0.5em !important; }
  .spc--mt2--4 {
    margin-top: 1em !important; }
  .spc--mt3--4 {
    margin-top: 1.5em !important; }
  .spc--mt4--4 {
    margin-top: 2.4em !important; }
  .spc--mt5--4 {
    margin-top: 3em !important; }
  .spc--mb0--4 {
    margin-bottom: 0 !important; }
  .spc--mb1--4 {
    margin-bottom: 0.5em !important; }
  .spc--mb2--4 {
    margin-bottom: 1em !important; }
  .spc--mb3--4 {
    margin-bottom: 1.5em !important; }
  .spc--mb4--4 {
    margin-bottom: 2.4em !important; }
  .spc--mb5--4 {
    margin-bottom: 3em !important; }
  .spc--mv0--4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .spc--mv1--4 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .spc--mv2--4 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }
  .spc--mv3--4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }
  .spc--mv4--4 {
    margin-top: 2.4em !important;
    margin-bottom: 2.4em !important; }
  .spc--mv5--4 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; } }

.btn {
  padding-right: 0.8em;
  padding-left: 0.8em;
  border-radius: 4px; }

.btn__group {
  margin-bottom: -3px; }
  .btn__group .btn {
    margin-bottom: 3px;
    margin-right: 1em; }
    .btn__group .btn:last-child {
      margin-right: 0; }

.btn {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  outline: 0;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: .2s ease background-color, .2s ease color, .2s ease border-color;
  font-size: 0.9em; }
  @media (min-width: 992px) {
    .btn {
      font-size: 1em; } }
  .btn:hover {
    text-decoration: none; }
  .btn.download, .btn.expand, .btn.contract {
    background-repeat: no-repeat;
    background-position: 0.8em center;
    background-size: 12px;
    text-indent: 1.2em; }
    .secondary__block .btn.download, .secondary__block .btn.expand, .secondary__block .btn.contract {
      background-color: transparent; }
  .btn.btn--filled, .btn, .btn.btn--active {
    background-color: #A59E9E;
    border-color: #A59E9E;
    color: #FFFFFF; }
    .btn.btn--filled.download, .btn.download, .btn.btn--active.download {
      background-image: url(img/icons/icon__download--white.svg); }
    .btn.btn--filled.expand, .btn.expand, .btn.btn--active.expand {
      background-image: url(img/icons/icon__expand--white.svg); }
    .btn.btn--filled.contract, .btn.contract, .btn.btn--active.contract {
      background-image: url(img/icons/icon__contract--white.svg); }
    .btn.btn--filled:hover, .btn:hover, .btn.btn--active:hover {
      background-color: #beb8b8;
      border-color: #beb8b8; }
    .btn.btn--filled.btn__text--default, .btn.btn__text--default, .btn.btn--active.btn__text--default {
      color: #A59E9E; }
    .btn.btn--filled.btn__text--primary, .btn.btn__text--primary, .btn.btn--active.btn__text--primary {
      color: #008aa8; }
    .btn.btn--filled.btn__text--secondary, .btn.btn__text--secondary, .btn.btn--active.btn__text--secondary {
      color: #EC5F5D; }
    .btn.btn--filled.btn__text--white, .btn.btn__text--white, .btn.btn--active.btn__text--white {
      color: #FFFFFF; }
  .btn.btn--keylined, .btn.btn__hover--keylined:hover {
    background-color: transparent;
    border-color: #A59E9E;
    color: #A59E9E; }
    .btn.btn--keylined.download, .btn.btn__hover--keylined:hover.download {
      background-image: url(img/icons/icon__download--tertiary.svg); }
  .btn--primary.btn--filled, .btn--primary, .btn--primary.btn--active {
    background-color: #008aa8;
    border-color: #008aa8;
    color: #FFFFFF; }
    .btn--primary.btn--filled.download, .btn--primary.download, .btn--primary.btn--active.download {
      background-image: url(img/icons/icon__download--white.svg); }
    .btn--primary.btn--filled.expand, .btn--primary.expand, .btn--primary.btn--active.expand {
      background-image: url(img/icons/icon__expand--white.svg); }
    .btn--primary.btn--filled.contract, .btn--primary.contract, .btn--primary.btn--active.contract {
      background-image: url(img/icons/icon__contract--white.svg); }
    .btn--primary.btn--filled:hover, .btn--primary:hover, .btn--primary.btn--active:hover {
      background-color: #00b4db;
      border-color: #00b4db; }
    .btn--primary.btn--filled.btn__text--default, .btn--primary.btn__text--default, .btn--primary.btn--active.btn__text--default {
      color: #A59E9E; }
    .btn--primary.btn--filled.btn__text--primary, .btn--primary.btn__text--primary, .btn--primary.btn--active.btn__text--primary {
      color: #008aa8; }
    .btn--primary.btn--filled.btn__text--secondary, .btn--primary.btn__text--secondary, .btn--primary.btn--active.btn__text--secondary {
      color: #EC5F5D; }
    .btn--primary.btn--filled.btn__text--white, .btn--primary.btn__text--white, .btn--primary.btn--active.btn__text--white {
      color: #FFFFFF; }
  .btn--primary.btn--keylined, .btn--primary.btn__hover--keylined:hover {
    background-color: transparent;
    border-color: #008aa8;
    color: #008aa8; }
    .btn--primary.btn--keylined.download, .btn--primary.btn__hover--keylined:hover.download {
      background-image: url(img/icons/icon__download--tertiary.svg); }
  .btn--secondary.btn--filled, .btn--secondary, .btn--secondary.btn--active {
    background-color: #EC5F5D;
    border-color: #EC5F5D;
    color: #FFFFFF; }
    .btn--secondary.btn--filled.download, .btn--secondary.download, .btn--secondary.btn--active.download {
      background-image: url(img/icons/icon__download--white.svg); }
    .btn--secondary.btn--filled.expand, .btn--secondary.expand, .btn--secondary.btn--active.expand {
      background-image: url(img/icons/icon__expand--white.svg); }
    .btn--secondary.btn--filled.contract, .btn--secondary.contract, .btn--secondary.btn--active.contract {
      background-image: url(img/icons/icon__contract--white.svg); }
    .btn--secondary.btn--filled:hover, .btn--secondary:hover, .btn--secondary.btn--active:hover {
      background-color: #f18c8b;
      border-color: #f18c8b; }
    .btn--secondary.btn--filled.btn__text--default, .btn--secondary.btn__text--default, .btn--secondary.btn--active.btn__text--default {
      color: #A59E9E; }
    .btn--secondary.btn--filled.btn__text--primary, .btn--secondary.btn__text--primary, .btn--secondary.btn--active.btn__text--primary {
      color: #008aa8; }
    .btn--secondary.btn--filled.btn__text--secondary, .btn--secondary.btn__text--secondary, .btn--secondary.btn--active.btn__text--secondary {
      color: #EC5F5D; }
    .btn--secondary.btn--filled.btn__text--white, .btn--secondary.btn__text--white, .btn--secondary.btn--active.btn__text--white {
      color: #FFFFFF; }
  .btn--secondary.btn--keylined, .btn--secondary.btn__hover--keylined:hover {
    background-color: transparent;
    border-color: #EC5F5D;
    color: #EC5F5D; }
    .btn--secondary.btn--keylined.download, .btn--secondary.btn__hover--keylined:hover.download {
      background-image: url(img/icons/icon__download--tertiary.svg); }
  .btn--white.btn--filled, .btn--white, .btn--white.btn--active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .btn--white.btn--filled.download, .btn--white.download, .btn--white.btn--active.download {
      background-image: url(img/icons/icon__download--white.svg); }
    .btn--white.btn--filled.expand, .btn--white.expand, .btn--white.btn--active.expand {
      background-image: url(img/icons/icon__expand--white.svg); }
    .btn--white.btn--filled.contract, .btn--white.contract, .btn--white.btn--active.contract {
      background-image: url(img/icons/icon__contract--white.svg); }
    .btn--white.btn--filled:hover, .btn--white:hover, .btn--white.btn--active:hover {
      background-color: white;
      border-color: white; }
    .btn--white.btn--filled.btn__text--default, .btn--white.btn__text--default, .btn--white.btn--active.btn__text--default {
      color: #A59E9E; }
    .btn--white.btn--filled.btn__text--primary, .btn--white.btn__text--primary, .btn--white.btn--active.btn__text--primary {
      color: #008aa8; }
    .btn--white.btn--filled.btn__text--secondary, .btn--white.btn__text--secondary, .btn--white.btn--active.btn__text--secondary {
      color: #EC5F5D; }
    .btn--white.btn--filled.btn__text--white, .btn--white.btn__text--white, .btn--white.btn--active.btn__text--white {
      color: #FFFFFF; }
  .btn--white.btn--keylined, .btn--white.btn__hover--keylined:hover {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .btn--white.btn--keylined.download, .btn--white.btn__hover--keylined:hover.download {
      background-image: url(img/icons/icon__download--tertiary.svg); }
  .btn.btn--sm {
    font-size: 0.8em; }
  .btn.btn--lg {
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
  .btn.btn--block {
    width: 100%; }

.document__header.is_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }
  .document__header.is_fixed + .document__header_spacer {
    height: 60px; }
    @media (min-width: 992px) {
      .document__header.is_fixed + .document__header_spacer {
        height: 85px; } }

.document__header_spacer {
  background-color: #009fc2;
  position: relative; }
  .document__header_spacer:before {
    display: block;
    content: '';
    background-color: #009fc2;
    position: absolute;
    width: 100%;
    bottom: 100%;
    height: 1000px;
    left: 0; }

.document__header__bar {
  *zoom: 1;
  background-color: #00B4DB;
  background-image: linear-gradient(to right, #00B4DB, #008aa8);
  padding: 10px 0;
  height: 64px; }
  .document__header__bar:before, .document__header__bar:after {
    content: '';
    display: table; }
  .document__header__bar:after {
    clear: both; }
  @media (min-width: 992px) {
    .document__header__bar {
      height: auto;
      padding: 20px 0; } }

.document__logo {
  float: left; }
  @media (max-width: 991px) {
    .document__logo {
      height: 44px;
      line-height: 42px;
      width: 100%; } }
  @media (max-width: 991px) {
    .document__logo img {
      width: 160px; } }
  @media (min-width: 0px) and (max-width: 370px) {
    .document__logo img {
      width: 46%; } }

@media (max-width: 991px) {
  .document__navigation {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: -3px 0 20px rgba(0, 0, 0, 0.1); } }

@media (min-width: 992px) {
  .document__navigation {
    padding-top: 7px;
    float: right; } }

@media (min-width: 992px) {
  .document__navigation .navigation--sm {
    display: none; } }

.document__navigation li, .document__navigation ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0; }

.document__navigation, .document__navigation ul {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 100%; }
  @media (max-width: 991px) {
    .document__navigation, .document__navigation ul {
      -webkit-overflow-scrolling: touch;
      transition: transform .3s;
      will-change: transform;
      transform: translateX(0); } }
  @media (min-width: 992px) {
    .document__navigation, .document__navigation ul {
      transition: none;
      transform: none;
      position: relative;
      overflow: visible;
      width: auto;
      bottom: auto; } }
  .document__navigation.is_hidden, .document__navigation ul.is_hidden {
    transform: translateX(100%);
    border-radius: 4px;
    border-top-left-radius: 0; }
    @media (max-width: 991px) {
      .document__navigation.is_hidden, .document__navigation ul.is_hidden {
        box-shadow: none; } }
    @media (min-width: 992px) {
      .document__navigation.is_hidden, .document__navigation ul.is_hidden {
        transform: none; } }
  .document__navigation.moves_out, .document__navigation ul.moves_out {
    overflow: visible; }
    @media (max-width: 991px) {
      .document__navigation.moves_out > li > a, .document__navigation ul.moves_out > li > a {
        opacity: 0;
        transform: translateX(-100%); } }
  @media (min-width: 992px) {
    .document__navigation li:hover, .document__navigation li.is_active, .document__navigation ul li:hover, .document__navigation ul li.is_active {
      background-color: #00a7cc;
      color: #FFFFFF; } }
  @media (min-width: 992px) {
    .post-type-archive-news .document__navigation li.no_hover--news:hover, .post-type-archive-news .document__navigation ul li.no_hover--news:hover {
      background-color: transparent; } }
  .document__navigation a, .document__navigation ul a {
    line-height: 50px;
    display: block;
    height: 50px;
    padding: 0 20px;
    text-decoration: none;
    color: #767676;
    border-bottom: 1px solid #E8E8E8;
    font-size: 0.85em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 992px) {
      .document__navigation a, .document__navigation ul a {
        color: white;
        border-color: white; } }
    @media (max-width: 991px) {
      .document__navigation a, .document__navigation ul a {
        will-change: transform, opacity;
        transition: transform .3s, opacity .3s;
        transform: translateZ(0); } }
    @media (min-width: 992px) {
      .document__navigation a, .document__navigation ul a {
        line-height: 1;
        height: auto;
        padding: 12px;
        border-bottom-width: 0;
        transform: none; } }
    @media (min-width: 992px) {
      .document__navigation a.search__icon, .document__navigation ul a.search__icon {
        padding: 11px; } }
    @media (max-width: 991px) {
      .document__navigation a.search__icon > img, .document__navigation ul a.search__icon > img {
        display: none; } }
    @media (min-width: 992px) {
      .document__navigation a.search__icon span, .document__navigation ul a.search__icon span {
        display: none; } }
    .document__navigation a.search__icon span span, .document__navigation a.search__icon span img, .document__navigation ul a.search__icon span span, .document__navigation ul a.search__icon span img {
      display: inline-block; }
    @media (min-width: 992px) {
      .document__navigation a:hover, .document__navigation ul a:hover {
        color: #FFFFFF; } }
  .document__navigation .has_children > a, .document__navigation .go_back a, .document__navigation ul .has_children > a, .document__navigation ul .go_back a {
    position: relative; }
    .document__navigation .has_children > a:before, .document__navigation .has_children > a:after, .document__navigation .go_back a:before, .document__navigation .go_back a:after, .document__navigation ul .has_children > a:before, .document__navigation ul .has_children > a:after, .document__navigation ul .go_back a:before, .document__navigation ul .go_back a:after {
      position: absolute;
      top: 50%;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      content: '';
      background-color: #c3c3c3;
      backface-visibility: hidden;
      display: inline-block; }
      @media (min-width: 992px) {
        .document__navigation .has_children > a:before, .document__navigation .has_children > a:after, .document__navigation .go_back a:before, .document__navigation .go_back a:after, .document__navigation ul .has_children > a:before, .document__navigation ul .has_children > a:after, .document__navigation ul .go_back a:before, .document__navigation ul .go_back a:after {
          display: none; } }
    .document__navigation .has_children > a:before, .document__navigation .go_back a:before, .document__navigation ul .has_children > a:before, .document__navigation ul .go_back a:before {
      transform: rotate(45deg); }
    .document__navigation .has_children > a:after, .document__navigation .go_back a:after, .document__navigation ul .has_children > a:after, .document__navigation ul .go_back a:after {
      transform: rotate(-45deg); }
  @media (max-width: 991px) {
    .document__navigation .has_children > a, .document__navigation ul .has_children > a {
      padding-right: 40px; } }
  .document__navigation .has_children > a:before, .document__navigation .has_children > a:after, .document__navigation ul .has_children > a:before, .document__navigation ul .has_children > a:after {
    right: 20px;
    transform-origin: 9px 50%; }
  .document__navigation .go_back a, .document__navigation ul .go_back a {
    padding-left: 40px; }
    @media (min-width: 992px) {
      .document__navigation .go_back a, .document__navigation ul .go_back a {
        display: none; } }
    .document__navigation .go_back a:before, .document__navigation .go_back a:after, .document__navigation ul .go_back a:before, .document__navigation ul .go_back a:after {
      left: 20px;
      transform-origin: 1px 50%; }

.document__navigation {
  top: 64px;
  width: 85%; }
  @media (min-width: 992px) {
    .document__navigation {
      top: 0;
      width: auto; } }

@media (max-width: 991px) {
  .document__navigation ul {
    position: absolute; } }

@media (max-width: 991px) {
  .webkit .document__navigation ul, .android .document__navigation ul {
    position: fixed; } }

@media (min-width: 992px) {
  .document__navigation > ul {
    position: relative;
    min-width: 200px; }
    .document__navigation > ul::after {
      content: "";
      clear: both;
      display: table; } }

@media (min-width: 992px) {
  .document__navigation > ul ul {
    position: absolute;
    min-width: 200px; } }

@media (min-width: 992px) {
  .document__navigation > ul li {
    position: relative; } }

@media (min-width: 992px) {
  .document__navigation > ul li:hover > ul {
    display: block;
    background-color: #00a7cc; } }

.document__navigation > ul > li.highlight--secondary a {
  background-color: #EC5F5D;
  color: #FFFFFF; }
  @media (min-width: 992px) {
    .document__navigation > ul > li.highlight--secondary a {
      border-radius: 4px; } }

.document__navigation > ul > li.highlight--secondary:hover a {
  background-color: #e94846; }

@media (min-width: 992px) {
  .document__navigation > ul > li {
    float: left;
    border-radius: 4px; } }

@media (min-width: 992px) {
  .document__navigation > ul > li.has_children:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

@media (min-width: 992px) {
  .document__navigation > ul > li ul {
    display: none; } }

@media (min-width: 992px) {
  .document__navigation > ul > li ul li:hover {
    background-color: #009bbc; } }

@media (min-width: 992px) {
  .document__navigation > ul > li ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; } }

@media (min-width: 992px) {
  .document__navigation > ul > li > ul {
    top: 100%;
    left: 0; } }

@media (min-width: 992px) {
  .document__navigation > ul > li > ul ul {
    top: 0;
    left: 100%; } }

.document__navigation__icon {
  cursor: pointer;
  right: -7px;
  top: 2px;
  padding: 22px;
  position: absolute;
  z-index: 2;
  transform: scale(1.2);
  user-select: none; }
  @media (min-width: 0px) and (max-width: 370px) {
    .document__navigation__icon {
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .document__navigation__icon {
      display: none; } }
  .document__navigation__icon .navigation_icon {
    position: relative;
    width: 20px;
    height: 20px;
    user-select: none; }
  .document__navigation__icon .navigation_icon__el {
    position: absolute;
    border-top: 2px solid #FFFFFF;
    left: 0;
    width: 100%;
    transition: all .25s;
    backface-visibility: hidden; }
  .document__navigation__icon .navigation_icon__el--top {
    top: 9px;
    transform: rotate(135deg);
    backface-visibility: hidden; }
  .document__navigation__icon .navigation_icon__el--middle {
    transition: all .2s;
    top: 9px;
    opacity: 0; }
  .document__navigation__icon .navigation_icon__el--bottom {
    top: 9px;
    transform: rotate(-135deg);
    backface-visibility: hidden; }
  .document__navigation.is_hidden + .document__navigation__icon {
    transform: scale(1);
    top: 0; }
  .document__navigation.is_hidden + .document__navigation__icon .navigation_icon__el--top {
    top: 0;
    transform: rotate(0); }
  .document__navigation.is_hidden + .document__navigation__icon .navigation_icon__el--middle {
    opacity: 1; }
  .document__navigation.is_hidden + .document__navigation__icon .navigation_icon__el--bottom {
    top: 18px;
    transform: rotate(0); }

.level__1__toggle {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 58px;
  padding: 7px 10px;
  font-size: 0.9em;
  background-color: #0092b2;
  color: #FFFFFF;
  border-radius: 4px; }
  @media (min-width: 0px) and (max-width: 370px) {
    .level__1__toggle {
      top: 17px;
      right: 50px;
      padding: 5px 8px;
      font-size: 0.85em; } }
  @media (min-width: 992px) {
    .level__1__toggle {
      display: none; } }

.news__navigation {
  font-size: 0.9em;
  width: 100%;
  z-index: 10; }
  @media (min-width: 992px) {
    .news__navigation {
      position: fixed;
      top: 90px; } }
  .news__navigation header {
    font-size: 1.5em;
    padding: 5px 15px; }
    @media (min-width: 992px) {
      .news__navigation header {
        display: none; } }
  .news__navigation ul {
    *zoom: 1; }
    .news__navigation ul:before, .news__navigation ul:after {
      content: '';
      display: table; }
    .news__navigation ul:after {
      clear: both; }
    @media (min-width: 992px) {
      .news__navigation ul {
        margin: 0 -10px; } }
  .news__navigation li {
    position: relative;
    cursor: pointer;
    margin: 0; }
    @media (min-width: 992px) {
      .news__navigation li {
        float: left; } }
  .news__navigation a {
    display: block; }
  .news__navigation .container {
    *zoom: 1; }
    .news__navigation .container:before, .news__navigation .container:after {
      content: '';
      display: table; }
    .news__navigation .container:after {
      clear: both; }
    @media (max-width: 991px) {
      .news__navigation .container {
        padding: 0; } }
  @media (max-width: 991px) {
    .news__navigation .level__1, .news__navigation .level__2 {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1); } }
  .news__navigation .level__1 {
    background-color: #009fc2; }
    @media (max-width: 991px) {
      .news__navigation .level__1 {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 991px) {
      .news__navigation .level__1.is_open {
        display: block; } }
    .news__navigation .level__1 header {
      color: #FFFFFF; }
    @media (max-width: 991px) {
      .news__navigation .level__1 li {
        border-top: 1px solid rgba(255, 255, 255, 0.2); } }
    .news__navigation .level__1 li.is_active a {
      background-color: #008ead; }
    .news__navigation .level__1 a {
      color: #FFFFFF;
      padding: 5px 15px; }
      @media (min-width: 992px) {
        .news__navigation .level__1 a {
          padding: 5px 10px; } }
      .news__navigation .level__1 a:hover {
        background-color: #0086a3; }
    .news__navigation .level__1 .has_children.is_open > a:before {
      transform: rotate(-45deg); }
    .news__navigation .level__1 .has_children.is_open > a:after {
      transform: rotate(45deg); }
    @media (max-width: 991px) {
      .news__navigation .level__1 .has_children.is_open ul {
        display: block; } }
    .news__navigation .level__1 .has_children ul {
      display: none;
      background-color: #0092b2;
      box-shadow: inset 0 -3px 10px -5px rgba(0, 0, 0, 0.3), inset 0 3px 10px -5px rgba(0, 0, 0, 0.3); }
      @media (max-width: 991px) {
        .news__navigation .level__1 .has_children ul a {
          padding: 5px 20px; } }
    .news__navigation .level__1 .has_children > a:before, .news__navigation .level__1 .has_children > a:after {
      position: absolute;
      top: 18px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      content: '';
      background-color: #FFFFFF;
      backface-visibility: hidden;
      display: inline-block;
      right: 15px; }
      @media (min-width: 992px) {
        .news__navigation .level__1 .has_children > a:before, .news__navigation .level__1 .has_children > a:after {
          display: none; } }
    .news__navigation .level__1 .has_children > a:before {
      transform: rotate(45deg);
      right: 21px; }
    .news__navigation .level__1 .has_children > a:after {
      transform: rotate(-45deg); }
  .news__navigation .level__2 {
    background-color: #FFFFFF; }
    .news__navigation .level__2 header {
      position: relative; }
      @media (max-width: 991px) {
        .news__navigation .level__2 header {
          cursor: pointer; } }
      @media (max-width: 991px) {
        .news__navigation .level__2 header:before, .news__navigation .level__2 header:after {
          position: absolute;
          top: 23px;
          width: 10px;
          height: 2px;
          margin-top: -1px;
          content: '';
          background-color: #767676;
          backface-visibility: hidden;
          display: inline-block;
          right: 15px; } }
      @media (max-width: 991px) {
        .news__navigation .level__2 header:before {
          transform: rotate(45deg);
          right: 21px; } }
      @media (max-width: 991px) {
        .news__navigation .level__2 header:after {
          transform: rotate(-45deg); } }
      @media (min-width: 992px) {
        .news__navigation .level__2 header:after {
          content: '>';
          position: relative;
          left: 5px; } }
      @media (min-width: 992px) {
        .news__navigation .level__2 header {
          display: block;
          padding: 2px 0 0;
          float: left;
          font-size: 18px;
          margin-right: 20px; } }
    @media (max-width: 991px) {
      .news__navigation .level__2.is_open header {
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #E8E8E8; } }
    .news__navigation .level__2.is_open header:before {
      transform: rotate(-45deg); }
    .news__navigation .level__2.is_open header:after {
      transform: rotate(45deg); }
    @media (max-width: 991px) {
      .news__navigation .level__2.is_open ul {
        display: block; } }
    @media (max-width: 991px) {
      .news__navigation .level__2 ul {
        display: none; } }
    @media (min-width: 992px) {
      .news__navigation .level__2 li {
        margin: 0 10px; } }
    @media (max-width: 991px) {
      .news__navigation .level__2 li.is_active a {
        background-color: #E8E8E8; } }
    @media (min-width: 992px) {
      .news__navigation .level__2 li.is_active a {
        box-shadow: inset 0 -2px 0 #008ead; } }
    .news__navigation .level__2 a {
      color: #767676;
      padding: 5px 15px; }
      @media (min-width: 992px) {
        .news__navigation .level__2 a {
          padding: 5px 0; } }
      @media (max-width: 991px) {
        .news__navigation .level__2 a:hover {
          background-color: #E8E8E8; } }
      @media (min-width: 992px) {
        .news__navigation .level__2 a:hover {
          box-shadow: inset 0 -2px 0 #008ead; } }
  @media (min-width: 992px) {
    .news__navigation .sections__issues {
      float: left; } }
  .news__navigation .sections__issues.open .sections__more {
    display: block; }
  .news__navigation .sections__issues.open .more:after {
    content: '\25b2'; }
  .news__navigation .sections__featured, .news__navigation .sections__more {
    *zoom: 1; }
    .news__navigation .sections__featured:before, .news__navigation .sections__featured:after, .news__navigation .sections__more:before, .news__navigation .sections__more:after {
      content: '';
      display: table; }
    .news__navigation .sections__featured:after, .news__navigation .sections__more:after {
      clear: both; }
  .news__navigation .sections__featured {
    position: relative; }
  @media (min-width: 992px) {
    .news__navigation .sections__more {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      background-color: #0092b2;
      z-index: 1; } }
  @media (min-width: 992px) {
    .news__navigation .sections__more .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .news__navigation .sections__locations {
      float: right; } }
  .news__navigation .more {
    display: none;
    cursor: pointer;
    color: #FFFFFF;
    position: absolute;
    padding: 5px 10px;
    left: 100%; }
    @media (min-width: 992px) {
      .news__navigation .more {
        display: block; } }
    .news__navigation .more:after {
      content: '\25bc';
      padding-left: 0.5em;
      font-size: 9px; }

.content__navigation {
  position: fixed;
  z-index: 2;
  width: 80%;
  max-width: 300px;
  transition: z-index .2s ease; }
  @media (min-width: 0) and (max-width: 1779px) {
    .content__navigation {
      bottom: 30px; } }
  @media (min-width: 0px) and (max-width: 991px) {
    .content__navigation {
      left: 30px; } }
  @media (min-width: 992px) and (max-width: 1779px) {
    .content__navigation {
      text-align: center;
      left: 50%;
      margin-left: -150px;
      z-index: 3; } }
  @media (min-width: 1780px) {
    .content__navigation {
      border: 1px solid #E8E8E8;
      margin-left: -330px;
      width: 300px; } }
  .content__navigation.is_active {
    z-index: 106; }
    @media (min-width: 0px) and (max-width: 1779px) {
      .content__navigation.is_active label {
        background-color: #00B4DB;
        opacity: 1;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); } }
    @media (min-width: 0px) and (max-width: 1779px) {
      .content__navigation.is_active label:after {
        transform: translateZ(0) rotateZ(0); } }
    @media (min-width: 0px) and (max-width: 1779px) {
      .content__navigation.is_active .content__navigation__wrapper {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all; } }
  .content__navigation label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    position: relative;
    z-index: 1; }
    @media (min-width: 0px) and (max-width: 1779px) {
      .content__navigation label {
        display: inline-block;
        text-align: center;
        box-shadow: none;
        padding: 0 50px 0 25px;
        border-radius: 9999px;
        cursor: pointer;
        background-color: #c9c9c9;
        color: #FFFFFF;
        opacity: 0.75;
        transition: box-shadow .2s ease, background-color .2s ease, opacity .2s ease; } }
    @media (min-width: 0px) and (max-width: 991px) {
      .content__navigation label {
        height: 40px;
        line-height: 41px; } }
    @media (min-width: 992px) and (max-width: 1779px) {
      .content__navigation label {
        height: 48px;
        line-height: 49px; } }
    @media (min-width: 1780px) {
      .content__navigation label {
        background-color: #FFFFFF;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        border-bottom: 1px solid #ededed;
        box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.8); } }
    @media (min-width: 0px) and (max-width: 1779px) {
      .content__navigation label:after {
        transform: translateZ(0) rotateZ(45deg);
        transition: transform .2s ease;
        display: inline-block;
        content: '×';
        position: absolute;
        font-size: 2em;
        right: 21px;
        line-height: 1; } }
    @media (min-width: 0px) and (max-width: 991px) {
      .content__navigation label:after {
        top: 7px; } }
    @media (min-width: 992px) and (max-width: 1779px) {
      .content__navigation label:after {
        top: 11px; } }
  .content__navigation .content__navigation__wrapper {
    text-align: left;
    background-color: #FFFFFF;
    position: relative; }
    @media (min-width: 0px) and (max-width: 1779px) {
      .content__navigation .content__navigation__wrapper {
        pointer-events: none;
        position: absolute;
        bottom: 100%;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        transition: transform .2s ease, opacity .2s ease;
        transform: translateY(20px);
        opacity: 0; } }
    .content__navigation .content__navigation__wrapper .content__navigation__scroll {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      max-height: 350px;
      max-height: 35vh; }
      @media (min-width: 768px) {
        .content__navigation .content__navigation__wrapper .content__navigation__scroll {
          max-height: 500px;
          max-height: 35vh; } }
      .content__navigation .content__navigation__wrapper .content__navigation__scroll::-webkit-scrollbar {
        display: none; }
      .content__navigation .content__navigation__wrapper .content__navigation__scroll ul {
        position: relative; }
  .content__navigation li {
    margin-bottom: 0;
    border-bottom: 1px solid #E8E8E8; }
    .content__navigation li:last-child {
      border-right-width: 0;
      border-bottom-width: 0; }
    .content__navigation li a {
      font-size: 0.9em;
      display: block;
      padding: 5px 15px;
      background-color: transparent;
      color: #767676;
      transition: background-color .3s ease, box-shadow .3s ease; }
      .content__navigation li a:hover, .content__navigation li a.is_active {
        box-shadow: inset 4px 0 #00B4DB; }
      .content__navigation li a.is_active {
        color: #00B4DB; }

fieldset, .form__el__wrapper {
  margin: 0 0 15px;
  margin-bottom: 0.9em; }
  fieldset:last-child, .form__el__wrapper:last-child {
    margin-bottom: 0; }

.form__el.form__el--pill {
  padding-right: 1.2em;
  padding-left: 1.2em;
  border-radius: 9999px; }

.form__el.form__el--rounded {
  padding-right: 0.9em;
  padding-left: 0.9em;
  border-radius: 4px; }

.form__el, .form__el.form__el--square {
  padding-right: 0.7em;
  padding-left: 0.7em;
  border-radius: 0; }

.form__el, .form__el.form__el--light {
  border: 1px solid #e3e3e3;
  background-color: #FFFFFF;
  color: #767676; }
  .form__el::-webkit-input-placeholder, .form__el.form__el--light::-webkit-input-placeholder {
    color: darkgray;
    opacity: 1; }
  .form__el:-moz-placeholder {
    color: darkgray;
    opacity: 1; }
  .form__el::-moz-placeholder, .form__el.form__el--light::-moz-placeholder {
    color: darkgray;
    opacity: 1; }
  .form__el:-ms-input-placeholder {
    color: darkgray;
    opacity: 1; }
  .form__el:focus {
    background-color: #fafafa; }

.form__label__title .form__label__title--required {
  color: #EC5F5D; }

label.form__label__message, .form__custom__message, label.form__label__message.form__label__message--light, .form__custom__message.form__label__message--light {
  color: #EC5F5D; }

.form__el.form__el--dark {
  border: 1px solid #555555;
  background-color: #444444;
  color: #F5F5F5; }
  .form__el.form__el--dark::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  .form__el.form__el--dark:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  .form__el.form__el--dark::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  .form__el.form__el--dark:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  .form__el.form__el--dark:focus {
    background-color: #494949; }

.form__label__title.form__label__title--dark {
  color: #c2c2c2; }
  .form__label__title.form__label__title--dark .form__label__title--required {
    color: #ff3d3d; }

label.form__label__message.form__label__message--dark, .form__custom__message.form__label__message--dark {
  color: #ff3d3d; }

.form__el {
  background-image: none;
  display: block;
  margin: 0;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 100%;
  height: 3em;
  font-size: 1em;
  line-height: 1.6;
  appearance: none;
  box-sizing: border-box;
  transition: background-color .3s ease; }

.form__el:focus, .form__el:active {
  outline: 0;
  box-shadow: none; }

.form__el[disabled] {
  opacity: 1; }

.form__wrapper {
  position: relative;
  overflow: hidden; }

.form__response {
  position: relative;
  text-align: center;
  margin: 10px auto 40px;
  padding: 120px 60px 140px;
  border: 1px solid #E8E8E8;
  border-bottom-width: 0;
  width: 90%;
  box-shadow: inset 0 -10px 0 #E8E8E8, 0 10px 40px -10px rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .form__response {
      width: 50%; } }
  @media (min-width: 768px) {
    .form__response p {
      font-size: 1.1em; } }
  .form__response:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid #E8E8E8;
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -20px;
    top: 60px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3); }
  .form__response.form__response--success {
    box-shadow: inset 0 -10px 0 #67CC98, 0 10px 50px -10px rgba(0, 0, 0, 0.2); }
    .form__response.form__response--success:before {
      background-color: #67CC98; }
  .form__response.form__response--warning {
    box-shadow: inset 0 -10px 0 #FFB673, 0 10px 50px -10px rgba(0, 0, 0, 0.2); }
    .form__response.form__response--warning:before {
      background-color: #FFB673; }
  .form__response.form__response--error {
    box-shadow: inset 0 -10px 0 #EC5F5D, 0 10px 50px -10px rgba(0, 0, 0, 0.2); }
    .form__response.form__response--error:before {
      background-color: #EC5F5D; }

.form__response__action {
  display: block;
  margin-top: 30px; }

select {
  text-indent: 0.01px;
  text-overflow: '';
  background-image: url(img/icons/form_element__arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 0.7em;
  padding-right: 2.7em; }

input[type="search"] {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0; }

fieldset {
  border: 1px solid #E8E8E8;
  padding: 1em 1.3em 1.5em; }
  @media (min-width: 768px) {
    fieldset {
      padding: 1.2em 2em 2em; } }
  fieldset legend {
    padding: 0 0.6em;
    margin: 0 -0.7em;
    background-color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 300; }

textarea {
  resize: vertical;
  min-height: 10em; }

.form__label__title {
  display: block;
  margin-bottom: 3px; }
  .form__label__title sup {
    color: #00B4DB;
    margin-left: 5px;
    font-size: 1em;
    top: 0; }
  .form__label__title.form__label--inline {
    display: inline-block;
    margin-left: 15px; }
    .form__label__title.form__label--inline:first-child {
      margin-left: 0; }

label.form__label__message, .form__custom__message {
  display: block;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 0.9em; }
  label.form__label__message.hidden, .form__custom__message.hidden {
    display: none; }

.form__el__wrapper::after {
  content: "";
  clear: both;
  display: table; }

.form__el__distribute .radio--styled {
  margin-right: 25px; }
  .form__el__distribute .radio--styled:last-child {
    margin-right: 0; }

.checkbox--styled {
  cursor: pointer;
  display: inline-block; }
  .checkbox--styled span {
    position: relative;
    top: 2px;
    font-size: 0.9em;
    left: 2px; }
  .checkbox--styled input[type=checkbox] {
    appearance: none;
    border-radius: 0;
    border: 1px solid #E8E8E8;
    width: 20px;
    height: 20px; }
    .checkbox--styled input[type=checkbox][disabled] {
      background-color: #dbdbdb;
      border-color: #d1d1d1; }
  .checkbox--styled input[type=checkbox]:checked {
    background-color: #00B4DB;
    border-color: #00a3c7;
    background-image: url(img/icons/form_element__tick.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    color: #FFFFFF; }
    .checkbox--styled input[type=checkbox]:checked[disabled] {
      background-color: #dbdbdb;
      border-color: #d1d1d1; }
  .checkbox--styled input[type=checkbox]:focus {
    outline: none; }
  .checkbox--styled.country__opc {
    position: relative;
    top: 50px; }

.radio--styled {
  cursor: pointer;
  display: inline-block; }
  .radio--styled span {
    position: relative;
    top: 2px;
    font-size: 0.9em;
    left: 2px; }
  .radio--styled input[type=radio] {
    appearance: none;
    border: 1px solid #E8E8E8;
    width: 20px;
    height: 20px;
    border-radius: 9999px; }
    .radio--styled input[type=radio][disabled] {
      background-color: #dbdbdb;
      border-color: #d1d1d1; }
  .radio--styled input[type=radio]:checked {
    background-color: #00B4DB;
    border-color: #00a3c7;
    background-image: url(img/icons/form_element__circle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    color: #FFFFFF; }
    .radio--styled input[type=radio]:checked[disabled] {
      background-color: #dbdbdb;
      border-color: #d1d1d1; }
  .radio--styled input[type=radio]:focus {
    outline: none; }

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

form .hidden {
  display: none; }

@media (min-width: 768px) {
  .form__el--country__opc {
    float: right;
    margin-right: 0;
    position: relative;
    top: 50px; } }

.form__el--postcode {
  position: relative; }
  .form__el--postcode .form__el {
    padding-right: 3.3em; }
  .form__el--postcode .modal--postcode {
    position: absolute;
    right: 0.7em;
    margin-top: 0.55em;
    background-color: #dbdbdb;
    color: #FFFFFF;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 9999px;
    cursor: pointer;
    font-weight: bold; }

.modal {
  left: -100%;
  top: 0;
  right: 100%;
  bottom: 0;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 105;
  transition: left 0s .3s, right 0s .3s, opacity .3s ease;
  perspective: 100px; }
  .no-rgba .modal {
    background: url(../img/modal__bg.png) top left repeat; }
  .modal.is_open {
    pointer-events: all;
    cursor: pointer;
    left: 0;
    right: 0;
    opacity: 1;
    transition: left 0s, right 0s, opacity .3s ease; }
    .modal.is_open .modal__dialog {
      cursor: default;
      transform: scale(1); }
  .modal .modal__dialog {
    margin: 0 20px;
    padding: 2em;
    padding-right: 4em;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: scale(0);
    transition: transform .25s ease;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .modal .modal__dialog {
        margin-left: auto;
        margin-right: auto;
        width: 500px; } }

.modal__dismiss {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 1.5em;
  z-index: 1; }
  .no-inlinesvg .modal__dismiss {
    width: 20px;
    height: 20px; }
  .modal__dismiss .modal__dismiss__icon {
    fill: #e0e0e0;
    transition: fill .3s ease; }
  .no-touchevents .modal__dismiss .modal__dismiss__icon:hover {
    fill: #cccccc; }
  .modal__dismiss svg, .no-inlinesvg .modal__dismiss img {
    width: 20px;
    height: 20px; }

table {
  margin: 0 0 15px;
  margin-bottom: 0.9em;
  width: 100%; }
  table:last-child {
    margin-bottom: 0; }

.table {
  border-collapse: collapse; }
  @media (max-width: 767px) {
    .table {
      display: block; } }
  @media (min-width: 768px) {
    .table {
      table-layout: fixed; } }
  .table.table--bordered {
    border: 1px solid #ebebeb; }
  .table .table__head, .table thead {
    border-bottom: 1px solid #ebebeb;
    font-weight: bold; }
    @media (max-width: 767px) {
      .table .table__head, .table thead {
        display: none; } }
    .no-flexbox .table .table__head, .no-flexbox .table thead {
      display: table-header-group; }
  .table.table--striped .table__head .table__row, .table.table--striped .table__head tr, .table.table--striped thead .table__row, .table.table--striped thead tr {
    background-color: #f7f7f7; }
  @media (max-width: 767px) {
    .table tbody, .table tr {
      display: block; } }
  .no-flexbox .table {
    display: table;
    width: 100%; }

@media (max-width: 767px) {
  .table__header--sm {
    font-size: 1.1em;
    font-style: italic; } }

.table__head .table__title, .table__header .table__title, thead .table__title {
  font-weight: bold; }

.no-flexbox .table__body, .no-flexbox tbody {
  display: table-row-group; }

.table__row, tr {
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 767px) {
    .table__row, tr {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 768px) {
    .table__row, tr {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .table__row:first-child, tr:first-child {
      border-top: 1px solid #ebebeb; } }
  .table__row:last-child, tr:last-child {
    border-bottom: 0; }
    @media (max-width: 767px) {
      .table__row:last-child, tr:last-child {
        border-bottom: 1px solid #ebebeb; } }
  .no-flexbox .table__row, .no-flexbox tr {
    display: table-row; }
  .table--bordered .table__row, .table--bordered tr {
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .table--bordered .table__row:first-child, .table--bordered tr:first-child {
        border-top: 0; } }
    @media (max-width: 767px) {
      .table--bordered .table__row:last-child, .table--bordered tr:last-child {
        border-bottom: 0; } }
  .table--striped .table__row:nth-child(even), .table--striped tr:nth-child(even) {
    background-color: #f7f7f7; }
  .table__row .table__cell, .table__row td, .table__row th, tr .table__cell, tr td, tr th {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .table__row .table__cell, .table__row td, .table__row th, tr .table__cell, tr td, tr th {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .table__row .table__cell, .table__row td, .table__row th, tr .table__cell, tr td, tr th {
        flex: 1;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px; } }
    .table--bordered .table__row .table__cell, .table--bordered .table__row td, .table--bordered .table__row th, .table--bordered tr .table__cell, .table--bordered tr td, .table--bordered tr th {
      padding-left: 5px;
      padding-right: 5px; }
      @media (max-width: 767px) {
        .table--bordered .table__row .table__cell, .table--bordered .table__row td, .table--bordered .table__row th, .table--bordered tr .table__cell, .table--bordered tr td, .table--bordered tr th {
          border-bottom: 1px solid #fafafa; } }
      @media (min-width: 768px) {
        .table--bordered .table__row .table__cell, .table--bordered .table__row td, .table--bordered .table__row th, .table--bordered tr .table__cell, .table--bordered tr td, .table--bordered tr th {
          border-right: 1px solid #ebebeb;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px; } }
      .table--bordered .table__row .table__cell:last-child, .table--bordered .table__row td:last-child, .table--bordered .table__row th:last-child, .table--bordered tr .table__cell:last-child, .table--bordered tr td:last-child, .table--bordered tr th:last-child {
        border-right: 0;
        border-bottom: 0; }
    @media (max-width: 767px) {
      .table--striped .table__row .table__cell, .table--striped .table__row td, .table--striped .table__row th, .table--striped tr .table__cell, .table--striped tr td, .table--striped tr th {
        padding-left: 5px;
        padding-right: 5px; } }
    .no-flexbox .table__row .table__cell, .no-flexbox .table__row td, .no-flexbox .table__row th, .no-flexbox tr .table__cell, .no-flexbox tr td, .no-flexbox tr th {
      display: table-cell; }
    .no-flexbox .table--bordered .table__row .table__cell, .no-flexbox .table--bordered .table__row td, .no-flexbox .table--bordered .table__row th, .no-flexbox .table--bordered tr .table__cell, .no-flexbox .table--bordered tr td, .no-flexbox .table--bordered tr th {
      border-right: 1px solid #ebebeb;
      border-bottom: 0; }
      .no-flexbox .table--bordered .table__row .table__cell:last-child, .no-flexbox .table--bordered .table__row td:last-child, .no-flexbox .table--bordered .table__row th:last-child, .no-flexbox .table--bordered tr .table__cell:last-child, .no-flexbox .table--bordered tr td:last-child, .no-flexbox .table--bordered tr th:last-child {
        border-right: 0; }
    @media (max-width: 767px) {
      .table__row .table__cell > *, .table__row td > *, .table__row th > *, tr .table__cell > *, tr td > *, tr th > * {
        flex: 1; } }
    @media (min-width: 768px) {
      .table__row .table__cell .table__header, .table__row td .table__header, .table__row th .table__header, tr .table__cell .table__header, tr td .table__header, tr th .table__header {
        display: none; } }
    .no-flexbox .table__row .table__cell .table__header, .no-flexbox .table__row td .table__header, .no-flexbox .table__row th .table__header, .no-flexbox tr .table__cell .table__header, .no-flexbox tr td .table__header, .no-flexbox tr th .table__header {
      display: none; }

@media print {
  .document__footer, .document__header, .document__header_spacer {
    display: none; }
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  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; } }

#CAFDonateWidgetContainer iframe {
  width: 100% !important; }

.youtube__img {
  margin: -10% 0;
  overflow: hidden; }

.spinner__wrapper {
  position: fixed;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  opacity: 0;
  transition: left 0s .3s ease, right 0s .3s ease, opacity .3s ease; }
  .spinner__wrapper.is_loading {
    right: 0;
    left: 0;
    opacity: 1;
    transition: left 0s ease, right 0s ease, opacity .3s ease; }
  .spinner__wrapper.spinner--absolute {
    position: absolute;
    z-index: 1; }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: #00B4DB;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

.category li a {
  color: #EC5F5D; }

.footnotes {
  font-size: 0.9em;
  padding: 1em 0 0 0;
  border-top: 1px solid #E8E8E8;
  margin-top: 2em; }
  .footnotes li {
    position: relative;
    padding-left: 25px; }
    .footnotes li sup {
      display: block;
      left: 0;
      line-height: inherit;
      position: absolute;
      top: 0.1em;
      vertical-align: baseline; }
    .footnotes li a {
      word-break: break-all; }

.columns--2 {
  column-count: 2;
  column-gap: 40px;
  white-space: nowrap; }

.article__tag {
  position: relative;
  font-size: 0.85em;
  padding: 5px 1em;
  background-color: #EC5F5D;
  color: #FFFFFF;
  z-index: 1;
  display: inline-block;
  border-radius: 4px; }
  .article__tag:hover {
    text-decoration: none; }
  .content__sharing .article__tag {
    background-color: #A59E9E; }
  .article__tag.article__tag--top {
    position: absolute;
    margin-left: 0;
    left: 0;
    top: 1.5em; }
    .article__card .article__tag.article__tag--top {
      left: -1px; }
  .article__tag.article__tag--bottom {
    position: absolute;
    margin-left: 0;
    left: 0;
    bottom: 1.5em; }
    .article__card .article__tag.article__tag--bottom {
      left: -1px; }
  .article__tag.article__tag--pull_left {
    padding-left: 1.95em;
    border-radius: 0 4px 4px 0; }
  .article__tag.article__tag--pull_right {
    float: right;
    padding: 2px 0.5em;
    font-weight: bold;
    margin-left: 10px; }
  .article__tag.article__tag--keylined {
    background-color: transparent;
    border: 1px solid #beb8b8;
    color: #A59E9E; }

@media (min-width: 992px) {
  .featured__card--flex_wrapper {
    display: flex; } }

.featured__card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #767676;
  color: #FFFFFF;
  padding: 1.5em;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .featured__card[class*=col] .featured__card--content {
      max-width: 100%; } }
  .featured__card .featured__card__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3; }
  @media (min-width: 992px) {
    .featured__card.featured__card--third {
      float: left;
      clear: none;
      width: 32.66667%;
      margin-left: 0;
      margin-right: 1%; }
      .featured__card.featured__card--third:last-child {
        margin-right: 0; } }
  .featured__card.featured__card--minheight {
    background-position: top left;
    min-height: 200px;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .featured__card.featured__card--minheight {
        min-height: 350px; } }
  .featured__card > .article__tag.article__tag--pull_left.article__tag--top + .featured__card--content {
    margin-top: 3em; }
  .featured__card h1, .featured__card h2, .featured__card h3 {
    font-size: 1.8em;
    color: #FFFFFF; }
    @media (min-width: 992px) {
      .featured__card h1, .featured__card h2, .featured__card h3 {
        font-size: 2.25em; } }
  .featured__card .featured__card--content {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .featured__card .featured__card--content {
        max-width: 90%; } }
  .featured__card:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); }
  .featured__card.mp-votes picture, .featured__card.mp-votes img, .featured__card.read-theology picture, .featured__card.read-theology img, .featured__card.listen-podcast picture, .featured__card.listen-podcast img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .featured__card.mp-votes img, .featured__card.read-theology img, .featured__card.listen-podcast img {
    object-fit: cover;
    width: 100%; }

.content .content__meta, .secondary__block .content__meta {
  margin-bottom: 0.5em; }
  .content .content__meta:last-child, .secondary__block .content__meta:last-child {
    margin-bottom: 0; }

.post__content {
  position: relative;
  *zoom: 1; }
  .post__content:before, .post__content:after {
    content: '';
    display: table; }
  .post__content:after {
    clear: both; }
  .post__content .jwplayer {
    margin: 0 0 15px;
    margin-bottom: 1.2rem; }
  .post__content .post__content__aside {
    width: auto; }
    @media (min-width: 992px) {
      .post__content .post__content__aside {
        float: left;
        width: 35%; } }
  @media (min-width: 992px) {
    .post__content .post__content__body {
      float: right;
      width: 60%;
      min-height: 500px; } }

.subtitle {
  font-style: italic;
  color: #A59E9E; }

.group__heading, .page__heading {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 2em;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .group__heading > *, .page__heading > * {
    margin-bottom: 1rem !important; }
  .group__heading h1, .group__heading h2, .group__heading h3, .page__heading h1, .page__heading h2, .page__heading h3 {
    float: left;
    line-height: 1.2;
    margin-right: 10px; }
  .group__heading .subtitle, .page__heading .subtitle {
    font-size: 1.3em;
    clear: left;
    flex-basis: 100%; }
  .group__heading .btn, .page__heading .btn {
    float: right; }
  .secondary__block .group__heading, .secondary__block .page__heading {
    margin-top: 0;
    margin-bottom: 1.2em; }
    .secondary__block .group__heading > *, .secondary__block .page__heading > * {
      margin-bottom: 0.8rem !important; }

.page__heading h1 {
  text-wrap: balance; }

hr {
  border: 0;
  border-bottom: 1px solid #E8E8E8; }

.list {
  padding-left: 1.2em; }
  .list li {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 0.8em;
    margin-bottom: 0.2em; }

.list__numbers {
  padding-left: 1.2em; }
  .list__numbers li {
    display: list-item;
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 0.8em;
    margin-bottom: 0.2em; }

.list__letters, .post__content .list__letters {
  padding-left: 1.2em; }
  .list__letters li, .post__content .list__letters li {
    display: list-item;
    list-style-type: upper-alpha;
    list-style-position: outside;
    padding-left: 0.8em;
    margin-bottom: 0.2em; }

.list__links__header {
  margin-bottom: 0.4em;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic; }

.list__links, .post__content .list__links {
  margin-bottom: 1.2em; }
  .list__links:last-child, .post__content .list__links:last-child {
    margin-bottom: 0; }
  .list__links li, .post__content .list__links li {
    margin-bottom: 0;
    border-bottom: 1px solid #E8E8E8; }
    .list__links li:first-child, .post__content .list__links li:first-child {
      border-top: 1px solid #E8E8E8; }
  .list__links a, .post__content .list__links a {
    color: #767676;
    background-color: transparent;
    padding: 0.3em 0.5em;
    display: block;
    transition: none; }
    .list__links a:hover, .list__links a.is_active, .post__content .list__links a:hover, .post__content .list__links a.is_active {
      color: #EC5F5D;
      background-color: #f7f7f7; }
  .secondary__block .list__links, .secondary__block .post__content .list__links {
    margin-bottom: 0.9em; }
    .secondary__block .list__links:last-child, .secondary__block .post__content .list__links:last-child {
      margin-bottom: 0; }
    .secondary__block .list__links a, .secondary__block .post__content .list__links a {
      font-size: 0.9em; }

.list__vote {
  margin-bottom: 1.5em;
  border: 2px solid #00B4DB;
  padding: 2em; }
  .list__vote li {
    background-repeat: no-repeat;
    background-position: left 0.2em;
    background-size: 20px;
    padding: 0 0 25px 40px;
    margin-bottom: 0; }
    .list__vote li:last-child {
      padding-bottom: 0; }
  .list__vote .right {
    background-image: url(img/icons/vote--right.svg); }
  .list__vote .wrong {
    background-image: url(img/icons/vote--wrong.svg); }
  .list__vote .neutral {
    background-image: url(img/icons/vote--absent.svg); }
  .list__vote .note {
    padding-left: 0;
    font-style: italic; }
  .list__vote:last-child {
    margin-bottom: 0; }

.content__block, .secondary__block {
  *zoom: 1;
  padding: 1.5em;
  position: relative;
  border: 1px solid #E8E8E8; }
  .content__block:before, .secondary__block:before, .content__block:after, .secondary__block:after {
    content: '';
    display: table; }
  .content__block:after, .secondary__block:after {
    clear: both; }

.content__block {
  margin-bottom: 1.5em; }
  .content__block:last-child {
    margin-bottom: 0; }

.secondary__block {
  background-color: #fbfbfb; }
  aside .secondary__block {
    margin-bottom: 1.5em; }
    aside .secondary__block:last-child {
      margin-bottom: 0; }
  .secondary__block .secondary__block--icon {
    float: right; }
  .secondary__block.featured {
    background-color: #A59E9E;
    background-image: linear-gradient(to right, #A59E9E, #918989);
    border-color: #9b9393; }
    .secondary__block.featured h1, .secondary__block.featured h2, .secondary__block.featured h3, .secondary__block.featured h4, .secondary__block.featured h5, .secondary__block.featured h6, .secondary__block.featured li, .secondary__block.featured p {
      color: #FFFFFF; }
  .secondary__block.strip {
    padding: 3em 1.25em;
    text-align: center; }
  .secondary__block.no__padding {
    padding: 0; }
    .secondary__block.no__padding .padded__content {
      padding: 1.5em; }
  .secondary__block .important {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    display: block; }

ul.vert-social a {
  display: inline-flex; }
  ul.vert-social a img {
    width: 21px;
    margin-right: 5px; }

ul.social {
  display: inline-block; }
  ul.social li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5em; }
    ul.social li:last-child {
      margin-right: 0; }

.owl-dots {
  text-align: center;
  padding-top: 5px; }
  .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #5d5d5d; }
    .owl-dots .owl-dot.active {
      background-color: #EC5F5D; }
    .owl-dots .owl-dot:last-child {
      margin-right: 0; }

[video-main] {
  position: relative; }

.owl-nav .owl-prev, .owl-nav .owl-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  user-select: none; }

.owl-nav .owl-prev {
  left: 0; }
  .owl-nav .owl-prev:hover .card__nav--prev, .owl-nav .owl-prev.is_showing .card__nav--prev {
    left: -1px; }

.owl-nav .owl-next {
  right: 0; }
  .owl-nav .owl-next:hover .card__nav--next, .owl-nav .owl-next.is_showing .card__nav--next {
    right: -1px; }

.owl-nav .card__nav {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  background-color: #FFFFFF;
  display: block;
  padding: 0 10px;
  height: 50px;
  line-height: 48px;
  box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.5);
  transition: .3s ease all; }
  .owl-nav .card__nav img {
    width: 12px;
    height: auto; }
  .owl-nav .card__nav.card__nav--prev {
    left: -45px;
    border-radius: 0 10px 10px 0; }
    .owl-nav .card__nav.card__nav--prev img {
      margin-right: 6px; }
  .owl-nav .card__nav.card__nav--next {
    right: -45px;
    border-radius: 10px 0 0 10px; }
    .owl-nav .card__nav.card__nav--next img {
      margin-left: 6px; }

.article__cards {
  margin-bottom: -1.5em; }
  .article__cards .article__card {
    margin-bottom: 1.5em; }

.article__card {
  position: relative;
  background-color: #fbfbfb;
  border: 1px solid #E8E8E8; }
  .article__card .image {
    overflow: hidden;
    position: relative; }
    .article__card .image img {
      width: 100%;
      height: auto;
      display: block; }
    .article__card .image.video {
      background-position: center;
      aspect-ratio: 16/9;
      background-size: cover; }
  .article__card .content {
    padding: 1.5em; }
    @media (min-width: 480px) and (max-width: 767px) {
      .article__card .content h3 {
        font-size: 1.3em;
        font-weight: normal; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .article__card.article__card--image_left {
      display: flex; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .article__card.article__card--image_left .image {
      width: 30%;
      display: flex; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .article__card.article__card--image_left .image img {
      width: auto;
      height: 100%;
      position: absolute;
      display: block;
      max-width: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .article__card.article__card--image_left .content {
      width: 70%; } }
  .article__card.article__half .image {
    height: 250px; }
    .article__card.article__half .image a {
      display: block;
      width: 100%;
      height: 100%; }
  @media (min-width: 992px) {
    .article__card.article__half .image {
      width: 50%;
      float: left;
      height: 390px !important;
      background-size: cover; }
    .article__card.article__half .content {
      width: 50%;
      float: left; } }

@media (min-width: 480px) and (max-width: 991px) {
  .article__card--vertical {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .article__card--vertical:nth-of-type(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .article__card--vertical:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .article__card--vertical:nth-of-type(2n + 1) {
      clear: both; } }

.article__card--vertical .image {
  position: relative;
  margin-bottom: 1em; }
  .article__card--vertical .image img {
    display: block;
    width: 100%;
    height: auto; }

@media (min-width: 480px) and (max-width: 767px) {
  .article__card--vertical .content h3 {
    font-size: 1.3em;
    font-weight: normal; } }

.article__strips--grid, .article__strips--grid .article__strip--group {
  width: 100%;
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -0.95em; }
  .article__strips--grid:before, .article__strips--grid:after, .article__strips--grid .article__strip--group:before, .article__strips--grid .article__strip--group:after {
    content: '';
    display: table; }
  .article__strips--grid:after, .article__strips--grid .article__strip--group:after {
    clear: both; }
  .article__strips--grid:before, .article__strips--grid:after, .article__strips--grid .article__strip--group:before, .article__strips--grid .article__strip--group:after {
    content: none; }

.article__strips--grid.owl-loaded .article__strip--group {
  padding: 1.5em; }
  .article__strips--grid.owl-loaded .article__strip--group .owl-stage-outer {
    margin-bottom: 0; }
  .article__strips--grid.owl-loaded .article__strip--group .article__strip--sm {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0.8em;
    margin-bottom: 0.95em; }

.carousel {
  margin-top: 1.5em; }
  @media (max-width: 479px) {
    .carousel.carousel--lg {
      display: none !important; } }
  @media (min-width: 480px) {
    .carousel.carousel--sm {
      display: none !important; } }

.owl-carousel .owl-item img {
  display: inherit !important;
  width: inherit !important; }

.owl-loaded {
  margin-top: 0;
  overflow: hidden;
  display: none; }

.secondary__block .owl-carousel {
  margin: 0 -1.5em;
  width: auto; }
  .secondary__block .owl-carousel .owl-item, .secondary__block .owl-carousel > .article__strip--group {
    padding: 0 1.5em; }

#viewer {
  height: 320px; }
  @media (min-width: 500px) {
    #viewer {
      height: 520px; } }

.article__strips--grid .owl-stage-outer:before, .article__strips--grid .owl-stage-outer:after, .article__strips--list .owl-stage-outer:before, .article__strips--list .owl-stage-outer:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 0, transparent 9px);
  z-index: 4; }

.article__strips--grid .owl-stage-outer:before, .article__strips--list .owl-stage-outer:before {
  left: -10px; }

.article__strips--grid .owl-stage-outer:after, .article__strips--list .owl-stage-outer:after {
  right: -10px; }

.article__strip--sm, .article__strip--lg {
  *zoom: 1;
  font-size: 0.9em;
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
  padding-bottom: 0.8em;
  margin-bottom: 0.95em; }
  .article__strip--sm:before, .article__strip--sm:after, .article__strip--lg:before, .article__strip--lg:after {
    content: '';
    display: table; }
  .article__strip--sm:after, .article__strip--lg:after {
    clear: both; }
  .article__strip--sm[video-thumb] .image:before, .article__strip--sm[video-thumb] .image:after, .article__strip--lg[video-thumb] .image:before, .article__strip--lg[video-thumb] .image:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer; }
  .article__strip--sm[video-thumb] .image:before, .article__strip--lg[video-thumb] .image:before {
    border-width: 18px 0 18px 30px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
    margin-left: -12px;
    margin-top: -18px; }
  .article__strip--sm[video-thumb] .image:after, .article__strip--lg[video-thumb] .image:after {
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #FFFFFF;
    margin-left: -10px;
    margin-top: -14px; }
  .article__strip--sm h3, .article__strip--lg h3 {
    font-size: 1.15em;
    margin-bottom: 0.3em;
    font-weight: normal; }
    .article__strip--sm h3:last-child, .article__strip--lg h3:last-child {
      margin-bottom: 0; }
  .article__strip--sm p, .article__strip--lg p {
    margin-bottom: 0.2em; }
  .article__strip--sm .icon, .article__strip--lg .icon {
    float: left;
    width: 40px; }
    .article__strip--sm .icon + .content, .article__strip--lg .icon + .content {
      float: left;
      width: calc(100% - 40px);
      padding-left: 10px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .article__strip--sm .icon + .content h3, .article__strip--lg .icon + .content h3 {
          font-size: 1.1em; } }
  .article__strip--sm .image, .article__strip--lg .image {
    position: relative;
    float: left;
    width: 100px;
    text-align: center;
    overflow: hidden; }
    .article__strip--sm .image img, .article__strip--lg .image img {
      max-height: 75px; }
    .article__strip--sm .image.image--overlay:before, .article__strip--lg .image.image--overlay:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 180, 219, 0.05); }
    .article__strip--sm .image + .content, .article__strip--lg .image + .content {
      float: left;
      width: calc(100% - 100px);
      padding-left: 10px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .article__strip--sm .image + .content h3, .article__strip--lg .image + .content h3 {
          font-size: 1.1em; } }
    .article__strip--sm .image.video, .article__strip--lg .image.video {
      background-position: center;
      aspect-ratio: 16/9;
      background-size: cover; }
  .article__strip--sm .resource, .article__strip--lg .resource {
    display: block;
    background: url(img/icons/icon__download.svg);
    background-repeat: no-repeat;
    background-position: right 0.2em;
    background-size: 12px; }
  .article__strip--sm .download__icon .pub__icon, .article__strip--lg .download__icon .pub__icon {
    float: right; }
    .article__strip--sm .download__icon .pub__icon img, .article__strip--lg .download__icon .pub__icon img {
      width: 12px; }
  .article__strips--list .article__strip--sm:last-child, .article__strips--list .article__strip--lg:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

@media (min-width: 480px) {
  .article__strips--grid .article__strip--sm {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .article__strips--grid .article__strip--sm:nth-of-type(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .article__strips--grid .article__strip--sm:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .article__strips--grid .article__strip--sm:nth-of-type(2n + 1) {
      clear: both; } }

@media (min-width: 768px) {
  .article__strips--grid .article__strip--lg {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .article__strips--grid .article__strip--lg:nth-of-type(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .article__strips--grid .article__strip--lg:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .article__strips--grid .article__strip--lg:nth-of-type(2n + 1) {
      clear: both; } }

.content__meta, .content__navigation--sm {
  font-size: 0.9em;
  list-style-type: none;
  margin: 0; }
  .content__meta li, .content__navigation--sm li {
    display: inline-block;
    margin: 0;
    line-height: 1; }
    .content__meta li a:hover, .content__navigation--sm li a:hover {
      text-decoration: underline; }
    .content__meta li:after, .content__navigation--sm li:after {
      content: "|";
      padding-left: 5px;
      padding-right: 5px; }
    .content__meta li:last-child:after, .content__navigation--sm li:last-child:after {
      content: '';
      padding: 0; }

.content__navigation--sm {
  margin-bottom: 1em; }
  .content__navigation--sm:last-child {
    margin-bottom: 0; }

.tag__text, .tag__img {
  display: inline-block; }

.tag__img {
  margin-left: 2px;
  height: 1em;
  opacity: 0.6; }

ul.content__resources {
  *zoom: 1;
  display: block; }
  ul.content__resources:before, ul.content__resources:after {
    content: '';
    display: table; }
  ul.content__resources:after {
    clear: both; }
  ul.content__resources:last-child {
    margin-bottom: 0; }
  ul.content__resources li {
    display: block;
    float: left;
    margin-right: 0.5em; }
    ul.content__resources li:last-child {
      margin-right: 0; }

.latest__podcast {
  background-repeat: no-repeat;
  background-position: top 1.5em right 1.5em;
  background-image: url(img/icons/icon__audio--white.svg);
  background-color: #424242; }
  .latest__podcast header, .latest__podcast h1, .latest__podcast h2, .latest__podcast h3, .latest__podcast h4, .latest__podcast p, .latest__podcast ul {
    color: #FFFFFF; }
  .latest__podcast .jwplayer {
    margin-bottom: 5px; }
    .latest__podcast .jwplayer:last-child {
      margin-bottom: 0; }
  .latest__podcast p {
    font-size: 0.9em; }
  .latest__podcast .page__heading, .latest__podcast .group__heading {
    border-bottom-color: #767676; }

.article__strip {
  *zoom: 1;
  display: block;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 1.5em; }
  .article__strip:before, .article__strip:after {
    content: '';
    display: table; }
  .article__strip:after {
    clear: both; }
  .article__strip .image {
    float: left;
    width: 60px; }
    @media (min-width: 768px) {
      .article__strip .image {
        width: 110px; } }
    .article__strip .image img {
      max-height: 150px;
      float: left;
      margin-bottom: 0.5em; }
    .article__strip .image + .content {
      float: left;
      padding-left: 20px;
      width: calc(100% - 60px); }
      @media (min-width: 768px) {
        .article__strip .image + .content {
          width: calc(100% - 110px); } }
  .article__strip:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

.date__published {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #767676;
  font-weight: 900;
  margin-bottom: 0.5em; }

.download__icon .pub__icon {
  float: right; }
  .download__icon .pub__icon img {
    width: 12px; }

.strapline {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 300; }
  @media (min-width: 768px) {
    .strapline {
      text-align: center;
      letter-spacing: 0.18em; } }

.document__footer {
  z-index: 2;
  position: relative;
  background: url(img/logo__watermark.svg) no-repeat #FFFFFF;
  background-position: top -50px right -50px;
  font-size: 0.9em;
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.04); }
  @media (min-width: 992px) {
    .document__footer {
      font-size: 1em; } }
  .document__footer:before {
    content: '';
    border-top: 1px solid #E8E8E8;
    position: absolute;
    top: 0px;
    width: 100%; }
  .document__footer .footer__mailing {
    margin-bottom: 1.5em; }
    @media (min-width: 768px) {
      .document__footer .footer__mailing {
        position: absolute;
        top: 0;
        margin-top: -25px;
        width: 100%;
        left: 0;
        text-align: center;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .document__footer .footer__mailing form {
        display: inline-block;
        *zoom: 1; }
        .document__footer .footer__mailing form:before, .document__footer .footer__mailing form:after {
          content: '';
          display: table; }
        .document__footer .footer__mailing form:after {
          clear: both; } }
    .document__footer .footer__mailing .form__el {
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .document__footer .footer__mailing .form__el {
          float: left;
          width: 400px;
          height: 50px;
          padding-top: 0;
          padding-bottom: 0;
          margin-bottom: 0; } }
    .document__footer .footer__mailing button {
      width: 100%;
      white-space: nowrap;
      padding-top: 1em;
      padding-bottom: 1em; }
      @media (min-width: 768px) {
        .document__footer .footer__mailing button {
          display: block;
          float: left;
          height: 50px;
          padding-top: 0;
          padding-bottom: 0;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          width: calc(100% - 400px); } }
  .document__footer .footer__content {
    padding: 1em 0; }
    @media (min-width: 768px) {
      .document__footer .footer__content {
        padding: 6em 0 3.5em; } }
  .document__footer .footer__columns {
    margin-bottom: 1.5em; }
    @media (min-width: 768px) {
      .document__footer .footer__columns {
        margin-bottom: 2em;
        text-align: center;
        display: flex;
        justify-content: center; } }
    .document__footer .footer__columns .footer__column {
      margin-bottom: 1.5em; }
      @media (min-width: 768px) {
        .document__footer .footer__columns .footer__column {
          display: inline-block;
          text-align: left;
          vertical-align: top;
          margin-bottom: 0;
          border-right: 1px solid #E8E8E8;
          padding-right: 1.5em;
          margin-right: 2em;
          padding-bottom: 10px;
          padding-top: 10px; } }
      @media (min-width: 992px) {
        .document__footer .footer__columns .footer__column {
          padding-right: 4em;
          margin-right: 3em; } }
      .document__footer .footer__columns .footer__column:last-child {
        border-right-width: 0;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .document__footer .footer__columns .footer__column .columns--2 {
          width: 50%; } }
      .document__footer .footer__columns .footer__column li {
        margin-bottom: 0; }
      .document__footer .footer__columns .footer__column a {
        color: inherit; }
  @media (min-width: 768px) {
    .document__footer .registered_office {
      text-align: center; } }
  .document__footer .charity {
    font-size: 0.85em; }
    @media (min-width: 768px) {
      .document__footer .charity {
        font-size: 0.8em;
        margin: 0 auto;
        width: 80%;
        text-align: center; } }
    @media (min-width: 992px) {
      .document__footer .charity {
        width: 60%; } }
  .document__footer .bottom {
    border-top: 1px solid #E8E8E8;
    background-color: #fbfbfb;
    clear: both;
    padding: 0.5em 0;
    font-size: 0.9em;
    *zoom: 1; }
    .document__footer .bottom:before, .document__footer .bottom:after {
      content: '';
      display: table; }
    .document__footer .bottom:after {
      clear: both; }
    @media (min-width: 768px) {
      .document__footer .bottom {
        padding: 1.5em 0; } }
    .document__footer .bottom p {
      margin-bottom: 3px; }
      @media (min-width: 768px) {
        .document__footer .bottom p {
          margin-bottom: 0; } }
      .document__footer .bottom p:last-child {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .document__footer .copyright {
      float: left; } }
  @media (min-width: 768px) {
    .document__footer .website_author {
      float: right; } }

.breadcrumb {
  font-size: 0.9em;
  margin-bottom: 1.5em; }
  .breadcrumb ol {
    *zoom: 1;
    padding: 0;
    margin: 0; }
    .breadcrumb ol:before, .breadcrumb ol:after {
      content: '';
      display: table; }
    .breadcrumb ol:after {
      clear: both; }
  .breadcrumb li {
    display: inline;
    margin: 0;
    margin-right: 0.5em;
    color: #767676;
    list-style: none; }
    .breadcrumb li:after {
      content: "\003E";
      margin-left: 0.5em; }
    .breadcrumb li:last-child {
      color: #EC5F5D;
      margin-right: 0; }
      .breadcrumb li:last-child:after {
        display: none; }
    .breadcrumb li a {
      color: #767676; }
      .breadcrumb li a:hover {
        color: #00B4DB; }

.single-news .content__info {
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #E8E8E8; }
  @media (min-width: 768px) {
    .single-news .content__info {
      padding-top: 1em; } }

.featured__image {
  margin: 0 0 1.5em 0; }
  @media (min-width: 480px) {
    .featured__image {
      width: 40%;
      float: right;
      margin: 0 0 1em 1em; } }
  @media (min-width: 768px) {
    .featured__image {
      width: 35%; } }
  @media (min-width: 992px) {
    .featured__image {
      width: 100%;
      float: none;
      margin: 0 0 1.5em 0; } }
  .featured__image img {
    width: 100%;
    display: block; }
  @media (min-width: 992px) {
    .featured__image.featured__image--sm {
      width: 35%;
      float: left; } }

.featured__image__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  line-height: 1;
  padding: 0.4em 0.6em;
  font-size: 0.8em; }
  @media (min-width: 768px) {
    .featured__image__copyright {
      font-size: 0.9em; } }

.post__page .article__strip {
  margin-top: 1.5em;
  border-top: 1px solid #E8E8E8;
  padding-top: 1.5em; }

@media (max-width: 991px) {
  .post__page .news__block {
    padding: 1.5em;
    border: 1px solid #E8E8E8;
    border-left: 3px solid #00B4DB;
    clear: both; } }

.post__page .news__block h4 {
  font-size: 1.1em; }

.post__page .news__block h5 {
  font-size: 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 0.3em; }

.post__page .news__links {
  font-size: 0.95em; }
  .post__page .news__links li {
    line-height: 1.4; }
  .post__page .news__links a {
    color: #767676;
    background-repeat: no-repeat;
    background-position: center left; }
    .post__page .news__links a:hover {
      text-decoration: underline; }
  .post__page .news__links a[href^="http://"] {
    background-image: url(img/icons/tiny__external__icon.svg);
    padding-left: 1.2em;
    background-size: 12px auto; }
  .post__page .news__links a[href$=".pdf"] {
    background-image: url(img/icons/icon__pdf--tertiary.svg); }

.wp-pagenavi {
  display: block;
  text-align: center;
  font-size: 0.9em; }
  .wp-pagenavi .pages {
    display: block; }
  .wp-pagenavi .current {
    background: #A59E9E;
    color: #FFFFFF; }
  .wp-pagenavi a {
    color: #767676;
    padding: 5px;
    margin: 5px;
    display: inline-block; }
  .wp-pagenavi span {
    padding: 8px 15px;
    display: inline-block; }

header.cat__page {
  border-bottom: 1px solid #E8E8E8;
  overflow: auto; }
  header.cat__page .page__title {
    float: left;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em; }
  header.cat__page .filter__by {
    float: right; }
    header.cat__page .filter__by span {
      line-height: 2.7;
      font-size: 0.9em;
      font-weight: bold; }
    header.cat__page .filter__by .btn {
      background: #00B4DB;
      line-height: 1.2em;
      color: #FFFFFF; }
  header.cat__page .third__part {
    float: left;
    display: inline-block;
    margin-right: 0.5em; }
    header.cat__page .third__part select {
      width: 200px; }
  @media (max-width: 991px) {
    header.cat__page .page__title, header.cat__page .filter__by {
      float: none; }
    header.cat__page .filter__by {
      margin-bottom: 1em;
      overflow: auto; } }

.search__box {
  position: fixed;
  left: -100%;
  top: 0;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transition: left 0s .3s, right 0s .3s, opacity .3s ease, transform .3s ease;
  background-color: #FFFFFF;
  z-index: 107; }
  .search__box.is_open {
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: left 0s, right 0s, opacity .3s ease, transform .3s ease; }
  .search__box .container {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100vh;
    padding-top: 4em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em; }
    @media (min-width: 768px) {
      .search__box .container {
        *zoom: 1;
        padding-top: 6em;
        padding-bottom: 3em;
        padding-left: 3em;
        padding-right: 3em; }
        .search__box .container:before, .search__box .container:after {
          content: '';
          display: table; }
        .search__box .container:after {
          clear: both; } }
  .search__box .icon__dismiss {
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 1em; }
    @media (min-width: 768px) {
      .search__box .icon__dismiss {
        right: 30px;
        top: 30px; } }
    .search__box .icon__dismiss img {
      width: 26px;
      height: 26px; }

.search__fields {
  position: relative;
  z-index: 1;
  *zoom: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 1.5em; }
  .search__fields:before, .search__fields:after {
    content: '';
    display: table; }
  .search__fields:after {
    clear: both; }

.search__form {
  clear: both;
  *zoom: 1; }
  .search__form:before, .search__form:after {
    content: '';
    display: table; }
  .search__form:after {
    clear: both; }
  .search__form:last-child {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .search__form:last-child {
        margin-bottom: 0; } }
  .search__form input[type="search"] {
    border-radius: 4px 0 0 4px;
    border-color: #E8E8E8;
    background-color: transparent;
    font-size: 1.3em;
    float: left;
    height: 45px;
    width: 90%;
    width: calc(100% - 60px); }
    @media (min-width: 768px) {
      .search__form input[type="search"] {
        height: 65px;
        width: calc(100% - 150px); } }
  .search__form button {
    height: 45px;
    width: 60px;
    line-height: 1;
    float: left;
    border-radius: 0 4px 4px 0;
    appearance: none;
    transition: background-color .3s ease, color .3s ease;
    background-color: #767676;
    border: 1px solid #767676;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .search__form button {
        height: 65px;
        width: 150px; } }
    .search__form button:hover {
      background-color: #6e6e6e;
      border-color: #6e6e6e; }
    .search__form button:focus {
      outline: 0; }
    .search__form button img {
      width: 20px; }

.search__tabs {
  *zoom: 1; }
  .search__tabs:before, .search__tabs:after {
    content: '';
    display: table; }
  .search__tabs:after {
    clear: both; }
  .search__tabs .search__tab, .search__tabs .search__sort {
    display: block;
    float: left;
    text-align: center;
    font-size: 0.85em;
    height: 40px;
    line-height: 40px;
    border: 2px solid #E8E8E8;
    color: #767676;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #FFFFFF;
    transition: border-color .3s ease, background-color .3s ease, color .3s ease; }
    @media (max-width: 767px) {
      .search__tabs .search__tab, .search__tabs .search__sort {
        margin-bottom: 5px; } }
    @media (min-width: 768px) {
      .search__tabs .search__tab, .search__tabs .search__sort {
        height: 60px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .search__tabs .search__tab:last-child, .search__tabs .search__sort:last-child {
        margin-bottom: 0; } }
    .search__tabs .search__tab:hover, .search__tabs .search__tab:focus, .search__tabs .search__sort:hover, .search__tabs .search__sort:focus {
      color: #EC5F5D;
      border-color: #EC5F5D; }
  .search__tabs .search__sort__wrap, .search__tabs .search__filter__wrap {
    *zoom: 1; }
    .search__tabs .search__sort__wrap:before, .search__tabs .search__sort__wrap:after, .search__tabs .search__filter__wrap:before, .search__tabs .search__filter__wrap:after {
      content: '';
      display: table; }
    .search__tabs .search__sort__wrap:after, .search__tabs .search__filter__wrap:after {
      clear: both; }
  .search__tabs .search__tab.is_active {
    color: #FFFFFF;
    background-color: #EC5F5D;
    border-color: #eb5654; }
    @media (min-width: 768px) {
      .search__tabs .search__tab.is_active {
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); } }
  .search__tabs .search__sort {
    color: #767676; }
    .search__tabs .search__sort.is_active {
      color: #EC5F5D;
      border-color: #EC5F5D; }
      @media (min-width: 768px) {
        .search__tabs .search__sort.is_active {
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02); } }
  .search__tabs .search__tab__title {
    margin-bottom: 3px; }
  @media (max-width: 767px) {
    .search__tabs .search__tab:first-of-type, .search__tabs .search__sort:first-of-type {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .search__tabs .search__tab:last-of-type, .search__tabs .search__sort:last-of-type {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .search__tabs .search__tab {
      width: 33%; }
      .search__tabs .search__tab:nth-of-type(2) {
        border-radius: 0; }
    .search__tabs .search__sort {
      width: 50%; } }
  @media (min-width: 768px) {
    .search__tabs .search__tab {
      float: left;
      clear: none;
      width: 32%;
      margin-left: 0;
      margin-right: 2%; }
      .search__tabs .search__tab:last-child {
        margin-right: 0; }
    .search__tabs .search__sort {
      float: left;
      clear: none;
      width: 49%;
      margin-left: 0;
      margin-right: 2%; }
      .search__tabs .search__sort:last-child {
        margin-right: 0; }
    .search__tabs .search__sort__wrap, .search__tabs .search__filter__wrap {
      float: left; }
    .search__tabs .search__filter__wrap {
      width: 63.6667%;
      margin-right: 5%; }
    .search__tabs .search__sort__wrap {
      width: 31.3333%; } }

.page__count {
  display: block;
  text-align: center;
  font-size: 0.9em;
  margin-top: 2em; }
  .page__count p {
    margin-bottom: 3px;
    line-height: 1;
    display: inline; }
  .page__count a {
    color: #767676; }
    .page__count a.is_active {
      color: #EC5F5D; }

@media (min-width: 768px) {
  .sitemap {
    column-gap: 40px;
    column-count: 2; } }

@media (min-width: 992px) {
  .sitemap {
    column-count: 3; } }

@media (min-width: 1070px) {
  .sitemap {
    column-count: 4; } }

.sitemap header {
  padding: 0.5em 0;
  border-bottom: 1px solid #E8E8E8;
  font-weight: normal;
  font-size: 1.2em; }
  .sitemap header a {
    position: relative; }
    .sitemap header a:before, .sitemap header a:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #c3c3c3;
      backface-visibility: hidden;
      right: 0;
      transform-origin: 9px 50%; }
    .sitemap header a:before {
      transform: rotate(45deg); }
    .sitemap header a:after {
      transform: rotate(-45deg); }

.sitemap a {
  display: block; }

.sitemap ul {
  font-size: 0.9em; }
  .sitemap ul li {
    margin-bottom: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #E8E8E8; }

.audio__player {
  padding: 0.1em 0.5em 0.5em;
  background: #333333;
  margin: 0 0 0.5em; }

.audio__duration {
  background: url(img/icons/icon__duration--secondary.svg) left center no-repeat;
  color: #EC5F5D;
  padding-left: 20px; }

@media (max-width: 767px) {
  .content__info {
    *zoom: 1; }
    .content__info:before, .content__info:after {
      content: '';
      display: table; }
    .content__info:after {
      clear: both; }
    .content__info > *:first-child {
      margin-bottom: 0.6em; } }

@media (min-width: 768px) {
  .content__info {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media (min-width: 992px) {
  .content__sharing {
    float: right; } }

.content__sharing li {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0; }
  .content__sharing li:last-child {
    margin-right: 0; }
  .content__sharing li img {
    width: 26px;
    height: auto; }

.fb_iframe_widget, .twitter-follow-button, .ig-b-, [id*="ytsubscribe"] {
  display: block !important;
  margin-bottom: 8px !important; }
  .fb_iframe_widget img, .twitter-follow-button img, .ig-b- img, [id*="ytsubscribe"] img {
    max-width: none; }

.ig-b- {
  margin-bottom: 0 !important; }

.apologetic__topics li {
  padding: 1.2em 0;
  border-top: 1px solid #E8E8E8;
  margin-bottom: 0;
  line-height: 1; }
  .apologetic__topics li .apologetic__section {
    color: #767676;
    font-weight: 700; }
  .apologetic__topics li .btn {
    float: right;
    font-size: 0.9em;
    margin-top: -0.3em; }

.apologetics__single .linksbox {
  overflow: auto; }
  .apologetics__single .linksbox li {
    float: left; }
    .apologetics__single .linksbox li a {
      display: inline-block;
      border: 1px solid #A59E9E;
      color: #A59E9E;
      padding: 0.5em 1em;
      margin-right: 0.5em;
      border-radius: 2px; }
      .apologetics__single .linksbox li a:hover {
        background: #A59E9E;
        color: #FFFFFF; }

.back_to_top {
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  z-index: 3;
  display: inline-block;
  white-space: nowrap;
  background: #A59E9E url(img/icons/icon__back_to_top.svg) no-repeat center center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s ease, visibility 0s .3s; }
  @media (max-width: 991px) {
    .back_to_top {
      height: 40px;
      width: 40px; } }
  .back_to_top.back_to_top--is_visible, .back_to_top.back_to_top--fade_out, .back_to_top:hover {
    transition: opacity .3s 0s ease, visibility 0s 0s; }
  .back_to_top.back_to_top--is_visible {
    visibility: visible;
    opacity: 0.7; }
  .back_to_top.back_to_top--fade_out {
    opacity: 0.5; }
  .back_to_top:hover {
    opacity: 1; }

.image__wrapper {
  position: relative; }

figure {
  margin: 0 0 1.5em; }
  figure:last-child {
    margin-bottom: 0; }

figcaption {
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 0.5em;
  font-style: italic; }
  figcaption p {
    margin-bottom: 0.4em; }

.ci__video_player {
  background-color: #A59E9E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.9em; }
  .ci__video_player::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(50, 50, 50, 0.9);
    background-image: url(img/icons/icon--play-triangle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 19px;
    border-radius: 10px;
    content: '';
    width: 68px;
    height: 48px; }
  .ci__video_player:hover::before {
    background-color: #fc0009;
    opacity: 1; }
  .ci__video_player:last-child {
    margin-bottom: 0; }
  .ci__video_player iframe, .ci__video_player object, .ci__video_player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.podcast__subscription {
  display: flex;
  flex-wrap: wrap; }
  .podcast__subscription .subscribe--itunes, .podcast__subscription .subscribe--url {
    flex: 1 0 auto; }
  @media (min-width: 768px) {
    .podcast__subscription .subscribe--itunes {
      margin-right: 5px; } }

.subscribe--itunes, .subscribe--url {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 47px;
  padding-left: 20px;
  padding-right: 20px; }

.subscribe--itunes img {
  margin-left: 4px;
  margin-top: -2px; }

.subscribe--url {
  text-align: center;
  border: 1px solid #E8E8E8;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .subscribe--url {
      font-size: 0.9em; } }

.cookiebot-block-wrap {
  aspect-ratio: 16/9;
  position: relative; }

.cookiebot-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E8E8E8;
  z-index: 2; }
  .cookiebot-block p {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 80%; }

#CybotCookiebotDialog .CookieCard:nth-child(5) {
  display: none; }

#CybotCookiebotDialog[data-template=overlay], #CybotCookiebotDialog[data-template=popup] {
  top: unset !important;
  bottom: 20px;
  transform: translate(-50%, 0) !important; }
