@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap);
@charset "UTF-8";
.media {
  *zoom: 1;
}
.media:before, .media:after {
  content: " ";
  display: table;
}
.media:after {
  clear: both;
}

.word-wrap, td,
th,
tr, table {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/**
 * Reset margins and paddings
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

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

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

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

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 18px;
  line-height: 1.33;
  min-height: 100%;
  overflow-x: hidden;
}
html.overlay-active {
  overflow-y: hidden;
}
html.overlay-active .header.scrolled-past-hero {
  background: transparent;
}
html.overlay-active .overlay.active {
  overflow-y: scroll;
}
html.overlay-active body {
  overflow-y: hidden;
}

.accordion__title {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}
.accordion__title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #E23401;
  height: 6.47px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.accordion__title:hover:before, .accordion__title:focus:before, .accordion__title:active:before, .is-active.accordion__title:before {
  right: 0;
}

body {
  background: white;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b, strong {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

.gallery-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

iframe {
  width: 100%;
  max-width: 100%;
}

video {
  width: 100%;
  max-width: 100%;
}

blockquote strong {
  font-size: 14px;
}

.tag {
  display: inline-block;
  margin-bottom: 12.94px;
  font-size: 0.6666666667rem;
  line-height: 1;
  background: white;
  color: #022169;
  font-weight: 600;
  padding: 6px 9px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 9px;
  border-radius: 3px;
}

.footer-item #field_2_5 {
  margin-bottom: 0 !important;
}

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

.moove-gdpr-button-holder button {
  color: #0f2530 !important;
}
.moove-gdpr-button-holder button:hover {
  color: #0f2530 !important;
}

.non-responsive {
  width: auto !important;
  display: block !important;
  max-width: 100% !important;
}

.gf_progressbar_wrapper {
  margin-bottom: 25.88px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: rgba(226, 52, 1, 0.4);
}
.gf_progressbar_wrapper .gf_progressbar_percentage {
  background: #E23401;
  font-size: 0;
  height: 5px;
}

.ginput_counter {
  font-size: 12px;
  margin-top: 10px;
  font-family: "Titillium Web";
  font-weight: 500;
}

.view-all-link {
  font-size: 1rem;
  color: rgba(2, 33, 105, 0.5);
  transition: 0.25s linear color;
  border-bottom: 1px solid rgba(2, 33, 105, 0.5);
  text-decoration: none;
}
.view-all-link:hover {
  color: rgba(2, 33, 105, 0.8);
  transition: 0.25s linear color;
}

.gfield_html a {
  color: white !important;
  transition: 0.25s linear color;
}
.gfield_html a:hover {
  color: #e6e6e6 !important;
  transition: 0.25s linear color;
}

.animate-in {
  opacity: 0;
  transform: translateZ(0);
}
.animate-in.visible {
  animation: fadeInDown 1.5s forwards;
}

.gfield_contains_required .ginput_container_consent {
  position: relative;
  padding-left: 18px;
}
.gfield_contains_required .ginput_container_consent .gfield_required {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 22px;
  line-height: 1;
}

.homepage-message {
  display: none;
  position: relative;
  background: #E23401;
  z-index: 999;
  text-align: center;
  color: white;
  padding: 12.94px 25.88px;
  width: 100%;
}
.homepage-message__close {
  position: absolute;
  right: 25.88px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.homepage-message__close:hover svg {
  fill: #e6e6e6;
  transition: 0.25s linear fill;
}
.homepage-message a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.homepage-message p {
  font-weight: 400;
  font-size: 14px;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 38.82px;
}
@media (min-width: 200px) {
  .homepage-message p {
    font-size: 15px;
    font-size: calc(0.2vw + 13.6px);
  }
}
@media (min-width: 1200px) {
  .homepage-message p {
    font-size: 16px;
    font-size: 16px;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.animate-in {
  opacity: 0;
}
.animate-in.visible {
  animation: fadeInDown 1.5s forwards;
}

.no-margin {
  margin: 0;
}

.text__large {
  font-size: 22px;
  font-size: 1.5rem;
}
.text__large strong {
  font-weight: 700;
}

.scrolling-pagination {
  width: 100%;
}
.scrolling-pagination .event-slice-grid, .scrolling-pagination .resp-tabs-search-events .ais-Hits-list, .resp-tabs-search-events .scrolling-pagination .ais-Hits-list {
  width: 100%;
}

.content-container {
  max-width: 776.4px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--small {
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--smallest {
  max-width: 517.6px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--large {
  max-width: 1035.2px;
  margin-left: auto;
  margin-right: auto;
}

.content-container--largest, .alert-box__container {
  max-width: 1423.4px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 25.88px;
}

hr {
  margin-bottom: 25.88px;
}

ul, ol, dd {
  margin-left: 25.88px;
}

h6, h5, h4, h3, h2, h1 {
  line-height: 1;
  font-family: "Titillium Web";
  font-weight: normal;
}

h1,
.h1 {
  font-size: 36px;
  font-size: 36px;
}
@media (min-width: 200px) {
  h1,
  .h1 {
    font-size: 42px;
    font-size: calc(1.2vw + 33.6px);
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 48px;
    font-size: 48px;
  }
}

h2,
.h2 {
  font-size: 28px;
  font-size: 28px;
}
@media (min-width: 200px) {
  h2,
  .h2 {
    font-size: 32px;
    font-size: calc(0.8vw + 26.4px);
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 36px;
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 26px;
  font-size: 26px;
}
@media (min-width: 200px) {
  h3,
  .h3 {
    font-size: 29px;
    font-size: calc(0.6vw + 24.8px);
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 32px;
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 22px;
  font-size: 22px;
}
@media (min-width: 200px) {
  h4,
  .h4 {
    font-size: 25px;
    font-size: calc(0.6vw + 20.8px);
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 28px;
    font-size: 28px;
  }
}

h5,
.h5 {
  font-size: 20px;
  font-size: 20px;
}
@media (min-width: 200px) {
  h5,
  .h5 {
    font-size: 22px;
    font-size: calc(0.4vw + 19.2px);
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 24px;
    font-size: 24px;
  }
}

h6,
.h6 {
  font-size: 14px;
  font-size: 14px;
}
@media (min-width: 200px) {
  h6,
  .h6 {
    font-size: 16px;
    font-size: calc(0.4vw + 13.2px);
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 18px;
    font-size: 18px;
  }
}

.small-heading {
  font-family: "Signal Mono";
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1.3;
  font-size: 1.1111111111rem;
}
.small-heading:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.small-heading--white:after {
  background: #FFF;
}

.heading--bold {
  font-weight: 600;
}

textarea,
select,
input {
  transition: 0.25s linear all;
  width: 100%;
  border: 1px solid #D3D3D3;
  padding: 12.94px;
  background-color: #ffffff;
  border-radius: 2px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  border-radius: 6px;
}

label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12.94px;
  line-height: 1;
}
label:hover {
  cursor: pointer;
}

.form-group {
  margin-bottom: 25.88px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  transition: 0.25s linear all;
  background: white;
  border-bottom: 1px solid #022169;
  box-shadow: 0 none;
  outline: none;
}

.gform_wrapper {
  padding: 25.88px 0;
}
@media screen and (min-width: 776.4px) {
  .gform_wrapper {
    padding: 25.88px 0;
  }
}
.gform_fields {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.gsection {
  border-bottom: 1px solid #e8e8e5;
}

.gfield {
  margin-bottom: 25.88px;
  flex: 0 0 100%;
  display: inline-block;
}
.gfield_label {
  display: inline-block;
  margin-bottom: 6.47px;
}
@media screen and (min-width: 517.6px) {
  .gfield--half {
    flex: 0 0 50%;
    padding-right: 12.94px;
    padding-left: 12.94px;
  }
}
@media screen and (min-width: 517.6px) {
  .gfield--half:nth-child(2n-1) {
    padding-left: 0;
  }
}
@media screen and (min-width: 517.6px) {
  .gfield--half:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (min-width: 517.6px) {
  .gfield--third {
    flex: 0 0 33.3%;
    padding-right: 12.94px;
  }
}

.validation_message {
  font-size: 14px;
  background: #C60F13;
  color: white;
  padding: 6.47px 12.94px;
  margin-top: 12.94px;
  margin-bottom: 12.94px;
  display: inline-block;
}

.validation_error {
  font-size: 14px;
  background: #C60F13;
  color: white;
  padding: 6.47px 12.94px;
  margin-bottom: 12.94px;
  display: inline-block;
}

.ginput_recaptcha {
  margin-top: 25.88px;
}

.gform_confirmation_message a {
  color: white !important;
}

.form-block {
  margin-bottom: 20px;
}
.form-block h3, .form-block h4, .form-block h5 {
  margin-bottom: 12.94px;
}

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

img[width],
img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e8e8e5;
  border-radius: 12px;
}

td,
th,
tr {
  border: 1px solid #e8e8e5;
}

td,
th {
  padding: 12.94px;
}

th {
  background-color: white;
  text-align: left;
}

dl {
  margin: 51.76px 0 0 25.88px;
}

dt {
  font-size: 1.1111111111rem;
  color: #022169;
  margin-bottom: 6.47px;
}

dd {
  margin: 0 0 51.76px;
}
dd:after {
  content: "";
  display: block;
  clear: left;
}

blockquote {
  background: #eee;
  border-left: 12.94px solid #E23401;
  margin: 25.88px 0;
  padding: 25.88px;
  border-radius: 12px;
}
blockquote p {
  display: inline;
}

hr {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #e8e8e5;
  border-left: 0 none;
}

@media print {
  nav {
    display: none;
  }
  .hero {
    min-height: initial !important;
  }
  .hero__title:before {
    display: none;
  }
  .hero__title:after {
    display: none;
  }
  .hero__text:after {
    display: none;
  }
  .hero__button-container:before {
    display: none;
  }
  .hero__button-container:after {
    display: none;
  }
  .hero__overlay, .hero__video {
    min-height: initial !important;
  }
  .stats-slice__number {
    -webkit-text-fill-color: initial !important;
  }
  .cta-slice {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .button {
    display: none !important;
  }
  .menu-button {
    display: none;
  }
  .popup {
    display: none;
  }
  .cta-slice .grid {
    padding-bottom: 0;
  }
  .partners-slice {
    margin-bottom: 0;
  }
  html, body {
    border: 1px solid white;
    height: 99%;
    page-break-after: avoid !important;
    page-break-before: avoid !important;
  }
  .testimonial-slice img {
    max-width: 50%;
  }
  .sidebar-navigation {
    display: none;
  }
  .page-layout__sidebar-container .page-cta {
    display: none;
  }
  .footer-wrapper .grid__item:nth-of-type(1), .footer-wrapper .parsley-errors-list:nth-of-type(1), .footer-wrapper .grid__item:nth-of-type(2), .footer-wrapper .parsley-errors-list:nth-of-type(2) {
    display: none;
  }
  .footer {
    background: white;
    color: #022169;
  }
  .footer .grid__item, .footer .parsley-errors-list {
    text-align: left !important;
  }
  .footer a {
    color: #022169 !important;
  }
  .footer img {
    filter: invert(1);
  }
  .further-information-container {
    display: block !important;
  }
  #excercise_videos {
    display: none;
  }
}
.bordered {
  border: 1px solid #e8e8e5;
}

.media {
  display: block;
}
.media__img {
  float: left;
  margin-right: 12.94px;
}
.media__img--rev {
  float: right;
  margin-left: 12.94px;
}
.media__img img, .media__img--rev img {
  display: block;
}
.media__body {
  overflow: hidden;
}
.media__body, .media__body > :last-child {
  margin-bottom: 0;
}

.breakpoint-identifier {
  display: none;
}

.text--16 {
  font-size: 0.8888888889rem;
}
.text--20 {
  font-size: 1.1111111111rem;
}

.table th {
  background-color: #022169;
  color: white;
}

.hr {
  text-align: left;
}
.hr--alpha {
  border-bottom-color: #022169;
}
.hr--40 {
  max-width: 40%;
}
.hr--80 {
  max-width: 80%;
}
.hr--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.booking-buttons .button {
  margin-bottom: 12.94px;
}

.button {
  border: 0;
  font-size: 14px;
  font-size: 14px;
  line-height: 1;
  color: white !important;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
  background: #E23401;
  font-weight: 600;
  text-decoration: none;
  padding: 9.705px 19.41px;
  line-height: 1;
  transition: 0.25s linear all;
  width: auto !important;
  border-radius: 6px;
}
@media (min-width: 500px) {
  .button {
    font-size: 16px;
    font-size: calc(0.5714285714vw + 11.1428571429px);
  }
}
@media (min-width: 1200px) {
  .button {
    font-size: 18px;
    font-size: 18px;
  }
}
.button:not(.js-cast-vote) {
  display: inline-block !important;
}
.button--white {
  background: white;
  color: #022169 !important;
}
.button--white:hover {
  background: #e6e6e6 !important;
  color: #022169 !important;
}
.button--launchvideo {
  position: relative;
  margin-left: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1035.2px) {
  .button--launchvideo {
    margin-left: 0px;
  }
}
.button--launchvideo svg {
  left: 24px;
}
.button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button-ghost--error {
  background: #414042;
}
.button-ghost--error:hover {
  background: #282728;
}
.button:hover {
  background: #af2801;
  transition: 0.25s linear all;
  cursor: pointer;
}
.button--alt {
  background: #414042;
}
.button--alt:hover {
  background: #282728;
}
.button--backto {
  margin-top: 12.94px;
  display: inline-block;
}
.button--alpha {
  border: 1px solid #022169;
}
.button--alpha:hover {
  background: #011137;
}
.button--alpha-ghost {
  background: transparent;
  color: #022169 !important;
  border: 1px solid #022169;
}
.button--alpha-ghost:hover {
  background: #022169;
  color: white !important;
}
.button--small {
  font-size: 0.7777777778rem;
  line-height: 1;
}
.button--large {
  font-size: 1.2222222222rem;
  line-height: 1;
  padding: 12.94px 25.88px;
}
.button--bravo {
  background: #E23401;
  color: white;
  border: 1px solid #E23401;
}
.button--bravo:hover {
  background: #af2801;
}
.button--bravo-ghost {
  background: transparent;
  color: #E23401;
  border: 1px solid #E23401;
}
.button--bravo-ghost:hover {
  background: #E23401;
  color: white;
}
.button + .button {
  margin-top: 12.94px;
}
@media screen and (min-width: 517.6px) {
  .button + .button {
    margin-left: 12.94px;
    margin-top: 0;
  }
}
.button--social {
  font-size: 0.7777777778rem;
  padding-left: 32.35px;
  position: relative;
  margin-left: 0 !important;
  margin-right: 9.705px;
  margin-bottom: 9.705px;
  z-index: 1;
}
.button--social svg {
  position: absolute;
  left: 9.705px;
  fill: white;
  top: 50%;
  transform: translateY(-50%);
}
.button--social-twitter {
  background: #1da1f2;
}
.button--social-twitter:hover {
  background: #0c85d0;
}
.button--social-linkedin {
  background: #0077b5;
}
.button--social-linkedin:hover {
  background: #005582;
}
.button--social-email {
  background: #0D9800;
}
.button--social-email:hover {
  background: #096500;
}
.button--success {
  background: #00930e;
  color: white;
  border: 1px solid #00930e;
}
.button--success:hover {
  background: #006009;
  color: white;
  border-color: #00930e;
}
.button--success-ghost {
  background: transparent;
  color: #00930e;
  border: 1px solid #00930e;
}
.button--success-ghost:hover {
  background: #00930e;
  color: white;
}
.button--error {
  background: #C60F13;
  color: white;
  border: 1px solid #C60F13;
}
.button--error:hover {
  background: #970b0e;
  color: white;
}
.button--error-ghost {
  background: transparent;
  color: #C60F13;
  border: 1px solid #C60F13;
}
.button--error-ghost:hover {
  background: #C60F13;
  color: white;
}
.button--calendar {
  padding-left: 25.88px;
  padding-top: 9.705px;
  padding-bottom: 9.705px;
}

.test {
  background: url(//home/forge/sapusers.org/src/svgs/search.svg);
  background: url(//home/forge/sapusers.org/src/svgs/header-join.svg);
  background: url(//home/forge/sapusers.org/src/svgs/header-login.svg);
  background: url(//home/forge/sapusers.org/src/svgs/menu-item-arrow.svg);
  background: url(//home/forge/sapusers.org/src/svgs/arrow.svg);
  background: url(//home/forge/sapusers.org/src/svgs/location-pin.svg);
  background: url(//home/forge/sapusers.org/src/svgs/tag.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-linkedin.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-twitter.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-facebook.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-flickr.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-youtube.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-instagram.svg);
  background: url(//home/forge/sapusers.org/src/svgs/social-web.svg);
  background: url(//home/forge/sapusers.org/src/svgs/news-card-arrow.svg);
  background: url(//home/forge/sapusers.org/src/svgs/chain.svg);
  background: url(//home/forge/sapusers.org/src/svgs/twitter.svg);
  background: url(//home/forge/sapusers.org/src/svgs/linkedin.svg);
  background: url(//home/forge/sapusers.org/src/svgs/envelope.svg);
  background: url(//home/forge/sapusers.org/src/svgs/home.svg);
  background: url(//home/forge/sapusers.org/src/svgs/breadcrumb-arrow.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-interest-areas.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-events.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-news.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-jam.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-resources.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-sigs.svg);
  background: url(//home/forge/sapusers.org/src/svgs/arrow-unfilled.svg);
  background: url(//home/forge/sapusers.org/src/svgs/back-arrow-circle.svg);
  background: url(//home/forge/sapusers.org/src/svgs/alert-icon-error.svg);
  background: url(//home/forge/sapusers.org/src/svgs/alert-icon-success.svg);
  background: url(//home/forge/sapusers.org/src/svgs/alert-icon-info.svg);
  background: url(//home/forge/sapusers.org/src/svgs/header-logout.svg);
  background: url(//home/forge/sapusers.org/src/svgs/header-dropdown-arrow.svg);
  background: url(//home/forge/sapusers.org/src/svgs/chevron.svg);
  background: url(//home/forge/sapusers.org/src/svgs/bullhorn.svg);
  background: url(//home/forge/sapusers.org/src/svgs/times-circle.svg);
  background: url(//home/forge/sapusers.org/src/svgs/toggle-on.svg);
  background: url(//home/forge/sapusers.org/src/svgs/toggle-off.svg);
  background: url(//home/forge/sapusers.org/src/svgs/check-circle.svg);
  background: url(//home/forge/sapusers.org/src/svgs/calendar.svg);
  background: url(//home/forge/sapusers.org/src/svgs/webinar.svg);
  background: url(//home/forge/sapusers.org/src/svgs/desktop-solid.svg);
  background: url(//home/forge/sapusers.org/src/svgs/user-key-contacts.svg);
  background: url(//home/forge/sapusers.org/src/svgs/play.svg);
  background: url(//home/forge/sapusers.org/src/svgs/clock.svg);
  background: url(//home/forge/sapusers.org/src/svgs/location-pin-new.svg);
}

.svg {
  width: 100%;
  height: auto;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg--clock {
  max-width: 18px;
  max-height: 18px;
  fill: white;
}
.svg--header-logo {
  max-width: 194px;
  max-height: 95px;
}
.svg--textadvert-arrow {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  bottom: 25.88px;
  right: 25.88px;
}
.svg--bullhorn {
  max-width: 28px;
  max-height: 25px;
  fill: #022169;
}
.svg--check-circle {
  max-width: 20px;
  max-height: 20px;
  fill: #022169;
}
.svg--check-circle--white {
  fill: white;
}
.svg--times-circle {
  max-width: 28px;
  max-height: 28px;
  fill: #C60F13;
}
.svg--toggle-on {
  max-width: 28px;
  max-height: 25px;
  fill: #00930e;
}
.svg--toggle-off {
  max-width: 28px;
  max-height: 25px;
  fill: #C60F13;
}
.svg--alert-icon {
  max-width: 24px;
  max-height: 24px;
}
.svg--back-arrow-circle {
  max-width: 18px;
  max-height: 18px;
  fill: #414042;
}
.svg--search {
  max-width: 22px;
  max-height: 22px;
}
.svg--webinar {
  max-width: 18px;
  max-height: 18px;
}
.svg--desktop {
  max-width: 16px;
  max-height: 16px;
  margin-right: 5px;
}
.svg--header-join {
  max-width: 20px;
  max-height: 20px;
  fill: white;
}
.svg--header-login {
  max-width: 14px;
  max-height: 20px;
  fill: white;
}
.svg--header-logout {
  max-width: 14px;
  max-height: 20px;
  fill: white;
}
.svg--header-dropdown-arrow {
  max-width: 15px;
  max-height: 10px;
  fill: white;
}
.svg--menu-item-arrow {
  max-width: 10px;
  max-height: 17px;
  fill: white;
}
.svg--arrow {
  max-width: 30px;
  max-height: 30px;
}
.svg--arrow-unfilled {
  max-width: 30px;
  max-height: 30px;
}
.svg--location-pin {
  max-width: 12px;
  max-height: 16px;
  fill: white;
}
.svg--tag {
  max-width: 10px;
  max-height: 10px;
}
.svg--footer-social-icon {
  max-width: 29px;
  max-height: 29px;
}
.svg--news-card-arrow {
  max-width: 32px;
  max-height: 32px;
}
.svg--chain {
  max-width: 12px;
  max-height: 12px;
}
.svg--twitter {
  max-width: 14px;
  max-height: 12px;
}
.svg--linkedin {
  max-width: 12px;
  max-height: 12px;
}
.svg--envelope {
  max-width: 15px;
  max-height: 10px;
}
.svg--home {
  max-width: 21px;
  max-height: 17px;
}
.svg--breadcrumb-arrow {
  max-width: 6px;
  max-height: 10px;
}
.svg--chevron {
  max-width: 40px;
  max-height: 22px;
}
.svg--user-interest-areas {
  max-width: 57px;
  max-height: 55px;
}
.svg--user-events {
  max-width: 55px;
  max-height: 50px;
}
.svg--user-news {
  max-width: 58px;
  max-height: 39px;
}
.svg--user-jam {
  max-width: 52px;
  max-height: 46px;
}
.svg--user-resources {
  max-width: 65px;
  max-height: 45px;
}
.svg--user-sigs {
  max-width: 45px;
  max-height: 50px;
}
.svg--button-calendar {
  max-width: 16px;
  max-height: 16px;
  fill: white;
  position: relative;
  top: -2px;
  left: -6px;
}
.svg--user-key-contacts {
  max-width: 98px;
  max-height: 58px;
}
.svg--location-pin-new {
  max-width: 18px;
  max-height: 25px;
  margin-right: 10px !important;
  fill: white;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex-vertical {
    display: block;
  }
}
.flex-vertical__content {
  flex: 1 0 auto;
}
.flex-vertical__footer {
  margin-top: auto;
  flex: 0 0 auto;
}

.sub-menu + .menu-icon.touch-button span {
  opacity: 0 !important;
}

.menu-icon span {
  position: absolute; /* Absolutely position all children of the menu-icon */
  height: 2px; /* Height of each line in our menu button */
  width: 100%; /* With of each line */
  background-color: #414042; /* Background colour of each line */
  transition: all 150ms ease-in-out; /* Transition added for the background colour */
  transform: rotate(0deg);
}

.menu-icon span:nth-child(1) {
  top: 1.5625px; /* Position the first line roughly 1px from the top */
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  top: 15.625px; /* Position the second line roughly 10px from the top, one on top of the other */
}

.menu-icon span:nth-child(4) {
  top: 31.25px; /* Position the fourth line roughly 20px from the top */
}

/* Turn the Menu icon into a close icon */
.menu-icon.active span:nth-child(1),
.menu-icon.active span:nth-child(4) {
  opacity: 0; /* Hide the first line */
}

.menu-icon.active span:nth-child(2) {
  transform: rotate(45deg); /* Rotate the second line 45 degrees */
}

.menu-icon.active span:nth-child(3) {
  top: 15.625px; /* Position the third line over the second line */
  transform: rotate(-45deg); /* Rotate the third line -45 degrees */
}

.circular__image {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ed693c;
  display: inline-block;
  text-decoration: none;
}
.circular__image-container--sigs img {
  width: 90px;
  max-width: 100%;
}

.gfield_checkbox, .gfield_radio {
  list-style: none;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 0;
}

.checkbox input[type=checkbox],
.radio input[type=radio],
.gfield_checkbox input[type=checkbox],
.gfield_radio input[type=radio],
.ginput_container_consent input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.checkbox__label,
.radio__label,
.gfield_checkbox input[type=checkbox] + label,
.gfield_radio input[type=radio] + label,
.ginput_container_consent input[type=checkbox] + label {
  position: relative;
  padding-left: 28.8px;
  cursor: pointer;
  height: auto;
  margin-bottom: 0.45rem;
  line-height: 1.25;
}

.checkbox__label::before,
.checkbox__label::after,
.radio__label::before,
.radio__label::after,
.gfield_checkbox input[type=checkbox] + label::before,
.gfield_checkbox input[type=checkbox] + label::after,
.gfield_radio input[type=radio] + label::before,
.gfield_radio input[type=radio] + label::after,
.ginput_container_consent input[type=checkbox] + label::before,
.ginput_container_consent input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}

.radio__label::before,
.radio__label::after,
.gfield_radio input[type=radio] + label::before,
.gfield_radio input[type=radio] + label::after {
  border-radius: 50%;
}

.checkbox__label::before,
.radio__label::before,
.gfield_checkbox input[type=checkbox] + label::before,
.gfield_radio input[type=radio] + label::before,
.ginput_container_consent input[type=checkbox] + label::before {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #414042 !important;
  border-radius: 4px;
}

.checkbox input[type=checkbox]:focus + .checkbox__label::before,
.radio input[type=radio]:focus + .radio__label::before,
.gfield_checkbox input[type=checkbox]:focus + label::before,
.gfield_radio input[type=radio]:focus + label::before,
.ginput_container_consent input[type=checkbox] + label::before {
  box-shadow: 0 0 0.45rem 0.225rem rgba(0, 0, 0, 0.1);
  border-color: #414042;
}

.checkbox input[type=checkbox] + .checkbox__label::after,
.radio input[type=radio] + .radio__label::after,
.gfield_checkbox input[type=checkbox] + label::after,
.gfield_radio input[type=radio] + label::after,
.ginput_container_consent input[type=checkbox] + label::after {
  display: none;
  width: 10px;
  height: 10px;
  margin: 3px;
  background-color: #414042;
  border-radius: 2px;
}

.checkbox input[type=checkbox]:checked + .checkbox__label::before,
.radio input[type=radio]:checked + .radio_label::before,
.gfield_checkbox input[type=checkbox]:checked + label::before,
.gfield_radio input[type=radio]:checked + label::before,
.ginput_container_consent input[type=checkbox]:checked + label::before {
  border-color: #414042 !important;
}

.checkbox input[type=checkbox]:checked + .checkbox__label::after,
.radio input[type=radio]:checked + .radio__label::after,
.gfield_checkbox input[type=checkbox]:checked + label::after,
.gfield_radio input[type=radio]:checked + label::after,
.ginput_container_consent input[type=checkbox]:checked + label::after {
  display: block;
  background-color: #414042;
}

.checkbox__label a {
  color: #414042;
  font-weight: 600;
}

.grid {
  font-size: 0;
  display: inline-block;
  width: 100%;
  margin-left: -12.94px;
  margin-right: -12.94px;
}
.grid--full {
  margin-left: 0;
  margin-right: 0;
}
@supports (display: flex) {
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@supports (display: grid) {
  .grid {
    display: grid;
    grid-gap: 25.88px;
    margin-left: 0;
    margin-right: 0;
  }
  .grid.grid--center {
    align-items: center;
  }
  .grid.grid--full {
    grid-gap: 0;
  }
  .grid.grid--ends {
    grid-gap: 25.88px 0;
  }
  .grid.grid--sides {
    grid-gap: 0 25.88px;
  }
  @media screen and (min-width: 776.4px) {
    .grid.grid--halves {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (min-width: 776.4px) {
    .grid.grid--thirds {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (min-width: 1035.2px) {
    .grid.grid--thirds {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (min-width: 776.4px) {
    .grid.grid--quarters {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (min-width: 1035.2px) {
    .grid.grid--quarters {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .grid.grid--three-fifths {
    height: 100%;
  }
  @media screen and (min-width: 1035.2px) {
    .grid.grid--three-fifths {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  @media screen and (min-width: 1035.2px) {
    .grid.grid--three-fifths > .grid__item:first-of-type, .grid.grid--three-fifths > .parsley-errors-list:first-of-type {
      grid-column-end: span 3;
    }
  }
  @media screen and (min-width: 1035.2px) {
    .grid.grid--three-fifths > .grid__item:last-of-type, .grid.grid--three-fifths > .parsley-errors-list:last-of-type {
      grid-column-end: span 2;
    }
  }
}
.grid__item, .parsley-errors-list {
  font-size: 1rem;
  display: inline-block;
  padding-left: 12.94px;
  padding-right: 12.94px;
  margin-bottom: 25.88px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.grid--sides .grid__item, .grid--sides .parsley-errors-list {
  margin-bottom: 0;
}
.grid--full .grid__item, .grid--full .parsley-errors-list {
  padding-left: 0;
  padding-right: 0;
}
@supports (display: flex) {
  .grid__item, .parsley-errors-list {
    flex: 0 0 100%;
    width: auto;
  }
}
@supports (display: grid) {
  .grid__item, .parsley-errors-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    flex: none !important;
  }
}
@media screen and (min-width: 776.4px) {
  .grid--halves .grid__item, .grid--halves .parsley-errors-list {
    display: inline-block;
    width: 50%;
  }
  @supports (display: flex) {
    .grid--halves .grid__item, .grid--halves .parsley-errors-list {
      flex: 0 0 50%;
      width: auto;
    }
  }
}
.grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
  vertical-align: top;
}
@media screen and (min-width: 776.4px) {
  .grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
    display: inline-block;
    width: 50%;
  }
  @supports (display: flex) {
    .grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
      flex: 0 0 50%;
      width: auto;
    }
  }
}
@media screen and (min-width: 1035.2px) {
  .grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
    display: inline-block;
    width: 33.333%;
  }
  @supports (display: flex) {
    .grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
      flex: 0 0 33.333%;
      width: auto;
    }
  }
}
.grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
  vertical-align: top;
}
@media screen and (min-width: 957.56px) {
  .grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
    display: inline-block;
    width: 33.333%;
  }
  @supports (display: flex) {
    .grid--thirds .grid__item, .grid--thirds .parsley-errors-list {
      flex: 0 0 33.333%;
      width: auto;
    }
  }
}
@media screen and (min-width: 776.4px) {
  .grid--quarters .grid__item, .grid--quarters .parsley-errors-list {
    display: inline-block;
    width: 50%;
  }
  @supports (display: flex) {
    .grid--quarters .grid__item, .grid--quarters .parsley-errors-list {
      flex: 0 0 50%;
      width: auto;
    }
  }
}
@media screen and (min-width: 1035.2px) {
  .grid--quarters .grid__item, .grid--quarters .parsley-errors-list {
    display: inline-block;
    width: 25%;
  }
  @supports (display: flex) {
    .grid--quarters .grid__item, .grid--quarters .parsley-errors-list {
      flex: 0 0 25%;
      width: auto;
    }
  }
}
@media screen and (min-width: 776.4px) {
  .grid--two-thirds .grid__item, .grid--two-thirds .parsley-errors-list {
    display: inline-block;
    width: 50%;
  }
  @supports (display: flex) {
    .grid--two-thirds .grid__item, .grid--two-thirds .parsley-errors-list {
      flex: 0 0 50%;
      width: auto;
    }
  }
}
@media screen and (min-width: 1035.2px) {
  .grid--two-thirds .grid__item, .grid--two-thirds .parsley-errors-list {
    display: inline-block;
    width: 33.333%;
  }
  @supports (display: flex) {
    .grid--two-thirds .grid__item, .grid--two-thirds .parsley-errors-list {
      flex: 0 0 33.333%;
      width: auto;
    }
  }
}
.grid--three-fifths .grid__item, .grid--three-fifths .parsley-errors-list {
  vertical-align: top;
}
@media screen and (min-width: 1035.2px) {
  .grid--three-fifths .grid__item, .grid--three-fifths .parsley-errors-list {
    display: inline-block;
    width: 20%;
  }
  @supports (display: flex) {
    .grid--three-fifths .grid__item, .grid--three-fifths .parsley-errors-list {
      flex: 0 0 20%;
      width: auto;
    }
  }
  .grid--three-fifths .grid__item:first-of-type, .grid--three-fifths .parsley-errors-list:first-of-type {
    display: inline-block;
    width: 60%;
  }
  @supports (display: flex) {
    .grid--three-fifths .grid__item:first-of-type, .grid--three-fifths .parsley-errors-list:first-of-type {
      flex: 0 0 60%;
      width: auto;
    }
  }
  .grid--three-fifths .grid__item:last-of-type, .grid--three-fifths .parsley-errors-list:last-of-type {
    display: inline-block;
    width: 40%;
  }
  @supports (display: flex) {
    .grid--three-fifths .grid__item:last-of-type, .grid--three-fifths .parsley-errors-list:last-of-type {
      flex: 0 0 40%;
      width: auto;
    }
  }
}

.home-hero {
  color: white;
}
.home-hero__strapline {
  font-size: 24px;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .home-hero__strapline {
    font-size: 27px;
    font-size: calc(1vw + 18px);
  }
}
@media (min-width: 1200px) {
  .home-hero__strapline {
    font-size: 30px;
    font-size: 30px;
  }
}
.home-hero__main-title {
  font-size: 30px;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6.47px;
  font-weight: 300;
}
@media (min-width: 600px) {
  .home-hero__main-title {
    font-size: 45.5px;
    font-size: calc(5.1666666667vw + -1px);
  }
}
@media (min-width: 1200px) {
  .home-hero__main-title {
    font-size: 61px;
    font-size: 61px;
  }
}
.home-hero__main-title span {
  font-weight: bold;
}
.home-hero__sub-title {
  font-size: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .home-hero__sub-title {
    font-size: 34px;
    font-size: calc(4.6666666667vw + -8px);
  }
}
@media (min-width: 1200px) {
  .home-hero__sub-title {
    font-size: 48px;
    font-size: 48px;
  }
}
.home-hero__text {
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .home-hero__text {
    font-size: 18px;
    font-size: calc(0.6666666667vw + 12px);
  }
}
@media (min-width: 1200px) {
  .home-hero__text {
    font-size: 20px;
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  .home-hero-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.home-hero-grid__item:nth-of-type(1) {
  flex: 0 0 100%;
  margin-bottom: 36px;
}
@media screen and (min-width: 900px) {
  .home-hero-grid__item:nth-of-type(1) {
    margin-bottom: 10vh;
  }
}
.home-hero-grid__item:nth-of-type(2) {
  margin-bottom: 36px;
}
@media screen and (min-width: 900px) {
  .home-hero-grid__item:nth-of-type(2) {
    flex: 0 0 calc(40% - 40px);
    padding-left: 4vw;
    margin-right: 80px;
    align-self: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero-grid__item:nth-of-type(2) {
    padding-left: 8vw;
  }
}
@media screen and (min-width: 900px) {
  .home-hero-grid__item:nth-of-type(3) {
    flex: 0 0 calc(60% - 40px);
    align-self: center;
  }
}

.hero--home {
  padding-top: calc(var(--headerHeight) + 50px);
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to left, #f49040 0%, #ea3e3a 100%);
}
@media screen and (min-width: 900px) {
  .hero--home {
    padding-bottom: calc(80px + 12vh);
  }
}
.hero--home .hero-shape-1 {
  position: absolute;
  width: 1680px;
  z-index: 0;
  left: -30vw;
  top: -40vh;
}
.hero--home .hero__title {
  position: relative;
}
.hero--home .hero__content {
  position: relative;
  font-size: 18px;
  font-size: 18px;
}
@media (min-width: 200px) {
  .hero--home .hero__content {
    font-size: 21px;
    font-size: calc(0.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .hero--home .hero__content {
    font-size: 24px;
    font-size: 24px;
  }
}
.hero-home-grid {
  padding: 38.82px 25.88px;
  color: white;
  height: 100%;
}
@media screen and (min-width: 1035.2px) {
  .hero-home-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 96px;
  }
}
.hero-home-grid__item:first-of-type {
  flex: 0 0 40%;
}
.hero-home-grid__item:last-of-type {
  flex: 0 0 40%;
  position: relative;
  z-index: 998;
}
.hero__small-text {
  font-size: 12px;
  font-size: 12px;
}
@media (min-width: 200px) {
  .hero__small-text {
    font-size: 13px;
    font-size: calc(0.2vw + 11.6px);
  }
}
@media (min-width: 1200px) {
  .hero__small-text {
    font-size: 14px;
    font-size: 14px;
  }
}

.index-hero {
  background: linear-gradient(to left, #f49040 0%, #ea3e3a 100%) !important;
  background-position: center 40%;
  background-size: cover;
  overflow: hidden;
  height: calc(var(--headerHeight) + 130px);
  position: relative;
}
.index-hero-block {
  background: white;
  width: 100%;
  padding: 60px 25.88px;
  border-radius: 12px;
}
.index-hero-block--why-join {
  background: #F4F4F4;
}
@media screen and (min-width: 600px) {
  .index-hero-block {
    padding: 60px;
  }
}
@media screen and (min-width: 1113px) {
  .index-hero-block {
    margin-top: -100px;
  }
}
@media screen and (min-width: 600px) {
  .index-hero-block {
    display: flex;
  }
}
.index-hero-block__title {
  font-weight: 600;
  margin-bottom: 0;
}
.index-hero-block__title-container {
  margin-bottom: 25.88px;
}
@media screen and (min-width: 600px) {
  .index-hero-block__title-container {
    flex: 0 0 40%;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.index-hero-block__title-container h1 {
  color: #022169;
}
.index-hero-block p {
  font-size: 16px;
  font-size: 16px;
  line-height: 125%;
}
@media (min-width: 200px) {
  .index-hero-block p {
    font-size: 19px;
    font-size: calc(0.6vw + 14.8px);
  }
}
@media (min-width: 1200px) {
  .index-hero-block p {
    font-size: 22px;
    font-size: 22px;
  }
}
.index-hero-block img {
  max-width: 380px;
  float: right;
}
.index-hero-block__content {
  font-size: 16px;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 200px) {
  .index-hero-block__content {
    font-size: 18px;
    font-size: calc(0.4vw + 15.2px);
  }
}
@media (min-width: 1200px) {
  .index-hero-block__content {
    font-size: 20px;
    font-size: 20px;
  }
}
.index-hero-block__content-container {
  flex: 0 0 55%;
}
.index-hero-block__content-container a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
}

.user-hero {
  background-color: #EFEFEF;
  background: linear-gradient(to left, #f49040 0%, #ea3e3a 100%);
  color: white;
  padding: 5vh 25.88px;
  background-size: cover;
  padding-top: calc(var(--headerHeight) + 5vh);
}
.user-hero__buttons .button {
  background: white;
  color: #022169 !important;
  border: 0;
}
.user-hero__buttons .button:hover {
  background: #e6e6e6 !important;
}
@media screen and (min-width: 776.4px) {
  .user-hero {
    padding: 8vh 25.88px;
    padding-top: calc(var(--headerHeight) + 8vh);
  }
}
.user-hero .avatar {
  position: relative;
}
.user-hero .avatar a {
  position: absolute;
  font-size: 0.6111111111rem;
  bottom: -10px;
  left: 0px;
  background: #E23401;
  color: white;
  text-align: center;
  width: 100%;
  padding: 2px;
}
.user-hero__details-name {
  font-size: 1.1111111111rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 9.705px;
}
.user-hero__details-role {
  font-size: 0.8888888889rem;
  line-height: 1;
  margin-bottom: 12.94px;
}
.user-hero__details-membership {
  font-size: 0.7777777778rem;
  line-height: 1;
  margin-bottom: 0;
}
.user-hero__details-grid {
  display: flex;
  margin-bottom: 25.88px;
}
.user-hero__details-grid__item:nth-of-type(1) {
  flex: 0 0 auto;
  margin-right: 18px;
}
.user-hero__details-grid__item:nth-of-type(1) img {
  border-radius: 50%;
}
@media screen and (min-width: 1035.2px) {
  .user-hero__buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
.user-hero__buttons > a {
  flex: 0 0 auto;
  margin-left: 0 !important;
  margin-right: 9.705px;
  margin-bottom: 9.705px;
}
@media screen and (min-width: 517.6px) {
  .user-hero-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.user-hero-grid__item {
  margin-bottom: 25.88px;
}
.user-hero-grid__item:nth-of-type(1) {
  flex: 0 0 100%;
}
@media screen and (min-width: 1035.2px) {
  .user-hero-grid__item:nth-of-type(1) {
    margin-bottom: 0;
    flex: 0 0 calc(40% - 81px);
    margin-right: 81px;
  }
}
.user-hero-grid__item:nth-of-type(2) {
  flex: 0 0 100%;
}
@media screen and (min-width: 1035.2px) {
  .user-hero-grid__item:nth-of-type(2) {
    margin-bottom: 0;
    flex: 0 0 calc(25% - 97px);
    margin-right: 97px;
  }
}
.user-hero-grid__item:nth-of-type(3) {
  margin-bottom: 0;
  flex: 0 0 100%;
}
@media screen and (min-width: 1035.2px) {
  .user-hero-grid__item:nth-of-type(3) {
    flex: 0 0 calc(35% - 24px);
    margin-right: 0;
  }
}
.user-hero__link-block {
  display: inline-block;
  background: white;
  color: #022169;
  padding: 18px;
  flex: 0 0 calc(33.3% - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
.user-hero__link-block:nth-of-type(3n) {
  margin-right: 0;
}
.user-hero__link-block-label {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.user-hero__link-block svg {
  fill: #022169;
  flex: 1;
  margin-bottom: 12px;
}
.user-hero__link-block:hover {
  background: #022169;
  color: white;
}
.user-hero__link-block:hover svg {
  fill: white;
}
.user-hero__link-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-bar-logged-out--mobile {
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .top-bar-logged-out--mobile {
    padding: 0;
    display: none;
  }
}
.top-bar-logged-out--desktop {
  display: none;
}
@media screen and (min-width: 1023px) {
  .top-bar-logged-out--desktop {
    display: block;
  }
}

.header-search__link--mobile {
  display: inline-block;
  padding: 8px;
  background: #ffcf01;
  position: absolute;
  top: 24px;
}
@media screen and (min-width: 1023px) {
  .header-search__link--mobile {
    display: none;
  }
}
.header-search__container {
  display: none;
  position: relative;
  padding: 20px;
}
.header-search__container.active {
  display: block;
}
@media screen and (min-width: 1023px) {
  .header-search__container {
    position: absolute;
    height: 100%;
    top: 0;
    background: #ffcf01;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    width: 60%;
    right: 0;
    transition: 0.33s linear all;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    display: flex;
    align-items: flex-end;
  }
  .header-search__container form {
    flex: 0 0 100%;
    position: relative;
  }
  .header-search__container.show {
    transition: 0.33s linear all;
    pointer-events: all;
    opacity: 1;
    z-index: 99999999;
  }
  .header-search__container.show + .header-grid .header-grid__item:last-of-type {
    opacity: 0;
  }
}
.header-search__input {
  border: 0;
  width: 100%;
  position: relative;
}
.header-search__input:focus, .header-search__input:hover, .header-search__input:active {
  border: 0;
  background: none !important;
}
.header-search__close {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  z-index: 99999;
  right: 20px;
  top: 12px;
}
@media screen and (min-width: 1023px) {
  .header-search__close {
    top: -3px;
    right: 0;
  }
}
.header-search__close svg {
  fill: #6d6d6d;
  max-width: 18px;
  max-height: 18px;
}

.ais-SearchBox-input:focus {
  background: white;
}

.ais-SearchBox-loadingIndicator {
  position: absolute;
  right: 32px;
  top: 12px;
}
.ais-SearchBox-loadingIndicator svg {
  stroke: orange;
}

.header {
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  transform: translateY(0%);
  animation: none !important;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform, height, padding-top, padding-left;
}

.header-top-bar {
  opacity: 1;
  transition: 0.25s linear opacity;
}

.header-main-logo {
  height: 65px;
  width: 136px;
}
@media screen and (min-width: 900px) {
  .header-main-logo {
    width: 194px;
    height: 95px;
  }
}

.header-main-logo-text {
  opacity: 1;
  transition: 0.25s linear opacity;
}

.header--hidden {
  transition: 0.25s linear transform;
}
.header--hidden .header-main-logo-text {
  opacity: 0;
  transition: 0.25s linear opacity;
}
.header--hidden .header-logo__container svg {
  width: 104px;
  height: 55px;
  transition: 0.25s linear all;
  padding-top: 10px;
}
.header--hidden .header-top-bar {
  transition: 0.25s linear opacity;
}
@media screen and (min-width: 1022.26px) {
  .header--hidden .header-top-bar {
    opacity: 0;
    pointer-events: none;
  }
}

.header-logo__container svg {
  transition: 0.25s linear all;
  padding-top: 0px;
}

.header {
  padding: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1112.84px) {
  .header {
    padding: 0 25.88px 19.41px 25.88px;
  }
}
.header > .content-container--largest, .header > .alert-box__container {
  background: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 2px 10px rgba(203, 203, 203, 0.4);
}
@media screen and (min-width: 900px) {
  .header > .content-container--largest, .header > .alert-box__container {
    padding: 30px;
    padding-top: 0;
  }
}
.header--plain {
  position: absolute;
}
.header--plain ~ .form-screen {
  padding-top: calc(var(--headerHeight));
}
.header--plain > .content-container--large {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.header--plain > .content-container--large .header-grid {
  padding: 20px 30px 30px 30px;
  text-align: center;
}
.header--plain > .content-container--large .header-grid__item {
  margin: 0 auto;
}
.header--plain .header-main-logo {
  max-width: 174px;
  max-height: 85px;
}
.header-grid {
  padding: 64.7px 0 19.41px 25.88px;
  position: relative;
}
.header-grid--logged-in .menu-button {
  top: calc(50% + 18px);
}
.header-grid--logged-out {
  padding: 19.41px 0 19.41px 25.88px;
}
@media screen and (min-width: 1022.26px) {
  .header-grid {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1112.84px) {
  .header-grid {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.header-logo__container {
  display: inline-block;
}
@media screen and (min-width: 1022.26px) {
  .header-logo__container {
    padding-top: 12.94px;
  }
}
.header-top-bar {
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
  font-size: 0;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .header-top-bar {
    width: auto;
  }
}
.header-top-bar__search-container {
  background: #ffcf01;
  margin-right: 6px;
  margin-bottom: 4px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header-top-bar__search-container a {
  padding: 8px;
  align-self: center;
  display: none;
}
@media screen and (min-width: 1112.84px) {
  .header-top-bar__search-container a {
    display: inline-block;
  }
}
.header-top-bar__button {
  font-size: 1rem;
  line-height: 1;
  background: #022169;
  color: white;
  padding: 9.705px 19.41px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 2px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 6px;
}
.header-top-bar__button:last-of-type {
  margin-right: 0;
}
.header-top-bar__button span {
  margin-right: 6.47px;
}
.header-top-bar__button:hover {
  background: #03319b;
  transition: 0.25s linear background;
}
.header-top-bar__button--renewal {
  display: none;
}
@media screen and (min-width: 1023px) {
  .header-top-bar__button--renewal {
    display: inline-flex;
  }
}
.header-top-bar__button--bravo {
  background: #E23401;
  transition: 0.25s linear background;
}
.header-top-bar__button--bravo:hover {
  background: #fe4c18;
}
.header-top-bar__button--charlie {
  background: #414042;
  transition: 0.25s linear background;
}
.header-top-bar__button--charlie:hover {
  background: #5b595c;
}
.header-top-bar__button:last-of-type {
  margin-right: 0;
}
.header-top-bar__dropdown {
  position: absolute;
  top: 100%;
  z-index: 9999;
  color: black;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  list-style: none;
  width: 100%;
  left: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.25s linear all;
  pointer-events: none;
}
.header-top-bar__dropdown li {
  display: inline-block;
  flex: 0 0 100%;
}
.header-top-bar__dropdown li:last-of-type a {
  padding-bottom: 11px;
}
.header-top-bar__dropdown li a {
  font-size: 0.8888888889rem;
  width: 100%;
  background: #022169;
  color: white;
  display: inline-block;
  padding: 8.6266666667px 19.41px;
  text-decoration: none;
  transition: 0.25s linear background;
}
.header-top-bar__dropdown li a:hover {
  background: #03319b;
  transition: 0.25s linear background;
}
.header-top-bar__dropdown li a.is-active {
  background: #022982;
  border-left: 6px solid #E23401;
}
.header-top-bar__dropdown-container {
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  z-index: 9999;
}
@media screen and (min-width: 1023px) {
  .header-top-bar__dropdown-container {
    width: auto;
  }
}
.header-top-bar__dropdown-container-parent {
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .header-top-bar__dropdown-container-parent {
    width: auto;
  }
}
.header-top-bar__dropdown-container-parent > * {
  margin-right: 6px !important;
}
.header-top-bar__dropdown-container-parent > *:last-child {
  margin-right: 0 !important;
}
.header-top-bar__dropdown-container:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-top-bar__dropdown-container:hover .header-top-bar__dropdown {
  opacity: 1;
  max-height: 100%;
  transition: 0.25s linear all;
  pointer-events: all;
}
.header-top-bar__phone {
  display: inline-block;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #414042;
  text-decoration: none;
  padding: 10.999px 19.41px;
  display: none;
}
@media screen and (min-width: 1112.84px) {
  .header-top-bar__phone {
    display: inline-block;
  }
}
.header-menu {
  position: absolute;
  z-index: 9998;
  background: white;
  left: 0;
  width: 100%;
  padding-top: 24px;
}
@media screen and (min-width: 1022.26px) {
  .header-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    padding-top: 0;
  }
}
.header-menu__button {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.header-menu__item-connect-logo {
  max-width: 115px;
  max-height: 32px;
  margin-bottom: 2px;
}
.header-menu__item-ice-logo {
  max-width: 67px;
  max-height: 32px;
  margin-bottom: 2px;
  border-radius: 8px;
  background: white;
}
.header-menu__item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 1294px) {
  .header-menu__item:last-of-type .header-menu__item-link {
    padding-right: 0;
  }
}
.header-menu__item-link {
  font-size: 1.2222222222rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #022169;
  position: relative;
  padding: 12.94px 25.88px 16.175px 25.88px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.header-menu__item-link.is-active {
  color: #E23401;
}
.header-menu__item-link svg {
  max-width: 1px;
  max-height: 15px;
  fill: #D7D7D7;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.25s linear opacity;
}
.header-menu .sub-menu-item__list {
  margin-bottom: 0;
}

.current-menu-hover-state .header-menu__item-link {
  background: #022169;
  color: white;
  transition: 0.25s linear background;
}
.current-menu-hover-state .header-menu__item-link svg {
  opacity: 0;
  transition: 0.25s linear opacity;
}

.header--overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.48);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.header--overlay--active {
  opacity: 1;
  transition: 0.25s linear opacity;
  z-index: 998;
}

.html-flexnav-active .header--overlay {
  opacity: 1;
  transition: 0.25s linear opacity;
  z-index: 998;
}

.header-grid--logged-in .header-top-bar__search-container {
  margin-bottom: 0px;
}
.header-grid--logged-in .header-top-bar__search-container a {
  padding: 10px 8px;
}

.footer {
  padding: 45.29px 25.88px;
  background: #414042;
  color: white;
}
.footer__heading {
  font-weight: 600;
  font-size: 1rem;
}
.footer__address {
  font-size: 0.8888888889rem;
}
.footer-grid {
  padding: 0;
  margin-bottom: 19.41px;
}
@media screen and (min-width: 1035.2px) {
  .footer-grid {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 19.41px;
  }
}
.footer-grid__item {
  flex: 0 0 calc(40% - 40px);
  margin-right: 40px;
}
.footer-grid__item:last-of-type {
  flex: 0 0 20%;
  margin-right: 0;
}
.footer-link {
  display: inline-block;
  margin-bottom: 25.88px;
  color: white;
  text-decoration: none;
  font-size: 0.8888888889rem;
}
.footer-link__heading {
  font-size: 0.8888888889rem;
  font-weight: 600;
  margin-bottom: 6.47px;
}
@media screen and (min-width: 517.6px) {
  .footer-contact-grid {
    display: flex;
    justify-content: space-between;
  }
}
.footer-contact-grid__item {
  flex: 0 0 40%;
  margin-right: 25.88px;
}
.footer-contact-grid__item:last-of-type {
  flex: 0 0 60%;
  margin-right: 0;
}
.footer__social-icons {
  display: flex;
}
.footer__social-icons > a {
  margin-right: 6.47px;
  border-radius: 4px;
  margin-right: 8px;
  overflow: hidden;
}
.footer-key-links-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-key-links-grid__item {
  flex: 0 0 50%;
}
@media screen and (min-width: 517.6px) {
  .footer-key-links-grid__item {
    flex: 0 0 33.3%;
  }
}
.footer-key-links-grid__item ul {
  margin-left: 0;
  list-style: none;
}
.footer-key-links-grid__item ul li {
  font-size: 0.8888888889rem;
  margin-bottom: 6.47px;
}
.footer-key-links-grid__item ul li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: 0.25s linear color;
}
.footer-key-links-grid__item ul li a:hover {
  color: #cccccc;
  transition: 0.25s linear color;
}

.bottom-footer__better {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7777777778rem;
}
.bottom-footer__better a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.bottom-footer__better a:hover {
  text-decoration: underline;
}
.bottom-footer__company-number {
  margin-bottom: 12.94px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1035.2px) {
  .bottom-footer__company-number {
    margin-bottom: 0;
  }
}
.bottom-footer__company-name {
  margin-bottom: 12.94px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1035.2px) {
  .bottom-footer__company-name {
    margin-bottom: 6.47px;
  }
}

.bottom-footer-grid {
  font-size: 0;
  padding: 0;
}
@media screen and (min-width: 1035.2px) {
  .bottom-footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }
}
.bottom-footer-grid__item {
  font-size: 0.7222222222rem;
}
@media screen and (min-width: 1035.2px) {
  .bottom-footer-grid__item:last-of-type {
    text-align: right;
  }
}

.page-content-container {
  padding: 10vh 25.88px;
}
.page-content > p:first-of-type {
  font-size: 24px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Titillium Web";
  margin-bottom: 38.82px;
}
@media (min-width: 200px) {
  .page-content > p:first-of-type {
    font-size: 30px;
    font-size: calc(1.2vw + 21.6px);
  }
}
@media (min-width: 1200px) {
  .page-content > p:first-of-type {
    font-size: 36px;
    font-size: 36px;
  }
}

.page-introduction {
  font-size: 24px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Titillium Web";
}
@media (min-width: 200px) {
  .page-introduction {
    font-size: 30px;
    font-size: calc(1.2vw + 21.6px);
  }
}
@media (min-width: 1200px) {
  .page-introduction {
    font-size: 36px;
    font-size: 36px;
  }
}
.page-introduction-slice {
  padding-top: 10vh;
  padding-left: 25.88px;
  padding-right: 25.88px;
  padding-bottom: 25.88px;
}
.page-introduction-slice svg {
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 0;
  fill: #000;
}
.page-introduction-slice--center {
  text-align: center;
}
.page-introduction__icon {
  margin-bottom: 51.76px;
  text-align: center;
}

.page-standard-content {
  font-size: 1.1111111111rem;
  line-height: 1.3;
}
.page-standard-content-slice {
  padding-left: 25.88px;
  padding-right: 25.88px;
}
.page-standard-content-slice--single {
  padding: 10vh 25.88px;
}
.page-standard-content-slice--single .page-standard-content > p:first-of-type {
  font-size: 24px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Titillium Web";
}
@media (min-width: 200px) {
  .page-standard-content-slice--single .page-standard-content > p:first-of-type {
    font-size: 30px;
    font-size: calc(1.2vw + 21.6px);
  }
}
@media (min-width: 1200px) {
  .page-standard-content-slice--single .page-standard-content > p:first-of-type {
    font-size: 36px;
    font-size: 36px;
  }
}
.page-standard-content__featured-image {
  width: 100%;
  margin-bottom: 25.88px;
}
.page-standard-content ul li {
  color: black;
  margin-bottom: 12.94px;
}
.page-standard-content ul li a {
  color: black;
  text-decoration: none;
}
.page-standard-content p a {
  color: black;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
  display: inline-block;
}
.page-standard-content p a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s linear width;
}
.page-standard-content p a:hover:after {
  width: 0%;
  transition: 0.25s linear width;
}
.page-standard-content img {
  max-width: 100% !important;
  border: 1px solid #000;
  border-radius: 14px;
  margin-top: 25.88px;
}

.page-benefits-3-column-slice {
  padding: 0 25.88px;
}

.page-benefits-2-column-slice {
  padding: 0 25.88px;
}

.components-slice {
  padding: 10vh 25.88px;
  border-top: 1px solid #000;
}

.page-image-split-slice {
  padding: 10vh 25.88px;
}
.page-image-split-slice--alt {
  background: #F2F2F2;
}
.page-image-split-slice--alt .button {
  background: #F2F2F2;
}
.page-image-split-slice--alt .button:hover {
  background: black;
}

.page-challenges-slice {
  padding: 10vh 25.88px;
}

.page-introduction-slice + .page-challenges-slice, .page-standard-content-slice + .page-challenges-slice, .page-benefits-3-column-slice + .page-challenges-slice {
  padding-top: 0 !important;
}

.image-split-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1035.2px) {
  .image-split-row {
    flex-direction: row;
    align-items: center;
  }
}
.image-split-row + .image-split-row {
  margin-top: 90.58px;
}
.image-split-row__text {
  max-width: 75%;
}
.image-split-row--flipped .image-split-row__content-container {
  order: 2;
}
.image-split-row--flipped .image-split-row__image-container {
  text-align: left;
  padding-left: 0;
  padding-right: 51.76px;
}
.image-split-row__image {
  border: 1px solid #000;
  border-radius: 14px;
}
.image-split-row__image-container {
  flex: 0 0 66.6%;
  margin-bottom: 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .image-split-row__image-container {
    padding-left: 51.76px;
    text-align: right;
    margin-bottom: 0;
  }
}
.image-split-row__content-container {
  flex: 0 0 33.3%;
  order: 2;
}
@media screen and (min-width: 1035.2px) {
  .image-split-row__content-container {
    order: 0;
  }
}

.page-builder .page-standard-content-slice:last-of-type {
  padding-bottom: 10vh;
}
.page-builder .page-standard-content-slice:last-of-type + .related-components {
  padding-top: 0;
}
.page-builder .page-benefits-2-column-slice:last-of-type {
  padding-bottom: 10vh;
}

.page-options {
  padding-bottom: 8vh;
}
@media screen and (min-width: 517.6px) {
  .page-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.page-options__block {
  background: #022169;
  border-bottom: 6px solid #022169;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  padding: 0 25.88px;
  text-align: center;
  min-height: 70px;
  color: white;
  font-size: 18px;
  font-size: 18px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.25s linear all;
}
@media screen and (min-width: 517.6px) {
  .page-options__block {
    flex: 0 0 calc(50% - 16px);
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 905.8px) {
  .page-options__block {
    flex: 0 0 calc(25% - 16px);
  }
}
@media (min-width: 600px) {
  .page-options__block {
    font-size: 20px;
    font-size: calc(0.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .page-options__block {
    font-size: 22px;
    font-size: 22px;
  }
}
.page-options__block.active {
  border-bottom: 6px solid #E23401;
}
.page-options__block:hover {
  background: #E23401;
  border-bottom: 6px solid #E23401;
  transition: 0.25s linear all;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.why-join-values {
  text-align: center;
}
.why-join-values-list li {
  animation: flipdown 0.5s ease both;
  transition: all 0.25s ease-in-out;
}
.why-join-values-list li p {
  animation: flipdown 0.5s ease both;
  transition: all 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  line-height: 1.4;
}
.why-join-values-list li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.why-join-values-list li input[type=checkbox]:checked ~ .why-join-values__content-container > p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.why-join-values-header {
  margin-bottom: 10vh;
  text-align: center;
  color: #022169;
}
.why-join-values__title {
  font-size: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #022169;
}
@media (min-width: 600px) {
  .why-join-values__title {
    font-size: 35px;
    font-size: calc(1.6666666667vw + 20px);
  }
}
@media (min-width: 1200px) {
  .why-join-values__title {
    font-size: 40px;
    font-size: 40px;
  }
}
.why-join-values__title span {
  font-weight: bold;
}
.why-join-values-item {
  display: flex;
  border-bottom: 1px solid rgba(109, 110, 113, 0.4);
  margin-bottom: 40px;
  color: #414042;
  text-decoration: none;
}
.why-join-values-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.why-join-values-item-content p {
  margin-bottom: 0;
}
.why-join-values__icon {
  width: 70px;
  height: 70px;
}
.why-join-values__icon-container {
  flex: 0 0 auto;
  margin-right: 36px;
  position: relative;
  top: -13px;
}
.why-join-values-item-title {
  font-size: 24px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 8px;
  color: #022169;
}
@media (min-width: 600px) {
  .why-join-values-item-title {
    font-size: 30px;
    font-size: calc(2vw + 12px);
  }
}
@media (min-width: 1200px) {
  .why-join-values-item-title {
    font-size: 36px;
    font-size: 36px;
  }
}
.why-join-values-grid {
  margin-bottom: 36px;
  margin-top: 28px;
}
@media screen and (min-width: 900px) {
  .why-join-values-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.why-join-values-grid__item {
  text-align: left;
  margin-bottom: 48px;
}
@media screen and (min-width: 900px) {
  .why-join-values-grid__item {
    flex: 0 0 calc(50% - 60px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .why-join-values-grid__item:first-of-type {
    margin-right: 120px;
  }
}

.why-join-graphic-item-content {
  transition: 0.25s linear opacity;
}

.why-join-graphic-item-background {
  stroke: white;
  stroke-width: 2px;
}

.why-join-accordion__trigger-image:hover {
  cursor: pointer;
}

@media screen and (min-width: 1035.2px) {
  .why-join-grid {
    display: flex;
    justify-content: space-between;
  }
}
.why-join-grid__item {
  flex: 0 0 57%;
}
.why-join-grid__item:last-of-type {
  flex: 0 0 43%;
}
@media screen and (min-width: 1035.2px) {
  .why-join-grid__item:last-of-type {
    padding-left: 36px;
  }
}

.why-join {
  padding: 5vh 25.88px;
  background: #FFFFFF;
  position: relative;
  border-radius: 12px;
}
@media screen and (min-width: 1035.2px) {
  .why-join {
    padding: 8vh 51.76px;
  }
}
@media screen and (min-width: 1035.2px) {
  .why-join {
    top: -12vh;
  }
}
.why-join__content {
  font-size: 18px;
  font-size: 18px;
}
@media (min-width: 200px) {
  .why-join__content {
    font-size: 21px;
    font-size: calc(0.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .why-join__content {
    font-size: 24px;
    font-size: 24px;
  }
}
.why-join__graphic {
  display: none;
}
@media screen and (min-width: 1035.2px) {
  .why-join__graphic {
    display: inline;
  }
}
@media screen and (min-width: 1035.2px) {
  .why-join-accordion {
    display: flex;
  }
}
@media screen and (min-width: 1035.2px) {
  .why-join-accordion__content {
    padding-left: 51.76px;
  }
}
.why-join-accordion__left {
  position: relative;
  margin-bottom: 25.88px;
  flex: 0 0 auto;
}
@media screen and (min-width: 1035.2px) {
  .why-join-accordion__left {
    margin-bottom: 0;
  }
}
.why-join-accordion__left:after {
  content: "";
  background: #eee;
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -24px;
}
.why-join-accordion__right {
  margin-bottom: 51.76px;
}
@media screen and (min-width: 1035.2px) {
  .why-join-accordion__right {
    margin-bottom: 0;
  }
}
.why-join-accordion__trigger {
  font-size: 24px;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12.94px;
  font-weight: 600;
  opacity: 0.5;
  transition: 0.25s linear opacity;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 200px) {
  .why-join-accordion__trigger {
    font-size: 32px;
    font-size: calc(1.6vw + 20.8px);
  }
}
@media (min-width: 1200px) {
  .why-join-accordion__trigger {
    font-size: 40px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1035.2px) {
  .why-join-accordion__trigger {
    margin-bottom: 38.82px;
  }
}
.why-join-accordion__trigger:last-of-type {
  margin-bottom: 0;
}
.why-join-accordion__trigger:hover {
  cursor: pointer;
  opacity: 1;
  transition: 0.25s linear opacity;
}
.why-join-accordion__trigger-icon {
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.why-join-accordion__trigger-icon-plus {
  opacity: 1;
}
.why-join-accordion__trigger--active {
  opacity: 1;
}
.why-join-accordion__trigger--active .why-join-accordion__trigger-icon-plus {
  opacity: 0;
}

.why-join-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6666666667rem;
  line-height: 1.7;
}
.why-join-card__header {
  padding: 19.41px 25.88px;
  background: #022169;
  color: white;
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.why-join-card__header > div:first-of-type {
  margin-right: 12.94px;
}
.why-join-card__body {
  background: #F6F6F6;
  padding: 19.41px 25.88px;
  font-size: 1.1111111111rem;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.image-vertical-center, .why-join-4-3, .why-join-3-2, .why-join-1-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.why-join-1-2 {
  padding-right: 44px;
}

.why-join-1-3 {
  padding: 24px;
}

.why-join-2-1 {
  max-width: 90%;
}

.why-join-3-2 {
  padding-right: 44px;
}

.why-join-3-4 {
  max-width: 70%;
}

.why-join-4-2 {
  max-width: 60%;
}

.home-adverts-slice {
  padding-bottom: 12vh;
  padding-top: 48px;
}
@media screen and (min-width: 900px) {
  .home-adverts-slice {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-adverts-slice img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.home-adverts-slice .content-grid__item--half {
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .home-adverts-slice .content-grid__item--half {
    margin-bottom: 0;
  }
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1035.2px) {
  .stats-grid {
    padding-top: 8vh;
  }
}
.stats-grid__item {
  flex: 0 0 50%;
}
@media screen and (min-width: 1035.2px) {
  .stats-grid__item {
    flex: 0 0 25%;
  }
}

.stat-item {
  text-align: center;
}
.stat-item__figure {
  font-family: "Titillium Web";
  font-weight: 600;
  font-size: 40px;
  font-size: 40px;
  text-align: center;
  background: linear-gradient(to left, #E63F3C 0%, #F8C72A 50%, #E63F3C 100%);
  background-size: 200% auto;
  animation: shine 10s linear infinite;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateZ(0);
  line-height: 1;
  margin-bottom: 12.94px;
}
@media (min-width: 200px) {
  .stat-item__figure {
    font-size: 60px;
    font-size: calc(4vw + 32px);
  }
}
@media (min-width: 1200px) {
  .stat-item__figure {
    font-size: 80px;
    font-size: 80px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stat-item__figure {
    background: none;
    color: #022169;
  }
}
.stat-item__description {
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 200px) {
  .stat-item__description {
    font-size: 18px;
    font-size: calc(0.4vw + 15.2px);
  }
}
@media (min-width: 1200px) {
  .stat-item__description {
    font-size: 20px;
    font-size: 20px;
  }
}

.event-slice {
  overflow: hidden;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 25.88px;
  padding-right: 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .event-slice {
    padding: 0px 48px;
    padding-bottom: 10vh;
    padding-top: 10vh;
    background: white;
  }
}
.event-slice__heading {
  font-size: 24px;
  font-size: 24px;
  color: #022169;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 200px) {
  .event-slice__heading {
    font-size: 48px;
    font-size: calc(4.8vw + 14.4px);
  }
}
@media (min-width: 1200px) {
  .event-slice__heading {
    font-size: 72px;
    font-size: 72px;
  }
}
.event-slice__heading span {
  font-weight: bold;
  display: block;
}
.event-slice__subheading {
  font-size: 18px;
  font-size: 18px;
  margin-bottom: 25.88px;
  display: inline-block;
}
@media (min-width: 200px) {
  .event-slice__subheading {
    font-size: 19px;
    font-size: calc(0.2vw + 17.6px);
  }
}
@media (min-width: 1200px) {
  .event-slice__subheading {
    font-size: 20px;
    font-size: 20px;
  }
}
.event-slice__header {
  margin-bottom: 5vh;
}
@media screen and (min-width: 1035.2px) {
  .event-slice__header {
    display: flex;
    align-items: center;
    margin-bottom: 10vh;
  }
}
.event-slice__header-text {
  margin-bottom: 24px;
}
@media screen and (min-width: 1035.2px) {
  .event-slice__header-text {
    margin-bottom: 0;
    flex: 0 0 calc(60% - 24px);
    margin-right: 48px;
    font-size: 24px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1035.2px) and (min-width: 200px) {
  .event-slice__header-text {
    font-size: 36px;
    font-size: calc(2.4vw + 19.2px);
  }
}
@media screen and (min-width: 1035.2px) and (min-width: 1200px) {
  .event-slice__header-text {
    font-size: 48px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1035.2px) {
  .event-slice__header-button-container {
    flex: 0 0 calc(40% - 24px);
  }
}
.event-slice__header-button-container--right {
  text-align: right !important;
}
.event-slice__header--page .event-slice__header-text-heading {
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (min-width: 1035.2px) {
  .event-slice__header--page {
    margin-bottom: 5vh;
  }
}
.event-slice--featured {
  margin-bottom: 103.52px;
}
.event-slice-grid, .resp-tabs-search-events .ais-Hits-list {
  display: flex;
  flex-wrap: wrap;
}
.event-slice-grid__item, .resp-tabs-search-events .ais-Hits-item {
  margin-bottom: 25.88px;
  flex: 0 0 100%;
}
@media screen and (min-width: 647px) {
  .event-slice-grid__item, .resp-tabs-search-events .ais-Hits-item {
    flex: 0 0 calc(50% - 12px);
    margin-right: 24px;
  }
  .event-slice-grid__item:nth-of-type(2n), .resp-tabs-search-events .ais-Hits-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .event-slice-grid__item, .resp-tabs-search-events .ais-Hits-item {
    flex: 0 0 calc(33.3% - 16px);
    margin-right: 24px;
  }
  .event-slice-grid__item:nth-of-type(2n), .resp-tabs-search-events .ais-Hits-item:nth-of-type(2n) {
    margin-right: 24px;
  }
  .event-slice-grid__item:nth-of-type(3n), .resp-tabs-search-events .ais-Hits-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1294px) {
  .event-slice-grid__item, .resp-tabs-search-events .ais-Hits-item {
    flex: 0 0 calc(25% - 18px);
    margin-right: 24px;
  }
  .event-slice-grid__item:nth-of-type(2n), .resp-tabs-search-events .ais-Hits-item:nth-of-type(2n) {
    margin-right: 24px;
  }
  .event-slice-grid__item:nth-of-type(3n), .resp-tabs-search-events .ais-Hits-item:nth-of-type(3n) {
    margin-right: 24px;
  }
  .event-slice-grid__item:nth-of-type(4n), .resp-tabs-search-events .ais-Hits-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.event-slice-grid__item--connect {
  grid-column-end: span 2;
}
.event-slice-grid__item--connect .event-card {
  width: 100%;
  height: 100%;
  background-image: url(/images/event-card--connect.jpg?208d6f125159daaab7d3bc442092a2aa);
  color: white;
}
.event-slice-grid__item--connect .event-card__title {
  font-size: 18px;
  font-size: 18px;
  color: white;
  margin-top: 0;
}
@media (min-width: 200px) {
  .event-slice-grid__item--connect .event-card__title {
    font-size: 23px;
    font-size: calc(1vw + 16px);
  }
}
@media (min-width: 1200px) {
  .event-slice-grid__item--connect .event-card__title {
    font-size: 28px;
    font-size: 28px;
  }
}
.event-slice-grid__item--connect .event-card__content {
  display: inline-block;
  width: 100%;
}
.event-slice-grid__item--connect .event-card__content > p {
  margin-bottom: 0px;
}
.event-slice-grid__item--connect .event-card__time {
  color: white;
  position: absolute;
  right: 0px;
  top: 24px;
}
.event-slice-grid__item--connect .event-card__excerpt {
  font-size: 0.8888888889rem;
  display: inline-block;
}
.event-slice-grid__item--connect .event-card__location {
  color: white;
  position: absolute;
  right: 0px;
  top: 26px;
}
.event-slice-grid__item--connect .event-card__location svg {
  fill: white;
}
.event-slice-grid__item--connect .event-card__date {
  font-size: 0.8888888889rem;
  padding: 0;
  background: none;
  color: white;
  text-transform: initial;
  margin-bottom: 6px;
  text-align: right;
  position: absolute;
  right: 0;
}
.event-slice-grid__item--connect .event-card__arrow svg {
  fill: white;
}
.event-slice-grid__item--connect .event-card:hover .event-card__overlay {
  opacity: 0.4;
  transition: 0.25s linear opacity !important;
}
.event-slice-grid__item--connect .event-card:hover .event-card__arrow svg {
  fill: white !important;
}
.event-slice-grid__item--connect .event-card__overlay {
  background-image: linear-gradient(-45deg, #000 0%, #222 100%) !important;
  opacity: 0.6;
  transition: 0.25s linear opacity !important;
}
.event-slice-grid__item--connect--simple .event-card {
  padding: 60px 48px;
}
.event-slice-grid__item--connect--simple .event-card__title {
  font-size: 20px;
  font-size: 20px;
}
@media (min-width: 200px) {
  .event-slice-grid__item--connect--simple .event-card__title {
    font-size: 28px;
    font-size: calc(1.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .event-slice-grid__item--connect--simple .event-card__title {
    font-size: 36px;
    font-size: 36px;
  }
}
.event-slice-grid__item--connect--simple .event-card__excerpt {
  font-weight: 300;
  font-size: 20px;
  font-size: 20px;
}
@media (min-width: 200px) {
  .event-slice-grid__item--connect--simple .event-card__excerpt {
    font-size: 22px;
    font-size: calc(0.4vw + 19.2px);
  }
}
@media (min-width: 1200px) {
  .event-slice-grid__item--connect--simple .event-card__excerpt {
    font-size: 24px;
    font-size: 24px;
  }
}
.event-slice-grid__item--connect--simple .event-card__connect {
  position: relative;
  z-index: 999;
}
.event-slice-grid__item--connect--simple .event-card__arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.event-slice-grid__item--connect--simple .event-card__footer {
  display: block !important;
  text-align: right !important;
}
.event-slice-grid__item--connect--simple--learning-hub .event-card__overlay {
  background: #F0733D !important;
  opacity: 0.95;
}
.event-slice-grid__item--connect--simple--learning-hub .event-card__title {
  color: white;
}
.event-slice-grid__item--connect--simple--learning-hub .event-card__excerpt {
  color: white;
}
.event-slice-grid__item--connect--simple--learning-hub .event-card__arrow svg {
  fill: #dddddd !important;
}
.event-slice-grid__item--connect--simple--learning-hub .event-card:hover svg {
  fill: white !important;
}

.event-card {
  position: relative;
  display: inline-flex !important;
  flex-direction: column;
  text-decoration: none;
  padding: 25.88px !important;
  background-image: url(/images/event-card-fallback.jpg?cc47ef075bc9bc03721266535e5a77a6);
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.event-card:hover .event-card__overlay {
  background: rgba(2, 33, 105, 0.9);
  transition: 0.25s linear background;
}
.event-card__overlay {
  background: rgba(2, 33, 105, 0.7);
  transition: 0.25s linear background;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-card__border--140 {
  border-bottom: 8px solid #022169;
}
.event-card__border--141 {
  border-bottom: 8px solid #999999;
}
.event-card__border--142 {
  border-bottom: 8px solid #e0963a;
}
.event-card__border--541 {
  border-bottom: 8px solid #f5cf54;
}
.event-card__border--543 {
  border-bottom: 8px solid #e34040;
}
.event-card__border--544 {
  border-bottom: 8px solid #6acb74;
}
.event-card__border--545 {
  border-bottom: 8px solid #3756aa;
}
.event-card__border--546 {
  border-bottom: 8px solid #9328df;
}
.event-card__border--547 {
  border-bottom: 8px solid #3aaee0;
}
.event-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.event-card__title {
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  display: block;
  margin-top: 12.94px;
  margin-bottom: 12.94px;
}
@media (min-width: 600px) {
  .event-card__title {
    font-size: 20px;
    font-size: calc(0.6666666667vw + 14px);
  }
}
@media (min-width: 1200px) {
  .event-card__title {
    font-size: 22px;
    font-size: 22px;
  }
}
.event-card__title--podcast {
  font-size: 1.1111111111rem;
}
.event-card__time {
  color: white;
  font-weight: 600;
  font-size: 0.8333333333rem;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}
.event-card__time-container {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.event-card__time-container svg {
  margin-right: 9px;
}
.event-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 999;
  position: relative;
  padding-top: 25.88px;
}
.event-card__arrow svg {
  fill: white;
  transition: 0.25s linear fill;
}
.event-card__location {
  color: white;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
}
.event-card__location svg {
  margin-right: 6.47px;
}
.event-card__content {
  position: relative;
  flex: 1;
}
.event-card__tag {
  background: white;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border-radius: 6px;
}
.event-card__tag svg {
  fill: #022169;
  margin-right: 6.47px;
}
.event-card__tag-name {
  color: #022169;
  font-size: 0.6666666667rem;
  font-weight: 600;
}
.event-card__date {
  font-size: 0.7222222222rem;
  font-weight: 600;
  background: white;
  color: #022169;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1;
}
.event-card__date--day {
  display: inline-block;
  width: auto;
  margin-right: 3px;
}
.event-resources {
  flex: 0 0 100%;
}

.event-speakers-grid {
  width: 100%;
}

.event-speaker-item--highlighted .event-speaker-item__image {
  border: 3px solid #E23401;
}
.event-speaker-item__image {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 12.94px;
  min-height: 170px;
  border: 3px solid white;
}
.event-speaker-item__name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 2px;
}
.event-speaker-item__role {
  font-weight: normal;
  font-size: 0.8888888889rem;
  margin-bottom: 6.47px;
}
.event-speaker-item__company {
  font-weight: 600;
  margin-bottom: 12.94px;
  font-size: 1rem;
}
.event-speaker-item__bio {
  font-weight: 400;
  margin-top: 12.94px;
  font-size: 0.8333333333rem;
}

.single-event-section {
  width: 100%;
  margin-bottom: 51.76px;
}
.single-event-section__title {
  font-size: 1.6666666667rem;
  font-weight: 600;
  margin-bottom: 32.35px;
}

.partner-platinum {
  padding: 20px;
}

.single-event-sponsors-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25.88px;
  align-items: center;
}
.single-event-sponsors-grid__item {
  flex: 0 0 calc(50% - 24px);
  margin-bottom: 12.94px;
  margin-right: 12.94px;
  padding: 6.47px;
  text-align: center;
}
.single-event-sponsors-grid__item:nth-of-type(2n) {
  margin-right: 0;
}
.single-event-sponsors-grid__item a img {
  max-height: 90px;
}
.single-event-sponsors-grid__type {
  color: #999;
  font-size: 0.8888888889rem;
}

.event-agenda {
  height: 500px;
  overflow-y: scroll;
  padding-bottom: 50px;
}
.event-agenda:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 0%, #FFFFFF 41%);
}
.event-agenda-item {
  padding-left: 51.76px;
  position: relative;
  padding-bottom: 6.47px;
  font-size: 0.8888888889rem;
}
.event-agenda-item--highlighted .event-agenda-item__time {
  background: #022169;
  color: white;
}
.event-agenda-item__decoration {
  display: inline-block;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 3px;
  background: #444;
}
.event-agenda-item__decoration:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #444;
  position: absolute;
  top: 10px;
  border-radius: 50%;
  left: -3px;
}
.event-agenda-item__decoration:after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 2px;
  background: #444;
  top: 13px;
  left: 0;
  position: absolute;
}
.event-agenda-item__title {
  font-size: 1.1111111111rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.event-agenda-item__time {
  margin-bottom: 4px;
  background: #eee;
  margin-left: -4px;
  font-weight: 600;
  border-radius: 5px;
  padding: 2px 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.event-agenda-item__speaker {
  display: flex;
  margin-bottom: 12.94px;
  align-items: center;
}
.event-agenda-item__speaker-image {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.event-agenda-item__speaker-image-container {
  flex: 0 0 auto;
  margin-right: 12.94px;
}
.event-agenda-item__speaker-content {
  flex: 0 0 auto;
}
.event-agenda-item__speaker-content-title {
  font-size: 0.7777777778rem;
  margin-bottom: 0;
  font-weight: 600;
}
.event-agenda-item__speaker-content-job {
  font-size: 0.6666666667rem;
  margin-bottom: 0;
}
.single-event-attendee {
  display: flex;
  margin-left: 12px;
}
.single-event-attendee__title {
  margin-top: 25.88px;
  font-size: 1.2222222222rem;
  font-weight: 500;
  margin-bottom: 12.94px;
}
.single-event-attendee__item {
  width: 50px;
  height: 50px;
  margin-left: -12px;
  background: #767676;
  border-radius: 50%;
  position: relative;
  color: white;
}
.single-event-attendee__item--last {
  background: #D8D8D8;
}
.single-event-attendee__item--last:before {
  color: #9E9E9E !important;
}
.single-event-attendee__item-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-event-attendee__item:before {
  content: attr(data-initials);
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.single-event-location-grid {
  margin-bottom: 51.76px;
  justify-content: space-between;
}
@media screen and (min-width: 776.4px) {
  .single-event-location-grid {
    display: flex;
  }
}
.single-event-location-grid__item {
  margin-bottom: 25.88px;
  flex: 0 0 calc(55% - 12px);
}
.single-event-location-grid__item img {
  width: 100%;
}
.single-event-location-grid__item:last-of-type {
  flex: 0 0 calc(45% - 12px);
}

.single-event__address {
  font-size: 0.8888888889rem;
}
.single-event__address strong {
  display: inline-block;
  margin-bottom: 12.94px;
}
.single-event__address-grid {
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 776.4px) {
  .single-event__address-grid {
    display: flex;
  }
}
.single-event__address-grid__item:first-of-type {
  flex: 1;
}

.event-calendar-container h2 {
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 200px) {
  .event-calendar-container h2 {
    font-size: 21px;
    font-size: calc(0.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .event-calendar-container h2 {
    font-size: 24px;
    font-size: 24px;
  }
}

.event-calendar-header__title {
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25.88px;
}
@media (min-width: 200px) {
  .event-calendar-header__title {
    font-size: 27px;
    font-size: calc(1.8vw + 14.4px);
  }
}
@media (min-width: 1200px) {
  .event-calendar-header__title {
    font-size: 36px;
    font-size: 36px;
  }
}

@media screen and (min-width: 1035.2px) {
  .event-calendar-header-dropdowns {
    display: flex;
  }
}
.event-calendar-header-dropdowns > div {
  margin-bottom: 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .event-calendar-header-dropdowns > div {
    margin-bottom: 0;
    flex: 0 0 calc(50% - 12px);
    margin-right: 24px;
  }
}
@media screen and (min-width: 1035.2px) {
  .event-calendar-header-dropdowns > div:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 1035.2px) {
  .event-calendar-header-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1035.2px) {
  .event-calendar-header-grid__item:nth-of-type(1) {
    flex: 0 0 auto;
    margin-right: 51.76px;
  }
}
@media screen and (min-width: 1035.2px) {
  .event-calendar-header-grid__item:nth-of-type(2) {
    flex: 1 0 auto;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1035.2px) {
  .event-calendar-header-grid__item:nth-of-type(3) {
    flex: 0 0 30%;
  }
}

.booking-buttons {
  margin-top: 25.88px;
}

.booking-options__option {
  background: #EFEFEF;
  padding: 25.88px;
  margin-bottom: 25.88px;
}
.booking-options__option .highlight-extra {
  font-size: 18px;
}
.booking-options__option p {
  margin-bottom: 12.94px;
}
.booking-options__option .button {
  margin-top: 12.94px;
}
.booking-options__option input[type=number] {
  max-width: 100px;
}
.booking-options__option--alt {
  background: white;
}

.sidebar-block--cpd {
  padding: 25.88px;
  background-color: rgba(209, 198, 226, 0.3607843137);
  font-weight: 500;
}
.sidebar-block--cpd img {
  margin-bottom: 25.88px;
}

.standard-page__hero-location a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.events-slick .slick-dots {
  bottom: -45px;
}
.events-slick .slick-prev {
  left: -23px;
}
@media screen and (min-width: 1520px) {
  .events-slick .slick-prev {
    left: -40px;
  }
}
.events-slick .slick-next {
  right: -23px;
}
@media screen and (min-width: 1520px) {
  .events-slick .slick-next {
    right: -40px;
  }
}

.podcast-slice {
  background: #e3e3e3;
  color: #414042;
  padding: 24px;
  margin-bottom: 48px;
  position: relative;
}
.podcast-slice--banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.03;
  background-position: center center;
}
.podcast-slice--main {
  padding: 10vh 48px;
}
.podcast-slice--inner {
  display: flex;
  align-items: center;
}
.podcast-slice--inner .inner-wrapper {
  display: flex;
  align-items: center;
}
.podcast-slice--inner .inner-logo--wrapper {
  margin-right: 60px;
  flex: 0 0 270px;
}
.podcast-slice--inner .inner-content--wrapper {
  flex: 0 0 600px;
}
.podcast-slice--inner .inner-content--main {
  font-size: 30px;
  margin-bottom: 25.88px;
  line-height: 1.25;
}
.podcast-slice--inner .inner-button {
  flex: 0 0 auto;
}
.podcast-slice .sugtalks-logo {
  width: 200px;
  display: inline-block;
  margin-bottom: 24px;
}
.podcast-slice .content-container--largest, .podcast-slice .alert-box__container {
  position: relative;
}

.sugtalks-landing {
  background-color: #022169;
  background-image: none;
  overflow: hidden;
}

[id^=buzzsprout-player] {
  margin-bottom: 36px;
}

.podcast-modal__list {
  display: none;
  flex-wrap: wrap;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 24px;
  height: 90%;
  overflow: scroll;
  width: 90%;
}
.podcast-modal__list-overlay {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.podcast-modal__list-overlay.active {
  pointer-events: all;
  opacity: 1;
  z-index: 2;
}
.podcast-modal__list-close {
  flex: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media screen and (min-width: 800px) {
  .podcast-modal__list {
    width: auto;
    height: auto;
    overflow: auto;
  }
}
.podcast-modal__list.active {
  display: flex;
  z-index: 3;
}
.podcast-modal__list-link {
  background-image: url(/images/podcast-logos.svg?cd361e5f1123dfaaf6a6c16ac76c3fc1);
  background-repeat: no-repeat;
  background-size: 30px auto;
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  margin-right: 30px;
  padding: 20px 0px 20px 40px;
  text-decoration: none;
  flex: 0 0 100%;
}
@media screen and (min-width: 800px) {
  .podcast-modal__list-link {
    flex: 0 0 calc(50% - 15px);
  }
}
.podcast-modal__list-link:nth-of-type(2n) {
  margin-right: 0;
}

.podcast-modal__item--apple {
  background-position: 0 15px;
}
.podcast-modal__item--spotify {
  background-position: 0 -37px;
}
.podcast-modal__item--google {
  background-position: 0 -85px;
}
.podcast-modal__item--stitcher {
  background-position: 0 -130px;
}
.podcast-modal__item--iheartradio {
  background-position: 0 -181px;
}
.podcast-modal__item--tunein {
  background-position: 0 -227px;
}
.podcast-modal__item--rss {
  background-position: 0 -287px;
}
.podcast-modal__item--overcast {
  background-position: 0 -335px;
}
.podcast-modal__item--pocketcasts {
  background-position: 0 -385px;
}
.podcast-modal__item--castro {
  background-position: 0 -435px;
}
.podcast-modal__item--castbox {
  background-position: 0 -485px;
}
.podcast-modal__item--podchaser {
  background-position: 0 -535px;
}
.podcast-modal__item--pandora {
  background-position: 0 -586px;
}
.podcast-modal__item--podcastaddict {
  background-position: 0 -639px;
}
.podcast-modal__item--deezer {
  background-position: 0 -694px;
}
.podcast-modal__item--listennotes {
  background-position: 0 -747px;
}
.podcast-modal__item--amazon {
  background-position: 0 -796px;
}
.podcast-modal__item--playerfm {
  background-position: 0 -846px;
}
.podcast-modal__item--jiosaavn {
  background-position: 0 -896px;
}
.podcast-modal__item--gaana {
  background-position: 0 -946px;
}
.podcast-modal__item--podcastindex {
  background-position: 0 -996px;
}
.podcast-modal__item--podfriend {
  background-position: 0 -1046px;
}

@media screen and (min-width: 800px) {
  .podcast-form-screen__header {
    padding: 30px !important;
  }
}
@media screen and (min-width: 800px) {
  .podcast-form-screen__header-grid {
    justify-content: center !important;
  }
}
@media screen and (min-width: 800px) {
  .podcast-form-screen__header-grid__item {
    flex: 0 0 auto !important;
  }
}

.podcast-standard-page__sidebar {
  padding: 0 !important;
}
.podcast-standard-page__sidebar .sidebar__inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 1035px) {
  .podcast-standard-page__sidebar .sidebar__inner {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }
}
.podcast-standard-page__sidebar-header {
  background: #353535;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 22px;
}
.podcast-standard-page__sidebar .standard-page__sidebar-content p {
  font-size: 20px;
  line-height: 28px;
}

.podcast-list .podcast-list__item--last-in-group:last-of-type {
  margin-bottom: 0;
  border: 0;
}
.podcast-list__title {
  font-size: 20px;
  font-size: 20px;
}
@media (min-width: 600px) {
  .podcast-list__title {
    font-size: 28px;
    font-size: calc(2.6666666667vw + 4px);
  }
}
@media (min-width: 1200px) {
  .podcast-list__title {
    font-size: 36px;
    font-size: 36px;
  }
}
.podcast-list__item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.podcast-list__item-link {
  display: inline-block;
  padding: 24px 72px 24px 24px;
  border: 2px solid #cecece;
  background: white;
  width: 100%;
  color: #414042 !important;
  transition: 0.25s linear all;
  position: relative;
}
.podcast-list__item-link svg {
  fill: #E23401;
}
.podcast-list__item-link:hover {
  background: #022169;
  border: 2px solid #022169;
  color: white !important;
  transition: 0.25s linear all;
}
.podcast-list__item-link:hover svg {
  fill: white !important;
  transition: 0.25s linear all;
}
.podcast-list__item-title {
  display: block;
  font-size: 18px;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.25;
}
@media (min-width: 600px) {
  .podcast-list__item-title {
    font-size: 19px;
    font-size: calc(0.3333333333vw + 16px);
  }
}
@media (min-width: 1200px) {
  .podcast-list__item-title {
    font-size: 20px;
    font-size: 20px;
  }
}
.podcast-list__item--last-in-group {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #d3d3d3;
}
.podcast-list__item-date {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #888;
}
.podcast-list__item-date-container {
  display: flex;
  align-items: center;
}
.podcast-list__item .event-card__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.podcast-list__item svg {
  transition: 0.25s linear all;
}

.banner-ads {
  background: white;
  padding: 5vh 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .banner-ads {
    padding: 10vh 25.88px;
  }
}
.banner-ads small {
  display: block;
  margin-bottom: 12.94px;
}
.banner-ads img {
  width: 100%;
  border: 1px solid #999999;
  border-radius: 12px;
}
.banner-ads__title {
  font-size: 24px;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25.88px;
}
@media (min-width: 200px) {
  .banner-ads__title {
    font-size: 32px;
    font-size: calc(1.6vw + 20.8px);
  }
}
@media (min-width: 1200px) {
  .banner-ads__title {
    font-size: 40px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1035.2px) {
  .banner-ads-grid {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.banner-ads-grid__item {
  flex: 0 0 calc(33.3% - 60px);
  margin-bottom: 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .banner-ads-grid__item {
    margin-bottom: 0;
    margin-right: 64.7px;
  }
}
.banner-ads-grid__item:last-of-type {
  margin-right: 0;
}

.news-slice-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1035.2px) {
  .news-slice-grid {
    padding: 0;
  }
}
.news-slice-grid__item .footer__social-icons {
  display: inline;
}
.news-slice-grid__item .footer__social-icons a {
  border-radius: 4px;
  overflow: hidden;
  margin-right: 8px;
  text-decoration: none;
}
.news-slice-grid__item .footer__social-icons a svg {
  max-width: 30px;
  max-height: 30px;
}
.news-slice-grid__item hr {
  margin-bottom: 24px !important;
}

.news-slice {
  background: white;
  padding: 64.7px 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .news-slice {
    padding-bottom: 10vh;
  }
}
.news-slice-articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-slice-articles-header {
  margin-bottom: 51.76px;
}
@media screen and (min-width: 1035.2px) {
  .news-slice-articles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news-slice-articles-header__title {
  font-size: 24px;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25.88px;
  color: #022169;
}
@media (min-width: 200px) {
  .news-slice-articles-header__title {
    font-size: 32px;
    font-size: calc(1.6vw + 20.8px);
  }
}
@media (min-width: 1200px) {
  .news-slice-articles-header__title {
    font-size: 40px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1035.2px) {
  .news-slice-articles-header__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .news-slice-articles__item {
    flex: 0 0 calc(33% - 12px);
  }
}
@media screen and (min-width: 1035.2px) {
  .news-slice-articles__item:first-of-type {
    margin-right: 12.94px;
  }
}
.news-slice__twitter-header {
  display: flex;
  justify-content: space-between;
  margin-top: 25.88px;
  margin-bottom: 25.88px;
}
.news-slice__twitter-header p {
  margin-bottom: 0;
}
.news-slice__twitter-header p a {
  color: #414042;
  text-decoration: none;
}
.news-slice__twitter-header p a:hover {
  text-decoration: underline;
}
.news-slice__twitter-header p.timeago {
  padding-top: 3px;
  font-size: 0.7777777778rem;
}
.news-slice__twitter-text {
  margin-bottom: 25.88px;
  font-size: 1.2222222222rem;
}
.news-slice__twitter-text a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}
.news-slice__instagram-header {
  justify-content: space-between;
  margin-top: 51.76px;
  margin-bottom: 12.94px;
}
@media screen and (min-width: 1300px) {
  .news-slice__instagram-header {
    display: flex;
  }
}
.news-slice__instagram-header p {
  margin-bottom: 0;
}
.news-slice__instagram-header svg {
  max-width: 35px;
  max-height: 35px;
  border-radius: 4px;
}
.news-slice__instagram-header-grid {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 1300px) {
  .news-slice__instagram-header-grid {
    margin-bottom: 0;
  }
}
.news-slice__instagram-header-link {
  color: #022169;
  text-decoration: none;
  font-weight: 600;
}
.news-slice__instagram-text {
  margin-bottom: 19.41px;
}
.news-slice__instagram-text a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}
.news-slice__instagram-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-slice__instagram-grid__item {
  flex: 0 0 calc(50% - 18px);
  margin-right: 18px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1035.2px) {
  .news-slice__instagram-grid__item {
    flex: 0 0 calc(33% - 18px);
  }
}
.news-slice__instagram-grid__item img {
  width: 100%;
}
.news-slice__instagram-grid__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 1035.2px) {
  .news-slice__instagram-grid__item:nth-of-type(2n) {
    margin-right: 18px;
  }
  .news-slice__instagram-grid__item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
.news-slice hr {
  margin-bottom: 12.94px;
}

.news-card {
  display: inline-block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-weight: 400 !important;
  border-radius: 12px;
  overflow: hidden;
}
.news-card .svg--news-card-arrow {
  fill: #022169;
}
.news-card--affiliate .news-card__content {
  padding-bottom: 84.11px;
}
.news-card__affiliate {
  position: absolute;
  bottom: 25.88px;
  left: 25.88px;
  padding-right: 60px;
  font-size: 14px;
  color: #414042;
  transition: 0.25s linear all;
}
.news-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__image-container {
  height: 100%;
  max-height: 220px;
  flex: 0 0 220px;
  border: 1px solid #efefef;
}
.news-card .avatar img {
  max-width: 100px;
  max-height: 40px;
  margin-bottom: 8px;
}
.news-card:hover .news-card__affiliate {
  color: white;
  transition: 0.25s linear all;
}
.news-card:hover .news-card__content {
  background: #022169;
  color: white;
  transition: 0.25s linear all;
}
.news-card:hover .news-card__content:before {
  background: #022169;
  transition: 0.25s linear all;
}
.news-card:hover .news-card__title {
  color: white;
  transition: 0.25s linear color;
}
.news-card:hover .news-card__excerpt {
  color: white;
  transition: 0.25s linear color;
}
.news-card:hover .news-card__date {
  background: white;
  color: #022169;
  transition: 0.25s linear all;
}
.news-card:hover .svg--news-card-arrow {
  fill: white;
  transition: 0.25s linear fill;
}
.news-card__content {
  background: #EFEFEF;
  padding: 25.88px;
  padding-bottom: 51.76px;
  position: relative;
  transition: 0.25s linear all;
  height: 100%;
}
.news-card__content:before {
  content: "";
  display: inline-block;
  background: #efefef;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  top: -12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: 0.25s linear all;
}
.news-card__date {
  display: inline-block;
  margin-bottom: 25.88px;
  border-radius: 4px;
  font-size: 0.8333333333rem;
  line-height: 1;
  background: #022169;
  color: white;
  font-weight: 600;
  padding: 9px 14px;
  transition: 0.25s linear all;
}
.news-card__title {
  font-size: 20px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12.94px;
  display: block;
  color: #414042;
}
@media (min-width: 600px) {
  .news-card__title {
    font-size: 22px;
    font-size: calc(0.6666666667vw + 16px);
  }
}
@media (min-width: 1200px) {
  .news-card__title {
    font-size: 24px;
    font-size: 24px;
  }
}
.news-card__excerpt {
  font-size: 0.8888888889rem;
  color: #414042;
  margin-bottom: 25.88px;
  display: inline-block;
}
.news-card .svg--news-card-arrow {
  position: absolute;
  bottom: 25.88px;
  right: 25.88px;
  transition: 0.25s linear fill;
}

.newsletter-signup__title {
  font-size: 24px;
  font-size: 24px;
  margin-bottom: 25.88px;
  color: #022169;
}
@media (min-width: 200px) {
  .newsletter-signup__title {
    font-size: 27px;
    font-size: calc(0.6vw + 22.8px);
  }
}
@media (min-width: 1200px) {
  .newsletter-signup__title {
    font-size: 30px;
    font-size: 30px;
  }
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletter-form > .form-group {
  flex: 0 0 100%;
}
.newsletter-form > .form-group:nth-of-type(1), .newsletter-form > .form-group:nth-of-type(2) {
  flex: 0 0 calc(50% - 15px);
}
.newsletter-form__submit-container {
  text-align: right;
}

.index-page .news-card {
  padding-bottom: 0;
}
.index-page .news-card__content {
  background: #FFFFFF;
}

@media screen and (min-width: 776.4px) {
  .news-page-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-page-grid__item {
  margin-bottom: 24px;
}
@media screen and (min-width: 776.4px) {
  .news-page-grid__item {
    flex: 0 0 calc(33.3% - 16px);
    margin-right: 24px;
  }
}
.news-page-grid__item:nth-of-type(3n) {
  margin-right: 0;
}
.news-page-grid__item .news-card__content {
  background: #FFFFFF;
}

.news-cta--affiliate {
  padding: 24px;
  background: #eee;
  margin-bottom: 24px;
  border-radius: 12px;
}
.news-cta--affiliate > a {
  display: inline-block;
}
.news-cta--affiliate img {
  margin-bottom: 24px;
  width: 50%;
}
.news-cta__title {
  font-size: 22px;
  margin-bottom: 19.41px;
}
.news-cta__title a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
}
.news-cta__content {
  margin-bottom: 0;
}
.news-cta__content a {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
}

.news-index-group {
  margin-bottom: 8vh;
}

@element .standard-page__hero and (min‐height: 400px) {
  background: red;
}
.standard-page {
  padding: 5vh 0;
}
@media screen and (min-width: 1035.2px) {
  .standard-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.standard-page-container {
  padding: 0 25.88px;
}
.standard-page--full {
  padding: 25.88px;
  max-width: 80%;
}
@media screen and (min-width: 1035.2px) {
  .standard-page--full .standard-page__content {
    flex: 1 0 62%;
    padding-right: 0;
  }
}
.standard-page--single-sig {
  padding: 5vh 19.41px;
}
@media screen and (min-width: 1449.28px) {
  .standard-page--single-sig {
    padding: 5vh 0;
  }
}
.standard-page__content {
  line-height: 1.4;
}
@media screen and (min-width: 1035.2px) {
  .standard-page__content {
    flex: 0 0 62%;
    padding-right: 77.64px;
  }
}
.standard-page__content h1, .standard-page__content h2, .standard-page__content h3, .standard-page__content h4, .standard-page__content h5, .standard-page__content h6 {
  line-height: 1.25;
  margin-top: 16px;
}
.standard-page__content a {
  color: #022169;
  text-decoration: none;
  font-weight: 600;
}
.standard-page__content a:hover {
  color: #E23401;
}
.standard-page__content > p:first-of-type {
  font-size: 18px;
  font-size: 18px;
}
@media (min-width: 200px) {
  .standard-page__content > p:first-of-type {
    font-size: 21px;
    font-size: calc(0.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .standard-page__content > p:first-of-type {
    font-size: 24px;
    font-size: 24px;
  }
}
.standard-page__sidebar {
  padding: 0 24px;
  position: relative;
}
@media screen and (min-width: 1035.2px) {
  .standard-page__sidebar {
    padding: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .standard-page__sidebar {
    flex: 0 0 38%;
    top: -10vh;
  }
}
.standard-page__sidebar--relative {
  top: auto;
}
.standard-page__sidebar-learn-container {
  margin-bottom: 24px;
}
.standard-page__sidebar-header {
  padding: 25.88px;
  background: #e23401;
  color: white;
}
.standard-page__sidebar-content {
  padding: 24px;
}
.standard-page__sidebar-form {
  background: #ffe9e3;
  padding: 36px;
  border-radius: 24px;
  color: black;
}
.standard-page__sidebar-form label {
  font-weight: 500;
}
.standard-page__sidebar .sidebar__inner {
  background: white;
  border-radius: 12px;
  overflow: hidden;
}
.standard-page__sidebar .island {
  background: #022169;
  padding: 25.88px;
  margin-bottom: 51.76px;
  border-radius: 12px;
}
.standard-page__sidebar .island__header, .standard-page__sidebar .island__body {
  background: white;
  padding: 12.94px 25.88px;
}
.standard-page__sidebar .island__header .grid__item, .standard-page__sidebar .island__header .parsley-errors-list, .standard-page__sidebar .island__body .grid__item, .standard-page__sidebar .island__body .parsley-errors-list {
  padding-bottom: 12.94px;
  display: flex;
  justify-content: space-between;
}
.standard-page__sidebar .island__header .grid__item label:not(.checkbox__label), .standard-page__sidebar .island__header .parsley-errors-list label:not(.checkbox__label), .standard-page__sidebar .island__body .grid__item label:not(.checkbox__label), .standard-page__sidebar .island__body .parsley-errors-list label:not(.checkbox__label) {
  width: 30%;
}
.standard-page__sidebar .island__header {
  padding: 25.88px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.standard-page__sidebar .island__body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.standard-page__sidebar-block {
  background: #EFEFEF;
  padding: 38.82px;
  margin-bottom: 51.76px;
  border-radius: 12px;
}
.standard-page__sidebar-block .button {
  margin-left: 0;
  margin-bottom: 12.94px;
  margin-right: 12.94px;
  line-height: 1.3;
}
.standard-page__sidebar-block-item {
  font-size: 0;
  margin-bottom: 12.94px;
}
.standard-page__sidebar-block-item + hr {
  margin-top: 25.88px;
}
.standard-page__sidebar-block-label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12.94px;
}
.standard-page__sidebar-block-header {
  display: flex;
  justify-content: space-between;
}
.standard-page__sidebar-block-link {
  font-size: 0.7777777778rem;
  font-weight: 600;
  color: #868686;
  text-decoration: none;
  transition: 0.25s linear color;
}
.standard-page__sidebar-block-link:hover {
  color: #6d6d6d;
  transition: 0.25s linear color;
}
.standard-page__sidebar-block-link:hover svg {
  fill: #6d6d6d;
  transition: 0.25s linear fill;
}
.standard-page__sidebar-block-link svg {
  fill: #868686;
  transition: 0.25s linear fill;
}
@media screen and (min-width: 517.6px) {
  .standard-page__sidebar-block-social {
    display: flex;
    flex-wrap: wrap;
  }
}
.standard-page__sidebar-block h3 {
  font-size: 24px;
  font-size: 24px;
}
@media (min-width: 200px) {
  .standard-page__sidebar-block h3 {
    font-size: 26px;
    font-size: calc(0.4vw + 23.2px);
  }
}
@media (min-width: 1200px) {
  .standard-page__sidebar-block h3 {
    font-size: 28px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1035.2px) {
  .standard-page--wider-content .standard-page__content {
    flex: 0 0 70%;
    padding-right: 77.64px;
  }
}
@media screen and (min-width: 1035.2px) {
  .standard-page--wider-content .standard-page__sidebar {
    flex: 0 0 30%;
  }
}
.standard-page__hero {
  background-size: cover;
  padding: 8vh 25.88px;
  position: relative;
  padding-top: calc(var(--headerHeight) + 30px);
  background: linear-gradient(to left, #f49040 0%, #ea3e3a 100%) !important;
}
.standard-page__hero-date {
  font-size: 1.1111111111rem;
  line-height: 1;
  margin-bottom: 8px;
}
.standard-page__hero-location {
  font-size: 0.8888888889rem;
  line-height: 1;
  margin-bottom: 8px;
}
.standard-page__hero-grid {
  color: white;
}
@media screen and (min-width: 1035.2px) {
  .standard-page__hero-grid {
    width: 70%;
    max-width: 80%;
  }
}
.standard-page__hero-title {
  font-weight: 600;
  font-size: 24px;
  font-size: 24px;
  margin-bottom: 12.94px;
}
@media (min-width: 200px) {
  .standard-page__hero-title {
    font-size: 34.5px;
    font-size: calc(2.1vw + 19.8px);
  }
}
@media (min-width: 1200px) {
  .standard-page__hero-title {
    font-size: 45px;
    font-size: 45px;
  }
}
.standard-page__hero--bgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.85;
}
.standard-page__description {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 51.76px;
}
.standard-page__description > p:first-of-type {
  font-weight: 600;
}

.sidebar-navigation__list {
  list-style: none;
  margin-left: 0;
}
.sidebar-navigation__item {
  margin-bottom: 12.94px;
}
.sidebar-navigation__link {
  display: inline-block;
  color: #414042;
  text-decoration: none;
}
.sidebar-navigation__link span {
  line-height: 1;
  position: relative;
  top: 1px;
}
.sidebar-navigation__link svg {
  fill: #414042;
  margin-right: 3px;
}

@media screen and (min-width: 776.4px) {
  .resource-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.resource-grid__item {
  margin-bottom: 36px;
}
@media screen and (min-width: 776.4px) {
  .resource-grid__item {
    margin-right: 24px;
    flex: 0 0 calc(50% - 24px);
  }
}
@media screen and (min-width: 1035.2px) {
  .resource-grid__item {
    flex: 0 0 calc(33.3% - 24px);
  }
}
@media screen and (min-width: 1035.2px) {
  .resource-grid__item {
    margin-right: 0;
  }
}
@media screen and (min-width: 776.4px) {
  .resource-grid__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 776.4px) {
  .resource-grid__item:nth-of-type(3n) {
    margin-right: 24px !important;
  }
}
@media screen and (min-width: 1035.2px) {
  .resource-grid__item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

.resource-video-card {
  display: inline-block;
  padding: 24px;
  border: 1px solid #022169;
  text-decoration: none;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  overflow: hidden;
}
.resource-video-card__overlay {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.resource-video-card:hover {
  color: white;
}
.resource-video-card:hover .resource-video-card__title {
  background: #022169;
  color: white;
  transition: 0.25s linear all;
}
.resource-video-card__icon {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -40%);
  left: 50%;
}
.resource-video-card__title {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: #022169;
  font-size: 14px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s linear all;
  width: 100%;
}
@media (min-width: 200px) {
  .resource-video-card__title {
    font-size: 15px;
    font-size: calc(0.2vw + 13.6px);
  }
}
@media (min-width: 1200px) {
  .resource-video-card__title {
    font-size: 16px;
    font-size: 16px;
  }
}

.menu-resource__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
  display: inline-block;
}

.sub-menu .resource-card:hover {
  background: #e6e6e6 !important;
  color: #022169 !important;
}
.sub-menu .resource-card:hover .resource-card__content-title {
  color: #022169 !important;
}
.sub-menu .resource-card:hover .resource-card__sponsor {
  color: #022169 !important;
}
.sub-menu .resource-card:hover svg {
  fill: #022169 !important;
}
.sub-menu .resource-card:hover .resource-card__file-info {
  color: #022169 !important;
}

.resource-grid.resource-slick.slick-slider {
  margin-bottom: 80px;
}
@media screen and (min-width: 1300px) {
  .resource-grid.resource-slick.slick-slider {
    margin-bottom: 100px;
  }
}

.resource-slick .slick-dots {
  bottom: -45px;
}
.resource-slick .slick-prev {
  left: -23px;
}
@media screen and (min-width: 1100px) {
  .resource-slick .slick-prev {
    left: -40px;
  }
}
.resource-slick .slick-next {
  right: -23px;
}
@media screen and (min-width: 1100px) {
  .resource-slick .slick-next {
    right: -40px;
  }
}

.resource-slick .slick-slide > div:first-of-type {
  height: 100%;
}

.resource-card {
  width: 100%;
  background: white;
  display: inline-block;
  padding: 24px !important;
  border: 1px solid #022169;
  text-decoration: none;
  position: relative;
  transition: 0.25s linear all;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.resource-card + .resource-card {
  margin-top: 25.88px;
}
.resource-card svg {
  fill: #022169;
  transition: 0.25s linear all;
}
.resource-card:hover {
  background: #022169;
  color: white;
  transition: 0.25s linear all;
}
.resource-card:hover .resource-card__content-title, .resource-card:hover .resource-card__content-date, .resource-card:hover .resource-card__sponsor, .resource-card:hover .resource-card__file-info, .resource-card:hover .resource-card__content-description, .resource-card:hover .resource-card__event, .resource-card:hover .resource-card__footer-memberonly {
  color: white;
  transition: 0.25s linear all;
}
.resource-card:hover svg {
  fill: white;
  transition: 0.25s linear all;
}
.resource-card-grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 940px) {
  .resource-card-grid {
    flex-direction: row;
  }
}
.resource-card__image {
  flex: 0 0 20%;
  margin-right: 25.88px;
  position: relative;
  display: flex;
  height: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 940px) {
  .resource-card__image {
    margin-bottom: 0;
  }
}
.resource-card__image__wrapper {
  height: 100%;
  display: inline-flex;
  min-height: 130px;
}
.resource-card__image__wrapper img {
  width: 100%;
}
.resource-card__image a {
  align-self: center;
  text-align: center;
}
.resource-card__image--affiliate {
  background: white;
}
.resource-card__image--affiliate img {
  max-width: 85%;
}
.resource-card__download-icon {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  bottom: 30px;
  right: 20px;
  pointer-events: none;
}
.resource-card__lock-icon {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.resource-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.resource-card__content-title {
  font-size: 1.1111111111rem;
  color: #022169;
  font-weight: 600;
  margin-bottom: 25.88px;
  text-decoration: none;
  line-height: 100%;
}
.resource-card__content-date {
  color: #414042;
  font-size: 0.6666666667rem;
  margin-bottom: 25.88px;
}
.resource-card__content-description {
  color: #414042;
  font-size: 0.7777777778rem;
  margin-bottom: 12.94px;
  margin-top: 12.94px;
}
.resource-card__content .resource-read-more {
  color: #022169;
}
.resource-card__content:hover .resource-read-more {
  color: white;
}
.resource-card__file-icon {
  margin-right: 12.94px;
}
.resource-card__file-info {
  margin-bottom: 0;
  color: #022169;
  font-size: 0.8888888889rem;
  font-weight: 600;
}
.resource-card__footer {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 24px;
  padding-right: 40px;
}
@media screen and (min-width: 940px) {
  .resource-card__footer {
    margin-bottom: 0;
    width: 100%;
  }
}
.resource-card__footer-memberonly {
  color: #022169;
  font-size: 0.7777777778rem;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (min-width: 940px) {
  .resource-card__footer-memberonly {
    position: relative;
    top: -8px;
  }
}
.resource-card__sponsor {
  margin-bottom: 0;
  font-size: 0.7777777778rem;
  font-weight: 600;
  color: #022169;
}
.resource-card__sponsor + .resource-card__event {
  margin-top: 6px;
}
.resource-card__event {
  margin-bottom: 0;
  font-size: 0.7777777778rem;
  font-weight: 600;
  color: #022169;
}

.resource-page-header {
  display: flex;
  margin-bottom: 51.76px;
  justify-content: space-between;
}
.resource-page-header__title {
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 200px) {
  .resource-page-header__title {
    font-size: 27px;
    font-size: calc(1.8vw + 14.4px);
  }
}
@media (min-width: 1200px) {
  .resource-page-header__title {
    font-size: 36px;
    font-size: 36px;
  }
}
.resource-page-header__filter {
  text-align: right;
  line-height: 55px;
  margin-right: 18px;
}
.resource-page-header__item {
  flex: 0 0 auto;
}
.resource-page-header__item:nth-of-type(1) {
  flex: 0 0 30%;
}
.resource-page-header__item:nth-of-type(2) {
  flex: 0 0 calc(30% - 24px);
  margin-right: 24px;
}
.resource-page-header__item:nth-of-type(3) {
  flex: 0 0 40%;
}
.resource-page-header__item input {
  height: 100%;
}
.resource-page-header-dropdowns {
  display: flex;
  justify-content: flex-end;
}
.resource-page-header-dropdowns > div {
  flex: 0 0 calc(50% - 24px);
  margin-right: 24px;
}
.resource-page-header-dropdowns > div:last-of-type {
  margin-right: 0;
}

.breadcrumb {
  margin-bottom: 25.88px;
  padding-bottom: 12.94px;
  border-bottom: 1px solid #EFEFEF;
}
.breadcrumb__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  align-items: center;
}
.breadcrumb__item {
  max-width: 100%;
  flex: 0 0 auto;
  font-size: 0.8888888889rem;
  margin-right: 12.94px;
  line-height: 1.25;
}
@media screen and (min-width: 517.6px) {
  .breadcrumb__item {
    line-height: 1;
  }
}
.breadcrumb__item a {
  color: #414042;
  text-decoration: none;
}
.breadcrumb__item:last-of-type {
  font-weight: 600;
}
.breadcrumb .svg--breadcrumb-arrow {
  margin-right: 12.94px;
}

.styles-page {
  padding: 10vh 25.88px 0 25.88px;
}
.styles-page-heading {
  font-size: 1.1111111111rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(65, 64, 66, 0.5);
}
.styles-page-heading > .styles-page-item .styles-page-heading > .styles-page-sub-heading:first-of-type {
  margin-top: 0;
}
.styles-page-sub-heading {
  font-size: 0.8888888889rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(65, 64, 66, 0.5);
  margin-top: 25.88px;
}
.styles-page-item {
  margin-bottom: 51.76px;
}

.image__container {
  position: relative;
}
.image__container img {
  width: 100%;
}
.image__container-caption {
  font-size: 1.1111111111rem;
  background: #EFEFEF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 24px;
}

.index-page {
  background: #F4F4F4;
  padding-top: 8vh;
  padding-bottom: 10vh;
  padding-left: 25.88px;
  padding-right: 25.88px;
}
.index-page:empty {
  display: none;
}
@media screen and (min-width: 600px) {
  .index-page:empty {
    display: block;
    padding-top: 60px;
  }
}
.index-page--why-join {
  background: #FFF;
}
.index-page--without-top-padding {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.index-page--less-padding-bottom {
  padding-bottom: 50px;
}
.index-page--less-padding-top {
  padding-top: 150px;
}
.index-page__content a {
  color: #022169;
  text-decoration: none;
  font-weight: 600;
}
.index-page .content-container--large {
  max-width: 1300px;
  margin: 0 auto;
}
.index-page .content-container--large p {
  font-size: 18px;
  font-size: 18px;
}
@media (min-width: 200px) {
  .index-page .content-container--large p {
    font-size: 19px;
    font-size: calc(0.2vw + 17.6px);
  }
}
@media (min-width: 1200px) {
  .index-page .content-container--large p {
    font-size: 20px;
    font-size: 20px;
  }
}
.index-page .cta-slice {
  max-width: 1300px;
  margin: 40px auto;
}

@media screen and (min-width: 647px) {
  .user-upcoming-events-grid, .user-recommended-events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
  }
}
.user-upcoming-events-grid .event-slice-grid__item, .user-upcoming-events-grid .resp-tabs-search-events .ais-Hits-item, .resp-tabs-search-events .user-upcoming-events-grid .ais-Hits-item, .user-recommended-events-grid .event-slice-grid__item, .user-recommended-events-grid .resp-tabs-search-events .ais-Hits-item, .resp-tabs-search-events .user-recommended-events-grid .ais-Hits-item {
  margin: 0 !important;
  margin-bottom: 24px !important;
}
@media screen and (min-width: 776.4px) {
  .user-upcoming-events-grid .event-slice-grid__item, .user-upcoming-events-grid .resp-tabs-search-events .ais-Hits-item, .resp-tabs-search-events .user-upcoming-events-grid .ais-Hits-item, .user-recommended-events-grid .event-slice-grid__item, .user-recommended-events-grid .resp-tabs-search-events .ais-Hits-item, .resp-tabs-search-events .user-recommended-events-grid .ais-Hits-item {
    margin-bottom: 0 !important;
  }
}
.user-upcoming-events__header, .user-recommended-events__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38.82px;
}
.user-upcoming-events__header > div, .user-recommended-events__header > div {
  flex: 0 0 auto;
}
.user-upcoming-events__header > div:nth-of-type(1), .user-recommended-events__header > div:nth-of-type(1) {
  margin-right: 25.88px;
}
.user-upcoming-events__header-title, .user-recommended-events__header-title {
  font-size: 20px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 200px) {
  .user-upcoming-events__header-title, .user-recommended-events__header-title {
    font-size: 28px;
    font-size: calc(1.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .user-upcoming-events__header-title, .user-recommended-events__header-title {
    font-size: 36px;
    font-size: 36px;
  }
}

.user-events-grid {
  margin-bottom: 38.82px;
}
@media screen and (min-width: 1294px) {
  .user-events-grid {
    display: flex;
    justify-content: space-between;
  }
}
.user-events-grid--full {
  grid-template-columns: repeat(1);
}
@media screen and (min-width: 1294px) {
  .user-events-grid--full .user-events-grid__item {
    flex: 1;
  }
}
@media screen and (min-width: 647px) {
  .user-events-grid--full .user-recommended-events-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.user-events-grid__item {
  margin-bottom: 51.76px;
}
@media screen and (min-width: 1294px) {
  .user-events-grid__item {
    flex: 0 0 calc(50% - 18px);
    margin-right: 24px;
    margin-bottom: 0;
  }
  .user-events-grid__item:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 776.4px) {
  .user-events-banners {
    display: flex;
    justify-content: space-between;
  }
}
.user-events-banners > div {
  margin-bottom: 25.88px;
}
@media screen and (min-width: 776.4px) {
  .user-events-banners > div {
    flex: 0 0 calc(50% - 18px);
    margin-right: 18px;
    margin-bottom: 0;
  }
}
.user-events-banners > div:last-of-type {
  margin-right: 0;
}
.user-events-banners-container {
  margin-bottom: 77.64px;
}

.user-resources-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38.82px;
  justify-content: space-between;
  align-items: center;
}
.user-resources-header__item {
  flex: 0 0 auto;
  margin-right: 25.88px;
  margin-bottom: 12.94px;
}
@media screen and (min-width: 776.4px) {
  .user-resources-header__item {
    margin-bottom: 0;
  }
}
.user-resources-header__item:last-of-type {
  margin-right: 0;
}
.user-resources-header__title {
  font-size: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12.94px;
}
@media (min-width: 200px) {
  .user-resources-header__title {
    font-size: 28px;
    font-size: calc(1.6vw + 16.8px);
  }
}
@media (min-width: 1200px) {
  .user-resources-header__title {
    font-size: 36px;
    font-size: 36px;
  }
}
.user-resources-header__subtitle {
  font-size: 0.7777777778rem;
  margin-bottom: 0;
}
.user-resources-header__subtitle a {
  color: #022169;
  font-weight: 600;
  text-decoration: none;
}

.content-page {
  padding: 51.76px 25.88px;
}
@media screen and (min-width: 1035.2px) {
  .content-page {
    padding: 77.64px 25.88px;
  }
}
.content-page + .banner-ads {
  padding-top: 0;
  padding-bottom: 38.82px;
}

.content-grid, .resp-tabs-search-resources .ais-Hits-list, .resp-tabs-search-sigs .ais-Hits-list, .resp-tabs-search-pages .ais-Hits-list, .resp-tabs-search-posts .ais-Hits-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content-grid--align-center {
  align-items: center;
}
.content-grid--align-center .content-grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-grid-header {
  margin-bottom: 25.88px;
}
.content-grid__item {
  flex: 0 0 auto;
  margin-bottom: 25.88px;
  max-width: 100%;
}
.content-grid__item--full {
  flex: 0 0 100%;
}
.content-grid__item--right {
  margin-right: 0 !important;
}
.content-grid__item--fill {
  flex-grow: 1 !important;
  max-width: 100%;
}
.content-grid__item--quarter, .resp-tabs-search-resources .ais-Hits-item, .resp-tabs-search-sigs .ais-Hits-item, .resp-tabs-search-pages .ais-Hits-item, .resp-tabs-search-posts .ais-Hits-item {
  flex: 0 0 100%;
  margin-right: 24px;
}
@media screen and (min-width: 776.4px) {
  .content-grid__item--quarter, .resp-tabs-search-resources .ais-Hits-item, .resp-tabs-search-sigs .ais-Hits-item, .resp-tabs-search-pages .ais-Hits-item, .resp-tabs-search-posts .ais-Hits-item {
    flex: 0 0 calc(50% - 12px);
  }
  .content-grid__item--quarter:nth-of-type(2n), .resp-tabs-search-resources .ais-Hits-item:nth-of-type(2n), .resp-tabs-search-sigs .ais-Hits-item:nth-of-type(2n), .resp-tabs-search-pages .ais-Hits-item:nth-of-type(2n), .resp-tabs-search-posts .ais-Hits-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .content-grid__item--quarter, .resp-tabs-search-resources .ais-Hits-item, .resp-tabs-search-sigs .ais-Hits-item, .resp-tabs-search-pages .ais-Hits-item, .resp-tabs-search-posts .ais-Hits-item {
    flex: 0 0 calc(25% - 18px);
  }
  .content-grid__item--quarter:nth-of-type(2n), .resp-tabs-search-resources .ais-Hits-item:nth-of-type(2n), .resp-tabs-search-sigs .ais-Hits-item:nth-of-type(2n), .resp-tabs-search-pages .ais-Hits-item:nth-of-type(2n), .resp-tabs-search-posts .ais-Hits-item:nth-of-type(2n) {
    margin-right: 24px;
  }
  .content-grid__item--quarter:nth-of-type(4n), .resp-tabs-search-resources .ais-Hits-item:nth-of-type(4n), .resp-tabs-search-sigs .ais-Hits-item:nth-of-type(4n), .resp-tabs-search-pages .ais-Hits-item:nth-of-type(4n), .resp-tabs-search-posts .ais-Hits-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.content-grid__item--fifth {
  flex: 0 0 100%;
  margin-right: 24px;
}
@media screen and (min-width: 776.4px) {
  .content-grid__item--fifth {
    flex: 0 0 calc(50% - 12px);
  }
  .content-grid__item--fifth:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .content-grid__item--fifth {
    flex: 0 0 calc(20% - 20px);
  }
  .content-grid__item--fifth:nth-of-type(2n) {
    margin-right: 24px;
  }
  .content-grid__item--fifth:nth-of-type(5n) {
    margin-right: 0;
  }
}
.content-grid__item--sixth {
  flex: 0 0 100%;
  margin-right: 24px;
}
@media screen and (min-width: 776.4px) {
  .content-grid__item--sixth {
    flex: 0 0 calc(50% - 12px);
  }
  .content-grid__item--sixth:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .content-grid__item--sixth {
    flex: 0 0 calc(16.666% - 20px);
  }
  .content-grid__item--sixth:nth-of-type(2n) {
    margin-right: 24px;
  }
  .content-grid__item--sixth:nth-of-type(6n) {
    margin-right: 0;
  }
}
.content-grid__item--third {
  flex: 0 0 100%;
  margin-right: 24px;
}
@media screen and (min-width: 776.4px) {
  .content-grid__item--third {
    flex: 0 0 calc(50% - 12px);
  }
  .content-grid__item--third:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .content-grid__item--third {
    flex: 0 0 calc(33.3% - 18px);
  }
  .content-grid__item--third:nth-of-type(2n) {
    margin-right: 24px;
  }
  .content-grid__item--third:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .content-grid__item--third--no-margin {
    flex: 0 0 33.3%;
  }
}
.content-grid__item--half {
  flex: 0 0 100%;
  margin-right: 24px;
}
@media screen and (min-width: 517.6px) {
  .content-grid__item--half {
    flex: 0 0 calc(50% - 12px);
  }
  .content-grid__item--half:nth-of-type(2n) {
    margin-right: 0;
  }
}
.content-grid--team-member {
  padding-bottom: 25.88px;
  margin-bottom: 51.76px;
  border-bottom: 1px solid #eee;
}

.form-screen {
  background-image: url(/images/form-screen.jpg?68fa28d61275eabb5202e6aca4f769ad);
  background-position: center center;
  background-size: cover;
  padding: 12.94px;
  padding-top: calc(var(--headerHeight) + 24px);
  background: linear-gradient(to left, #f49040 0%, #ea3e3a 100%);
}
@media screen and (min-width: 776.4px) {
  .form-screen {
    padding: 64.7px;
    padding-top: calc(var(--headerHeight) + 24px);
  }
}
.form-screen--join h2 {
  font-weight: 600;
}
.form-screen--join .join-tabs-benefits {
  background: #EFEFEF;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}
.form-screen--join .join-tabs-benefits h3 {
  font-size: 22px;
  font-weight: 600;
}
.form-screen--join #join-tabs {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 776.4px) {
  .form-screen--join #join-tabs {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.form-screen--join #join-tabs h2.resp-accordion {
  padding-bottom: 24px !important;
}
.form-screen--join #join-tabs h2.resp-accordion .resp-arrow {
  border-style: solid !important;
  border-width: 2px 2px 0 0 !important;
  transform: rotate(135deg);
  top: -6px;
  position: relative;
  transition: 0.25s linear transform;
}
.form-screen--join #join-tabs h2.resp-accordion.resp-tab-active .resp-arrow {
  transform: rotate(315deg);
  transition: 0.25s linear transform;
}
.form-screen--join .form-screen__header {
  color: white;
  background: transparent;
  text-align: center;
  padding-top: 0;
}
.form-screen--join .form-screen__header-title {
  display: inline-block !important;
  margin-bottom: 24px !important;
}
.form-screen--join .form-screen__header-description {
  margin: 0 auto !important;
}
@media screen and (min-width: 776.4px) {
  .form-screen--join .form-screen__header-description {
    max-width: 50%;
  }
}
.form-screen--join .form-screen__body {
  padding: 0;
  background: transparent;
}
.form-screen--join .resp-tab-content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.form-screen--full-height {
  display: flex;
  min-height: calc(100vh - 130px);
}
@media screen and (min-width: 776.4px) {
  .form-screen--full-height {
    align-items: center;
  }
}
.form-screen__text a {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
}
.form-screen__header {
  background: white;
  padding: 25.88px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media screen and (min-width: 776.4px) {
  .form-screen__header {
    padding: 51.76px;
  }
}
.form-screen__header p:first-of-type {
  margin: 0;
  font-size: 16px;
}
.form-screen__header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-screen__header-grid__item {
  display: flex;
  flex-wrap: wrap;
}
.form-screen__header-grid__item > div {
  margin-bottom: 25.88px;
}
@media screen and (min-width: 900px) {
  .form-screen__header-grid__item > div {
    margin-bottom: 0;
  }
}
.form-screen__header-grid__item:nth-of-type(1) {
  order: 1;
}
@media screen and (min-width: 900px) {
  .form-screen__header-grid__item:nth-of-type(1) {
    flex: 0 0 75%;
    order: 0;
  }
}
.form-screen__header-grid__item:nth-of-type(2) {
  order: 0;
  margin-bottom: 25.88px;
}
@media screen and (min-width: 900px) {
  .form-screen__header-grid__item:nth-of-type(2) {
    justify-content: flex-end;
    margin-bottom: 0;
    flex: 0 0 25%;
    order: 1;
  }
}
.form-screen__header .button {
  background: white;
  border: 1px solid #414042;
  color: #414042 !important;
  display: inline-flex !important;
  align-items: center;
  margin-bottom: 25.88px;
}
.form-screen__header .button:hover {
  background: #414042;
  color: white !important;
}
.form-screen__header .button:hover svg {
  fill: white;
  transition: 0.25s linear fill;
}
.form-screen__header .button svg {
  margin-right: 9px;
  transition: 0.25s linear fill;
}
.form-screen__header-title {
  font-size: 24px;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12.94px;
}
@media (min-width: 200px) {
  .form-screen__header-title {
    font-size: 30px;
    font-size: calc(1.2vw + 21.6px);
  }
}
@media (min-width: 1200px) {
  .form-screen__header-title {
    font-size: 36px;
    font-size: 36px;
  }
}
.form-screen__header-title--small {
  font-size: 18px;
  font-size: 18px;
}
@media (min-width: 200px) {
  .form-screen__header-title--small {
    font-size: 17px;
    font-size: calc(-0.2vw + 18.4px);
  }
}
@media (min-width: 1200px) {
  .form-screen__header-title--small {
    font-size: 16px;
    font-size: 16px;
  }
}
.form-screen__header-title--verysmall {
  font-size: 14px;
  font-size: 14px;
}
@media (min-width: 200px) {
  .form-screen__header-title--verysmall {
    font-size: 13px;
    font-size: calc(-0.2vw + 14.4px);
  }
}
@media (min-width: 1200px) {
  .form-screen__header-title--verysmall {
    font-size: 12px;
    font-size: 12px;
  }
}
.form-screen__header-description {
  font-size: 0.8888888889rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.form-screen__header-description .badge {
  margin-top: 12.94px;
}
.form-screen__header-description a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s linear color;
}
.form-screen__header-description a:hover {
  color: #747276;
  transition: 0.25s linear color;
}
.form-screen__header-description a + a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.form-screen__body {
  background: #EFEFEF;
  padding: 25.88px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (min-width: 776.4px) {
  .form-screen__body {
    padding: 51.76px;
  }
}
.form-screen__body-divider {
  margin-top: 25.88px;
  margin-bottom: 38.82px;
}
.form-screen__body table tr {
  background: white;
}
.form-screen__body table td a {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s linear color;
}
.form-screen__body table td a:hover {
  color: #282728;
  transition: 0.25s linear color;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-grid--with-tabs {
  background: white;
}
.form-grid--with-tabs .register-tab__link {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.form-grid--with-tabs .register-tab__link--active {
  border-top: 3px solid #efefef;
}
.form-grid .form-grid__item:last-of-type {
  margin-bottom: 0;
}
.form-grid--footer {
  margin-top: 25.88px;
}
.form-grid__item {
  flex: 0 0 100%;
  margin-right: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 776.4px) {
  .form-grid__item {
    flex: 0 0 calc(50% - 18px);
    margin-right: 36px;
  }
}
@media screen and (min-width: 776.4px) {
  .form-grid__item--third {
    flex: 0 0 calc(33.3% - 18px);
    margin-right: 24px;
  }
}
@media screen and (min-width: 776.4px) {
  .form-grid__item--quarter {
    flex: 0 0 calc(25% - 18px);
    margin-right: 24px;
  }
}
.form-grid__item--full {
  flex: 0 0 100%;
}
.form-grid__item--child {
  padding-left: 19.41px;
}
.form-grid__item a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s linear color;
}
.form-grid__item a:hover {
  color: #747276;
  transition: 0.25s linear color;
}
.form-grid__item small {
  padding: 9px 1px;
  display: inline-block;
}
.form-grid__item--right {
  margin-right: 0 !important;
}
.form-grid__item--text-right {
  text-align: right;
}
.form-grid__item--auto {
  flex: 0 0 auto;
  margin-right: 36px;
}
.form-grid__item--auto-fill {
  flex: 1 0 auto;
}
.form-grid__section {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.form-grid__section-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12.94px;
  padding-bottom: 19.41px;
  border-bottom: 1px solid #E2E2E2;
}
.form-grid__section-subtitle {
  font-size: 0.8888888889rem;
  line-height: 1.25;
}
.form-grid__section-subtitle a {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (min-width: 517.6px) {
  .avatar-container {
    display: flex;
    align-items: center;
  }
}
.avatar-container > div {
  flex: 0 0 calc(50% - 9px);
  margin-right: 18px;
}
.avatar-container > small {
  flex: 0 0 calc(50% - 9px);
}
.avatar__image {
  flex: 0 0 auto;
  margin-right: 24px;
}
.avatar__image img {
  border-radius: 50%;
}
.avatar__content {
  flex: 1 0 100px;
  max-width: 100%;
}
.avatar__content p {
  margin-bottom: 0;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-grid > .checkbox {
  margin-right: 24px;
  flex: 0 0 auto;
}
.checkbox-grid--halves > .checkbox {
  flex: 0 0 100%;
}
@media screen and (min-width: 517.6px) {
  .checkbox-grid--halves > .checkbox {
    flex: 0 0 calc(50% - 12px);
    margin-right: 24px;
  }
}
@media screen and (min-width: 517.6px) {
  .checkbox-grid--halves > .checkbox:nth-of-type(2n) {
    margin-right: 0;
  }
}

.radio-grid {
  display: flex;
  flex-wrap: wrap;
}
.radio-grid > .radio {
  margin-right: 24px;
  flex: 0 0 auto;
}

.js-register-field-other {
  margin-top: 19.41px;
}

.money-selector {
  display: flex;
  justify-content: flex-start;
}
.money-selector .select2-selection__rendered {
  position: absolute;
  left: 40%;
  width: auto;
  z-index: 999;
  transform: translate(-40%, -50%);
  top: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.login-form {
  display: none;
}
@media screen and (min-width: 600px) {
  .login-form {
    min-width: 680px;
  }
}
.featherlight-content .login-form {
  display: block;
}
.login-form__logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 73px;
  display: none;
}
@media screen and (min-width: 600px) {
  .login-form__logo {
    display: inline-block;
  }
}
.login-form__title {
  font-size: 2rem;
  font-weight: 300;
  display: none;
}
@media screen and (min-width: 600px) {
  .login-form__title {
    display: block;
  }
}
.login-form__link {
  color: #E23401;
  font-weight: 600;
  text-decoration: none;
}

.manage-users__icon--1, .manage-users__icon--2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 25px;
}
.manage-users__icon--1 .svg--toggle-on, .manage-users__icon--2 .svg--toggle-on {
  opacity: 0;
}
.manage-users__icon--1 .svg--toggle-off, .manage-users__icon--2 .svg--toggle-off {
  opacity: 1;
}
.manage-users__icon--1.is-active .svg--toggle-off, .manage-users__icon--2.is-active .svg--toggle-off {
  opacity: 0;
}
.manage-users__icon--1.is-active .svg--toggle-on, .manage-users__icon--2.is-active .svg--toggle-on {
  opacity: 1;
}
.manage-users__icon--1 svg, .manage-users__icon--2 svg {
  position: absolute;
}

.manage-users input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.user-bookings-table a {
  color: #E23401;
  text-decoration: none;
  transition: 0.25s linear color;
}
.user-bookings-table a:hover {
  transition: 0.25s linear color;
  color: #af2801;
}

.register-tab {
  text-align: center;
  padding: 12.94px;
}
.register-tab h4 {
  font-size: 1.2222222222rem;
}
.register-tab__link {
  display: inline-block;
  background: #414042;
  opacity: 0.75;
  color: white !important;
  border-top: 3px solid #414042;
  width: 100%;
}
.register-tab__link--active {
  background: #efefef;
  opacity: 1;
  color: #414042 !important;
  border-top: 3px solid #E23401;
}
.register-tab__link:hover {
  opacity: 1;
}

.alert-banner {
  background: #C60F13;
  padding: 19.41px 25.88px;
  color: white;
}
.alert-banner--warning {
  background: #E3B000;
}
.alert-banner--success {
  background: #00930e;
}
.alert-banner--info {
  background: #022169;
}
.alert-banner--lite {
  font-size: 15px;
  border-radius: 10px;
  background: #e3f2ff;
  color: #022169;
  border: 1px solid #ccc;
}
.alert-banner-grid {
  display: flex;
  align-items: center;
}
.alert-banner-grid__icon {
  margin-right: 25.88px;
}
.alert-banner-grid__text {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.alert-banner-grid__text p {
  margin-bottom: 0;
  line-height: 1;
}

.alert-banner-wrapper {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  background-color: #022169;
  color: white;
  border-radius: 6px;
}
.badge--error {
  background-color: #E23401;
  color: white;
}

.island {
  padding: 38.82px;
  border-radius: 12px;
}
.island__flare {
  background: linear-gradient(90deg, #ed693c 0, #ed693c 40%, #ffcf01 100%);
  height: 15px;
  margin-top: 51.76px;
}
.island__flare--auto-height {
  height: auto;
}
.island--flare {
  background: linear-gradient(115deg, rgba(237, 105, 60, 0.2078431373) 0, rgba(237, 105, 60, 0.1450980392) 40%, rgba(255, 207, 1, 0.1882352941) 100%);
  margin-top: 32.35px;
}
.island--processing {
  margin-top: 36px;
  background: white;
  display: none;
}
.island--processing .island__header {
  position: relative;
}
.island--processing .island__header-processing-icon {
  position: absolute;
  top: 25.88px;
  right: 25.88px;
}
.island--contained {
  padding: 38.82px 0;
}
.island--contained .island__header {
  background: #022169;
  color: white;
  padding: 38.82px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.island--contained .island__header a {
  color: white !important;
}
.island--contained .island__body {
  background: white;
  padding: 38.82px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.island--contained .island__body a {
  color: #414042;
  text-decoration: none;
}

.affiliates__sig {
  background: #858585;
  padding: 6.47px 19.41px;
  margin-right: 12.94px;
  color: white;
}
.affiliates__sig.selected-reviewcheckbox {
  background: #E23401;
}

.accordion__title {
  background: #022169;
  color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.accordion__title.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion__title .radio__label:before {
  border-color: white !important;
}
.accordion__title .radio__label:after {
  background: white !important;
}
.accordion__text {
  background: white;
  padding: 19.41px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0 5px;
}

.accordion {
  margin-bottom: 25.88px;
  width: 100%;
}
.accordion__item {
  margin-bottom: 12.94px;
}
.accordion__title {
  font-size: 16px;
  font-size: 16px;
  margin: 0;
  padding: 19.41px 45.29px 19.41px 25.88px;
  background: #022169;
  line-height: 1;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  display: block;
}
@media (min-width: 200px) {
  .accordion__title {
    font-size: 19px;
    font-size: calc(0.6vw + 14.8px);
  }
}
@media (min-width: 1200px) {
  .accordion__title {
    font-size: 22px;
    font-size: 22px;
  }
}
.accordion__title svg {
  transition: 0.25s linear transform;
  max-width: 20px;
  max-height: 11px;
  fill: white;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__title.is-active svg {
  transition: 0.25s linear transform;
  transform: translateY(-50%) rotate(180deg);
}
.accordion--attendees {
  font-size: 12px;
  font-size: 12px;
  margin-top: 12.94px;
}
@media (min-width: 200px) {
  .accordion--attendees {
    font-size: 14px;
    font-size: calc(0.4vw + 11.2px);
  }
}
@media (min-width: 1200px) {
  .accordion--attendees {
    font-size: 16px;
    font-size: 16px;
  }
}
.accordion--attendees__title {
  background: none;
  font-size: 12px;
  font-size: 12px;
  color: #022169;
  cursor: pointer;
}
@media (min-width: 200px) {
  .accordion--attendees__title {
    font-size: 13px;
    font-size: calc(0.2vw + 11.6px);
  }
}
@media (min-width: 1200px) {
  .accordion--attendees__title {
    font-size: 14px;
    font-size: 14px;
  }
}
.accordion--attendees__text {
  background: none !important;
  padding: 12.94px 0px !important;
}
.accordion__text {
  display: none;
  padding: 25.88px;
  background: #f3f3f3;
}
.accordion__text--is-open {
  display: block;
}
.accordion__text p:last-of-type {
  margin-bottom: 0;
}

.accordion--radio .accordion__title {
  padding: 0;
}
.accordion--radio .accordion__title:after {
  display: none;
}
.accordion--radio .accordion__text {
  background-color: #f7f7f7;
  border-color: #e8e8e5;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}
.accordion--radio .radio label {
  width: 100%;
  padding: 25.88px 51.76px 32.35px;
  margin: 0;
  line-height: 0.6;
}
.accordion--radio .radio label:before, .accordion--radio .radio label:after {
  position: absolute;
  top: 22px;
  left: 18px;
  transition: all 250ms;
}
.accordion--radio .radio label:before {
  border-color: white;
}
.accordion--radio .radio label:after {
  background-color: white;
}

.accordion--radio .accordion__title.is-active label:before {
  border-color: #E23401;
}

.accordion--radio .accordion__title.is-active label:after {
  background-color: #E23401;
}

.is-disabled .accordion__title {
  background: #e8e8e5;
}
.is-disabled .accordion__title:before {
  display: none;
}
.is-disabled .accordion__text {
  background-color: white;
  border-color: #e8e8e5;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  padding-bottom: 0;
}

.disabled-accordion__title-cover {
  display: inline-block;
  width: 100%;
  position: absolute;
  height: 70px;
  z-index: 500000;
}
.is-active .disabled-accordion__title-cover {
  display: none;
}

.member-companies-alphabet-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 38.82px;
}
.member-companies-alphabet-grid__item {
  flex: 0 0 25%;
  margin-bottom: 12.94px;
}
@media screen and (min-width: 776.4px) {
  .member-companies-alphabet-grid__item {
    flex: 0 0 10%;
  }
}
.member-companies-alphabet-grid__item a {
  font-size: 0.8888888889rem;
  line-height: 1;
  color: #022169;
  text-decoration: none;
}
.member-companies-item {
  padding-top: 12.94px;
  padding-bottom: 12.94px;
}
.member-companies-item a {
  color: #022169;
  text-decoration: none;
}

.alphabetical__divider {
  margin-top: 25.88px;
  margin-bottom: 12.94px;
  padding-bottom: 12.94px;
  border-bottom: 1px solid #c5c5c5;
}
.alphabetical__divider:first-of-type {
  margin-top: 0;
}
.alphabetical__divider p {
  margin-bottom: 0;
}

.affiliates-sidebar__link-container {
  display: inline-block;
  margin-top: 19.41px;
}

.affiliates-about__content a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
}

.affiliate-single-hero-social {
  display: flex;
}
@media screen and (min-width: 905.8px) {
  .affiliate-single-hero-social {
    justify-content: flex-end;
  }
}
.affiliate-single-hero-social__item {
  margin-right: 12px;
}
.affiliate-single-hero-social__item:last-of-type {
  margin-right: 0;
}
.affiliate-single-hero-social__item svg {
  max-width: 35px;
  max-height: 35px;
}
.affiliate-single-hero-social__item a {
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
}

.affiliate-single-hero-grid {
  color: white;
  width: 100%;
}
@media screen and (min-width: 905.8px) {
  .affiliate-single-hero-grid {
    display: flex;
    justify-content: space-between;
  }
}
.affiliate-single-hero-grid__item {
  margin-bottom: 25.88px;
}
@media screen and (min-width: 905.8px) {
  .affiliate-single-hero-grid__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 905.8px) {
  .affiliate-single-hero-grid__item:last-of-type {
    text-align: right;
  }
}

.affiliates__cta-text {
  font-size: 24px;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 200px) {
  .affiliates__cta-text {
    font-size: 30px;
    font-size: calc(1.2vw + 21.6px);
  }
}
@media (min-width: 1200px) {
  .affiliates__cta-text {
    font-size: 36px;
    font-size: 36px;
  }
}
.affiliates__cta-text-container {
  max-width: 776.4px;
  text-align: center;
  margin: 0 auto;
  margin-top: 51.76px;
  margin-bottom: 51.76px;
}

.affiliates-filter-form {
  margin-bottom: 51.76px;
}

.affiliates-filter-bar__reset {
  color: #414042;
  text-decoration: none;
  margin-left: 25.88px;
  font-size: 16px;
}

.affiliates-grid, .resp-tabs-search-affiliates .ais-Hits-list {
  margin-bottom: 51.76px;
}
.affiliates-grid-header {
  margin-bottom: 25.88px;
}
@supports (display: grid) {
  .affiliates-grid, .resp-tabs-search-affiliates .ais-Hits-list {
    display: grid;
    grid-gap: 24px;
  }
  @media screen and (min-width: 517.6px) {
    .affiliates-grid, .resp-tabs-search-affiliates .ais-Hits-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (min-width: 776.4px) {
    .affiliates-grid, .resp-tabs-search-affiliates .ais-Hits-list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (min-width: 1035.2px) {
    .affiliates-grid, .resp-tabs-search-affiliates .ais-Hits-list {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media screen and (min-width: 1294px) {
    .affiliates-grid, .resp-tabs-search-affiliates .ais-Hits-list {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
.standard-affiliate__title {
  font-size: 1rem;
  margin-bottom: 12.94px;
  font-weight: 600;
}
.standard-affiliate__review-text a {
  color: #414042;
  text-decoration: none;
}
.standard-affiliate__image-container {
  border: 1px solid #ddd;
  background: white;
  padding: 48px;
  margin-bottom: 12px;
  border-radius: 12px;
}
@supports (display: grid) {
  .standard-affiliate__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
  }
}
.standard-affiliate__review {
  display: flex;
}
.standard-affiliate__review-text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.affiliates-hero__rating {
  margin-top: 25.88px;
  margin-bottom: 12.94px;
  display: flex;
  align-items: center;
}

.affiliates__sig {
  display: inline-block;
  margin-bottom: 12.94px;
  padding: 9px 15px;
  border-radius: 4px;
}

.updates-list__title-link {
  color: #022169;
  text-decoration: none;
}

.affiliates-news-item__date {
  display: inline-block;
  margin-bottom: 25.88px;
}

.affiliates__sig-title {
  font-size: 0.8888888889rem;
  margin-bottom: 12px;
}

.affiliates__sig-more-link {
  color: white;
  text-decoration: none;
}

.affiliates-tab-documents-item {
  margin-bottom: 51.76px;
}

.affiliates-tab-documents-item__link {
  color: #414042;
}

.affiliates-reviews-item__user {
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1;
}
.affiliates-reviews-item__text {
  font-size: 16px;
  line-height: 1.25;
}
.affiliates-reviews-item__date {
  font-size: 14px;
  color: #999;
}

.affiliates-reviews-reply {
  display: flex;
}
.affiliates-reviews-reply__image {
  border: 2px solid #E23401;
  border-radius: 50%;
}
.affiliates-reviews-reply__image-container {
  flex: 0 0 51px;
  margin-right: 25.88px;
  position: relative;
  padding-top: 36px;
}
.affiliates-reviews-reply__image-container:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 36px;
  background: #E23401;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.affiliates-reviews-reply__text {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.affiliates-reviews-reply__date {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}

.affiliates-reviews--tab {
  border-top: 1px solid #eee;
  padding-top: 25.88px;
  padding-bottom: 25.88px;
  display: flex;
}
.affiliates-reviews--tab > div:first-of-type {
  flex: 0 0 calc(65% - 24px);
  padding-right: 48px;
  margin-right: 48px;
  border-right: 1px solid #eee;
}
.affiliates-reviews--tab > div:last-of-type {
  flex: 0 0 calc(35% - 24px);
}

.affiliates-key-contact {
  background: #eee;
}
.affiliates-key-contact .content-grid__item {
  margin-bottom: 0;
}
.affiliates-key-contact .content-grid__item--fill {
  max-width: 280px;
  padding: 25.88px;
}
.affiliates-key-contact__title {
  font-weight: 600;
  margin-bottom: 0;
}
.affiliates-key-contact__role {
  font-size: 16px;
  margin-bottom: 25.88px;
}
.affiliates-key-contact__icon-container a {
  margin-right: 6px;
}
.affiliates-key-contact__icon-container img {
  width: 25px;
}

.affiliates-study__download {
  display: flex;
  align-items: center;
}
.affiliates-study__download > div:first-of-type {
  margin-right: 12px;
}

.affiliates-download__filetype {
  margin-bottom: 0;
}
.affiliates-download__filetype a {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
}

.affiliates-news {
  margin-bottom: 51.76px;
}

.affiliates-reviews {
  margin-bottom: 51.76px;
}

.affiliates-case-studies {
  margin-bottom: 51.76px;
}

.affiliates-about {
  margin-bottom: 51.76px;
}
.affiliates-about__content {
  margin-bottom: 25.88px;
}

.affiliates-key-contacts {
  margin-bottom: 51.76px;
}

.affiliates__more-link {
  font-size: 16px;
  padding-right: 19.41px;
  display: inline-block;
  position: relative;
  line-height: 1.25;
  color: #414042;
  font-weight: 600;
  text-decoration: none !important;
}
.affiliates__more-link::after {
  content: "";
  background-image: url(/images/affiliates-arrow.png?1c6154324d143f32eecbd66895a015f5);
  width: 8px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.affiliates__heading {
  margin-bottom: 0;
}

.affiliates-content-grid {
  margin-bottom: 25.88px;
}

.affiliates-related-documents .resource-card:last-of-type {
  margin-bottom: 25.88px;
}

.affiliates-modal__title {
  font-size: 28px;
}
.affiliates-modal__map-image {
  width: 100%;
}
.affiliates-modal__get-directions {
  text-decoration: none;
  color: #022169;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}
.affiliates-modal__content textarea {
  height: 100%;
}
.affiliates-modal__details-link {
  color: #000;
  text-decoration: none;
}
.affiliates-modal__form--one input {
  margin-bottom: 24px;
}
.affiliates-modal__details-icon-grid {
  display: flex;
  margin-bottom: 12px;
}
.affiliates-modal__details-icon-grid__item {
  flex: 0 0 auto;
}
.affiliates-modal__details-icon-grid__item:first-of-type {
  margin-right: 3px;
}

.sigs__item {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25.88px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: #022169;
}
.sigs__item .sigs__icon-container {
  transition: 0.25s linear background;
}
.sigs__item:hover .sigs__icon-container {
  background: #022169;
  transition: 0.25s linear background;
}

.sigs__text {
  text-align: center;
  font-weight: 600;
}

.sigs__icon-container {
  background: #E23401;
  padding: 24px;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 24px;
}

.icon-sig {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  line-height: 1;
}
.icon-sig--audit-control-security {
  background-image: url(/images/audit-control-security.svg?44aca64752dc70ff3f2cb48d79b7007a);
}
.no-svg .icon-sig--audit-control-security {
  background-image: url(/images/audit-control-security.png?c8ef8ca844fbb6ae8526e06cdd838de6);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--audit-control-security {
    background-image: url(/images/audit-control-security.png?c8ef8ca844fbb6ae8526e06cdd838de6);
  }
}
.icon-sig--business-intelligence {
  background-image: url(/images/business-intelligence.svg?18fad4a7745bf106d186280ea336ed9b);
}
.no-svg .icon-sig--business-intelligence {
  background-image: url(/images/business-intelligence.png?02eb75fc565473b2043037a36e8c9498);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--business-intelligence {
    background-image: url(/images/business-intelligence.png?02eb75fc565473b2043037a36e8c9498);
  }
}
.icon-sig--payroll {
  background-image: url(/images/payroll.svg?9b4524aad0b60e5b8491733d2c5a5978);
}
.no-svg .icon-sig--payroll {
  background-image: url(/images/payroll.png?8fa704067b587553c532f9c3aa5f97b9);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--payroll {
    background-image: url(/images/payroll.png?8fa704067b587553c532f9c3aa5f97b9);
  }
}
.icon-sig--supply-chain-management {
  background-image: url(/images/supply-chain-management.svg?f1bc7dc98ef3d43c83fad6103fff19f0);
}
.no-svg .icon-sig--supply-chain-management {
  background-image: url(/images/supply-chain-management.png?85aabaeb56fa3a2413dafc7ed01f1ba3);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--supply-chain-management {
    background-image: url(/images/supply-chain-management.png?85aabaeb56fa3a2413dafc7ed01f1ba3);
  }
}
.icon-sig--project-systems {
  background-image: url(/images/project-system.svg?af53cc6488efc52576e9b28c0e2ca65a);
}
.no-svg .icon-sig--project-systems {
  background-image: url(/images/project-system.png?7380eb14df5051513175be3276612701);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--project-systems {
    background-image: url(/images/project-system.png?7380eb14df5051513175be3276612701);
  }
}
.icon-sig--application-lifecycle-management {
  background-image: url(/images/application-life-cycle-management.svg?c3e957f306558581a3fa0a58a297672e);
}
.no-svg .icon-sig--application-lifecycle-management {
  background-image: url(/images/application-life-cycle-management.png?3c0eb2383e2c7f71dd64731ec8f32260);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--application-lifecycle-management {
    background-image: url(/images/application-life-cycle-management.png?3c0eb2383e2c7f71dd64731ec8f32260);
  }
}
.icon-sig--operational-finance, .icon-sig--financial-excellence {
  background-image: url(/images/operational-finance.svg?2c2193df43919b976e179752e71b65c6);
}
.no-svg .icon-sig--operational-finance, .no-svg .icon-sig--financial-excellence {
  background-image: url(/images/operational-finance.png?dfc20c3e908f5710f7e12a60e0a29d0e);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--operational-finance, .no-svg .icon-sig--financial-excellence {
    background-image: url(/images/operational-finance.png?dfc20c3e908f5710f7e12a60e0a29d0e);
  }
}
.icon-sig--user-experience {
  background-image: url(/images/user-experience.svg?b7511d1dc34c7fafb66e56a8b01b88ec);
}
.no-svg .icon-sig--user-experience {
  background-image: url(/images/user-experience.png?9b198153eb3e29697a5572eb95d0aef7);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--user-experience {
    background-image: url(/images/user-experience.png?9b198153eb3e29697a5572eb95d0aef7);
  }
}
.icon-sig--retail {
  background-image: url(/images/retail.svg?a560999b2b2f32003fdff7a559028b20);
}
.no-svg .icon-sig--retail {
  background-image: url(/images/retail.png?4665854f4bfe9eed143d030e6be80f2d);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--retail {
    background-image: url(/images/retail.png?4665854f4bfe9eed143d030e6be80f2d);
  }
}
.icon-sig--cloud-symposium {
  background-image: url(/images/cloud-symposium.svg?c01ef82e142697449a3eec9d29962960);
}
.no-svg .icon-sig--cloud-symposium {
  background-image: url(/images/cloud-symposium.png?3d2b6ba6132e151b0a251d3b4c394228);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--cloud-symposium {
    background-image: url(/images/cloud-symposium.png?3d2b6ba6132e151b0a251d3b4c394228);
  }
}
.icon-sig--maintenance-service-management {
  background-image: url(/images/maintenance-service-management.svg?5be40fe776029ebaafcfd4aa43e35085);
}
.no-svg .icon-sig--maintenance-service-management {
  background-image: url(/images/maintenance-service-management.png?959d16c430125a6ae81117c60fc055e3);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--maintenance-service-management {
    background-image: url(/images/maintenance-service-management.png?959d16c430125a6ae81117c60fc055e3);
  }
}
.icon-sig--human-resources {
  background-image: url(/images/human-resources.svg?329870e40b7d87eec3506992a2e7f932);
}
.no-svg .icon-sig--human-resources {
  background-image: url(/images/human-resources.png?1e7c0ce32b47471da311cd365a9e1155);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--human-resources {
    background-image: url(/images/human-resources.png?1e7c0ce32b47471da311cd365a9e1155);
  }
}
.icon-sig--customer-engagement-commerce {
  background-image: url(/images/customer-engagement-commerce.svg?df45dd046ea4a7492a4883a5a44fa3ce);
}
.no-svg .icon-sig--customer-engagement-commerce {
  background-image: url(/images/customer-engagement-commerce.png?492d93dadf0a06cd972f5f4234ca35c2);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--customer-engagement-commerce {
    background-image: url(/images/customer-engagement-commerce.png?492d93dadf0a06cd972f5f4234ca35c2);
  }
}
.icon-sig--business-process-symposium {
  background-image: url(/images/business-process-symposium.svg?6ea70235764ba927886206e10bad9677);
}
.no-svg .icon-sig--business-process-symposium {
  background-image: url(/images/business-process-symposium.png?cfe8b65a759bd9aa6cc06389ba042dfc);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--business-process-symposium {
    background-image: url(/images/business-process-symposium.png?cfe8b65a759bd9aa6cc06389ba042dfc);
  }
}
.icon-sig--scotland {
  background-image: url(/images/scotland.svg?b90de44fd062910e90694d328b44ea05);
}
.no-svg .icon-sig--scotland {
  background-image: url(/images/scotland.png?20449ef6abe4a29543d8b73fa94faf93);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--scotland {
    background-image: url(/images/scotland.png?20449ef6abe4a29543d8b73fa94faf93);
  }
}
.icon-sig--business-one {
  background-image: url(/images/business-one.svg?dca66a234affdb0c92c9dcad5da2209d);
}
.no-svg .icon-sig--business-one {
  background-image: url(/images/business-one.png?b8df8e8a35eb88ae2f079f32cf971f8d);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--business-one {
    background-image: url(/images/business-one.png?b8df8e8a35eb88ae2f079f32cf971f8d);
  }
}
.icon-sig--irish-hr-payroll {
  background-image: url(/images/irish-hr-payroll.svg?efb421850de8513e540787cb0b2d83e8);
}
.no-svg .icon-sig--irish-hr-payroll {
  background-image: url(/images/irish-hr-payroll.png?a327fa2d8ed4230dda4177f71e626192);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--irish-hr-payroll {
    background-image: url(/images/irish-hr-payroll.png?a327fa2d8ed4230dda4177f71e626192);
  }
}
.icon-sig--ireland {
  background-image: url(/images/ireland.svg?57e0de8fc6b3edc367c7a7f69b2a1458);
}
.no-svg .icon-sig--ireland {
  background-image: url(/images/ireland.png?b7beed31cd7eaa30ca2cafd8667bd30a);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--ireland {
    background-image: url(/images/ireland.png?b7beed31cd7eaa30ca2cafd8667bd30a);
  }
}
.icon-sig--higher-education-research {
  background-image: url(/images/higher-education-research.svg?24cb1ce9224b1f0add9d944a6a82d111);
}
.no-svg .icon-sig--higher-education-research {
  background-image: url(/images/higher-education-research.png?8e339d9da2371a0f7d8ef34379c3d618);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--higher-education-research {
    background-image: url(/images/higher-education-research.png?8e339d9da2371a0f7d8ef34379c3d618);
  }
}
.icon-sig--enterprise-performance-management {
  background-image: url(/images/enterprise-performance-management.svg?d2c30a34a84b22057295bdd033789744);
}
.no-svg .icon-sig--enterprise-performance-management {
  background-image: url(/images/enterprise-performance-management.png?14d3d2eb84c9cf26326c13d8f9a6a4d6);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--enterprise-performance-management {
    background-image: url(/images/enterprise-performance-management.png?14d3d2eb84c9cf26326c13d8f9a6a4d6);
  }
}
.icon-sig--public-sector {
  background-image: url(/images/public-sector.svg?55bb95976cdc25a7a6a6712fdb53dfcf);
}
.no-svg .icon-sig--public-sector {
  background-image: url(/images/public-sector.png?bc2afbd4406797f15a2bbdb4e2ed07b7);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--public-sector {
    background-image: url(/images/public-sector.png?bc2afbd4406797f15a2bbdb4e2ed07b7);
  }
}
.icon-sig--data-visualisation-reporting {
  background-image: url(/images/data-visualisation-reporting.svg?682a88399ef9265a81e0d02baee8b8be);
}
.no-svg .icon-sig--data-visualisation-reporting {
  background-image: url(/images/data-visualisation-reporting.png?48ad8561589c8ecad2c23b6f44bb930f);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--data-visualisation-reporting {
    background-image: url(/images/data-visualisation-reporting.png?48ad8561589c8ecad2c23b6f44bb930f);
  }
}
.icon-sig--training, .icon-sig--training-change-management {
  background-image: url(/images/training.svg?6ab3725c76b877f31d34cd1b5c2000d0);
}
.no-svg .icon-sig--training, .no-svg .icon-sig--training-change-management {
  background-image: url(/images/training.png?2f95ce9112ba0b6a379b77f51664b85a);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--training, .no-svg .icon-sig--training-change-management {
    background-image: url(/images/training.png?2f95ce9112ba0b6a379b77f51664b85a);
  }
}
.icon-sig--ireland-symposium {
  background-image: url(/images/ireland-symposium.svg?5e5a79b39362ee728a872a822ffad760);
}
.no-svg .icon-sig--ireland-symposium {
  background-image: url(/images/ireland-symposium.png?dd1e4099d5f1b3369430711a2c87b3ba);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--ireland-symposium {
    background-image: url(/images/ireland-symposium.png?dd1e4099d5f1b3369430711a2c87b3ba);
  }
}
.icon-sig--business-bydesign {
  background-image: url(/images/business-by-design.svg?1eb93d71c551ee13e32dd7c137a2bd7d);
}
.no-svg .icon-sig--business-bydesign {
  background-image: url(/images/business-by-design.png?fe18974020adeb54c012501f4262dbdd);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--business-bydesign {
    background-image: url(/images/business-by-design.png?fe18974020adeb54c012501f4262dbdd);
  }
}
.icon-sig--real-estate {
  background-image: url(/images/real-estate.svg?7980f5b22c18d8d96cb1b59028ae4682);
}
.no-svg .icon-sig--real-estate {
  background-image: url(/images/real-estate.png?a368895bd52a89250df1708f3ea3b3ca);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--real-estate {
    background-image: url(/images/real-estate.png?a368895bd52a89250df1708f3ea3b3ca);
  }
}
.icon-sig--analytics-symposium {
  background-image: url(/images/big-data.svg?2e0d03d59581d1c885742f9d04b8a909);
}
.no-svg .icon-sig--analytics-symposium {
  background-image: url(/images/big-data.png?9cda1709867991353f7862ed2176e4b8);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--analytics-symposium {
    background-image: url(/images/big-data.png?9cda1709867991353f7862ed2176e4b8);
  }
}
.icon-sig--analytics {
  background-image: url(/images/data-visualisation-reporting.svg?682a88399ef9265a81e0d02baee8b8be);
}
.no-svg .icon-sig--analytics {
  background-image: url(/images/data-visualisation-reporting.png?48ad8561589c8ecad2c23b6f44bb930f);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--analytics {
    background-image: url(/images/data-visualisation-reporting.png?48ad8561589c8ecad2c23b6f44bb930f);
  }
}
.icon-sig--big-data {
  background-image: url(/images/analytics-symposium.svg?ad62fae73dafab0eea834c3d83ad61d1);
}
.no-svg .icon-sig--big-data {
  background-image: url(/images/analytics-symposium.png?63e07ad3edcf8bb19f4c339a00502e94);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--big-data {
    background-image: url(/images/analytics-symposium.png?63e07ad3edcf8bb19f4c339a00502e94);
  }
}
.icon-sig--platform-database {
  background-image: url(/images/platform-database.svg?e9139a3a63ac7e83ef0bd179a87965dc);
}
.no-svg .icon-sig--platform-database {
  background-image: url(/images/platform-database.png?3895300787e606c202b4a5ca4b17aade);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--platform-database {
    background-image: url(/images/platform-database.png?3895300787e606c202b4a5ca4b17aade);
  }
}
.icon-sig--database-technology-and-innovation {
  background-image: url(/images/database-technology-and-innovation.svg?421f600fe0bc71c254fd406784601266);
}
.no-svg .icon-sig--database-technology-and-innovation {
  background-image: url(/images/database-technology-and-innovation.png?58fdf93eaf406592899d7e4f7ba75d33);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--database-technology-and-innovation {
    background-image: url(/images/database-technology-and-innovation.png?58fdf93eaf406592899d7e4f7ba75d33);
  }
}
.icon-sig--change-management-business-readiness {
  background-image: url(/images/change-management-business-readiness.svg?4d4c0dbdc55bebcd09d56b1f25d4aab1);
}
.no-svg .icon-sig--change-management-business-readiness {
  background-image: url(/images/change-management-business-readiness.png?d0a05db89ed8314be4da9bb4b0756c11);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--change-management-business-readiness {
    background-image: url(/images/change-management-business-readiness.png?d0a05db89ed8314be4da9bb4b0756c11);
  }
}
.icon-sig--digital-business-services {
  background-image: url(/images/digital-business-services.svg?1567d3ea3728cb1b28b6379b5e060e62);
}
.no-svg .icon-sig--digital-business-services {
  background-image: url(/images/digital-business-services.png?e80554e6196000c7cdb785f4913a2b9b);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--digital-business-services {
    background-image: url(/images/digital-business-services.png?e80554e6196000c7cdb785f4913a2b9b);
  }
}
.icon-sig--success-factors {
  background-image: url(/images/success-factors.svg?1143d0b65128ffb922f5cec185afe1dd);
}
.no-svg .icon-sig--success-factors {
  background-image: url(/images/success-factors.png?659375e358a935bb4ff3315169086c6a);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--success-factors {
    background-image: url(/images/success-factors.png?659375e358a935bb4ff3315169086c6a);
  }
}
.icon-sig--s4, .icon-sig--s4-hana {
  background-image: url(/images/s4.png?66ba13ac4db1da145713b34b5038f825);
}
.icon-sig--creating-disruptive-advantage {
  background-image: url(/images/creating-disruptive-advantage.svg?c63fedd29d1a7641204fa3f50dd49d60);
}
.no-svg .icon-sig--creating-disruptive-advantage {
  background-image: url(/images/creating-disruptive-advantage.png?1a0786f6d16e9a33011f1dce4bbc6257);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--creating-disruptive-advantage {
    background-image: url(/images/creating-disruptive-advantage.png?1a0786f6d16e9a33011f1dce4bbc6257);
  }
}
.icon-sig--concur {
  background-image: url(/images/concur.svg?73b99ee73e28e14ce321b51e61bc4cb8);
}
.no-svg .icon-sig--concur {
  background-image: url(/images/concur.png?6ed2a0afba996982ed902e4a8bf31ce7);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--concur {
    background-image: url(/images/concur.png?6ed2a0afba996982ed902e4a8bf31ce7);
  }
}
.icon-sig--developers {
  background-image: url(/images/developers.svg?c79e63fd00ec214edc8566b0e5bdd9c2);
}
.no-svg .icon-sig--developers {
  background-image: url(/images/developers.png?fe9d4a603059281f334d8fae68e6816e);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--developers {
    background-image: url(/images/developers.png?fe9d4a603059281f334d8fae68e6816e);
  }
}
.icon-sig--enterprise-architect {
  background-image: url(/images/enterprise-architect.svg?cb7bfb93cde101cdad3c4330ec5be8a1);
}
.no-svg .icon-sig--enterprise-architect {
  background-image: url(/images/enterprise-architect.png?2e60c932ada60ecce5d20f58c4d7e1e5);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--enterprise-architect {
    background-image: url(/images/enterprise-architect.png?2e60c932ada60ecce5d20f58c4d7e1e5);
  }
}
.icon-sig--hybris {
  background-image: url(/images/hybris.svg?3752b0475bd0cae8bf9441e050aab324);
}
.no-svg .icon-sig--hybris {
  background-image: url(/images/hybris.png?245d99a2053a2c8b8018b6ae00fda5a8);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--hybris {
    background-image: url(/images/hybris.png?245d99a2053a2c8b8018b6ae00fda5a8);
  }
}
.icon-sig--customer-experience {
  background-image: url(/images/customer-experience.svg?c9abe9b98e6bd1b3ad7cb4441f5a1188);
}
.no-svg .icon-sig--customer-experience {
  background-image: url(/images/customer-experience.png?ba2a9d2f4efdbe9b6e94d64193909ce1);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--customer-experience {
    background-image: url(/images/customer-experience.png?ba2a9d2f4efdbe9b6e94d64193909ce1);
  }
}
.icon-sig--document-data-management {
  background-image: url(/images/document-and-data-management.svg?421f600fe0bc71c254fd406784601266);
}
.no-svg .icon-sig--document-data-management {
  background-image: url(/images/document-and-data-management.png?58fdf93eaf406592899d7e4f7ba75d33);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--document-data-management {
    background-image: url(/images/document-and-data-management.png?58fdf93eaf406592899d7e4f7ba75d33);
  }
}
.icon-sig--sap-ariba {
  background-image: url(/images/ariba.svg?cf5865362fa1fb2898d148a0ff270b99);
}
.no-svg .icon-sig--sap-ariba {
  background-image: url(/images/ariba.png?e2c6b441b4beeba706e16931fe459af6);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--sap-ariba {
    background-image: url(/images/ariba.png?e2c6b441b4beeba706e16931fe459af6);
  }
}
.icon-sig--oil-gas {
  background-image: url(/images/oil-gas.svg?9c7e7f34c1280582357400d3537df841);
}
.no-svg .icon-sig--oil-gas {
  background-image: url(/images/oil-gas.png?63e07ad3edcf8bb19f4c339a00502e94);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--oil-gas {
    background-image: url(/images/oil-gas.png?63e07ad3edcf8bb19f4c339a00502e94);
  }
}
.icon-sig--sustainability {
  background-image: url(/images/sustainability.svg?7a3d061f0b219682ac6af8ffcba05a22);
}
.no-svg .icon-sig--sustainability {
  background-image: url(/images/sustainability.png?bd1168126142375c4bdb318534319450);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--sustainability {
    background-image: url(/images/sustainability.png?bd1168126142375c4bdb318534319450);
  }
}
.icon-sig--women-in-sap {
  background-image: url(/images/women-in-sap.svg?f9ef3233fbf96a816ca4a80a4d369190);
  max-width: 48px;
}
.no-svg .icon-sig--women-in-sap {
  background-image: url(/images/women-in-sap.png?9603a08a9c8785dd97ffb626d55c29ef);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .icon-sig--women-in-sap {
    background-image: url(/images/women-in-sap.png?9603a08a9c8785dd97ffb626d55c29ef);
  }
}

.sigs-chair {
  text-decoration: none;
  color: #414042;
}
.sigs-chair__title {
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12.94px;
}
@media (min-width: 200px) {
  .sigs-chair__title {
    font-size: 19px;
    font-size: calc(0.6vw + 14.8px);
  }
}
@media (min-width: 1200px) {
  .sigs-chair__title {
    font-size: 22px;
    font-size: 22px;
  }
}
.sigs-chair__sub-title {
  font-size: 14px;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 200px) {
  .sigs-chair__sub-title {
    font-size: 16px;
    font-size: calc(0.4vw + 13.2px);
  }
}
@media (min-width: 1200px) {
  .sigs-chair__sub-title {
    font-size: 18px;
    font-size: 18px;
  }
}

.sigs__navbar {
  background: #eee;
  color: #414042;
  padding: 19.41px 19.41px;
}
.sigs__navbar a {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
  margin-right: 25.88px;
}

.sigs__info-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sigs__info-item__blockquote-container {
  flex: 1;
}

.sigs__partner-ads {
  padding: 10vh 25.88px;
}
.sigs__partner-ads img {
  width: 100%;
}

.sigs-past-events {
  margin-bottom: 51.76px;
  padding: 0 24px;
}

.sigs-resources {
  margin-bottom: 51.76px;
  padding: 0 24px;
}

.sigs-get-involved {
  padding: 0 24px;
}

.sigs-filter-bar {
  display: flex;
}
.sigs-filter-bar__item {
  margin-right: 25.88px;
}
.sigs-filter-bar__link {
  color: #414042;
  text-decoration: none;
  font-weight: 600;
}

.content-grid__item--single-sig-events {
  margin-bottom: 0px;
}

.content-grid__item--single-sig-events .event-slice-grid__item, .content-grid__item--single-sig-events .resp-tabs-search-events .ais-Hits-item, .resp-tabs-search-events .content-grid__item--single-sig-events .ais-Hits-item {
  height: auto !important;
  margin-bottom: 0px;
}

.content-grid__item--single-sig-events .event-card {
  min-height: 200px;
}

.component-card {
  margin-bottom: 25.88px;
  padding-bottom: 51.76px;
  background: white;
  border-radius: 10px;
  padding: 40px;
}
.component-card__title {
  color: #414042;
  font-weight: 600;
}
.component-card__title a {
  color: #414042;
  font-weight: 600;
  text-decoration: none;
}
.component-card__content {
  margin-bottom: 25.88px;
}

.team__name {
  font-size: 1.5555555556rem;
  margin-bottom: 0;
  font-weight: 600;
}
.team__job--title {
  font-size: 1rem;
}
.team__job--company {
  font-size: 1.2222222222rem;
  margin-bottom: 0;
}
.team__image {
  margin-right: 25.88px;
}
.pagination {
  margin-top: 25.88px;
  margin-bottom: 51.76px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination svg {
  width: 100%;
}
.pagination__previous-next-buttons {
  display: inline-flex;
}
.pagination__previous-next-buttons > span {
  display: inline-block;
  background: white;
  color: #022169;
  text-decoration: none;
  flex: 0 0 auto;
  margin-right: 24px;
  padding: 3px 9px;
}
.pagination__previous-next-buttons > span a {
  color: #022169;
  text-decoration: none;
}
.pagination__text {
  background: white;
  color: #022169;
  text-decoration: none;
  display: inline-block;
  padding: 3px 9px;
}
.pagination__item {
  background: white;
  color: #022169;
  text-decoration: none;
  margin-right: 6.47px;
  padding: 3px 12px;
  text-align: center;
  display: inline-block;
}
.pagination__item--current {
  background: #022169;
  color: white;
}
.pagination__items {
  display: inline-flex;
  margin-bottom: 12.94px;
}

.page-load-status {
  display: block;
  margin: 0 auto;
  background: white;
  color: #022169;
  text-decoration: none;
  padding: 24px;
  font-size: 20px;
  text-align: center;
}

.alert-box {
  display: inline-block;
  width: 100%;
  padding: 12.94px 38.82px 12.94px 12.94px;
  margin: 0 0 12.94px 0;
  position: relative;
  background-color: #022169;
  color: white;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  transition: all 250ms;
}
.alert-box.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  z-index: 5000000;
  animation: animation__bottom-up 1s 1;
}
.alert-box.is-fixed--top {
  top: 0;
  bottom: auto;
  animation: animation__top-down 1s 1;
}
.alert-box__container {
  position: relative;
  display: block;
  width: 100%;
}
.alert-box p:last-child {
  margin-bottom: 0;
}
.alert-box__icon {
  margin-left: 6px;
  margin-right: 12px;
  width: 25.88px;
  height: 25.88px;
  float: left;
  position: relative;
  top: 2px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  background: white;
  color: #022169;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.alert-box--chunky {
  padding: 25.88px 38.82px 25.88px 12.94px;
}
.alert-box--success {
  background-color: #00930e;
}
.alert-box--success .alert-box__icon {
  color: #00930e;
}
.alert-box--warning {
  background-color: #E3B000;
}
.alert-box--warning .alert-box__icon {
  color: #E3B000;
}
.alert-box--error {
  background-color: #C60F13;
}
.alert-box--error .alert-box__icon {
  color: #C60F13;
}
.alert-box__close-button {
  color: white !important;
  position: absolute;
  right: -38.82px;
  top: 0;
  line-height: 1.3;
  height: 100%;
  padding: 0 12.94px;
}
.alert-box__close-button:before {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.alert-box a {
  color: white;
}

@keyframes animation__bottom-up {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes animation__top-down {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.gallery-item {
  margin-bottom: 51.76px;
}
.gallery-item__title {
  font-size: 20px;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 200px) {
  .gallery-item__title {
    font-size: 23px;
    font-size: calc(0.6vw + 18.8px);
  }
}
@media (min-width: 1200px) {
  .gallery-item__title {
    font-size: 26px;
    font-size: 26px;
  }
}

.individual-membership__grid {
  position: relative;
}
@media screen and (min-width: 776.4px) {
  .individual-membership__grid {
    border-top: 2px solid #414042;
    padding-top: 25.88px;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 776.4px) {
  .individual-membership__grid:first-of-type:before {
    content: "";
    width: 2px;
    height: 10px;
    background: #414042;
    position: absolute;
    top: 0;
    left: 0;
  }
  .individual-membership__grid:last-of-type {
    padding-right: 0 !important;
  }
  .individual-membership__grid:last-of-type:after {
    content: "";
    width: 2px;
    height: 10px;
    background: #414042;
    position: absolute;
    top: 0;
    right: 0;
  }
  .individual-membership__grid > .grid__item, .individual-membership__grid > .parsley-errors-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .individual-membership__grid__title {
    margin-left: -12.94px;
  }
}

.solution-membership {
  position: relative;
}
@media screen and (min-width: 776.4px) {
  .solution-membership__grid {
    border-top: 2px solid #414042;
    position: relative;
    padding-top: 25.88px;
  }
  .solution-membership__grid:first-of-type:before {
    content: "";
    width: 2px;
    height: 10px;
    background: #414042;
    position: absolute;
    top: 0;
    left: 0;
  }
  .solution-membership__grid:last-of-type:after {
    content: "";
    width: 2px;
    height: 10px;
    background: #414042;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .solution-membership-parent--standard:nth-of-type(3n) .solution-membership {
    border-right: 0;
  }
}
.solution-membership--standard {
  background: white;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (min-width: 1035.2px) {
  .solution-membership--standard {
    border-right: 12px solid #eee;
  }
}
.solution-membership--featured {
  color: white;
  background: #ea4d07;
  background: linear-gradient(90deg, #ed693c 0, #ed693c 40%, #ffcf01 100%);
  border-radius: 12px;
}
.solution-membership--featured .island__header {
  background: none !important;
}
.solution-membership--featured .solution-membership__title {
  font-size: 36px;
}
.solution-membership--featured .island__body {
  padding: 25.88px;
  padding-bottom: 25.88px !important;
}
@media screen and (min-width: 776.4px) {
  .solution-membership--featured .island__body {
    padding: 64.7px 64.7px 64.7px !important;
  }
}
.solution-membership--featured .solution-membership__price {
  left: 25.88px;
}
@media screen and (min-width: 776.4px) {
  .solution-membership--featured .solution-membership__price {
    left: 64.7px;
  }
}
.solution-membership__title {
  margin-top: 0;
  margin-bottom: 12px;
}
.solution-membership__page-title {
  margin-top: 0;
  color: white;
  margin-bottom: 38.82px;
}
.solution-membership__price {
  position: absolute;
  top: 0;
  left: 19.41px;
  background: #022169;
  color: white;
  padding: 9.705px 19.41px;
}
.solution-membership .island__body {
  padding: 19.41px 19.41px 64.7px 19.41px;
}
.solution-membership ul {
  margin-left: 19.41px;
}
.solution-membership ul li {
  margin-bottom: 6.47px;
}
.solution-membership__list--featured {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: #414042;
  padding: 25.88px;
  border-radius: 12px;
}
.solution-membership__list--featured .solution-membership__list-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12.94px;
}
.solution-membership__list--featured ul {
  margin-bottom: 0;
}
.solution-membership__list-title {
  font-size: 18px;
}

.membership-comparison__desktop-only {
  display: none;
}
@media screen and (min-width: 776.4px) {
  .membership-comparison__desktop-only {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #022169;
    color: #fff;
    padding-top: 3px;
  }
}
.membership-comparison__desktop-only.no-bg {
  width: auto;
  background: none;
  color: #888;
}
.membership-comparison__desktop-only.is_text {
  color: #555;
  background: none;
  width: auto;
}
.membership-comparison__row {
  padding-bottom: 25.88px;
  margin-bottom: 12.94px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__row {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.membership-comparison__row .membership-comparison__content:last-of-type {
  border-right: 0;
}
.membership-comparison__row--buttons {
  display: none;
  border-bottom: 0;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__row--buttons {
    display: flex;
  }
}
.membership-comparison__row--buttons .button {
  padding: 6px 24px 8px !important;
  color: #022169;
}
.membership-comparison__row--buttons .button:hover {
  border-color: #022169;
  background: #022169;
  color: white;
}
.membership-comparison__row--buttons .membership-comparison__content--xxx {
  position: relative;
  height: auto !important;
}
.membership-comparison__row--buttons .membership-comparison__content--xxx:before {
  content: "";
  display: inline-block;
  width: 100%;
  background: #fb3a01;
  position: absolute;
  height: 12.94px;
  bottom: -9.705px;
  left: 0;
  border-bottom-left-radius: 12.94px;
  border-bottom-right-radius: 12.94px;
}
.membership-comparison__row--buttons .membership-comparison__content--xxx .button {
  padding: 9px 36px 12px !important;
  top: 6px;
  position: relative;
}
.membership-comparison__row--buttons .membership-comparison__content--xxx .button:hover {
  background: white;
  color: #022169 !important;
}
.membership-comparison__row--buttons .membership-comparison__content {
  border-right: 0;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__row .membership-comparison__content--xxx {
    background: #fb3a01;
    color: white;
    min-height: 52px !important;
  }
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__row .membership-comparison__content--xxx .icon:before {
    color: white;
  }
}
.membership-comparison__row--heading {
  display: none;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__row--heading {
    display: flex;
  }
}
.membership-comparison__row--heading .membership-comparison__name {
  font-weight: 700;
}
.membership-comparison__row--heading .membership-comparison__content {
  font-weight: bold;
}
.membership-comparison__row--heading .membership-comparison__content--xxx {
  position: relative;
}
.membership-comparison__row--heading .membership-comparison__content--xxx:before {
  content: "";
  display: inline-block;
  width: 100%;
  background: #fb3a01;
  position: absolute;
  height: 12.94px;
  top: -12.94px;
  left: 0;
  border-top-left-radius: 12.94px;
  border-top-right-radius: 12.94px;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__label {
    display: none;
  }
}
.membership-comparison__name {
  flex: 0 0 25%;
  padding-top: 12.94px;
  padding-bottom: 12.94px;
  font-weight: 600;
  font-size: 14px;
  color: #022169;
}
@media screen and (min-width: 1294px) {
  .membership-comparison__name {
    font-size: 16px;
  }
}
.membership-comparison__name .grey {
  color: #999;
}
.membership-comparison__content {
  flex: 0 0 25%;
  text-align: center;
  padding-top: 12.94px;
  text-align: left;
  padding-left: 12.94px;
  align-items: center;
  display: flex;
  padding-bottom: 0;
  color: #022169;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__content {
    border-right: 1px solid #eee;
  }
}
.membership-comparison__content .icon {
  margin-right: 12.94px;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__content .icon {
    margin-right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__content {
    padding-left: 0;
    text-align: center;
    display: block;
    padding-bottom: 16px;
  }
}
.membership-comparison__content:empty {
  display: none;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__content:empty {
    display: inline-block;
  }
}
.membership-comparison__content .grey {
  color: #999;
}

@media screen and (min-width: 1035.2px) {
  .membership-comparison__content--xxx .membership-comparison__desktop-only {
    background: white;
    color: #E23401;
  }
}

.membership-type--heading {
  color: #414042;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.membership-comparison__table {
  text-align: center;
}

.membership-comparison__table-diagram {
  display: none;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__table-diagram {
    display: flex;
  }
}
.membership-comparison__table-diagram__item {
  color: white;
}
.membership-comparison__table-diagram__item--1 {
  border-top: 0;
  flex: 0 0 40%;
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__table-diagram__item--2 {
    flex: 0 0 50%;
    flex: 0 0 35%;
    border-bottom: 2px solid white;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 25.88px;
    position: relative;
  }
  .membership-comparison__table-diagram__item--2:before {
    content: "";
    width: 2px;
    height: 10px;
    background: white;
    position: absolute;
    bottom: -12.94px;
    left: 0;
  }
  .membership-comparison__table-diagram__item--2:after {
    content: "";
    width: 2px;
    height: 10px;
    background: white;
    position: absolute;
    bottom: -12.94px;
    right: 0;
  }
}
@media screen and (min-width: 1035.2px) {
  .membership-comparison__table-diagram__item--3 {
    flex: 0 0 25%;
    border-bottom: 2px solid white;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 25.88px;
    position: relative;
  }
  .membership-comparison__table-diagram__item--3:before {
    content: "";
    width: 2px;
    height: 10px;
    background: white;
    position: absolute;
    bottom: -12.94px;
    left: 0;
  }
  .membership-comparison__table-diagram__item--3:after {
    content: "";
    width: 2px;
    height: 10px;
    background: white;
    position: absolute;
    bottom: -12.94px;
    right: 0;
  }
}

.textadvert {
  padding: 24px;
  display: inline-block;
  height: 100%;
  background: linear-gradient(to left, #E63F3C 0%, #F8C72A 50%, #E63F3C 100%);
  background-size: 200%;
  color: white;
}
.textadvert svg {
  fill: white;
}
.textadvert:hover .textadvert__overlay {
  transition: 0.25s linear background;
  background: rgba(65, 64, 66, 0.1);
}
.textadvert__overlay {
  transition: 0.25s linear background;
  background: rgba(65, 64, 66, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.textadvert__text {
  font-size: 1.4444444444rem;
  line-height: 1.25;
  position: relative;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.textadvert--white {
  border-top: 12px solid #414042;
  background: #fdfdfd;
  color: #414042;
}
.textadvert--white svg {
  fill: #414042;
}
.textadvert--white .textadvert__text {
  position: relative;
  color: #414042;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: linear opacity 0.3s;
}
.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.popup-model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 600px;
  max-width: 70%;
  background: white;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: linear all 0.3s;
  padding: 25.88px;
  max-height: 90%;
  overflow-y: scroll;
}
@media screen and (min-width: 1113px) {
  .popup-model {
    max-width: 90%;
    width: 960px;
  }
}
.popup-model span {
  line-height: 0.3;
  font-size: 50px;
  position: absolute;
  right: 25px;
  top: 25px;
  transform: rotate(45deg);
  cursor: pointer;
  color: #E23401;
}
.popup-model.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 1000px) {
  .popup-grid__item--one {
    width: 66.6%;
  }
}
@media screen and (min-width: 1000px) {
  .popup-grid__item--two {
    width: 33.3%;
  }
}

.search-results__fieldset {
  padding: 24px;
}

.header-mobile-search-container {
  display: block;
  padding-top: 12.94px;
  padding-left: 25.88px;
  padding-right: 25.88px;
  padding-bottom: 25.88px;
}
@media screen and (min-width: 1023px) {
  .header-mobile-search-container {
    display: none;
  }
}
.header-mobile-search-container input {
  font-size: 22px;
  border: 0;
  border-bottom: 1px solid #6d6d6d;
  padding: 12px 0;
  background: none !important;
}

.ais-Hits-item {
  margin-bottom: 24px;
}
.ais-Hits-item .resource-card {
  padding-bottom: 72px !important;
}
.ais-Hits-item .resource-card__footer {
  display: none;
}
.ais-Hits-item .resource-card svg {
  bottom: 15px;
  right: 18px;
}
.ais-Hits-item .resource-card__sponsor {
  display: none;
}
.ais-Hits-item .resource-video-card__title {
  border-top: 1px solid #022169;
}

.ais-Pagination-list {
  display: flex;
  justify-content: center;
  list-style: none;
}
.ais-Pagination-list > li {
  margin-right: 12px;
}
.ais-Pagination-list > li.ais-Pagination-item--selected a {
  background: #d5d5d5;
}
.ais-Pagination-list > li a {
  color: #414042;
  text-decoration: none;
  display: inline-block;
  background: #eee;
  padding: 9px 12px;
  line-height: 1;
  transition: 0.25s linear background;
}
.ais-Pagination-list > li a:hover {
  background: #d5d5d5;
  transition: 0.25s linear background;
}
.ais-Pagination-list > li.ais-Pagination-item--disabled {
  display: inline-block;
  padding: 9px 12px;
  line-height: 1;
  opacity: 0.5;
}

#search-tabs {
  margin-top: 24px !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#search-tabs .news-card__content {
  background: white;
}
#search-tabs .news-card__content:hover {
  background: #022169;
}
#search-tabs .resp-tab-item.search-tabs {
  display: flex;
  margin-right: 0;
  border-right: 1px solid #e7e7e7 !important;
}
#search-tabs .resp-tab-item.search-tabs.resp-tab-active {
  color: white;
}
#search-tabs .resp-tab-item.search-tabs:first-of-type {
  border-top-left-radius: 12px;
}
#search-tabs .resp-tab-item.search-tabs:last-of-type {
  border-top-right-radius: 12px;
}
#search-tabs .resp-tab-item.search-tabs > span {
  margin-left: 6px;
  font-size: 14px;
  top: 3px;
  position: relative;
}

.resp-tabs-container.search-tabs {
  position: relative;
  top: 124px;
}
@media screen and (min-width: 1023px) {
  .resp-tabs-container.search-tabs {
    top: auto;
  }
}
.resp-tabs-container.search-tabs .resp-tab-content {
  background: #f7f7f7;
  padding-left: 18px !important;
  padding-right: 18px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.resp-tabs-search-filters {
  display: flex;
  padding-top: 24px;
  text-align: left;
}
.resp-tabs-search-filters__item {
  flex: 0 0 calc(50% - 18px);
}
.resp-tabs-search-filters__item:first-of-type {
  margin-right: 36px;
}
.resp-tabs-search-filters-container {
  margin-bottom: 24px;
  text-align: right;
}

.resp-tabs-search-events .ais-Hits-list {
  list-style: none;
  margin-left: 0;
}
.resp-tabs-search-posts .ais-Hits-list {
  list-style: none;
  margin-left: 0;
}
.resp-tabs-search-pages .ais-Hits-list {
  list-style: none;
  margin-left: 0;
}
.resp-tabs-search-sigs .ais-Hits-list {
  list-style: none;
  margin-left: 0;
}
.resp-tabs-search-resources .ais-Hits-list {
  list-style: none;
  margin-left: 0;
}
.resp-tabs-search-resources .ais-Hits-item {
  margin-bottom: 24px;
}
.resp-tabs-search-resources .resource-card:hover .resource-card__content {
  color: white;
}
.resp-tabs-search-resources .resource-card__content {
  font-size: 14px;
  color: #032169;
}

.resp-tabs-search-affiliates .ais-Hits-list {
  list-style: none;
  margin-left: 0;
}
.ais-SearchBox-reset {
  position: absolute;
  right: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
}

.new-search-overlay {
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.66);
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.new-search-overlay.active {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}

.ais-SearchBox-loadingIndicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.ais-RefinementList-list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.ais-RefinementList-label {
  display: flex;
  margin-right: 24px;
}

.ais-RefinementList-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.ais-RefinementList-count {
  margin-left: 6px;
  font-size: 14px;
}
.ais-RefinementList-count:before {
  content: "(";
}
.ais-RefinementList-count:after {
  content: ")";
}

.resp-tabs-container.search-tabs h2.resp-accordion {
  padding: 20px 24px 20px 24px !important;
  border-bottom: 1px solid #eee !important;
}
.resp-tabs-container.search-tabs h2.resp-accordion .resp-arrow {
  border-top: 10px solid #6d6d6d !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  width: 10px;
  height: 10px;
}
.resp-tabs-container.search-tabs .resp-accordion .resp-arrow {
  transform: rotate(0deg);
}
.resp-tabs-container.search-tabs .resp-accordion.search-tabs.resp-tab-active .resp-arrow {
  transform: rotate(180deg) !important;
}

#hits-affiliates li.ais-Hits-item {
  display: flex;
  flex-direction: column;
}

@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0.5);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    max-width: 800px;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
.flexnav {
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  display: block;
  font-size: 0;
}
@media screen and (min-width: 1022.26px) {
  .flexnav {
    display: inline-block;
    max-height: 129.4px;
    text-align: right;
  }
}
.flexnav.opacity {
  opacity: 0;
  pointer-events: none;
}
.flexnav.flexnav-show {
  max-height: 3000px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  pointer-events: all;
}
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
.flexnav li {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.flexnav > li {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
@media screen and (min-width: 1022.26px) {
  .flexnav > li {
    width: auto;
    padding: initial;
  }
}
.flexnav > li:first-of-type .sub-menu {
  border-top-left-radius: 0;
}
.flexnav > li > a {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1022.26px) {
  .flexnav > li > a {
    display: initial;
    width: auto;
  }
}
.flexnav li a {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.flexnav li ul {
  width: 100%;
}
.flexnav li ul li {
  position: relative;
  overflow: hidden;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav .touch-button {
  font-size: 0;
  position: absolute;
  z-index: 999;
  top: -3.235px;
  right: 15.528px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background-image: url(/images/dropdown-arrow--small.svg?d6884f77b3f04b7b5be58f4ffa854963);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s linear transform;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button.active {
  transform: rotate(180deg);
  transition: 0.25s linear transform;
}

.menu-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25.88px;
  display: block;
  cursor: pointer;
}
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
.menu-button .touch-button {
  background: transparent;
  z-index: 999;
  width: 50px;
  height: auto;
  display: inline-block;
}
.menu-button .touch-button .icon {
  background-image: url(/images/list-arrow.svg?7e4857cd75c5dab5c249b22a193f93fb);
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}

@media screen and (min-width: 1022.26px) {
  body.one-page {
    padding-top: 70px;
  }
  .home-page .flexnav.opacity {
    z-index: 998 !important;
  }
  .flexnav.overflow--visible {
    overflow: visible;
  }
  .flexnav.opacity {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
  }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
  .flexnav li {
    position: relative;
    display: inline-block;
    overflow: visible;
  }
  .flexnav > li > ul {
    position: absolute;
  }
  .flexnav > li > ul li {
    width: 100%;
  }
  .flexnav > li > ul > li > ul {
    top: 0;
  }
  .flexnav li ul.open {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  @supports (display: grid) {
    .flexnav li ul.open {
      display: flex;
    }
  }
  .flexnav li ul.open li {
    overflow: visible;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .menu-button {
    display: none;
  }
  .flexnav .touch-button {
    display: none;
  }
  .page-has-reports .flexnav.opacity {
    z-index: 996;
  }
}
.sub-menu {
  z-index: 996;
}
@media screen and (min-width: 1022.26px) {
  .sub-menu {
    display: block;
    left: 0px;
  }
  @supports (display: grid) {
    .sub-menu {
      display: grid;
    }
  }
}
.sub-menu .resource-card {
  display: inline-block !important;
  height: auto !important;
}
.sub-menu .event-card {
  height: auto !important;
  min-height: 200px !important;
}
.sub-menu--collaborate {
  left: -237px;
}
.sub-menu--influence {
  border-top-left-radius: 0 !important;
  left: -398px;
  min-width: 270px !important;
  left: 0;
}
.sub-menu--influence > li > ul {
  border-right: 0 !important;
}
.sub-menu--partners {
  border-top-left-radius: 0 !important;
}

.header .sub-menu {
  padding: 19.41px !important;
  background: #022169;
  text-align: left;
  color: white !important;
  grid-gap: 0;
}
@media screen and (min-width: 1023px) {
  .header .sub-menu {
    grid-gap: 25.88px;
  }
}
.header .sub-menu--network {
  left: -104px;
}
.header .sub-menu--main {
  top: 43px;
  margin-left: 0;
  display: block;
}
@media screen and (min-width: 1023px) {
  .header .sub-menu--main {
    display: flex;
  }
}
.header .sub-menu--main > li {
  width: auto;
}
.header .sub-menu--main > li > ul {
  width: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.44);
}
@media screen and (max-width: 932px) {
  .header .sub-menu--main {
    max-height: 0;
    margin-bottom: 0;
  }
}
.header .sub-menu a {
  display: inline-block;
  color: white !important;
  font-weight: 600 !important;
}
.header .sub-menu a:hover {
  color: #cccccc !important;
}
.header .sub-menu a.is-active {
  color: #cccccc !important;
}
.header .sub-menu a.is-active svg {
  transition: 0.25 linear fill;
  fill: #E23401;
}
.header .sub-menu.flexnav-show {
  opacity: 1;
  padding: 1.618rem;
  max-height: initial;
}
.header .sub-menu.sub-menu--active {
  z-index: 999;
}
.header .sub-menu-item {
  position: relative;
}
.header .sub-menu-item__list {
  margin-left: 0;
  list-style: none;
}
.header .sub-menu-item__list a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header .sub-menu-item__list li {
  font-size: 1.1111111111rem;
  line-height: 1.064;
  margin-bottom: 12.94px;
  position: relative;
  text-transform: capitalize;
  padding-left: 0;
}
.header .sub-menu-item__list svg {
  transition: 0.25 linear fill;
  margin-right: 9.705px;
}
.header .sub-menu-item__list a {
  text-decoration: none;
  color: #414042;
  position: relative;
  font-weight: 500;
  overflow: visible !important;
  transition: 0.25s linear color;
}
.header .sub-menu-item__list a:hover {
  transition: 0.25s linear color;
}
.header .sub-menu-item__event-container {
  width: 100% !important;
}
@media screen and (min-width: 1035.2px) {
  .header .sub-menu {
    margin: 0;
    background-color: #022169;
    min-width: 781.576px;
    position: absolute;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}
.header .sub-menu a {
  font-size: 0.8888888889rem;
  padding: 0 12.94px;
  margin: 0;
  display: block;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 1035.2px) {
  .header .sub-menu a {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

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

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

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

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

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #022169;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -40px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  background: #414042;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 32px;
  line-height: 12px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #022169;
  opacity: 1;
}

.slick-track {
  margin-left: 0;
}

* {
  min-width: 0;
  min-height: 0;
}

/* the slides */
.slick-slide {
  margin: 0 36px 0 0;
}

/* the parent */
.slick-list {
  margin: 0 -36px 0 0;
}

.slick-arrow {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.resource-slick .resource-grid__item {
  height: 100%;
}

.events-slick .event-slice-grid__item, .events-slick .resp-tabs-search-events .ais-Hits-item, .resp-tabs-search-events .events-slick .ais-Hits-item {
  height: 100%;
}

.slider-container {
  overflow: hidden;
}

.slick-slide:nth-of-child(n+1) {
  display: none;
}

.slick-initialized,
.slick-slide:first-child {
  display: block;
}

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: mediabox;
}
@keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: mediaboxhide;
}
@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }
  .mediabox-close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }
  .mediabox-close {
    bottom: 262px;
  }
}
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc-day-header {
  background: #414042 !important;
  color: white !important;
  padding-top: 12.94px !important;
  padding-bottom: 12.94px !important;
}

.calendar-key__item {
  display: inline-block;
  margin-right: 6.47px;
}
.calendar-key__item:last-of-type {
  margin-right: 0;
}
.calendar-key__item span:hover {
  background: white;
}
.calendar-key__colour {
  display: inline-block;
  width: 25.88px;
  height: 25.88px;
}
.calendar-key__colour--140 {
  border-left: 10px solid #022169 !important;
}
.calendar-key__colour--141 {
  border-left: 10px solid #999999 !important;
}
.calendar-key__colour--142 {
  border-left: 10px solid #e0963a !important;
}
.calendar-key__colour--541 {
  border-left: 10px solid #f5cf54 !important;
}
.calendar-key__colour--543 {
  border-left: 10px solid #e34040 !important;
}
.calendar-key__colour--544 {
  border-left: 10px solid #6acb74 !important;
}
.calendar-key__colour--545 {
  border-left: 10px solid #3756aa !important;
}
.calendar-key__colour--546 {
  border-left: 10px solid #9328df !important;
}
.calendar-key__colour--547 {
  border-left: 10px solid #3aaee0 !important;
}
.calendar-key__text {
  display: inline-block;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #022169;
  position: relative;
  margin-left: 6.47px;
  background: #F0F0F0;
  border: 1px solid #022169;
  padding: 5px 9px 5px 9px;
  border-radius: 4px;
  border-left: 10px solid #022169;
  margin-bottom: 12.94px;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
  font-size: 0.75em;
}

.fc table {
  border: 0 none;
}
.fc td,
.fc th,
.fc tr {
  border: 0 none;
}
.fc td,
.fc th {
  padding: 12.94px;
}
.fc th {
  background-color: white;
  text-align: left;
}

.fc-content {
  font-size: 0.8333333333rem;
  padding: 6.47px;
}

.fc-content .fc-title {
  color: black !important;
}

.fc-state-highlight {
  background: #ececec !important;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #e8e8e5;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: white;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #414042;
}

.fc-unthemed .fc-today {
  background: #e4ffe2;
}

.fc-highlight { /* when user is selecting cells */
  background: #e4ffe2;
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em; /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default { /* non-theme */ }

.fc-state-default.fc-corner-left { /* non-theme */ }

.fc-state-default.fc-corner-right { /* non-theme */ }

/* icons in buttons */
.fc button .fc-icon { /* non-theme */
  position: relative;
  top: -0.05em; /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  border-radius: 0;
  margin-right: 6.47px !important;
  background: #414042;
  color: white;
  border: 0 none;
}
.fc-state-default:last-of-type {
  margin-right: 0 !important;
}

.fc-state-hover {
  color: #414042;
  background-color: #e6e6e6;
  background-image: none;
  border: 0 none;
}

.fc-state-down,
.fc-state-active {
  color: #414042;
  background-color: #e6e6e6;
  background-image: none;
  border: 0 none;
}

.fc-state-disabled {
  cursor: default;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%; /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  background: white;
  color: #022169;
}

.fc td.fc-today {
  border-style: double; /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent; /* no top border on first row */
  margin-bottom: 0;
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none; /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
  position: relative; /* re-scope all positions */
  width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative; /* for resize handle and other inner positioning */
  display: block; /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #022169; /* default BORDER color */
  border-left: 10px solid;
  background-color: white !important; /* default BACKGROUND color */
  font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff; /* default TEXT color */
  text-decoration: none; /* if <a> has an href */
  cursor: pointer;
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
  colour: black !important;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px; /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px; /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto; /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto; /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0; /* spacing between events and edges */
  padding: 0 1px;
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table { /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  font-size: 1rem;
  padding: 9px 9px 0px 9px !important;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.5;
  filter: alpha(opacity=50); /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis { /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal; /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
  background: none; /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
  position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start { /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - "; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em; /* make the title text the same size as the time */
  padding: 0; /* undo padding from above */
}

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

@media print {
  /*!
   * FullCalendar v2.4.0 Print Stylesheet
   * Docs & License: http://fullcalendar.io/
   * (c) 2015 Adam Shaw
   */
  /*
   * Include this stylesheet on your page to get a more printer-friendly calendar.
   * When including this stylesheet, use the media='print' attribute of the <link> tag.
   * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
   */
  .fc {
    max-width: 100% !important;
  }
  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }
  .fc-event .fc-resizer {
    display: none;
  }
  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  th,
  td,
  hr,
  thead,
  tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }
  /* kill the overlaid, absolutely-positioned common components */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-helper-skeleton {
    display: none;
  }
  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important; /* undo height that JS set in distributeHeight */
    min-height: 0 !important; /* undo the min-height from each view's specific stylesheet */
  }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static; /* undo .fc-rigid */
    padding-bottom: 0 !important; /* use a more border-friendly method for this... */
  }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td { /* only works in newer browsers */
    padding-bottom: 1em; /* ...gives space within the skeleton. also ensures min height in a way */
  }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }
  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important;
  }
  .fc tr.fc-limited {
    display: table-row !important;
  }
  .fc td.fc-limited {
    display: table-cell !important;
  }
  .fc-popover {
    display: none; /* never display the "more.." popover in print mode */
  }
  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }
  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-agenda-view .fc-axis {
    display: none;
  }
  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr { /* this hr is used when height is underused and needs to be filled */
    display: none !important; /* important overrides inline declaration */
  }
  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }
  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }
  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }
  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container { /* */
    overflow: visible !important;
    height: auto !important;
  }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }
  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none; /* don't display any button-related controls */
  }
}
.chosen-container {
  width: 100% !important;
  font-size: 100%;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-active .chosen-single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  width: 100%;
  height: auto;
  outline: 0;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
  border-radius: 6px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border-radius: 3px;
  line-height: 22px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-container .chosen-drop {
  border: 1px solid #D3D3D3;
  border-top: 0;
  background: white;
  box-shadow: 0;
  border-radius: 0 0 0 0;
}

.chosen-container-single .chosen-single {
  border: 1px solid #D3D3D3;
  border-radius: 0;
  background-color: white;
  padding: 0 12.94px;
  height: 51.76px;
  line-height: 46.584px;
  box-shadow: 0;
  color: #414042;
}

.chosen-container-single .chosen-default {
  color: #414042;
}

.chosen-container-single .chosen-search {
  padding: 0 12.94px 6.47px;
}

.chosen-container-single .chosen-single abbr {
  background: url(/images/chosen-sprite--new.png?6830e4814e15bd87d862a91b8f34b5b5) -42px 1px no-repeat;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div b {
  background: url(/images/chosen-sprite--new.png?6830e4814e15bd87d862a91b8f34b5b5) no-repeat 0 19.41px;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #D3D3D3;
  background-color: white;
  background-image: url(/images/chosen-sprite--new.png?6830e4814e15bd87d862a91b8f34b5b5);
  background-repeat: no-repeat;
  background-position: right -46px bottom 14px;
  border-radius: 0;
}

.chosen-container .chosen-results {
  color: #414042;
}

.chosen-container .chosen-results li.disabled-result {
  color: #cccccc;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #022169;
  border-radius: 3px;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #414042;
  background: #f4f4f4;
}

.chosen-container-multi .chosen-choices {
  border: 1px solid #D3D3D3;
  background-color: white;
  padding: 12.94px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0;
  color: #414042;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(/images/chosen-sprite--new.png?6830e4814e15bd87d862a91b8f34b5b5) -63px 1px no-repeat;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -63px -30px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  border: 1px solid #ccc;
  background-color: #1F3263;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -63px -30px;
}

.chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
}

.chosen-container-active .chosen-single {
  border: 1px solid #022169;
  box-shadow: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #D3D3D3;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -32px 19.41px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #022169;
  box-shadow: 0;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/images/chosen-sprite--new@2x.png?f49c4304e7244ef1080d605f0570f000) !important;
    background-size: 73px 42px !important;
    background-repeat: no-repeat !important;
  }
}
.jq-ry-container {
  position: relative;
  padding: 0 5px 0 0;
  line-height: 0;
  display: inline-block;
  cursor: pointer;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (min-width: 770px) {
  .affiliate-tab-container {
    margin-left: auto;
    margin-right: auto;
  }
}

#affiliate-tab {
  position: relative;
  top: -38px;
}
@media screen and (min-width: 770px) {
  #affiliate-tab {
    top: -43px;
  }
}
@media screen and (min-width: 850px) {
  #affiliate-tab {
    top: -46px;
  }
}
@media screen and (min-width: 1035.2px) {
  #affiliate-tab {
    top: -51px;
  }
}

.island__header--affiliate-portal {
  background: #FFF !important;
  padding-top: 0;
}

.affiliatePortal .resp-tabs-container {
  background: #eee;
}
.affiliatePortal ul.resp-tabs-list--affiliate-portal li.resp-tab-active {
  background: #eee !important;
}
.affiliatePortal .resp-tab-content {
  background: #eee !important;
}
.affiliatePortal .affiliates-social__link {
  color: #E23401;
  text-decoration: none;
  font-weight: 600;
}
.affiliatePortal .affiliates-social__title {
  margin-bottom: 12.94px;
}
@media screen and (min-width: 776.4px) {
  @supports (display: grid) {
    .affiliatePortal {
      display: flex !important;
      flex-direction: column;
    }
  }
}
@media screen and (min-width: 776.4px) {
  @supports (display: grid) {
    .affiliatePortal .resp-tabs-list {
      display: flex !important;
    }
  }
}
.affiliatePortal .resp-tabs-list li {
  flex: 0 0 auto;
  margin-right: 6px !important;
  padding: 16px 20px 14px !important;
}
@supports (display: grid) {
  .affiliatePortal .resp-tabs-list li {
    display: flex;
    align-items: center;
  }
}
.affiliatePortal .resp-tabs-list li .user-group__icon {
  width: 48px;
  height: 25px;
  margin-right: 12.94px;
}
@supports (display: grid) {
  .affiliatePortal .resp-tabs-list li .user-group__icon {
    flex: 0 0 27%;
  }
}
.affiliatePortal .resp-tabs-list li .user-group__icon.icon-svg--account-news {
  width: 21px;
}
.affiliatePortal .resp-tabs-list li .user-group__title {
  font-size: 0.8888888889rem;
  margin-top: 0;
  margin-bottom: 0;
}
.affiliatePortal .resp-tab-content {
  height: 100%;
}

.affiliatePortal--solution-links a {
  color: #E23401;
  font-weight: 600;
}
.affiliatePortal--solution-item {
  background: #eee;
  padding: 24px;
  cursor: move;
}
.affiliatePortal--solution-item-parent .affiliatePortal--solution-item:last-of-type {
  margin-bottom: 0;
}

.affiliatePortal--user .upload-btn {
  background: white;
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.affiliatePortal--user .upload-text {
  margin-bottom: 12px;
}
.affiliatePortal--user .resp-tabs-list li > a {
  display: flex;
  width: 100%;
  color: white;
  text-decoration: none;
}
.affiliatePortal--user .resp-tab-active > a {
  color: #022169 !important;
}

.affiliatePortal--news-delete-link {
  font-size: 16px;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  display: flex;
}
ul.resp-tabs-list--affiliate-portal li {
  padding: 24px 30px 14px 30px;
  background: #022169 !important;
  color: #eee;
  text-align: center;
}
ul.resp-tabs-list--affiliate-portal li.resp-tab-active {
  background: #fff !important;
  color: #022169;
}
.island__header--affiliate-portal .resp-tab-content {
  background: #FFF;
}
.island__header--affiliate-portal .resp-tab-content {
  padding: 15px 30px 30px 30px;
}
.island__header--affiliate-portal .button {
  text-decoration: none;
}
.island__header--affiliate-portal .resp-accordion {
  background: #022169 !important;
  color: white;
  border: 0 !important;
}
.island__header--affiliate-portal .resp-accordion.resp-tab-active {
  background: white !important;
  color: #022169 !important;
}
.affiliatePortal-tab__header {
  margin: 25.88px 0;
}
.affiliatePortal-tab__header h1 {
  margin-top: 0;
  margin-bottom: 12.94px;
}
.affiliatePortal-tab__header .content-grid__item {
  margin-bottom: 0;
}

#js-sort--documents > .content-grid, .resp-tabs-search-posts #js-sort--documents > .ais-Hits-list, .resp-tabs-search-pages #js-sort--documents > .ais-Hits-list, .resp-tabs-search-sigs #js-sort--documents > .ais-Hits-list, .resp-tabs-search-resources #js-sort--documents > .ais-Hits-list {
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  #js-sort--documents > .content-grid, .resp-tabs-search-posts #js-sort--documents > .ais-Hits-list, .resp-tabs-search-pages #js-sort--documents > .ais-Hits-list, .resp-tabs-search-sigs #js-sort--documents > .ais-Hits-list, .resp-tabs-search-resources #js-sort--documents > .ais-Hits-list {
    margin-bottom: 0;
  }
}

.affiliatePortal-tab__innerpanel {
  background: white;
  padding: 25.88px;
  box-shadow: 0px 0px 3px 1px #eee;
  border-radius: 12px;
}
.affiliatePortal-tab__innerpanel + .affiliatePortal-tab__innerpanel {
  margin-top: 24px;
}
.affiliatePortal-tab__innerpanel form {
  width: 100%;
}
.affiliatePortal-tab__innerpanel .affiliatePortal--news-delete-link {
  color: #E23401;
  text-decoration: none;
  font-weight: 600;
}
.affiliatePortal-tab__innerpanel .affiliates-case-study__actions a {
  color: #E23401;
  font-weight: 600;
}
.affiliatePortal-tab__innerpanel .affiliates-download {
  background: #eee;
  padding: 12px 18px 12px 18px;
  margin-right: 25.88px;
  cursor: move;
}
@media screen and (min-width: 600px) {
  .affiliatePortal-tab__innerpanel .affiliates-download-outer-details {
    flex: 1 0 50%;
    margin-bottom: 20px;
  }
}
.affiliatePortal-tab__innerpanel .affiliates-download-inner-details {
  flex: 0 0 100%;
}
@media screen and (min-width: 600px) {
  .affiliatePortal-tab__innerpanel .affiliates-download-inner-details {
    flex: 1 0 50%;
    padding-right: 12px;
  }
}
.affiliatePortal-tab__innerpanel .affiliates-download-view {
  color: #022169;
  text-decoration: none;
  font-weight: bold;
  transition: 0.25s linear color;
}
.affiliatePortal-tab__innerpanel .affiliates-download-view:hover {
  color: #03319b;
  transition: 0.25s linear color;
}
.affiliatePortal-tab__innerpanel .affiliates-download .content-grid, .affiliatePortal-tab__innerpanel .affiliates-download .resp-tabs-search-posts .ais-Hits-list, .resp-tabs-search-posts .affiliatePortal-tab__innerpanel .affiliates-download .ais-Hits-list, .affiliatePortal-tab__innerpanel .affiliates-download .resp-tabs-search-pages .ais-Hits-list, .resp-tabs-search-pages .affiliatePortal-tab__innerpanel .affiliates-download .ais-Hits-list, .affiliatePortal-tab__innerpanel .affiliates-download .resp-tabs-search-sigs .ais-Hits-list, .resp-tabs-search-sigs .affiliatePortal-tab__innerpanel .affiliates-download .ais-Hits-list, .affiliatePortal-tab__innerpanel .affiliates-download .resp-tabs-search-resources .ais-Hits-list, .resp-tabs-search-resources .affiliatePortal-tab__innerpanel .affiliates-download .ais-Hits-list {
  align-items: center;
}
.affiliatePortal-tab__innerpanel .affiliates-download .content-grid__item {
  margin-bottom: 0;
}
.affiliatePortal-tab__innerpanel .affiliates-download__title {
  margin-bottom: 6px;
  line-height: 1.125;
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 200px) {
  .affiliatePortal-tab__innerpanel .affiliates-download__title {
    font-size: 18px;
    font-size: calc(0.4vw + 15.2px);
  }
}
@media (min-width: 1200px) {
  .affiliatePortal-tab__innerpanel .affiliates-download__title {
    font-size: 20px;
    font-size: 20px;
  }
}
.affiliatePortal-tab__innerpanel .affiliates-download__actions a {
  color: #E23401;
  font-weight: 600;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact {
  padding: 12px 18px;
  margin-right: 25.88px;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact__title {
  margin-top: 0;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact__image {
  max-width: 48px;
  max-height: 48px;
  border: 3px solid #E23401;
  border-radius: 50%;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact__actions a {
  color: #E23401;
  font-weight: 600;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact-parent-grid {
  align-items: center;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact-parent-grid > .content-grid__item {
  margin-bottom: 0;
}
.affiliatePortal-tab__innerpanel .affiliates-key-contact > .content-grid, .affiliatePortal-tab__innerpanel .resp-tabs-search-posts .affiliates-key-contact > .ais-Hits-list, .resp-tabs-search-posts .affiliatePortal-tab__innerpanel .affiliates-key-contact > .ais-Hits-list, .affiliatePortal-tab__innerpanel .resp-tabs-search-pages .affiliates-key-contact > .ais-Hits-list, .resp-tabs-search-pages .affiliatePortal-tab__innerpanel .affiliates-key-contact > .ais-Hits-list, .affiliatePortal-tab__innerpanel .resp-tabs-search-sigs .affiliates-key-contact > .ais-Hits-list, .resp-tabs-search-sigs .affiliatePortal-tab__innerpanel .affiliates-key-contact > .ais-Hits-list, .affiliatePortal-tab__innerpanel .resp-tabs-search-resources .affiliates-key-contact > .ais-Hits-list, .resp-tabs-search-resources .affiliatePortal-tab__innerpanel .affiliates-key-contact > .ais-Hits-list {
  align-items: center;
}

.resp-tabs-list--affiliate-portal--last {
  margin-right: 0 !important;
}

.resp-tab-active {
  border-bottom: none;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 12px;
  padding: 12px 18px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0 9.705px 0 0;
  list-style: none;
  cursor: pointer;
  flex: 1 0 auto;
  text-align: center;
}
@media screen and (min-width: 776.4px) {
  .resp-tabs-list li {
    font-size: 14px;
    padding: 12px 18px;
  }
}
@media screen and (min-width: 1035.2px) {
  .resp-tabs-list li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1294px) {
  .resp-tabs-list li {
    font-size: 18px;
    padding: 14px 22px;
  }
}
.resp-tabs-list li:last-of-type {
  margin-right: 0;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  width: 100%;
}

@keyframes scaleAndBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.js-tab-multi-link-container-active {
  animation-name: scaleAndBounce;
  animation-duration: 1s;
  animation-direction: forwards;
  transition: 0.5s linear transform;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 24px;
}
@media screen and (min-width: 776.4px) {
  .resp-tab-content {
    padding: 48px;
  }
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 18px;
  margin: 0px;
  padding: 24px 24px 0 24px !important;
  background: white !important;
}
h2.resp-accordion.resp-tab-active .resp-arrow {
  transition: 0.25s linear background-image;
}
h2.resp-accordion .resp-arrow {
  transition: 0.25s linear background-image;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0 !important;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 24px 24px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

.resp-tab-item--join {
  padding: 0px;
}
.resp-tab-item--join a {
  text-decoration: none;
  color: #333;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.parsley-errors-list {
  margin: 0;
}
.parsley-errors-list.filled {
  display: inline-block;
  width: 100%;
  padding: 6.47px 12.94px;
  margin: 0 0 12.94px 0;
  position: relative;
  background-color: #C60F13;
  color: white;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  line-height: 1;
  list-style: none;
}
.parsley-error {
  border-color: #C60F13;
  margin-bottom: 6.47px !important;
}
.parsley-success {
  border-color: #00930e;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.inline-modal-delete-form {
  display: inline-block;
  margin-left: 12px;
}
.inline-modal-delete-form input {
  margin-bottom: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.8) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  border-radius: 12.94px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/images/color-box-loading_background.png?9e2301927f47f768d97402b99968584e) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/images/color-box-loading.gif?82c2bfd78bc53e41f0748c4f9e96c4c1) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/color-box-controls.png?4eacabada930c9ef322a3b5fdf3eaa52) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/color-box-controls.png?4eacabada930c9ef322a3b5fdf3eaa52) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/color-box-controls.png?4eacabada930c9ef322a3b5fdf3eaa52) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

#cboxClose {
  top: -12.94px;
  right: -12.94px;
  background: #ED693C;
  width: 35px;
  height: 35px;
  color: white;
}

#colorbox {
  overflow: visible !important;
}

#cboxWrapper {
  overflow: visible !important;
}

#cboxContent {
  overflow: visible !important;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.mobile--only {
  display: block;
}
@media screen and (min-width: 776.4px) {
  .mobile--only {
    display: none;
  }
}

.mobile-tablet--only {
  display: block;
}
@media screen and (min-width: 1035.2px) {
  .mobile-tablet--only {
    display: none;
  }
}
