@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/vendor/owl.carousel/dist/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Grid
 */
/**
 * Layout
 */
/**
 * Colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: "Intro-Bold";
  src: url("../fonts/intro/3A617E_0_0.eot");
  src: url("../fonts/intro/3A617E_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/3A617E_0_0.woff2") format("woff2"), url("../fonts/intro/3A617E_0_0.woff") format("woff"), url("../fonts/intro/3A617E_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Intro-Regular";
  src: url("../fonts/intro/3A617E_1_0.eot");
  src: url("../fonts/intro/3A617E_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/3A617E_1_0.woff2") format("woff2"), url("../fonts/intro/3A617E_1_0.woff") format("woff"), url("../fonts/intro/3A617E_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Intro-Light";
  src: url("../fonts/intro/3A617E_2_0.eot");
  src: url("../fonts/intro/3A617E_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/3A617E_2_0.woff2") format("woff2"), url("../fonts/intro/3A617E_2_0.woff") format("woff"), url("../fonts/intro/3A617E_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "twr-iconset";
  src: url("../fonts/iconset/fonts/twr-iconset.eot?11dv4h");
  src: url("../fonts/iconset/fonts/twr-iconset.eot?11dv4h#iefix") format("embedded-opentype"), url("../fonts/iconset/fonts/twr-iconset.woff2?11dv4h") format("woff2"), url("../fonts/iconset/fonts/twr-iconset.ttf?11dv4h") format("truetype"), url("../fonts/iconset/fonts/twr-iconset.woff?11dv4h") format("woff"), url("../fonts/iconset/fonts/twr-iconset.svg?11dv4h#twr-iconset") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row::after, .container::after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Flexbox mixins
 */
/**
 * Transform & translate mixins
 */
/**
 * Transition mixins
 */
/**
 * ANIMATION
 */
/**
 * SHAPES
 */
/**
 * General
 */
::-moz-selection {
  background: rgba(23, 163, 222, 0.25);
  color: inherit;
  text-shadow: none;
}
::selection {
  background: rgba(23, 163, 222, 0.25);
  color: inherit;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(23, 163, 222, 0.25);
  color: inherit;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(23, 163, 222, 0.25);
  color: inherit;
  text-shadow: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a2a2a2;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a2a2a2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC",sizingMethod=crop);
  zoom: 1;
  box-sizing: border-box;
  background: #f6f8f9;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  min-height: 100vh;
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #092949;
  background: #fff;
}
body.is-menu-open {
  overflow: hidden;
}
@media (min-width: 1216px) {
  body.is-menu-open {
    overflow: auto;
  }
}

/**
 * Typography
 */
h1, .h1, .layout__title, .page-title,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 1em 0 0.5em 0;
}
h1 a, .h1 a, .layout__title a, .page-title a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
h1 a:hover, .h1 a:hover, .layout__title a:hover, .page-title a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: inherit;
  text-decoration: none;
}

h1, .h1, .layout__title, .page-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0.32em;
}
@media (min-width: 768px) {
  h1, .h1, .layout__title, .page-title {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 26px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 16px;
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4, .h4 {
  font-size: 14px;
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5, .h5, h6, .h6 {
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #E6E6E6;
  margin: 2em 0;
}

a {
  color: #17a3de;
  text-decoration: none;
  font-weight: 600;
}
a:hover, a:focus, a:active {
  outline: 0;
}

p {
  margin: 1em 0;
}
p strong {
  font-weight: 700;
}
p.has-dropcap::first-letter, p.dropcap::first-letter, p.has-drop-cap::first-letter, p.drop-cap::first-letter {
  font-size: 100px;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: -1rem;
  margin-right: 0.75rem;
  float: left;
}

ul, ol {
  list-style: none;
  margin: 1.5em 0;
  padding-left: 0;
}
ul > li, ol > li {
  position: relative;
  margin: 0 0 1.8em 0;
  padding: 0 0 0 2.7em;
}
ul > li::before, ol > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
ul li > ul,
ul li > ol, ol li > ul,
ol li > ol {
  margin-top: 2em;
}
ul.is-reset, ul.is-unstyled, ul.no-bullets, ol.is-reset, ol.is-unstyled, ol.no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.is-reset > li, ul.is-unstyled > li, ul.no-bullets > li, ol.is-reset > li, ol.is-unstyled > li, ol.no-bullets > li {
  margin: 0;
  padding: 0;
}
ul.is-reset > li::before, ul.is-unstyled > li::before, ul.no-bullets > li::before, ol.is-reset > li::before, ol.is-unstyled > li::before, ol.no-bullets > li::before {
  content: "";
  display: none;
}

ul > li::before {
  width: 10px;
  height: 10px;
  top: 0.5em;
  background: #17a3de;
}

ol {
  counter-reset: custom-counter;
}
ol > li {
  counter-increment: custom-counter;
}
ol > li::before {
  content: counter(custom-counter);
  color: #17a3de;
  font-weight: bold;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 0.1em;
}

.nav ul, .nav ul li, .gform_wrapper ul, .gform_wrapper ul li, .searchandfilter ul, .searchandfilter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li::before, .gform_wrapper ul li::before, .searchandfilter ul li::before {
  content: "";
  display: none;
}

dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
dl dt, dl dd {
  margin: 0;
  padding: 0;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto 0 auto;
  width: 50%;
}
dl dt:nth-of-type(even), dl dd:nth-of-type(even) {
  background: #f5f5f5;
}
dl dt {
  padding-left: 8px;
}
dl dd {
  text-align: right;
  padding-right: 8px;
}

blockquote {
  font-size: 30px;
  font-style: normal;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  margin: 1.5em 0;
}
blockquote::before {
  content: "\e910";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
@media (min-width: 768px) {
  blockquote {
    font-size: 40px;
    line-height: 1.25;
  }
}
blockquote p {
  margin-top: 0;
}
blockquote footer, blockquote cite {
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/**
 * Media
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figcaption {
  padding: 2em 0 1.5em 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Forms
 */
input:focus, button:focus {
  outline: 0;
}

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=password],
input[type=number],
input[type=search],
input[type=time],
input[type=tel],
input[type=url],
input[type=email],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 12px 16px;
  min-width: 100px;
  color: #092949;
  background-color: #fff;
  border: 2px solid #EBF0F6;
  font-weight: 400;
  font-size: 14px;
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  transition: border 0.5s ease;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #17a3de;
}

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=password],
input[type=number],
input[type=search],
input[type=time],
input[type=tel],
input[type=url],
input[type=email],
select {
  line-height: 1;
  height: 58px;
}

select {
  line-height: 2;
}
select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: calc(16px + 0.5em);
  margin-bottom: 0.25em;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #EBF0F6;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  border-color: #17a3de;
}

input[type=checkbox] + label::before {
  border-radius: 3px;
}
input[type=checkbox] + label::after {
  content: "\e903";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 8px;
  line-height: 22px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
input[type=checkbox]:checked + label::before {
  background: #17a3de;
}
input[type=checkbox]:checked + label::after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

input[type=radio] + label::before {
  border-radius: 100%;
}
input[type=radio]:checked + label::before {
  border-width: 6px;
}

textarea {
  resize: none;
  width: 100%;
  height: auto;
  max-height: 340px;
  line-height: 1.71;
}

button, input[type=submit],
.btn,
.custom-form .gform_previous_button,
.gform_wrapper .gform_button,
.gform_wrapper .gform-theme-button,
.custom-form .gform_button,
.custom-form .gform-theme-button,
.gform_button,
.gform-theme-button,
.main-menu .is-btn a, .button {
  position: relative;
  display: inline-block;
  padding: 19px 30px;
  min-height: 50px;
  color: #ffffff;
  background-color: #17a3de;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3.6px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  border-radius: 3px;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button span, input[type=submit] span,
.btn span,
.custom-form .gform_previous_button span,
.gform_wrapper .gform_button span,
.gform_wrapper .gform-theme-button span,
.custom-form .gform_button span,
.custom-form .gform-theme-button span,
.gform_button span,
.gform-theme-button span,
.main-menu .is-btn a span, .button span {
  position: relative;
  z-index: 1;
}
button::before, button::after, input[type=submit]::before, input[type=submit]::after,
.btn::before,
.custom-form .gform_previous_button::before,
.gform_wrapper .gform_button::before,
.gform_wrapper .gform-theme-button::before,
.custom-form .gform_button::before,
.custom-form .gform-theme-button::before,
.gform_button::before,
.gform-theme-button::before,
.main-menu .is-btn a::before,
.btn::after,
.custom-form .gform_previous_button::after,
.gform_wrapper .gform_button::after,
.gform_wrapper .gform-theme-button::after,
.custom-form .gform_button::after,
.custom-form .gform-theme-button::after,
.gform_button::after,
.gform-theme-button::after,
.main-menu .is-btn a::after, .button::before, .button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.2s ease, transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
button::before, input[type=submit]::before,
.btn::before,
.custom-form .gform_previous_button::before,
.gform_wrapper .gform_button::before,
.gform_wrapper .gform-theme-button::before,
.custom-form .gform_button::before,
.custom-form .gform-theme-button::before,
.gform_button::before,
.gform-theme-button::before,
.main-menu .is-btn a::before, .button::before {
  background: #5567ae;
  transition-delay: 0;
}
button::after, input[type=submit]::after,
.btn::after,
.custom-form .gform_previous_button::after,
.gform_wrapper .gform_button::after,
.gform_wrapper .gform-theme-button::after,
.custom-form .gform_button::after,
.custom-form .gform-theme-button::after,
.gform_button::after,
.gform-theme-button::after,
.main-menu .is-btn a::after, .button::after {
  background: rgba(85, 103, 174, 0.25);
}
button:hover, button.is-hovered, button:active, input[type=submit]:hover, input[type=submit].is-hovered, input[type=submit]:active,
.btn:hover,
.custom-form .gform_previous_button:hover,
.gform_button:hover,
.gform-theme-button:hover,
.main-menu .is-btn a:hover,
.btn.is-hovered,
.custom-form .is-hovered.gform_previous_button,
.is-hovered.gform_button,
.is-hovered.gform-theme-button,
.main-menu .is-btn a.is-hovered,
.btn:active,
.custom-form .gform_previous_button:active,
.gform_button:active,
.gform-theme-button:active,
.main-menu .is-btn a:active, .button:hover, .button.is-hovered, .button:active {
  cursor: pointer;
}
button:hover::before, button:hover::after, button.is-hovered::before, button.is-hovered::after, button:active::before, button:active::after, input[type=submit]:hover::before, input[type=submit]:hover::after, input[type=submit].is-hovered::before, input[type=submit].is-hovered::after, input[type=submit]:active::before, input[type=submit]:active::after,
.btn:hover::before,
.custom-form .gform_previous_button:hover::before,
.gform_button:hover::before,
.gform-theme-button:hover::before,
.main-menu .is-btn a:hover::before,
.btn:hover::after,
.custom-form .gform_previous_button:hover::after,
.gform_button:hover::after,
.gform-theme-button:hover::after,
.main-menu .is-btn a:hover::after,
.btn.is-hovered::before,
.custom-form .is-hovered.gform_previous_button::before,
.is-hovered.gform_button::before,
.is-hovered.gform-theme-button::before,
.main-menu .is-btn a.is-hovered::before,
.btn.is-hovered::after,
.custom-form .is-hovered.gform_previous_button::after,
.is-hovered.gform_button::after,
.is-hovered.gform-theme-button::after,
.main-menu .is-btn a.is-hovered::after,
.btn:active::before,
.custom-form .gform_previous_button:active::before,
.gform_button:active::before,
.gform-theme-button:active::before,
.main-menu .is-btn a:active::before,
.btn:active::after,
.custom-form .gform_previous_button:active::after,
.gform_button:active::after,
.gform-theme-button:active::after,
.main-menu .is-btn a:active::after, .button:hover::before, .button:hover::after, .button.is-hovered::before, .button.is-hovered::after, .button:active::before, .button:active::after {
  transform: scale(140);
  opacity: 1;
  filter: alpha(opacity=100);
}
button:hover::before, button.is-hovered::before, button:active::before, input[type=submit]:hover::before, input[type=submit].is-hovered::before, input[type=submit]:active::before,
.btn:hover::before,
.custom-form .gform_previous_button:hover::before,
.gform_button:hover::before,
.gform-theme-button:hover::before,
.main-menu .is-btn a:hover::before,
.btn.is-hovered::before,
.custom-form .is-hovered.gform_previous_button::before,
.is-hovered.gform_button::before,
.is-hovered.gform-theme-button::before,
.main-menu .is-btn a.is-hovered::before,
.btn:active::before,
.custom-form .gform_previous_button:active::before,
.gform_button:active::before,
.gform-theme-button:active::before,
.main-menu .is-btn a:active::before, .button:hover::before, .button.is-hovered::before, .button:active::before {
  transition-delay: 0.11s;
}
button:hover::after, button.is-hovered::after, button:active::after, input[type=submit]:hover::after, input[type=submit].is-hovered::after, input[type=submit]:active::after,
.btn:hover::after,
.custom-form .gform_previous_button:hover::after,
.gform_button:hover::after,
.gform-theme-button:hover::after,
.main-menu .is-btn a:hover::after,
.btn.is-hovered::after,
.custom-form .is-hovered.gform_previous_button::after,
.is-hovered.gform_button::after,
.is-hovered.gform-theme-button::after,
.main-menu .is-btn a.is-hovered::after,
.btn:active::after,
.custom-form .gform_previous_button:active::after,
.gform_button:active::after,
.gform-theme-button:active::after,
.main-menu .is-btn a:active::after, .button:hover::after, .button.is-hovered::after, .button:active::after {
  background: rgba(85, 103, 174, 0.5);
}
button.is-primary, input[type=submit].is-primary,
.btn.is-primary,
.custom-form .is-primary.gform_previous_button,
.gform_wrapper .gform_button,
.custom-form .gform_button,
.gform_button,
.gform_wrapper .gform-theme-button,
.custom-form .gform-theme-button,
.gform-theme-button,
.main-menu .is-btn a, .button.is-primary {
  background: #ea6323;
}
button.is-primary::before, input[type=submit].is-primary::before,
.btn.is-primary::before,
.custom-form .is-primary.gform_previous_button::before,
.gform_wrapper .gform_button::before,
.custom-form .gform_button::before,
.gform_button::before,
.gform_wrapper .gform-theme-button::before,
.custom-form .gform-theme-button::before,
.gform-theme-button::before,
.main-menu .is-btn a::before, .button.is-primary::before {
  background: #e73d5e;
}
button.is-primary::after, input[type=submit].is-primary::after,
.btn.is-primary::after,
.custom-form .is-primary.gform_previous_button::after,
.gform_wrapper .gform_button::after,
.custom-form .gform_button::after,
.gform_button::after,
.gform_wrapper .gform-theme-button::after,
.custom-form .gform-theme-button::after,
.gform-theme-button::after,
.main-menu .is-btn a::after, .button.is-primary::after {
  background: rgba(231, 61, 94, 0.1);
}
button.is-primary:hover::after, button.is-primary.is-hovered::after, button.is-primary:active::after, input[type=submit].is-primary:hover::after, input[type=submit].is-primary.is-hovered::after, input[type=submit].is-primary:active::after,
.btn.is-primary:hover::after,
.custom-form .is-primary.gform_previous_button:hover::after,
.gform_button:hover::after,
.gform-theme-button:hover::after,
.main-menu .is-btn a:hover::after,
.btn.is-primary.is-hovered::after,
.custom-form .is-primary.is-hovered.gform_previous_button::after,
.is-hovered.gform_button::after,
.is-hovered.gform-theme-button::after,
.main-menu .is-btn a.is-hovered::after,
.btn.is-primary:active::after,
.custom-form .is-primary.gform_previous_button:active::after,
.gform_button:active::after,
.gform-theme-button:active::after,
.main-menu .is-btn a:active::after, .button.is-primary:hover::after, .button.is-primary.is-hovered::after, .button.is-primary:active::after {
  background: rgba(231, 61, 94, 0.2);
}
button.is-secondary, input[type=submit].is-secondary,
.btn.is-secondary,
.custom-form .gform_previous_button,
.is-secondary.gform_button,
.is-secondary.gform-theme-button,
.main-menu .is-btn a.is-secondary,
.main-menu .is-btn .custom-form a.gform_previous_button,
.custom-form .main-menu .is-btn a.gform_previous_button, .button.is-secondary {
  background: #fff;
  border: 2px solid #17a3de;
  color: #17a3de;
  padding: 17px 30px;
}
button.is-secondary::before, input[type=submit].is-secondary::before,
.btn.is-secondary::before,
.custom-form .gform_previous_button::before,
.is-secondary.gform_button::before,
.is-secondary.gform-theme-button::before,
.main-menu .is-btn a.is-secondary::before, .button.is-secondary::before {
  background: #17a3de;
}
button.is-secondary::after, input[type=submit].is-secondary::after,
.btn.is-secondary::after,
.custom-form .gform_previous_button::after,
.is-secondary.gform_button::after,
.is-secondary.gform-theme-button::after,
.main-menu .is-btn a.is-secondary::after, .button.is-secondary::after {
  background: rgba(23, 163, 222, 0.25);
}
button.is-secondary:hover, button.is-secondary.is-hovered, button.is-secondary:active, input[type=submit].is-secondary:hover, input[type=submit].is-secondary.is-hovered, input[type=submit].is-secondary:active,
.btn.is-secondary:hover,
.custom-form .gform_previous_button:hover,
.is-secondary.gform_button:hover,
.is-secondary.gform-theme-button:hover,
.main-menu .is-btn a.is-secondary:hover,
.btn.is-secondary.is-hovered,
.custom-form .is-hovered.gform_previous_button,
.is-secondary.is-hovered.gform_button,
.is-secondary.is-hovered.gform-theme-button,
.main-menu .is-btn a.is-secondary.is-hovered,
.btn.is-secondary:active,
.custom-form .gform_previous_button:active,
.is-secondary.gform_button:active,
.is-secondary.gform-theme-button:active,
.main-menu .is-btn a.is-secondary:active, .button.is-secondary:hover, .button.is-secondary.is-hovered, .button.is-secondary:active {
  color: #fff;
}
button.is-secondary:hover::after, button.is-secondary.is-hovered::after, button.is-secondary:active::after, input[type=submit].is-secondary:hover::after, input[type=submit].is-secondary.is-hovered::after, input[type=submit].is-secondary:active::after,
.btn.is-secondary:hover::after,
.custom-form .gform_previous_button:hover::after,
.is-secondary.gform_button:hover::after,
.is-secondary.gform-theme-button:hover::after,
.main-menu .is-btn a.is-secondary:hover::after,
.btn.is-secondary.is-hovered::after,
.custom-form .is-hovered.gform_previous_button::after,
.is-secondary.is-hovered.gform_button::after,
.is-secondary.is-hovered.gform-theme-button::after,
.main-menu .is-btn a.is-secondary.is-hovered::after,
.btn.is-secondary:active::after,
.custom-form .gform_previous_button:active::after,
.is-secondary.gform_button:active::after,
.is-secondary.gform-theme-button:active::after,
.main-menu .is-btn a.is-secondary:active::after, .button.is-secondary:hover::after, .button.is-secondary.is-hovered::after, .button.is-secondary:active::after {
  background: rgba(23, 163, 222, 0.5);
}
button.is-tertiary, input[type=submit].is-tertiary,
.btn.is-tertiary,
.custom-form .is-tertiary.gform_previous_button,
.is-tertiary.gform_button,
.is-tertiary.gform-theme-button,
.main-menu .is-btn a.is-tertiary, .button.is-tertiary {
  background: #e73d5e;
}
button.is-tertiary::before, input[type=submit].is-tertiary::before,
.btn.is-tertiary::before,
.custom-form .is-tertiary.gform_previous_button::before,
.is-tertiary.gform_button::before,
.is-tertiary.gform-theme-button::before,
.main-menu .is-btn a.is-tertiary::before, .button.is-tertiary::before {
  background: #5567ae;
}
button.is-tertiary::after, input[type=submit].is-tertiary::after,
.btn.is-tertiary::after,
.custom-form .is-tertiary.gform_previous_button::after,
.is-tertiary.gform_button::after,
.is-tertiary.gform-theme-button::after,
.main-menu .is-btn a.is-tertiary::after, .button.is-tertiary::after {
  background: rgba(85, 103, 174, 0.1);
}
button.is-tertiary:hover::after, button.is-tertiary.is-hovered::after, button.is-tertiary:active::after, input[type=submit].is-tertiary:hover::after, input[type=submit].is-tertiary.is-hovered::after, input[type=submit].is-tertiary:active::after,
.btn.is-tertiary:hover::after,
.custom-form .is-tertiary.gform_previous_button:hover::after,
.is-tertiary.gform_button:hover::after,
.is-tertiary.gform-theme-button:hover::after,
.main-menu .is-btn a.is-tertiary:hover::after,
.btn.is-tertiary.is-hovered::after,
.custom-form .is-tertiary.is-hovered.gform_previous_button::after,
.is-tertiary.is-hovered.gform_button::after,
.is-tertiary.is-hovered.gform-theme-button::after,
.main-menu .is-btn a.is-tertiary.is-hovered::after,
.btn.is-tertiary:active::after,
.custom-form .is-tertiary.gform_previous_button:active::after,
.is-tertiary.gform_button:active::after,
.is-tertiary.gform-theme-button:active::after,
.main-menu .is-btn a.is-tertiary:active::after, .button.is-tertiary:hover::after, .button.is-tertiary.is-hovered::after, .button.is-tertiary:active::after {
  background: rgba(85, 103, 174, 0.2);
}
button.is-small, input[type=submit].is-small,
.btn.is-small,
.custom-form .is-small.gform_previous_button,
.is-small.gform_button,
.is-small.gform-theme-button,
.main-menu .is-btn a.is-small, .button.is-small {
  padding: 9px 10px 8px 12px;
  min-height: auto;
  letter-spacing: 2px;
}
button.is-small::before, button.is-small::after, input[type=submit].is-small::before, input[type=submit].is-small::after,
.btn.is-small::before,
.custom-form .is-small.gform_previous_button::before,
.is-small.gform_button::before,
.is-small.gform-theme-button::before,
.main-menu .is-btn a.is-small::before,
.btn.is-small::after,
.custom-form .is-small.gform_previous_button::after,
.is-small.gform_button::after,
.is-small.gform-theme-button::after,
.main-menu .is-btn a.is-small::after, .button.is-small::before, .button.is-small::after {
  display: none;
}
button.is-small:hover, button.is-small.is-hovered, button.is-small:active, input[type=submit].is-small:hover, input[type=submit].is-small.is-hovered, input[type=submit].is-small:active,
.btn.is-small:hover,
.custom-form .is-small.gform_previous_button:hover,
.is-small.gform_button:hover,
.is-small.gform-theme-button:hover,
.main-menu .is-btn a.is-small:hover,
.btn.is-small.is-hovered,
.custom-form .is-small.is-hovered.gform_previous_button,
.is-small.is-hovered.gform_button,
.is-small.is-hovered.gform-theme-button,
.main-menu .is-btn a.is-small.is-hovered,
.btn.is-small:active,
.custom-form .is-small.gform_previous_button:active,
.is-small.gform_button:active,
.is-small.gform-theme-button:active,
.main-menu .is-btn a.is-small:active, .button.is-small:hover, .button.is-small.is-hovered, .button.is-small:active {
  background-color: #5567ae;
}

.btn-group .btn, .btn-group .custom-form .gform_previous_button, .custom-form .btn-group .gform_previous_button,
.btn-group .gform_button,
.btn-group .gform-theme-button, .btn-group .main-menu .is-btn a, .main-menu .is-btn .btn-group a {
  margin-right: 16px;
  margin-bottom: 1em;
}

/**
 * Table
 */
/**
 * Modifiers
 */
.is-small {
  font-size: 0.75rem;
}

.is-medium {
  font-size: 1.375rem;
}

.is-large {
  font-size: 1.625rem;
}

.is-font-sans {
  font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.is-font-serif {
  font-family: Georgia, serif;
}

.is-font-display {
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

.is-italic {
  font-style: italic;
}

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

.desktop-only {
  display: none !important;
}
@media (min-width: 769px) {
  .desktop-only {
    display: block !important;
  }
}

/**
 * Wordpress Core
 */
.alignnone {
  margin: 2em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * Other
 */
.grecaptcha-badge {
  display: none;
}

/**
 * Print
 */
@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.outer-wrapper {
  position: relative;
  background: #f6f8f9;
}
@media (min-width: 1216px) {
  .outer-wrapper:not(.no-padding-right) {
    padding-right: 320px;
  }
}

.inner-wrapper {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  position: relative;
  max-width: 1216px;
  padding: 0 30px;
  margin: 0 auto;
}

.row {
  margin-left: -20px;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--equal-columns, .page-broadcast-content > .container .row {
  display: flex;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .row.row--equal-columns, .page-broadcast-content > .container .row {
    flex-direction: row;
  }
}
.row.fd-row {
  flex-direction: row;
}

.col {
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
}
.row--gutterless .col {
  padding-left: 0;
}
.row--equal-columns .col, .page-broadcast-content > .container .row .col {
  float: none;
}

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

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

.col--xs-1--gutterless {
  padding-left: 0;
}

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

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

.col--xs-2--gutterless {
  padding-left: 0;
}

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

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

.col--xs-3--gutterless {
  padding-left: 0;
}

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

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

.col--xs-4--gutterless {
  padding-left: 0;
}

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

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

.col--xs-5--gutterless {
  padding-left: 0;
}

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

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

.col--xs-6--gutterless {
  padding-left: 0;
}

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

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

.col--xs-7--gutterless {
  padding-left: 0;
}

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

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

.col--xs-8--gutterless {
  padding-left: 0;
}

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

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

.col--xs-9--gutterless {
  padding-left: 0;
}

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

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

.col--xs-10--gutterless {
  padding-left: 0;
}

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

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

.col--xs-11--gutterless {
  padding-left: 0;
}

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

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

.col--xs-12--gutterless {
  padding-left: 0;
}

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

@media only screen and (min-width: 480px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .col--sm-1--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .col--sm-2--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .col--sm-3--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .col--sm-4--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .col--sm-5--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .col--sm-6--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .col--sm-7--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .col--sm-8--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .col--sm-9--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .col--sm-10--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .col--sm-11--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .col--sm-12--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .hide--sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hide--sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .col--smd-offset-0 {
    margin-left: 0%;
  }
  .col--smd-1 {
    width: 8.3333333333%;
  }
  .col--smd-1--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--smd-2 {
    width: 16.6666666667%;
  }
  .col--smd-2--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--smd-3 {
    width: 25%;
  }
  .col--smd-3--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-3 {
    margin-left: 25%;
  }
  .col--smd-4 {
    width: 33.3333333333%;
  }
  .col--smd-4--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--smd-5 {
    width: 41.6666666667%;
  }
  .col--smd-5--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--smd-6 {
    width: 50%;
  }
  .col--smd-6--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-6 {
    margin-left: 50%;
  }
  .col--smd-7 {
    width: 58.3333333333%;
  }
  .col--smd-7--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--smd-8 {
    width: 66.6666666667%;
  }
  .col--smd-8--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--smd-9 {
    width: 75%;
  }
  .col--smd-9--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-9 {
    margin-left: 75%;
  }
  .col--smd-10 {
    width: 83.3333333333%;
  }
  .col--smd-10--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--smd-11 {
    width: 91.6666666667%;
  }
  .col--smd-11--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--smd-12 {
    width: 100%;
  }
  .col--smd-12--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-12 {
    margin-left: 100%;
  }
  .hide--smd-up {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .hide--smd-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .col--md-1--gutterless {
    padding-left: 0;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .col--md-2--gutterless {
    padding-left: 0;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .col--md-3--gutterless {
    padding-left: 0;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .col--md-4--gutterless {
    padding-left: 0;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .col--md-5--gutterless {
    padding-left: 0;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .col--md-6--gutterless {
    padding-left: 0;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .col--md-7--gutterless {
    padding-left: 0;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .col--md-8--gutterless {
    padding-left: 0;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .col--md-9--gutterless {
    padding-left: 0;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .col--md-10--gutterless {
    padding-left: 0;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .col--md-11--gutterless {
    padding-left: 0;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .col--md-12--gutterless {
    padding-left: 0;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .hide--md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide--md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 820px) {
  .col--slg-offset-0 {
    margin-left: 0%;
  }
  .col--slg-1 {
    width: 8.3333333333%;
  }
  .col--slg-1--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--slg-2 {
    width: 16.6666666667%;
  }
  .col--slg-2--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--slg-3 {
    width: 25%;
  }
  .col--slg-3--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-3 {
    margin-left: 25%;
  }
  .col--slg-4 {
    width: 33.3333333333%;
  }
  .col--slg-4--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--slg-5 {
    width: 41.6666666667%;
  }
  .col--slg-5--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--slg-6 {
    width: 50%;
  }
  .col--slg-6--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-6 {
    margin-left: 50%;
  }
  .col--slg-7 {
    width: 58.3333333333%;
  }
  .col--slg-7--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--slg-8 {
    width: 66.6666666667%;
  }
  .col--slg-8--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--slg-9 {
    width: 75%;
  }
  .col--slg-9--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-9 {
    margin-left: 75%;
  }
  .col--slg-10 {
    width: 83.3333333333%;
  }
  .col--slg-10--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--slg-11 {
    width: 91.6666666667%;
  }
  .col--slg-11--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--slg-12 {
    width: 100%;
  }
  .col--slg-12--gutterless {
    padding-left: 0;
  }
  .col--slg-offset-12 {
    margin-left: 100%;
  }
  .hide--slg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 819px) {
  .hide--slg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .col--lg-1--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .col--lg-2--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .col--lg-3--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .col--lg-4--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .col--lg-5--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .col--lg-6--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .col--lg-7--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .col--lg-8--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .col--lg-9--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .col--lg-10--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .col--lg-11--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .col--lg-12--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .hide--lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .hide--lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col--xlg-offset-0 {
    margin-left: 0%;
  }
  .col--xlg-1 {
    width: 8.3333333333%;
  }
  .col--xlg-1--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xlg-2 {
    width: 16.6666666667%;
  }
  .col--xlg-2--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xlg-3 {
    width: 25%;
  }
  .col--xlg-3--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-3 {
    margin-left: 25%;
  }
  .col--xlg-4 {
    width: 33.3333333333%;
  }
  .col--xlg-4--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xlg-5 {
    width: 41.6666666667%;
  }
  .col--xlg-5--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xlg-6 {
    width: 50%;
  }
  .col--xlg-6--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-6 {
    margin-left: 50%;
  }
  .col--xlg-7 {
    width: 58.3333333333%;
  }
  .col--xlg-7--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xlg-8 {
    width: 66.6666666667%;
  }
  .col--xlg-8--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xlg-9 {
    width: 75%;
  }
  .col--xlg-9--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-9 {
    margin-left: 75%;
  }
  .col--xlg-10 {
    width: 83.3333333333%;
  }
  .col--xlg-10--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xlg-11 {
    width: 91.6666666667%;
  }
  .col--xlg-11--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xlg-12 {
    width: 100%;
  }
  .col--xlg-12--gutterless {
    padding-left: 0;
  }
  .col--xlg-offset-12 {
    margin-left: 100%;
  }
  .hide--xlg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide--xlg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1100px) {
  .col--sxl-offset-0 {
    margin-left: 0%;
  }
  .col--sxl-1 {
    width: 8.3333333333%;
  }
  .col--sxl-1--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sxl-2 {
    width: 16.6666666667%;
  }
  .col--sxl-2--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sxl-3 {
    width: 25%;
  }
  .col--sxl-3--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-3 {
    margin-left: 25%;
  }
  .col--sxl-4 {
    width: 33.3333333333%;
  }
  .col--sxl-4--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sxl-5 {
    width: 41.6666666667%;
  }
  .col--sxl-5--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sxl-6 {
    width: 50%;
  }
  .col--sxl-6--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-6 {
    margin-left: 50%;
  }
  .col--sxl-7 {
    width: 58.3333333333%;
  }
  .col--sxl-7--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sxl-8 {
    width: 66.6666666667%;
  }
  .col--sxl-8--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sxl-9 {
    width: 75%;
  }
  .col--sxl-9--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-9 {
    margin-left: 75%;
  }
  .col--sxl-10 {
    width: 83.3333333333%;
  }
  .col--sxl-10--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sxl-11 {
    width: 91.6666666667%;
  }
  .col--sxl-11--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sxl-12 {
    width: 100%;
  }
  .col--sxl-12--gutterless {
    padding-left: 0;
  }
  .col--sxl-offset-12 {
    margin-left: 100%;
  }
  .hide--sxl-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1099px) {
  .hide--sxl-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1216px) {
  .col--xl-offset-0 {
    margin-left: 0%;
  }
  .col--xl-1 {
    width: 8.3333333333%;
  }
  .col--xl-1--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xl-2 {
    width: 16.6666666667%;
  }
  .col--xl-2--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xl-3 {
    width: 25%;
  }
  .col--xl-3--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-3 {
    margin-left: 25%;
  }
  .col--xl-4 {
    width: 33.3333333333%;
  }
  .col--xl-4--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xl-5 {
    width: 41.6666666667%;
  }
  .col--xl-5--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xl-6 {
    width: 50%;
  }
  .col--xl-6--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-6 {
    margin-left: 50%;
  }
  .col--xl-7 {
    width: 58.3333333333%;
  }
  .col--xl-7--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xl-8 {
    width: 66.6666666667%;
  }
  .col--xl-8--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xl-9 {
    width: 75%;
  }
  .col--xl-9--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-9 {
    margin-left: 75%;
  }
  .col--xl-10 {
    width: 83.3333333333%;
  }
  .col--xl-10--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xl-11 {
    width: 91.6666666667%;
  }
  .col--xl-11--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xl-12 {
    width: 100%;
  }
  .col--xl-12--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-12 {
    margin-left: 100%;
  }
  .hide--xl-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1215px) {
  .hide--xl-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1366px) {
  .col--xxl-offset-0 {
    margin-left: 0%;
  }
  .col--xxl-1 {
    width: 8.3333333333%;
  }
  .col--xxl-1--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xxl-2 {
    width: 16.6666666667%;
  }
  .col--xxl-2--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xxl-3 {
    width: 25%;
  }
  .col--xxl-3--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-3 {
    margin-left: 25%;
  }
  .col--xxl-4 {
    width: 33.3333333333%;
  }
  .col--xxl-4--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xxl-5 {
    width: 41.6666666667%;
  }
  .col--xxl-5--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xxl-6 {
    width: 50%;
  }
  .col--xxl-6--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-6 {
    margin-left: 50%;
  }
  .col--xxl-7 {
    width: 58.3333333333%;
  }
  .col--xxl-7--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xxl-8 {
    width: 66.6666666667%;
  }
  .col--xxl-8--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xxl-9 {
    width: 75%;
  }
  .col--xxl-9--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-9 {
    margin-left: 75%;
  }
  .col--xxl-10 {
    width: 83.3333333333%;
  }
  .col--xxl-10--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xxl-11 {
    width: 91.6666666667%;
  }
  .col--xxl-11--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xxl-12 {
    width: 100%;
  }
  .col--xxl-12--gutterless {
    padding-left: 0;
  }
  .col--xxl-offset-12 {
    margin-left: 100%;
  }
  .hide--xxl-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1365px) {
  .hide--xxl-down {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) {
  .col--phone-offset-0 {
    margin-left: 0%;
  }
  .col--phone-1 {
    width: 8.3333333333%;
  }
  .col--phone-1--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--phone-2 {
    width: 16.6666666667%;
  }
  .col--phone-2--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--phone-3 {
    width: 25%;
  }
  .col--phone-3--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-3 {
    margin-left: 25%;
  }
  .col--phone-4 {
    width: 33.3333333333%;
  }
  .col--phone-4--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--phone-5 {
    width: 41.6666666667%;
  }
  .col--phone-5--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--phone-6 {
    width: 50%;
  }
  .col--phone-6--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-6 {
    margin-left: 50%;
  }
  .col--phone-7 {
    width: 58.3333333333%;
  }
  .col--phone-7--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--phone-8 {
    width: 66.6666666667%;
  }
  .col--phone-8--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--phone-9 {
    width: 75%;
  }
  .col--phone-9--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-9 {
    margin-left: 75%;
  }
  .col--phone-10 {
    width: 83.3333333333%;
  }
  .col--phone-10--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--phone-11 {
    width: 91.6666666667%;
  }
  .col--phone-11--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--phone-12 {
    width: 100%;
  }
  .col--phone-12--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-12 {
    margin-left: 100%;
  }
  .hide--phone-up {
    display: none !important;
  }
}
@media only screen and (max-width: 319px) {
  .hide--phone-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col--tablet-offset-0 {
    margin-left: 0%;
  }
  .col--tablet-1 {
    width: 8.3333333333%;
  }
  .col--tablet-1--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--tablet-2 {
    width: 16.6666666667%;
  }
  .col--tablet-2--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--tablet-3 {
    width: 25%;
  }
  .col--tablet-3--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-3 {
    margin-left: 25%;
  }
  .col--tablet-4 {
    width: 33.3333333333%;
  }
  .col--tablet-4--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--tablet-5 {
    width: 41.6666666667%;
  }
  .col--tablet-5--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--tablet-6 {
    width: 50%;
  }
  .col--tablet-6--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-6 {
    margin-left: 50%;
  }
  .col--tablet-7 {
    width: 58.3333333333%;
  }
  .col--tablet-7--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--tablet-8 {
    width: 66.6666666667%;
  }
  .col--tablet-8--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--tablet-9 {
    width: 75%;
  }
  .col--tablet-9--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-9 {
    margin-left: 75%;
  }
  .col--tablet-10 {
    width: 83.3333333333%;
  }
  .col--tablet-10--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--tablet-11 {
    width: 91.6666666667%;
  }
  .col--tablet-11--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--tablet-12 {
    width: 100%;
  }
  .col--tablet-12--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-12 {
    margin-left: 100%;
  }
  .hide--tablet-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide--tablet-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col--desktop-offset-0 {
    margin-left: 0%;
  }
  .col--desktop-1 {
    width: 8.3333333333%;
  }
  .col--desktop-1--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--desktop-2 {
    width: 16.6666666667%;
  }
  .col--desktop-2--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--desktop-3 {
    width: 25%;
  }
  .col--desktop-3--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-3 {
    margin-left: 25%;
  }
  .col--desktop-4 {
    width: 33.3333333333%;
  }
  .col--desktop-4--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--desktop-5 {
    width: 41.6666666667%;
  }
  .col--desktop-5--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--desktop-6 {
    width: 50%;
  }
  .col--desktop-6--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-6 {
    margin-left: 50%;
  }
  .col--desktop-7 {
    width: 58.3333333333%;
  }
  .col--desktop-7--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--desktop-8 {
    width: 66.6666666667%;
  }
  .col--desktop-8--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--desktop-9 {
    width: 75%;
  }
  .col--desktop-9--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-9 {
    margin-left: 75%;
  }
  .col--desktop-10 {
    width: 83.3333333333%;
  }
  .col--desktop-10--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--desktop-11 {
    width: 91.6666666667%;
  }
  .col--desktop-11--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--desktop-12 {
    width: 100%;
  }
  .col--desktop-12--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-12 {
    margin-left: 100%;
  }
  .hide--desktop-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide--desktop-down {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

#wpadminbar .env {
  background-color: #383e44;
}
#wpadminbar .env-tag {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  color: #23282d;
  line-height: 1;
  border-radius: 2px;
}
#wpadminbar .env-local .env-tag {
  background-color: #ffba00;
  color: #23282d;
}
#wpadminbar .env-testing .env-tag {
  background-color: #ffba00;
  color: #23282d;
}
#wpadminbar .env-staging .env-tag {
  background-color: #e22b2b;
  color: #fff;
}
#wpadminbar .env-production .env-tag {
  background-color: #2e9a21;
  color: #fff;
}

#wpadminbar .env-production .env-tag {
  background-color: #2e9a21;
  color: #fff;
}

.cssanimations .check-vp {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (prefers-reduced-motion) {
  .cssanimations .check-vp {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.is-animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.is-animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.is-animated.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.is-animated.duration-100ms {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}

.is-animated.delay-150ms {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.is-animated.duration-150ms {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
}

.is-animated.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.is-animated.duration-200ms {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

.is-animated.delay-250ms {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.is-animated.duration-250ms {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.is-animated.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.is-animated.duration-300ms {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.is-animated.delay-350ms {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}

.is-animated.duration-350ms {
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
}

.is-animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.is-animated.duration-400ms {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

.is-animated.delay-450ms {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.is-animated.duration-450ms {
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
}

.is-animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.is-animated.duration-500ms {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.is-animated.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.is-animated.duration-600ms {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.is-animated.delay-700ms {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.is-animated.duration-700ms {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.is-animated.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.is-animated.duration-800ms {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.is-animated.delay-900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.is-animated.duration-900ms {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.is-animated.delay-1000ms {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.is-animated.duration-1000ms {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.is-animated.delay-1500ms {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.is-animated.duration-1500ms {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

.is-animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.is-animated.duration-1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.is-animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.is-animated.duration-2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.is-animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.is-animated.duration-3s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.is-animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.is-animated.duration-4s {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.is-animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.is-animated.duration-5s {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.is-animated.fast {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

.is-animated.faster {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.is-animated.slow {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.is-animated.slower {
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

@media (prefers-reduced-motion) {
  .is-animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
/**
 * Fade in
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**
 * Fade out
 */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/**
 * Soundwave
 */
@-webkit-keyframes soundwave {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(0.9);
  }
  75% {
    transform: scaleY(0.8);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes soundwave {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(0.9);
  }
  75% {
    transform: scaleY(0.8);
  }
  100% {
    transform: scaleY(1);
  }
}
/**
 * Shimmer
 */
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.header {
  position: relative;
}
.header-placeholder {
  display: block;
  height: 82px;
}

.header-main-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background: #fff;
  z-index: 29;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.page-template-donate-main .header-main-bar {
  background: none;
  height: auto;
}
@media (min-width: 768px) {
  .header-main-bar {
    box-shadow: none;
  }
}
@media (min-width: 1216px) {
  .header-main-bar:not(.no-padding-right) {
    width: calc(100% - 320px);
  }
}
.header-main-bar .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 165px;
  height: 110px;
  text-align: center;
  margin-left: 10px;
}
@media (min-width: 480px) {
  .header-main-bar .logo {
    width: 215px;
    height: 134px;
  }
}
.header-main-bar .logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/logo_label.svg") center no-repeat;
  background-size: 100%;
  z-index: -1;
}
.header-main-bar .logo img {
  display: inline-block;
  width: 95px;
  height: 58px;
  margin-top: 22px;
}
@media (min-width: 480px) {
  .header-main-bar .logo img {
    width: 125px;
    height: 58px;
    margin-top: 32px;
  }
}
.header--mm .header-main-bar .logo {
  width: 234px;
  height: 189px;
  margin-top: -27px;
  margin-left: 0;
}
@media (min-width: 480px) {
  .header--mm .header-main-bar .logo {
    width: 234px;
    height: 189px;
    margin-top: -27px;
  }
}
@media (min-width: 960px) {
  .header--mm .header-main-bar .logo {
    width: 394px;
    height: 318px;
    margin-top: -46px;
    margin-left: -22px;
  }
}
.header--mm .header-main-bar .logo::after {
  display: none;
}
.header--mm .header-main-bar .logo img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
@media (min-width: 480px) {
  .header--mm .header-main-bar .logo img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.header-main-bar .logo-small {
  position: relative;
  z-index: 1;
  display: block;
  width: 144px;
  height: 78px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .header-main-bar .logo-small {
    width: 234px;
    height: 126px;
    margin-top: 20px;
  }
}
@media (min-width: 1216px) {
  .header-main-bar .logo-small {
    width: 314px;
    height: 170px;
    margin-top: 67px;
  }
}

.nav-bar {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.nav-bar a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 29px 28px;
}
.nav-bar .nav-toggle {
  background: #fff;
  display: flex;
}
.nav-bar .search-link {
  position: relative;
  color: #092949;
  padding-left: 0px;
  padding-right: 0px;
}
.nav-bar .search-link img {
  margin: 0 14px;
  width: 20px;
}
.nav-bar .search-link span {
  display: none;
}
@media (min-width: 641px) {
  .nav-bar .search-link {
    padding-left: 28px;
    padding-right: 28px;
  }
  .nav-bar .search-link span {
    display: inline-block;
  }
}
.nav-bar .donation-link {
  background: #E7F5FD;
  display: none;
}
@media (min-width: 640px) {
  .nav-bar .donation-link {
    display: block;
  }
}

/**
 * Hamburger menu trigger
 */
.nav-toggle {
  padding-left: 10px !important;
}
@media (min-width: 640px) {
  .nav-toggle {
    padding-left: 28px !important;
  }
}
.nav-toggle:hover .ham, .nav-toggle:hover .ham::before, .nav-toggle:hover .ham::after, .nav-toggle.hovered .ham, .nav-toggle.hovered .ham::before, .nav-toggle.hovered .ham::after {
  width: 100%;
}
.nav-toggle__label {
  color: #092949;
  margin-right: 15px;
}

.hamb {
  position: relative;
  top: 4px;
  display: block;
  width: 26px;
  height: 16px;
}
.hamb .ham {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 50%;
  right: 0;
  margin-top: -1px;
  background: #000;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.hamb .ham::before, .hamb .ham::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: center;
  height: 2px;
  background: #000;
}
.hamb .ham::before {
  top: -7px;
}
.hamb .ham::after {
  top: 7px;
}
.header--mm .hamb .ham {
  background: #fff;
}
.header--mm .hamb .ham::before, .header--mm .hamb .ham::after {
  background: #fff;
}
.is-active .hamb .ham {
  background-color: transparent;
}
.is-active .hamb .ham::before {
  transform: translateY(7px) rotateZ(-45deg);
}
.is-active .hamb .ham::after {
  transform: translateY(-7px) rotateZ(45deg);
}

/**
 * Right sidebar & menu
 */
.off-canvas-bar {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 20;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background: #fff;
  overflow-y: auto;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 480px) {
  .off-canvas-bar {
    border-left: 1px solid #E6E6E6;
    width: 320px;
    right: -320px;
  }
}
@media (min-width: 1216px) {
  .off-canvas-bar {
    right: 0;
  }
}
.off-canvas-bar--stream {
  right: 0;
  background: none;
  pointer-events: none;
  border-left: 0;
  width: 100%;
  z-index: 30;
}
@media (min-width: 1216px) {
  .off-canvas-bar--stream {
    border-left: 1px solid #E6E6E6;
    background: #fff;
    width: 320px;
    pointer-events: auto;
  }
}

.main-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: #fff;
  padding: 164px 24px 20px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 30;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1217px) {
  .main-menu {
    max-width: 320px;
  }
}
.is-menu-open .main-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-menu .container {
  display: contents;
}
.main-menu > .nav {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.main-menu .menu-item {
  position: static;
  border-bottom: 1px solid #E6E6E6;
}
.main-menu .menu-item.is-open > .sub-menu {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  background: white;
}
.main-menu .menu-item.is-open > a, .main-menu .menu-item.is-closed > a {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-50px);
}
.main-menu a, .main-menu .sub-menu-title {
  display: block;
  color: #092949;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  padding: 13px 15px 10px 15px;
  background: #fff;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.main-menu .is-btn {
  border-bottom: 0;
  padding: 60px 15px 0 15px;
}
.main-menu .is-btn a {
  width: 100%;
}
.main-menu .current-menu-item > a {
  color: #17a3de;
}
.main-menu .menu-item-has-children > a {
  padding-right: 25px;
}
.main-menu .menu-item-has-children > a::after {
  content: "\e904";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  color: #17a3de;
}
.main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  box-shadow: -20px 0 60px #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.main-menu .sub-menu a, .main-menu .sub-menu-title {
  font-size: 17px;
  padding: 14px 15px 11px 15px;
}
.main-menu .sub-menu-title {
  color: #17a3de;
}
.main-menu .sub-menu-title:hover {
  cursor: pointer;
}
.main-menu .sub-menu-title::before {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  background: transparent;
  margin-right: 10px;
  content: "\e904";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale3d(-1, 1, 1);
}

.banner.minute-of-hope {
  width: 100%;
  height: 100px;
  background: #E7F5FD;
}
@media (max-width: 768px) {
  .banner.minute-of-hope {
    height: 120px;
  }
}
.banner.minute-of-hope .banner__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 768px) {
  .banner.minute-of-hope .banner__content {
    height: 120px;
  }
}
.banner.minute-of-hope .banner__content .wrapper {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .banner.minute-of-hope .banner__content .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.banner.minute-of-hope .banner__content .label {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .banner.minute-of-hope .banner__content .label {
    margin-top: -70px;
  }
}
.banner.minute-of-hope .banner__content .label img {
  height: 150px;
}
.banner.minute-of-hope .banner__content .text {
  font-weight: 700;
  padding: 0;
}
@media (max-width: 768px) {
  .banner.minute-of-hope .banner__content .text {
    padding: 10px 0 0;
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .banner.minute-of-hope .banner__content .text {
    padding: 0 40px;
    display: none;
    font-weight: 700;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .banner.minute-of-hope .banner__content .text {
    display: block;
  }
}
.banner.minute-of-hope .banner__content .btn-group {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .banner.minute-of-hope .banner__content .btn-group {
    margin-top: 10px;
  }
}
.banner.minute-of-hope .banner__content .btn, .banner.minute-of-hope .banner__content .custom-form .gform_previous_button, .custom-form .banner.minute-of-hope .banner__content .gform_previous_button,
.banner.minute-of-hope .banner__content .gform_button,
.banner.minute-of-hope .banner__content .gform-theme-button, .banner.minute-of-hope .banner__content .main-menu .is-btn a, .main-menu .is-btn .banner.minute-of-hope .banner__content a {
  padding: 0px 15px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-width: 150px;
}
.banner.minute-of-hope .banner__content .btn.listen, .banner.minute-of-hope .banner__content .custom-form .listen.gform_previous_button, .custom-form .banner.minute-of-hope .banner__content .listen.gform_previous_button,
.banner.minute-of-hope .banner__content .listen.gform_button,
.banner.minute-of-hope .banner__content .listen.gform-theme-button, .banner.minute-of-hope .banner__content .main-menu .is-btn a.listen, .main-menu .is-btn .banner.minute-of-hope .banner__content a.listen {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Ljc5NSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDguNzk1IDEwIj4KICA8cGF0aCBpZD0icGxheV9pY29uIiBkYXRhLW5hbWU9InBsYXkgaWNvbiIgZD0iTTQyLjkxOSwzNC4xMTZsLTcuNzg5LDQuNWgwYS41LjUsMCwwLDEtLjc1NC0uNDM1VjI5LjE4M2EuNS41LDAsMCwxLC43NTQtLjQzNWw3Ljc4OSw0LjVoMGEuNS41LDAsMCwxLDAsLjg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0LjM3NSAtMjguNjgxKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.header--mm .header-main-bar {
  width: 100%;
  position: absolute;
  background: transparent;
  box-shadow: none;
}
.is-menu-open .header--mm .header-main-bar > .color-bar {
  display: none;
}
.header--mm .header-main-bar .nav-bar {
  z-index: 22;
}
.header--mm .header-main-bar .nav-bar > a {
  padding: 10px 19px;
}
.header--mm .header-main-bar .nav-bar .nav-toggle__label {
  display: none;
}
.header--mm .header-main-bar .nav-bar .nav-toggle {
  background: none;
}
.header--mm .color-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 82px;
  background-image: url("../img/mm-corner.svg");
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 768px) {
  .header--mm .color-bar {
    height: 130px;
    background-size: 570px;
  }
}
@media (min-width: 1216px) {
  .header--mm .color-bar {
    height: 200px;
    background-size: 874px;
  }
}
.header--mm .back-link {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 90px;
  height: 90px;
  background-image: url("../img/mm-twr-label.svg");
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  text-indent: 1000px;
}
.is-menu-open .header--mm .back-link {
  left: 50px;
}
@media (min-width: 768px) {
  .header--mm .back-link {
    top: 10px;
    right: 20px;
    width: 128px;
    height: 128px;
  }
}
@media (min-width: 1216px) {
  .header--mm .back-link {
    top: 31px;
    right: 83px;
    width: 148px;
    height: 148px;
  }
}
.header--mm + .main .header-placeholder {
  height: 0;
}

.page-template-donate .wysiwyg-content p img:nth-last-child(n+2):nth-last-child(-n+2):first-child {
  margin-right: 20px;
}
.page-template-donate .wysiwyg-content p img:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.page-template-donate .wysiwyg-content p img:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ img {
  width: calc(50% - 10px);
}
.page-template-donate .thermometer {
  background: rgba(23, 163, 222, 0.1);
  width: 100%;
  max-width: 480px;
  padding: 43px 53px 21px;
  margin-top: 76px;
}
@media (min-width: 961px) {
  .page-template-donate .thermometer {
    margin-top: 106px;
  }
}
.page-template-donate .thermometer h3 {
  text-align: center;
  font-weight: 700;
  margin-top: 34px;
}
.page-template-donate .thermometer svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.page-template-donate .thermometer svg:not(:root) {
  overflow: visible;
}
.page-template-donate .thermometer__latest {
  margin-top: 50px;
  width: 100%;
  color: #17a3de;
  font-weight: 600;
  border: 1px solid #E6E6E6;
  max-width: 480px;
}
.page-template-donate .thermometer__latest ul {
  padding: 6px 24px 18px;
  margin: 0;
}
.page-template-donate .thermometer__latest ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 22px 0 14px;
  margin: 0;
}
.page-template-donate .thermometer__latest ul li::before {
  content: none;
}
.page-template-donate .thermometer__latest ul li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #E6E6E6;
}
.page-template-donate .thermometer__latest ul li .amount {
  font-size: 32px;
  margin-right: 30px;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #18355A;
}
.page-template-donate .thermometer__latest ul li div {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.35;
}
.page-template-donate .thermometer__latest ul li div .name {
  color: #18355A;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}
.page-template-donate .thermometer__latest ul li div .time {
  font-size: 14px;
  color: #18355A;
}
.page-template-donate .thermometer__latest h3 {
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  padding: 24px;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  color: #18355A;
}

.page-title .has-accent {
  font-family: "Intro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-title .accent {
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pre-title {
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 1.35;
  font-weight: bold;
}
.pre-title + .h1, .pre-title + .layout__title, .pre-title + .page-title {
  margin-top: 0.6em;
}

.intro {
  font-size: 16px;
  line-height: 1.66;
  margin-top: 0.78em;
}
.intro > p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .intro {
    font-size: 18px;
  }
}
.intro + .btn-group {
  margin-top: 3.5em;
}

.pageheader {
  position: relative;
  overflow: hidden;
}
.pageheader__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  background: #fff;
}
.pageheader__bg--small {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pageheader__bg--small {
    display: none;
  }
}
.pageheader__bg--large {
  display: none;
}
@media (min-width: 768px) {
  .pageheader__bg--large {
    display: block;
  }
}
@media (min-width: 1845px) {
  .pageheader__bg--large {
    left: 0;
    right: auto;
  }
}
.pageheader__bg--large defs image {
  x: 0.1;
}
@media (min-width: 1366px) {
  .pageheader__bg--large defs image {
    x: 0;
  }
}
.pageheader__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80%;
  padding: 0 30px 60px 30px;
}
@media (min-width: 640px) {
  .pageheader__content {
    margin-top: 74%;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .pageheader__content {
    margin-top: 0;
  }
}
.pageheader .pre-title, .pageheader .page-title, .pageheader .intro {
  color: #fff;
  width: 100%;
}
.pageheader .pre-title {
  margin-top: 0;
}
.pageheader .intro > p:last-child {
  margin-bottom: 0;
}
.pageheader .btn-group {
  margin-bottom: 0;
  width: 100%;
}
.pageheader .btn-group .btn:only-child, .pageheader .btn-group .custom-form .gform_previous_button:only-child, .custom-form .pageheader .btn-group .gform_previous_button:only-child,
.pageheader .btn-group .gform_button:only-child,
.pageheader .btn-group .gform-theme-button:only-child, .pageheader .btn-group .main-menu .is-btn a:only-child, .main-menu .is-btn .pageheader .btn-group a:only-child {
  margin: 0;
}
.pageheader.pageheader--type-lightblue {
  background-color: #17a3de;
}
.pageheader.pageheader--type-darkblue {
  background-color: #5567ae;
}
.pageheader.pageheader--type-lightblue, .pageheader.pageheader--type-darkblue {
  display: flex;
}
@media (min-width: 768px) {
  .pageheader.pageheader--type-lightblue, .pageheader.pageheader--type-darkblue {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -26%;
  }
}
@media (min-width: 820px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -18%;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -18%;
  }
}
@media (min-width: 1024px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -18%;
  }
}
@media (min-width: 1100px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -18%;
  }
}
@media (min-width: 1216px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -35%;
  }
}
@media (min-width: 1366px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -25%;
  }
}
@media (min-width: 1536px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: -4%;
  }
}
@media (min-width: 1640px) {
  .pageheader.pageheader--type-lightblue .pageheader__bg, .pageheader.pageheader--type-darkblue .pageheader__bg {
    right: 0;
  }
}
@media (max-width: 1530px) {
  .pageheader.pageheader--type-lightblue .pageheader__content .intro, .pageheader.pageheader--type-darkblue .pageheader__content .intro {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 430px;
    width: 300px;
    padding: 40px 40px 40px 0;
  }
  .pageheader.pageheader--type-lightblue .pageheader__content .page-title, .pageheader.pageheader--type-darkblue .pageheader__content .page-title {
    font-size: 36px;
  }
}
@media (min-width: 820px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 465px;
    width: 350px;
    padding: 40px 40px 40px 0;
  }
  .pageheader.pageheader--type-lightblue .pageheader__content .page-title, .pageheader.pageheader--type-darkblue .pageheader__content .page-title {
    font-size: 40px;
  }
}
@media (min-width: 820px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 520px;
    width: 410px;
    padding: 60px 40px 60px 0;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 600px;
    width: 510px;
    padding: 60px 40px 60px 0;
  }
}
@media (min-width: 1024px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 540px;
    width: 440px;
    padding: 60px 40px 60px 0;
  }
}
@media (min-width: 1100px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 600px;
    width: 510px;
    padding-right: 50px;
  }
}
@media (min-width: 1216px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    width: 380px;
  }
}
@media (min-width: 1366px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    width: 420px;
  }
}
@media (min-width: 1536px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    min-height: 600px;
    width: 650px;
  }
}
@media (min-width: 1845px) {
  .pageheader.pageheader--type-lightblue .pageheader__content, .pageheader.pageheader--type-darkblue .pageheader__content {
    width: 45%;
    padding-right: 7%;
  }
}
.pageheader.pageheader--type-orange {
  background-color: #f49529;
}
@media (min-width: 960px) {
  .pageheader.pageheader--type-orange .pageheader__bg--large {
    right: -20%;
    left: auto;
  }
}
@media (min-width: 1216px) {
  .pageheader.pageheader--type-orange .pageheader__bg--large {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1845px) {
  .pageheader.pageheader--type-orange .pageheader__bg--large {
    right: 0;
    left: auto;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--type-orange .pageheader__content {
    max-width: 1156px;
    margin: 0 auto;
    width: auto;
    min-height: 500px;
    padding: 60px 45% 60px 30px;
  }
}
@media (min-width: 1216px) {
  .pageheader.pageheader--type-orange .pageheader__content {
    padding-left: 0;
    padding-right: 640px;
  }
}
@media (min-width: 1216px) {
  .pageheader.pageheader--type-orange .pageheader__content {
    padding-left: 30px;
  }
}
@media (min-width: 1534px) {
  .pageheader.pageheader--type-orange .pageheader__content {
    padding-left: 0px;
    padding-right: 570px;
  }
}
.pageheader.pageheader--type-blank {
  padding: 110px 0 40px 0px;
}
.pageheader.pageheader--type-blank .pre-title, .pageheader.pageheader--type-blank .page-title, .pageheader.pageheader--type-blank .intro {
  color: inherit;
}
.pageheader.pageheader--type-blank .pageheader__content {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.post-type-archive .pageheader.pageheader--type-blank .pageheader__content, .blog .pageheader.pageheader--type-blank .pageheader__content {
  max-width: 600px;
}
.pageheader.pageheader--type-broadcast {
  padding: 70px 0 0 0;
  background-color: rgba(23, 163, 222, 0.15);
  text-align: center;
}
@media (min-width: 768px) {
  .pageheader.pageheader--type-broadcast {
    padding: 110px 0 40px 0px;
  }
}
.pageheader.pageheader--type-broadcast .pre-title, .pageheader.pageheader--type-broadcast .page-title, .pageheader.pageheader--type-broadcast .intro {
  color: inherit;
}
.pageheader.pageheader--type-broadcast .hero__svg {
  position: absolute;
  height: auto;
  width: 120%;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  right: 0;
  bottom: 0;
  fill: #009ee5;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .pageheader.pageheader--type-broadcast .hero__svg {
    display: block;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--type-broadcast .hero__svg {
    width: 100%;
    left: 0;
  }
}
.pageheader.pageheader--type-broadcast .hero__svg polygon {
  -webkit-animation: soundwave 3s infinite;
  animation: soundwave 3s infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.pageheader.pageheader--type-broadcast .hero__svg polygon:nth-child(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.pageheader.pageheader--type-broadcast .hero__svg polygon:nth-child(3n) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.pageheader.pageheader--type-broadcast .page-title {
  font-family: "Intro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 2;
}
.pageheader.pageheader--type-broadcast .page-title strong {
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.pageheader.pageheader--type-broadcast .sub-title {
  width: 100%;
  z-index: 2;
}
.pageheader.pageheader--type-broadcast .pageheader__content {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.post-type-archive .pageheader.pageheader--type-broadcast .pageheader__content, .blog .pageheader.pageheader--type-broadcast .pageheader__content {
  max-width: 600px;
}
.pageheader.pageheader--type-player {
  background-color: rgba(23, 163, 222, 0.15);
  color: #092949;
}
.pageheader.pageheader--type-player .pre-title, .pageheader.pageheader--type-player .page-title, .pageheader.pageheader--type-player .intro {
  color: inherit;
}
@media (max-width: 767px) {
  .pageheader.pageheader--type-player .page-title {
    font-size: 24px;
  }
}
.pageheader.pageheader--type-player .pageheader__content {
  padding: 0;
  margin-top: 0;
}
.pageheader.pageheader--type-player .pageheader__appnav {
  display: none;
}
.pageheader.pageheader--type-player .player {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 5em 0;
}
@media (min-width: 425px) {
  .pageheader.pageheader--type-player .player {
    flex-wrap: nowrap;
  }
}
.pageheader.pageheader--type-player .player__play-btn {
  position: relative;
  width: 68px;
  height: 68px;
  padding: 20px;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: none;
}
@media (min-width: 768px) {
  .pageheader.pageheader--type-player .player__play-btn {
    width: 104px;
    height: 104px;
    margin-right: 32px;
    padding: 32px;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--type-player .player__play-btn {
    width: 120px;
    height: 120px;
    margin-right: 40px;
  }
}
.pageheader.pageheader--type-player .player__play-btn.active:before {
  -webkit-animation: playing 2s infinite;
  animation: playing 2s infinite;
}
.pageheader.pageheader--type-player .player__play-btn:hover:after {
  transform: scale(0.58);
}
.pageheader.pageheader--type-player .player__play-btn:active:after {
  transform: scale(0.56);
}
.pageheader.pageheader--type-player .player__play-btn:after, .pageheader.pageheader--type-player .player__play-btn:before {
  content: "";
  background: #ea6323;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none;
}
.pageheader.pageheader--type-player .player__play-btn:before {
  opacity: 0.1;
}
.pageheader.pageheader--type-player .player__play-btn:after {
  transform: scale(0.6);
  opacity: 1;
  box-shadow: 0 7px 12px -4px rgba(216, 69, 25, 0.6);
}
.pageheader.pageheader--type-player .player__play-btn-icon {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
}
.pageheader.pageheader--type-player .player__play-btn-icon.active {
  display: flex;
}
.pageheader.pageheader--type-player .player__soundwave svg {
  display: block;
  width: 100%;
  height: auto;
}
.pageheader.pageheader--type-player .player__soundwave-time {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.pageheader.pageheader--type-player .player__soundwave-time-box {
  background: rgba(9, 41, 73, 0.4);
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px 0 8px;
  line-height: 2;
  pointer-events: none;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pageheader.pageheader--mm .pageheader__content {
  margin-top: 0;
  padding: 150px 0 110px 0;
  justify-content: flex-end;
}
@media (min-width: 640px) {
  .pageheader.pageheader--mm .pageheader__content {
    margin-top: 0;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .pageheader.pageheader--mm .pageheader__content {
    padding-top: 366px;
    padding-bottom: 60px;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--mm .pageheader__content {
    margin-top: 0;
  }
}
.pageheader.pageheader--mm .pageheader__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pageheader.pageheader--mm .pageheader__bg:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.pageheader:not(.pageheader--mm-img) .pageheader.pageheader--mm .pageheader__nav {
  margin-top: 0;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .pageheader:not(.pageheader--mm-img) .pageheader.pageheader--mm .pageheader__nav {
    padding-top: 204px;
  }
}
.pageheader.pageheader--mm .page-title {
  margin-top: 0;
  color: #092949;
}
.pageheader.pageheader--mm .page-intro {
  position: relative;
  margin-top: 0;
  padding-bottom: 23px;
  margin-bottom: 68px;
}
.pageheader.pageheader--mm .page-intro *:first-child {
  margin-top: 0;
}
.pageheader.pageheader--mm .page-intro *:last-child {
  margin-bottom: 0;
}
.pageheader.pageheader--mm .page-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 3px;
  background: #18355A;
}
.pageheader.pageheader--mm .back-link {
  display: none;
  position: absolute;
  top: 378px;
  left: -58px;
  font-size: 21px;
  color: #092949;
}
@media (min-width: 768px) {
  .pageheader.pageheader--mm .back-link {
    display: block;
  }
}
@media (min-width: 960px) {
  .pageheader.pageheader--mm .back-link {
    left: -88px;
  }
}
.pageheader.pageheader--mm.pageheader--has-image .pageheader__content {
  min-height: 100vh;
}
@media screen and (min-height: 667px) {
  .pageheader.pageheader--mm.pageheader--has-image .pageheader__content {
    min-height: 667px;
  }
}
@media (min-width: 768px) {
  .pageheader.pageheader--mm.pageheader--has-image .pageheader__content {
    min-height: 687px;
    justify-content: center;
  }
}
.pageheader.pageheader--mm.pageheader--has-image .page-title {
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.63);
}
.pageheader.pageheader--mm.pageheader--has-image + .pageheader--mm-intro .col:last-child {
  order: -1;
}
@media (min-width: 768px) {
  .pageheader.pageheader--mm.pageheader--has-image + .pageheader--mm-intro .col:last-child {
    order: 0;
  }
}
.pageheader.pageheader--mm.pageheader--has-image + .pageheader--mm-intro .page-intro {
  font-size: 18px;
  line-height: 30px;
}
.pageheader.pageheader--mm.pageheader--mm-blank .pageheader__content {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .pageheader.pageheader--mm.pageheader--mm-blank .pageheader__content {
    padding-bottom: 60px;
  }
}
.pageheader.pageheader--mm.pageheader--mm-blank .pageheader__content .page-intro {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 45px;
}
.pageheader.pageheader--mm.pageheader--mm-blank + .layouts .layout-1.layout-collection, .pageheader.pageheader--mm.pageheader--mm-blank + .layouts .layout-1.layout-subjects,
.pageheader.pageheader--mm.pageheader--mm-blank ~ .layouts .layout-1.layout-collection,
.pageheader.pageheader--mm.pageheader--mm-blank ~ .layouts .layout-1.layout-subjects {
  padding-top: 0;
}
.pageheader.pageheader--mm.pageheader--mm-intro {
  overflow: visible;
}
.pageheader.pageheader--mm.pageheader--mm-intro .page-intro {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}
.pageheader.pageheader--mm.pageheader--mm-intro .pageheader__content {
  padding: 112px 0 0 0;
}
.pageheader.pageheader--mm.pageheader--mm-intro .pageheader__content .back-link {
  top: 122px;
}
.pageheader__nav {
  background: #fff;
  margin-top: -46px;
  padding: 35px 0px 22px 0px;
}
@media (min-width: 768px) {
  .pageheader__nav {
    margin-top: -96px;
    padding: 35px 40px 22px 40px;
  }
}
@media (min-width: 768px) {
  .pageheader--mm-blank .pageheader__nav {
    margin-top: 196px;
  }
}
.pageheader__nav-img {
  margin-left: 18px;
}
.pageheader__nav ul {
  margin-top: 5px;
}
.pageheader__nav ul > li {
  margin: 0;
  padding: 0;
}
.pageheader__nav ul > li::before {
  display: none;
}
.pageheader__nav .menu-item > a {
  font-size: 16px;
  display: block;
  color: #17a3de;
  padding: 18px;
  border-bottom: 1px solid #E6E6E6;
}
.pageheader__nav .menu-item:last-child > a {
  border-bottom: 0;
}
.pageheader__nav .current-menu-item > a {
  color: #092949;
}

@-webkit-keyframes playing {
  0% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(1.05) skew(8deg);
  }
  20% {
    transform: scaleY(1.03) skew(3deg);
  }
  30% {
    transform: scaleY(1.06) skew(-8deg);
  }
  40% {
    transform: scaleY(1.03) skew(8deg);
  }
  50% {
    transform: scaleY(1.04) skew(-8deg);
  }
  60% {
    transform: scaleY(1.01) skew(-1deg);
  }
  70% {
    transform: scaleY(1.04) skew(3deg);
  }
  80% {
    transform: scaleY(1.02) skew(-7deg);
  }
  90% {
    transform: scaleY(1.08) skew(-3deg);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes playing {
  0% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(1.05) skew(8deg);
  }
  20% {
    transform: scaleY(1.03) skew(3deg);
  }
  30% {
    transform: scaleY(1.06) skew(-8deg);
  }
  40% {
    transform: scaleY(1.03) skew(8deg);
  }
  50% {
    transform: scaleY(1.04) skew(-8deg);
  }
  60% {
    transform: scaleY(1.01) skew(-1deg);
  }
  70% {
    transform: scaleY(1.04) skew(3deg);
  }
  80% {
    transform: scaleY(1.02) skew(-7deg);
  }
  90% {
    transform: scaleY(1.08) skew(-3deg);
  }
  to {
    transform: scaleY(1);
  }
}
.breadcrumbs {
  margin: 2.2em 0;
}
.breadcrumbs a {
  font-weight: 400;
}
.breadcrumbs i {
  font-size: 0.6em;
  color: #17a3de;
  margin: 0 12px;
}
.breadcrumbs + .wysiwyg-content {
  margin-top: 3em;
}
@media (min-width: 960px) {
  .breadcrumbs + .wysiwyg-content {
    margin-top: 93px;
  }
}

.single .page-content .wysiwyg-content:first-of-type,
.page-template-donate .page-content .wysiwyg-content:first-of-type,
.page-template-default .page-content .wysiwyg-content:first-of-type,
.page-template-audiotheek .page-content .wysiwyg-content:first-of-type {
  margin-top: 3em;
}
@media (min-width: 960px) {
  .single .page-content .wysiwyg-content:first-of-type,
  .page-template-donate .page-content .wysiwyg-content:first-of-type,
  .page-template-default .page-content .wysiwyg-content:first-of-type,
  .page-template-audiotheek .page-content .wysiwyg-content:first-of-type {
    margin-top: 93px;
  }
}
.single .page-content .wysiwyg-content:first-of-type > p:first-of-type,
.page-template-donate .page-content .wysiwyg-content:first-of-type > p:first-of-type,
.page-template-default .page-content .wysiwyg-content:first-of-type > p:first-of-type,
.page-template-audiotheek .page-content .wysiwyg-content:first-of-type > p:first-of-type {
  font-size: 18px;
  font-weight: 400;
}
.single .pageheader--type-blank + .page-content .wysiwyg-content:first-of-type,
.page-template-donate .pageheader--type-blank + .page-content .wysiwyg-content:first-of-type,
.page-template-default .pageheader--type-blank + .page-content .wysiwyg-content:first-of-type,
.page-template-audiotheek .pageheader--type-blank + .page-content .wysiwyg-content:first-of-type {
  margin-top: 0;
}

.searchandfilter {
  margin-bottom: 3.75em;
}
.searchandfilter > ul {
  position: relative;
}
.searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.searchandfilter h4 {
  font-size: 14px;
}
.searchandfilter [data-sf-field-input-type=select] {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .searchandfilter [data-sf-field-input-type=select] {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .searchandfilter [data-sf-field-input-type=select] {
    width: 33.3333333333%;
  }
}
.searchandfilter [data-sf-field-input-type=select] label, .searchandfilter [data-sf-field-input-type=select] select {
  width: 100%;
}
.searchandfilter .sf-field-search {
  width: 100%;
  margin-bottom: 3em;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .searchandfilter .sf-field-search {
    margin-bottom: 85px;
  }
}
.searchandfilter .sf-field-search label {
  width: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .searchandfilter .sf-field-search label {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .searchandfilter .sf-field-search label {
    width: 41.6666666667%;
  }
}
.searchandfilter .sf-field-search label::before {
  content: "\e905";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 20px;
  width: 68px;
  height: 100%;
  line-height: 58px;
  text-align: center;
  font-size: 28px;
}
.searchandfilter .sf-field-search input {
  width: 100%;
  border-color: transparent;
  padding-left: 68px;
}
@media (min-width: 480px) {
  .searchandfilter .sf-field-search input {
    padding-right: 166px;
  }
}
.searchandfilter .sf-field-search input:focus {
  border-color: #17a3de;
}
.searchandfilter .sf-field-search + .sf-field-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 154px;
  height: 58px;
}
@media (min-width: 768px) {
  .searchandfilter .sf-field-search + .sf-field-submit {
    left: calc(50% - 154px + 13px);
  }
}
@media (min-width: 960px) {
  .searchandfilter .sf-field-search + .sf-field-submit {
    left: calc(41.6666666667% - 154px + 13px);
  }
}
.searchandfilter .sf-field-search + .sf-field-submit input {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
.searchandfilter .sf-field-submit {
  display: none;
}
@media (min-width: 480px) {
  .searchandfilter .sf-field-submit {
    display: block;
  }
}
.searchandfilter .sf-field-submit input {
  width: 100%;
}

.loop .col {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .loop .col {
    padding-bottom: 4em;
  }
}
.loop .hentry {
  position: relative;
  z-index: 1;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.loop .hentry::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 4px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.loop .hentry:hover::after, .loop .hentry.is-hovered::after, .loop .hentry:active::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.loop .hentry .post__thumb {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.loop .hentry .post__thumb img {
  width: 100%;
  max-width: none;
}
.loop .hentry .post__label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #17a3de;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}
.loop .hentry .post__header {
  position: relative;
  padding: 26px 20px;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
}
@media (min-width: 960px) {
  .loop .hentry .post__header {
    padding: 26px 40px;
  }
}
.loop .hentry .post__title {
  margin-top: 0;
  margin-bottom: 1em;
}
.loop .hentry .post__meta, .loop .hentry .post__date {
  font-size: 13px;
}
.loop .hentry .post__meta i, .loop .hentry .post__date i {
  color: #A6ADB4;
  margin-right: 3px;
}
.loop .hentry .post__meta {
  margin-bottom: 0;
}
.loop .hentry .post__date {
  color: #A6ADB4;
  margin-bottom: 0;
}
.loop .hentry.post--has-video .post__header::before, .loop .hentry.post--has-audio .post__header::before {
  content: "\e913";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -20px;
  right: 17px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #ea6323;
  box-shadow: 0px 3px 6px rgba(234, 99, 35, 0.3);
  display: block;
}
@media (min-width: 768px) {
  .loop--broadcast .hentry {
    margin-bottom: 2em;
  }
}
@media (min-width: 960px) {
  .loop--broadcast .hentry {
    margin-bottom: 0;
  }
}
.loop--broadcast .hentry .recent__card {
  color: #092949;
  font-weight: 400;
}
.loop--broadcast .hentry .post__header {
  padding: 19px 17px 15px 17px;
  background: #fff;
}
.loop--broadcast .hentry .post__title {
  margin-bottom: 0.5em;
}
.loop--broadcast .hentry .post__excerpt {
  margin-top: 0.5em;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loop--broadcast .hentry .post__date {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 11px;
}
.loop--broadcast .hentry .post__meta {
  position: relative;
  padding-top: 1em;
}
.loop--broadcast .hentry .post__meta span {
  margin-right: 10px;
}
.loop--broadcast .hentry .post__meta i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.loop--broadcast .hentry .post__meta .time {
  color: #a6adb4;
}
.loop--broadcast .hentry .post__meta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: calc(100% + 34px);
  height: 1px;
  background: #E6E6E6;
}
.loop--broadcast .hentry .post__thumb .broadcast__play.recent__play {
  position: absolute;
}
.loop--broadcast-list ul > li {
  margin-bottom: 19px;
}
.loop--broadcast-list .hentry {
  position: relative;
  flex-direction: row;
  color: #092949;
  border: 0;
  min-height: 125px;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry {
    border: 1px solid #E6E6E6;
  }
}
.loop--broadcast-list .hentry::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  z-index: 1;
  background: #E6E6E6;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry::before {
    display: none;
  }
}
.loop--broadcast-list .hentry::after {
  display: none;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry::after {
    display: block;
  }
}
.loop--broadcast-list .hentry .post__thumb {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  background-size: cover;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry .post__thumb {
    width: 137px;
    height: auto;
    border-radius: 4px 0 0 4px;
  }
  .loop--broadcast-list .hentry .post__thumb img {
    display: none;
  }
}
.loop--broadcast-list .hentry .post__header {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
  padding: 0 17px 24px 35px;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry .post__header {
    padding: 18px 22px 17px 40px;
  }
}
.loop--broadcast-list .hentry .post__meta {
  padding-top: 0;
}
.loop--broadcast-list .hentry .post__meta::before {
  display: none;
}
.loop--broadcast-list .hentry .post__excerpt {
  font-weight: 400;
}
.loop--broadcast-list .hentry .post__date {
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry .post__date {
    float: right;
    margin-left: 10px;
  }
}
.loop--broadcast-list .hentry.post--has-video .post__header::before, .loop--broadcast-list .hentry.post--has-audio .post__header::before {
  top: 64px;
  left: -47px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  line-height: 32px;
  padding: 0 13px;
  font-size: 10px;
}
@media (min-width: 960px) {
  .loop--broadcast-list .hentry.post--has-video .post__header::before, .loop--broadcast-list .hentry.post--has-audio .post__header::before {
    top: 50%;
    right: auto;
    width: 40px;
    height: 40px;
    left: -20px;
    margin-top: -20px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 12px;
  }
}
.loop--broadcast-list li:last-child .hentry::before {
  display: none;
}
.loop--team .team-member {
  display: flex;
  margin-bottom: 20px;
}
.loop--team .team-member a {
  color: inherit;
  font-weight: inherit;
}
.loop--team .team-member .post {
  border: none;
  border-radius: 0px;
}
.loop--team .team-member .post__thumb {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 72px;
}
@media (min-width: 480px) {
  .loop--team .team-member .post__thumb {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 176px;
  }
}
@media (min-width: 768px) {
  .loop--team .team-member .post__thumb {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 128px;
  }
}
@media (min-width: 960px) {
  .loop--team .team-member .post__thumb {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 176px;
  }
}
.loop--team .team-member .post__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
}
@media (min-width: 480px) {
  .loop--team .team-member .post__content {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .loop--team .team-member .post__content {
    padding-left: 24px;
  }
}
@media (min-width: 960px) {
  .loop--team .team-member .post__content {
    padding-left: 40px;
  }
}
.loop--team .team-member .post__title {
  margin-bottom: 0;
}
.search .loop .col {
  padding-bottom: 22px;
}
.search .loop .col:not(:first-child) {
  margin: 18px 0 0 0;
}
.search .loop .hentry {
  margin: 0;
  padding: 0 0 43px;
  border: unset;
  border-bottom: 1px solid #E6E6E6;
}
.search .loop .hentry:hover::after, .search .loop .hentry.is-hovered::after, .search .loop .hentry:active::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.search .loop .hentry h3 {
  margin: 0 0 0.5em 0;
}

.pagination {
  margin: 1.5em 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.pagination .nav-links {
  display: flex;
}
.pagination .page-numbers {
  display: block;
  background: #fff;
  color: #17a3de;
  border: 1px solid #17a3de;
  min-width: 39px;
  height: 39px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  margin-left: 20px;
  padding: 0 14px;
  border-radius: 3px;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers.current {
  color: #fff;
  background: #17a3de;
}
.pagination .page-numbers:first-child {
  margin-left: 0;
}
@media (max-width: 479px) {
  .pagination .page-numbers {
    margin: 6px;
  }
}

.nav-pills .nav-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.nav-pills .nav-item__link {
  display: flex;
  align-items: center;
  color: #092949;
  padding: 24px 50px 24px 20px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
.nav-pills .nav-item__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #5567ae;
  background: linear-gradient(to right, #5567ae 0%, #17a3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-pills .nav-item__link::after {
  content: "\e901";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: inherit;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  font-size: 16px;
  transform: rotate(0deg);
  transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-pills .nav-item__link:hover, .nav-pills .nav-item__link.is-hovered, .nav-pills .nav-item__link:active {
  color: #fff;
}
.nav-pills .nav-item__link:hover:before, .nav-pills .nav-item__link.is-hovered:before, .nav-pills .nav-item__link:active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills .nav-item__link:hover::after, .nav-pills .nav-item__link.is-hovered::after, .nav-pills .nav-item__link:active::after {
  right: 15px;
}
.nav-pills .nav-item__link:hover .post__meta, .nav-pills .nav-item__link.is-hovered .post__meta, .nav-pills .nav-item__link:active .post__meta {
  border-color: #fff;
}
.nav-pills .nav-item .post__title, .nav-pills .nav-item .post__meta {
  color: inherit;
  margin: 0;
}
.nav-pills .nav-item .post__meta {
  background: #fff;
  color: #092949;
  order: -1;
  font-weight: bold;
  padding: 4px 8px;
  margin-right: 25px;
  border-radius: 4px;
  border: 1px solid rgb(37.9836734694, 174.8408163265, 232.5163265306);
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .nav-accordion ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.nav-accordion .nav-item__label {
  display: block;
  width: 100%;
}
.nav-accordion .nav-item__link {
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 20px;
}
.nav-accordion .nav-item__link::after {
  content: "\e900";
  top: 26px;
  left: 20px;
  right: auto;
  margin-top: 0;
}
.nav-accordion .nav-item__link:hover {
  cursor: pointer;
}
.nav-accordion .nav-item__link:hover, .nav-accordion .nav-item__link.is-hovered, .nav-accordion .nav-item__link:active {
  color: #fff;
}
.nav-accordion .nav-item__link:hover::before, .nav-accordion .nav-item__link.is-hovered::before, .nav-accordion .nav-item__link:active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-accordion .nav-item__link:hover::after, .nav-accordion .nav-item__link.is-hovered::after, .nav-accordion .nav-item__link:active::after {
  right: auto;
}
.nav-accordion .nav-item__link.is-active {
  color: #fff;
}
.nav-accordion .nav-item__link.is-active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-accordion .nav-item__link.is-active::after {
  transform: rotate(180deg);
}
.nav-accordion .nav-item__link.is-active + .nav-item__content {
  max-height: 480px;
}
.nav-accordion .nav-item__link.is-active + .nav-item__content .accordion-content {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .nav-accordion .nav-item {
    width: 49%;
  }
}
.nav-accordion .nav-item__content {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-weight: 400;
  transition: max-height 0.5s ease;
  border-radius: 0 0 4px 4px;
}
.nav-accordion .accordion-content {
  padding: 0px 20px 24px 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}
.nav-accordion .accordion-content > p:first-child {
  margin-top: 0;
}
.nav-accordion .accordion-content p, .nav-accordion .accordion-content a {
  color: inherit;
}

.nav-tabs .nav-tabs__list {
  display: flex;
  border-bottom: 2px solid rgba(23, 163, 222, 0.2);
  margin-bottom: 24px;
}
.nav-tabs .tab > a {
  display: block;
  position: relative;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #092949;
  padding: 5px 22px 16px 22px;
}
.nav-tabs .tab > a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: transparent;
  transition: all 0.2s ease;
}
.nav-tabs .tab.is-active > a {
  color: #17a3de;
}
.nav-tabs .tab.is-active > a::after {
  background: #17a3de;
  width: 100%;
}
.nav-tabs .tab-content {
  display: none;
}
.nav-tabs .tab-content.is-active {
  display: block;
}

.single-post .pageheader--mm-blank .page-title {
  margin-bottom: 0;
}
.single-post .pageheader--mm-blank .pageheader__content {
  padding-bottom: 0;
}
.single-post .pageheader--mm-blank .page-content .wysiwyg-content:first-of-type {
  margin-top: -5px;
}
.single .event-dates {
  display: inline-block;
  float: left;
}
.single .event-dates .event-date:last-child {
  margin-right: 20px;
}
.single .event-date {
  display: inline-block;
  background: #fff;
  color: #5567ae;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
}
.single .event-date__day, .single .event-date__month {
  display: block;
  line-height: 1;
}
.single .event-date__day {
  font-size: 25px;
}
.single .event-date__month {
  font-size: 11px;
  text-transform: uppercase;
}

.page-content {
  padding-bottom: 100px;
}
.pageheader--mm-intro .page-content {
  padding: 0 0 45px 0;
}
@media (min-width: 768px) {
  .pageheader--mm-intro .page-content {
    padding: 70px 0;
  }
}
.page-broadcast-content .input {
  width: 100%;
}
.page-broadcast-content .btn-rssfeed {
  margin: 2.15em 0 1em;
  color: #092949;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmlld0JveD0iMCAtMjU2IDE3OTIgMTc5MiIKICAgaWQ9InN2ZzI5ODkiCiAgIHZlcnNpb249IjEuMSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC40OC4zLjEgcjk4ODYiCiAgIHdpZHRoPSIxMDAlIgogICBoZWlnaHQ9IjEwMCUiCiAgIHNvZGlwb2RpOmRvY25hbWU9InJzc19mb250X2F3ZXNvbWUuc3ZnIj4KICA8ZwogICAgIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDIxMi42MTAxNywxMzQ2LjE2OTUpIgogICAgIGlkPSJnMjk5MSI+CiAgICA8cGF0aAogICAgICAgZD0iTSAzODQsMTkyIFEgMzg0LDExMiAzMjgsNTYgMjcyLDAgMTkyLDAgMTEyLDAgNTYsNTYgMCwxMTIgMCwxOTIgcSAwLDgwIDU2LDEzNiA1Niw1NiAxMzYsNTYgODAsMCAxMzYsLTU2IDU2LC01NiA1NiwtMTM2IHogTSA4OTYsNjkgUSA4OTgsNDEgODc5LDIxIDg2MSwwIDgzMiwwIEggNjk3IFEgNjcyLDAgNjU0LDE2LjUgNjM2LDMzIDYzNCw1OCA2MTIsMjg3IDQ0OS41LDQ0OS41IDI4Nyw2MTIgNTgsNjM0IDMzLDYzNiAxNi41LDY1NCAwLDY3MiAwLDY5NyB2IDEzNSBxIDAsMjkgMjEsNDcgMTcsMTcgNDMsMTcgaCA1IFEgMjI5LDg4MyAzNzUsODE1LjUgNTIxLDc0OCA2MzQsNjM0IDc0OCw1MjEgODE1LjUsMzc1IDg4MywyMjkgODk2LDY5IHogbSA1MTIsLTIgUSAxNDEwLDQwIDEzOTAsMjAgMTM3MiwwIDEzNDQsMCBIIDEyMDEgUSAxMTc1LDAgMTE1Ni41LDE3LjUgMTEzOCwzNSAxMTM3LDYwIDExMjUsMjc1IDEwMzYsNDY4LjUgOTQ3LDY2MiA4MDQuNSw4MDQuNSA2NjIsOTQ3IDQ2OC41LDEwMzYgMjc1LDExMjUgNjAsMTEzOCAzNSwxMTM5IDE3LjUsMTE1Ny41IDAsMTE3NiAwLDEyMDEgdiAxNDMgcSAwLDI4IDIwLDQ2IDE4LDE4IDQ0LDE4IGggMyBRIDMyOSwxMzk1IDU2OC41LDEyODggODA4LDExODEgOTk0LDk5NCAxMTgxLDgwOCAxMjg4LDU2OC41IDEzOTUsMzI5IDE0MDgsNjcgeiIKICAgICAgIGlkPSJwYXRoMjk5MyIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzdHlsZT0iZmlsbDojMTdhM2RlIiAvPgogIDwvZz4KPC9zdmc+Cg==");
  background-position: left 10px center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.page-broadcast-content .btn-rssfeed:hover {
  background-color: #fff;
  color: #092949;
}
.page-broadcast-content .overview-filter {
  height: 100%;
}
.page-broadcast-content .overview-filter > div {
  height: 100%;
}
.page-broadcast-content .overview-filter .btn, .page-broadcast-content .overview-filter .custom-form .gform_previous_button, .custom-form .page-broadcast-content .overview-filter .gform_previous_button,
.page-broadcast-content .overview-filter .gform_button,
.page-broadcast-content .overview-filter .gform-theme-button, .page-broadcast-content .overview-filter .main-menu .is-btn a, .main-menu .is-btn .page-broadcast-content .overview-filter a {
  width: 100%;
  margin-top: 15px;
}
.page-broadcast-content .overview-filter .btn .icon, .page-broadcast-content .overview-filter .custom-form .gform_previous_button .icon, .custom-form .page-broadcast-content .overview-filter .gform_previous_button .icon,
.page-broadcast-content .overview-filter .gform_button .icon,
.page-broadcast-content .overview-filter .gform-theme-button .icon, .page-broadcast-content .overview-filter .main-menu .is-btn a .icon, .main-menu .is-btn .page-broadcast-content .overview-filter a .icon {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .page-broadcast-content .overview-filter .btn, .page-broadcast-content .overview-filter .custom-form .gform_previous_button, .custom-form .page-broadcast-content .overview-filter .gform_previous_button,
  .page-broadcast-content .overview-filter .gform_button,
  .page-broadcast-content .overview-filter .gform-theme-button, .page-broadcast-content .overview-filter .main-menu .is-btn a, .main-menu .is-btn .page-broadcast-content .overview-filter a {
    display: none;
  }
}
.page-broadcast-content .search-filters {
  background: #fff;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 20;
  padding: 30px;
  transition: all 0.3s ease;
  transform: translateY(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}
.page-broadcast-content .search-filters.is-active {
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 768px) {
  .page-broadcast-content .search-filters.is-active {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .page-broadcast-content .search-filters {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 0;
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: all;
  }
}
.page-broadcast-content .search-filters .field {
  margin-top: 30px;
}
.page-broadcast-content .search-filters .field:first-child, .page-broadcast-content .search-filters .field:last-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-broadcast-content .search-filters .field {
    margin-top: 40px;
  }
  .page-broadcast-content .search-filters .field:first-child {
    margin-top: 40px;
  }
  .page-broadcast-content .search-filters .field:last-child {
    display: none;
  }
}
.page-broadcast-content .search-filters .field .result-filter__search-box {
  display: none;
}
.page-broadcast-content .search-filters .field .result-filter__search-selection {
  margin-top: 10px;
}
.page-broadcast-content .search-filters .field .result-filter__search-selection-item {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  padding-left: 12px;
}
.page-broadcast-content .search-filters .field .result-filter__search-selection-item div {
  line-height: 1;
}
.page-broadcast-content .search-filters .field .result-filter__search-selection-item div:nth-child(1) {
  order: 2;
}
.page-broadcast-content .search-filters .field .result-filter__search-selection-item div:nth-child(2) {
  order: 1;
}
.page-broadcast-content .search-filters .field .result-filter__search-selection-item div svg {
  height: 20px;
  width: 20px;
  padding-top: 3px;
}
.page-broadcast-content .search-filters .control .result-filter__search-expand {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  border: 2px solid #ebf0f6;
  width: 100%;
  padding: 0 16px 16px 13px;
  border-top: 0;
  margin-top: -3px;
  border-radius: 0 0 4px 4px;
  z-index: 10;
  transition: all 0.5s ease;
}
.page-broadcast-content .search-filters .control .result-filter__search-expand.active {
  opacity: 1;
  visibility: visible;
}
.page-broadcast-content .search-filters .control .result-filter__search-result--hidden {
  display: none;
}
.page-broadcast-content .search-filters .control .result-filter__search-scroll {
  max-height: 150px;
  overflow-y: scroll;
}
.page-broadcast-content .search-filters .active .result-filter__search-expand {
  border-color: #17a3de;
}
.page-broadcast-content .search-filters .active .input {
  border-color: #17a3de;
}
.page-broadcast-content .search-filters .label {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.page-broadcast-content .loop--broadcast-list {
  margin-top: 50px;
}
.page .contact-info {
  font-size: 16px;
}
.page .contact-info p {
  margin-top: 2em;
  margin-bottom: 1em;
}

.author {
  display: flex;
}
.author-wrapper__title {
  margin-top: 3em;
  margin-bottom: 1em;
}
.author__thumb {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
}
.author__name span {
  display: block;
}
.author__subtitle {
  font-size: 13px;
}

.episodes {
  position: relative;
  border: 1px solid #E6E6E6;
  margin-top: 3em;
}
@media (min-width: 960px) {
  .episodes {
    margin-top: 93px;
    margin-left: auto;
  }
}
.episodes__title {
  margin: 0;
  padding: 25px 20px 25px 20px;
  font-size: 21px;
}
.episodes__list {
  margin: 0;
}
.episodes__search {
  padding: 10px 20px;
  background: #f7f7f7;
}
.episodes__search-input {
  height: 40px;
  width: 100%;
}
.episodes__paginate {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
}
.episodes__paginate--large {
  padding: 10px;
}
.episodes__paginate a {
  display: block;
  text-align: center;
  line-height: 40px;
  min-height: 40px;
  color: inherit;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.episodes__paginate .disabled a {
  color: grey;
}
.episodes__paginate .disabled a:hover {
  color: grey;
  cursor: pointer;
}
.episodes__paginate > li {
  margin: 0;
  padding: 0;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
}
.episodes__paginate > li::before {
  display: none;
}
.episodes__paginate > li + li {
  margin-left: -1px;
}
.episodes__page {
  max-width: 42px;
}
.episodes__page.active a {
  color: #fff;
  border-color: #17a3de;
  background-color: #17a3de;
}
.episodes--loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #17a3de;
  height: 3px;
}
.episodes .episode {
  display: flex;
  border-top: 1px solid #E6E6E6;
  padding: 13px 20px 13px 60px;
  margin: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
.episodes .episode:hover {
  background-color: rgba(23, 163, 222, 0.05);
}
.episodes .episode::before {
  top: 14px;
  left: auto;
  right: calc(100% - 48px);
  content: attr(data-index);
}
.episodes .episode > a {
  color: inherit;
  font-weight: 400;
}
.episodes .episode.is-active {
  font-weight: 600;
}
.episodes .episode.is-active::before {
  content: "\e913";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  top: 19px;
}
.episodes .episode.is-active > a {
  font-weight: 600;
}
.episodes .episode__title {
  margin-right: auto;
}
.episodes .episode__duration {
  color: #959595;
  margin-left: 10px;
  width: 115px;
  text-align: right;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.episodes .loading-episode {
  height: 50px;
  width: 100%;
  padding: 13px 20px;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
.episodes .loading-episode span {
  display: block;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f1f1f1;
  background: linear-gradient(to right, #f1f1f1 10%, #ececec 18%, #f1f1f1 33%);
  background-size: 800px 104px;
  height: 24px;
  position: relative;
}

.cta {
  position: relative;
  overflow: hidden;
  background: #17a3de;
  margin-top: 6em;
}
.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  background: #fff;
}
@media (min-width: 640px) {
  .cta__bg {
    left: -150px;
  }
}
.cta__bg--small {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .cta__bg--small {
    display: none;
  }
}
.cta__bg--large {
  display: none;
}
@media (min-width: 640px) {
  .cta__bg--large {
    display: block;
  }
}
.cta__content {
  position: relative;
  z-index: 1;
  color: #fff !important;
  margin-top: 80%;
  padding: 10px 30px;
}
@media (min-width: 640px) {
  .cta__content {
    margin-top: 0;
    min-height: 340px;
    width: 380px;
    padding: 40px 30px 40px 40px;
  }
}
@media (min-width: 1216px) {
  .cta__content {
    padding-right: 60px;
    max-width: 460px;
  }
}
.cta__title {
  font-size: 29px;
}
.cta .logo {
  position: absolute;
  top: -1px;
  right: 25px;
  z-index: 1;
  width: 105px;
  height: 80px;
  background: url("../img/logo_label_2.svg") 0 0 no-repeat;
  background-size: 100%;
  padding: 21px 14px;
}
@media (min-width: 960px) {
  .cta .logo {
    width: 121px;
    height: 92px;
    right: 32px;
    padding: 24px 14px;
  }
}
.cta .btn, .cta .custom-form .gform_previous_button, .custom-form .cta .gform_previous_button,
.cta .gform_button,
.cta .gform-theme-button, .cta .main-menu .is-btn a, .main-menu .is-btn .cta a {
  width: 100%;
}
@media (min-width: 640px) {
  .cta .btn, .cta .custom-form .gform_previous_button, .custom-form .cta .gform_previous_button,
  .cta .gform_button,
  .cta .gform-theme-button, .cta .main-menu .is-btn a, .main-menu .is-btn .cta a {
    width: auto;
  }
}
.cta .btn-group {
  margin-top: 2em;
}
@media (min-width: 960px) {
  .cta .btn-group {
    margin-top: 3em;
  }
}

.cookie-notice-container {
  padding: 16px;
}
.cookie-notice-container #cn-notice-text {
  margin-bottom: 16px;
  max-width: 640px;
  display: inline-block;
}
@media (min-width: 640px) {
  .cookie-notice-container #cn-notice-text {
    text-align: left;
  }
}

.section-search {
  padding: 130px 0 160px;
}

body.popup-is-open .popup-outer {
  display: flex;
}

.popup-outer {
  justify-content: center;
  align-items: center;
  padding: 22px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  display: none;
}
.popup-outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.popup-container {
  background: #17a3de;
  max-width: 380px;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.popup-container > img {
  width: 100%;
}
.popup-container .sub-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
}
.popup-container h3 {
  font-size: 20px;
  color: #fff;
  margin: 4px 0 36px;
}
@media (min-width: 769px) {
  .popup-container h3 {
    font-size: 26px;
  }
}
.popup-container p {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px 0 12px;
  margin: 0;
  font-size: 14px;
}
.popup-container .content {
  position: relative;
  top: -30px;
  padding: 0 22px;
}
@media (max-width: 767px) {
  .popup-container .content {
    margin-bottom: -26px;
  }
}
.popup-container .content .popup-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding: 16px 28px;
  background: #f49529;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) {
  .popup-container .content .popup-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.popup-container .content .popup-btn:hover::after {
  transform: translateX(4px);
}
.popup-container .content .popup-btn::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='long-arrow-right' class='svg-inline--fa fa-long-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M254.544 154.427L320.118 220H24c-13.255 0-24 10.745-24 24v24c0 13.255 10.745 24 24 24h296.118l-65.574 65.573c-9.373 9.373-9.373 24.569 0 33.941l16.971 16.971c9.373 9.373 24.569 9.373 33.941 0L440.97 272.97c9.373-9.373 9.373-24.569 0-33.941L305.456 103.515c-9.373-9.373-24.569-9.373-33.941 0l-16.971 16.971c-9.373 9.372-9.373 24.568 0 33.941z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 13px;
  margin: auto 0;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.popup-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='times' class='svg-inline--fa fa-times fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 22px;
}

.page-template-donate-main .page-content {
  padding-bottom: 0;
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-header .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1217px) {
  .page-template-donate-main .section--donate-header .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-template-donate-main .section--donate-header .donate--image {
  height: 300px;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-header .donate--image {
    height: 100%;
    position: absolute;
  }
}
.page-template-donate-main .section--donate-header .donate--image img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-donate-main .section--donate-header .donate--wrapper {
  position: relative;
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-header .donate--wrapper {
    min-height: 640px;
  }
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-header .container {
    display: flex;
    align-items: end;
  }
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-header .donate--form-intro {
    width: 400px;
  }
  .page-template-donate-main .section--donate-header .donate--form-intro h1 {
    color: white;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.63);
    font-size: 2.5rem;
  }
}
.page-template-donate-main .section--donate-header .donate--form-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-header .donate--form-container {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px;
    background: white;
    width: 600px;
    margin-left: auto;
  }
}
.page-template-donate-main .section--donate-header .donate--form-container h2 {
  margin-top: 0;
}
.page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps {
  border: 0 !important;
  margin-bottom: 15px;
}
.page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps .gf_step {
  margin-right: 14px;
  padding: 0 !important;
}
.page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps .gf_step_active {
  border: 0;
}
.page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps .gf_step_active .gf_step_number {
  background-color: #17a3de;
}
.page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps .gf_step_number {
  background: #DDDDDD;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  text-align: center;
  margin: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding-top: 5px;
  display: inline-block;
}
.page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps .gf_step_label {
  font-size: 0.9rem;
  padding-left: 8px;
}
.page-template-donate-main .section--donate-header .donate--form-container .donate--form-info {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.page-template-donate-main .section--donate-header .donate--form-container .donate--form-info .ideal-img {
  margin-left: 8px;
  height: 32px;
}
.page-template-donate-main .gform_wrapper {
  margin: 0;
}
.page-template-donate-main .gform_wrapper .gfield_label {
  font-size: 16px;
}
.page-template-donate-main .custom-form .gfield_radio label {
  font-weight: normal;
}
.page-template-donate-main .gform_page_footer {
  display: flex;
  flex-direction: column;
}
.page-template-donate-main .gform_page_footer .gform_previous_button {
  display: flex;
  border: 0;
  order: 2;
  padding-left: 15px;
  overflow: inherit;
}
.page-template-donate-main .gform_page_footer .gform_previous_button:before {
  content: "‹";
  left: 0;
  top: 16px;
  width: 10px;
  opacity: 1;
  height: 20px;
  background: none;
}
.page-template-donate-main .gform_page_footer .gform_previous_button:hover {
  color: inherit;
}
.page-template-donate-main .gform_page_footer .gform_previous_button:hover:before {
  content: "‹";
  left: 0;
  top: 16px;
  width: 10px;
  opacity: 1;
  height: 20px;
  background: none;
  transform: translateX(-5px);
}
.page-template-donate-main .gform_page_footer .gform_previous_button:hover:after {
  display: none;
}
.page-template-donate-main input[type=checkbox] + label::before, .page-template-donate-main input[type=radio] + label::before {
  border-color: #DCE1E6;
}
.page-template-donate-main input[type=radio]:checked + label::before {
  border-width: 2px !important;
}
.page-template-donate-main input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #092949;
}
.page-template-donate-main .button {
  width: 100%;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}
.page-template-donate-main .button:hover::before {
  transform: scale(240);
}
.page-template-donate-main .custom-listview ul.gfield_radio {
  display: flex;
  gap: 20px;
}
.page-template-donate-main .custom-listview ul.gfield_radio li {
  flex: 1 1 calc(50% - 10px);
  margin: 0;
}
.page-template-donate-main .custom-listview ul.gfield_radio li label {
  border: 2px solid #DCE1E6;
  width: 100%;
  height: 75px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 2px 0;
  padding: 0;
}
.page-template-donate-main .custom-listview ul.gfield_radio li label:before, .page-template-donate-main .custom-listview ul.gfield_radio li label:after {
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  left: auto;
  border-radius: 3px;
}
.page-template-donate-main .custom-listview ul.gfield_radio li input[type=radio]:checked + label {
  border-color: #092949;
}
.page-template-donate-main .custom-listview ul.gfield_radio li input[type=radio]:checked + label:before {
  background: #092949;
  border-color: #092949;
}
.page-template-donate-main .custom-listview ul.gfield_radio li input[type=radio]:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.page-template-donate-main .section--donate-info {
  padding: 50px 0;
  background: #DCF1FA;
}
@media (min-width: 961px) {
  .page-template-donate-main .section--donate-info {
    padding: 100px 0;
  }
}
.page-template-donate-main .section--donate-info .section--donate-text {
  max-width: 682px;
}
@media (max-width: 768px) {
  .page-template-donate-main .section--donate-info .section--donate-text {
    margin-bottom: 50px;
  }
}
.page-template-donate-main .section--donate-info .section--donate-text h2 {
  margin-top: 0;
}
.page-template-donate-main .section--donate-info .accordion {
  margin: 0;
  list-style: none;
  padding: 0;
}
.page-template-donate-main .section--donate-info .accordion--item {
  position: relative;
  padding: 22px 0 22px 50px;
  margin: 0;
  transition: background-color 0.3s ease;
}
.page-template-donate-main .section--donate-info .accordion--item:not(:last-child) {
  border-bottom: 1px solid rgba(48, 165, 218, 0.3);
}
.page-template-donate-main .section--donate-info .accordion--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2326A4DC' d='M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transition: transform 0.3s ease;
}
.page-template-donate-main .section--donate-info .accordion--item:first-child {
  padding-top: 10px;
}
.page-template-donate-main .section--donate-info .accordion--item:first-child::before {
  top: 6px;
}
.page-template-donate-main .section--donate-info .accordion--item-title {
  color: #092949;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-template-donate-main .section--donate-info .accordion--item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.page-template-donate-main .section--donate-info .accordion--item.is-open::before {
  transform: rotate(45deg);
}
@media (min-width: 480px) {
  .form .field.is-group {
    display: flex;
  }
  .form .field.is-group .control:first-child > .btn, .form .field.is-group .custom-form .control:first-child > .gform_previous_button, .custom-form .form .field.is-group .control:first-child > .gform_previous_button,
  .form .field.is-group .control:first-child > .gform_button,
  .form .field.is-group .control:first-child > .gform-theme-button, .form .field.is-group .main-menu .is-btn .control:first-child > a, .main-menu .is-btn .form .field.is-group .control:first-child > a, .form .field.is-group .control:first-child > .input {
    border-radius: 4px 0 0 4px;
  }
  .form .field.is-group .control:first-child > .input {
    border-right: 0;
  }
  .form .field.is-group .control:last-child > .btn, .form .field.is-group .custom-form .control:last-child > .gform_previous_button, .custom-form .form .field.is-group .control:last-child > .gform_previous_button,
  .form .field.is-group .control:last-child > .gform_button,
  .form .field.is-group .control:last-child > .gform-theme-button, .form .field.is-group .main-menu .is-btn .control:last-child > a, .main-menu .is-btn .form .field.is-group .control:last-child > a, .form .field.is-group .control:last-child > .input {
    border-radius: 0 4px 4px 0;
  }
  .form .field.is-group .control:last-child > .input {
    border-left: 0;
  }
  .form .field.is-group .btn, .form .field.is-group .custom-form .gform_previous_button, .custom-form .form .field.is-group .gform_previous_button,
  .form .field.is-group .gform_button,
  .form .field.is-group .gform-theme-button, .form .field.is-group .main-menu .is-btn a, .main-menu .is-btn .form .field.is-group a {
    height: 100%;
  }
}
.form .control {
  position: relative;
}
.form .control .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form .control.has-icon-left .icon, .form .control.has-icon-right .icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 3.5em;
  height: 100%;
  z-index: 4;
}
.form .control.has-icon-left .input {
  padding-left: 3.5em;
}
.form .control.has-icon-left .icon {
  left: 0;
}
.form .control.has-icon-right .input {
  padding-right: 3.5em;
}
.form .control.has-icon-right .icon {
  right: 0;
}

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

.gform_wrapper {
  margin: 2em 0;
}
.gform_wrapper .gfield {
  list-style: none;
  margin-bottom: 19px;
}
.gform_wrapper .gfield_label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
.gform_wrapper .gfield.hidden_label .gfield_label {
  display: none;
}
@media (min-width: 640px) {
  .gform_wrapper .gfield.half-width {
    width: 48.5%;
    display: inline-block;
  }
  .gform_wrapper .gfield.half-width + .gfield.half-width {
    margin-left: 3%;
  }
  .gform_wrapper .gfield.half-width + .gfield.half-width.first-half {
    margin-left: 0;
  }
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=date],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=number],
.gform_wrapper input[type=search],
.gform_wrapper input[type=time],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
}
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=date],
.gform_wrapper .gfield_error input[type=datetime],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=search],
.gform_wrapper .gfield_error input[type=time],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #ea9599;
}
@media (min-width: 480px) {
  .gform_wrapper .inline-form {
    display: flex;
  }
}
.gform_wrapper .inline-form .gform_body {
  width: 100%;
}
@media (min-width: 480px) {
  .gform_wrapper .inline-form .gfield {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .gform_wrapper .inline-form .gfield input {
    border-radius: 3px 0 0 3px;
  }
}
.gform_wrapper .inline-form .gform_button {
  width: 100%;
}
@media (min-width: 480px) {
  .gform_wrapper .inline-form .gform_button {
    width: auto;
    height: 58px;
    border-radius: 0 3px 3px 0;
  }
}
.gform_wrapper .gfield_required {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 3px;
}

.ginput_container_select,
[data-sf-field-input-type=select] label {
  position: relative;
}
.ginput_container_select::after,
[data-sf-field-input-type=select] label::after {
  content: "\e902";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 10px;
  margin-top: -0.5em;
  pointer-events: none;
}

.gform_confirmation_message {
  margin: 1em 0;
  background: #ceefd8;
  color: #366f3e;
  padding: 10px 14px;
  border-radius: 3px;
}

.validation_error {
  display: none;
}

.validation_message {
  margin-top: 5px;
  font-weight: 600;
  color: #d41818;
  font-size: 13px;
}

.gform_footer,
.gform_page_footer {
  position: relative;
  text-align: right;
}

.gform_page_footer {
  margin-top: 2em;
}

.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 999;
  width: 16px;
  height: 16px;
}

.custom-form.custom-form--new .gf_page_steps, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gf_page_steps {
  display: none;
}
.custom-form.custom-form--new .gfield, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield {
  margin-bottom: 10px !important;
}
.custom-form.custom-form--new .gfield_price, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price {
  display: inline-block;
  width: 100% !important;
}
.custom-form.custom-form--new .gfield_price--small, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price--small {
  width: 100%;
}
.custom-form.custom-form--new .gfield_price--small .ginput_container, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price--small .ginput_container {
  position: relative;
  top: -3px;
}
.custom-form.custom-form--new .gfield_price--small .ginput_container::before, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price--small .ginput_container::before {
  content: "Bedrag:";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EBF0F6;
  width: 86px;
  height: calc(100% - 4px);
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 2px;
}
.custom-form.custom-form--new .gfield_price--small input, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price--small input {
  padding-left: 102px;
}
.custom-form.custom-form--new .gfield_price ul, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul {
  position: relative;
}
@media (min-width: 961px) {
  .custom-form.custom-form--new .gfield_price ul, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul {
    padding-right: 58px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  .custom-form.custom-form--new .gfield_price ul::after, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul::after {
    content: "Of";
    font-size: 14px;
    color: #18355A;
    position: absolute;
    text-align: center;
    bottom: unset;
    right: 125px;
    width: auto;
    top: 16px;
  }
}
.custom-form.custom-form--new .gfield_price ul li, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li {
  position: relative;
  margin-right: 20px;
  flex: 0 0 calc(50% - 20px);
}
@media (min-width: 961px) {
  .custom-form.custom-form--new .gfield_price ul li, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li {
    flex-basis: calc(28% - 20px);
  }
  .custom-form.custom-form--new .gfield_price ul li:nth-last-of-type(1), .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li:nth-last-of-type(1) {
    position: absolute;
    width: 100%;
    top: calc(100% + 50px);
    left: 0;
  }
}
@media (min-width: 961px) and (min-width: 641px) {
  .custom-form.custom-form--new .gfield_price ul li:nth-last-of-type(1), .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li:nth-last-of-type(1) {
    width: 110px;
    left: calc(100% - 110px);
    top: 0;
  }
}
.custom-form.custom-form--new .gfield_price ul li input:checked + label, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li input:checked + label {
  color: #fff;
  font-weight: 600;
  border-color: #17A3DE;
  background-color: #17A3DE;
}
.custom-form.custom-form--new .gfield_price ul li label, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li label {
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  padding: 11px 0;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #EBF0F6;
  transition: all 0.2s ease-out;
}
.custom-form.custom-form--new .gfield_price ul li label::before, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li label::before, .custom-form.custom-form--new .gfield_price ul li label::after, .page-template-donate-main .section--donate-header .donate--form-container .custom-form .gfield_price ul li label::after {
  content: none;
}
.custom-form .gfield {
  margin-bottom: 29px;
}
.custom-form .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.custom-form .gfield_radio li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
}
.custom-form .gfield_radio li:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .custom-form .gfield_radio li {
    width: auto;
    margin-right: 30px;
  }
}
.custom-form .gfield_radio label {
  font-size: 16px;
  font-weight: bold;
  padding-left: calc(28px + 0.5em);
}
.custom-form .gfield_radio input[type=radio] + label::before {
  top: -1px;
  left: 0;
  width: 28px;
  height: 28px;
}
.custom-form .gfield_radio input[type=radio]:checked + label::before {
  border-width: 10px;
}
.custom-form .gfield_checkbox label {
  font-size: 16px;
  font-weight: bold;
  padding-left: calc(28px + 0.5em);
}
.custom-form .gfield_checkbox input[type=checkbox] + label::before {
  top: -1px;
  left: 0;
  width: 28px;
  height: 28px;
}
.custom-form .gfield_checkbox input[type=checkbox]:checked + label::after {
  font-size: 12px;
  line-height: 26px;
  width: 28px;
}
.custom-form .custom-radio .gfield_radio input[type=radio] + label {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  padding: 18px 24px;
  margin-bottom: 0;
  background: #fff;
  border: 2px solid #EBF0F6;
  text-align: center;
  border-radius: 4px;
  transition: border 0.5s ease;
}
.custom-form .custom-radio .gfield_radio input[type=radio] + label::before {
  display: none;
}
@media (min-width: 640px) {
  .custom-form .custom-radio .gfield_radio input[type=radio] + label {
    width: auto;
  }
}
.custom-form .custom-radio .gfield_radio input[type=radio]:checked + label {
  border-color: #17a3de;
}
.custom-form .gf_page_steps {
  display: flex;
  border-bottom: 2px solid rgba(23, 163, 222, 0.2);
  margin-bottom: 3em;
}
.custom-form .gf_page_steps .gf_step_number {
  color: #17a3de;
  font-size: 70%;
  margin-right: 7px;
}
.custom-form .gf_page_steps .gf_step {
  font-size: 13px;
  padding: 5px 10px 7px 10px;
}
@media (min-width: 480px) {
  .custom-form .gf_page_steps .gf_step {
    font-size: 18px;
    padding: 5px 20px 7px 20px;
  }
}
.custom-form .gf_page_steps .gf_step {
  font-weight: normal;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: -2px;
  border-bottom: 2px solid rgba(23, 163, 222, 0);
}
.custom-form .gf_page_steps .gf_step.gf_step_active {
  border-color: #17a3de;
}
.custom-form .gform_previous_button {
  margin-right: 10px;
}

.tags-list-wrapper .tags-list-label {
  margin: 0 0 0 18px;
  font-size: 18px;
}
.tags-list-wrapper .tags-list {
  width: 100%;
  max-width: 293px;
}
.tags-list-wrapper .tags-list li {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 17px 0;
  margin: 0;
}
.tags-list-wrapper .tags-list li:not(:first-child) {
  margin-top: -1px;
}
.tags-list-wrapper .tags-list li:before {
  content: none;
}
.tags-list-wrapper .tags-list li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 0 18px;
}

.searchform {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 48px 0 102px;
}
@media (min-width: 481px) {
  .searchform {
    display: flex;
    flex-direction: row;
  }
}

.search-input {
  border-radius: 3px 0 0 3px;
  width: 100%;
  border: none !important;
  padding: 12px 69px !important;
  background: url("../img/search_icon.svg") no-repeat;
  background-size: 28px;
  background-position: 20px;
}
@media (min-width: 481px) {
  .search-input {
    width: calc(100% - 154px);
  }
}

.search-submit {
  border-radius: 0 3px 3px 0;
  width: 100%;
  height: auto;
  background: #ea6323;
}
.search-submit:before {
  content: none;
}
@media (min-width: 481px) {
  .search-submit {
    width: 154px;
    height: 58px;
  }
}

.layout {
  padding: 45px 0;
}
.layout__inner {
  position: relative;
}
.layout__header > .layout__title:last-child {
  margin-bottom: 0.4em;
}
.layout__content {
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
.layout__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #5567ae;
}
.layout-events {
  padding: 90px 0 45px 0;
}
@media (min-width: 768px) {
  .layout-events .layout__content {
    margin-top: 5em;
  }
}
.layout-events .post__meta {
  text-transform: capitalize;
}
.layout-collection {
  position: relative;
}
.layout-collection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 264px;
  background: rgba(23, 163, 222, 0.15);
}
.layout-collection .layout__content {
  width: calc(100% + 30px);
}
@media (min-width: 960px) {
  .layout-collection .layout__content {
    width: 100%;
  }
}
.layout-collection .owl-stage {
  right: 30px;
}
@media (min-width: 960px) {
  .layout-collection .owl-stage {
    right: 0;
  }
}
.layout-features .layout__content {
  margin-top: 4em;
}
.layout-features .feature {
  display: block;
  position: relative;
}
.layout-features .feature__content {
  position: relative;
  z-index: 1;
  padding: 45px 0;
}
@media (min-width: 768px) {
  .layout-features .feature__content {
    padding-left: 100px;
  }
}
.layout-features .feature__title, .layout-features .feature__summary {
  color: inherit;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature__title {
  margin-top: 0;
}
.layout-features .feature__summary {
  margin-bottom: 0;
}
.layout-features .feature a {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature::before {
  content: "";
  background: #5567ae;
  background: #5567ae;
  background: linear-gradient(to right, #5567ae 0%, #17a3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  position: absolute;
  z-index: 0;
  top: 0;
  left: -40px;
  width: calc(100% + 60px);
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature:hover {
  color: #fff;
}
.layout-features .feature:hover a {
  color: #fff;
}
.layout-features .feature:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.layout-features .icon {
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #17a3de;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .layout-features .icon {
    position: absolute;
    top: 45px;
    left: 0;
  }
}
.layout-features.layout-features--simple {
  padding-top: 0;
}
.layout-features.layout-features--simple .feature__content {
  padding-left: 0;
}
.layout-features.layout-features--simple .layout__content {
  margin-top: 0;
}
.layout-features.layout-features--simple + .layout-video {
  padding-top: 0;
}
.layout-feature .layout__content {
  margin-top: 0;
  margin-bottom: 2em;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .layout-feature .layout__content {
    margin-bottom: 0;
  }
}
.layout-feature .layout__content img {
  width: 100%;
  max-width: none;
}
.layout-feature .btn-group {
  margin-bottom: 0;
}
.layout-feature .col:last-child {
  order: -1;
}
@media (min-width: 768px) {
  .layout-feature .col:last-child {
    order: 0;
  }
}
.layout-feature--right .col:last-child {
  order: -1;
  margin-left: 0;
}
@media (min-width: 960px) {
  .layout-feature--right .col:last-child {
    margin-right: 8.3333333333%;
  }
}
.layout-hero .layout__inner {
  border-radius: 4px;
  overflow: hidden;
  padding: 100px 0;
}
.layout-hero .layout__content {
  color: #fff;
  margin-top: 0;
}
.layout-hero .layout__title, .layout-hero p {
  color: inherit;
}
.layout-hero .pre-title {
  margin-top: 0;
}
.layout-hero .btn-group, .layout-hero .btn, .layout-hero .main-menu .is-btn a, .main-menu .is-btn .layout-hero a,
.layout-hero .gform_button,
.layout-hero .gform-theme-button, .layout-hero .custom-form .gform_previous_button, .custom-form .layout-hero .gform_previous_button {
  margin-bottom: 0;
}
.layout-wysiwyg-split .gform_wrapper {
  margin: 1em 0 2em 0;
}
.layout-wysiwyg-split ul > li, .layout-wysiwyg-split ol > li {
  margin: 0;
}
.layout-wysiwyg-split .ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.layout-wysiwyg-split .ginput_container_address .address_line_1 {
  flex: 1 1 auto;
}
.layout-wysiwyg-split .ginput_container_address .address_line_2 {
  flex: 0 0 100px;
}
.layout-wysiwyg-split .ginput_container_address .address_zip {
  flex: 0 0 150px;
  margin-top: 10px;
}
.layout-wysiwyg-split .ginput_container_address .address_city {
  flex: 1 1 auto;
  margin-top: 10px;
}
.layout-wysiwyg-split .ginput_container_address .gf_clear_complex {
  display: none;
}
.layout-wysiwyg-split .btn-group {
  margin-top: 3em;
}
.layout-team .col {
  padding-bottom: 0;
}
.layout-video .layout__content {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 3.5em;
}
.layout-accordion .layout__content {
  margin-top: 2.71em;
}
.layout-newsletter {
  position: relative;
  z-index: 1;
  background: #5567ae;
  background: linear-gradient(90deg, #5567ae 0%, #17a3de 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  color: #fff;
}
@media (min-width: 960px) {
  .layout-newsletter {
    padding: 0;
  }
}
.layout-newsletter::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_blue_shape.svg");
  background-repeat: no-repeat;
  background-position: right 30% center;
  background-size: cover;
}
@media (min-width: 768px) {
  .layout-newsletter::before {
    background-position: center right;
  }
}
.layout-newsletter > .container {
  z-index: 1;
}
@media (min-width: 768px) {
  .layout-newsletter .col {
    display: flex;
    align-items: center;
  }
  .layout-newsletter .col:first-child {
    padding-right: 40px;
  }
}
.layout-newsletter .col:last-child {
  justify-content: flex-end;
}
.layout-newsletter .col:last-child img {
  margin-right: -26px;
}
.layout-newsletter .gform_wrapper {
  margin: 0;
  width: 100%;
}
.layout-newsletter .layout__header > .layout__title:last-child {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .layout-newsletter .layout__header > .layout__title:last-child {
    margin-bottom: 0;
  }
}
.layout-newsletter .layout__title {
  font-size: 26px;
  margin-top: 0;
}
.layout-newsletter .gfield input {
  border-color: transparent;
}
.layout-newsletter .gfield input:focus {
  border-color: #17a3de;
}
@media (min-width: 961px) {
  .layout-newsletter .gform_ajax_spinner {
    right: -30px;
  }
}
.layout-cta {
  padding: 40px 0 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background: #5567ae;
  background: linear-gradient(90deg, #5567ae 0%, #17a3de 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  color: #fff;
}
@media (min-width: 768px) {
  .layout-cta {
    padding: 0;
    margin-top: 120px;
  }
}
@media (min-width: 960px) {
  .layout-cta {
    padding: 0;
  }
}
.layout-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_blue_shape.svg");
  background-repeat: no-repeat;
  background-position: right 30% center;
  background-size: cover;
}
@media (min-width: 768px) {
  .layout-cta::before {
    background-position: center right;
  }
}
.layout-cta > .container {
  z-index: 1;
}
@media (min-width: 768px) {
  .layout-cta .col {
    display: flex;
    align-items: center;
  }
}
.layout-cta .col:last-child {
  order: -1;
}
@media (min-width: 768px) {
  .layout-cta .col:last-child {
    order: 0;
  }
}
.layout-cta .layout__content {
  margin-top: 0;
  max-width: 350px;
}
.layout-cta .layout__content *:last-child {
  margin-bottom: 0;
}
.layout-cta .layout__title {
  font-size: 26px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .layout-cta .layout__img {
    margin-top: -40px;
  }
}
.layout-cta .btn, .layout-cta .main-menu .is-btn a, .main-menu .is-btn .layout-cta a,
.layout-cta .gform_button,
.layout-cta .gform-theme-button, .layout-cta .custom-form .gform_previous_button, .custom-form .layout-cta .gform_previous_button {
  margin: 1.5em 0;
}
@media (min-width: 768px) {
  .layout-cta .btn, .layout-cta .main-menu .is-btn a, .main-menu .is-btn .layout-cta a,
  .layout-cta .gform_button,
  .layout-cta .gform-theme-button, .layout-cta .custom-form .gform_previous_button, .custom-form .layout-cta .gform_previous_button {
    margin: 0 0 0 78px;
  }
}
.layout-img-grid .grid-item {
  padding-bottom: 20px;
}
.layout-subjects {
  padding-bottom: 0;
}
.layout-subjects .subject {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  height: 100%;
}
.layout-subjects .subject__img img {
  width: 100%;
}
.layout-subjects .subject__content {
  padding: 30px 52px 30px 40px;
  color: #092949;
  font-weight: 400;
}
.layout-subjects .subject__title {
  margin-top: 0;
}
.layout-map .acf-map {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .layout-map .acf-map {
    height: 558px;
  }
}

.footer {
  font-size: 16px;
  background-color: #fff;
  color: #092949;
}
.footer__top {
  padding: 64px 0 76px 0;
}
@media (min-width: 768px) {
  .footer__top {
    padding: 100px 0 90px;
  }
}
.footer__bottom {
  background: #f6f8f9;
  overflow: hidden;
  font-size: 14px;
  color: rgba(9, 41, 73, 0.5);
  padding: 1em 0 9em;
  border: 0;
}
@media (min-width: 1216px) {
  .footer__bottom {
    padding: 1em 0;
  }
}
.footer__bottom > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__bottom > .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__bottom > .container::after {
  display: none;
}
.footer__bottom .copyright a:not(.btn):not(.gform_button):not(.gform-theme-button) {
  font-weight: 400;
  color: rgba(9, 41, 73, 0.5);
}
.footer__donate {
  margin-top: 3.75em;
  margin-bottom: 3em;
}
@media (min-width: 960px) {
  .footer__donate {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .footer__donate {
    margin-top: 3.75em;
  }
}
.footer__donate strong:first-of-type {
  display: inline-block;
  margin-bottom: 0.15em;
}
.footer__donate .btn, .footer__donate .main-menu .is-btn a, .main-menu .is-btn .footer__donate a,
.footer__donate .gform_button,
.footer__donate .gform-theme-button, .footer__donate .custom-form .gform_previous_button, .custom-form .footer__donate .gform_previous_button {
  width: 100%;
}
@media (min-width: 480px) {
  .footer__donate .btn, .footer__donate .main-menu .is-btn a, .main-menu .is-btn .footer__donate a,
  .footer__donate .gform_button,
  .footer__donate .gform-theme-button, .footer__donate .custom-form .gform_previous_button, .custom-form .footer__donate .gform_previous_button {
    width: auto;
  }
}
.footer .col__title {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .footer .col__title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer .col__title:not(:first-of-type) {
  margin-top: 1.25em;
}
.footer .col:first-child .col__title + p {
  margin-top: 0;
}
.footer .col:first-child p {
  margin-bottom: 1.5em;
}
.footer .col:nth-child(2) a {
  display: block;
  margin-bottom: 0.5em;
}
.footer .col:nth-child(3) a {
  display: block;
  margin-bottom: 0.5em;
}
.footer .col p {
  margin-top: 0.4em;
}
.footer .logo {
  display: block;
  width: 133px;
  height: 63px;
  margin-bottom: 1em;
}
.footer .logo img {
  width: 100%;
}
.footer .app-badge-container {
  margin-top: 1.5em;
}
.footer .app-badge {
  display: inline-block;
  position: relative;
  left: 0;
}
.footer .app-badge img {
  height: 35px;
}
.footer a:not(.btn):not(.gform_button):not(.gform-theme-button) {
  color: #092949;
}
.footer i {
  margin-right: 13px;
}
.footer .nav {
  margin: 0.4em 0 2em;
}
.footer .nav li {
  margin-bottom: 0.2em;
}
.footer .nav a {
  font-weight: 400;
}
.footer .labels {
  display: flex;
  opacity: 0.4;
}
.footer .labels .icon {
  height: 40px;
  width: auto;
  margin-right: 20px;
}
.footer .copyright {
  text-align: center;
  order: 1;
}
.footer .copyright li {
  display: inline-block;
}
.footer .copyright li::before {
  content: "|";
  display: inline-block;
  position: relative;
  margin: 0 11px 0 7px;
  background: none;
  width: auto;
  height: auto;
  top: 0;
}
.footer .copyright li:first-child::before {
  display: none;
}
@media (min-width: 768px) {
  .footer .copyright {
    text-align: left;
    order: 0;
  }
}
.footer .socials {
  display: flex;
  justify-content: center;
  margin: 1em 0 0 0;
}
@media (min-width: 768px) {
  .footer .socials {
    margin-top: 0;
  }
}
.footer .socials a {
  font-size: 19px;
}

.footer--mm .logo {
  width: 100%;
  max-width: 216px;
  height: auto;
}
.footer--mm .footer__donate {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .footer--mm .footer__donate {
    margin-top: 1em;
  }
}
@media (min-width: 960px) {
  .footer--mm .footer__donate {
    margin-bottom: 1em;
  }
}
.footer--mm .btn, .footer--mm .main-menu .is-btn a, .main-menu .is-btn .footer--mm a,
.footer--mm .gform_button,
.footer--mm .gform-theme-button, .footer--mm .custom-form .gform_previous_button, .custom-form .footer--mm .gform_previous_button {
  margin-top: 1.5em;
}

.stream {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  pointer-events: auto;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.3);
}
@media (min-width: 1216px) {
  .stream {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    min-height: 100vh;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 0 0 rgba(51, 51, 51, 0.25);
  }
  .stream .at-stream-next, .stream .at-stream-next__label {
    display: block;
  }
}
.stream .nav-tabs .nav-tabs__list {
  display: none;
}
@media (min-width: 1366px) {
  .stream .nav-tabs .nav-tabs__list {
    display: flex;
  }
}
.stream .at-stream-next, .stream .at-stream-next__label {
  display: none;
}
.stream .popup-btn {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  color: #092949;
  font-size: 20px;
}
@media (min-width: 1366px) {
  .stream .popup-btn {
    display: block;
  }
}
.stream .belgium-popup {
  display: flex;
  align-items: center;
  flex-direction: row;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 15px 0;
  margin-bottom: 20px;
}
.stream .belgium-popup img {
  width: 34px;
  height: 34px;
  margin: 0 16px;
}
.stream .belgium-popup h4 {
  font-size: 13px;
  margin: 0;
}

.at-stream-wrapper {
  margin: 0 auto;
}

.at-stream-player {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1366px) {
  .at-stream-player {
    position: relative;
    padding: 38px 0;
    top: auto;
    left: auto;
  }
}
.at-stream-player .play-btn, .at-stream-player .mute-btn {
  transition: all 0.2s ease;
}
.at-stream-player .play-btn {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 35px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .at-stream-player .play-btn {
    background: #ea6323;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.3);
  }
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
  .at-stream-player .play-btn {
    width: 30px;
    height: 30px;
    right: -54px;
    top: 20px;
  }
}
.at-stream-player .play-btn {
  text-indent: -9999px;
  white-space: nowrap;
}
.at-stream-player .play-btn::before {
  text-indent: 0;
  white-space: normal;
  content: "\e913";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
  .at-stream-player .play-btn::before {
    line-height: 32px;
    font-size: 13px;
  }
}
.at-stream-player .play-btn:hover, .at-stream-player .play-btn:active {
  background-color: #e73d5e;
}
.at-stream-player .mute-btn {
  position: absolute;
  top: 59px;
  left: 10px;
  display: none;
  text-indent: -9999px;
  white-space: nowrap;
  width: 28px;
  height: 28px;
  color: #092949;
}
@media (min-width: 1366px) {
  .at-stream-player .mute-btn {
    display: block;
  }
}
.at-stream-player .mute-btn::before {
  text-indent: 0;
  white-space: normal;
  content: "\e917";
  font-family: "twr-iconset" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 27px;
  text-align: center;
  font-size: 27px;
}
.at-stream-player .mute-btn:hover, .at-stream-player .mute-btn:active {
  color: #17a3de;
}
.at-stream-player.is-playing .play-btn::before {
  content: "\e914";
  left: 0px;
}
.at-stream-player.is-muted .mute-btn::before {
  content: "\e918";
}

.at-stream-current {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 70px;
  border-radius: 5px;
  padding: 15px;
  background: #5567ae;
  color: #5567ae;
  overflow: hidden;
}
@media (min-width: 1366px) {
  .at-stream-current {
    align-items: flex-end;
    max-width: 100%;
    color: #fff;
    padding: 15px;
  }
}
.at-stream-current::after {
  content: "";
  padding-bottom: 100%;
}
.at-stream-current__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #fff;
  background-size: cover;
}
.at-stream-current__bg--image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.at-stream-current__info {
  position: fixed;
  z-index: 1;
  display: block;
  width: 75%;
  flex: 0 1 75%;
  left: 110px;
}
@media (min-width: 640px) {
  .at-stream-current__info {
    left: 125px;
  }
}
@media (min-width: 1366px) {
  .at-stream-current__info {
    position: relative;
    left: auto;
  }
}
.at-stream-current__archive {
  position: fixed;
  z-index: 1;
  display: block;
  width: 25%;
  flex: 0 1 25%;
  max-width: 200px;
  right: 20px;
  padding: 0;
}
@media (min-width: 1366px) {
  .at-stream-current__archive {
    display: none;
  }
}
.at-stream-current__archive a {
  display: block;
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #092949;
  height: 70px;
  padding: 15px 10px;
  border-left: 1px solid #e6e6e6;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 480px) {
  .at-stream-current__archive a {
    padding: 15px 20px;
  }
}
@media (min-width: 640px) {
  .at-stream-current__archive a {
    padding: 26px 20px;
    line-height: 1;
    text-align: left;
  }
}
.at-stream-current__archive img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .at-stream-current__archive img {
    display: inline-block;
    margin: 0;
  }
}
.at-stream-current__track, .at-stream-current__artist {
  display: block;
}
.at-stream-current__track {
  font-family: "Intro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  word-break: break-word;
  color: #092949;
  width: calc(100% - 140px);
  display: block;
}
@media (max-width: 767px) {
  .at-stream-current__track {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .at-stream-current__track {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .at-stream-current__track {
    font-size: 26px;
    color: #fff;
  }
}
.at-stream-current__artist {
  font-size: 14px;
  color: #092949;
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .at-stream-current__artist {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1366px) {
  .at-stream-current__artist {
    color: #fff;
  }
}

.at-stream-next {
  position: relative;
  display: flex;
  align-items: center;
}
.at-stream-next__label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 36px;
}
.at-stream-next__bg {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-size: cover;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 70px;
  margin-right: 15px;
}
.at-stream-next__info {
  position: fixed;
  left: 100px;
}
.at-stream-next__track, .at-stream-next__artist {
  display: block;
}
.at-stream-next__track {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.at-stream-next__artist {
  font-size: 14px;
}

.page-template-player .inner-wrapper {
  padding: 0;
}
.page-template-player .popup-btn {
  display: none;
}
.page-template-player .stream {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  min-height: 100vh;
  max-width: 360px;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(51, 51, 51, 0.25);
}
.page-template-player .stream .at-stream-next, .page-template-player .stream .at-stream-next__label {
  display: block;
}
.page-template-player .stream .nav-tabs .nav-tabs__list {
  display: flex;
}
.page-template-player .at-stream-current {
  align-items: flex-end;
  max-width: 100%;
  color: #fff;
  padding: 15px;
}
.page-template-player .at-stream-player {
  position: relative;
  padding: 38px 0;
  top: auto;
  left: auto;
}
.page-template-player .play-btn {
  background: #ea6323;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.3);
}
.page-template-player .mute-btn {
  display: block;
}
.page-template-player .at-stream-current {
  align-items: flex-end;
  max-width: 100%;
  color: #fff;
  padding: 15px;
}
.page-template-player .at-stream-current__info {
  position: relative;
  left: auto;
}
.page-template-player .at-stream-current__archive {
  display: none;
}
.page-template-player .at-stream-current__track {
  font-size: 26px;
  color: #fff;
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
  width: auto;
}
.page-template-player .at-stream-current__artist {
  color: #fff;
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
  width: auto;
}

.page-template-app {
  background: #fff;
}
.page-template-app .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-app .nav li {
  margin: 0;
  padding: 0;
}
.page-template-app .nav li::before {
  display: none;
}
.page-template-app .container--full-width {
  padding: 0;
}
.page-template-app .tab-nav {
  padding: 0 22px;
}
.page-template-app .tab-nav ul {
  display: flex;
  justify-content: space-around;
}
.page-template-app .tab-nav a {
  color: inherit;
  height: 76px;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-app .tab-nav a i {
  display: block;
  font-size: 20px;
  margin-bottom: 1px;
}
.page-template-app .tab-nav .tab.is-active i {
  font-weight: 900;
  color: #17a3de;
}
.page-template-app .tab-content {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  display: none;
}
.page-template-app .tab-content.is-active {
  display: block;
}
.page-template-app .footer-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 76px;
  border-radius: 20px 20px 0px 0px;
  z-index: 9999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.page-template-app .livestream {
  background: #17a3de;
  min-height: 100vh;
}
.page-template-app .livestream .header-section {
  height: 25vh;
  position: relative;
  text-align: center;
  background: #fff;
}
.page-template-app .livestream .header-section .header-logo {
  width: 55%;
  max-width: 183px;
  height: auto;
  margin-top: 64px;
}
.page-template-app .livestream .main-head-section {
  margin-top: -1px;
  position: relative;
  text-align: center;
  background: #fff;
}
.page-template-app .livestream .main-head-section .main-section-shape {
  width: 100%;
  max-width: none;
}
.page-template-app .livestream .main-content-section {
  text-align: center;
  position: relative;
}
.page-template-app .livestream .main-content-section a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-height: 430px) {
  .page-template-app .livestream .main-content-section a {
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    margin: 0 auto;
  }
}
.page-template-app .livestream .main-content-section h1.at-current-name {
  margin: 0;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-height: 569px) {
  .page-template-app .livestream .main-content-section h1.at-current-name {
    margin-top: 12%;
  }
}
@media screen and (min-width: 414px) and (min-height: 736px) {
  .page-template-app .livestream .main-content-section h1.at-current-name {
    margin-top: 10px;
  }
}
.page-template-app .livestream .main-content-section p {
  margin: 1% 0 0 0;
  color: #fff;
  font-size: 13px;
  margin-bottom: 1%;
}
@media only screen and (min-width: 430px) {
  .page-template-app .livestream .main-content-section p {
    margin-bottom: 0;
  }
}
.page-template-app .livestream .main-content-section progress {
  background-color: #2cb9e0;
  height: 5px;
  position: relative;
}
.page-template-app .livestream .main-content-section progress::-webkit-progress-bar {
  background-color: #2cb9e0;
}
.page-template-app .livestream .main-content-section progress::-webkit-progress-value {
  background-color: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.page-template-app .livestream .main-content-section progress::-moz-progress-bar {
  background-color: #2cb9e0;
}
.page-template-app .livestream .main-content-section .progressBar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 10px auto;
}
.page-template-app .livestream .main-content-section .progressBar span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}
.page-template-app .livestream .playbutton {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -37.5px;
  display: block;
  width: 75px;
  height: 75px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #17a3de;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.3);
}
@media screen and (min-height: 569px) {
  .page-template-app .livestream .playbutton {
    bottom: 0;
  }
}
@media screen and (min-width: 414px) and (min-height: 736px) {
  .page-template-app .livestream .playbutton {
    bottom: 20px;
  }
}
.page-template-app .livestream .playbutton i {
  font-size: 24px;
}
.page-template-app .livestream .playbutton i.fa-play {
  width: 16px;
  height: 23px;
}
.page-template-app .livestream .playbutton i.fa-pause {
  width: 19px;
  height: 22px;
}
.page-template-app .livestream .playbutton::before, .page-template-app .livestream .playbutton::after {
  display: none;
}
.page-template-app .audiolib .btn-rssfeed, .page-template-app .audiolib .playbar__wrapper {
  display: none;
}
.page-template-app .audiolib .pageheader.pageheader--type-player {
  padding-bottom: 20px;
}
.page-template-app .audiolib .pageheader__appnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  color: #18355A;
}
.page-template-app .audiolib .pageheader__appnav a, .page-template-app .audiolib .pageheader__appnav i {
  color: inherit;
}
.page-template-app .audiolib .pageheader__appnav i {
  font-size: 24px;
}
.page-template-app .audiolib .pageheader__appnav-middle {
  font-size: 16px;
  font-weight: bold;
}
.page-template-app .audiolib .metabar {
  position: relative;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  z-index: 1;
  padding-top: 33px;
}
.page-template-app .audiolib .metabar__container {
  padding: 0;
  min-height: 0;
  flex-direction: column;
}
.page-template-app .audiolib .metabar__list, .page-template-app .audiolib .metabar__controls {
  width: 100%;
}
.page-template-app .audiolib .metabar__list {
  padding: 0 30px;
}
.page-template-app .audiolib .metabar__controls {
  border-top: 1px solid #e6e6e6;
}
.page-template-app .audiolib .metabar__controls .metabar__control .metabar__control-button {
  border: 0;
  height: 64px;
}
.page-template-app .audiolib .metabar__controls .metabar__control + .metabar__control {
  border-left: 1px solid #e6e6e6;
}
.page-template-app .audiolib .metabar__item {
  margin: 0 20px 30px 0;
}
.page-template-app .audiolib .metabar__item--countries {
  display: flex;
  margin-left: auto;
  margin-right: 0;
}
.page-template-app .audiolib .metabar__item--back {
  display: none;
}
.page-template-app .audiolib .metabar__heading {
  font-size: 10px;
}
.page-template-app .audiolib .metabar__text {
  font-size: 14px;
}
.page-template-app .audiolib .metabar__share {
  left: 0;
  right: auto;
}
.page-template-app .audiolib .episodes {
  margin-bottom: 2em;
}
.page-template-app .audiolib .episodes__paginate {
  padding: 8px;
}
.page-template-app .audiolib .episodes__paginate--large .episodes__page-prev span,
.page-template-app .audiolib .episodes__paginate--large .episodes__page-next span {
  display: none;
}
.page-template-app .audiolib .episodes__paginate--large .episodes__page-prev a::before,
.page-template-app .audiolib .episodes__paginate--large .episodes__page-next a::before {
  display: block;
  font-size: 16px;
  font-family: FontAwesome;
}
.page-template-app .audiolib .episodes__paginate--large .episodes__page-prev a::before {
  content: "\f053";
}
.page-template-app .audiolib .episodes__paginate--large .episodes__page-next a::before {
  content: "\f054";
}
.page-template-app .audiolib .page-broadcast-content .search-filters {
  top: 0;
}

.logged-in.page-template-journaal-archive, .logged-in.page-template-journaal {
  margin-top: -32px;
}

.page-template-journaal .videoplayer {
  text-align: center;
  margin-top: 66px;
}
@media (min-width: 769px) {
  .page-template-journaal .videoplayer {
    margin-top: 24px;
  }
}
.page-template-journaal .videoplayer .player {
  min-height: 286px;
  display: flex;
  webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .page-template-journaal .videoplayer .player {
    min-height: 564px;
  }
}
.page-template-journaal .videoplayer .player iframe {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0;
}
.page-template-journaal-archive .inner-wrapper {
  background: #fff !important;
}
.page-template-journaal-archive .header {
  background: rgba(23, 163, 222, 0.15) !important;
}
.page-template-journaal-archive .header .header-main-bar {
  box-shadow: unset;
  height: auto;
  background: transparent;
}
.page-template-journaal-archive .pageheader.pageheader--type-broadcast {
  padding: 96px 0 148px !important;
  background: rgba(23, 163, 222, 0.15) !important;
}
@media (min-width: 641px) {
  .page-template-journaal-archive .pageheader.pageheader--type-broadcast {
    padding-top: 56px;
  }
}
.page-template-journaal-archive .pageheader .container {
  display: flex;
  justify-content: center;
}
.page-template-journaal-archive .pageheader .page-title {
  margin-bottom: 16px !important;
}
.page-template-journaal-archive .pagecontent {
  background: none !important;
}
.page-template-journaal-archive .broadcast__play {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwbGF5IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtcGxheSBmYS13LTE0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MjQuNCAyMTQuN0w3Mi40IDYuNkM0My44LTEwLjMgMCA2LjEgMCA0Ny45VjQ2NGMwIDM3LjUgNDAuNyA2MC4xIDcyLjQgNDEuM2wzNTItMjA4YzMxLjQtMTguNSAzMS41LTY0LjEgMC04Mi42eiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 34px;
  background-color: #ea6323;
  box-shadow: 0 2px 8px 0px #EA632C;
  transform: translateY(-50%);
}
.page-template-journaal-archive .broadcast__list {
  padding: 140px 0;
}
.page-template-journaal-archive .broadcast__list .col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-journaal-archive .broadcast__wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  height: 100%;
}
.page-template-journaal-archive .broadcast__wrapper .wrapper {
  padding: 0 34px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-journaal-archive .broadcast__wrapper .wrapper ul {
  padding: 34px 0 24px;
  margin: 0;
}
.page-template-journaal-archive .broadcast__wrapper .wrapper ul li {
  margin-bottom: 10px;
  color: #18355A;
}
.page-template-journaal-archive .broadcast__wrapper .wrapper .date {
  display: flex;
  align-items: center;
  padding: 16px 0 18px;
  border-top: 1px solid #e4e4e4;
  margin: 0;
  color: #18355A;
}
.page-template-journaal-archive .broadcast__wrapper .wrapper .date::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjbG9jayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNsb2NrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2U0ZTRlNCIgZD0iTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTAgNDQ4Yy0xMTAuNSAwLTIwMC04OS41LTIwMC0yMDBTMTQ1LjUgNTYgMjU2IDU2czIwMCA4OS41IDIwMCAyMDAtODkuNSAyMDAtMjAwIDIwMHptNjEuOC0xMDQuNGwtODQuOS02MS43Yy0zLjEtMi4zLTQuOS01LjktNC45LTkuN1YxMTZjMC02LjYgNS40LTEyIDEyLTEyaDMyYzYuNiAwIDEyIDUuNCAxMiAxMnYxNDEuN2w2Ni44IDQ4LjZjNS40IDMuOSA2LjUgMTEuNCAyLjYgMTYuOEwzMzQuNiAzNDljLTMuOSA1LjMtMTEuNCA2LjUtMTYuOCAyLjZ6Ij48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 12px;
}
.page-template-journaal .inner-wrapper, .page-template-journaal-archive .inner-wrapper {
  padding-right: 0;
  background: rgba(23, 163, 222, 0.15);
}
.page-template-journaal .header, .page-template-journaal-archive .header {
  background: transparent;
}
@media (min-width: 1651px) {
  .page-template-journaal .header .logo, .page-template-journaal-archive .header .logo {
    transform: translateX(-100%);
  }
}
@media (min-width: 1651px) {
  .page-template-journaal .header .btn, .page-template-journaal .header .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal .header a,
  .page-template-journaal .header .gform_button,
  .page-template-journaal .header .gform-theme-button, .page-template-journaal .header .custom-form .gform_previous_button, .custom-form .page-template-journaal .header .gform_previous_button, .page-template-journaal-archive .header .btn, .page-template-journaal-archive .header .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal-archive .header a,
  .page-template-journaal-archive .header .gform_button,
  .page-template-journaal-archive .header .gform-theme-button, .page-template-journaal-archive .header .custom-form .gform_previous_button, .custom-form .page-template-journaal-archive .header .gform_previous_button {
    transform: translateX(50%);
  }
}
.page-template-journaal .header .container, .page-template-journaal-archive .header .container {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
@media (min-width: 769px) {
  .page-template-journaal .header .container, .page-template-journaal-archive .header .container {
    padding: 40px 0;
    padding-right: 30px;
  }
}
.page-template-journaal .header .header-main-bar, .page-template-journaal-archive .header .header-main-bar {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .page-template-journaal .header .header-main-bar, .page-template-journaal-archive .header .header-main-bar {
    background: transparent;
  }
}
.page-template-journaal .header .header-main-bar .btn, .page-template-journaal .header .header-main-bar .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal .header .header-main-bar a,
.page-template-journaal .header .header-main-bar .gform_button,
.page-template-journaal .header .header-main-bar .gform-theme-button, .page-template-journaal .header .header-main-bar .custom-form .gform_previous_button, .custom-form .page-template-journaal .header .header-main-bar .gform_previous_button, .page-template-journaal-archive .header .header-main-bar .btn, .page-template-journaal-archive .header .header-main-bar .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal-archive .header .header-main-bar a,
.page-template-journaal-archive .header .header-main-bar .gform_button,
.page-template-journaal-archive .header .header-main-bar .gform-theme-button, .page-template-journaal-archive .header .header-main-bar .custom-form .gform_previous_button, .custom-form .page-template-journaal-archive .header .header-main-bar .gform_previous_button {
  margin-top: 15px;
}
@media (min-width: 481px) {
  .page-template-journaal .header .header-main-bar .btn, .page-template-journaal .header .header-main-bar .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal .header .header-main-bar a,
  .page-template-journaal .header .header-main-bar .gform_button,
  .page-template-journaal .header .header-main-bar .gform-theme-button, .page-template-journaal .header .header-main-bar .custom-form .gform_previous_button, .custom-form .page-template-journaal .header .header-main-bar .gform_previous_button, .page-template-journaal-archive .header .header-main-bar .btn, .page-template-journaal-archive .header .header-main-bar .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal-archive .header .header-main-bar a,
  .page-template-journaal-archive .header .header-main-bar .gform_button,
  .page-template-journaal-archive .header .header-main-bar .gform-theme-button, .page-template-journaal-archive .header .header-main-bar .custom-form .gform_previous_button, .custom-form .page-template-journaal-archive .header .header-main-bar .gform_previous_button {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .page-template-journaal .header .header-main-bar .btn, .page-template-journaal .header .header-main-bar .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal .header .header-main-bar a,
  .page-template-journaal .header .header-main-bar .gform_button,
  .page-template-journaal .header .header-main-bar .gform-theme-button, .page-template-journaal .header .header-main-bar .custom-form .gform_previous_button, .custom-form .page-template-journaal .header .header-main-bar .gform_previous_button, .page-template-journaal-archive .header .header-main-bar .btn, .page-template-journaal-archive .header .header-main-bar .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal-archive .header .header-main-bar a,
  .page-template-journaal-archive .header .header-main-bar .gform_button,
  .page-template-journaal-archive .header .header-main-bar .gform-theme-button, .page-template-journaal-archive .header .header-main-bar .custom-form .gform_previous_button, .custom-form .page-template-journaal-archive .header .header-main-bar .gform_previous_button {
    margin-top: 0;
  }
}
.page-template-journaal .pageheader, .page-template-journaal-archive .pageheader {
  overflow: visible;
}
.page-template-journaal .pageheader.pageheader--type-broadcast, .page-template-journaal-archive .pageheader.pageheader--type-broadcast {
  background-color: unset;
  padding-top: 80px;
}
@media (min-width: 769px) {
  .page-template-journaal .pageheader.pageheader--type-broadcast, .page-template-journaal-archive .pageheader.pageheader--type-broadcast {
    padding-top: 156px;
  }
}
.page-template-journaal .pageheader.pageheader--type-broadcast .btn, .page-template-journaal .pageheader.pageheader--type-broadcast .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal .pageheader.pageheader--type-broadcast a,
.page-template-journaal .pageheader.pageheader--type-broadcast .gform_button,
.page-template-journaal .pageheader.pageheader--type-broadcast .gform-theme-button, .page-template-journaal .pageheader.pageheader--type-broadcast .custom-form .gform_previous_button, .custom-form .page-template-journaal .pageheader.pageheader--type-broadcast .gform_previous_button, .page-template-journaal-archive .pageheader.pageheader--type-broadcast .btn, .page-template-journaal-archive .pageheader.pageheader--type-broadcast .main-menu .is-btn a, .main-menu .is-btn .page-template-journaal-archive .pageheader.pageheader--type-broadcast a,
.page-template-journaal-archive .pageheader.pageheader--type-broadcast .gform_button,
.page-template-journaal-archive .pageheader.pageheader--type-broadcast .gform-theme-button, .page-template-journaal-archive .pageheader.pageheader--type-broadcast .custom-form .gform_previous_button, .custom-form .page-template-journaal-archive .pageheader.pageheader--type-broadcast .gform_previous_button {
  margin-top: 135px;
}
.page-template-journaal .pageheader.pageheader--type-broadcast .intro, .page-template-journaal-archive .pageheader.pageheader--type-broadcast .intro {
  margin-top: 0;
}
.page-template-journaal .pageheader.pageheader--type-broadcast .page-title, .page-template-journaal-archive .pageheader.pageheader--type-broadcast .page-title {
  margin-bottom: 0;
}
.page-template-journaal .pagecontent, .page-template-journaal-archive .pagecontent {
  background: #fff;
  margin-top: -122px;
  padding-top: 122px;
}
@media (min-width: 769px) {
  .page-template-journaal .pagecontent, .page-template-journaal-archive .pagecontent {
    margin-top: -262px;
    padding-top: 262px;
  }
}
.page-template-journaal .pagecontent .text-wrapper, .page-template-journaal-archive .pagecontent .text-wrapper {
  margin: 82px 0 0;
}
@media (min-width: 769px) {
  .page-template-journaal .pagecontent .text-wrapper, .page-template-journaal-archive .pagecontent .text-wrapper {
    margin-top: 134px;
  }
}
.page-template-journaal .pagecontent .text-wrapper .introtext, .page-template-journaal-archive .pagecontent .text-wrapper .introtext {
  padding-bottom: 22px;
  font-size: 18px;
}
.page-template-journaal .pagecontent .text-wrapper .wysiwyg-content h3, .page-template-journaal .pagecontent .text-wrapper .wysiwyg-content h4, .page-template-journaal .pagecontent .text-wrapper .wysiwyg-content h5, .page-template-journaal .pagecontent .text-wrapper .wysiwyg-content h6, .page-template-journaal-archive .pagecontent .text-wrapper .wysiwyg-content h3, .page-template-journaal-archive .pagecontent .text-wrapper .wysiwyg-content h4, .page-template-journaal-archive .pagecontent .text-wrapper .wysiwyg-content h5, .page-template-journaal-archive .pagecontent .text-wrapper .wysiwyg-content h6 {
  margin-bottom: 0;
}
.page-template-journaal .pagecontent .text-wrapper .wysiwyg-content p, .page-template-journaal-archive .pagecontent .text-wrapper .wysiwyg-content p {
  margin: 0 0 24px;
}
.page-template-journaal .pagecontent_btn, .page-template-journaal-archive .pagecontent_btn {
  padding: 42px 0 82px;
}
@media (min-width: 769px) {
  .page-template-journaal .pagecontent_btn, .page-template-journaal-archive .pagecontent_btn {
    padding-bottom: 122px;
  }
}
