@charset "UTF-8";
/* Definitions */
/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
/* General Use component */
/*
 * =====================================================================================================================
 * Structure
 * =====================================================================================================================
 */
.body {
  background: #010F1A;
}
.body.poor {
  background: #fff;
}
@media (max-width: 767px) {
  .body {
    background: #fff;
  }
}

html {
  scroll-behavior: smooth;
}

#page-wrapper {
  position: relative;
}

#main-wrapper {
  background: #fff;
}

@media (min-width: 768px) {
  body.header-above:not(.paragraphs-edit) #main-wrapper {
    margin-top: 156px;
  }
}
@media (max-width: 767px) {
  body.header-above:not(.paragraphs-edit) #main-wrapper {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .toolbar .toolbar-bar {
    position: fixed !important;
  }
}
@media (max-width: 767px) {
  main.container {
    margin-left: 24px;
    margin-right: 24px;
  }
}
main.m-poor {
  padding-top: 24px;
  padding-bottom: 48px;
}

/*
 * =====================================================================================================================
 * Background colors
 * =====================================================================================================================
 */
.bg-white {
  background-color: #ffffff;
}

.bg-white-dark {
  background-color: #d6dee6;
}

.bg-white-dark-light {
  background-color: #f6f8fa;
}

.bg-lightest-gray, body.lang-es .es--bg-lightest-gray {
  background-color: #E6EBF0;
}

.bg-gray {
  background-color: #626D7C;
}

.bg-dark-gray {
  background-color: #010F1A;
}

.bg-dark-gray-light {
  background-color: #021829;
}

.bg-blue {
  background-color: #2C75E1;
}

.bg-blue-secondary {
  background-color: #2C75E1;
}

.bg-blue-dark {
  background-color: #010F1A;
}

.bg-red {
  background-color: #FF203F;
}

/*
 * =====================================================================================================================
 * Padding and margin tweeks
 * =====================================================================================================================
 */
/*
 * =====================================================================================================================
 * Hiding on certain screens
 * =====================================================================================================================
 */
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .center-mobile {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hidden-desktop,
  .hidden-screen {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important;
  }
}
/*
 * =====================================================================================================================
 * Appearing items
 * =====================================================================================================================
 */
.appear {
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 400ms all ease-in-out;
  -moz-transition: 400ms all ease-in-out;
  -ms-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  opacity: 0;
}

.appear.in {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.paragraph-type--markup .CodeMirror-code > div {
  width: 80vw;
}
@media (min-width: 768px) {
  .paragraph-type--markup .CodeMirror-code > div {
    width: 88vw;
  }
}

.paragraph-type--columns-2 .paragraph-type--markup .CodeMirror-code > div {
  width: 79vw;
}
@media (min-width: 768px) {
  .paragraph-type--columns-2 .paragraph-type--markup .CodeMirror-code > div {
    width: 39vw;
  }
}

@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreWeb-Regular.woff2") format("woff2"), url("../fonts/CalibreWeb-Regular.woff") format("woff"), url("../fonts/CalibreWeb-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreWeb-Italic.woff2") format("woff2"), url("../fonts/CalibreWeb-Italic.woff") format("woff"), url("../fonts/CalibreWeb-Italic.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreWeb-Medium.woff2") format("woff2"), url("../fonts/CalibreWeb-Medium.woff") format("woff"), url("../fonts/CalibreWeb-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreWeb-MediumItalic.woff2") format("woff2"), url("../fonts/CalibreWeb-MediumItalic.woff") format("woff"), url("../fonts/CalibreWeb-MediumItalic.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreWeb-Semibold.woff2") format("woff2"), url("../fonts/CalibreWeb-Semibold.woff") format("woff"), url("../fonts/CalibreWeb-Semibold.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreWeb-SemiboldItalic.woff2") format("woff2"), url("../fonts/CalibreWeb-SemiboldItalic.woff") format("woff"), url("../fonts/CalibreWeb-SemiboldItalic.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: italic;
}
/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
body,
input,
textarea,
select,
svg text,
button,
.ui-widget,
.ck-editor {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #010F1A;
  font-weight: 400;
}

svg text,
svg text tspan {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", sans-serif !important;
}
svg text[style*=Calibre-Medium],
svg text tspan[style*=Calibre-Medium] {
  font-weight: 600;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6EBF0;
  margin: 1em 0;
  padding: 0;
}
@media (min-width: 768px) {
  hr.section-divider {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
hr.hr-line {
  border-width: 3px;
}
hr.red {
  border-color: #FF203F;
}
hr.blue {
  border-color: #2C75E1;
}
hr.green {
  border-color: #1EBDCD;
}
hr.orange {
  border-color: #FFA700;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 24px 36px 24px 30px;
  border-left: 6px #E6EBF0 solid;
  background: #f6f8fa;
}

.indented {
  padding-left: 24px;
}

.text-light {
  color: #ffffff;
}
.text-light svg.mitek-logo path:not(.no-adjust) {
  fill: #ffffff;
}
.text-light .media--view-mode-logo * {
  fill: #A8B9C6 !important;
}
.text-light hr:not(.red):not(.blue):not(.green):not(.orange) {
  border-top: 1px solid rgba(230, 235, 240, 0.15);
}
.text-light p a:not(.button):visited {
  color: #2C75E1;
}
.text-light a:not(.button):hover {
  color: #5992e7;
}
.text-light .bg-white-dark {
  color: #010F1A;
}
.text-light .screened {
  color: #010F1A;
}
.text-light blockquote {
  background-color: RGBA(255, 255, 255, 0.075);
  border-left-color: RGBA(255, 255, 255, 0.1);
}
.text-light .text-dark {
  color: #010F1A;
}
.text-light .text-dark blockquote {
  border-left: 6px #E6EBF0 solid;
  background: #f6f8fa;
}

.text-white .media--view-mode-logo * {
  fill: #ffffff;
}

.logos-white .media--view-mode-logo * {
  fill: #ffffff !important;
}

.text-gray {
  color: #626D7C;
}

/* =====================================================================================================================
 * Headers and "larger" text
 * ================================================================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 24px 0;
}

h1,
.giant {
  font-size: 80px;
  line-height: 76px;
}
h1.giant,
.giant.giant {
  font-weight: 600;
}
@media (max-width: 991px) {
  h1,
  .giant {
    font-size: 60px;
    line-height: 58px;
  }
}
h1.smaller,
.giant.smaller {
  font-size: 60px;
  line-height: 58px;
}
@media (max-width: 991px) {
  h1.smaller,
  .giant.smaller {
    font-size: 44px;
    line-height: 43px;
  }
}
h1.smallest,
.giant.smallest {
  font-size: 44px;
  line-height: 43px;
}
@media (max-width: 991px) {
  h1.smallest,
  .giant.smallest {
    font-size: 28px;
    line-height: 30px;
  }
}

p.biggest-quote {
  font-size: 60px;
  line-height: 58px;
}

h2,
h3.h2,
.xxl,
p.quote.big-quote {
  font-size: 44px;
  line-height: 43px;
}
@media (max-width: 991px) {
  h2,
  h3.h2,
  .xxl,
  p.quote.big-quote {
    font-size: 28px;
    line-height: 30px;
  }
}

h3,
.xl {
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 991px) {
  h3,
  .xl {
    font-size: 22px;
    line-height: 26px;
  }
}

h4,
.lg {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 991px) {
  h4,
  .lg {
    font-size: 1em;
    line-height: 24px;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

/* =====================================================================================================================
 * Smaller text
 * ================================================================================================================== */
.sm,
.small {
  font-size: 15px;
  line-height: 20px;
}

.xs, .form-item--error-message {
  font-size: 12px;
  line-height: 16px;
}

.under-parent,
.subheadline,
article.type-job ul {
  margin-top: -16.008px;
}

.caps, .breadcrumb {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.article-meta, .event-date {
  color: #626D7C;
  font-style: italic;
}

.footnote {
  font-size: 15px;
  line-height: 20px;
  color: #626D7C;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

h1, h2, h3, h4, h5, h6,
article.media--type-video,
.caption,
p,
p.quote.big-quote,
blockquote,
table {
  margin-top: 24px;
  margin-bottom: 24px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
article.media--type-video:first-child,
.caption:first-child,
p:first-child,
p.quote.big-quote:first-child,
blockquote:first-child,
table:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
article.media--type-video:last-child,
.caption:last-child,
p:last-child,
p.quote.big-quote:last-child,
blockquote:last-child,
table:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .col {
    margin-bottom: 24px;
  }
  .col:last-child {
    margin-bottom: 0;
  }
}
.wysiwyg ol,
.wysiwyg ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-inline-start: 1em;
}
.wysiwyg ol:first-child,
.wysiwyg ul:first-child {
  margin-top: 0;
}
.wysiwyg ol:last-child,
.wysiwyg ul:last-child {
  margin-bottom: 0;
}
.wysiwyg ol li,
.wysiwyg ul li {
  margin: 6px 0;
}
.wysiwyg ol li:first-child,
.wysiwyg ul li:first-child {
  margin-top: 0;
}
.wysiwyg ol li:last-child,
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg ol li ol,
.wysiwyg ol li ul,
.wysiwyg ul li ol,
.wysiwyg ul li ul {
  margin: 6px 0;
}
.wysiwyg ol li ol:first-child,
.wysiwyg ol li ul:first-child,
.wysiwyg ul li ol:first-child,
.wysiwyg ul li ul:first-child {
  margin: 6px 0;
}
.wysiwyg ol li ol:last-child,
.wysiwyg ol li ul:last-child,
.wysiwyg ul li ol:last-child,
.wysiwyg ul li ul:last-child {
  margin-bottom: 0;
}
.wysiwyg ol li p,
.wysiwyg ul li p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #2C75E1;
}
a:visited {
  color: #1b5dbf;
}
a:hover {
  color: #1e68d5;
}

a.secondary-link {
  color: #A8B9C6;
  text-decoration: none;
  cursor: pointer;
}
a.secondary-link:visited, a.secondary-link:hover {
  color: #626D7C;
}

strong,
b {
  font-weight: 600;
}

a.no-style,
a.no-style:active,
a.no-style:visited {
  color: inherit !important;
  text-decoration: none;
}

@media (min-width: 768px) {
  .top-right-link {
    display: block;
    float: right;
    margin-top: -48px;
  }
}
.text-center {
  text-align: center;
}
.text-center p,
.text-center .align-left {
  float: none;
  display: inline-block;
}

ul.checkmarks {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
ul.checkmarks > li {
  position: relative;
  padding-left: 18px;
}
ul.checkmarks > li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 6px;
  height: 12px;
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23010F1A' id='b' d='m76.15,17.67l-37.9,41-15.78-13.96-11.21,12.68,28.21,24.95,11.72-12.73,37.39-40.45-12.43-11.49Z'%3E%3C/path%3E%3C/svg%3E");
}
ul.checkmarks.checkmarks-blue > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%232C75E1' id='b' d='m76.15,17.67l-37.9,41-15.78-13.96-11.21,12.68,28.21,24.95,11.72-12.73,37.39-40.45-12.43-11.49Z'%3E%3C/path%3E%3C/svg%3E");
}
ul.checkmarks.checkmarks-green > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%231EBDCD' id='b' d='m76.15,17.67l-37.9,41-15.78-13.96-11.21,12.68,28.21,24.95,11.72-12.73,37.39-40.45-12.43-11.49Z'%3E%3C/path%3E%3C/svg%3E");
}
ul.checkmarks.checkmarks-orange > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23FFA700' id='b' d='m76.15,17.67l-37.9,41-15.78-13.96-11.21,12.68,28.21,24.95,11.72-12.73,37.39-40.45-12.43-11.49Z'%3E%3C/path%3E%3C/svg%3E");
}
ul.checkmarks.checkmarks-red > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23FF203F' id='b' d='m76.15,17.67l-37.9,41-15.78-13.96-11.21,12.68,28.21,24.95,11.72-12.73,37.39-40.45-12.43-11.49Z'%3E%3C/path%3E%3C/svg%3E");
}

.text-light ul.checkmarks:not([class*=checkmarks-]) > li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23FFFFFF' id='b' d='m76.15,17.67l-37.9,41-15.78-13.96-11.21,12.68,28.21,24.95,11.72-12.73,37.39-40.45-12.43-11.49Z'%3E%3C/path%3E%3C/svg%3E");
}

ol.numbers-medium {
  list-style: none;
  margin-left: 0;
  padding: 0;
  counter-reset: list-counter; /* Initialize counter for list items */
}
ol.numbers-medium > li {
  position: relative;
  padding-left: 60px;
  min-height: 48px;
  display: flex; /* Use flexbox */
  align-items: center; /* Center items vertically */
  line-height: 18px;
}
ol.numbers-medium > li:not(:last-child) {
  margin-bottom: 12px;
}
ol.numbers-medium > li:before {
  content: counter(list-counter); /* Use the counter value as content */
  counter-increment: list-counter; /* Increment the counter */
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  height: 48px;
  width: 48px;
  font-size: 20px;
  font-weight: bold;
  background: #626D7C;
  color: #ffffff;
  border-radius: 50%;
  display: flex; /* Flexbox for centering */
  align-items: center; /* Center number vertically */
  justify-content: center; /* Center number horizontally */
}
ol.numbers-medium.active-blue > li {
  cursor: pointer;
}
ol.numbers-medium.active-blue > li.active {
  font-weight: bold;
}
ol.numbers-medium.active-blue > li.active:before {
  background-color: #2C75E1;
}

.line-above {
  display: inline-block;
  border-top: 4px #010F1A solid;
  padding-top: 18px;
}
.line-above.line-above-red {
  border-color: #FF203F;
}

/*
 * =====================================================================================================================
 * Vertical Margins on...just about anything
 * =====================================================================================================================
 */
.vs-xxs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.vs-top-xxs {
  margin-top: 12px;
}

.vs-bottom-xxs {
  margin-bottom: 12px;
}

.vs-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}

.vs-top-xs {
  margin-top: 24px;
}

.vs-bottom-xs {
  margin-bottom: 24px;
}

.vs-sm {
  margin-top: 48px;
  margin-bottom: 48px;
}

.vs-top-sm {
  margin-top: 48px;
}

.vs-bottom-sm {
  margin-bottom: 48px;
}

.vs-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.vs-top-md {
  margin-top: 48px;
}

.vs-bottom-md {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .vs-md {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .vs-top-md {
    margin-top: 72px;
  }
  .vs-bottom-md {
    margin-bottom: 72px;
  }
}
@media (min-width: 992px) {
  .vs-md {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .vs-top-md {
    margin-top: 96px;
  }
  .vs-bottom-md {
    margin-bottom: 96px;
  }
}
/*
 * =====================================================================================================================
 * Container Horizontal Spacing
 * =====================================================================================================================
 */
@media screen and (min-width: 768px) {
  .hs-sm {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-md {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-lg {
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
  }
}
.with-side-padding {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .with-sm-side-padding {
    padding-left: 48px;
    padding-right: 48px;
  }
  .with-md-side-padding {
    padding-left: 96px;
    padding-right: 96px;
  }
}
/*
 * =====================================================================================================================
 * "Grow" classes
 * Controlled by javascript on desktop, but we can do it with pure css on mobile
 * =====================================================================================================================
 */
@media (max-width: 767px) {
  .grow-right {
    margin-right: -24px;
  }
  .grow-right.offset-grow-content, .grow-right.no-padding.offset-grow-content {
    padding-right: 24px;
  }
}
* {
  box-sizing: border-box;
}

body.rich, body.poor {
  margin: 0;
  padding: 0;
}

body.cke-editable {
  padding: 8px !important;
}

main {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 704px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 928px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1136px;
  }
}
.container.fluid {
  width: 100%;
}
@media (max-width: 1199px) {
  .container.fluid-to-xl {
    width: 100%;
  }
}

.container-to-left.container-to-left,
.container-to-right.container-to-left {
  margin-right: auto;
}
.container-to-left.container-to-right,
.container-to-right.container-to-right {
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-to-left,
  .container-to-right {
    width: calc((704px + 100%) / 2);
  }
}
@media (min-width: 992px) {
  .container-to-left,
  .container-to-right {
    width: calc((928px + 100%) / 2);
  }
}
@media (min-width: 1200px) {
  .container-to-left,
  .container-to-right {
    width: calc((1136px + 100%) / 2);
  }
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Responsive options
 * -----------------------------------------------------------------------------------------------------------------
 */
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .row.md-stacked {
    display: block;
  }
  .row.md-stacked > .col-left {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .row.md-stacked > .col-right {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .row.valign-middle {
    align-items: center;
  }
  .row.valign-bottom > .col {
    align-self: flex-end;
  }
  .row.valign-bottom > .col .form-item {
    margin-bottom: 8px;
  }
  .row .col {
    position: relative;
    width: 100%;
    min-height: 1px;
  }
  .row.field-group-html-element, .row.fluid {
    margin-left: -12px;
    margin-right: -12px;
  }
  .row.field-group-html-element .col, .row.fluid .col {
    max-width: 100%;
    flex: 1 1 0;
    margin-right: 12px;
    margin-left: 12px;
  }
  .right-first {
    flex-direction: row-reverse;
  }
  .row.one-one > .col-left,
  .row.one-two > .col-left,
  .row.one-three > .col-left,
  .row.one-four > .col-left,
  .row.two-one > .col-left,
  .row.three-one > .col-left,
  .row.three-two > .col-left,
  .row.two-three > .col-left,
  .row.four-one > .col-left {
    margin-right: 24px;
  }
  .row.one-one > .col-right,
  .row.one-two > .col-right,
  .row.one-three > .col-right,
  .row.one-four > .col-right,
  .row.two-one > .col-right,
  .row.three-one > .col-right,
  .row.three-two > .col-right,
  .row.two-three > .col-right,
  .row.four-one > .col-right {
    margin-left: 24px;
  }
  .row.one-one > .col,
  .row.one-one > .col-left,
  .row.one-one > .col-right {
    width: calc(50% - 24px);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .row.one-one.md-one-two > .col-left {
    width: calc(34% - 24px);
  }
  .row.one-one.md-one-two > .col-right {
    width: calc(66% - 24px);
  }
  .row.one-one.md-two-one > .col-left {
    width: calc(66% - 24px);
  }
  .row.one-one.md-two-one > .col-right {
    width: calc(34% - 24px);
  }
  .row.one-one.md-stacked > .col-left {
    width: calc(100% - 24px);
  }
  .row.one-one.md-stacked > .col-right {
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  .row.one-two > .col-left {
    width: calc(34% - 24px);
  }
  .row.one-two > .col-right {
    width: calc(66% - 24px);
  }
  .row.two-one > .col-left {
    width: calc(66% - 24px);
  }
  .row.two-one > .col-right {
    width: calc(34% - 24px);
  }
  .row.one-three > .col-left {
    width: calc(25% - 24px);
  }
  .row.one-three > .col-right {
    width: calc(75% - 24px);
  }
  .row.three-one > .col-left {
    width: calc(75% - 24px);
  }
  .row.three-one > .col-right {
    width: calc(25% - 24px);
  }
  .row.three-two > .col-left {
    width: calc(60% - 24px);
  }
  .row.three-two > .col-right {
    width: calc(40% - 24px);
  }
  .row.two-three > .col-left {
    width: calc(40% - 24px);
  }
  .row.two-three > .col-right {
    width: calc(60% - 24px);
  }
  .row.one-four > .col-left {
    width: calc(20% - 24px);
  }
  .row.one-four > .col-right {
    width: calc(80% - 24px);
  }
  .row.four-one > .col-left {
    width: calc(80% - 24px);
  }
  .row.four-one > .col-right {
    width: calc(20% - 24px);
  }
  .row.flexible > .col,
  .row.flexible > .col-left,
  .row.flexible > .col-right {
    width: auto;
    flex: 0 1 auto;
  }
  .row.flexible > .col + .col,
  .row.flexible > .col-right {
    margin-left: 24px;
  }
  .alternating {
    margin-bottom: 24px;
  }
  .alternating:nth-child(odd) .row .col:first-child {
    margin-right: 48px;
  }
  .alternating:nth-child(even) .row {
    flex-direction: row-reverse;
  }
  .alternating:nth-child(even) .row .col:last-child {
    margin-right: 48px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .container-to-left.row.one-one > .col-left,
  .container-to-left > .row.one-one > .col-left {
    width: calc(928px / 2 - 24px + (100svw - 928px) / 2);
  }
  .container-to-left.row.one-one > .col-right,
  .container-to-left > .row.one-one > .col-right {
    width: calc(928px / 2 - 24px);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-to-left.row.one-one > .col-left,
  .container-to-left > .row.one-one > .col-left {
    width: calc(1136px / 2 - 24px + (100svw - 1136px) / 2);
  }
  .container-to-left.row.one-one > .col-right,
  .container-to-left > .row.one-one > .col-right {
    width: calc(1136px / 2 - 24px);
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .container-to-left .recenter {
    margin-left: calc((100svw - 928px) / 2);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-to-left .recenter {
    margin-left: calc((100svw - 1136px) / 2);
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .container-to-right.row.one-one > .col-left,
  .container-to-right > .row.one-one > .col-left {
    width: calc(928px / 2 - 24px);
  }
  .container-to-right.row.one-one > .col-right,
  .container-to-right > .row.one-one > .col-right {
    width: calc(928px / 2 - 24px + (100vw - 928px) / 2);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-to-right.row.one-one > .col-left,
  .container-to-right > .row.one-one > .col-left {
    width: calc(1136px / 2 - 24px);
  }
  .container-to-right.row.one-one > .col-right,
  .container-to-right > .row.one-one > .col-right {
    width: calc(1136px / 2 - 24px + (100vw - 1136px) / 2);
  }
}
@media (max-width: 767px) {
  .container-to-left .col-left {
    margin-left: -24px;
  }
  .container-to-right .col-right {
    margin-right: -24px;
  }
}
@media (max-width: 767px) {
  .row > .col {
    transform: translateY(0);
  }
}
.grid-wrapper.va-stretch .grid {
  align-items: stretch;
}
.grid-wrapper.va-center .grid {
  align-items: center;
}
.grid-wrapper.va-start .grid {
  align-items: flex-start;
}
.grid-wrapper.va-start .grid .image--view-mode-icon-normal-inline:not(.vertical-centered),
.grid-wrapper.va-start .grid .image--view-mode-icon-inline:not(.vertical-centered) {
  align-items: flex-start;
}
.grid-wrapper.va-end .grid {
  align-items: flex-end;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.grid.stack-center {
  justify-content: center;
}
.grid > * {
  width: calc(100% - 24px);
  margin: 12px;
}
.grid.grid-gap-sm {
  margin: -24px;
}
.grid.grid-gap-sm > * {
  width: calc(100% - 48px);
  margin: 24px;
}
@media (max-width: 767px) {
  .grid.grid-gap-md {
    margin: -24px;
  }
  .grid.grid-gap-md > * {
    width: calc(100% - 48px);
    margin: 24px;
  }
  .grid.grid-gap-mdlg, .grid.grid-gap-lg {
    margin: -36px;
  }
  .grid.grid-gap-mdlg > *, .grid.grid-gap-lg > * {
    width: calc(100% - 72px);
    margin: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid.grid-gap-md {
    margin: -36px;
  }
  .grid.grid-gap-md > * {
    width: calc(100% - 72px);
    margin: 36px;
  }
  .grid.grid-gap-mdlg {
    margin: -48px;
  }
  .grid.grid-gap-mdlg > * {
    width: calc(100% - 96px);
    margin: 48px;
  }
  .grid.grid-gap-lg {
    margin: -48px;
  }
  .grid.grid-gap-lg > * {
    width: calc(100% - 120px);
    margin: 48px;
  }
}
@media (min-width: 992px) {
  .grid.grid-gap-md {
    margin: -48px;
  }
  .grid.grid-gap-md > * {
    width: calc(100% - 96px);
    margin: 48px;
  }
  .grid.grid-gap-mdlg {
    margin: -72px;
  }
  .grid.grid-gap-mdlg > * {
    width: calc(100% - 144px);
    margin: 72px;
  }
  .grid.grid-gap-lg {
    margin: -96px;
  }
  .grid.grid-gap-lg > * {
    width: calc(100% - 192px);
    margin: 96px;
  }
}
.grid.grid-lg-1:not(.stacked) .clickable,
.grid.grid-lg-1:not(.stacked) .ohf-item-wrapper:not(.clickable-wrapper) {
  display: flex;
}
.grid.grid-lg-1:not(.stacked) .clickable > .media,
.grid.grid-lg-1:not(.stacked) .ohf-item-wrapper:not(.clickable-wrapper) > .media {
  margin-right: 24px;
  margin-left: 0;
}
.grid.grid-lg-1:not(.stacked) .clickable > .caption,
.grid.grid-lg-1:not(.stacked) .ohf-item-wrapper:not(.clickable-wrapper) > .caption {
  text-align: left;
  margin: 0;
}
.grid.grid-lg-1:not(.stacked) .clickable > .caption > p,
.grid.grid-lg-1:not(.stacked) .ohf-item-wrapper:not(.clickable-wrapper) > .caption > p {
  text-align: left;
}
.grid.grid-xs-2 > * {
  width: calc(50% - 24px);
}
.grid.grid-gap-sm.grid-xs-2 > * {
  width: calc(50% - 48px);
}
.grid.grid-gap-md.grid-xs-2 > * {
  width: calc(50% - 48px);
}
.grid.grid-gap-mdlg.grid-xs-2 > *, .grid.grid-gap-lg.grid-xs-2 > * {
  width: calc(50% - 72px);
}
.grid.grid-xs-3 > * {
  width: calc(33.3333333333% - 24px);
}
.grid.grid-gap-sm.grid-xs-3 > * {
  width: calc(33.3333333333% - 48px);
}
.grid.grid-gap-md.grid-xs-3 > * {
  width: calc(33.3333333333% - 48px);
}
.grid.grid-gap-mdlg.grid-xs-3 > *, .grid.grid-gap-lg.grid-xs-3 > * {
  width: calc(33.3333333333% - 72px);
}
@media (min-width: 576px) {
  .grid.grid-sm-2 > * {
    width: calc(50% - 24px);
  }
  .grid.grid-gap-sm.grid-sm-2 > * {
    width: calc(50% - 48px);
  }
  .grid.grid-gap-md.grid-sm-2 > * {
    width: calc(50% - 48px);
  }
  .grid.grid-gap-mdlg.grid-sm-2 > * {
    width: calc(50% - 72px);
  }
  .grid.grid-gap-lg.grid-sm-2 > * {
    width: calc(50% - 96px);
  }
  .grid.grid-sm-3 > * {
    width: calc(33.3333333333% - 24px);
  }
  .grid.grid-gap-sm.grid-sm-3 > * {
    width: calc(33.3333333333% - 48px);
  }
  .grid.grid-gap-md.grid-sm-3 > * {
    width: calc(33.3333333333% - 48px);
  }
  .grid.grid-gap-mdlg.grid-sm-3 > * {
    width: calc(33.3333333333% - 72px);
  }
  .grid.grid-gap-lg.grid-sm-3 > * {
    width: calc(33.3333333333% - 96px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid.grid-md-2 > * {
    width: calc(50% - 24px);
  }
  .grid.grid-gap-sm.grid-md-2 > * {
    width: calc(50% - 48px);
  }
  .grid.grid-gap-md.grid-md-2 > * {
    width: calc(50% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-2 > * {
    width: calc(50% - 96px);
  }
  .grid.grid-gap-lg.grid-md-2 > * {
    width: calc(50% - 120px);
  }
  .grid.grid-md-3 > * {
    width: calc(33.3333333333% - 24px);
  }
  .grid.grid-gap-sm.grid-md-3 > * {
    width: calc(33.3333333333% - 48px);
  }
  .grid.grid-gap-md.grid-md-3 > * {
    width: calc(33.3333333333% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-3 > * {
    width: calc(33.3333333333% - 96px);
  }
  .grid.grid-gap-lg.grid-md-3 > * {
    width: calc(33.3333333333% - 120px);
  }
  .grid.grid-md-4 > * {
    width: calc(25% - 24px);
  }
  .grid.grid-gap-sm.grid-md-4 > * {
    width: calc(25% - 48px);
  }
  .grid.grid-gap-md.grid-md-4 > * {
    width: calc(25% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-4 > * {
    width: calc(25% - 96px);
  }
  .grid.grid-gap-lg.grid-md-4 > * {
    width: calc(25% - 120px);
  }
  .grid.grid-md-5 > * {
    width: calc(20% - 24px);
  }
  .grid.grid-gap-sm.grid-md-5 > * {
    width: calc(20% - 48px);
  }
  .grid.grid-gap-md.grid-md-5 > * {
    width: calc(20% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-5 > * {
    width: calc(20% - 96px);
  }
  .grid.grid-gap-lg.grid-md-5 > * {
    width: calc(20% - 120px);
  }
  .grid.grid-md-6 > * {
    width: calc(16.6666666667% - 24px);
  }
  .grid.grid-gap-sm.grid-md-6 > * {
    width: calc(16.6666666667% - 48px);
  }
  .grid.grid-gap-md.grid-md-6 > * {
    width: calc(16.6666666667% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-6 > * {
    width: calc(16.6666666667% - 96px);
  }
  .grid.grid-gap-lg.grid-md-6 > * {
    width: calc(16.6666666667% - 120px);
  }
  .grid.grid-md-7 > * {
    width: calc(14.2857142857% - 24px);
  }
  .grid.grid-gap-sm.grid-md-7 > * {
    width: calc(14.2857142857% - 48px);
  }
  .grid.grid-gap-md.grid-md-7 > * {
    width: calc(14.2857142857% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-7 > * {
    width: calc(14.2857142857% - 96px);
  }
  .grid.grid-gap-lg.grid-md-7 > * {
    width: calc(14.2857142857% - 120px);
  }
  .grid.grid-md-8 > * {
    width: calc(12.5% - 24px);
  }
  .grid.grid-gap-sm.grid-md-8 > * {
    width: calc(12.5% - 48px);
  }
  .grid.grid-gap-md.grid-md-8 > * {
    width: calc(12.5% - 72px);
  }
  .grid.grid-gap-mdlg.grid-md-8 > * {
    width: calc(12.5% - 96px);
  }
  .grid.grid-gap-lg.grid-md-8 > * {
    width: calc(12.5% - 120px);
  }
}
@media (min-width: 992px) {
  .grid.grid-lg-2 > * {
    width: calc(50% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-2 > * {
    width: calc(50% - 48px);
  }
  .grid.grid-gap-md.grid-lg-2 > * {
    width: calc(50% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-2 > * {
    width: calc(50% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-2 > * {
    width: calc(50% - 192px);
  }
  .grid.grid-lg-3 > * {
    width: calc(33.3333333333% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-3 > * {
    width: calc(33.3333333333% - 48px);
  }
  .grid.grid-gap-md.grid-lg-3 > * {
    width: calc(33.3333333333% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-3 > * {
    width: calc(33.3333333333% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-3 > * {
    width: calc(33.3333333333% - 192px);
  }
  .grid.grid-lg-4 > * {
    width: calc(25% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-4 > * {
    width: calc(25% - 48px);
  }
  .grid.grid-gap-md.grid-lg-4 > * {
    width: calc(25% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-4 > * {
    width: calc(25% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-4 > * {
    width: calc(25% - 192px);
  }
  .grid.grid-lg-5 > * {
    width: calc(20% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-5 > * {
    width: calc(20% - 48px);
  }
  .grid.grid-gap-md.grid-lg-5 > * {
    width: calc(20% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-5 > * {
    width: calc(20% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-5 > * {
    width: calc(20% - 192px);
  }
  .grid.grid-lg-6 > * {
    width: calc(16.6666666667% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-6 > * {
    width: calc(16.6666666667% - 48px);
  }
  .grid.grid-gap-md.grid-lg-6 > * {
    width: calc(16.6666666667% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-6 > * {
    width: calc(16.6666666667% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-6 > * {
    width: calc(16.6666666667% - 192px);
  }
  .grid.grid-lg-7 > * {
    width: calc(14.2857142857% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-7 > * {
    width: calc(14.2857142857% - 48px);
  }
  .grid.grid-gap-md.grid-lg-7 > * {
    width: calc(14.2857142857% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-7 > * {
    width: calc(14.2857142857% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-7 > * {
    width: calc(14.2857142857% - 192px);
  }
  .grid.grid-lg-8 > * {
    width: calc(12.5% - 24px);
  }
  .grid.grid-gap-sm.grid-lg-8 > * {
    width: calc(12.5% - 48px);
  }
  .grid.grid-gap-md.grid-lg-8 > * {
    width: calc(12.5% - 96px);
  }
  .grid.grid-gap-mdlg.grid-lg-8 > * {
    width: calc(12.5% - 144px);
  }
  .grid.grid-gap-lg.grid-lg-8 > * {
    width: calc(12.5% - 192px);
  }
}

.no-grid .grid {
  display: block;
  margin: inherit;
}
.no-grid .grid > * {
  margin: 12px auto 0;
  width: auto;
}

@media (min-width: 768px) {
  .step-grid article.media--view-mode-small-medium,
  .step-grid article.media--view-mode-medium {
    width: 190px !important;
    max-width: none;
    min-width: 190px !important;
    margin: 0;
  }
  .step-grid article.media--view-mode-small-medium img,
  .step-grid article.media--view-mode-small-medium svg,
  .step-grid article.media--view-mode-medium img,
  .step-grid article.media--view-mode-medium svg {
    max-width: none;
  }
  .step-grid .ohf-item-wrapper {
    align-items: center;
  }
  .step-grid .ohf-item-wrapper:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: 20%;
  }
  .step-grid .ohf-item-wrapper:nth-child(even) article.media {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
  .step-grid .ohf-item-wrapper:nth-child(odd) {
    margin-left: 20%;
  }
  .step-grid.numbered .ohf-item-wrapper:after {
    content: "1";
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    border-radius: 50%;
    background: #FF203F;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    transition: all 600ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition-delay: 500ms;
    opacity: 0;
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(2):after {
    content: "2";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(3):after {
    content: "3";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(4):after {
    content: "4";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(5):after {
    content: "5";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(6):after {
    content: "6";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(7):after {
    content: "7";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(8):after {
    content: "8";
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(9):after {
    content: "9";
  }
  .step-grid.numbered .ohf-item-wrapper.in:after {
    opacity: 1;
    left: -100px;
  }
  .step-grid.numbered .ohf-item-wrapper:nth-child(even):after {
    left: auto;
    right: 0;
  }
  .step-grid.numbered .ohf-item-wrapper.in:nth-child(even):after {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .step-grid article.media {
    width: 120px !important;
  }
  .step-grid article.media svg, .step-grid article.media img {
    width: auto !important;
  }
}

.progression-grid .grid > *:not(:last-child) {
  position: relative;
}
.progression-grid .grid > *:not(:last-child):after {
  content: "";
  display: block;
  background: url("../images/icon-next-white.svg") center center no-repeat #A8B9C6;
  background-size: 40% 40%;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -37px;
  top: 50%;
  margin-top: -25px;
}

.flexible-grid .grid > * {
  width: auto !important;
}

.text-light .mb-bottom,
.text-light .sm-border-bottom,
.text-light .md-border-bottom,
.text-light .lg-border-bottom,
.text-light .xl-border-bottom {
  border-color: #010F1A;
}

@media screen and (max-width: 767px) {
  .mb-bottom {
    border-bottom: 1px #A8B9C6 solid;
  }
}
@media screen and (max-width: 767px) {
  .sm-border-bottom {
    border-bottom: 1px #A8B9C6 solid;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .md-border-bottom {
    border-bottom: 1px #A8B9C6 solid;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-border-bottom {
    border-bottom: 1px #A8B9C6 solid;
  }
}
@media screen and (min-width: 1200px) {
  .xl-border-bottom {
    border-bottom: 1px #A8B9C6 solid;
  }
}
.border-white {
  border: 1px #fff solid;
}

.border-orange {
  border: 1px #FFA700 solid;
}

.border-blue {
  border: 1px #2C75E1 solid;
}

.border-green {
  border: 1px #1EBDCD solid;
}

.border-red {
  border: 1px #FF203F solid;
}

.border-mid-gray {
  border: 1px #A8B9C6 solid;
}

.border-dark-gray {
  border: 1px #233543 solid;
}

a.clickable {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
  outline: none;
}
a.clickable .hover {
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
}
a.clickable:hover .hover-red {
  color: red;
}
a.clickable:hover .button-primary {
  background: #1e68d5 !important;
}

.node-preview-container a {
  font-size: 15px;
  color: #010F1A;
  text-decoration: none;
  background: #ffffff;
  opacity: 0.2;
  display: inline-block;
  padding: 0 5px;
}
.node-preview-container a:hover {
  opacity: 0.9;
}
.node-preview-container .form-item {
  display: none;
}

.announcement {
  padding: 12px 0;
}
@media (min-width: 768px) {
  .announcement .announcement-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .announcement span.announcement-text {
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
  }
  .announcement .button, .announcement .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .announcement a {
    padding: 4px 6px;
    margin: 0;
  }
  .announcement article.media {
    height: 30px;
  }
  .announcement article.media svg, .announcement article.media img {
    height: 100%;
    width: auto;
  }
  .announcement article.media svg path, .announcement article.media img path {
    fill: #ffffff;
  }
}
@media (max-width: 767px) {
  .announcement {
    text-align: center;
  }
  .announcement .announcement-body {
    padding: 0 24px;
  }
  .announcement .announcement-body > * {
    text-align: center;
    display: inline;
  }
  .announcement article.media {
    display: none;
  }
  .announcement .button, .announcement .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .announcement a {
    padding: 0;
    border: 0 none !important;
    text-decoration: underline;
    font-weight: bold;
    white-space: nowrap;
  }
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 15px;
}
@media (max-width: 991px) {
  #header {
    height: 64px;
  }
}
#header.above {
  background: #ffffff;
  border-bottom: 1px #A8B9C6 solid;
}
@media (min-width: 992px) {
  #header > #main-header {
    height: 108px;
  }
}
@media (min-width: 992px) {
  #header > #main-header > .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  #header > #main-header > .container {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
#header:not(.text-light) .mitek-logo path:not(.no-adjust) {
  fill: #010F1A;
}
#header:not(.text-light) .button-secondary, #header:not(.text-light) .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more #header:not(.text-light) a {
  background-color: #fff;
}
#header.text-light .button-secondary, #header.text-light .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more #header.text-light a {
  background-color: #010F1A;
}

/* Adjustments to the body & header position when the admin toolbar is visible
===================================================================================================================== */
body.toolbar-horizontal {
  padding-top: 39px !important;
}
body.toolbar-horizontal #header {
  top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open {
  padding-top: 79px !important;
}
body.toolbar-horizontal.toolbar-tray-open #header {
  top: 79px;
}

body.toolbar-vertical {
  padding-top: 39px !important;
}
body.toolbar-vertical #header {
  top: 39px;
}

/* Make the header opaque when scrolled
===================================================================================================================== */
/* Logo
===================================================================================================================== */
a#header-logo {
  width: 120px;
  margin-top: 0;
}
a#header-logo svg {
  display: block;
}
@media (min-width: 992px) {
  a#header-logo {
    margin-right: 48px;
  }
}
@media (max-width: 991px) {
  a#header-logo {
    display: block;
    position: absolute;
    width: 70px;
    left: 24px;
    top: 49%;
    transform: translateY(-50%);
  }
}

#block-main-menu {
  flex: 1;
}

ul#language-select,
ul.sf-menu.menu {
  /*
   * -----------------------------------------------------------------------------------------------------------------
   * Main Menu Shared between mobile and desktop
   * -----------------------------------------------------------------------------------------------------------------
   */
  /*
   * Dropdown Arrows next to menu parents
   * -----------------------------------------------------------------------------------------------------------------
   */
  /*
   * -----------------------------------------------------------------------------------------------------------------
   * Main Menu desktop
   * -----------------------------------------------------------------------------------------------------------------
   */
  /*
   * -----------------------------------------------------------------------------------------------------------------
   * Settings specific to the language select
   * -----------------------------------------------------------------------------------------------------------------
   */
  /*
   * -----------------------------------------------------------------------------------------------------------------
   * Main Menu on Mobile
   * -----------------------------------------------------------------------------------------------------------------
   */
}
ul#language-select span,
ul#language-select a,
ul.sf-menu.menu span,
ul.sf-menu.menu a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 24px 12px;
  line-height: 12px;
}
ul#language-select span:visited,
ul#language-select a:visited,
ul.sf-menu.menu span:visited,
ul.sf-menu.menu a:visited {
  color: inherit;
}
@media screen and (max-width: 991px) {
  ul#language-select span,
  ul#language-select a,
  ul.sf-menu.menu span,
  ul.sf-menu.menu a {
    padding: 24px 24px;
  }
}
@media screen and (min-width: 1200px) {
  ul#language-select span,
  ul#language-select a,
  ul.sf-menu.menu span,
  ul.sf-menu.menu a {
    padding: 24px 24px;
  }
}
ul#language-select span:not(.decor),
ul.sf-menu.menu span:not(.decor) {
  cursor: default;
}
ul#language-select a:hover,
ul.sf-menu.menu a:hover {
  color: #2C75E1;
}
ul#language-select span.sf-described-link,
ul.sf-menu.menu span.sf-described-link {
  display: block;
  padding: 6px 0 6px;
  font-weight: 600;
}
ul#language-select span.sf-description,
ul.sf-menu.menu span.sf-description {
  display: block;
  padding: 0 0 3px;
  font-weight: 400;
  color: #021829 !important;
  line-height: 19px;
}
ul#language-select > li.menuparent > span.menuparent,
ul.sf-menu.menu > li.menuparent > span.menuparent {
  padding-right: 21px;
}
@media screen and (min-width: 1200px) {
  ul#language-select > li.menuparent > span.menuparent,
  ul.sf-menu.menu > li.menuparent > span.menuparent {
    padding-right: 36px;
  }
}
@media screen and (max-width: 991px) {
  ul#language-select > li.menuparent > span.menuparent,
  ul.sf-menu.menu > li.menuparent > span.menuparent {
    padding-right: 36px;
  }
}
ul#language-select > li.menuparent > span.menuparent:after,
ul.sf-menu.menu > li.menuparent > span.menuparent:after {
  transition: all 150ms cubic-bezier(0.77, 0.2, 0.05, 1);
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-left: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: translate(8px, -2px) rotate(-45deg);
}
ul#language-select > li.menuparent.sfHover > span.menuparent:after,
ul.sf-menu.menu > li.menuparent.sfHover > span.menuparent:after {
  border-left: 2.5px solid #2C75E1;
  border-bottom: 2.5px solid #2C75E1;
  transform: translate(8px, -2px) rotate(135deg);
}
@media screen and (min-width: 992px) {
  ul#language-select,
  ul.sf-menu.menu {
    /*
     * Top level parents of dropdown menus
     * -----------------------------------------------------------------------------------------------------------------
     */
    /*
     * Drop Down Menus
     * -----------------------------------------------------------------------------------------------------------------
     */
  }
  ul#language-select > li.menuparent.sfHover > span,
  ul.sf-menu.menu > li.menuparent.sfHover > span {
    /*
     * Add the little arrows at the top of the popup box
     * -----------------------------------------------------------------------------------------------------------------
     */
    position: relative;
    z-index: 101;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6'%3E%3Cpolygon points='0 6 12 6 6 0 0 6' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 12px 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0.965;
  }
  ul#language-select li.sfHover,
  ul.sf-menu.menu li.sfHover {
    /*
     * Mega Column Sizing
     * -----------------------------------------------------------------------------------------------------------------
     */
    /*
     * Column Headers
     * -----------------------------------------------------------------------------------------------------------------
     */
  }
  ul#language-select li.sfHover ul,
  ul.sf-menu.menu li.sfHover ul {
    position: absolute;
    background: RGBA(255, 255, 255, 0.95);
    color: #010F1A;
    border-radius: 24px;
    width: 300px;
    top: 60px !important;
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 100;
    box-shadow: 0 10px 25px 0 RGBA(0, 0, 0, 0.15);
  }
  ul#language-select li.sfHover ul:after,
  ul.sf-menu.menu li.sfHover ul:after {
    content: " ";
    display: block;
    height: 2px;
    border-radius: 1px;
    bottom: 0;
    width: calc(100% - 48px);
    background: #A8B9C6;
    left: 24px;
    position: absolute;
    opacity: 0.75;
  }
  ul#language-select li.sfHover ul a,
  ul.sf-menu.menu li.sfHover ul a {
    padding-top: 7.992px;
    padding-bottom: 7.992px;
    line-height: 19px;
  }
  ul#language-select li.sfHover ul a.bold,
  ul.sf-menu.menu li.sfHover ul a.bold {
    font-weight: 600;
  }
  ul#language-select li.sfHover ul a[target=_blank] span.sf-described-link:after,
  ul.sf-menu.menu li.sfHover ul a[target=_blank] span.sf-described-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-left: 2.5px solid currentColor;
    border-bottom: 2.5px solid currentColor;
    transform: translate(5px, -1px) rotate(-135deg);
  }
  ul#language-select li.sfHover span.mega-3 + ul.sf-multicolumn,
  ul.sf-menu.menu li.sfHover span.mega-3 + ul.sf-multicolumn {
    width: 928px;
    margin-left: -168px;
  }
  ul#language-select li.sfHover span.mega-2 + ul.sf-multicolumn,
  ul.sf-menu.menu li.sfHover span.mega-2 + ul.sf-multicolumn {
    width: 600px;
  }
  ul#language-select li.sfHover span.column-header,
  ul.sf-menu.menu li.sfHover span.column-header {
    padding-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    font-weight: 600;
  }
}
ul#language-select#language-select,
ul.sf-menu.menu#language-select {
  letter-spacing: 0.05em;
}
ul#language-select#language-select li.sfHover ul,
ul.sf-menu.menu#language-select li.sfHover ul {
  width: 72px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
@media (min-width: 992px) {
  ul#language-select#language-select li.sfHover ul,
  ul.sf-menu.menu#language-select li.sfHover ul {
    top: 48px !important;
  }
}
ul#language-select#language-select li.sfHover ul li a,
ul.sf-menu.menu#language-select li.sfHover ul li a {
  padding: 24px 0 !important;
  text-align: center;
}
@media (max-width: 991px) {
  ul#language-select#superfish-main,
  ul.sf-menu.menu#superfish-main {
    display: none;
  }
  ul#language-select#superfish-main-accordion,
  ul.sf-menu.menu#superfish-main-accordion {
    background: RGBA(255, 255, 255, 0.95);
    border-radius: 24px;
    color: #010F1A;
    /*
     * Spacing applied to all links
     * -----------------------------------------------------------------------------------------------------------------
     */
    /*
     * Further Indent everything below the second level
     * -----------------------------------------------------------------------------------------------------------------
     */
    /*
     * Top level links
     * -----------------------------------------------------------------------------------------------------------------
     */
  }
  ul#language-select#superfish-main-accordion.sf-expanded,
  ul.sf-menu.menu#superfish-main-accordion.sf-expanded {
    left: 24px;
    top: 64px !important;
    width: 300px;
    position: absolute;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  ul#language-select#superfish-main-accordion.sf-expanded,
  ul.sf-menu.menu#superfish-main-accordion.sf-expanded {
    width: calc(100% - 48px);
  }
}
@media (max-width: 991px) {
  ul#language-select#superfish-main-accordion.sf-expanded ul,
  ul.sf-menu.menu#superfish-main-accordion.sf-expanded ul {
    position: relative !important;
    float: none;
    top: 0;
    left: 0;
  }
  ul#language-select#superfish-main-accordion li > span,
  ul#language-select#superfish-main-accordion a,
  ul.sf-menu.menu#superfish-main-accordion li > span,
  ul.sf-menu.menu#superfish-main-accordion a {
    padding: 18px 24px;
  }
  ul#language-select#superfish-main-accordion li > span.with-description,
  ul#language-select#superfish-main-accordion a.with-description,
  ul.sf-menu.menu#superfish-main-accordion li > span.with-description,
  ul.sf-menu.menu#superfish-main-accordion a.with-description {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  ul#language-select#superfish-main-accordion ul li > span,
  ul#language-select#superfish-main-accordion ul li > a,
  ul.sf-menu.menu#superfish-main-accordion ul li > span,
  ul.sf-menu.menu#superfish-main-accordion ul li > a {
    padding-left: 48px;
  }
  ul#language-select#superfish-main-accordion > li > ul,
  ul.sf-menu.menu#superfish-main-accordion > li > ul {
    /*
     * Second level links and beyond
     * -----------------------------------------------------------------------------------------------------------------
     */
  }
  ul#language-select#superfish-main-accordion > li > ul > li li li > span,
  ul#language-select#superfish-main-accordion > li > ul > li li > span,
  ul#language-select#superfish-main-accordion > li > ul > li > span,
  ul.sf-menu.menu#superfish-main-accordion > li > ul > li li li > span,
  ul.sf-menu.menu#superfish-main-accordion > li > ul > li li > span,
  ul.sf-menu.menu#superfish-main-accordion > li > ul > li > span {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #021829;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.5;
    padding-left: 36px;
  }
  ul#language-select#superfish-main-accordion > li.sf-expanded > span:after,
  ul.sf-menu.menu#superfish-main-accordion > li.sf-expanded > span:after {
    border-left: 2.5px solid #2C75E1;
    border-bottom: 2.5px solid #2C75E1;
    transform: translate(10px, -2px) rotate(135deg);
  }
  ul#language-select#superfish-main-accordion span.mega + ul > li,
  ul.sf-menu.menu#superfish-main-accordion span.mega + ul > li {
    float: none;
  }
  ul#language-select#superfish-main-accordion span.mega + ul > li ul,
  ul.sf-menu.menu#superfish-main-accordion span.mega + ul > li ul {
    height: auto !important;
    width: auto !important;
  }
  ul#language-select#superfish-main-accordion span.mega + ul > li ul li,
  ul.sf-menu.menu#superfish-main-accordion span.mega + ul > li ul li {
    float: none;
  }
  ul#language-select#language-select,
  ul.sf-menu.menu#language-select {
    margin-left: 6px;
  }
  ul#language-select#language-select > li > span,
  ul.sf-menu.menu#language-select > li > span {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Mobile Menu Toggle
 * -----------------------------------------------------------------------------------------------------------------
 */
#superfish-main-toggle > span {
  display: block;
  width: 32px;
  height: 24px;
  position: relative;
}
#superfish-main-toggle > span > span {
  position: absolute;
  display: block;
  width: 32px;
  height: 4px;
  top: 10px;
  left: 0;
  background: #010F1A;
  border-radius: 2px;
  transform-origin: 16px 2px;
  transition: all 150ms cubic-bezier(0.77, 0.2, 0.05, 1);
}
#superfish-main-toggle > span > span:first-child {
  transform: translateY(-8px);
}
#superfish-main-toggle > span > span:last-child {
  transform: translateY(8px);
}
#superfish-main-toggle.sf-expanded > span > span:first-child {
  transform: rotate(45deg) translateY(0);
}
#superfish-main-toggle.sf-expanded > span > span:nth-child(2) {
  opacity: 0;
  transform: scale(0.2, 0.2);
}
#superfish-main-toggle.sf-expanded > span > span:last-child {
  transform: rotate(-45deg) translateY(0);
}

@media (max-width: 990px) {
  #language-select li.sfHover {
    position: relative;
    z-index: 101;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6'%3E%3Cpolygon points='0 6 12 6 6 0 0 6' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 12px 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0.965;
  }
  #language-select li.sfHover ul {
    background: RGBA(255, 255, 255, 0.95);
    color: #010F1A;
    border-radius: 24px;
    top: 64px !important;
    box-shadow: 0 10px 25px 0 RGBA(0, 0, 0, 0.15);
  }
  .text-light #superfish-main-toggle > span > span {
    background: #ffffff;
  }
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 * Navigation Hiding
 * We should really prevent the HTML from rendering at all, but using this hack as we've done this in exactly one place so far
 * -----------------------------------------------------------------------------------------------------------------
 */
body.hide-navigation #header {
  position: absolute;
  top: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
body.hide-navigation #top-header,
body.hide-navigation #header-right,
body.hide-navigation #block-main-menu {
  display: none;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Top Menu
 * -----------------------------------------------------------------------------------------------------------------
 */
.top-menu-icon {
  width: 16px;
  height: 16px;
  transform: translateY(3px);
  display: inline-block;
  margin-right: 2px;
}

.text-light .top-menu-icon {
  fill: #fff;
}

#block-utility-links a:hover {
  color: #2C75E1;
}
#block-utility-links a:hover .top-menu-icon {
  fill: #2C75E1;
}

@media (min-width: 992px) {
  #top-header {
    height: 48px;
  }
  #top-header > .container > * {
    display: inline-block;
    float: right;
  }
  #header:not(.text-light) #top-header {
    background-color: rgba(230, 235, 240, 0.95);
  }
  #header.text-light #top-header {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    background-color: rgba(1, 15, 26, 0.85);
  }
  #block-utility-links a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 24px;
    padding: 12px;
  }
  #language-select > li > span {
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
body.no-parallax.scrolled #header {
  box-shadow: 0 0 10px rgba(1, 15, 26, 0.15);
}
body.no-parallax.scrolled #header.text-light {
  background-color: rgba(1, 15, 26, 0.95);
}
body.no-parallax.scrolled #header:not(.text-light) {
  background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 991px) {
  #header {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    will-change: background-color, box-shadow;
  }
  #top-header {
    height: auto;
  }
  .sf-accordion-toggle {
    display: block;
    position: absolute;
    height: 24px;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
  }
  #block-utility-links {
    display: none;
  }
  #block-language {
    position: absolute;
    top: 0;
    right: 220px;
  }
  #block-language span.menuparent {
    transform: translateY(-2px);
  }
  #block-request-a-demo {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  #block-request-a-demo .button, #block-request-a-demo .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more #block-request-a-demo a {
    padding: 8px 0;
    width: 185px;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 439px) {
  #block-language {
    right: 160px;
  }
  #block-request-a-demo .button, #block-request-a-demo .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more #block-request-a-demo a {
    width: 128px;
  }
}
/* Styles to make local tasks styled the same as the admin theme  */
/*
 * -----------------------------------------------------------------------------------------------------------------
 * Hide the hidden field
 * -----------------------------------------------------------------------------------------------------------------
 */
.form-item-company-url {
  display: none !important;
  left: -9999px !important;
  height: 0;
  width: 0;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Normal Fields
 * -----------------------------------------------------------------------------------------------------------------
 */
input[type=text],
input[type=file],
input[type=number],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 15px;
  border: 1px #A8B9C6 solid;
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
  color: #626D7C;
  border-radius: 0;
  margin-bottom: 0;
}
input[type=text]:active, input[type=text]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none;
  color: #010F1A;
}
input[type=text]:disabled,
input[type=file]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
}
input[type=text]::placeholder,
input[type=file]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #A8B9C6;
}
input[type=text].error,
input[type=file].error,
input[type=number].error,
input[type=password].error,
select.error,
textarea.error {
  border: 1px #FF203F solid;
}

.text-light input[type=text],
.text-light input[type=file],
.text-light input[type=number],
.text-light input[type=password],
.text-light select,
.text-light textarea {
  border: 0 none;
}

.text-dark input[type=text],
.text-dark input[type=file],
.text-dark input[type=number],
.text-dark input[type=password],
.text-dark select,
.text-dark textarea {
  border: 1px #A8B9C6 solid;
}

form .description {
  font-size: 12px;
  line-height: 1.4em;
  color: #A8B9C6;
}

.form-item--error-message {
  color: #FF203F;
}
.form-item--error-message strong {
  font-weight: 400;
}

.form-radio.error + label {
  color: #FF203F;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Contact Form Specifics
 * -----------------------------------------------------------------------------------------------------------------
 */
.float-labels-wrapper {
  display: flex;
  font-size: 1em;
}
.float-labels-wrapper input[type=text]:active, .float-labels-wrapper input[type=text]:focus,
.float-labels-wrapper input[type=file]:active,
.float-labels-wrapper input[type=file]:focus,
.float-labels-wrapper input[type=number]:active,
.float-labels-wrapper input[type=number]:focus,
.float-labels-wrapper input[type=password]:active,
.float-labels-wrapper input[type=password]:focus,
.float-labels-wrapper select:active,
.float-labels-wrapper select:focus,
.float-labels-wrapper textarea:active,
.float-labels-wrapper textarea:focus {
  border-bottom: 4px #FF203F solid;
  margin-bottom: -4px;
}
.float-labels-wrapper .float-labels-label {
  font-size: inherit;
  font-weight: 400;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0.5em, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  padding-left: 0.5em;
  padding-top: 0.1em;
  color: #010F1A;
}
.float-labels-wrapper.float-labels-focused .float-labels-label {
  opacity: 1;
  transform: scale(0.7);
  padding-left: 0.8em;
  padding-top: 0.15em;
  color: #A8B9C6;
}
.float-labels-wrapper.float-labels-required.float-labels-star .float-labels-label:after {
  content: "*";
}
.float-labels-wrapper .float-labels-item:not(.form-select) {
  align-self: flex-end;
  font-size: inherit;
  padding: 1em 0.5em 0.25em;
}
.float-labels-wrapper .float-labels-item:not(.form-select)::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}
.float-labels-wrapper .float-labels-item:not(.form-select):focus::-webkit-input-placeholder {
  transition: none;
}
.float-labels-wrapper .float-labels-item:not(.form-select)::-webkit-input-placeholder {
  color: #bbb;
}

.float-labels-include-children .form-item {
  margin-bottom: 24px;
}
.float-labels-include-children .form-item.form-type-radio {
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
}
.float-labels-include-children .form-item.form-type-radio:last-child {
  margin-bottom: 0;
}
.float-labels-include-children .form-item.form-type-radio input {
  margin: 0 8px 0 0;
}
.float-labels-include-children .form-item.form-type-radio label {
  line-height: 1.1em;
}
.float-labels-include-children .grid .form-item {
  margin-bottom: 0;
}
.float-labels-include-children .form-type-select label {
  display: none;
}
.float-labels-include-children select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.form-reset-link {
  display: block;
  font-style: italic;
}

article.type-document .col .ohf-contact-form .form-grid-wrapper {
  margin-bottom: 12px;
}
article.type-document .col .ohf-contact-form .grid {
  display: block;
  margin: 0;
}
article.type-document .col .ohf-contact-form .grid > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.col .ohf-contact-form .wysiwyg img {
  width: 100%;
  height: auto;
  max-width: none;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * AJAX Response for the contact form
 * -----------------------------------------------------------------------------------------------------------------
 */
.submission-wrapper {
  position: relative;
}
.submission-wrapper .submission-conversion {
  position: absolute;
  width: 10px;
  height: 10px;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Checkboxes =(
 * -----------------------------------------------------------------------------------------------------------------
 */
.ohf-contact-form > .form-radios,
.ohf-contact-form > .form-item {
  margin-bottom: 12px;
}

/*
 * Forms in landing pages (and anywhere else they appear in a "column") need to be a bit tighter
 */
@media (min-width: 768px) and (max-width: 991px) {
  .col .ohf-contact-form .grid {
    display: block;
  }
  .col .ohf-contact-form .grid > * {
    width: auto;
  }
}
.col .ohf-contact-form .button-primary {
  width: 100%;
}
.col .ohf-contact-form .selectric-items {
  font-size: 15px;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Radios =(
 * -----------------------------------------------------------------------------------------------------------------
 */
.ohf-contact-form fieldset .fieldset-wrapper {
  margin-bottom: 24px;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Recaptcha
 * -----------------------------------------------------------------------------------------------------------------
 */
div.form-legal {
  margin: 12px 0;
  font-size: 12px;
  line-height: 16px;
}
div.form-legal div.recaptcha-no-badge-message,
div.form-legal p {
  display: inline;
  color: #626D7C;
}
div.form-legal div.recaptcha-no-badge-message a,
div.form-legal p a {
  color: #626D7C !important;
}

.user-login-form > div.recaptcha-no-badge-message,
.user-pass > div.recaptcha-no-badge-message,
.ohf-contact-form > div.recaptcha-no-badge-message {
  margin: 12px 0;
  font-size: 12px;
  line-height: 16px;
  color: #626D7C;
}
.user-login-form > div.recaptcha-no-badge-message a,
.user-pass > div.recaptcha-no-badge-message a,
.ohf-contact-form > div.recaptcha-no-badge-message a {
  color: #626D7C !important;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Recaptcha
 * -----------------------------------------------------------------------------------------------------------------
 */
.selectric-items li[data-index="7"] {
  border-top: 1px #A8B9C6 solid;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px #A8B9C6 solid;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 46px 0 10px;
  line-height: 46px;
  color: #626D7C;
  height: 46px;
  user-select: none;
}
.selectric .button, .selectric .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .selectric a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font: 0/0 a;
  *font: 20px/46px Lucida Sans Unicode, Arial Unicode MS, Arial;
  padding: 0;
  background: none transparent;
  color: #FF203F;
}
.selectric .button:hover, .selectric .glossary-view .glossary-read-more a:hover, .glossary-view .glossary-read-more .selectric a:hover {
  background: none transparent;
}
.selectric .button:after, .selectric .glossary-view .glossary-read-more a:after, .glossary-view .glossary-read-more .selectric a:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #FF203F;
  border-bottom: none;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #FF203F;
}
.selectric-open .selectric-items {
  display: block;
  outline: none;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #f6f8fa;
  color: #010F1A;
}
.selectric-items li:hover, .selectric-items li.highlighted, .selectric-items li.selected {
  background: #d6dee6;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.text-light .text-dark a.download-link,
a.download-link {
  text-decoration: none;
}
.text-light .text-dark a.download-link:before,
a.download-link:before {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 6px;
  content: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' overflow='visible' xml:space='preserve'%3E%3Cpath d='M12,24L0,12.9l2.6-2.6l7.7,7.3V0h3.4v17.6l7.7-7.3l2.6,2.6L12,24z'/%3E%3C/svg%3E%0A");
  opacity: 0.7;
}
.text-light .text-dark a.download-link:hover:before,
a.download-link:hover:before {
  opacity: 1;
}

.text-light a.download-link:before {
  content: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M12,24L0,12.9l2.6-2.6l7.7,7.3V0h3.4v17.6l7.7-7.3l2.6,2.6L12,24z'/%3E%3C/svg%3E%0A");
}

.button, .glossary-view .glossary-read-more a {
  -webkit-appearance: none;
  --webkit-display: none;
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border: 0 none;
  color: #ffffff;
  border-radius: 50vh;
  cursor: pointer;
  outline: none;
  font-weight: 500;
}
.button:visited, .glossary-view .glossary-read-more a:visited {
  color: inherit;
}
.button.full-width, .glossary-view .glossary-read-more a.full-width {
  width: 100%;
  text-align: center;
}
.button:not(:last-child), .glossary-view .glossary-read-more a:not(:last-child) {
  margin-right: 12px;
}
.button:not(:first-child), .glossary-view .glossary-read-more a:not(:first-child) {
  margin-left: 12px;
}
.button.disabled, .glossary-view .glossary-read-more a.disabled {
  opacity: 0.3;
}

/** Specific button styles
 * ------------------------------------------------------------------------------------------------------------------ */
.button, .glossary-view .glossary-read-more a {
  color: #ffffff;
  background: #626D7C;
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
}
.button:focus, .glossary-view .glossary-read-more a:focus, .button:active, .glossary-view .glossary-read-more a:active, .button:hover, .glossary-view .glossary-read-more a:hover {
  color: #ffffff;
  background: #A8B9C6;
}

.text-light .button-primary,
.button-primary {
  background: #2C75E1 !important;
  border: 0 none;
  color: #fff;
}
.text-light .button-primary:focus, .text-light .button-primary:active, .text-light .button-primary:visited, .text-light .button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-primary:visited,
.button-primary:hover {
  background: #1e68d5;
  opacity: 1;
  color: #fff;
}

.text-light .text-dark .button.button-secondary,
.button.button-secondary,
.glossary-view .glossary-read-more a {
  color: #010F1A;
  background: none transparent;
  border: 2px #010F1A solid;
  padding: 13px 38px;
}
.text-light .text-dark .button.button-secondary:focus, .text-light .text-dark .button.button-secondary:active, .text-light .text-dark .button.button-secondary:hover,
.button.button-secondary:focus,
.glossary-view .glossary-read-more a:focus,
.button.button-secondary:active,
.glossary-view .glossary-read-more a:active,
.button.button-secondary:hover,
.glossary-view .glossary-read-more a:hover {
  color: #2C75E1;
  border: 2px #2C75E1 solid;
}

.button.button-tertiary, .glossary-view .glossary-read-more a.button-tertiary {
  background: #FF203F;
  border: 2px #ffffff solid;
}
.button.button-tertiary:focus, .glossary-view .glossary-read-more a.button-tertiary:focus, .button.button-tertiary:active, .glossary-view .glossary-read-more a.button-tertiary:active, .button.button-tertiary:hover, .glossary-view .glossary-read-more a.button-tertiary:hover {
  background: #ff0729;
  border-color: #ff0729;
}

.button.button-basic, .glossary-view .glossary-read-more a.button-basic {
  color: #ffffff;
  background: #021d33;
  border: 0 none;
}
.button.button-basic:focus, .glossary-view .glossary-read-more a.button-basic:focus, .button.button-basic:active, .glossary-view .glossary-read-more a.button-basic:active, .button.button-basic:hover, .glossary-view .glossary-read-more a.button-basic:hover {
  background: #010F1A;
}

.text-light .button-secondary, .text-light .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .text-light a {
  color: #ffffff;
  border-color: white;
}
.text-light .button-secondary:focus, .text-light .glossary-view .glossary-read-more a:focus, .glossary-view .glossary-read-more .text-light a:focus, .text-light .button-secondary:active, .text-light .glossary-view .glossary-read-more a:active, .glossary-view .glossary-read-more .text-light a:active, .text-light .button-secondary:hover, .text-light .glossary-view .glossary-read-more a:hover, .glossary-view .glossary-read-more .text-light a:hover {
  color: #2C75E1;
}
.text-light .button.button-basic, .text-light .glossary-view .glossary-read-more a.button-basic, .glossary-view .glossary-read-more .text-light a.button-basic {
  color: #010F1A;
  background: #f2f2f2;
}
.text-light .button.button-basic:focus, .text-light .glossary-view .glossary-read-more a.button-basic:focus, .glossary-view .glossary-read-more .text-light a.button-basic:focus, .text-light .button.button-basic:active, .text-light .glossary-view .glossary-read-more a.button-basic:active, .glossary-view .glossary-read-more .text-light a.button-basic:active, .text-light .button.button-basic:hover, .text-light .glossary-view .glossary-read-more a.button-basic:hover, .glossary-view .glossary-read-more .text-light a.button-basic:hover {
  background: #fff;
}

@media (max-width: 575px) {
  .buttons .button, .buttons .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .buttons a {
    margin: 0 0 24px;
    width: 100%;
    text-align: center;
  }
  .buttons .button:last-child, .buttons .glossary-view .glossary-read-more a:last-child, .glossary-view .glossary-read-more .buttons a:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .buttons.children-3,
  .buttons.children-2 {
    display: flex;
    align-items: stretch;
  }
  .buttons.children-3 .button, .buttons.children-3 .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .buttons.children-3 a,
  .buttons.children-2 .button,
  .buttons.children-2 .glossary-view .glossary-read-more a,
  .glossary-view .glossary-read-more .buttons.children-2 a {
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 * Images, whether in a paragraph or not
 * -----------------------------------------------------------------------------------------------------------------
 */
.media--type-image {
  max-width: 100%;
}

/*
 * Mobile image overrides
 * -----------------------------------------------------------------------------------------------------------------
 */
@media screen and (max-width: 767px) {
  article.media img {
    margin-left: auto;
    margin-right: auto;
  }
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 * All SVGs
 * -----------------------------------------------------------------------------------------------------------------
 */
.media--type-svg svg {
  display: inline-block;
}
.media--type-svg.media--view-mode-default svg {
  width: 100%;
}
.media--type-svg.media--view-mode-small svg {
  width: 120px;
  height: auto;
}
.media--type-svg.media--view-mode-small-medium svg {
  width: 160px;
  height: auto;
}
.media--type-svg.media--view-mode-medium svg {
  width: 220px;
  height: auto;
}

/*
 * Logo Handling
 * -----------------------------------------------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .grid.grid-xs-1 .media--view-mode-logo,
  .logo-carousel.grid-xs-1 .media--view-mode-logo {
    max-width: 33vw;
  }
}
.grid .media--view-mode-logo.media--type-image,
.logo-carousel .media--view-mode-logo.media--type-image {
  height: 60px;
  width: auto;
}
.grid .media--view-mode-logo.media--type-image img,
.logo-carousel .media--view-mode-logo.media--type-image img {
  height: 100%;
  width: auto;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Videos
 * -----------------------------------------------------------------------------------------------------------------
 */
article.media--type-video > figure.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
article.media--type-video > figure.youtube-container iframe,
article.media--type-video > figure.youtube-container object,
article.media--type-video > figure.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
article.media--type-video > figure.youtube-container iframe html,
article.media--type-video > figure.youtube-container object html,
article.media--type-video > figure.youtube-container embed html {
  overflow: hidden;
}

.ohf-item-wrapper.rounded-xs article.media--type-video {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.ohf-item-wrapper.rounded-xs-right article.media--type-video {
  display: block;
  overflow: hidden;
  border-radius: 0 24px 24px 0;
}

.ohf-item-wrapper.rounded-xs-left article.media--type-video {
  display: block;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
}

@media (min-width: 768px) {
  .media--view-mode-full-width {
    width: 100%;
  }
  .media--view-mode-full-width img, .media--view-mode-full-width svg {
    width: 100%;
    height: auto;
  }
  .media--view-mode-half-width {
    width: calc(50% - 24px);
  }
  .media--view-mode-half-width.align-left {
    margin: 0 24px 24px 0;
  }
  .media--view-mode-half-width.align-right {
    margin: 0 0 24px 24px;
  }
  .media--view-mode-half-width img, .media--view-mode-half-width svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .media.align-left,
  .media.align-right,
  .media--view-mode-half-width,
  .media--view-mode-full-width {
    width: 100%;
  }
  .media.align-left img, .media.align-left svg,
  .media.align-right img,
  .media.align-right svg,
  .media--view-mode-half-width img,
  .media--view-mode-half-width svg,
  .media--view-mode-full-width img,
  .media--view-mode-full-width svg {
    width: 100%;
    height: auto;
  }
}
button.media-library-item__edit {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 9999;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * All media within a paragraph row
 * -----------------------------------------------------------------------------------------------------------------
 */
.ohf-media-wrapper {
  text-align: center;
}
.ohf-media-wrapper .caption {
  display: block;
}
@media screen and (min-width: 768px) {
  .ohf-media-wrapper.screen-left {
    text-align: left;
  }
  .ohf-media-wrapper.screen-right {
    text-align: right;
  }
  .ohf-media-wrapper.screen-center {
    text-align: center;
  }
}
.ohf-media-wrapper .media {
  display: inline-block;
  width: 100%;
  height: auto;
}
.ohf-media-wrapper .media.media--view-mode-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
}
.ohf-media-wrapper .media.media--view-mode-icon-large {
  width: 84px;
  height: 84px;
  margin: 0 auto;
  overflow: hidden;
}
.ohf-media-wrapper.smaller-icon .media.media--view-mode-icon {
  width: 32px;
  height: 32px;
}
.ohf-media-wrapper.w-33 > article.media {
  width: 33%;
}
@media (min-width: 1200px) {
  .ohf-media-wrapper.xl-w-90 > article.media {
    width: 90%;
  }
  .ohf-media-wrapper.xl-w-80 > article.media {
    width: 80%;
  }
  .ohf-media-wrapper.xl-w-70 > article.media {
    width: 70%;
  }
  .ohf-media-wrapper.xl-w-60 > article.media {
    width: 60%;
  }
  .ohf-media-wrapper.xl-w-50 > article.media {
    width: 50%;
  }
  .ohf-media-wrapper.xl-w-40 > article.media {
    width: 40%;
  }
  .ohf-media-wrapper.xl-w-30 > article.media {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ohf-media-wrapper.md-w-50 > article.media {
    width: 50%;
  }
  .ohf-media-wrapper.md-w-40 > article.media {
    width: 40%;
  }
  .ohf-media-wrapper.md-w-30 > article.media {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .ohf-media-wrapper.mobile-w-75 > article.media {
    width: 75%;
  }
  .ohf-media-wrapper.mobile-w-50 > article.media {
    width: 50%;
  }
}
.ohf-media-wrapper.image--view-mode-icon-inline {
  display: flex;
  align-items: center;
}
.ohf-media-wrapper.image--view-mode-icon-inline article.media {
  width: 24px !important;
  height: 24px !important;
}
.ohf-media-wrapper.image--view-mode-icon-inline article.media svg {
  width: 24px !important;
}
.ohf-media-wrapper.image--view-mode-icon-inline div.caption {
  flex: 1;
  text-align: left;
  margin: 0 0 0 12px;
}
.ohf-media-wrapper.image--view-mode-icon-normal-inline {
  display: flex;
  align-items: center;
}
.ohf-media-wrapper.image--view-mode-icon-normal-inline article.media {
  width: 48px;
  height: 48px;
}
.ohf-media-wrapper.image--view-mode-icon-normal-inline article.media svg {
  width: 48px;
  height: 48px;
}
.ohf-media-wrapper.image--view-mode-icon-normal-inline div.caption {
  text-align: left;
  margin: 0 0 0 24px;
}
.ohf-media-wrapper.caption-on-right {
  display: flex;
  align-items: center;
}
.ohf-media-wrapper.caption-on-right div.caption {
  flex: 1;
  text-align: left;
  margin: 0 0 0 24px;
}
.ohf-media-wrapper.caption-on-right.image--view-mode-small article.media {
  width: 120px;
  height: auto;
}
.ohf-media-wrapper.caption-on-right.image--view-mode-small-medium article.media {
  width: 160px;
  height: auto;
}
.ohf-media-wrapper.caption-on-right.image--view-mode-medium article.media {
  width: 220px;
  height: auto;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * All media in a wysiwyg
 * -----------------------------------------------------------------------------------------------------------------
 */
img.align-left {
  margin: 0 24px 12px 0;
}
img.align-left.space-sm {
  margin: 0 24px 24px 0;
}
img.align-left.space-md {
  margin: 0 48px 48px 0;
}

img.align-right {
  margin: 0 0 12px 24px;
}
img.align-right.space-sm {
  margin: 0 0 24px 24px;
}
img.align-right.space-md {
  margin: 0 0 48px 48px;
}

.centered-image img,
img.align-center {
  max-width: 100%;
  height: auto !important;
}
.centered-image img.space-sm,
img.align-center.space-sm {
  margin: 24px 0;
}
.centered-image img.space-md,
img.align-center.space-md {
  margin: 48px 0;
}

@media (max-width: 767px) {
  img.align-left,
  img.align-right {
    float: none;
    display: block;
    margin: 24px auto;
    max-width: 100%;
    height: auto;
  }
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 * "Video Anchor" Buttons
 * -----------------------------------------------------------------------------------------------------------------
 */
.video-anchor > a {
  position: relative;
  display: block;
}
.video-anchor > a:after {
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
  content: "";
  width: 80px;
  height: 80px;
  background: url("../images/video.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0.6;
}
.video-anchor > a:hover:after {
  opacity: 1;
}

.video-modal article.type-document p {
  display: none;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Logo Boxes? Unsure
 * -----------------------------------------------------------------------------------------------------------------
 */
.logo-box {
  padding: 24px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .logo-box {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .logo-box {
    width: 160px;
    height: 160px;
  }
}
.logo-box article.media {
  width: 100%;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Rounding
 * -----------------------------------------------------------------------------------------------------------------
 */
.round-top-left-md img {
  border-top-left-radius: 96px;
}

.featured-image-on-right img {
  max-width: 100%;
  height: auto;
}

/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
@media (max-width: 767px) {
  .box {
    padding: 48px 24px;
  }
}
@media (min-width: 768px) {
  .box {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .box {
    padding: 96px;
  }
}
.box.no-overflow {
  overflow: hidden;
}
.box.no-padding {
  padding: 0;
}
.box.slim-box {
  padding: 24px;
}
.box.med-box {
  padding: 48px;
}
@media (max-width: 991px) {
  .box.med-box {
    padding: 24px;
  }
}
.box.med-lg-box {
  padding: 72px;
}
@media (max-width: 767px) {
  .box.med-lg-box {
    padding: 24px;
  }
}
.box.no-top-padding {
  padding-top: 0;
}
.box.no-right-padding {
  padding-right: 0;
}
.box.no-bottom-padding {
  padding-bottom: 0;
}
.box.no-left-padding {
  padding-left: 0;
}
@media (max-width: 767px) {
  .box {
    padding: 48px 24px;
  }
  .box.med-lg-box, .box.med-box {
    padding: 24px;
  }
}
.box.thin-line-left {
  padding: 0;
}
@media (min-width: 768px) {
  .box.thin-line-left {
    border-left: 1px #E6EBF0 solid;
    padding-left: 48px;
  }
  .box.thin-line-left.text-light {
    border-color: RGBA(255, 255, 255, 0.25);
  }
  .box.thin-line-left.line-space-xs {
    padding-left: 12px;
  }
}
.box.outlined {
  border: 1px #E6EBF0 solid;
}
.box.outlined.text-light {
  border-color: RGBA(255, 255, 255, 0.25);
}
.box.h3-top {
  position: relative;
}
.box.h3-top h3 {
  line-height: 50px;
  display: inline-block;
  background: #A8B9C6;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  padding: 0 48px;
  margin: 0;
}
.box.quote-box .col-left {
  position: relative;
}
.box.quote-box .col-left .wysiwyg {
  padding-left: 72px;
}
@media (max-width: 767px) {
  .box.quote-box .col-right .wysiwyg {
    padding-left: 72px;
  }
}
.box.quote-box svg.quote-mark {
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.box.quote-box p.quote.big-quote {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .box.border-left {
    border-left: 1px #E6EBF0 solid;
  }
  .box.border-left.text-light {
    border-color: #626D7C;
  }
  .box.border-right {
    border-right: 1px #E6EBF0 solid;
  }
  .box.border-right.text-light {
    border-color: #626D7C;
  }
}
.box.blurred-dark {
  background: RGBA(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .expanding-active h2, .expanding-active h3, .expanding-active h4 {
    position: relative;
    padding-right: 24px;
    cursor: pointer;
  }
  .expanding-active h2:after, .expanding-active h3:after, .expanding-active h4:after {
    transition: all 150ms cubic-bezier(0.77, 0.2, 0.05, 1);
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #010F1A;
  }
}
.expanding-active.text-light h2:after, .expanding-active.text-light h3:after, .expanding-active.text-light h4:after {
  border-top-color: RGBA(255, 255, 255, 0.25);
}
.expanding-active.slim-box h2, .expanding-active.slim-box h3, .expanding-active.slim-box h4 {
  padding: 24px;
  margin: -24px;
}
.expanding-active.med-box h2, .expanding-active.med-box h3, .expanding-active.med-box h4 {
  padding: 24px;
  margin: -24px;
}
.expanding-active:not(.expanded) p, .expanding-active:not(.expanded) ul, .expanding-active:not(.expanded) ol {
  display: none;
}
.expanding-active.expanded h2:after, .expanding-active.expanded h3:after, .expanding-active.expanded h4:after {
  transform: rotate(-180deg);
}

.pill-box-desktop {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .pill-box-desktop {
    border-radius: 48px;
  }
}
@media (min-width: 992px) {
  .pill-box-desktop {
    border-radius: 50vh;
  }
}

.with-icon-top-right {
  position: relative;
}
.with-icon-top-right .box-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -30%);
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .with-icon-top-right .box-icon {
    width: 72px;
    height: 72px;
  }
}

body.rich #top-messages {
  z-index: 100;
  position: absolute;
  top: 24px;
  width: calc(100% - 48px);
  left: 24px;
}
@media screen and (min-width: 768px) {
  body.rich #top-messages {
    width: 704px;
    left: 50%;
    margin-left: -352px;
  }
}
@media screen and (min-width: 992px) {
  body.rich #top-messages {
    width: 928px;
    left: 50%;
    margin-left: -464px;
  }
}
body.rich #top-messages .messages__item + .messages__item {
  margin-top: 24px;
}
body.poor .messages {
  margin-bottom: 24px;
}

form .messages {
  margin: 24px 0;
}

.messages {
  border: 1px solid;
  border-width: 1px 0 1px 0; /* LTR */
  padding: 24px 48px 24px 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  opacity: 0.95;
  position: relative;
}
.messages:hover {
  opacity: 1;
}
.messages .dismiss, .messages .messageclose {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  outline: none;
  color: inherit;
  border: 0 none;
  background: none transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.1s opacity linear;
  -moz-transition: 0.1s opacity linear;
  -ms-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}
.messages .dismiss:before, .messages .messageclose:before {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 24px;
  text-indent: 0;
}

.messages + .messages {
  margin-top: 12px;
}

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

.messages--status {
  color: #010F1A;
  background-color: #e5fafa;
  border-color: #2C75E1;
}

.messages--warning {
  background-color: #fdf8ed;
  border-color: #FF203F;
  color: #ff0729;
}

.messages--error {
  background-color: #fcf4f2;
  color: #ff0729;
  border-color: #FF203F;
}

.messages--error p.error {
  color: #FF203F;
}

th {
  text-align: left;
  font-weight: 600;
}

table.data-table {
  border-collapse: collapse;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 48px);
}
table.data-table th,
table.data-table td {
  padding: 6px 12px;
  vertical-align: middle;
}
table.data-table thead > tr > th {
  vertical-align: bottom;
}
table.data-table tbody > tr:nth-child(odd) {
  background: #f6f8fa;
}

/* As of writing this, the only layout table in use is on https://www.miteksystems.com/node/4185/edit */
@media (max-width: 767px) {
  table.layout-table {
    display: block;
  }
  table.layout-table tbody,
  table.layout-table tr,
  table.layout-table td,
  table.layout-table th {
    display: block;
  }
  table.layout-table td {
    width: 100% !important;
    margin-bottom: 24px;
  }
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset.fs-label legend, fieldset:not(.fieldgroup):not(.form-label) legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  line-height: inherit;
}
fieldset.fieldgroup legend, fieldset.form-label legend {
  color: #626D7C;
  font-size: 0.7em;
}
fieldset.fieldgroup .fieldset-wrapper .form-item, fieldset.form-label .fieldset-wrapper .form-item {
  margin-bottom: 0;
}
fieldset.fieldgroup .fieldset-wrapper .form-item:first-child, fieldset.form-label .fieldset-wrapper .form-item:first-child {
  margin-top: 0;
}
fieldset.form-label-underlined legend {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 17px;
  color: #010F1A;
}

.field {
  margin-bottom: 24px;
}
.field:last-child {
  margin-bottom: 0;
}

.field-title {
  margin: 24px 0 0;
  font-weight: 600;
}
.field-title:first-child {
  margin-top: 0;
}

.field-item > p:first-child {
  margin-top: 0;
}

.dark-color-background {
  background: #010F1A url("../images/footer-background-2024.jpg") center top no-repeat;
  background-size: cover;
}

footer#footer {
  padding: 24px 0;
  background: #010F1A url("../images/footer-background-2024.jpg") center top no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  footer#footer .container {
    margin-left: 24px;
    margin-right: 24px;
  }
}
footer#footer a {
  text-decoration: none;
  color: #fff;
}
footer#footer a:hover {
  color: #2C75E1;
}
@media (max-width: 575px) {
  footer#footer {
    font-size: 14px;
    text-align: center;
  }
}
footer#footer #footer-top {
  margin-top: 48px;
  margin-bottom: 48px;
}
footer#footer #footer-top .tagline {
  font-weight: 400;
  flex: 1;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  footer#footer #footer-top .tagline {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 0;
  }
}
footer#footer #footer-top .logo {
  text-align: center;
}
@media (min-width: 768px) {
  footer#footer #footer-top .logo {
    text-align: right;
    transform: translateY(6px);
  }
}
footer#footer #footer-top #footer-logo {
  width: 96px;
  display: inline-block;
}
@media (max-width: 767px) {
  footer#footer #footer-top #footer-logo {
    width: 144px;
  }
}
@media (max-width: 767px) {
  footer#footer #footer-middle {
    display: none;
  }
}
footer#footer #footer-middle nav {
  margin-top: 48px;
  margin-bottom: 48px;
}
footer#footer #footer-middle nav > ul.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
footer#footer #footer-middle nav > ul.menu > li {
  flex: 1;
  line-height: 1.1em;
}
footer#footer #footer-middle nav > ul.menu > li > a,
footer#footer #footer-middle nav > ul.menu > li > span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  padding-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer #footer-middle nav > ul.menu > li > a,
  footer#footer #footer-middle nav > ul.menu > li > span {
    font-size: 11px;
  }
}
footer#footer #footer-middle nav > ul.menu > li ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
footer#footer #footer-middle nav > ul.menu > li ul > li {
  margin-bottom: 12px;
}
footer#footer #footer-middle nav > ul.menu > li ul > li > span {
  display: none;
}
footer#footer #footer-middle nav > ul.menu > li ul > li a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-left: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: translate(5px, -1px) rotate(-135deg);
}
footer#footer #footer-middle nav > ul.menu > li:not(:last-child) {
  margin-right: 12px;
}
footer#footer #footer-bottom {
  margin-top: 48px;
  margin-bottom: 24px;
}
footer#footer #footer-bottom .compliance img {
  width: auto;
  height: 60px;
}
@media (max-width: 767px) {
  footer#footer #footer-bottom .compliance {
    text-align: center;
  }
}
footer#footer #footer-bottom .legal {
  flex: 1;
}
@media (max-width: 767px) {
  footer#footer #footer-bottom .legal {
    text-align: center;
    margin: 24px 0;
  }
}
footer#footer #footer-bottom .socials {
  text-align: center;
}
@media (min-width: 768px) {
  footer#footer #footer-bottom .socials {
    text-align: right;
  }
}
footer#footer #footer-bottom .socials a:not(:first-child) {
  margin-left: 12px;
}
footer#footer #footer-bottom .socials svg {
  width: 24px;
}
footer#footer #footer-bottom .socials svg * {
  fill: #fff;
}

@media (min-width: 768px) {
  #block-footer-menu .hidden-desktop {
    display: inline-block !important;
  }
}
/**
 * Currently used in the Innovators view, add a class of "header with filter" to render the view with a
 * header (above on left) and (presumably) single filter BEF on the upper right
 */
.hide-filters > form.views-exposed-form {
  display: none;
}

/**
 * Allow floating filters above a view, this works better for AJAX views since we can't (easily?) put their filters in a block
 */
@media (min-width: 768px) {
  .filter-top-right {
    position: relative;
  }
  .filter-top-right > form {
    position: absolute;
    right: 0;
    top: -88px;
  }
  .filter-top-right.filter-third > form {
    width: 33.33%;
  }
  .filter-top-right.filter-half > form {
    width: 50%;
  }
  .filter-top-right.filters-inline > form {
    display: flex;
  }
  .filter-top-right.filters-inline > form > .form-item {
    margin-left: 24px;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .filter-top-right > form {
    margin-bottom: 24px;
  }
}

body.required-popup-shown {
  overflow: hidden;
}
body.required-popup-shown .ui-widget-overlay {
  background: none transparent;
}
body.required-popup-shown .ui-widget {
  font-size: initial;
}

.ui-dialog {
  width: 928px !important;
  background: #fff;
  box-shadow: 0 0 50px rgba(98, 109, 124, 0.2);
  padding: 0 !important;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .ui-dialog {
    width: 90vw !important;
  }
}
.ui-dialog .ui-dialog-content {
  padding: 0 !important;
}
.ui-dialog .ui-dialog-content:has(form) {
  padding: 36px !important;
}
@media (min-width: 768px) {
  .ui-dialog .ui-dialog-content:has(form) {
    padding: 48px !important;
  }
}
.ui-dialog .ui-dialog-content article.media--type-video {
  margin: 0;
}
@media (min-width: 768px) {
  .ui-dialog .ui-dialog-content article.media--type-video {
    padding: 0;
  }
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar {
  z-index: 101;
  padding: 0 !important;
  border: 0 !important;
  background: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 6px !important;
  top: 6px !important;
  border: 0 !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0;
  background: none !important;
  outline: none;
}
@media (min-width: 768px) {
  .ui-dialog .ui-dialog-titlebar-close {
    right: 12px !important;
    top: 12px !important;
  }
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background: none;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  background: none !important;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:before {
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
  content: "×";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 24px;
  text-indent: 0;
  color: #A8B9C6;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:hover:before {
  color: #FF203F;
  background-image: none;
}
.ui-dialog.ui-dialog-buttons .ui-dialog-content {
  padding: 0;
}
.ui-dialog.ui-dialog-buttons .ui-dialog-buttonset {
  float: none;
}
.ui-dialog.ui-dialog-buttons .ui-dialog-buttonpane {
  display: flex;
}
.ui-dialog.ui-dialog-buttons .ui-dialog-buttonpane button {
  margin: 0 auto;
  margin-left: 12px;
  flex: 1;
}
.ui-dialog.ui-dialog-buttons .ui-dialog-buttonpane .media-library-selected-count {
  margin-left: 24px;
  color: #ffffff;
  margin-top: 3px;
}
.ui-dialog.video-modal .ui-dialog-titlebar-close {
  top: -36px;
}
.ui-dialog.video-gallery-modal {
  background: #010F1A;
  border: 1px #A8B9C6 solid;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 15px;
}
.ui-dialog.video-gallery-modal a,
.ui-dialog.video-gallery-modal a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-dialog.video-gallery-modal .gallery-links {
  margin-top: 24px;
  margin-bottom: -24px;
}
.ui-dialog.video-gallery-modal .gallery-links a {
  display: block;
}
.ui-dialog.video-gallery-modal .gallery-links a.next {
  text-align: right;
}
.ui-dialog.video-gallery-modal .ui-dialog-titlebar {
  height: 12px;
}
.ui-dialog.video-gallery-modal .ui-dialog-titlebar-close {
  top: 24px;
  right: 48px;
  width: 150px;
}
.ui-dialog.video-gallery-modal .ui-dialog-titlebar-close .ui-icon-closethick {
  width: 150px;
}
.ui-dialog.video-gallery-modal .ui-dialog-titlebar-close .ui-icon-closethick:before {
  text-align: right;
  content: "CLOSE";
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  line-height: 24px;
  width: 150px;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* Icons
----------------------------------*/
/* states and images */
/* positioning */
/* Overlays */
.ui-widget-overlay {
  background: #ffffff;
  opacity: 0.9;
}

.ajax-progress.ajax-progress-fullscreen {
  background: #ffffff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber {
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.ajax-throbber.sk-folding-cube .sk-cube:before {
  background-color: #FF203F;
}

.ajax-throbber.sk-fold .sk-fold-cube:before {
  background-color: var(--sk-color);
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
/* Component containers
----------------------------------*/
.ui-widget.ui-autocomplete.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
}
.ui-widget.ui-autocomplete .ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/**
 * @file
 * Styles for Seven's Pagination.
 */
.pager {
  padding: 24px 0;
  clear: both;
  text-align: center;
}

.pager__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  color: #d6dee6;
}
.pager__items .pager__item {
  margin: 0 2px;
  vertical-align: middle;
  text-align: center;
  line-height: 48px;
}
.pager__items .pager__item a {
  font-size: 15px;
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
  display: inline-block;
  color: #A8B9C6;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  margin-right: 3px;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.85;
}
.pager__items .pager__item a:hover, .pager__items .pager__item a:focus {
  color: #626D7C;
}
.pager__items .pager__item.is-active a {
  color: #ffffff;
  background: #A8B9C6;
}
.pager__items .pager__item.is-active a:hover, .pager__items .pager__item.is-active a:focus {
  color: #ffffff;
}
.pager__items .pager__item.pager__item--ellipsis {
  transform: translateY(-4px);
}

/**
 * @file
 * Styles for breadcrumbs.
 */
#block-mitek2019-page-title {
  margin-bottom: 24px;
}

.breadcrumb {
  padding-bottom: 12px;
  font-size: 12px;
  color: #A8B9C6;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li:before {
  content: " › ";
}
.breadcrumb li:first-child:before {
  content: none;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #A8B9C6;
  text-decoration: none;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
  color: #010F1A;
}

.rich #block-breadcrumb {
  display: none;
}

article.teaser {
  padding-top: 48px;
}
article.teaser > .col-right {
  padding-bottom: 48px;
  border-bottom: 1px #d6dee6 solid;
}
article.teaser > .col-right img {
  display: none;
}
article.teaser:first-child {
  padding-top: 0;
}
article.teaser:last-child > .col-right {
  padding-bottom: 0;
  border-bottom: 0 none;
}
@media (max-width: 767px) {
  article.teaser .teaser-meta {
    display: flex;
    margin-bottom: 24px;
  }
  article.teaser .teaser-meta > * {
    flex: 1;
  }
}
article.teaser .teaser-meta .media--view-mode-logo svg {
  width: 100px;
  display: inline-block;
}
@media (min-width: 768px) {
  article.teaser .teaser-meta .media--view-mode-logo {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  article.teaser .teaser-meta .media--view-mode-logo {
    text-align: right;
  }
}

.teaser-sub {
  color: #626D7C;
}

.read-more {
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/read-more.svg") center center no-repeat #FF203F;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  margin-top: 24px;
}

article.teaser-box {
  position: relative;
}
article.teaser-box img {
  width: 100%;
  height: auto;
  display: block;
}
article.teaser-box .content {
  margin: 12px 0 24px;
}
article.teaser-box .sub-meta {
  padding: 0 24px 24px 0;
}

article.teaser-box-hover {
  position: relative;
}
article.teaser-box-hover img {
  display: block;
}
article.teaser-box-hover a .hover-content {
  width: 100%;
  height: 100%;
  padding: 24px 24px 24px 132px;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  background-color: RGBA(11, 27, 43, 0.75);
  color: white;
  align-items: center;
  opacity: 0;
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
}
article.teaser-box-hover a .hover-content > * {
  transform: translateX(24px);
}
article.teaser-box-hover a:hover .hover-content {
  opacity: 1;
}
article.teaser-box-hover a:hover .hover-content > * {
  transform: translateX(0);
}
article.teaser-box-hover a:hover:after {
  left: 72px;
}

.sub-meta a {
  text-decoration: none;
  color: inherit;
}

.embedded-teaser-boxes article.teaser-box .content {
  margin: 24px 0 0 0;
}
.embedded-teaser-boxes article.teaser-box .sub-meta {
  display: none;
}
.embedded-teaser-boxes article.teaser-box h3 {
  position: relative;
}
.embedded-teaser-boxes article.teaser-box h3:before {
  content: "News";
  display: block;
  color: #626D7C;
  font-size: 15px;
  font-weight: normal;
}
.embedded-teaser-boxes article.teaser-box.teaser-box-square .content h3:before {
  content: "Press Release";
}
@media (max-width: 767px) {
  .embedded-teaser-boxes article.teaser-box img,
  .embedded-teaser-boxes article.teaser-box .teaser-box-placeholder {
    display: none;
  }
  .embedded-teaser-boxes article.teaser-box .read-more {
    display: block;
  }
}

/* This is ugly, we should find a better way to add these than CSS so we can translate it. */
.lang-es .embedded-teaser-boxes article.teaser-box h3:before {
  content: "Noticias";
}

.lang-es .embedded-teaser-boxes article.teaser-box.teaser-box-square .content h3:before {
  content: "Notas de prensa";
}

/* We weren't able to translate the the BEF placeholder */
.lang-es form#views-exposed-form-flow-grid input[type=text]::placeholder {
  color: #fff;
}

.teaser-box-placeholder {
  width: 100%;
}
.teaser-box-placeholder .placeholder-inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.teaser-box-placeholder .placeholder-inner .bracket {
  width: 50px;
  height: 50px;
  bottom: 24px;
  right: 24px;
  position: absolute;
  display: block;
  background: url("../images/icon_brackets_white.svg") center center no-repeat;
  background-size: 100% 100%;
}

.teaser-box-category {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 6px 12px;
  background: RGBA(0, 0, 0, 0.75);
  font-size: 12px;
  color: #fff;
}

.teaser-box-square .teaser-box-placeholder .placeholder-inner {
  padding-bottom: 86%;
}
@media (max-width: 767px) {
  .teaser-box-square {
    padding-bottom: 24px;
    border-bottom: 1px #A8B9C6 solid;
  }
}

article.teaser-plain {
  padding-bottom: 24px;
}
article.teaser-plain:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  article.teaser-plain {
    border-top: 1px #010F1A solid;
    padding-top: 24px;
  }
  article.teaser-plain:first-child {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .dots-right,
  .dots-left {
    position: relative;
  }
  .dots-right:after,
  .dots-left:after {
    width: 106px;
    height: 106px;
    top: -53px;
    left: 26px;
    position: absolute;
    display: block;
    background: url("../images/decorative-dots.svg") center center no-repeat;
    background-size: contain;
    content: " ";
  }
  .dots-right.dots-right:after,
  .dots-left.dots-right:after {
    left: auto;
    right: 26px;
  }
  .dots-right.dots-right.dots-further-over:after,
  .dots-left.dots-right.dots-further-over:after {
    right: -26px;
  }
  .dots-right.dots-lower:after,
  .dots-left.dots-lower:after {
    top: auto;
    bottom: -80px;
  }
  .dots-right.dots-notch-offset:after,
  .dots-left.dots-notch-offset:after {
    top: -101px;
  }
}

body.paragraphs-edit .dots-right:after,
body.paragraphs-edit .dots-left:after {
  display: none !important;
}

.plus-top {
  position: relative;
}
.plus-top:after {
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  content: "+";
  display: block;
  background: #A8B9C6;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -25px;
}

body.landing {
  /*
  // Hide the menu
  #block-main-menu{
    display: none;
  }
  // Remove the stroke under the header and use the mobile header size
  #header {
    border-bottom: 0 none;
    height: $main-header-height-mobile*1.5;
    a#header-logo {
      width: 100px;
      margin-top: 0;
      @media screen and (min-width: $screen-xl + 112) {
        margin-left: -30px;
      }
    }
  }
  main{
    padding-top: 0;
  }
  */
}
body.landing #block-breadcrumb {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.landing .col img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 576px) {
  body.landing .media--view-mode-logo {
    max-width: 18%;
  }
}

.required-popup-wrapper .required-popup {
  padding: 0;
}

.required-popup.block-image {
  padding: 0;
}
.required-popup.block-image picture img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.unpublished #sticky-local-tasks__toggle {
  background: #FFA700;
}
body.unpublished #sticky-local-tasks__toggle > svg path {
  fill: #ffffff;
}
@media (min-width: 768px) {
  body.unpublished #sticky-local-tasks__toggle:after {
    content: "UNPUBLISHED";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    color: #FFA700;
    font-weight: bold;
    opacity: 0.5;
    font-size: 12px;
  }
}

.shadow-md,
.shadow {
  box-shadow: 0 0 24px RGBA(0, 0, 0, 0.25);
}

.shadow-xl {
  box-shadow: 36px 36px 72px rgba(0, 0, 0, 0.2);
}

.shadow-xl-to-left {
  box-shadow: -36px 36px 72px rgba(0, 0, 0, 0.2);
}

.shadow-behind-md {
  position: relative;
}
.shadow-behind-md:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.125);
  filter: blur(24px);
  z-index: -1;
}

.blue-green-glow {
  position: relative;
}
.blue-green-glow:before {
  content: "";
  display: block;
  position: absolute;
  top: -48px;
  left: -48px;
  width: 100%;
  height: 100%;
  background: rgba(30, 189, 205, 0.5);
  filter: blur(72px);
  z-index: -1;
}
.blue-green-glow:after {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 48px;
  width: 100%;
  height: 100%;
  background: rgba(44, 117, 225, 0.5);
  filter: blur(72px);
  z-index: -1;
}

.blue-green-glow-sm {
  position: relative;
}
.blue-green-glow-sm:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background: rgba(30, 189, 205, 0.5);
  filter: blur(48px);
  z-index: -1;
}
.blue-green-glow-sm:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background: rgba(44, 117, 225, 0.5);
  filter: blur(48px);
  z-index: -1;
}

@media (min-width: 768px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .sticky.sticky-xs {
    top: 180px;
  }
  .sticky.sticky-sm {
    top: 204px;
  }
  .sticky.sticky-md {
    top: 252px;
  }
  body.toolbar-horizontal .sticky.sticky-xs {
    top: 219px;
  }
  body.toolbar-horizontal .sticky.sticky-sm {
    top: 243px;
  }
  body.toolbar-horizontal .sticky.sticky-md {
    top: 291px;
  }
  body.toolbar-horizontal.toolbar-tray-open .sticky.sticky-xs {
    top: 259px;
  }
  body.toolbar-horizontal.toolbar-tray-open .sticky.sticky-sm {
    top: 283px;
  }
  body.toolbar-horizontal.toolbar-tray-open .sticky.sticky-md {
    top: 331px;
  }
  body.toolbar-vertical.sticky-xs {
    top: 219px;
  }
  body.toolbar-vertical.sticky-sm {
    top: 243px;
  }
  body.toolbar-vertical.sticky-md {
    top: 291px;
  }
}
/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
.logo-carousel {
  position: relative;
  height: 144px;
}
@media (max-width: 767px) {
  .logo-carousel {
    height: 96px;
  }
}
@media (min-width: 1600px) {
  .logo-carousel {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.logo-carousel .ohf-carousel-main {
  overflow: hidden;
}
.logo-carousel .ohf-item-wrapper {
  margin: 0 24px;
  height: 144px;
  position: relative;
  opacity: 0;
}
@media (min-width: 768px) {
  .logo-carousel .ohf-item-wrapper {
    margin: 0 48px;
  }
}
@media (max-width: 767px) {
  .logo-carousel .ohf-item-wrapper {
    height: 96px;
  }
}
.logo-carousel .ohf-item-wrapper article {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.logo-carousel .slick-track .ohf-item-wrapper {
  opacity: 1;
}

.text-light .logo-carousel.fade-sides:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 144px;
  width: 72px;
  background: linear-gradient(0.25turn, #010F1A, rgba(1, 15, 26, 0));
}
@media (max-width: 767px) {
  .text-light .logo-carousel.fade-sides:before {
    height: 96px;
  }
}
.text-light .logo-carousel.fade-sides:after {
  display: block;
  content: " ";
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 144px;
  width: 72px;
  background: linear-gradient(0.75turn, #010F1A, rgba(1, 15, 26, 0));
}
@media (max-width: 767px) {
  .text-light .logo-carousel.fade-sides:after {
    height: 96px;
  }
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * "Cutoff Right" and "Cutoff Left" slideshows
 * -----------------------------------------------------------------------------------------------------------------
 */
@media (min-width: 768px) {
  .cutoff-right .slick-list {
    width: 116%;
  }
  .cutoff-right:after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 499;
    top: 0;
    right: 0;
    height: 100%;
    width: 14.5%;
    background: linear-gradient(0.75turn, #010F1A, rgba(1, 15, 26, 0));
  }
}

@media (min-width: 992px) {
  .cutoff-left .slick-list {
    width: 116%;
    transform: translateX(-14.5%);
  }
  .cutoff-left.with-fade:after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 499;
    top: 0;
    left: 0;
    height: 100%;
    width: 14.5%;
    background: linear-gradient(0.25turn, rgba(1, 15, 26, 0.5), rgba(1, 15, 26, 0));
  }
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * A similar style to "cutoff right", "three-point-five-items
 * Hyper-specific styling to make it expand to the right on bigger screens
 * Argh
 * Used on https://mitek.lndo.site/node/4943
 * -----------------------------------------------------------------------------------------------------------------
 */
@media (min-width: 1600px) {
  .three-point-five-items {
    overflow: hidden;
    position: relative;
    width: 1317.5px;
  }
  .three-point-five-items .slick-list {
    width: 1547px;
  }
  .three-point-five-items:after {
    content: " ";
    width: 181.5px;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0.75turn, #010F1A, rgba(1, 15, 26, 0));
  }
}
.three-point-five-items.small-padded-h2-on-top {
  padding-top: 91px;
  margin-top: -91px;
}
.three-point-five-items.small-padded-h2-on-top.arrows-top-right .slick-arrow {
  top: -81.5px;
}
@media (min-width: 1600px) {
  .three-point-five-items.small-padded-h2-on-top.arrows-top-right .slick-arrow {
    margin-right: 181.5px;
  }
}

.quotes-on-left {
  max-width: 96px;
}
@media (min-width: 768px) {
  .quotes-on-left {
    float: right;
  }
}

/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
.ohf-tabset.plain-tabs.underlined-tabs .ohf-tabset-tabs {
  margin-bottom: 24px;
}
.ohf-tabset.plain-tabs.underlined-tabs .ohf-tabset-tabs .ohf-tabset-tab {
  cursor: pointer;
  display: inline-block;
  margin-right: 24px;
}
.ohf-tabset.plain-tabs.underlined-tabs .ohf-tabset-tabs .ohf-tabset-tab.active {
  color: #FF203F;
}

.underlined-tabs .ohf-tabset-tab {
  text-decoration: underline;
}

.ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab {
  cursor: pointer;
}
.ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab h4 {
  font-weight: normal;
}
@media (max-width: 767px) {
  .ohf-tabset.solid-tabs .ohf-tabset-tabs {
    margin-left: -24px;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab {
    font-size: 1em;
    border-bottom: 1px #E6EBF0 solid;
    padding: 12px 24px;
    background: #fff;
    border-left: 24px #f6f8fa solid;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab.active {
    border-left: 24px #1EBDCD solid;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .ohf-tabset.solid-tabs .ohf-tabset-tabs {
    height: 96px;
    display: flex;
    width: 100%;
    align-items: center;
    border-top: 1px rgba(230, 235, 240, 0.15) solid;
    border-left: 1px rgba(230, 235, 240, 0.15) solid;
    border-right: 1px rgba(230, 235, 240, 0.15) solid;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab {
    flex: 1;
    display: flex;
    align-items: center;
    height: 96px;
    padding: 0 24px;
    color: #fff;
    margin-top: -1px;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab:first-child {
    margin-left: -1px;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab:last-child {
    margin-right: -1px;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab:not(:last-child):not(.active) {
    border-right: rgba(230, 235, 240, 0.15) solid;
  }
  .ohf-tabset.solid-tabs .ohf-tabset-tabs .ohf-tabset-tab.active {
    background: #fff;
    border-top: 5px #1EBDCD solid;
    color: #010F1A;
  }
}

.ohf-tabset.solid-tabs-below .ohf-tabset-tabs {
  margin-bottom: 48px;
  border-bottom: 1px #A8B9C6 solid;
}
.ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab {
  cursor: pointer;
}
.ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab svg {
  width: 32px;
}
.ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab h4 {
  margin-top: 0;
}
.ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab p {
  color: #A8B9C6;
}
.ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab:not(.active) {
  border-color: transparent !important;
}
@media (max-width: 767px) {
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab article.media {
    display: none;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab h4 {
    margin-bottom: 0;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab p {
    display: none;
  }
}
@media (max-width: 767px) {
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs {
    margin-left: -24px;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab {
    padding: 12px 24px;
    background: #fff;
    border-left: 24px #f6f8fa solid;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab.active {
    border-left: 24px #1EBDCD solid;
  }
}
@media (min-width: 768px) {
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs {
    display: flex;
    width: 100%;
    align-items: end;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab {
    padding: 24px 0;
    border-bottom: 5px transparent solid;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab.with-sub-label {
    flex: 1;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab:not(:last-child) {
    margin-right: 48px;
  }
  .ohf-tabset.solid-tabs-below .ohf-tabset-tabs .ohf-tabset-tab.active {
    border-bottom: 5px #1EBDCD solid;
  }
}

@media (min-width: 768px) {
  .tabs-above {
    position: relative;
  }
  .tabs-above .ohf-tabset-tabs {
    position: absolute;
    left: 0;
    top: -96px;
  }
}

@media (min-width: 768px) {
  .ohf-tabset.tabs-left {
    display: flex;
  }
  .ohf-tabset.tabs-left .ohf-tabset-tabs {
    padding-right: 48px;
    float: left;
    z-index: 1;
    position: relative;
  }
  .ohf-tabset.tabs-left .ohf-tabset-tabs .ohf-tabset-tab {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0 0 12px;
  }
  .ohf-tabset.tabs-left .ohf-tabset-tabs .ohf-tabset-tab.active {
    color: #FF203F;
  }
  .ohf-tabset.tabs-left .ohf-tabset-tabs .ohf-tabset-tab.active:before {
    position: absolute;
    height: 24px;
    top: 0;
    left: -24px;
    display: block;
    width: 8px;
    margin-right: 6px;
    content: "";
    background: #FF203F;
  }
  .ohf-tabset.tabs-left .ohf-tabset-tabs .ohf-tabset-tab:last-child {
    margin-bottom: 0;
  }
  .ohf-tabset.tabs-left .ohf-tabset-main {
    overflow: hidden;
  }
  .ohf-tabset.tabs-left.tabs-third-left .ohf-tabset-tabs {
    width: 34%;
  }
  .ohf-tabset.tabs-left.tabs-third-left .ohf-tabset-main {
    width: 66%;
  }
}

.slide-padding-md .slide > div {
  padding: 24px;
}
@media (min-width: 768px) {
  .slide-padding-md .slide > div {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .slide-padding-md .slide > div {
    padding: 96px;
  }
}
.slide-padding-md .slick-list {
  margin: 0;
}
.slide-padding-md .slick-slide {
  margin: 0;
}
.slide-padding-md .slick-slide img {
  display: inline-block;
}

.grow-right .slide-padding-md .slide > div {
  padding-right: 0;
}

.icon-red path {
  fill: #FF203F;
}

.icon-white path {
  fill: #ffffff;
}

.icon-green path {
  fill: #1EBDCD;
}

.icon-blue path {
  fill: #2C75E1;
}

.icon-light-gray path {
  fill: #A8B9C6;
}

/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
.countdown-medium {
  display: inline-flex;
  text-align: center;
  flex-wrap: wrap; /* Allow flex items to wrap onto multiple lines */
}
.countdown-medium .slot {
  flex: 1; /* Adjust the flex-basis to control item width */
  margin: 0 12px;
}
.countdown-medium .slot .value {
  font-size: 36px;
  font-weight: 600;
  display: block;
}
.countdown-medium .slot .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
}
@media (max-width: 767px) {
  .countdown-medium .slot {
    margin: 12px;
  }
}

.rounded-xs {
  border-radius: 24px;
}

.rounded-xs-right {
  border-radius: 0 24px 24px 0;
}

.rounded-xs-left {
  border-radius: 24px 0 0 24px;
}

.rounded-sm {
  border-radius: 48px;
}

.rounded-sm-right {
  border-radius: 0 48px 48px 0;
}

.rounded-sm-left {
  border-radius: 48px 0 0 48px;
}

.rounded-md {
  border-radius: 96px;
}

.rounded-md-right {
  border-radius: 0 96px 96px 0;
}

.rounded-md-top-right {
  border-radius: 0 96px 0 0;
}

.rounded-md-left {
  border-radius: 96px 0 0 96px;
}

.rounded-md-top-left {
  border-radius: 96px 0 0 0;
}

.glossary-view .js-views-accodion-group-header {
  margin-top: 36px;
  margin-left: 36px;
  margin-bottom: 0;
  border-bottom: 3px solid #010F1A;
  font-size: 20px;
  position: relative;
  color: #d6dee6;
}
.glossary-view .js-views-accodion-group-header > span {
  display: block;
  position: absolute;
  left: -36px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  bottom: -12px;
  color: #010F1A;
  background: #d6dee6;
  font-size: 17px;
  text-align: center;
}
.glossary-view .glossary-div .glossary-div:not(:last-child) {
  border-bottom: 3px solid #E6EBF0;
  padding-bottom: 36px;
}
.glossary-view > .views-accordion-content {
  border: unset;
}
.glossary-view .views-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: unset;
  border: unset;
  border-radius: unset;
  color: #010F1A;
  padding: 36px 0 0 0;
  margin: 0;
  opacity: 0.7;
}
.glossary-view .views-accordion-header span.ui-accordion-header-icon {
  background-image: url('data:image/svg+xml,<svg width="45" height="29" viewBox="0 0 45 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.2742 13.008V10.44H39.7542V13.008H30.2742Z" fill="%23E6EBF0"/><path d="M5.11203 6.376H7.89603V10.432H11.952V13.216H7.89603V17.248H5.11203V13.216H1.05603V10.432H5.11203V6.376Z" fill="black"/><path d="M16.8973 21.016L22.8493 3.4H26.1133L20.1613 21.016H16.8973Z" fill="%23E6EBF0"/></svg>');
  background-size: 100%;
  width: 39px;
  height: 20px;
  margin-top: 0;
  position: relative;
}
.glossary-view .views-accordion-header.ui-state-active {
  opacity: 1;
}
.glossary-view .views-accordion-header.ui-state-active span.ui-accordion-header-icon {
  background-image: url('data:image/svg+xml,<svg width="45" height="29" viewBox="0 0 45 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.2742 13.008V10.44H39.7542V13.008H30.2742Z" fill="black"/><path d="M5.11203 6.376H7.89603V10.432H11.952V13.216H7.89603V17.248H5.11203V13.216H1.05603V10.432H5.11203V6.376Z" fill="%23E6EBF0"/><path d="M16.8973 21.016L22.8493 3.4H26.1133L20.1613 21.016H16.8973Z" fill="%23E6EBF0"/></svg>');
}
.glossary-view .views-accordion-header .ui-accordion-header-icon {
  order: 2;
}
.glossary-view .views-accordion-header h4 {
  margin: 0;
}
.glossary-view .ui-accordion-content {
  border: unset;
  padding: 0 0 12px;
}
.glossary-view .glossary-read-more a {
  display: inline-block;
}
.glossary-view .glossary-read-more a:hover {
  background-color: unset;
}
.glossary-view .related-terms-wrapper h4 {
  margin-top: 12px;
  margin-bottom: 0;
}

ul.alphabets-list {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
ul.alphabets-list li {
  margin-top: 0 !important;
  display: inline-block;
}
ul.alphabets-list li a {
  padding: 12px 20px;
  text-align: center;
  background-color: #E6EBF0;
  color: #010F1A;
  text-decoration: none;
  display: inline-block;
}
ul.alphabets-list li a:hover {
  background-color: #d6dee6;
}
ul.alphabets-list li:first-child a {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-left: 24px;
  padding-right: 8px;
}
ul.alphabets-list li:last-child a {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-right: 24px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  ul.alphabets-list {
    display: flex;
  }
}
@media (min-width: 992px) {
  ul.alphabets-list {
    flex-wrap: nowrap;
  }
  ul.alphabets-list li {
    margin-top: 0 !important;
    display: flex;
    flex: 1;
  }
  ul.alphabets-list li a {
    flex: 1;
    padding: 12px 0;
  }
}

.alphabets-select {
  display: block;
  background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0.75rem center/1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .alphabets-select {
    display: none;
  }
}

/* Custom styling for the search field in the glossary list exposed filter form */
#views-exposed-form-search-glossary-list {
  margin-top: 20px;
}
#views-exposed-form-search-glossary-list .form-actions input.form-submit {
  border-radius: unset;
  padding: 12.5px 40px;
}

#glossary-related-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
}

.ptc-search {
  margin: 0 0 48px 0;
  text-align: center;
}

.ptc-search-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.ptc-search-input {
  max-width: 680px;
  border-radius: 24px !important;
  border-width: 2px;
  border-color: #E6EBF0;
}

.ui-widget.ui-autocomplete.ui-widget-content {
  border-color: #E6EBF0;
  border-top-width: 0;
  padding-top: 12px;
  padding-bottom: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  white-space: normal;
  word-break: break-word;
  max-width: 680px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .ui-widget.ui-autocomplete.ui-widget-content {
    max-width: calc(100% - 48px) !important;
  }
}
.ui-widget.ui-autocomplete.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  padding: 6px 12px;
  white-space: normal;
  word-break: break-word;
}
.ui-widget.ui-autocomplete.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #FF203F;
  border: 1px #FF203F solid;
}

/* Hide bodies until JS finishes init */
.ptc-wrapper:not(.ptc-ready) .ptc-product-header,
.ptc-wrapper:not(.ptc-ready) .ptc-version-header,
.ptc-wrapper:not(.ptc-ready) .ptc-product-body,
.ptc-wrapper:not(.ptc-ready) .ptc-version-body {
  opacity: 0 !important;
  cursor: default;
}

.ui-accordion.ptc-wrapper .ui-accordion-header {
  transition: border-radius 80ms;
  background: none transparent !important;
  outline: none !important;
  position: relative;
  line-height: 30px;
}
.ui-accordion.ptc-wrapper .ui-accordion-header:before {
  transition: all 80ms;
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #010F1A;
}
.ui-accordion.ptc-wrapper .ui-accordion-header.ui-state-active:before {
  transform: rotate(-180deg);
}
.ui-accordion.ptc-wrapper > .ptc-product-header.ui-accordion-header {
  margin: 0;
  padding: 48px;
  font-size: 28px;
  border-width: 2px;
  border-color: #E6EBF0 white white white;
  padding-right: 72px;
}
.ui-accordion.ptc-wrapper > .ptc-product-header.ui-accordion-header:first-child {
  border-color: white white white white;
}
.ui-accordion.ptc-wrapper > .ptc-product-header.ui-accordion-header:before {
  top: 66px;
}
.ui-accordion.ptc-wrapper > .ptc-product-header.ui-accordion-header.ui-state-active {
  border-radius: 72px 72px 0 0;
  color: #FF203F;
  border-color: #E6EBF0 #E6EBF0 white #E6EBF0;
  padding-bottom: 0;
}
.ui-accordion.ptc-wrapper .ui-accordion-content-active + .ptc-product-header.ui-accordion-header {
  border-color: white;
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content {
  margin-top: -3px;
  border-width: 2px;
  border-color: white;
  padding: 48px;
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content.ui-accordion-content-active {
  border-radius: 0 0 72px 72px;
  border-color: white #E6EBF0 #E6EBF0 #E6EBF0;
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header {
  font-size: 22px;
  border-color: #FF203F;
  border-width: 1px 0 0 0;
  padding: 36px 0 42px;
  margin: 0 48px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header:first-child {
  border-width: 0;
  margin-top: -36px;
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header:first-child:after {
  content: " — Current Version";
  display: inline;
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header.ui-state-active {
  color: #FF203F;
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header:before {
  border-top-color: #FF203F;
  right: 0;
}
@media (max-width: 767px) {
  .ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-header.ui-accordion-header:before {
    right: 0;
  }
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-body.ui-accordion-content {
  border: 0 none !important;
  padding: 0;
  margin-top: -18px;
}
@media (min-width: 768px) {
  .ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-body.ui-accordion-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.ui-accordion.ptc-wrapper > .ptc-product-body.ui-accordion-content > .ptc-version-body.ui-accordion-content:not(:last-child) {
  padding-bottom: 48px;
}

.field-field-job-location,
.field-field-position-type,
.field-field-team,
.field-flsa-status {
  margin-bottom: 0;
}
.field-field-job-location .field-title,
.field-field-position-type .field-title,
.field-field-team .field-title,
.field-flsa-status .field-title {
  width: 150px;
  display: inline-block;
}
.field-field-job-location .field-title:after,
.field-field-position-type .field-title:after,
.field-field-team .field-title:after,
.field-flsa-status .field-title:after {
  content: ": ";
}
.field-field-job-location .field-item,
.field-field-position-type .field-item,
.field-field-team .field-item,
.field-flsa-status .field-item {
  display: inline-block;
}

@media (max-width: 991px) {
  .use-cases {
    padding: 48px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cs-ss-nav {
    padding-left: 24px;
  }
  .cs-ss-nav > h2 {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .cs-ss-nav {
    padding: 90px 0;
  }
}
.cs-ss-nav ul.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  height: auto;
}
.cs-ss-nav ul.slick-dots li {
  display: block;
  cursor: pointer;
  margin: 0 0 12px;
}
.cs-ss-nav ul.slick-dots li.slick-active {
  color: #FF203F;
}
.cs-ss-nav ul.slick-dots li.slick-active:before {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 6px;
  content: "";
  background: #FF203F;
}
.cs-ss-nav ul.slick-dots li:last-child {
  margin-bottom: 0;
}

.cs-ss-outer > .slick-list {
  margin: 0;
}
.cs-ss-outer > .slick-list > .slick-track > .slick-slide {
  margin: 0;
}
.cs-ss-outer .slick-slide {
  border: 0 none !important;
}

@media (min-width: 992px) {
  .cs-ss-inner ul.slick-dots {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 24px;
  }
}

article.case-study .case-study-content {
  position: relative;
}
article.case-study .case-study-content > article.media {
  max-width: 200px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  article.case-study {
    overflow: hidden;
    position: relative;
  }
  article.case-study .case-study-content {
    min-height: 500px;
    width: calc(40% - 24px);
    margin: 96px 0;
  }
}

.half-background-wrapper {
  overflow: hidden;
}
.half-background-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .half-background-wrapper {
    width: 100%;
    height: 300px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .half-background-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}

.cs-ss-inner {
  margin-bottom: 0;
}
.byline {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px #A8B9C6 solid;
  display: flex;
}
.byline h3 {
  margin-bottom: 0;
}
.byline p {
  margin-top: 0;
}
.byline > article {
  margin: 0 24px 0 0;
}

@media (min-width: 768px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] form {
    padding-top: 24px;
    display: flex;
    width: 100%;
  }
  .views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] form > .form-item {
    flex-grow: 1;
    margin-left: 24px;
  }
  .views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] form > .form-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] form > div {
    margin-bottom: 6px;
  }
}
.views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] form > .form-actions {
  display: none;
}
.views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] form .form-type-textfield label:not(.float-labels-label) {
  display: none;
}
@media (max-width: 991px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-search-blog-grid] {
    display: block;
  }
}

.event-location {
  color: #626D7C;
}

table.event-agenda td, table.event-agenda th {
  padding: 4px 9px;
}

/**
 * The new Resources grid
 */
@media (min-width: 768px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] form {
    padding-top: 24px;
    display: flex;
    width: 100%;
  }
  .views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] form > .form-item {
    flex-grow: 1;
    margin-left: 24px;
  }
  .views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] form > .form-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] form > div {
    margin-bottom: 6px;
  }
}
.views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] form > .form-actions {
  display: none;
}
.views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] form .form-type-textfield label:not(.float-labels-label) {
  display: none;
}
@media (max-width: 991px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-flow-grid] {
    display: block;
  }
}

.resource-action-notification {
  background: #f6f8fa;
  padding: 24px;
  margin-left: -24px;
  margin-right: -24px;
  font-style: italic;
}
.resource-action-notification a:not(.button) {
  font-weight: 600;
}
.resource-action-notification .button, .resource-action-notification .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more .resource-action-notification a {
  font-style: normal;
}

.ui-dialog-content .resource-action-notification {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  background: transparent;
}

.document-type-svg h1,
.document-type-image h1 {
  text-align: center;
}
.document-type-svg .media--type-image,
.document-type-image .media--type-image {
  text-align: center;
}
.document-type-svg .media--type-image img,
.document-type-image .media--type-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1400px) {
  .document-type-svg .media--type-image img,
  .document-type-image .media--type-image img {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .document-type-svg .media--type-image img,
  .document-type-image .media--type-image img {
    max-width: 100%;
  }
}
.document-type-svg svg,
.document-type-image svg {
  max-width: 960px;
  margin: 0 auto 24px;
  display: block;
}
@media (max-width: 991px) {
  .document-type-svg,
  .document-type-image {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  body.thank-you .vp-cover.under-menu {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  body.thank-you .pdf-view-container {
    margin-top: -178px;
    color: #ffffff;
  }
}
body.thank-you ul.sf-menu.menu > li > a:hover {
  color: #fff;
}
body.thank-you #block-mitek2019-page-title {
  display: none;
}
body.thank-you .button-xs {
  padding: 4px 9px;
  margin: 0 6px;
}
body.thank-you .page-count {
  position: absolute;
  padding: 4px 9px;
  padding-left: 0;
}
body.thank-you .page-count .pdf-page {
  font-weight: 600;
}
body.thank-you .pdf-nav {
  text-align: right;
}
body.thank-you .pdf-viewer {
  width: 100%;
  margin: 24px 0;
  box-shadow: 0 0 15px RGBA(0, 0, 0, 0.15);
  background: #fff;
}

.type-document.form-required .three-one.no-template, .type-document.full .three-one.no-template {
  align-items: center;
}
.type-document.form-required .three-one.no-template .col-right, .type-document.full .three-one.no-template .col-right {
  display: flex;
  align-items: center;
  justify-content: left;
}
.type-document.form-required .three-one.no-template .col-right img, .type-document.full .three-one.no-template .col-right img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .type-document.form-required .three-one.no-template .col-right, .type-document.full .three-one.no-template .col-right {
    justify-content: center;
  }
}

.logo-carousel .ohf-item-wrapper,
.grid .ohf-item-wrapper {
  /*
   * =====================================================================================================================
   * Transform specific icons
   * =====================================================================================================================
   */
  /*
   * =====================================================================================================================
   * Transform specific logos
   * =====================================================================================================================
   */
}
.logo-carousel .ohf-item-wrapper .m1981 svg,
.grid .ohf-item-wrapper .m1981 svg {
  transform-origin: 0 100%;
  transform: scale(1.2);
}
.logo-carousel .ohf-item-wrapper .m1987 svg,
.grid .ohf-item-wrapper .m1987 svg {
  transform-origin: 0 50%;
  transform: scale(0.8);
}
.logo-carousel .ohf-item-wrapper .m1976 svg,
.grid .ohf-item-wrapper .m1976 svg {
  transform-origin: 0 50%;
  transform: scale(1.1);
}
.logo-carousel .ohf-item-wrapper .m1990 svg,
.grid .ohf-item-wrapper .m1990 svg {
  transform-origin: 50% 35%;
  transform: scale(0.65);
}
.logo-carousel .ohf-item-wrapper .m1985 svg,
.grid .ohf-item-wrapper .m1985 svg {
  transform-origin: 50% 50%;
  transform: scale(0.6);
}
.logo-carousel .ohf-item-wrapper .m1986 svg,
.grid .ohf-item-wrapper .m1986 svg {
  transform-origin: 50% 50%;
  transform: scale(1.1);
}
.logo-carousel .ohf-item-wrapper .m4148 svg,
.grid .ohf-item-wrapper .m4148 svg {
  transform-origin: 50% 150%;
  transform: scale(1.3);
}
.logo-carousel .ohf-item-wrapper .m3579 svg,
.logo-carousel .ohf-item-wrapper .m3352 svg,
.grid .ohf-item-wrapper .m3579 svg,
.grid .ohf-item-wrapper .m3352 svg {
  transform-origin: 50% 50%;
  transform: scale(0.55);
}
.logo-carousel .ohf-item-wrapper .m1989 svg,
.grid .ohf-item-wrapper .m1989 svg {
  transform-origin: 0 50%;
  transform: scale(1.1);
}
.logo-carousel .ohf-item-wrapper .m2347 svg,
.grid .ohf-item-wrapper .m2347 svg {
  transform: scale(1.15);
}
.logo-carousel .ohf-item-wrapper .m2380 svg,
.grid .ohf-item-wrapper .m2380 svg {
  transform: scale(0.85);
}
.logo-carousel .ohf-item-wrapper .m3621 svg,
.grid .ohf-item-wrapper .m3621 svg {
  transform: scale(0.825);
}
.logo-carousel .ohf-item-wrapper .m2913 svg,
.grid .ohf-item-wrapper .m2913 svg {
  transform: scale(0.7);
}
.logo-carousel .ohf-item-wrapper.no-adjust svg,
.grid .ohf-item-wrapper.no-adjust svg {
  transform: scale(1) !important;
}

/* Resource template landing pages */
body.landing .media--view-mode-logo.m2593 {
  max-width: 100px;
}

@media (min-width: 768px) {
  .media-wysiwyg-align-center {
    display: block;
    margin: 0 auto;
  }
  .media-wysiwyg-align-left {
    float: left;
    margin: 0 24px 12px 0;
    display: block;
  }
  .media-wysiwyg-align-right {
    float: right;
    margin: 0 0 12px 24px;
    display: block;
  }
  .align-center {
    margin: 0 auto 12px;
    display: block;
  }
  img.file-full-width {
    max-width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 12px auto;
    clear: both;
  }
  img.file-half-width {
    max-width: 50%;
    height: auto;
  }
  img.file-third-width {
    max-width: 33%;
    height: auto;
  }
  img.file-fifth-width {
    max-width: 20%;
    height: auto;
  }
  table.small-icons span.file img {
    max-width: 50px;
  }
}
article.type-job.teaser-box {
  background-color: #f6f8fa;
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
}
article.type-job.teaser-box:hover {
  background-color: white;
}
article.type-job.teaser-box h3 {
  color: red;
  min-height: 90px;
}
article.type-job.teaser-box .job-location {
  text-align: right;
  color: #626D7C;
}
article.type-job.teaser-box .content {
  margin: 24px;
}
article.type-job .button.button-primary, article.type-job .glossary-view .glossary-read-more a.button-primary, .glossary-view .glossary-read-more article.type-job a.button-primary {
  margin-top: 24px;
  margin-left: 0;
}

@media (min-width: 768px) {
  #careers-header .views-exposed-form form {
    display: flex;
    width: 100%;
  }
  #careers-header .views-exposed-form form > div {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  #careers-header .views-exposed-form form > div {
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  #careers-header .views-exposed-form {
    display: block;
  }
}
#careers-header .views-exposed-form * {
  flex-grow: 1;
}
#careers-header .views-exposed-form .form-actions {
  margin-right: 0;
  flex-grow: 0;
}
@media (max-width: 991px) {
  #careers-header .views-exposed-form .form-actions {
    padding-top: 0;
    text-align: center;
  }
}
#careers-header .views-exposed-form .form-actions .button, #careers-header .views-exposed-form .form-actions .glossary-view .glossary-read-more a, .glossary-view .glossary-read-more #careers-header .views-exposed-form .form-actions a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#careers-ss-main .wysiwyg {
  width: 100%;
}

@media (max-width: 767px) {
  #careers-ss-main .col-left {
    margin-bottom: 0;
  }
  #careers-ss-main .col-left .media {
    display: block;
  }
  #careers-ss-main .col-left .media img {
    display: block;
  }
  #careers-ss-main .box {
    height: 100%;
    align-items: center;
    display: flex;
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  #careers-ss-main {
    transform: translateY(48px);
  }
  #careers-ss-main .col-left,
  #careers-ss-main .col-right {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  #careers-ss-main .col-left,
  #careers-ss-main .col-right {
    height: 52vw;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #careers-ss-main .col-left,
  #careers-ss-main .col-right {
    height: 600px;
  }
}
@media (min-width: 768px) {
  #careers-ss-main .col-left .box,
  #careers-ss-main .col-right .box {
    height: 100%;
    align-items: center;
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #careers-ss-main .col-left .box,
  #careers-ss-main .col-right .box {
    padding-left: 96px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #careers-ss-main .col-left .box,
  #careers-ss-main .col-right .box {
    padding-left: 144px;
  }
}
@media (min-width: 768px) {
  #careers-ss-main .col-left.col-left,
  #careers-ss-main .col-right.col-left {
    z-index: 1;
  }
  #careers-ss-main .col-left.col-right,
  #careers-ss-main .col-right.col-right {
    margin-left: -48px;
    width: calc(50% + 48px);
  }
  #careers-ss-main .ohf-media-wrapper {
    margin-top: 0;
    transform: translate(0, -24px);
    transition: all 500ms ease-out;
    transition-delay: 200ms;
    width: 100%;
    height: 100%;
  }
  #careers-ss-main .ohf-media-wrapper .media {
    display: block;
    width: 100%;
    height: 100%;
  }
  #careers-ss-main .ohf-media-wrapper .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #careers-ss-main .slick-active .ohf-media-wrapper {
    transform: translate(0, -48px);
  }
  #careers-ss-main .slick-list {
    padding-top: 48px;
    margin: 0;
  }
  #careers-ss-main .slick-list .slick-slide {
    margin: 0;
  }
  #careers-ss-main .slick-dots {
    position: absolute;
    bottom: 24px;
    width: 50%;
    right: 0;
  }
}
.view-jobs:not(.showing-all) article:nth-child(n+7) {
  display: none;
}

/***********************************************************************************************************************
 * Full Innovator display
 **********************************************************************************************************************/
article.type-innovator.full .media--view-mode-logo {
  height: 40px;
}
article.type-innovator.full .media--view-mode-logo svg {
  height: 100%;
}

/***********************************************************************************************************************
 * Medium Innovator Display
 **********************************************************************************************************************/
article.type-innovator.medium {
  margin-bottom: 48px;
}
article.type-innovator.medium:last-child {
  margin-bottom: 0;
}
article.type-innovator.medium .col {
  position: relative;
}
@media (max-width: 767px) {
  article.type-innovator.medium .innovator-header {
    margin-right: 144px;
    min-height: 90px;
  }
}
article.type-innovator.medium .image-wrapper {
  position: relative;
  z-index: 1;
  line-height: 0;
}
article.type-innovator.medium .image-wrapper article,
article.type-innovator.medium .image-wrapper img {
  display: inline-block;
}
article.type-innovator.medium .media--view-mode-square-small img {
  width: calc(100% - 60px);
  height: auto;
}
article.type-innovator.medium .logo-box {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: -90px;
}
article.type-innovator.medium:nth-child(even) {
  text-align: right;
}
article.type-innovator.medium:nth-child(even) .logo-box {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  article.type-innovator.medium:nth-child(even) .innovator-header {
    margin-right: 0;
    margin-left: 144px;
  }
}
@media (min-width: 768px) {
  article.type-innovator.medium {
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 216px;
  }
  article.type-innovator.medium .logo-box {
    right: auto;
    left: -24px;
    top: -90px;
  }
  article.type-innovator.medium:first-child .logo-box {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 0;
  }
  article.type-innovator.medium:nth-child(even) .logo-box {
    left: auto;
    right: -24px;
  }
  article.type-innovator.medium .logo-box {
    top: -90px;
  }
  article.type-innovator.medium .media--view-mode-square-small img {
    width: calc(100% - 24px);
  }
}
@media (min-width: 1200px) {
  article.type-innovator.medium {
    margin-right: 48px;
    margin-left: 48px;
  }
  article.type-innovator.medium .logo-box {
    left: -48px;
    top: -120px;
  }
  article.type-innovator.medium:first-child .logo-box {
    bottom: -120px;
  }
  article.type-innovator.medium:nth-child(even) .logo-box {
    right: -48px;
  }
  article.type-innovator.medium .media--view-mode-square-small img {
    width: calc(100% - 48px);
  }
  article.type-innovator.medium:first-child .image-wrapper:after {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    background: #E6EBF0;
    left: -72px;
    bottom: -72px;
  }
  article.type-innovator.medium:nth-child(2) .logo-box:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 96px;
    background: #E6EBF0;
    left: -96px;
    top: -96px;
  }
  article.type-innovator.medium:nth-child(2) .image-wrapper:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: #E6EBF0;
    right: -48px;
    bottom: -48px;
  }
  article.type-innovator.medium:nth-child(3) .image-wrapper:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 96px;
    background: #E6EBF0;
    right: -48px;
    top: -96px;
  }
}

/***********************************************************************************************************************
 * Portraits and portrait list
 **********************************************************************************************************************/
.portrait.type-innovator {
  position: relative;
}
.portrait.type-innovator article.media {
  overflow: hidden;
}
.portrait.type-innovator article.media img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.portrait.type-innovator .clickable {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  transition: all 300ms cubic-bezier(1, 0.005, 0.765, 1);
  text-shadow: 1px 1px 3px RGBA(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
}
.portrait.type-innovator .clickable:hover {
  text-shadow: 1px 1px 4px RGBA(0, 0, 0, 0.7);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
}
.portrait.type-innovator .clickable .content {
  position: absolute;
  width: 100%;
  padding: 24px;
  bottom: 0;
  left: 0;
}

#stock-quote {
  line-height: 34px;
}
#stock-quote .quote-price {
  color: #A8B9C6;
}
#stock-quote .quote-high-low {
  color: #A8B9C6;
}

/*
 * ==============================================================================
 * Updated Homepage Cover with Flip-Up Animation
 * ==============================================================================
 */
@media screen and (min-width: 1200px) and (max-height: 765px) {
  #homepage-cover .background-wrapper .bg-media {
    transform: scale(0.9) translateY(-50px) !important;
    transform-origin: right center;
  }
}
@media screen and (min-width: 1200px) and (max-height: 720px) {
  #homepage-cover .background-wrapper .bg-media {
    transform: scale(0.8) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) and (max-height: 840px) {
  #homepage-cover .content-wrapper {
    padding-top: 180px;
    padding-bottom: 48px;
  }
  #homepage-cover .content-wrapper .logo-carousel.vs-top-md {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 765px) {
  #homepage-cover .content-wrapper {
    padding-top: 192px;
    padding-bottom: 72px;
  }
  #homepage-cover .content-wrapper .logo-carousel.vs-top-md {
    margin-top: 24px;
  }
}
#homepage-cover .content-inner-inner {
  margin: auto;
}
@media (min-width: 768px) {
  #homepage-cover .content-inner-inner {
    width: 704px;
  }
}
@media (min-width: 992px) {
  #homepage-cover .content-inner-inner {
    width: 928px;
  }
}
@media (min-width: 1200px) {
  #homepage-cover .content-inner-inner {
    width: 1136px;
  }
}
#homepage-cover .cover-box {
  max-width: 400px;
}

h1#across-every-digital-interaction {
  font-weight: 400;
}
@media (max-width: 767px) {
  h1#across-every-digital-interaction {
    font-size: 36px;
    line-height: 40px;
  }
  h1#across-every-digital-interaction .across-text-wrapper {
    min-height: 40px;
  }
}
h1#across-every-digital-interaction .across-text-wrapper {
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1#across-every-digital-interaction .across-text-wrapper {
    min-height: 58px;
  }
}
@media (min-width: 992px) {
  h1#across-every-digital-interaction .across-text-wrapper {
    min-height: 76px;
  }
}
h1#across-every-digital-interaction .across-text-wrapper .across-hide {
  display: none;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text {
  position: absolute;
  display: block;
  opacity: 0;
  transform-origin: bottom center;
  transform: rotateX(90deg);
  animation: across-flip-animation infinite;
  animation-duration: 9.75s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text::first-letter {
  text-transform: uppercase !important;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #626D7C;
  mix-blend-mode: lighten;
  opacity: 0.4;
  transform-origin: bottom center;
  transform: rotateX(90deg);
  animation: across-flip-animation infinite;
  animation-duration: 9.75s;
  animation-delay: 0.075s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text.across-1 {
  animation-delay: 0s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text.across-1::before {
  animation-delay: 0.075s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text.across-2 {
  animation-delay: 3.25s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text.across-2::before {
  animation-delay: 3.325s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text.across-3 {
  animation-delay: 6.5s;
}
h1#across-every-digital-interaction .across-text-wrapper .across-text.across-3::before {
  animation-delay: 6.575s;
}

@keyframes across-flip-animation {
  0% {
    opacity: 0;
    transform: rotateX(90deg) skewX(-22.5deg);
  }
  4% {
    opacity: 1;
    transform: rotateX(0deg) skewX(0deg);
  }
  33% {
    opacity: 1;
    transform: rotateX(0deg) skewX(0deg);
  }
  35% {
    opacity: 0;
    transform: rotateX(-90deg) skewX(45deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(-90deg) skewX(0deg);
  }
}
/*
 * ==============================================================================
 * Start Homepage Use Boxes
 * ==============================================================================
 */
body.parallax #home-use-boxes .content-wrapper {
  height: 1700px;
}
body.parallax .home-use-boxes-wrapper .home-use-boxes-grid {
  min-height: 450px;
}

.home-use-box {
  background-color: RGB(1, 15, 26);
  border-radius: 24px;
  color: RGB(255, 255, 255);
  box-shadow: 0 0 0 1px RGBA(1, 15, 26, 0.3);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  will-change: transform;
}
@media (min-width: 768px) {
  .home-use-box.home-use-box-1 {
    margin-top: -12px;
  }
  .home-use-box.home-use-box-2 {
    margin-top: 48px;
  }
  .home-use-box.home-use-box-3 {
    margin-top: -12px;
  }
}
.home-use-box svg {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-use-box svg {
    top: 12px;
    right: 12px;
    transform: scale(0.667);
  }
}
.home-use-box h3 {
  padding-top: 24px;
}
.home-use-box h3:before {
  display: block;
  content: "";
  width: 75%;
  height: 3px;
  background-color: #fff;
  transform: translateY(-24px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-use-box h3 {
    font-size: 21px;
    line-height: 24px;
  }
}
.home-use-box div.checkmarks-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-use-box div.checkmarks-wrapper ul {
    font-size: 14px;
    line-height: 18px;
  }
}
.home-use-box.home-use-box-blue {
  border-bottom-color: #2C75E1;
}
.home-use-box.home-use-box-blue h3:before {
  background-color: #2C75E1;
}
.home-use-box.home-use-box-orange {
  border-bottom-color: #FFA700;
}
.home-use-box.home-use-box-orange h3:before {
  background-color: #FFA700;
}
.home-use-box.home-use-box-green {
  border-bottom-color: #1EBDCD;
}
.home-use-box.home-use-box-green h3:before {
  background-color: #1EBDCD;
}

/*
 * ==============================================================================
 * End Homepage Use Boxes
 * ==============================================================================
 */
address.office {
  font-style: normal;
}
address.office a.phone,
address.office span.fax {
  display: block;
  line-height: 32px;
  padding-left: 19px;
  background: url("../images/icon_fax.svg") center left no-repeat;
  background-size: auto 14px;
}
address.office a.phone.phone,
address.office span.fax.phone {
  background-image: url(../images/icon_phone.svg);
  text-decoration: none;
  color: inherit;
}

#mvani-wrapper #redbox {
  transform-origin: 50% 50%;
}
#mvani-wrapper #phone {
  transform-origin: 50% 50%;
}
#mvani-wrapper #smile {
  transform-origin: 164px 263px;
}
#mvani-wrapper #smile-back {
  transform-origin: 31px 252px;
}
#mvani-wrapper.in #redbox {
  transform: rotate(-10deg) scale(0.4);
  animation: mvani-redbox 1000ms ease-out 1000ms forwards;
}
#mvani-wrapper.in #figure-back {
  transform: translateX(175px) rotate(10deg) scale(0.7);
  animation: mvani-figure-back 1000ms ease-out 1000ms forwards;
}
#mvani-wrapper.in #phone {
  transform: translateX(-10px) rotate(10deg) scale(0.8);
  animation: mvani-phone 1000ms ease-out 1000ms forwards;
}
#mvani-wrapper.in #phone #head {
  transform: translateX(35px);
  animation: mvani-head 1000ms ease-out 1000ms forwards;
}
#mvani-wrapper.in #brackets #bl {
  animation: mvani-bracket-l-cap 500ms ease-in-out 3750ms forwards;
}
#mvani-wrapper.in #brackets #br {
  animation: mvani-bracket-r-cap 500ms ease-in-out 3750ms forwards;
}
#mvani-wrapper.in #smile,
#mvani-wrapper.in #smile-back {
  opacity: 1;
  transform: scaleY(0);
  animation: mvani-smile 250ms ease-out 2250ms forwards, mvani-smile-out 1ms ease-out 4000ms forwards;
}
#mvani-wrapper.in #flash,
#mvani-wrapper.in #flash-back {
  animation: mvani-flash 1000ms ease-out 4000ms forwards;
}
#mvani-wrapper.in #check {
  opacity: 0;
  animation: mvani-check 500ms ease-out 4000ms forwards;
}

@keyframes mvani-redbox {
  0% {
    transform: rotate(-10deg) scale(0.4);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes mvani-figure-back {
  0% {
    transform: translateX(175px) rotate(10deg) scale(0.7);
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
}
@keyframes mvani-phone {
  0% {
    transform: translateX(-10px) rotate(10deg) scale(0.8);
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(1);
  }
}
@keyframes mvani-head {
  0% {
    transform: translateX(35px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mvani-brackets {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvani-bracket-l {
  0% {
    transform: translate(60px, 80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mvani-bracket-r {
  0% {
    transform: translate(-60px, -80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mvani-smile {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes mvani-smile-out {
  0% {
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvani-bracket-l-cap {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(60px, 80px);
  }
  90% {
    transform: translate(60px, 80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mvani-bracket-r-cap {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-60px, -80px);
  }
  90% {
    transform: translate(-60px, -80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes mvani-flash {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvani-check {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Colors
===================================================================================================================== */
/* Administration helpers
===================================================================================================================== */
/* Spacing
===================================================================================================================== */
/* Breakpoints
===================================================================================================================== */
/* Text
===================================================================================================================== */
/* Transitions
===================================================================================================================== */
/* Structure
===================================================================================================================== */
/* Shapes and styles
===================================================================================================================== */
/* Administration
===================================================================================================================== */
/* Button and Form padding
===================================================================================================================== */
/* Forms and feedback
===================================================================================================================== */
/* Media
===================================================================================================================== */
/* Sidebar
===================================================================================================================== */
.cke_widget_drupalmedia .cke_widget_element {
  display: inline;
}

figure.drupal-media.ck-widget {
  display: inline;
}
figure.drupal-media.ck-widget.drupal-media-style-align-right, figure.drupal-media.ck-widget.drupal-media-style-align-left {
  width: 100%;
}
figure.drupal-media.ck-widget.drupal-media-style-align-right article, figure.drupal-media.ck-widget.drupal-media-style-align-left article {
  width: 100%;
}
figure.drupal-media.ck-widget.ck-widget_selected, figure.drupal-media.ck-widget.ck-widget_selected:hover, figure.drupal-media.ck-widget:hover {
  outline: #ffffff;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap !important;
}

.paragraph-type--markup .ck.ck-button.ck-source-editing-button.ck-button_with-text, [id^=edit-group-advanced] .ck.ck-button.ck-source-editing-button.ck-button_with-text {
  display: none !important;
}

.CodeMirror {
  font-size: 14px !important;
}

.ck.ck-editor__editable_inline > :first-child {
  margin-top: initial !important;
}

.ck-widget__type-around {
  display: none !important;
}

/* Paragraph Styles */
.ohf {
  position: relative;
  /*
   * -----------------------------------------------------------------------------------------------------------------
   * Margins and Spacing
   * -----------------------------------------------------------------------------------------------------------------
   */
  /*
   * -----------------------------------------------------------------------------------------------------------------
   * Special rows stick left or right when you want to remove just the space on one side or the other. Wowza.
   * -----------------------------------------------------------------------------------------------------------------
   */
}
.ohf.z1 {
  z-index: 1;
}
.ohf.z2 {
  z-index: 2;
}
@media (max-width: 767px) {
  .ohf.mobile-z2 {
    z-index: 2;
  }
}
.ohf .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}
.ohf .background-wrapper .bg-media {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .ohf .background-wrapper .bg-media.skrollable.par-0 {
    position: fixed;
    min-height: 100vh;
  }
  .ohf .background-wrapper .bg-media.skrollable.par-40, .ohf .background-wrapper .bg-media.skrollable.par--40 {
    height: calc(100% + 200px);
    transform: translateY(-100px);
  }
  .ohf .background-wrapper .bg-media.skrollable.par-20, .ohf .background-wrapper .bg-media.skrollable.par--20 {
    height: calc(100% + 400px);
  }
  .ohf .background-wrapper .bg-media.skrollable.par-10, .ohf .background-wrapper .bg-media.skrollable.par--10 {
    height: calc(100% + 200px);
  }
}
@media (min-width: 768px) {
  .ohf .background-wrapper .bg-media.d-opacity-high {
    opacity: 0.6;
  }
  .ohf .background-wrapper .bg-media.d-opacity-medium-high {
    opacity: 0.45;
  }
  .ohf .background-wrapper .bg-media.d-opacity-medium {
    opacity: 0.3;
  }
  .ohf .background-wrapper .bg-media.d-opacity-low {
    opacity: 0.15;
  }
}
@media (max-width: 767px) {
  .ohf .background-wrapper.m-above {
    position: relative;
    height: auto;
  }
  .ohf .background-wrapper.m-above .bg-media {
    height: auto;
  }
  .ohf .background-wrapper.m-opacity-medium .bg-media {
    opacity: 0.3;
  }
  .ohf .background-wrapper.m-opacity-low .bg-media {
    opacity: 0.15;
  }
  .ohf .background-wrapper.m-hidden .bg-media {
    display: none;
  }
}
.ohf .content-wrapper {
  position: relative;
  z-index: 0;
  display: flow-root;
}
.ohf.hide-overflow .content-wrapper {
  overflow: hidden;
}
.ohf .content-spacer {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .ohf .content-spacer {
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .ohf .content-inner.right-half {
    padding-left: 352px;
  }
  .ohf .content-inner.left-half {
    padding-right: 352px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .ohf .content-inner.right-half {
    padding-left: 464px;
  }
  .ohf .content-inner.left-half {
    padding-right: 464px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .ohf .content-inner.right-half {
    padding-left: 568px;
  }
  .ohf .content-inner.left-half {
    padding-right: 568px;
  }
}
@media screen and (max-width: 767px) {
  .ohf .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .ohf.content-stick-left .content-wrapper:after, .ohf.content-stick-right .content-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .ohf.content-stick-left .content-wrapper .container, .ohf.content-stick-right .content-wrapper .container {
    text-align: left;
    display: block;
    margin: 0;
    width: calc(928px + (100vw - 928px) / 2);
  }
  .ohf.content-stick-left.content-stick-right .container, .ohf.content-stick-right.content-stick-right .container {
    float: right;
  }
}
@media (min-width: 1200px) {
  .ohf.content-stick-left .content-wrapper .container, .ohf.content-stick-right .content-wrapper .container {
    width: calc(1136px + (100vw - 1136px) / 2);
  }
}

.par {
  -webkit-transition: 0.1s opacity ease-in-out;
  -moz-transition: 0.1s opacity ease-in-out;
  -ms-transition: 0.1s opacity ease-in-out;
  -o-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
}
.par.par-out {
  opacity: 0 !important;
}

.ohf-edit {
  position: absolute;
  text-align: center;
  z-index: 100;
  right: 10px;
  top: 10px;
  opacity: 0.25;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #010F1A;
}
.ohf-edit > svg {
  fill: #ffffff;
  margin: 5px;
}
.ohf-edit:hover, .ohf-edit:active {
  opacity: 1;
}

.ohf:first-child .ohf-edit {
  top: 180px;
}

/*
 * -----------------------------------------------------------------------------------------------------------------
 * Notches
 * -----------------------------------------------------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .notch {
    height: 48px;
    position: absolute;
  }
  .notch.notch-top {
    top: -48px;
  }
  .notch.notch-bottom {
    bottom: -48px;
  }
  .notch.notch-left {
    left: 0;
  }
  .notch.notch-right {
    right: 0;
  }
  .notch.notch-50 {
    width: 50%;
  }
  .notch.notch-75 {
    width: 75%;
  }
  .notch.notch-100 {
    left: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content-hs-md .notch-100 {
    width: 768px;
    margin-left: -384px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .content-hs-md .notch-100 {
    width: 928px;
    margin-left: -464px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .content-hs-lg .notch-100 {
    width: 992px;
    margin-left: -496px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .content-hs-lg .notch-100 {
    width: 1136px;
    margin-left: -568px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .content-hs-xl .notch-100 {
    width: 1200px;
    margin-left: -600px;
  }
}
/*
 * -----------------------------------------------------------------------------------------------------------------
 * Vertical Padding / Vertical Space
 * Available to other classes too...but....so far....no use
 * -----------------------------------------------------------------------------------------------------------------
 */
.vp-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.vp-md,
.vp-lg,
.vp-cover,
.vp-cover-lg {
  padding-top: 48px;
  padding-bottom: 48px;
}
.vp-md.under-menu,
.vp-lg.under-menu,
.vp-cover.under-menu,
.vp-cover-lg.under-menu {
  padding-top: 108px;
}

@media (max-width: 767px) {
  .vp-sm .vs-neg-top-sm,
  .vp-sm .vs-neg-top-md,
  .vp-sm .vs-neg-top-lg {
    margin-top: -36px;
  }
  .vp-sm .vs-neg-top-sm.offset-content,
  .vp-sm .vs-neg-top-md.offset-content,
  .vp-sm .vs-neg-top-lg.offset-content {
    padding-top: 36px;
  }
  .vp-sm .vs-neg-bottom-sm,
  .vp-sm .vs-neg-bottom-md,
  .vp-sm .vs-neg-bottom-lg {
    margin-bottom: -36px;
  }
  .vp-sm .vs-neg-bottom-sm.offset-content,
  .vp-sm .vs-neg-bottom-md.offset-content,
  .vp-sm .vs-neg-bottom-lg.offset-content {
    padding-bottom: 36px;
  }
  .vp-cover-lg .vs-neg-top-sm,
  .vp-cover-lg .vs-neg-top-md,
  .vp-cover-lg .vs-neg-top-lg,
  .vp-cover .vs-neg-top-sm,
  .vp-cover .vs-neg-top-md,
  .vp-cover .vs-neg-top-lg,
  .vp-lg .vs-neg-top-sm,
  .vp-lg .vs-neg-top-md,
  .vp-lg .vs-neg-top-lg,
  .vp-md .vs-neg-top-sm,
  .vp-md .vs-neg-top-md,
  .vp-md .vs-neg-top-lg {
    margin-top: -60px;
  }
  .vp-cover-lg .vs-neg-top-sm.offset-content,
  .vp-cover-lg .vs-neg-top-md.offset-content,
  .vp-cover-lg .vs-neg-top-lg.offset-content,
  .vp-cover .vs-neg-top-sm.offset-content,
  .vp-cover .vs-neg-top-md.offset-content,
  .vp-cover .vs-neg-top-lg.offset-content,
  .vp-lg .vs-neg-top-sm.offset-content,
  .vp-lg .vs-neg-top-md.offset-content,
  .vp-lg .vs-neg-top-lg.offset-content,
  .vp-md .vs-neg-top-sm.offset-content,
  .vp-md .vs-neg-top-md.offset-content,
  .vp-md .vs-neg-top-lg.offset-content {
    padding-top: 60px;
  }
  .vp-cover-lg .vs-neg-bottom-sm,
  .vp-cover-lg .vs-neg-bottom-md,
  .vp-cover-lg .vs-neg-bottom-lg,
  .vp-cover .vs-neg-bottom-sm,
  .vp-cover .vs-neg-bottom-md,
  .vp-cover .vs-neg-bottom-lg,
  .vp-lg .vs-neg-bottom-sm,
  .vp-lg .vs-neg-bottom-md,
  .vp-lg .vs-neg-bottom-lg,
  .vp-md .vs-neg-bottom-sm,
  .vp-md .vs-neg-bottom-md,
  .vp-md .vs-neg-bottom-lg {
    margin-bottom: -60px;
  }
  .vp-cover-lg .vs-neg-bottom-sm.offset-content,
  .vp-cover-lg .vs-neg-bottom-md.offset-content,
  .vp-cover-lg .vs-neg-bottom-lg.offset-content,
  .vp-cover .vs-neg-bottom-sm.offset-content,
  .vp-cover .vs-neg-bottom-md.offset-content,
  .vp-cover .vs-neg-bottom-lg.offset-content,
  .vp-lg .vs-neg-bottom-sm.offset-content,
  .vp-lg .vs-neg-bottom-md.offset-content,
  .vp-lg .vs-neg-bottom-lg.offset-content,
  .vp-md .vs-neg-bottom-sm.offset-content,
  .vp-md .vs-neg-bottom-md.offset-content,
  .vp-md .vs-neg-bottom-lg.offset-content {
    padding-bottom: 60px;
  }
  .col .vs-neg-top-sm,
  .col .vs-neg-top-md,
  .col .vs-neg-top-lg {
    margin-top: 0;
  }
  .col .vs-neg-top-sm.offset-content,
  .col .vs-neg-top-md.offset-content,
  .col .vs-neg-top-lg.offset-content {
    padding-top: 0;
  }
  .col .vs-neg-bottom-sm,
  .col .vs-neg-bottom-md,
  .col .vs-neg-top-lg {
    margin-bottom: 0;
  }
  .col .vs-neg-bottom-sm.offset-content,
  .col .vs-neg-bottom-md.offset-content,
  .col .vs-neg-top-lg.offset-content {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .vp-sm {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .vp-sm .vs-neg-top-sm {
    margin-top: -96px;
  }
  .vp-sm .vs-neg-top-sm.offset-content {
    padding-top: 96px;
  }
  .vp-sm .vs-neg-bottom-sm {
    margin-bottom: -96px;
  }
  .vp-sm .vs-neg-bottom-sm.offset-content {
    padding-bottom: 96px;
  }
  .vp-sm .vs-neg-top-md {
    margin-top: -144px;
  }
  .vp-sm .vs-neg-top-md.offset-content {
    padding-top: 144px;
  }
  .vp-sm .vs-neg-bottom-md {
    margin-bottom: -144px;
  }
  .vp-sm .vs-neg-bottom-md.offset-content {
    padding-bottom: 144px;
  }
  .vp-sm .vs-neg-top-lg {
    margin-top: -192px;
  }
  .vp-sm .vs-neg-top-lg.offset-content {
    padding-top: 192px;
  }
  .vp-sm .vs-neg-bottom-lg {
    margin-bottom: -192px;
  }
  .vp-sm .vs-neg-bottom-lg.offset-content {
    padding-bottom: 192px;
  }
  .vp-md {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .vp-md .vs-neg-top-sm {
    margin-top: -144px;
  }
  .vp-md .vs-neg-top-sm.offset-content {
    padding-top: 144px;
  }
  .vp-md .vs-neg-bottom-sm {
    margin-bottom: -144px;
  }
  .vp-md .vs-neg-bottom-sm.offset-content {
    padding-bottom: 144px;
  }
  .vp-md .vs-neg-top-md {
    margin-top: -192px;
  }
  .vp-md .vs-neg-top-md.offset-content {
    padding-top: 192px;
  }
  .vp-md .vs-neg-bottom-md {
    margin-bottom: -192px;
  }
  .vp-md .vs-neg-bottom-md.offset-content {
    padding-bottom: 192px;
  }
  .vp-md .vs-neg-top-lg {
    margin-top: -240px;
  }
  .vp-md .vs-neg-top-lg.offset-content {
    padding-top: 240px;
  }
  .vp-md .vs-neg-bottom-lg {
    margin-bottom: -240px;
  }
  .vp-md .vs-neg-bottom-lg.offset-content {
    padding-bottom: 240px;
  }
  .vp-md.under-menu {
    padding-top: 120px;
  }
  .vp-lg {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .vp-lg .vs-neg-top-sm {
    margin-top: -192px;
  }
  .vp-lg .vs-neg-top-sm.offset-content {
    padding-top: 192px;
  }
  .vp-lg .vs-neg-bottom-sm {
    margin-bottom: -192px;
  }
  .vp-lg .vs-neg-top-md {
    margin-top: -240px;
  }
  .vp-lg .vs-neg-top-md.offset-content {
    padding-top: 240px;
  }
  .vp-lg .vs-neg-bottom-md {
    margin-bottom: -240px;
  }
  .vp-lg .vs-neg-bottom-md.offset-content {
    padding-bottom: 240px;
  }
  .vp-lg .vs-neg-top-lg {
    margin-top: -288px;
  }
  .vp-lg .vs-neg-top-lg.offset-content {
    padding-top: 288px;
  }
  .vp-lg .vs-neg-bottom-lg {
    margin-bottom: -288px;
  }
  .vp-lg .vs-neg-bottom-lg.offset-content {
    padding-bottom: 288px;
  }
  .vp-cover {
    padding-top: 72px;
    padding-bottom: 96px;
  }
  .vp-cover .vs-neg-bottom-sm {
    margin-bottom: -144px;
  }
  .vp-cover .vs-neg-bottom-sm.offset-content {
    padding-bottom: 144px;
  }
  .vp-cover .vs-neg-bottom-md {
    margin-bottom: -192px;
  }
  .vp-cover .vs-neg-bottom-md.offset-content {
    padding-bottom: 192px;
  }
  .vp-cover-lg {
    padding-top: 168px;
    padding-bottom: 192px;
  }
  .vp-cover-lg .vs-neg-bottom-sm {
    margin-bottom: -240px;
  }
  .vp-cover-lg .vs-neg-bottom-sm.offset-content {
    padding-bottom: 240px;
  }
  .vp-cover-lg .vs-neg-bottom-md {
    margin-bottom: -288px;
  }
  .vp-cover-lg .vs-neg-bottom-md.offset-content {
    padding-bottom: 288px;
  }
}
@media (min-width: 992px) {
  .vp-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .vp-md .vs-neg-top-sm {
    margin-top: -168px;
  }
  .vp-md .vs-neg-top-sm.offset-content {
    padding-top: 168px;
  }
  .vp-md .vs-neg-bottom-sm {
    margin-bottom: -168px;
  }
  .vp-md .vs-neg-bottom-sm.offset-content {
    padding-bottom: 168px;
  }
  .vp-md .vs-neg-top-md {
    margin-top: -216px;
  }
  .vp-md .vs-neg-top-md.offset-content {
    padding-top: 216px;
  }
  .vp-md .vs-neg-bottom-md {
    margin-bottom: -216px;
  }
  .vp-md .vs-neg-bottom-md.offset-content {
    padding-bottom: 216px;
  }
  .vp-md .vs-neg-top-lg {
    margin-top: -264px;
  }
  .vp-md .vs-neg-top-lg.offset-content {
    padding-top: 264px;
  }
  .vp-md .vs-neg-bottom-lg {
    margin-bottom: -264px;
  }
  .vp-md .vs-neg-bottom-lg.offset-content {
    padding-bottom: 264px;
  }
  .vp-md.under-menu {
    padding-top: 180px;
  }
  .vp-lg {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .vp-lg .vs-neg-top-sm {
    margin-top: -240px;
  }
  .vp-lg .vs-neg-top-sm.offset-content {
    padding-top: 240px;
  }
  .vp-lg .vs-neg-bottom-sm {
    margin-bottom: -240px;
  }
  .vp-lg .vs-neg-bottom-sm.offset-content {
    padding-bottom: 240px;
  }
  .vp-lg .vs-neg-top-md {
    margin-top: -288px;
  }
  .vp-lg .vs-neg-top-md.offset-content {
    padding-top: 288px;
  }
  .vp-lg .vs-neg-bottom-md {
    margin-bottom: -288px;
  }
  .vp-lg .vs-neg-bottom-md.offset-content {
    padding-bottom: 288px;
  }
  .vp-lg .vs-neg-top-lg {
    margin-top: -336px;
  }
  .vp-lg .vs-neg-top-lg.offset-content {
    padding-top: 336px;
  }
  .vp-lg .vs-neg-bottom-lg {
    margin-bottom: -336px;
  }
  .vp-lg .vs-neg-bottom-lg.offset-content {
    padding-bottom: 336px;
  }
  .vp-cover {
    padding-top: 72px;
    padding-bottom: 120px;
  }
  .vp-cover .vs-neg-bottom-sm {
    margin-bottom: -168px;
  }
  .vp-cover .vs-neg-bottom-sm.offset-content {
    padding-bottom: 168px;
  }
  .vp-cover .vs-neg-bottom-md {
    margin-bottom: -216px;
  }
  .vp-cover .vs-neg-bottom-md.offset-content {
    padding-bottom: 216px;
  }
  .vp-cover.under-menu {
    padding-top: 252px;
    padding-bottom: 144px;
  }
  .vp-cover.under-menu .vs-neg-bottom-sm {
    margin-bottom: -192px;
  }
  .vp-cover.under-menu .vs-neg-bottom-sm.offset-content {
    padding-bottom: 192px;
  }
  .vp-cover.under-menu .vs-neg-bottom-md {
    margin-bottom: -240px;
  }
  .vp-cover.under-menu .vs-neg-bottom-md.offset-content {
    padding-bottom: 240px;
  }
  .vp-cover-lg {
    padding-top: 192px;
    padding-bottom: 240px;
  }
  .vp-cover-lg .vs-neg-bottom-sm {
    margin-bottom: -288px;
  }
  .vp-cover-lg .vs-neg-bottom-sm.offset-content {
    padding-bottom: 288px;
  }
  .vp-cover-lg .vs-neg-bottom-md {
    margin-bottom: -336px;
  }
  .vp-cover-lg .vs-neg-bottom-md.offset-content {
    padding-bottom: 336px;
  }
}
.vp-none-top {
  padding-top: 0;
}

.vp-cover.under-menu.vp-none-bottom,
.vp-none-bottom {
  padding-bottom: 0;
}

.vp-add-top > .content-inner {
  padding-top: 48px;
}

.vp-add-bottom > .content-inner {
  padding-bottom: 48px;
}

/*
 * =====================================================================================================================
 * Special Backgrounds
 * =====================================================================================================================
 */
@media (min-width: 768px) {
  .lower-left-blue-bg-md .background-wrapper:after {
    content: "";
    width: calc(50% - 96px);
    height: calc(100% - 96px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2C75E1;
    border-top-right-radius: 96px;
  }
}
.ohf-item-wrapper img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .ohf-item-wrapper.side {
    position: absolute;
    width: calc(50% - 24px);
  }
  .ohf-item-wrapper.side-left {
    left: 0;
  }
  .ohf-item-wrapper.side-right {
    right: 0;
  }
  .ohf-item-wrapper.side-above, .ohf-item-wrapper.side-top {
    top: 0;
  }
  .ohf-item-wrapper.side-below {
    bottom: 0;
  }
}

.radial-percentage-wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .radial-percentage-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.radial-percentage-wrapper .percentage {
  font-size: 72px;
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -54px;
}
.radial-percentage-wrapper .label {
  text-align: center;
  width: 100%;
  height: 1em;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  padding: 0 5%;
}

svg.radial-percentage {
  height: auto;
  transform: rotate(-90deg);
  width: 100%;
}
svg.radial-percentage circle {
  fill: rgba(0, 0, 0, 0);
  stroke-dashoffset: 219.9114857513; /* Circumference */
  stroke-width: 1;
}
svg.radial-percentage circle.incomplete {
  stroke: RGBA(122, 122, 122, 0.1);
}
svg.radial-percentage circle.complete {
  stroke-dasharray: 219.9114857513;
  stroke: #010F1A;
}

.radial-percentage-paragraph.color-red circle.never-incomplete,
.radial-percentage-paragraph.color-red circle.complete {
  stroke: #FF203F;
}

.radial-percentage-paragraph.color-blue circle.never-incomplete,
.radial-percentage-paragraph.color-blue circle.complete {
  stroke: #2C75E1;
}

.radial-percentage-paragraph.color-green circle.never-incomplete,
.radial-percentage-paragraph.color-green circle.complete {
  stroke: #1EBDCD;
}

.radial-percentage-paragraph.color-light-gray circle.never-incomplete,
.radial-percentage-paragraph.color-light-gray circle.complete {
  stroke: #A8B9C6;
}

.quote-paragraph {
  position: relative;
}
.quote-paragraph svg.quote-mark {
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.quote-paragraph .quote-content {
  margin-bottom: 0;
  margin-left: 72px;
}

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