/* ===================================================================================
 *
 * @project        kcfootcare
 * @author         Nate Arnold <nate@midcoast.io>
 * @build          Thu, Nov 13, 2025 4:42 PM CST
 * @release        bcab755fe51b169edf05ad70f4c87f6bbcf6b215 [Detached: bcab755fe51b169edf05ad70f4c87f6bbcf6b215]
 * @copyright      Copyright (c) 2025, Midcoast Collective
 *
 *  Do not edit this file! This file is machine-generated and constantly overwritten.
 *  Any changes you make will be overwritten the next time the /src is compiled.
 *  Edit the /src files to make edits and updates.
 *
 * =================================================================================== */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

body {
  color: #010824;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.body-wrap {
  position: relative;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}

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

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5782de;
  border: 1px solid #5782de;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button svg {
  margin-left: 14px;
}
.button.transparent {
  color: #010824;
  background-color: transparent;
}
.button.light {
  color: #ffffff;
}

/************/
/* FancyBox
/************/
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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  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: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 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;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 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;
  text-align: center;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--next {
  z-index: 99995;
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

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

.fancybox-iframe {
  vertical-align: top;
}

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.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 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

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

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  -webkit-transition: all 0.2s;
  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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.heading-blue {
  color: #5782de;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-large {
  color: #010824;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
.heading-large span {
  font-weight: 200;
}

.headline-content, div.block-content-info-blocks .info-block-content, div.block-content-faq .headline, .block-content-columns .block-content-columns--content, div.block-content-with-slider .block-content-with-slider--content .headline, div.block-content .block-content--content .headline {
  padding: 140px 0;
  width: 48%;
}
@media (max-width: 1024px) {
  .headline-content, div.block-content-info-blocks .info-block-content, div.block-content-faq .headline, .block-content-columns .block-content-columns--content, div.block-content-with-slider .block-content-with-slider--content .headline, div.block-content .block-content--content .headline {
    padding: 56px 0;
    text-align: center;
    width: 100%;
  }
}
.headline-content h2, div.block-content-info-blocks .info-block-content h2, div.block-content-faq .headline h2, .block-content-columns .block-content-columns--content h2, div.block-content-with-slider .block-content-with-slider--content .headline h2, div.block-content .block-content--content .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
.headline-content h3, div.block-content-info-blocks .info-block-content h3, div.block-content-faq .headline h3, .block-content-columns .block-content-columns--content h3, div.block-content-with-slider .block-content-with-slider--content .headline h3, div.block-content .block-content--content .headline h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 1024px) {
  .headline-content h3, div.block-content-info-blocks .info-block-content h3, div.block-content-faq .headline h3, .block-content-columns .block-content-columns--content h3, div.block-content-with-slider .block-content-with-slider--content .headline h3, div.block-content .block-content--content .headline h3 {
    font-size: 30px;
  }
}
.headline-content h3 span, div.block-content-info-blocks .info-block-content h3 span, div.block-content-faq .headline h3 span, .block-content-columns .block-content-columns--content h3 span, div.block-content-with-slider .block-content-with-slider--content .headline h3 span, div.block-content .block-content--content .headline h3 span {
  color: #ffffff;
  font-weight: 400;
}
.headline-content h3.heading-blue, div.block-content-info-blocks .info-block-content h3.heading-blue, div.block-content-faq .headline h3.heading-blue, .block-content-columns .block-content-columns--content h3.heading-blue, div.block-content-with-slider .block-content-with-slider--content .headline h3.heading-blue, div.block-content .block-content--content .headline h3.heading-blue {
  color: #5782de;
}
.headline-content h3.heading-blue span, div.block-content-info-blocks .info-block-content h3.heading-blue span, div.block-content-faq .headline h3.heading-blue span, .block-content-columns .block-content-columns--content h3.heading-blue span, div.block-content-with-slider .block-content-with-slider--content .headline h3.heading-blue span, div.block-content .block-content--content .headline h3.heading-blue span {
  color: #ffffff;
}
.headline-content h3 + h3, div.block-content-info-blocks .info-block-content h3 + h3, div.block-content-faq .headline h3 + h3, .block-content-columns .block-content-columns--content h3 + h3, div.block-content-with-slider .block-content-with-slider--content .headline h3 + h3, div.block-content .block-content--content .headline h3 + h3 {
  padding-top: 7px;
}
.headline-content h3 + p, div.block-content-info-blocks .info-block-content h3 + p, div.block-content-faq .headline h3 + p, .block-content-columns .block-content-columns--content h3 + p, div.block-content-with-slider .block-content-with-slider--content .headline h3 + p, div.block-content .block-content--content .headline h3 + p,
.headline-content p + h3,
div.block-content-info-blocks .info-block-content p + h3,
div.block-content-faq .headline p + h3,
.block-content-columns .block-content-columns--content p + h3,
div.block-content-with-slider .block-content-with-slider--content .headline p + h3,
div.block-content .block-content--content .headline p + h3,
.headline-content p + p,
div.block-content-info-blocks .info-block-content p + p,
div.block-content-faq .headline p + p,
.block-content-columns .block-content-columns--content p + p,
div.block-content-with-slider .block-content-with-slider--content .headline p + p,
div.block-content .block-content--content .headline p + p {
  padding-top: 28px;
}
.headline-content p, div.block-content-info-blocks .info-block-content p, div.block-content-faq .headline p, .block-content-columns .block-content-columns--content p, div.block-content-with-slider .block-content-with-slider--content .headline p, div.block-content .block-content--content .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.headline-content strong, div.block-content-info-blocks .info-block-content strong, div.block-content-faq .headline strong, .block-content-columns .block-content-columns--content strong, div.block-content-with-slider .block-content-with-slider--content .headline strong, div.block-content .block-content--content .headline strong {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}
.headline-content ul, div.block-content-info-blocks .info-block-content ul, div.block-content-faq .headline ul, .block-content-columns .block-content-columns--content ul, div.block-content-with-slider .block-content-with-slider--content .headline ul, div.block-content .block-content--content .headline ul {
  padding: 14px 0;
  list-style-type: circle;
}
.headline-content ul li, div.block-content-info-blocks .info-block-content ul li, div.block-content-faq .headline ul li, .block-content-columns .block-content-columns--content ul li, div.block-content-with-slider .block-content-with-slider--content .headline ul li, div.block-content .block-content--content .headline ul li {
  font-size: 20px;
  line-height: 1.5;
}
.headline-content ul li::marker, div.block-content-info-blocks .info-block-content ul li::marker, div.block-content-faq .headline ul li::marker, .block-content-columns .block-content-columns--content ul li::marker, div.block-content-with-slider .block-content-with-slider--content .headline ul li::marker, div.block-content .block-content--content .headline ul li::marker {
  color: #5782de;
}

.iconBlock {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf2fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
  padding: 14px 28px;
}
.iconBlock + .iconBlock {
  margin-top: 14px;
}
.iconBlock h4.heading-blue {
  margin: 0;
}
.iconBlock div:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 28px;
}

.wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1468px;
  padding: 0 28px;
  width: 100%;
}
.wrap.relative {
  position: relative;
}
.wrap.narrow {
  max-width: 1308px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

section.content-with-background-image {
  background-color: #010824;
  color: #ffffff;
  height: 868px;
  position: relative;
  overflow: hidden;
}
section.content-with-background-image.top {
  background-position: top;
}
@media (max-width: 1024px) {
  section.content-with-background-image.top {
    background-position: bottom;
  }
}
@media (max-width: 1024px) {
  section.content-with-background-image {
    background-size: 100% auto;
    height: auto;
  }
}
section.content-with-background-image .content-with-background-image-image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  height: 100%;
  right: 0;
}
section.content-with-background-image .content-with-background-image-image.content-with-background-image-content-position-right {
  right: auto;
  left: 0;
}
section.content-with-background-image .wrap {
  height: 868px;
}
@media (max-width: 1024px) {
  section.content-with-background-image .wrap {
    height: auto;
    padding: 0;
  }
}
section.content-with-background-image .content-with-background-image-content .headline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40%;
}
@media (max-width: 1024px) {
  section.content-with-background-image .content-with-background-image-content .headline {
    background: rgb(1, 8, 36);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(1, 8, 36)), to(rgba(1, 8, 36, 0)));
    background: linear-gradient(180deg, rgb(1, 8, 36) 50%, rgba(1, 8, 36, 0) 100%);
    left: auto;
    padding: 112px 28px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
}
@media (max-width: 660px) {
  section.content-with-background-image .content-with-background-image-content .headline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(1, 8, 36)), to(rgba(1, 8, 36, 0)));
    background: linear-gradient(180deg, rgb(1, 8, 36) 75%, rgba(1, 8, 36, 0) 100%);
  }
}
section.content-with-background-image .content-with-background-image-content .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
section.content-with-background-image .content-with-background-image-content .headline h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 660px) {
  section.content-with-background-image .content-with-background-image-content .headline h3 {
    font-size: 30px;
  }
}
section.content-with-background-image .content-with-background-image-content .headline h3.heading-blue {
  color: #5782de;
  padding-bottom: 35px;
  padding-top: 7px;
}
section.content-with-background-image .content-with-background-image-content .headline h3.heading-blue span {
  color: #ffffff;
}
section.content-with-background-image .content-with-background-image-content .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-bottom: 42px;
}
section.content-with-background-image .content-with-background-image-content .headline .button {
  color: #ffffff;
}
section.content-with-background-image .content-with-background-image-content.right .headline {
  left: auto;
  right: 28px;
}
@media (max-width: 1024px) {
  section.content-with-background-image .content-with-background-image-content.right .headline {
    right: auto;
  }
}

header[role=banner] {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.mobile-menu {
  display: none;
  position: fixed;
  background-color: #ffffff;
  padding: 56px 28px;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mobile-menu ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  margin: 14px 0;
}
.mobile-menu a {
  color: #010824;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu-close {
  position: absolute;
  right: 28px;
  font-size: 42px;
  top: 28px;
}
.mobile-menu.active {
  display: block;
}

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 28px 0;
}

.header-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-left .header--logo {
  padding-right: 42px;
  padding-top: 5px;
}
.header-left img {
  height: auto;
  max-width: 146px;
  width: 100%;
}
.header-left > * + * {
  margin-left: 14px;
}

.header-right .mobile-menu-button {
  display: none;
  fill: #010824;
}
@media (max-width: 1024px) {
  .header-right .mobile-menu-button {
    display: block;
  }
}

.header--nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--nav ul > li a {
  color: #010824;
  font-size: 20px;
  text-decoration: none;
}
.header--nav ul > li + li {
  margin-left: 28px;
}

.hero {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: auto;
  background-position: right 110px;
}
.hero .wrap {
  padding: 0;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  opacity: 0.6;
}

.hero--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero--content-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 140px 28px 28px;
  text-align: center;
  width: 100%;
}
.hero--content-left h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
  font-size: 20px;
}
@media (max-width: 660px) {
  .hero--content-left h2 {
    font-size: 14px;
  }
}
.hero--content-left h3 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  .hero--content-left h3 {
    font-size: 80px;
  }
}
@media (max-width: 660px) {
  .hero--content-left h3 {
    font-size: 30px;
  }
}
.hero--content-left p {
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .hero--content-left p {
    font-size: 20px;
  }
}
.hero--content-left .button {
  margin-bottom: 14px;
}

.tall .hero--content-left {
  padding-top: 196px;
}

.hero--content-right {
  position: relative;
  min-height: 140px;
  width: 100%;
}
.hero--content-right .foreground {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50%;
  z-index: -1;
}
.hero--content-right .play-button {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  padding: 7px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 30%;
}

.home .hero .hero--content-right {
  min-height: 0;
}

.single-services .hero .hero--content-right {
  min-height: 0;
}

section.homepage-services {
  background-color: #010824;
  color: #ffffff;
  display: block;
  padding: 84px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.homepage-services {
    padding-bottom: 140px;
  }
}
@media (max-width: 660px) {
  section.homepage-services {
    padding-bottom: 672px;
  }
}
@media (max-width: 500px) {
  section.homepage-services {
    padding-bottom: 616px;
  }
}
section.homepage-services .homepage-services-bg {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
section.homepage-services .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
section.homepage-services .headline h3 {
  color: #ffffff;
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  section.homepage-services .headline h3 {
    font-size: 80px;
  }
}
@media (max-width: 660px) {
  section.homepage-services .headline h3 {
    font-size: 30px;
  }
}
section.homepage-services .headline .heading-large {
  text-transform: none;
}
section.homepage-services .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 42px;
  max-width: 50%;
}
@media (max-width: 1024px) {
  section.homepage-services .headline p {
    max-width: 75%;
  }
}
@media (max-width: 660px) {
  section.homepage-services .headline p {
    max-width: 100%;
  }
}
section.homepage-services .blocks {
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  display: grid;
  grid-template-columns: repeat(4, 22.75%);
  padding: 28px 0 56px;
  row-gap: 3%;
}
@media (max-width: 1024px) {
  section.homepage-services .blocks {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 1%;
  }
}
@media (max-width: 660px) {
  section.homepage-services .blocks {
    grid-template-columns: repeat(1, 100%);
    row-gap: 1%;
  }
}
section.homepage-services .blocks .block {
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 660px) {
  section.homepage-services .blocks .block {
    margin: 0 15%;
    padding-bottom: 70%;
    width: 70%;
  }
}
section.homepage-services .blocks .block .block-bg {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
section.homepage-services .blocks .block .title {
  bottom: 21px;
  position: absolute;
  text-align: center;
  width: 100%;
  visibility: visible;
}
section.homepage-services .blocks .block .title h4 {
  color: #010824;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin: 14px;
}
section.homepage-services .blocks .block .title .blurb {
  color: #ffffff;
  display: none;
  font-size: 14px;
  padding: 0 14px;
}
section.homepage-services .blocks .block .learn-more {
  bottom: 21px;
  position: absolute;
  text-align: center;
  width: 100%;
  visibility: hidden;
}
@media (max-width: 1440px) {
  section.homepage-services .blocks .block .learn-more {
    bottom: 14px;
  }
  section.homepage-services .blocks .block .learn-more svg {
    display: none;
  }
}
section.homepage-services .blocks .block .learn-more p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section.homepage-services .blocks .block .stripe-wrap {
  bottom: 0;
  height: 40%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
section.homepage-services .blocks .block .stripe-wrap .stripe {
  background-color: #ffffff;
  height: 100%;
  -webkit-transform: rotate(-5deg) translate(-10%, 10%);
  transform: rotate(-5deg) translate(-10%, 10%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 120%;
}
section.homepage-services .blocks .block .hover {
  background-color: #5782de;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  visibility: hidden;
}
@media (min-width: 1024px) {
  section.homepage-services .blocks .block:hover {
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
  section.homepage-services .blocks .block:hover .title {
    bottom: auto;
    top: 14px;
  }
  section.homepage-services .blocks .block:hover .title h4 {
    color: #ffffff;
  }
  section.homepage-services .blocks .block:hover .learn-more {
    visibility: visible;
  }
  section.homepage-services .blocks .block:hover .blurb {
    display: block;
  }
  section.homepage-services .blocks .block:hover .stripe-wrap .stripe {
    background-color: #3965ac;
  }
  section.homepage-services .blocks .block:hover .hover {
    opacity: 1;
    visibility: visible;
  }
}

section.homepage-video {
  background-color: #010824;
  color: #ffffff;
}
section.homepage-video .homepage-video--content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 990px) {
  section.homepage-video .homepage-video--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.homepage-video .homepage-video--content .headline {
  width: 40%;
  padding: 112px 0;
}
@media (max-width: 990px) {
  section.homepage-video .homepage-video--content .headline {
    width: 100%;
  }
}
section.homepage-video .homepage-video--content .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
section.homepage-video .homepage-video--content .headline h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 660px) {
  section.homepage-video .homepage-video--content .headline h3 {
    font-size: 30px;
  }
}
section.homepage-video .homepage-video--content .headline h3.heading-blue {
  color: #5782de;
  padding-bottom: 35px;
  padding-top: 7px;
}
section.homepage-video .homepage-video--content .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-bottom: 42px;
}
section.homepage-video .homepage-video--content a.video {
  width: 60%;
}
@media (max-width: 990px) {
  section.homepage-video .homepage-video--content a.video {
    width: 100%;
  }
}
section.homepage-video .homepage-video--content a.video img {
  width: 100%;
}

.homepage-before-and-after {
  background-color: #f6f9ff;
  color: #010824;
  display: block;
  padding: 84px 0 0;
  text-align: center;
}
.homepage-before-and-after .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
.homepage-before-and-after .headline h3 {
  color: #010824;
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  .homepage-before-and-after .headline h3 {
    font-size: 80px;
  }
}
@media (max-width: 660px) {
  .homepage-before-and-after .headline h3 {
    font-size: 30px;
  }
}
.homepage-before-and-after .headline .heading-large {
  text-transform: none;
}
.homepage-before-and-after .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 42px;
  max-width: 50%;
}
.homepage-before-and-after .homepage-before-and-after-slider {
  display: block;
  padding: 56px 0;
  position: relative;
  width: 100%;
}
.homepage-before-and-after .homepage-before-and-after-slider .homepage-before-and-after-slider-bg {
  position: absolute;
  width: 60%;
  max-width: 946px;
  height: auto;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.homepage-before-and-after .homepage-before-and-after-slider--list {
  list-style: none;
  margin: auto;
  width: 60%;
}
@media (max-width: 1024px) {
  .homepage-before-and-after .homepage-before-and-after-slider--list {
    width: 80%;
  }
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slick-slide {
  opacity: 0.25;
  -webkit-transition: opacity ease-in-out 400ms;
  transition: opacity ease-in-out 400ms;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slick-slide.slick-current {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 400ms;
  transition: opacity ease-in-out 400ms;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slide .compare-container {
  margin: auto;
  overflow: hidden;
  padding: 0 0 84px;
  position: relative;
  width: 94%;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slide .compare-container .compare-button {
  background: transparent;
  border: 0;
  bottom: 0;
  cursor: col-resize;
  left: 100%;
  outline: 0;
  overflow: visible;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 200;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slide .compare-container .compare-button svg {
  margin-left: -12px;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slide .compare-container .compare-box {
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  z-index: 100;
}
.homepage-before-and-after .homepage-before-and-after-slider--list .slide .compare-container img {
  width: 100%;
}
.homepage-before-and-after .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.homepage-before-and-after .slick-dots li button {
  background-color: #5782de;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 14px;
  margin: 28px 3.5px;
  opacity: 50%;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  width: 14px;
}
.homepage-before-and-after .slick-dots li.slick-active button {
  opacity: 1;
}
.homepage-before-and-after .labels {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #010824;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 44%;
}
@media (max-width: 1024px) {
  .homepage-before-and-after .labels {
    font-size: 14px;
    width: 66%;
  }
}
.homepage-before-and-after .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 10%;
  top: 56px;
  width: 565px;
}
.homepage-before-and-after .quote .quote-bubble {
  background-image: url("../media/images/quote-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 56px 84px 84px;
  position: relative;
  text-align: left;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  width: 480px;
}
.homepage-before-and-after .quote .quote-bubble.visible {
  visibility: visible;
}
.homepage-before-and-after .quote .quote-bubble .quote-bubble-close {
  cursor: pointer;
  position: absolute;
  top: 31.5px;
  right: 56px;
}
.homepage-before-and-after .quote .quote-bubble .quote-title {
  color: #010824;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.homepage-before-and-after .quote .quote-bubble .quote-content {
  color: #3965ac;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  padding: 14px 0;
}
.homepage-before-and-after .quote .quote-bubble .quote-author {
  color: #5782de;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.homepage-before-and-after .quote .quote-doc {
  cursor: pointer;
  padding-top: 14px;
}
.homepage-before-and-after .homepage-before-and-after-prev,
.homepage-before-and-after .homepage-before-and-after-next {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 30%;
}
.homepage-before-and-after .homepage-before-and-after-next {
  left: auto;
  right: 0;
}

section.ratemd-reviews {
  background-color: #f6f9ff;
  color: #010824;
  display: block;
  padding: 84px 0 0;
}
section.ratemd-reviews .headline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  section.ratemd-reviews .headline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.ratemd-reviews .headline {
  text-align: center;
}
section.ratemd-reviews .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
section.ratemd-reviews .headline h3 {
  color: #010824;
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  section.ratemd-reviews .headline h3 {
    font-size: 80px;
  }
}
@media (max-width: 660px) {
  section.ratemd-reviews .headline h3 {
    font-size: 30px;
  }
}
section.ratemd-reviews .headline .heading-large {
  text-transform: none;
}
section.ratemd-reviews .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 42px;
  max-width: 50%;
}
section.ratemd-reviews .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.ratemd-reviews .stars .stars-number {
  font-size: 30px;
}
section.ratemd-reviews .stars .stars-meta {
  border-left: 1px solid #e6edfd;
  margin-left: 14px;
  padding-left: 14px;
}
section.ratemd-reviews .stars .stars-meta > * {
  display: block;
  width: 100%;
}
section.ratemd-reviews .ratemd-reviews-slider {
  padding: 56px 0;
  position: relative;
  width: 100%;
}
section.ratemd-reviews .ratemd-reviews-slider--list {
  list-style: none;
  margin: auto;
}
section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-body {
  background-color: #e6edfd;
  margin: 28px 14px 0;
  padding: 28px 28px 14px;
}
section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -56px;
}
section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-avatar .slide-avatar-stars {
  padding: 56px 0 0 14px;
}
section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-stats {
  color: #3965ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 14px;
}
@media (max-width: 1024px) {
  section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-quote {
  color: #010824;
  font-style: italic;
}
section.ratemd-reviews .ratemd-reviews-slider--list .slide .slide-date {
  color: #3965ac;
  text-align: right;
}
section.ratemd-reviews .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.ratemd-reviews .slick-dots li button {
  background-color: #5782de;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 14px;
  margin: 28px 3.5px;
  opacity: 50%;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  width: 14px;
}
section.ratemd-reviews .slick-dots li.slick-active button {
  opacity: 1;
}
section.ratemd-reviews .ratemd-reviews-prev,
section.ratemd-reviews .ratemd-reviews-next {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 30%;
}
section.ratemd-reviews .ratemd-reviews-next {
  left: auto;
  right: 0;
}

/*--------------------------*/
/* Footer Attribution
/*--------------------------*/
footer {
  background-color: #010824;
  color: #ffffff;
  padding: 56px 0;
  text-align: center;
}
footer .footer--attribution {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  opacity: 0.6;
}
footer .footer--attribution > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
footer .footer--attribution > *::before {
  margin: 0 5px;
}
footer .footer--attribution a {
  color: #ffffff;
  text-decoration: none;
}
section.footer-map {
  background-color: #010824;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  height: 868px;
}
@media (max-width: 1024px) {
  section.footer-map {
    height: auto;
  }
}
section.footer-map .wrap {
  height: 868px;
}
@media (max-width: 1024px) {
  section.footer-map .wrap {
    height: auto;
  }
}
section.footer-map .footer-map-content-container {
  background-image: url("../media/images/map-bg.png");
  background-size: 60% 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1024px) {
  section.footer-map .footer-map-content-container {
    background-image: none;
    height: auto;
    left: auto;
    position: relative;
  }
}
section.footer-map .footer-map-content-container .headline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-left: 28px;
  padding-top: 280px;
}
@media (max-width: 1024px) {
  section.footer-map .footer-map-content-container .headline {
    height: auto;
    padding: 112px 0 0;
    text-align: center;
  }
}
section.footer-map .footer-map-content-container .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
section.footer-map .footer-map-content-container .headline h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
}
section.footer-map .footer-map-content-container .headline .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 1024px) {
  section.footer-map .footer-map-content-container .headline .locations {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
section.footer-map .footer-map-content-container .headline .locations .location {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.footer-map .footer-map-content-container .headline .locations .location svg path {
  fill: #ffffff;
}
section.footer-map .footer-map-content-container .headline .locations .location .location-name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}
section.footer-map .footer-map-content-container .headline .locations .location.active svg path {
  fill: #5782de;
}
section.footer-map .footer-map-content-container .headline .locations .location.active .location-name {
  border-bottom: 1px solid #5782de;
}
section.footer-map .footer-map-content-container .headline .locations .location + .location {
  padding-left: 28px;
}
section.footer-map .gmap-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 868px;
  margin-left: 30%;
  padding: 28px 0;
  width: 70%;
}
@media (max-width: 1024px) {
  section.footer-map .gmap-container {
    height: 578.6666666667px;
    margin-left: 0;
    padding: 28px 0;
    width: 100%;
  }
}
section.footer-map .gmap {
  height: 812px;
}
@media (max-width: 1024px) {
  section.footer-map .gmap {
    height: 522.6666666667px;
  }
}
section.footer-map .map-info {
  background-color: #010824;
  padding: 0 28px 28px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  section.footer-map .map-info {
    padding: 42px 28px 14px;
  }
}
section.footer-map .map-info .map-info-image {
  height: 120px;
  margin: 0 -28px 0 -28px;
  padding-bottom: 35px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.footer-map .map-info .map-info-image {
    top: -40px;
  }
}
section.footer-map .map-info .map-info-image .map-info-image-image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
}
section.footer-map .map-info h4.map-info-address-title,
section.footer-map .map-info h4.map-info-hours-title {
  color: #5782de;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 0;
  text-transform: uppercase;
}
section.footer-map .map-info p.map-info-address {
  font-size: 14px;
  padding: 0 20%;
  line-height: 1.5;
}
section.footer-map .map-info p.map-info-phone {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  section.footer-map .map-info p.map-info-phone {
    font-size: 20px;
    padding: 0;
  }
}
section.footer-map .map-info .map-info-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  opacity: 0.5;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
section.footer-map .map-info .map-info-hours.active {
  opacity: 1;
}
section.footer-map .map-info:before {
  border-right: 10px solid #010824;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: -10px;
  top: 56px;
  width: 0;
}

.services-slider {
  padding: 56px 0;
  position: relative;
  width: 100%;
  background-color: #010824;
  color: #ffffff;
  display: block;
  padding: 84px 0 0;
  text-align: center;
}
.services-slider .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
.services-slider .headline h3 {
  color: #ffffff;
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
@media (max-width: 660px) {
  .services-slider .headline h3 {
    font-size: 30px;
  }
}
.services-slider .headline .heading-large {
  text-transform: none;
}
.services-slider .headline p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 42px;
  max-width: 50%;
}
.services-slider .services-slider--list {
  padding-top: 28px;
}
.services-slider .services-slider--list .block-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 340px;
  padding: 14px;
  width: 340px;
}
.services-slider .services-slider--list .block-container a.block {
  background-size: cover;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  text-decoration: none;
}
.services-slider .services-slider--list .block-container a.block .title {
  bottom: 21px;
  position: absolute;
  text-align: center;
  width: 100%;
  visibility: visible;
}
.services-slider .services-slider--list .block-container a.block .title h4 {
  color: #010824;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin: 14px;
}
.services-slider .services-slider--list .block-container a.block .title .blurb {
  color: #ffffff;
  display: none;
  font-size: 14px;
  padding: 0 14px;
}
.services-slider .services-slider--list .block-container a.block .learn-more {
  bottom: 21px;
  position: absolute;
  text-align: center;
  width: 100%;
  visibility: hidden;
}
.services-slider .services-slider--list .block-container a.block .learn-more img {
  margin: 0 auto;
}
.services-slider .services-slider--list .block-container a.block .learn-more p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.services-slider .services-slider--list .block-container a.block .stripe-wrap {
  bottom: 0;
  height: 40%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.services-slider .services-slider--list .block-container a.block .stripe-wrap .stripe {
  background-color: #ffffff;
  height: 100%;
  -webkit-transform: rotate(-5deg) translate(-10%, 10%);
  transform: rotate(-5deg) translate(-10%, 10%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 120%;
}
.services-slider .services-slider--list .block-container a.block .hover {
  background-color: #5782de;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  visibility: hidden;
}
.services-slider .services-slider--list .block-container a.block:hover {
  opacity: 0.6;
}
.services-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-slider .slick-dots li button {
  background-color: #5782de;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 14px;
  margin: 28px 3.5px;
  opacity: 50%;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  width: 14px;
}
.services-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.services-slider .services-slider-prev,
.services-slider .services-slider-next {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 60%;
}
@media (max-width: 1024px) {
  .services-slider .services-slider-prev,
.services-slider .services-slider-next {
    top: 50%;
  }
}
.services-slider .services-slider-next {
  left: auto;
  right: 0;
}

div.block-content {
  background-color: #010824;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 868px;
}
@media (max-width: 1024px) {
  div.block-content {
    min-height: auto;
  }
  div.block-content .wrap {
    padding: 0;
  }
}
div.block-content .block-content--content {
  -webkit-box-align: bottom;
  -ms-flex-align: bottom;
  align-items: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 868px;
}
@media (max-width: 1024px) {
  div.block-content .block-content--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
}
div.block-content .block-content--content.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  div.block-content .block-content--content.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  div.block-content .block-content--content .headline {
    background: rgb(1, 8, 36);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(1, 8, 36)), to(rgba(1, 8, 36, 0)));
    background: linear-gradient(180deg, rgb(1, 8, 36) 50%, rgba(1, 8, 36, 0) 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 56px 28px;
  }
}
@media (max-width: 660px) {
  div.block-content .block-content--content .headline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(1, 8, 36)), to(rgba(1, 8, 36, 0)));
    background: linear-gradient(180deg, rgb(1, 8, 36) 75%, rgba(1, 8, 36, 0) 100%);
  }
}
div.block-content .block-content--content .image {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 868px;
  width: 48%;
}
@media (max-width: 1024px) {
  div.block-content .block-content--content .image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 56px 0;
  }
}
div.block-content .block-content--content .image.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.block-content .block-content--content .image img {
  max-width: 100%;
}
div.block-content.light {
  background-color: #ffffff;
  color: #010824;
}
div.block-content.light .block-content--content .headline h3,
div.block-content.light .block-content--content .headline h3.heading-large {
  color: #010824;
}
div.block-content.light .block-content--content .headline h3 span,
div.block-content.light .block-content--content .headline h3.heading-large span {
  color: #010824;
}
div.block-content.light .block-content--content .headline h3.heading-blue {
  color: #5782de;
}
div.block-content.light .block-content--content .headline h3.heading-blue span {
  color: #010824;
}
@media (max-width: 1024px) {
  div.block-content.light .block-content--content .headline {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 660px) {
  div.block-content.light .block-content--content .headline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  }
}
div.block-content.narrow {
  height: auto;
}
div.block-content.narrow .block-content--content {
  height: auto;
  padding-bottom: 140px;
}
div.block-content.narrow .block-content--content .image {
  height: auto;
}
div.block-content.padContentLeft .block-content--content .headline {
  padding-left: 210px;
}
@media (max-width: 1024px) {
  div.block-content.padContentLeft .block-content--content .headline {
    padding-left: 28px;
  }
}
@media (max-width: 1024px) {
  div.block-content.mobileRemoveImage {
    background-image: none !important;
  }
}

div.block-content-with-slider {
  background-color: #010824;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 868px;
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (max-width: 1024px) {
  div.block-content-with-slider {
    background-image: none !important;
    min-height: auto;
  }
}
div.block-content-with-slider .block-content-with-slider--content {
  -webkit-box-align: bottom;
  -ms-flex-align: bottom;
  align-items: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  div.block-content-with-slider .block-content-with-slider--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
div.block-content-with-slider .block-content-with-slider--content.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  div.block-content-with-slider .block-content-with-slider--content.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
div.block-content-with-slider .block-content-with-slider--content .headline {
  padding-top: 84px;
  padding-bottom: 28px;
  position: relative;
}
div.block-content-with-slider .block-content-with-slider--content .headline .block-content-with-slider-slider {
  padding: 28px 0;
}
@media (max-width: 1024px) {
  div.block-content-with-slider .block-content-with-slider--content .headline .block-content-with-slider-slider {
    padding: 56px 0;
  }
}
@media (max-width: 1024px) {
  div.block-content-with-slider .block-content-with-slider--content .headline {
    padding-top: 56px;
  }
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls {
  left: 0;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .block-content-with-slider-slider-arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .block-content-with-slider-slider-arrows > * {
  max-width: 48%;
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .block-content-with-slider-slider-arrows .block-content-with-slider-slider-prev,
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .block-content-with-slider-slider-arrows .block-content-with-slider-slider-next {
  cursor: pointer;
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .slick-dots li button {
  background-color: #5782de;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 14px;
  margin: 28px 3.5px;
  opacity: 50%;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  width: 14px;
}
div.block-content-with-slider .block-content-with-slider--content .block-content-with-slider-slider-controls .slick-dots li.slick-active button {
  opacity: 1;
}
div.block-content-with-slider .block-content-with-slider--content .image {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 868px;
  position: relative;
  width: 48%;
}
div.block-content-with-slider .block-content-with-slider--content .image.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  div.block-content-with-slider .block-content-with-slider--content .image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 0;
  }
}
div.block-content-with-slider .block-content-with-slider--content .image img {
  margin: auto;
  max-width: 100%;
}
div.block-content-with-slider .block-content-with-slider--content .image .play-button {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.block-content-with-slider.light {
  background-color: #ffffff;
  color: #010824;
}
div.block-content-with-slider.light .block-content-with-slider--content .headline h3,
div.block-content-with-slider.light .block-content-with-slider--content .headline h3.heading-large {
  color: #010824;
}
div.block-content-with-slider.light .block-content-with-slider--content .headline h3 span,
div.block-content-with-slider.light .block-content-with-slider--content .headline h3.heading-large span {
  color: #010824;
}
div.block-content-with-slider.light .block-content-with-slider--content .headline h3.heading-blue {
  color: #5782de;
}
div.block-content-with-slider.light .block-content-with-slider--content .headline h3.heading-blue span {
  color: #010824;
}

.block-content-callout {
  background-color: #f6f9ff;
  padding: 112px 0;
}
.block-content-callout .block-content-callout-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-content-callout .block-content-callout-container > * {
  width: 48%;
}
@media (max-width: 1024px) {
  .block-content-callout .block-content-callout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-content-callout .block-content-callout-container > * {
    width: 100%;
  }
}
.block-content-callout .block-content-callout-container .headline {
  width: 48%;
  position: relative;
}
@media (max-width: 1024px) {
  .block-content-callout .block-content-callout-container .headline {
    padding-bottom: 56px;
    text-align: center;
    width: 100%;
  }
}
.block-content-callout .block-content-callout-container .headline h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
}
.block-content-callout .block-content-callout-container .headline h3 {
  color: #010824;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 660px) {
  .block-content-callout .block-content-callout-container .headline h3 {
    font-size: 30px;
  }
}
.block-content-callout .block-content-callout-container .headline h3.heading-blue {
  color: #5782de;
}
.block-content-callout .block-content-callout-container .headline h3 + h3 {
  padding-top: 7px;
}
.block-content-callout .block-content-callout-container .content p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .block-content-callout .block-content-callout-container .content p {
    text-align: center;
  }
}
.block-content-callout .block-content-callout-container .content p + p {
  padding-top: 28px;
}

.block-content-columns .block-content-columns--content {
  padding: 84px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-content-columns .block-content-columns--content > * {
  width: 48%;
}
@media (max-width: 1024px) {
  .block-content-columns .block-content-columns--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 56px 0;
  }
  .block-content-columns .block-content-columns--content > * {
    width: 100%;
  }
}
.block-content-columns .block-content-columns--content h3 {
  color: #010824;
}
.block-content-columns .block-content-columns--content h3 span {
  color: #010824;
}
.block-content-columns .block-content-columns--content h3.heading-blue {
  color: #5782de;
}
.block-content-columns .block-content-columns--content h3.heading-blue span {
  color: #010824;
}
@media (max-width: 660px) {
  .block-content-columns .block-content-columns--content h3 {
    font-size: 30px;
  }
}
.block-content-columns .block-content-columns--content ul,
.block-content-columns .block-content-columns--content ol {
  list-style: none;
  padding: 14px 0 14px 30px;
  text-align: left;
}
@media (max-width: 1024px) {
  .block-content-columns .block-content-columns--content ul,
.block-content-columns .block-content-columns--content ol {
    margin: 14px auto;
    width: 60%;
  }
}
@media (max-width: 660px) {
  .block-content-columns .block-content-columns--content ul,
.block-content-columns .block-content-columns--content ol {
    width: 80%;
  }
}
.block-content-columns .block-content-columns--content ul li,
.block-content-columns .block-content-columns--content ol li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 0;
}
.block-content-columns .block-content-columns--content ul li span,
.block-content-columns .block-content-columns--content ol li span {
  color: #5782de;
  font-size: 30px;
  font-weight: 700;
  margin-right: 14px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.block-content-columns .block-content-columns--content ul li a,
.block-content-columns .block-content-columns--content ol li a {
  color: #5782de;
  text-decoration: none;
}
.block-content-columns .block-content-columns--content ul li + li,
.block-content-columns .block-content-columns--content ol li + li {
  padding-top: 14px;
}
.block-content-columns .block-content-columns--content ol li span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

div.block-content-faq {
  background-color: #f6f9ff;
  color: #010824;
  padding-bottom: 56px;
  padding-top: 56px;
}
div.block-content-faq .headline {
  margin: auto;
  padding-bottom: 28px;
  text-align: center;
}
div.block-content-faq .headline h3.heading-large {
  color: #010824;
}
div.block-content-faq .headline h3.heading-large span {
  color: #010824;
}
div.block-content-faq .faq-list {
  padding: 28px 0;
}
div.block-content-faq .question {
  border: 1px solid #dbdeec;
  padding: 14px 112px 14px 56px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1024px) {
  div.block-content-faq .question {
    padding-right: 84px;
    padding-left: 28px;
  }
}
div.block-content-faq .question .question-header {
  cursor: pointer;
  padding: 14px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.block-content-faq .question strong {
  font-size: 20px;
}
div.block-content-faq .question .answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
div.block-content-faq .question .faq-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf2fc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 28px;
  top: 35px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 42px;
}
div.block-content-faq .question .faq-toggle .faq-toggle-close {
  display: none;
}
div.block-content-faq .question.active {
  background-color: #ecf2fc;
}
div.block-content-faq .question.active .answer {
  height: auto;
  opacity: 1;
  padding-bottom: 14px;
  visibility: visible;
}
div.block-content-faq .question.active .faq-toggle {
  background-color: #ffffff;
}
div.block-content-faq .question.active .faq-toggle .faq-toggle-open {
  display: none;
}
div.block-content-faq .question.active .faq-toggle .faq-toggle-close {
  display: block;
}
div.block-content-faq .question + .question {
  margin-top: 14px;
}

div.block-content-info-blocks {
  background-color: #ffffff;
  color: #010824;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 112px;
}
div.block-content-info-blocks > * {
  width: 48%;
}
@media (max-width: 1024px) {
  div.block-content-info-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.block-content-info-blocks > * {
    width: 100%;
  }
}
div.block-content-info-blocks .info-block-button-zone {
  padding-top: 140px;
}
div.block-content-info-blocks .info-block-button-zone > * {
  background-color: rgb(227, 235, 250);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 28px;
  min-height: 192px;
  padding: 28px 56px;
  width: calc(50% - 16px);
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  vertical-align: top;
}
div.block-content-info-blocks .info-block-button-zone > *:nth-child(even) {
  margin-left: 28px;
}
@media (max-width: 660px) {
  div.block-content-info-blocks .info-block-button-zone > * {
    width: 100%;
  }
  div.block-content-info-blocks .info-block-button-zone > *:nth-child(even) {
    margin-left: 0;
  }
}
div.block-content-info-blocks .info-block-button-zone > *:hover {
  background-color: rgba(227, 235, 250, 0.5);
}
div.block-content-info-blocks .info-block-button-zone > *.active {
  background-color: #5782de;
  color: #ffffff;
}
div.block-content-info-blocks .info-block-button-zone > *.active svg {
  fill: #ffffff !important;
}
div.block-content-info-blocks .info-block-button-zone > *.active path {
  fill: #ffffff !important;
}
div.block-content-info-blocks .info-block-content {
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
}
div.block-content-info-blocks .info-block-content h3.heading-blue {
  line-height: 1.25;
}
div.block-content-info-blocks .info-block-content h3.heading-blue span {
  color: #010824;
}
div.block-content-info-blocks .info-block-content ul {
  list-style: disc;
  padding-left: 28px;
}
div.block-content-info-blocks .info-block-content a {
  color: #5782de;
  text-decoration: none;
}
div.block-content-info-blocks .info-block-content a.button {
  color: #ffffff;
}
div.block-content-info-blocks .info-block-content.hidden {
  display: none;
  opacity: 0;
}

article.post-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  padding-top: 196px;
  margin: auto;
  max-width: 880px;
  width: 100%;
}
article.post-content .featured-image {
  padding-bottom: 14px;
}
article.post-content img {
  height: auto;
  max-width: 100%;
}
article.post-content h1.post-title {
  color: #010824;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
article.post-content p.post-date {
  color: #010824;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 14px;
  text-align: center;
}
article.post-content a {
  color: #5782de;
  text-decoration: underline;
}
article.post-content a:hover {
  text-decoration: none;
}
article.post-content .post-content--content {
  color: #010824;
  background-color: #ffffff;
  font-size: 20px;
  padding-bottom: 56px;
  padding-top: 28px;
}
article.post-content .post-content--content h1 {
  color: #010824;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
article.post-content .post-content--content h2 {
  color: #5782de;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.imageLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 28px 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .imageLinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.imageLinks li {
  width: 15%;
}
@media (max-width: 1024px) {
  .imageLinks li {
    width: 30%;
  }
}
@media (max-width: 660px) {
  .imageLinks li {
    width: 45%;
  }
}
.imageLinks li img {
  width: 100%;
  height: auto;
}

.anchorLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .anchorLinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.anchorLinks li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 28px;
  text-align: center;
}
.anchorLinks li a {
  color: #5782de;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}