@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=cwu8jpu&ht=tk&f=30025.30026.30027.30028.30029.30030.30033.30034.51957.51958&a=85245187&app=typekit&e=css");
body {
  --sl-theme-background: #fff;
  --sl-theme-main-paragraph: #2F3F55;
  --sl-theme-main-paragraph-hover: #FFCC00;
  --sl-theme-second-background: #EFF2F7;
  --sl-theme-second-paragraph: #2F3F55;
  --sl-theme-second-paragraph-hover: #FFCC00;
  --sl-theme-brand: #98AACF;
  --sl-theme-brand-inverse: #fff;
  --sl-theme-accent: #FFCC00;
  --sl-theme-accent-inverse: #2F3F55;
  --sl-theme-extra-light: #fff;
  --sl-theme-extra-dark: #2F3F55;
  --sl-theme-boxes-text: #2F3F55;
  --sl-theme-boxes-text-hover: #2F3F55;
  --sl-theme-boxes-bg: #EFF2F7;
  --sl-theme-boxes-bg-hover: #e5eaf3;
  --sl-theme-no-header-color: #fff;
  --sl-theme-no-header-bg: #98AACF;
  --sl-theme-border: #E5EAF3;
}

body.theme-1 {
  --sl-theme-background: #fff;
  --sl-theme-main-paragraph: #001332;
  --sl-theme-main-paragraph-hover: #B3995D;
  --sl-theme-second-background: #EDE5D4;
  --sl-theme-second-paragraph: #757575;
  --sl-theme-second-paragraph-hover: #B3995D;
  --sl-theme-brand: #001332;
  --sl-theme-brand-inverse: #fff;
  --sl-theme-accent: #B3995D;
  --sl-theme-accent-inverse: #fff;
  --sl-theme-extra-light: #fff;
  --sl-theme-extra-dark: #2F3F55;
  --sl-theme-boxes-text: #2F3F55;
  --sl-theme-boxes-text-hover: #2F3F55;
  --sl-theme-boxes-bg: #FAF0C5;
  --sl-theme-boxes-bg-hover: #FFEFAD;
  --sl-theme-border: #FAF0C5;
}

/* Reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none;
}

html,
body {
  line-height: 1.15;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #000;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, progress {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

legend {
  color: inherit;
  display: table;
  white-space: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  color: inherit;
  font-size: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

input::-moz-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
}

input,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

input {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
  outline: none;
}

:focus-visible {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

[hidden] {
  display: none;
}

.clear {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix:after, .secondLvlCss blockquote p.has-image:after, .content-area .cat-fixed:after {
  content: " ";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix-margin:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes circleReveal {
  0% {
    -webkit-clip-path: circle(0% at 100% 0%);
            clip-path: circle(0% at 100% 0%);
  }
  100% {
    -webkit-clip-path: circle(150%);
            clip-path: circle(150%);
  }
}
@-moz-keyframes circleReveal {
  0% {
    clip-path: circle(0% at 100% 0%);
  }
  100% {
    clip-path: circle(150%);
  }
}
@-o-keyframes circleReveal {
  0% {
    clip-path: circle(0% at 100% 0%);
  }
  100% {
    clip-path: circle(150%);
  }
}
@keyframes circleReveal {
  0% {
    -webkit-clip-path: circle(0% at 100% 0%);
            clip-path: circle(0% at 100% 0%);
  }
  100% {
    -webkit-clip-path: circle(150%);
            clip-path: circle(150%);
  }
}
@-webkit-keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@-moz-keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@-o-keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in {
  from {
    -moz-transform: translateY(30px);
         transform: translateY(30px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slide-in {
  from {
    -o-transform: translateY(30px);
       transform: translateY(30px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * agenda:
 *   - http://typekit.com/eulas/00000000000000007735d2b2
 *   - http://typekit.com/eulas/00000000000000007735d2b8
 *   - http://typekit.com/eulas/00000000000000007735d2be
 *   - http://typekit.com/eulas/00000000000000007735d2c1
 *   - http://typekit.com/eulas/00000000000000007735d2c6
 *   - http://typekit.com/eulas/00000000000000007735d2cb
 *   - http://typekit.com/eulas/00000000000000007735d2d4
 *   - http://typekit.com/eulas/00000000000000007735d2d6
 * arsenica-variable:
 *   - http://typekit.com/eulas/0000000000000000774afb61
 *   - http://typekit.com/eulas/0000000000000000774afb64
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-08-11 16:35:05 UTC"}*/
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/a51ddf/00000000000000007735d2b2/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/a51ddf/00000000000000007735d2b2/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/a51ddf/00000000000000007735d2b2/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/26f948/00000000000000007735d2b8/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/26f948/00000000000000007735d2b8/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/26f948/00000000000000007735d2b8/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/e6d00a/00000000000000007735d2be/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/e6d00a/00000000000000007735d2be/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e6d00a/00000000000000007735d2be/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/759837/00000000000000007735d2c1/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/759837/00000000000000007735d2c1/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/759837/00000000000000007735d2c1/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/336188/00000000000000007735d2c6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/336188/00000000000000007735d2c6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/336188/00000000000000007735d2c6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/964890/00000000000000007735d2cb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/964890/00000000000000007735d2cb/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/964890/00000000000000007735d2cb/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/201880/00000000000000007735d2d4/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/201880/00000000000000007735d2d4/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/201880/00000000000000007735d2d4/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/233f12/00000000000000007735d2d6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/233f12/00000000000000007735d2d6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/233f12/00000000000000007735d2d6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "arsenica-variable";
  src: url("https://use.typekit.net/af/d8f973/0000000000000000774afb61/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/d8f973/0000000000000000774afb61/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/d8f973/0000000000000000774afb61/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 100 800;
  font-stretch: normal;
}
@font-face {
  font-family: "arsenica-variable";
  src: url("https://use.typekit.net/af/2f4c2a/0000000000000000774afb64/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2f4c2a/0000000000000000774afb64/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2f4c2a/0000000000000000774afb64/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100 800;
  font-stretch: normal;
}
.tk-agenda {
  font-family: "agenda", sans-serif;
}

.tk-arsenica-variable {
  font-family: "arsenica-variable", sans-serif;
}

@font-face {
  font-family: "global-icons";
  src: url("/fonts/icons/global-icons.woff?220ktz") format("woff");
  src: url("/fonts/icons/global-icons.svg?220ktz&#global-icons") format("svg");
  src: url("/fonts/icons/global-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "social-icons";
  src: url("/fonts/icons/social-icons.eot?ejdvaz");
  src: url("/fonts/icons/social-icons.eot?ejdvaz#iefix") format("embedded-opentype"), url("/fonts/icons/social-icons.woff?ejdvaz") format("woff"), url("/fonts/icons/social-icons.svg?ejdvaz#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
    * only social icons
*/
.social-icon, .story-card .story-card-image {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon.social-blog-icon:before, .social-icon.story-card.isTumblr:before, .social-icon.story-card.isWordpress:before, .story-card .social-blog-icon.story-card-image:before, .story-card .story-card-image.story-card.isTumblr:before, .story-card .story-card-image.story-card.isWordpress:before {
  content: "";
}
.social-icon.social-facebook-icon:before, .story-card .social-facebook-icon.story-card-image:before, .story-card.isFacebook .story-card-image:before {
  content: "";
}
.social-icon.social-flickr-icon:before, .story-card .social-flickr-icon.story-card-image:before, .story-card.isPhotos .story-card-image:before {
  content: "";
}
.social-icon.social-instagram-icon:before, .story-card .social-instagram-icon.story-card-image:before, .story-card.isInstagram .story-card-image:before {
  content: "";
}
.social-icon.social-issuu-icon:before, .story-card .social-issuu-icon.story-card-image:before, .story-card.isPublications .story-card-image:before {
  content: "";
}
.social-icon.social-linkedin-icon:before, .story-card .social-linkedin-icon.story-card-image:before {
  content: "";
}
.social-icon.social-pinterest-icon:before, .story-card .social-pinterest-icon.story-card-image:before, .story-card.isPinterest .story-card-image:before {
  content: "";
}
.social-icon.social-soundcloud-icon:before, .story-card .social-soundcloud-icon.story-card-image:before, .story-card.isAudio .story-card-image:before {
  content: "";
}
.social-icon.social-twitter-icon:before, .story-card.isTwitter .social-icon.story-card-image:before, .story-card .story-card-image:before {
  content: "";
}
.social-icon.social-vimeo-icon:before, .story-card .social-vimeo-icon.story-card-image:before, .story-card.isVimeo .story-card-image:before {
  content: "";
}
.social-icon.social-youtube-icon:before, .story-card .social-youtube-icon.story-card-image:before, .story-card.isYoutube .story-card-image:before {
  content: "";
}
.social-icon.social-news-icon:before, .story-card .social-news-icon.story-card-image:before, .story-card.isNews .story-card-image:before {
  content: "";
}

/* end social icons */
/*
    * only global icons
*/
.global-icons, .custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons.icon-calendar:before {
  content: "";
}
.global-icons.icon-clock:before {
  content: "";
}
.global-icons.icon-arrow-big-head-up:before {
  content: "";
}
.global-icons.icon-arrow-big-head-down:before {
  content: "";
}
.global-icons.icon-arrow-big-tail-up:before {
  content: "";
}
.global-icons.icon-arrow-big-tail-down:before {
  content: "";
}
.global-icons.icon-arrow-head-right:before {
  content: "";
}
.global-icons.icon-arrow-head-left:before {
  content: "";
}
.global-icons.icon-arrow-tail-right:before {
  content: "";
}
.global-icons.icon-arrow-tail-left:before {
  content: "";
}
.global-icons.icon-chevron-right:before {
  content: "";
}
.global-icons.icon-chevron-left:before {
  content: "";
}
.global-icons.icon-arrow-right-sml:before {
  content: "";
}
.global-icons.icon-chevron-down:before {
  content: "";
}
.global-icons.icon-search:before {
  content: "";
}
.global-icons.icon-pin:before {
  content: "";
}
.global-icons.icon-phone:before {
  content: "";
}
.global-icons.icon-bell:before {
  content: "";
}
.global-icons.icon-arrow-left:before {
  content: "";
}
.global-icons.icon-arrow-right:before {
  content: "";
}
.global-icons.icon-arrow-down:before {
  content: "";
}
.global-icons.icon-arrow-top:before {
  content: "";
}
.global-icons.icon-alert:before {
  content: "";
}
.global-icons.icon-close:before {
  content: "";
}

.global-icons-before:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons-before.icon-before-calendar:before {
  content: "";
}
.global-icons-before.icon-before-clock:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-head-up:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-head-down:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-tail-up:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-tail-down:before {
  content: "";
}
.global-icons-before.icon-before-arrow-head-right:before {
  content: "";
}
.global-icons-before.icon-before-arrow-head-left:before {
  content: "";
}
.global-icons-before.icon-before-arrow-tail-right:before {
  content: "";
}
.global-icons-before.icon-before-arrow-tail-left:before {
  content: "";
}
.global-icons-before.icon-before-chevron-right:before {
  content: "";
}
.global-icons-before.icon-before-chevron-left:before {
  content: "";
}
.global-icons-before.icon-before-arrow-right-sml:before {
  content: "";
}
.global-icons-before.icon-before-chevron-down:before {
  content: "";
}
.global-icons-before.icon-before-search:before {
  content: "";
}
.global-icons-before.icon-before-pin:before {
  content: "";
}
.global-icons-before.icon-before-phone:before {
  content: "";
}
.global-icons-before.icon-before-bell:before {
  content: "";
}
.global-icons-before.icon-before-arrow-left:before {
  content: "";
}
.global-icons-before.icon-before-arrow-right:before {
  content: "";
}
.global-icons-before.icon-before-arrow-down:before {
  content: "";
}
.global-icons-before.icon-before-arrow-top:before {
  content: "";
}
.global-icons-before.icon-before-alert:before {
  content: "";
}
.global-icons-before.icon-before-close:before {
  content: "";
}

.global-icons-after:after, .staff-card .staff-card-content .scc-role:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons-after.icon-after-calendar:after, .staff-card .staff-card-content .icon-after-calendar.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-clock:after, .staff-card .staff-card-content .icon-after-clock.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-head-up:after, .staff-card .staff-card-content .icon-after-arrow-big-head-up.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-head-down:after, .staff-card .staff-card-content .icon-after-arrow-big-head-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-tail-up:after, .staff-card .staff-card-content .icon-after-arrow-big-tail-up.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-tail-down:after, .staff-card .staff-card-content .icon-after-arrow-big-tail-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-head-right:after, .staff-card .staff-card-content .icon-after-arrow-head-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-head-left:after, .staff-card .staff-card-content .icon-after-arrow-head-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-tail-right:after, .staff-card .staff-card-content .icon-after-arrow-tail-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-tail-left:after, .staff-card .staff-card-content .icon-after-arrow-tail-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-chevron-right:after, .staff-card .staff-card-content .icon-after-chevron-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-chevron-left:after, .staff-card .staff-card-content .icon-after-chevron-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-right-sml:after, .staff-card .staff-card-content .scc-role:after {
  content: "";
}
.global-icons-after.icon-after-chevron-down:after, .staff-card .staff-card-content .icon-after-chevron-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-search:after, .staff-card .staff-card-content .icon-after-search.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-pin:after, .staff-card .staff-card-content .icon-after-pin.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-phone:after, .staff-card .staff-card-content .icon-after-phone.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-bell:after, .staff-card .staff-card-content .icon-after-bell.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-left:after, .staff-card .staff-card-content .icon-after-arrow-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-right:after, .staff-card .staff-card-content .icon-after-arrow-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-down:after, .staff-card .staff-card-content .icon-after-arrow-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-top:after, .staff-card .staff-card-content .icon-after-arrow-top.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-alert:after, .staff-card .staff-card-content .icon-after-alert.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-close:after, .staff-card .staff-card-content .icon-after-close.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-email:after, .staff-card .staff-card-content .icon-after-email.scc-role:after {
  content: "";
  width: 18px;
  height: 18px;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='%23f8ba41'%3E%3Cpath d='m331.756 277.251-42.881 43.026c-17.389 17.45-47.985 17.826-65.75 0l-42.883-43.026L26.226 431.767C31.959 434.418 38.28 436 45 436h422c6.72 0 13.039-1.58 18.77-4.232L331.756 277.251z' data-original='%23000000'/%3E%3Cpath d='M467 76H45c-6.72 0-13.041 1.582-18.772 4.233l164.577 165.123c.011.011.024.013.035.024a.05.05 0 0 1 .013.026l53.513 53.69c5.684 5.684 17.586 5.684 23.27 0l53.502-53.681s.013-.024.024-.035c0 0 .024-.013.035-.024L485.77 80.232C480.039 77.58 473.72 76 467 76zM4.786 101.212C1.82 107.21 0 113.868 0 121v270c0 7.132 1.818 13.79 4.785 19.788l154.283-154.783L4.786 101.212zm502.428-.002L352.933 256.005 507.214 410.79C510.18 404.792 512 398.134 512 391V121c0-7.134-1.82-13.792-4.786-19.79z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* end global icons */
@font-face {
  font-family: "secondlevel-icons";
  src: url("/fonts/icons/secondlevel-icons.ttf?xvvvm2") format("truetype"), url("/fonts/icons/secondlevel-icons.woff?xvvvm2") format("woff"), url("/fonts/icons/secondlevel-icons.svg?xvvvm2#secondlevel-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.sl-icons.sl-mail-icon:before, .secondLvlCss a.sl-mail-icon[href$=".pdf"]:not(.downloadBtn):before, .secondLvlCss a.sl-mail-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[target=_blank][href^=mailto]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[href^=mailto]:not(.downloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-pdf_file-icon:before, .secondLvlCss a[href$=".pdf"]:not(.downloadBtn):before, .secondLvlCss a.sl-pdf_file-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[target=_blank][href$=".pdf"]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-pdf_file-icon[href^=mailto]:not(.downloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-tabs-icon:before, .secondLvlCss a.sl-tabs-icon[href$=".pdf"]:not(.downloadBtn):before, .secondLvlCss a[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-tabs-icon[href^=mailto]:not(.downloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.custom-menu {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 66px;
  overflow: hidden;
  -webkit-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  transition: background 0.8s ease;
  display: none;
  /*
  Not used ?!
  .level-title {
    font-size: 34px;
    line-height: 38px;
    display: block;
    color: #002776;
    font-weight: 700;
    padding-bottom: 20px;
  }*/
  /*.promo-link {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;

      &:before,
      &:after {
        content: '';
        width: 1px;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
      }

      .pl__txt {
        width: calc(100% - 2px);
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: relative;
        z-index: 2;

        color: #fff;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
      }

      .pl__image {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        transform: translate3d(0, 0, 0);

        &:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(#000, .5);
          z-index: 2;
        }

        .img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          transition: transform 0.3s ease;
        }
      }

      html.no-touch &:hover {
        .img {
          transform: scale(1.1);
        }
      }
    }

    .featured-news {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;

      .fn__image {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        &:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
          opacity: .4;
          z-index: 2;
        }

        .img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          z-index: 1;
        }
      }

      .fn__text-inner {
        width: 100%;
        position: relative;
        max-width: 360px;
      }

      .fn__text {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 50px 45px;
        z-index: 2;
      }

      .fn__label {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #2CCCD3;
        display: block;
        margin-bottom: 10px;
      }

      .fn__title {
        font-size: 34px;
        line-height: 36px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
      }

      .fn__additional {
        font-size: 15px;
        line-height: 20px;
        color: #fff;
      }
    }
  */
}
.custom-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#072050), color-stop(80%, #072050), to(rgba(7, 32, 80, 0)));
  background: -webkit-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -moz-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -o-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: linear-gradient(to bottom, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
}
@media all and (min-width: 992px) {
  .custom-menu:before {
    display: none;
  }
}
.custom-menu.second-level-active:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#072050), color-stop(80%, #072050), to(rgba(7, 32, 80, 0)));
  background: -webkit-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -moz-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -o-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: linear-gradient(to bottom, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
}
.custom-menu .custom-menu__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #072050;
}
._menu-open .custom-menu .custom-menu__inner {
  -webkit-animation: circleReveal forwards 1.2s 1;
     -moz-animation: circleReveal forwards 1.2s 1;
       -o-animation: circleReveal forwards 1.2s 1;
          animation: circleReveal forwards 1.2s 1;
}
.custom-menu .open-menu {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 100;
}
.custom-menu.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu.no-animation .cm-levels,
.custom-menu.no-animation .mobile-curl {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu .custom-btn {
  width: 100%;
  max-width: 260px;
}
.custom-menu .level-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
  background: #000;
  z-index: 100000;
}
.custom-menu .level-close .close-icon {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-menu .level-close .close-icon:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #002776;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.custom-menu .level-close .close-icon:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #002776;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.custom-menu .curl {
  right: -30px;
  top: 0;
}
.custom-menu .mobile-horizontal-curl {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
}
.custom-menu.second-level-active {
  /*.first-level {
    opacity: .9;
    transition: opacity .12s .4s linear;
  }*/
}
.custom-menu.third-level-active {
  background: #DFF1FC;
}
.custom-menu .bg-close {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
}
.custom-menu .close-level {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-menu .open-level {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.custom-menu .open-level .arrow {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.custom-menu .open-level .arrow:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #002776;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .open-level .arrow:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #002776;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .menu-container {
  width: 62%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .custom-menu .menu-container {
    width: 50%;
  }
}
.custom-menu .menu-container .cm-levels {
  pointer-events: all;
}
.custom-menu .menu-container .cm-levels:not(.first-level) {
  opacity: 0;
  visibility: hidden;
}
.custom-menu .menu-container .cm-levels.level-active {
  opacity: 1;
  visibility: visible;
}
.custom-menu .menu-mobile-helper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.custom-menu .cm-levels {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-menu .cm-levels .cm-levels__close {
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 3;
  display: none;
}
.custom-menu .cm-levels .cm-level {
  width: 100%;
  display: none;
}
.custom-menu .cm-levels .cm-item {
  width: 100%;
  display: block;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item:before {
  content: "";
  /*width: 40px;
  height: 40px;
  background: red;*/
  left: 100%;
  position: absolute;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  display: none;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #072050;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item:before {
    display: block;
  }
}
.custom-menu .cm-levels .cm-item.cm__item-ref {
  display: block;
  padding: 10px 0 !important;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
  position: relative;
  font-family: "agenda", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #F7F9FC;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    font-size: 20px;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    font-size: 20px;
  }
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .global-icons, .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .cm-absolute .overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .cm-item.cm__item-ref .cm__link-ref .overflow-indicator:after {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(-1);
     -moz-transform: translate(0, -50%) scaleX(-1);
      -ms-transform: translate(0, -50%) scaleX(-1);
       -o-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
  left: -40px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  color: #F8BA41;
  font-size: 40px;
  line-height: 38px;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .global-icons:before {
  display: block;
  position: relative;
  z-index: 1;
}
.no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover .global-icons, .no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover .cm-absolute .overflow-indicator:after, .no-touch .custom-menu .cm-levels .cm-absolute .cm-item.cm__item-ref .cm__link-ref:hover .overflow-indicator:after {
  -webkit-transform: translate(-8px, -50%) scaleX(-1);
     -moz-transform: translate(-8px, -50%) scaleX(-1);
      -ms-transform: translate(-8px, -50%) scaleX(-1);
       -o-transform: translate(-8px, -50%) scaleX(-1);
          transform: translate(-8px, -50%) scaleX(-1);
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  color: #F7F9FC;
  margin: 24px 0 10px;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
    display: none;
  }
}
.custom-menu .cm-levels .cm-item .arrow {
  width: 32px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item .arrow {
    width: 40px;
  }
}
.custom-menu .cm-levels .cm-item .arrow .global-icons, .custom-menu .cm-levels .cm-item .arrow .cm-absolute .overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .cm-item .arrow .overflow-indicator:after {
  font-size: 22px;
  line-height: 38px;
  display: block;
  color: #F7F9FC;
  position: absolute;
  right: 4px;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.custom-menu .cm-levels .cm-item .arrow-inner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #F8BA41;
  font-size: 24px;
  line-height: 40px;
  /*span {
    color: $siteBlue;
    font-size: 18px;
    line-height: 30px;

    &.icon-plus {
      display: block;
    }

    &.icon-minus {
      display: none;
    }
  }*/
}
.custom-menu .cm-levels .cm-item.active .arrow-inner {
  /*span {
    &.icon-plus {
      display: none;
    }

    &.icon-minus {
      display: block;
    }
  }*/
  -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.custom-menu .cm-levels .cm-item.cm-item-ref {
  margin-bottom: 15px;
}
.custom-menu .cm-levels .cm-item .cm-link {
  display: block;
}
.custom-menu .cm-levels .cm-item .cm-link.current {
  color: #F8BA41 !important;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover {
  color: #F8BA41;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow {
  -webkit-transform: translateX(8px);
     -moz-transform: translateX(8px);
      -ms-transform: translateX(8px);
       -o-transform: translateX(8px);
          transform: translateX(8px);
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow .global-icons, .no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow .cm-absolute .overflow-indicator:after, .no-touch .custom-menu .cm-levels .cm-absolute .cm-item .cm-link:hover .arrow .overflow-indicator:after {
  color: #F8BA41;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow:after {
  opacity: 0;
}
.custom-menu .cm-levels .cm-item .cm-link-ref {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  padding-left: 46px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #A6085A;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow {
  width: 12px;
  height: 40px;
  position: absolute;
  left: 13px;
  top: -8px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg .svg__path {
  fill: #a6085a;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover {
  color: #2CCCD3;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover .arrow svg .svg__path {
  fill: #2CCCD3;
}
.custom-menu .cm-levels .cm-item .back-head {
  font-size: 40px;
  line-height: 46px;
  color: #002776;
  font-weight: 900;
  display: block;
  margin-top: 15px;
}
.custom-menu .cm-levels .cm-item.cm-item__with-search {
  pointer-events: all;
}
.custom-menu .cm-levels .cm-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
  /*&:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url($base_url_images + "menu/wave-menu.png") repeat-y;
  }*/
}
.custom-menu .cm-levels .cm-absolute .cml-scroll {
  width: 100%;
  /*@media all and (min-width: $md) {
    width: calc(100% - 60px);

  }*/
  position: absolute;
  top: 70px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll._overflow + .overflow-indicator {
  opacity: 1;
  visibility: visible;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
  display: none;
}
@media all and (min-width: 768px) {
  .custom-menu .cm-levels .cm-absolute .overflow-indicator {
    display: block;
  }
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#072050));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #072050 100%);
  z-index: 1;
  display: block;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  content: "";
  position: absolute;
  color: #F8BA41;
  right: 100px;
  bottom: 15px;
  font-size: 32px;
  z-index: 2;
  display: block;
}
.custom-menu .cm-levels.first-level {
  width: 100%;
  z-index: 1;
}
.custom-menu .cm-levels.first-level .cm-level {
  width: 100%;
  display: block !important;
  padding: 0 20px 0 126px;
  max-width: 680px;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 420px;
    padding: 0;
    margin: 0 auto 0 50px;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 480px;
    margin: 0 auto 0 100px;
  }
}
@media all and (min-width: 1921px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 680px;
    margin: 0 auto;
  }
}
.custom-menu .cm-levels.first-level .cm-item {
  padding: 15px 0;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 10px 0;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 15px 0;
  }
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item.active .cm-link {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item.active:before {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.32s 0.48s;
    -o-transition: 0.32s 0.48s;
    -moz-transition: 0.32s 0.48s;
    transition: 0.32s 0.48s;
  }
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #F7F9FC;
  padding-right: 58px;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 42px;
  }
}
.custom-menu .cm-levels.second-level {
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 80%;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.custom-menu .cm-levels.second-level.level-active {
  left: 100%;
}
.custom-menu .cm-levels.second-level .open-level {
  top: 8px;
}
.custom-menu .cm-levels.second-level .cm-item {
  padding: 10px 0;
  /*&:not(.level-title) {
    padding-left: 40px;
  }*/
}
.custom-menu .cm-levels.second-level .cm-absolute {
  background: #072050;
  width: 100%;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-absolute {
    background: #004879;
  }
}
.custom-menu .cm-levels.second-level .cm-absolute:after {
  background-position: center;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.custom-menu .cm-levels.second-level .cm-level {
  padding: 0 0 0 126px;
}
.custom-menu .cm-levels.second-level .cm-level.cm-level-third {
  padding: 10px 0 0 30px;
  margin-left: 0;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-level {
    max-width: 420px;
    padding: 0;
    margin: 0 auto 0 100px;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels.second-level .cm-level {
    max-width: 600px;
    margin: 0 auto 0 100px;
  }
}
@media all and (min-width: 1921px) {
  .custom-menu .cm-levels.second-level .cm-level {
    max-width: 680px;
    margin: 0 auto;
  }
}
.custom-menu .cm-levels.second-level .cm-link {
  font-family: "agenda", sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 0 40px 0 0;
  font-weight: 300;
  color: #F7F9FC;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-link {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (min-width: 1600px) {
  .custom-menu .cm-levels.second-level .cm-link {
    font-size: 30px;
    line-height: 40px;
  }
}
.no-touch .custom-menu .cm-levels.second-level .cm-link:hover {
  color: #F8BA41;
}
.custom-menu .cm-levels .cm-level-third .cm-link {
  padding-right: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.custom-menu .cm-levels.third-level {
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 1000px;
}
.custom-menu .cm-levels.third-level .cm-levels__close {
  width: 110px;
}
.custom-menu .cm-levels.third-level .level-close {
  right: 120px;
}
.custom-menu .cm-levels.third-level .cm-item:not(.level-title) {
  padding: 10px 0;
  padding-left: 40px;
}
.custom-menu .cm-levels.third-level .cm-item .back-head {
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
}
.custom-menu .cm-levels.third-level .cm-absolute {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  right: -300px;
  background: #DFF1FC;
}
.custom-menu .cm-levels.third-level .cm-level {
  padding: 0 40px 0 90px;
}
.custom-menu .cm-levels.third-level .level-title {
  font-family: "arsenica-variable", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.custom-menu .cm-levels.third-level .cm-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #002776;
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cml-table {
  width: 100%;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
  display: table;
}
.custom-menu .cm-levels .cml-table .cml-tc {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.custom-menu .cm-levels .cml-table .cml-scroll-wrapper {
  width: 100%;
}

/*@media screen and (max-width: 1600px) {
  .custom-menu {
    .first-level {
      .menu__scroller {
        max-width: 590px;
        left: 70px;
      }
    }
    // .menu-container {
    //     width: calc(100% - 320px);
    // }

    .open-level {
      top: 0px;
    }

    .level-title {
      font-size: 25px;
      line-height: 30px;
    }

    .cm-levels {
      !*&.first-level {
        .cm-item {
          .cm-link {
            font-size: 25px;
            line-height: 30px;
            padding-right: 30px;
          }
        }

        .cm-level {
          padding: 0 20px 0 126px
        }
      }*!

      &.second-level {

        .cm-level {
          padding: 0 20px 0 60px;
          max-width: 360px;
        }

        .cm-item {
          &:not(.level-title) {
            padding-left: 30px;
          }

          .cm-link {
            font-size: 20px;
            line-height: 22px;
            padding-right: 30px;

            .arrow {
              margin-top: 0
            }
          }

          .arrow {
            height: 24px;

            .global-icon {
              line-height: 24px;
            }
          }
        }

        // .open-level {
        //     top: 5px;
        // }
      }

      &.third-level {
        .level-title {
          font-size: 20px;
          padding-bottom: 20px;
        }

        .cm-item {
          .cm-link {
            font-size: 16px;
            line-height: 20px;
          }
        }

        .cm-level {
          padding: 0 20px 0 60px;
          max-width: 500px;
        }
      }
    }
  }
}

@media screen and (max-width: 1600px) and (max-height: 710px){
  .custom-menu .cm-levels {
    &.first-level {
      .cm-item {
        padding: 7px 0;

        .cm-link {
          font-size: 26px;
        }
      }
    }
  }
}

@media screen and (max-width: 1100px) {
  .custom-menu {
    .first-level {
      .menu__scroller {
        left: 0;
      }
    }
    .cm-levels {
      &.first-level {
        .cm-level {
          padding-left: 126px;
        }
      }
    }
  }
}

@media screen and (max-width: 1000px) {
  .custom-menu {
    .cm-levels {
      &.second-level {
        .cm-absolute {
          width: calc(100% - 60px);
        }
      }

      &.third-level {
        .cm-level {
          padding: 0 20px;
          max-width: 500px;
        }

        .cm-absolute {
          width: calc(100% - 60);
          right: -60px;
        }
      }
    }
  }
}*/
@media screen and (min-width: 992px) {
  .custom-menu .menu-container {
    height: 100% !important;
  }
  .custom-menu .cm-levels {
    /*&:not(.first-level) {
      transform: translate3d(-100%, 0, 0);
    }*/
  }
  .custom-menu .cm-levels.first-level {
    /*.cml-scroll {
      height: calc(100% - 160px);
    }*/
  }
  .custom-menu .cm-levels.first-level .cm-absolute:before {
    content: "";
    display: block;
    top: 140px;
    left: 0;
    height: 40px;
    width: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#072050), to(rgba(7, 32, 80, 0)));
    background: -webkit-linear-gradient(top, #072050 0%, rgba(7, 32, 80, 0) 100%);
    background: -moz-linear-gradient(top, #072050 0%, rgba(7, 32, 80, 0) 100%);
    background: -o-linear-gradient(top, #072050 0%, rgba(7, 32, 80, 0) 100%);
    background: linear-gradient(to bottom, #072050 0%, rgba(7, 32, 80, 0) 100%);
    z-index: 4;
    pointer-events: none;
  }
  .custom-menu .cm-levels.first-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 160px);
    height: -moz-calc(100% - 160px);
    height: calc(100% - 160px);
    top: 140px;
    bottom: 40px;
  }
  .custom-menu .cm-levels.first-level .cm-absolute .cml-scroll .cm-level.cm-first-level {
    padding-top: 40px;
  }
  .custom-menu .cm-levels.second-level .cm-item {
    padding: 8px 0;
  }
  .custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: calc(100% - 220px);
    top: 180px;
    bottom: 40px;
  }
  .custom-menu .cm-levels.second-level .overflow-indicator:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#072050));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #072050 100%);
  }
  .custom-menu .cm-levels .cm-item.cm-item__with-search {
    display: none;
  }
  .custom-menu .menu-container {
    opacity: 0;
    -webkit-transition: 0.32s;
    -o-transition: 0.32s;
    -moz-transition: 0.32s;
    transition: 0.32s;
  }
  .custom-menu.loaded .menu-container {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .custom-menu {
    padding-top: 0;
    overflow: hidden !important;
    background: #072050;
  }
  .custom-menu .level-close {
    display: none;
  }
  .custom-menu .menu__scroller {
    visibility: hidden !important;
  }
  .custom-menu .open-level {
    top: -6px;
  }
  .custom-menu .custom-menu__inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .custom-menu .level-title {
    font-size: 22px;
    line-height: 25px;
  }
  .custom-menu .close-level {
    display: none;
  }
  .custom-menu .menu-mobile-helper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .custom-menu .menu-container {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    pointer-events: all;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
    overflow: hidden;
  }
  .custom-menu .menu-container .cm-levels {
    pointer-events: none;
    width: 100% !important;
    opacity: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-levels__close {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.level-active {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table {
    height: auto;
    display: block;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table .cml-tc {
    display: block;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels .cm-level {
    max-width: none !important;
    padding: 0 30px 10px;
  }
  .custom-menu .menu-container .cm-levels.first-level {
    padding-top: 30px;
    width: 100%;
    opacity: 1;
    height: auto;
    position: relative;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-absolute {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll {
    position: relative;
    top: auto;
    overflow: visible;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item {
    padding: 3px 0;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item .cm-link {
    font-size: 26px;
    padding: 6px 48px 6px 0;
    line-height: 26px;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item .arrow .global-icons, .custom-menu .menu-container .cm-levels.first-level .cm-item .arrow .cm-absolute .overflow-indicator:after, .custom-menu .menu-container .cm-levels.first-level .cm-absolute .cm-item .arrow .overflow-indicator:after {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll:before {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.second-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 3;
  }
  .custom-menu .menu-container .cm-levels.second-level .open-level {
    top: 1px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level {
    padding: 0 40px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level.cm-level-second {
    padding-top: 90px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-link {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third .cm-link {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item.with-level .cm-link {
    padding: 5px 80px 5px 10px;
    border: 1px solid transparent;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .arrow {
    top: -2px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-absolute {
    width: 100%;
    max-width: none;
  }
  .custom-menu .menu-container .cm-levels.second-level .cml-scroll {
    overflow: visible;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 4;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-level {
    padding: 0 20px 10px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item .cm-link {
    font-size: 15px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item:not(.cm-item-ref):not(.cm-item__level-title) {
    padding-left: 32px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.level-title {
    padding: 10px 0 !important;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.with-level .cm-link {
    padding: 5px 10px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-absolute {
    width: 100%;
    max-width: none;
    right: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-link {
    padding-left: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cml-scroll {
    overflow-y: auto;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-link {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-item.cm__item-ref {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .custom-menu .menu-container .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    font-size: 20px;
    margin-left: 38px;
  }
  .custom-menu .menu-container .cm-levels .cm-item.cm__item-ref .cm__item-header {
    font-size: 26px;
  }
  .custom-menu .menu-promos {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .custom-menu .menu-promos .menu-promos-inner {
    height: auto;
    overflow: visible;
  }
  .custom-menu .menu-promos .promo-row {
    height: 420px;
  }
}
/* search styling */
.search-holder {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 90px 20px 0;
  pointer-events: auto;
}
@media all and (min-width: 992px) {
  .search-holder {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 160px;
    width: auto;
    padding: 0;
  }
}
@media all and (min-width: 1440px) {
  .search-holder {
    left: 100px;
    right: 50px;
  }
}
.search-holder form {
  position: relative;
  padding: 4px 46px 12px 0;
  background: #072050;
  border-bottom: 1px solid #F8BA41;
}
@media all and (min-width: 992px) {
  .search-holder form {
    max-width: 480px;
    padding: 4px 46px 12px;
  }
}
.search-holder form:after {
  color: #F8BA41;
  display: none;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 28px;
}
@media all and (min-width: 992px) {
  .search-holder form:after {
    display: block;
  }
}
.search-holder button {
  display: block;
  position: absolute;
  border: none;
  background: none;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}
.search-holder button:before {
  display: block;
  position: absolute;
  right: 0;
  text-indent: 0;
  font-size: 50px;
  font-weight: 400;
  width: 40px;
  line-height: 40px;
  top: 0;
  color: #F8BA41;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.no-touch .search-holder button:hover:before {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
}
.search-holder input {
  border: none;
  line-height: 28px;
  color: #F7F9FC;
  display: block;
  width: 100%;
  background: none;
  font-family: "agenda", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.search-holder input::-webkit-input-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input:-moz-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input::-moz-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input:-ms-input-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input::-ms-input-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input::placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input:focus-visible {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* menu promos */
.menu-promos {
  z-index: 1;
  padding: 40px 0 0;
  background: rgba(7, 32, 80, 0.3);
}
@media all and (min-width: 992px) {
  .menu-promos {
    height: 100%;
    position: fixed;
    overflow: hidden;
    display: block;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding: 0;
    background: transparent;
    width: 50%;
  }
}
.menu-promos .menu-promos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media all and (min-width: 992px) {
  .menu-promos .menu-promos-inner {
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media all and (min-width: 1440px) {
  .menu-promos .menu-promos-inner {
    padding: 0 0 0 90px;
  }
}
.menu-promos .contact-holder {
  position: relative;
  padding: 20px 20px 30px;
  background: #F7F9FC;
  color: #072050;
  text-align: center;
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder {
    padding: 0;
    background: transparent;
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #F7F9FC;
    z-index: 1;
  }
}
@media all and (min-width: 1440px) {
  .menu-promos .contact-holder {
    bottom: 70px;
    left: 90px;
  }
}
.menu-promos .contact-holder p {
  font-family: "agenda", sans-serif;
  font-size: 20px;
  line-height: 31px;
  margin: 0 auto 24px;
  max-width: 420px;
}
@media all and (min-width: 1440px) {
  .menu-promos .contact-holder p {
    font-size: 20px !important;
  }
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder p {
    margin: 0 0 24px;
    font-size: 15px;
  }
}
.menu-promos .contact-holder ul {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu-promos .contact-holder ul a {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #072050;
  padding-left: 24px;
  border-bottom: 2px solid rgba(248, 186, 65, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
}
@media all and (min-width: 1440px) {
  .menu-promos .contact-holder ul a {
    font-size: 20px !important;
  }
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder ul a {
    color: #F7F9FC;
    font-size: 15px;
  }
}
.menu-promos .contact-holder ul a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.menu-promos .contact-holder ul a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  color: #F8BA41;
}
.no-touch .menu-promos .contact-holder ul a:hover:before {
  width: 100%;
}

._menu-open .cta-holder {
  position: fixed !important;
}
@media all and (max-width: 991px) {
  ._menu-open .cta-holder {
    display: block !important;
    top: 30px !important;
    right: 130px !important;
  }
}
@media all and (max-width: 1439px) {
  .cta-holder > ul > li {
    display: none;
  }
  .cta-holder > ul > li:first-child {
    display: block;
  }
}

.promos-carousel-inner {
  position: relative;
  width: 285px;
  height: 285px;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .promos-carousel-inner {
    margin: 0;
  }
}
.promos-carousel-inner .slick-dots {
  top: auto;
  left: auto;
  position: relative;
  margin-top: 16px;
}
.promos-carousel-inner .slick-dots li {
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 3px;
  display: inline-block;
  cursor: pointer;
}
.promos-carousel-inner .slick-dots li.slick-active {
  border-color: #F7F9FC;
}
.promos-carousel-inner .slick-dots li + li {
  margin-left: 4px;
}
.promos-carousel-inner .slick-dots li button {
  cursor: pointer;
  background: #F8BA41;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  text-indent: -9999px;
  border: none;
}
.promos-carousel-inner .promo-card {
  width: 285px;
}
.promos-carousel-inner .promo-card .img-holder {
  padding-bottom: 100%;
}
.promos-carousel-inner .promo-card .txt-holder {
  text-align: center;
}
.promos-carousel-inner .promo-card .txt-holder p {
  padding-right: 0;
  font-size: 19px;
}
.promos-carousel-inner .promo-card .txt-holder p:after {
  display: none;
}
@media all and (min-width: 992px) {
  .promos-carousel-inner .promo-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 285px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 285px;
            flex: 1 1 285px;
  }
}

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

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

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

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

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

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

html,
body {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #072050;
  background: #F7F9FC;
}

body {
  width: 100%;
  height: 100%;
}

.customBtn {
  display: block;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
  background: rgba(247, 249, 252, 0.19);
  z-index: 1;
  font-size: 26px;
  color: #072050;
  font-family: "agenda", sans-serif;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.no-touch .customBtn:hover {
  background: rgba(54, 121, 161, 0.8);
}

.menu-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 114px;
  height: 66px;
  background: #0A2860;
  -webkit-border-radius: 44px;
     -moz-border-radius: 44px;
          border-radius: 44px;
  cursor: pointer;
  z-index: 10;
}
@media all and (min-width: 992px) {
  .menu-btn {
    top: 38px;
    right: 19px;
    width: 163px;
    height: 74px;
  }
}
.sharedTemplates .menu-btn {
  top: 14px;
}
@media all and (min-width: 992px) {
  .sharedTemplates .menu-btn {
    top: 20px;
  }
}
.menu-btn:before, .menu-btn:after {
  content: "";
  display: block;
  position: absolute;
  font-family: "agenda", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #F7F9FC;
  font-size: 21px;
  top: 23px;
  right: 46px;
  text-align: right;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  z-index: 1;
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .menu-btn:before, .menu-btn:after {
    font-size: 29px;
    right: 65px;
    top: 23px;
  }
}
.menu-btn:before {
  content: "Menu";
}
.menu-btn:after {
  content: "Close";
  opacity: 0;
}
.menu-btn span {
  display: block;
  position: absolute;
  width: 18px;
  background: #F8BA41;
  top: 50%;
  right: 12px;
  height: 2px;
  -webkit-transform: translate(-6px, -50%);
     -moz-transform: translate(-6px, -50%);
      -ms-transform: translate(-6px, -50%);
       -o-transform: translate(-6px, -50%);
          transform: translate(-6px, -50%);
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .menu-btn span {
    right: 25px;
    height: 3px;
    width: 26px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .menu-btn span:before, .menu-btn span:after {
    height: 3px;
    width: 26px;
  }
}
.menu-btn span:before {
  top: -6px;
}
.menu-btn span:after {
  top: 6px;
}
@media all and (min-width: 992px) {
  .menu-btn span:before {
    top: -8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
}
.no-touch .menu-btn:hover {
  background: #072050;
}
.no-touch .menu-btn:hover:before {
  color: #F8BA41;
}
._menu-open .menu-btn {
  background: #F8BA41;
}
._menu-open .menu-btn:before, ._menu-open .menu-btn:after {
  color: #F7F9FC;
}
._menu-open .menu-btn:before {
  opacity: 0;
}
._menu-open .menu-btn:after {
  opacity: 1;
}
._menu-open .menu-btn span {
  background: transparent;
}
._menu-open .menu-btn span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #F7F9FC;
}
._menu-open .menu-btn span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #F7F9FC;
}
.no-touch ._menu-open .menu-btn:hover {
  background: #F8BA41;
}
.no-touch ._menu-open .menu-btn:hover:after {
  color: #072050;
}
.no-touch ._menu-open .menu-btn:hover span:before,
.no-touch ._menu-open .menu-btn:hover span:after {
  background: #072050;
}
.media-template .menu-btn {
  top: 20px;
}

.cta-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.cta-holder ul > li {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
@media all and (min-width: 768px) {
  .cta-holder ul > li {
    margin: 0 10px;
  }
}
.cta-holder ul > li._show-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
._menu-open .cta-holder ul > li._show-menu {
  /*display: block;
  @media all and (min-width: $md) {
    display: block;
  }*/
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s 0.2s;
  -o-transition: 0.4s 0.2s;
  -moz-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}
.cta-holder ul > li.showMobile {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 1440px) {
  .cta-holder ul > li.showMobile {
    display: none;
  }
}
._menu-open .cta-holder ul > li.showMobile {
  display: block;
}
@media all and (min-width: 1440px) {
  ._menu-open .cta-holder ul > li.showMobile {
    display: none;
  }
}
.cta-holder ul > li.has-sub {
  display: none;
}
.cta-holder ul > li.has-sub > a {
  padding-right: 28px;
}
.cta-holder ul > li.has-sub > a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
}
.no-touch .cta-holder ul > li.has-sub:hover {
  background: #072050;
}
.no-touch .cta-holder ul > li.has-sub:hover ul {
  background: #072050;
  opacity: 1;
  visibility: visible;
}
.cta-holder ul > li.showSub {
  background: #072050;
}
.cta-holder ul > li.showSub ul {
  background: #072050;
  opacity: 1;
  visibility: visible;
}
.cta-holder ul > li > a {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #F7F9FC;
  font-weight: 500;
  display: block;
  padding-bottom: 6px;
  position: relative;
}
@media all and (min-width: 992px) {
  .cta-holder ul > li > a {
    font-size: 27px;
  }
}
.no-touch .cta-holder ul > li > a:hover {
  color: #F8BA41;
}
.cta-holder ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 10px 0 0 10px;
  width: 200px;
}
.cta-holder ul ul li {
  margin: 5px 0;
  padding: 0;
}
.cta-holder ul ul a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding: 0;
}
.no-touch .cta-holder ul ul a:hover {
  color: #F8BA41;
}

.sharedHeader .logo-holder,
.main-hero .logo-holder {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .sharedHeader .logo-holder,
.main-hero .logo-holder {
    top: 40px;
    left: 30px;
  }
}
.sharedHeader .logo-holder a,
.main-hero .logo-holder a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sharedHeader .logo-holder a img.logo-img,
.main-hero .logo-holder a img.logo-img {
  width: 92px;
}
@media all and (min-width: 992px) {
  .sharedHeader .logo-holder a img.logo-img,
.main-hero .logo-holder a img.logo-img {
    width: 180px;
  }
}
.sharedHeader .cta-holder,
.main-hero .cta-holder {
  position: absolute;
  top: 40px;
  right: 140px;
  z-index: 10;
  display: none;
}
@media all and (min-width: 992px) {
  .sharedHeader .cta-holder,
.main-hero .cta-holder {
    display: block;
    top: 58px;
    right: 190px;
  }
}
.heading, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2, .heading-hp {
  font-family: "arsenica-variable", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  /*@media all and (min-width: $xl) {
    font-size: 120px;
  }*/
}
@media all and (min-width: 992px) {
  .heading, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2, .heading-hp {
    font-size: 42px;
  }
}
.heading strong, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2 strong, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2 strong, .heading-hp strong,
.heading span,
.ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2 span,
.ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2 span,
.heading-hp span {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 36px;
  display: block;
  padding-left: 8px;
}
@media all and (min-width: 992px) {
  .heading strong, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2 strong, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2 strong, .heading-hp strong,
.heading span,
.ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2 span,
.ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2 span,
.heading-hp span {
    padding-left: 28px;
    font-size: 76px;
    letter-spacing: -0.03em;
  }
}
.heading.green, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.green, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.green, .green.heading-hp {
  color: #072050;
}
.heading.green span, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.green span, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.green span, .green.heading-hp span {
  color: #072050;
}
.heading.yellow, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.yellow, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.yellow, .yellow.heading-hp {
  color: #F8BA41;
}
.heading.yellow span, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.yellow span, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.yellow span, .yellow.heading-hp span {
  color: #F7F9FC;
}
.heading.indent-60 span, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.indent-60 span, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.indent-60 span, .indent-60.heading-hp span {
  padding-left: 60px;
}
.heading.indent-130 span, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.indent-130 span, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.indent-130 span, .indent-130.heading-hp span {
  padding-left: 24px;
}
.heading.no-indent span, .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2.no-indent span, .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2.no-indent span, .no-indent.heading-hp span {
  padding-left: 0;
}

@media all and (min-width: 1921px) {
  .heading-hp {
    font-size: 68px;
  }
}
@media all and (min-width: 1921px) {
  .heading-hp strong,
.heading-hp span {
    font-size: 100px;
    letter-spacing: -4.8px;
    padding-left: 40px;
  }
}

.sharedHeader {
  background: #072050;
  display: none;
  height: 135px;
  position: relative;
  z-index: 3;
}
._menu-open .sharedHeader {
  z-index: auto;
  display: block;
}
@media all and (min-width: 992px) {
  .sharedHeader {
    display: block;
  }
}
.sharedHeader .logo-holder {
  top: 30px;
  left: 30px;
}
.sharedHeader .logo-holder a img.logo-img {
  width: 92px;
}
@media all and (min-width: 992px) {
  .sharedHeader .logo-holder a img.logo-img {
    width: 180px;
  }
}
.sharedHeader .cta-holder {
  top: 36px;
}
@media all and (min-width: 992px) {
  .sharedHeader .cta-holder {
    top: 48px;
  }
}
._menu-open .sharedHeader .cta-holder {
  display: block;
  position: fixed;
}
.sharedHeader + .main-content {
  margin-top: 0;
}

.noheader-title-area {
  position: relative;
  padding: 100px 0 20px;
  /*@media all and (min-width: $lg) {
    padding: 60px 0;
  }*/
}
body.eventDetails .noheader-title-area {
  display: none;
}
@media all and (min-width: 992px) {
  .noheader-title-area {
    padding: 40px 0;
  }
}
.noheader-title-area .title-area-inner {
  margin: 0 30px;
}
@media all and (min-width: 992px) {
  .noheader-title-area .title-area-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}
@media all and (min-width: 1440px) {
  .noheader-title-area .title-area-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}
.noheader-title-area .breadcrumbs .item,
.noheader-title-area .breadcrumbs a {
  color: #072050;
}
.noheader-title-area .breadcrumbs .br-current-page {
  display: inline-block;
}
.noheader-title-area .page-title {
  text-align: center;
  color: #072050;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 49px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 992px) {
  .noheader-title-area .page-title {
    font-size: 85px;
  }
}
.noheader-title-area + .main-content {
  margin-top: 0;
}

.content-area {
  width: 100%;
  display: block;
  position: relative;
  z-index: 7;
  background: transparent;
  overflow: hidden;
}
.content-area .ca-inner {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.content-area .ca-content {
  width: 100%;
  display: block;
  padding-bottom: 40px;
}
.content-area .content-container {
  width: 100%;
}
.content-area .content-container > .secondLvlCss {
  max-width: 750px;
}
.content-area .cat-fixed {
  width: 280px;
  float: left;
  width: -webkit-calc(50% - 243px);
  width: -moz-calc(50% - 243px);
  width: calc(50% - 243px);
  display: block;
  position: relative;
  padding: 60px 0 40px 50px;
}
.content-area .cat-fixed .ca-sidebox-container {
  float: right;
}
.content-area .cat-flexible {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 3;
  background: #fff;
  padding-left: 140px;
  padding-top: 60px;
}
.content-area .ca-sidebox-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  text-align: right;
}
.content-area .sidebox {
  width: 470px;
  padding: 0 120px 0 40px;
  float: right;
  clear: right;
  text-align: left;
  position: relative;
  margin-top: 30px;
}
.content-area .sidebox:first-child {
  margin: 0;
}
.content-area .sidebox .sidebox-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #2F3F55;
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.content-area .sidebox .sidebox-inner {
  width: 100%;
  display: block;
  border-bottom: 2px solid rgba(152, 170, 207, 0.3);
  padding-bottom: 30px;
}
.content-area .sidebox:last-child .sidebox-inner {
  border-bottom: none;
  padding-bottom: 0;
}

.ctrl {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: rgba(54, 121, 161, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
.ctrl:after {
  color: #F7F9FC;
  font-size: 23px;
  line-height: 61px;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  width: 35px;
  margin: 0 auto;
}
.ctrl.next:after {
  text-align: right;
}
.ctrl.prev:after {
  text-align: left;
}
.ctrl.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.crsl-ctrl {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: none;
  cursor: pointer;
}
.crsl-ctrl span {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #98AACF;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: background-color 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  cursor: pointer;
  pointer-events: none;
  display: block;
}
.crsl-ctrl span:before {
  content: "";
  width: 16px;
  height: 16px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  display: block;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.crsl-ctrl.next span:before {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  margin-left: -10px;
}
.crsl-ctrl.prev span:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-left: -5px;
}
html.no-touch .crsl-ctrl:hover span {
  background: #ADBBD9;
}
html.no-touch .crsl-ctrl:hover.next span {
  -webkit-transform: translate3d(5px, 0, 0);
     -moz-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
html.no-touch .crsl-ctrl:hover.prev span {
  -webkit-transform: translate3d(-5px, 0, 0);
     -moz-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
}

.page-title-container {
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  z-index: 5;
  padding: 150px 20px 20px;
  margin: auto auto 0;
}
.page-title-container .page-title {
  width: 100%;
  display: block;
}

.page-title-container-mobile {
  width: 100%;
  display: none;
  position: relative;
  background: #EFF2F7;
  padding: 20px;
}

.footer-holder {
  z-index: 3;
}

@media screen and (max-width: 1600px) {
  .content-area .sidebox {
    width: 350px;
    padding: 0 30px 0 50px;
  }
  .content-area .cat-flexible {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
  }
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 210px);
    width: -moz-calc(50% - 210px);
    width: calc(50% - 210px);
    padding-top: 50px;
  }
}
@media screen and (max-width: 1160px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 150px);
    width: -moz-calc(50% - 150px);
    width: calc(50% - 150px);
  }
}
@media screen and (max-width: 1040px) {
  .content-area .cat-flexible {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-area .sidebox {
    padding: 0 25px 0 25px;
  }
}
@media screen and (max-width: 1030px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 100px);
    width: -moz-calc(50% - 100px);
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 910px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 830px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .page-title-container {
    display: none;
  }

  .page-title-container-mobile {
    display: block;
  }

  .content-area .cat-fixed {
    display: none;
  }
  .content-area .cat-flexible {
    padding: 20px 24px 0;
  }
}
.widget-holder, .ckEditorLayout {
  width: 100%;
  position: relative;
}
@media all and (min-width: 992px) {
  .widget-holder.in-row-heading, .in-row-heading.ckEditorLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 40px;
  }
}
@media all and (min-width: 992px) {
  .widget-holder.in-row-heading .carousel-heading, .in-row-heading.ckEditorLayout .carousel-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 390px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 390px;
            flex: 0 0 390px;
  }
}
.widget-holder.in-row-heading .carousel-heading p, .in-row-heading.ckEditorLayout .carousel-heading p {
  font-family: "agenda", sans-serif;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  color: #072050;
  margin-top: 30px;
  max-width: 272px;
}
.widget-holder.in-row-heading .controller-wrapper.over-crsl, .in-row-heading.ckEditorLayout .controller-wrapper.over-crsl {
  left: 302px;
}
.widget-holder.in-row-heading .controller-wrapper.over-crsl .controller-js, .in-row-heading.ckEditorLayout .controller-wrapper.over-crsl .controller-js {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.widget-holder .ctrl, .ckEditorLayout .ctrl {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.widget-holder .ctrl:before, .ckEditorLayout .ctrl:before, .widget-holder .ctrl:after, .ckEditorLayout .ctrl:after {
  line-height: 60px;
}
.no-touch .widget-holder .ctrl.next:hover:after, .no-touch .ckEditorLayout .ctrl.next:hover:after {
  left: 0;
}
.widget-holder .ctrl.slick-disabled, .ckEditorLayout .ctrl.slick-disabled {
  opacity: 0.4;
  visibility: visible;
}

.sidebar-layout.sidebar-left-layout .container {
  width: 100%;
  background: var(--sl-theme-second-background);
  padding-left: -webkit-calc(50% - 700px);
  padding-left: -moz-calc(50% - 700px);
  padding-left: calc(50% - 700px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
}
.sidebar-layout.sidebar-left-layout .content {
  background: var(--sl-theme-background);
  padding-left: 60px;
  padding-top: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  direction: ltr;
  min-width: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .content {
    padding-left: 40px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .content {
    padding-left: 20px;
  }
}
.sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
  width: 100%;
  padding-right: 50px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
    padding-right: 20px;
    max-width: none;
  }
}
.sidebar-layout.sidebar-left-layout .widget-holder, .sidebar-layout.sidebar-left-layout .ckEditorLayout {
  width: 100%;
}
.sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
  max-width: 800px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
    max-width: none;
    padding-right: 20px;
  }
}
.sidebar-layout.sidebar-left-layout .main-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding: 45px 50px;
  direction: ltr;
}
@media screen and (max-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    display: none;
  }
}
.sidebar-layout.sidebar-right-layout {
  background: var(--sl-theme-background);
  overflow: hidden;
}
.sidebar-layout.sidebar-right-layout .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1042px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .container {
    padding-right: 0;
  }
}
.sidebar-layout.sidebar-right-layout .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-bottom: 30px;
  padding-top: 45px;
}
.sidebar-layout.sidebar-right-layout .content-wrap {
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .content-wrap {
    padding-right: 20px;
    max-width: none;
  }
}
.sidebar-layout.sidebar-right-layout .srl-content-width {
  padding-right: 50px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .srl-content-width {
    padding-right: 20px;
  }
}
.sidebar-layout.sidebar-right-layout .main-sidebar {
  padding: 45px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 370px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  position: relative;
}
.sidebar-layout.sidebar-right-layout .main-sidebar:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--sl-theme-second-background);
}
@media screen and (max-width: 767px) {
  .sidebar-layout .container {
    width: 100% !important;
    display: block !important;
  }
  .sidebar-layout .content {
    display: block;
    width: 100%;
  }
  .sidebar-layout .main-sidebar {
    display: none;
  }
}

.full-width-layout .container {
  background: #FFFFFF;
  padding: 30px;
}
@media all and (min-width: 992px) {
  .full-width-layout .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    padding: 80px 60px 50px;
  }
}
@media (min-width: 1440px) {
  .full-width-layout .container {
    max-width: 1100px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.full-width-layout .fwl-content-width {
  max-width: 980px;
}
.full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
  width: -webkit-calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  /*@media (max-width: property("parent-max-width")) {
    width: calc(100% + property("padding-left-right"));

    .fwl-content-width {
      padding-right: property("padding-left-right");
    }
  }*/
}
@media all and (min-width: 992px) {
  .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
    width: -webkit-calc(50vw + 320px);
    width: -moz-calc(50vw + 320px);
    width: calc(50vw + 320px);
  }
}
@media all and (min-width: 1440px) {
  .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
    width: -webkit-calc(50vw + 450px);
    width: -moz-calc(50vw + 450px);
    width: calc(50vw + 450px);
  }
}
@media all and (max-width: 991px) {
  .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
    width: 100vw;
    left: 0;
  }
}
.full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
  width: -webkit-calc(50vw + 316px);
  width: -moz-calc(50vw + 316px);
  width: calc(50vw + 316px);
  float: right;
}
@media all and (min-width: 1440px) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    width: -webkit-calc(50vw + 452px);
    width: -moz-calc(50vw + 452px);
    width: calc(50vw + 452px);
  }
}
@media (max-width: 768px) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    width: -webkit-calc(100% + property("padding-left-right"));
    width: -moz-calc(100% + property("padding-left-right"));
    width: calc(100% + property("padding-left-right"));
  }
  .full-width-layout .fwl-right-to-end .fwl-content-width, .full-width-layout .ckEditorLayout-right-to-end .fwl-content-width {
    padding-right: 20px;
  }
}
@media all and (max-width: 991px) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    width: 100vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    float: none;
  }
}
.full-width-layout .fwl-viewport-width, .full-width-layout .ckEditorLayout-full-width {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
@media all and (min-width: 992px) {
  .full-width-layout .fwl-viewport-width:not(.events-fader), .full-width-layout .ckEditorLayout-full-width:not(.events-fader) {
    padding-left: 11.6%;
    padding-right: 11.6%;
  }
}
@media all and (min-width: 1440px) {
  .full-width-layout .fwl-viewport-width:not(.events-fader), .full-width-layout .ckEditorLayout-full-width:not(.events-fader) {
    padding-left: 16.375%;
    padding-right: 16.375%;
  }
}
.full-width-layout .fwl-viewport-width .fwl-content-width, .full-width-layout .ckEditorLayout-full-width .fwl-content-width {
  margin: 0 auto;
  padding: 100px 60px 50px;
}
.full-width-layout .fwl-viewport-width.carousel-widget-wrapper .slick-no-slide .slick-track, .full-width-layout .carousel-widget-wrapper.ckEditorLayout-full-width .slick-no-slide .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full-width-layout .reset-fwl-viewport-width, .full-width-layout .ckEditorLayout-full-width.left-text.right-text {
  width: 100%;
  margin-left: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
.full-width-layout .content-over-container {
  left: 0;
  width: auto;
  margin-left: -60px;
  margin-right: -60px;
}
@media all and (min-width: 992px) {
  .full-width-layout .content-over-container {
    margin-left: -113px;
    margin-right: -113px;
  }
}
@media all and (min-width: 1440px) {
  .full-width-layout .content-over-container {
    margin-left: -190px;
    margin-right: -190px;
  }
}
.full-width-layout .over-content-width, .full-width-layout .ckEditorLayout-over-content-width {
  width: auto;
  margin-left: -60px;
  margin-right: -60px;
}
@media all and (min-width: 992px) {
  .full-width-layout .over-content-width, .full-width-layout .ckEditorLayout-over-content-width {
    margin-left: -113px;
    margin-right: -113px;
  }
}
@media all and (min-width: 1440px) {
  .full-width-layout .over-content-width, .full-width-layout .ckEditorLayout-over-content-width {
    margin-left: -190px;
    margin-right: -190px;
  }
}
.full-width-layout .sidebar-navigation {
  display: none;
}
.full-width-layout .main-sidebar {
  display: none;
}

/*html,
body {
  font-family: $ff_primary;
  font-weight: 400;
  font-size: 13px;
  color: #333;
}

body {
  width: 100%;
  height: 100%;
}*/
.main-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: -50px;
}
.grid-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 992px) {
  .grid-widget {
    padding: 0 44px;
  }
}
@media all and (min-width: 1440px) {
  .grid-widget {
    padding: 0 90px;
  }
}
.grid-widget > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}
@media all and (min-width: 768px) {
  .grid-widget > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.grid-widget:not(.grid-widget-split) > div {
  padding: 15px;
}
.grid-widget.grid-widget-split > div > div {
  padding: 15px;
}

.carousel-widget {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  min-width: 0px;
}
.carousel-widget .crsl-inner {
  width: 100%;
  display: block;
  overflow: hidden;
}
.carousel-widget.align-center .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-widget.align-center .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.carousel-widget.align-center .slick-track .slick-slide {
  -webkit-box-align: left;
  -webkit-align-items: left;
     -moz-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-widget-wrapper {
  margin-bottom: 60px;
  overflow: visible;
  pointer-events: none;
}
.carousel-widget-wrapper.loaded {
  opacity: 1;
  visibility: visible;
  height: auto;
  pointer-events: all;
}
.carousel-widget-wrapper .slick-arrow:not(.slick-disabled) {
  pointer-events: all;
}
.carousel-widget-wrapper .controller-wrapper.over-crsl {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 991px) {
  .carousel-widget-wrapper .controller-wrapper.over-crsl {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .carousel-widget-wrapper .controller-wrapper.over-crsl.show-btn {
    display: block;
  }
}
.carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js .ctrl.prev {
  -webkit-transform: translateX(-webkit-calc(-100% - 10px));
     -moz-transform: translateX(-moz-calc(-100% - 10px));
      -ms-transform: translateX(calc(-100% - 10px));
       -o-transform: translateX(calc(-100% - 10px));
          transform: translateX(calc(-100% - 10px));
}
.carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js .ctrl.next {
  -webkit-transform: translateX(-webkit-calc(100% + 10px));
     -moz-transform: translateX(-moz-calc(100% + 10px));
      -ms-transform: translateX(calc(100% + 10px));
       -o-transform: translateX(calc(100% + 10px));
          transform: translateX(calc(100% + 10px));
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*&:not(.top-placed) {
    margin-top: 20px;
  }*/
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl).top-placed {
  margin-bottom: 20px;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl).reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) .controller-js .slick-arrow {
  float: left;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) .controller-js .slick-arrow:last-child {
  margin-left: 20px;
}
@media all and (max-width: 991px) {
  .carousel-widget-wrapper .controller-wrapper {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.over-crsl {
  width: 100%;
}
@media all and (max-width: 991px) {
  .carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.over-crsl {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.over-crsl.show-btn {
    display: block;
  }
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper:not(.over-crsl) .controller-js {
  display: none;
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.no-btn {
  display: none;
}

.footer-promos-section {
  position: relative;
  padding: 35px 0;
}
.footer-promos-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #072050;
  opacity: 0;
}
@media all and (min-width: 992px) {
  .footer-promos-section:before {
    opacity: 1;
  }
}
@media all and (min-width: 992px) {
  .footer-promos-section {
    padding: 85px 0;
  }
}
.footer-promos-section .content-holder {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 520px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .footer-promos-section .content-holder {
    max-width: 1180px;
    padding: 0 40px;
  }
}
@media all and (min-width: 1440px) {
  .footer-promos-section .content-holder {
    padding: 0 20px;
  }
}
@media all and (min-width: 1921px) {
  .footer-promos-section .content-holder {
    max-width: 1680px;
  }
}
.footer-promos-section .promos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 992px) {
  .footer-promos-section .promos-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    gap: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1921px) {
  .footer-promos-section .promos-wrap {
    gap: 50px;
  }
}
.footer-promos-section .promo-card {
  width: 285px;
}
.footer-promos-section .promo-card .img-holder {
  padding-bottom: 70%;
}
@media all and (min-width: 992px) {
  .footer-promos-section .promo-card .img-holder {
    padding-bottom: 100%;
  }
}
.footer-promos-section .promo-card .txt-holder {
  text-align: center;
}
.footer-promos-section .promo-card .txt-holder p {
  padding-right: 0;
  font-size: 19px;
}
.footer-promos-section .promo-card .txt-holder p:after {
  display: none;
}
@media all and (min-width: 992px) {
  .footer-promos-section .promo-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 285px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 285px;
            flex: 1 1 285px;
  }
}

.footer-holder {
  background: #072050;
  padding: 40px 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .footer-holder {
    padding: 60px 0;
  }
}
@media all and (min-width: 992px) {
  .footer-holder {
    padding: 60px 0 0 0;
  }
}
.footer-holder .text-holder {
  padding: 0 25px;
}
@media all and (min-width: 992px) {
  .footer-holder .text-holder {
    border-bottom: 1px solid rgba(247, 249, 252, 0.4);
    position: relative;
    padding: 0 0 48px;
  }
}
.footer-holder h2 {
  text-align: center;
}
@media all and (max-width: 991px) {
  .footer-holder h2 {
    font-size: 25px;
  }
  .footer-holder h2 span {
    font-size: 45px;
    margin: 10px auto 0 auto;
    max-width: 320px;
  }
}
.footer-holder .content-holder {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 1921px) {
  .footer-holder .content-holder {
    max-width: 1680px;
  }
}
.footer-holder .cta-items {
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .footer-holder .cta-items {
    margin-top: 50px;
  }
}
.footer-holder .cta-items .customBtn {
  color: #F7F9FC;
}
.footer-holder .cta-items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 992px) {
  .footer-holder .cta-items ul {
    gap: 30px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-holder .cta-items ul li {
  width: 234px;
}
.footer-holder .contact-holder {
  text-align: center;
  margin-top: 36px;
  color: #F7F9FC;
}
@media all and (min-width: 992px) {
  .footer-holder .contact-holder {
    margin-top: 60px;
  }
}
.footer-holder .contact-holder p {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 31px;
  max-width: 480px;
  margin: 0 auto 36px;
}
@media all and (min-width: 992px) {
  .footer-holder .contact-holder p {
    font-size: 25px;
  }
}
.footer-holder .contact-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media all and (min-width: 992px) {
  .footer-holder .contact-holder ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 0;
  }
}
.footer-holder .contact-holder ul a {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #F7F9FC;
  padding-left: 24px;
  border-bottom: 2px solid rgba(248, 186, 65, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
}
.footer-holder .contact-holder ul a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.footer-holder .contact-holder ul a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  color: #F8BA41;
}
.no-touch .footer-holder .contact-holder ul a:hover:before {
  width: 100%;
}
.footer-holder .tos-credits-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  text-align: center;
  gap: 15px;
}
@media all and (min-width: 992px) {
  .footer-holder .tos-credits-holder {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 40px;
    gap: 0;
  }
}
.footer-holder .tos-credits-holder li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #F7F9FC;
}
@media all and (min-width: 992px) {
  .footer-holder .tos-credits-holder li {
    font-size: 20px;
  }
}
.footer-holder .tos-credits-holder li:before {
  content: "|";
  margin: 0 10px;
}
.footer-holder .tos-credits-holder li:first-child:before {
  display: none;
}
.footer-holder .tos-credits-holder li a {
  color: inherit;
}
.no-touch .footer-holder .tos-credits-holder li a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.no-touch .footer-holder .tos-credits-holder li a:hover {
  color: #F8BA41;
}
.footer-holder .footer-logo {
  position: absolute;
  bottom: 12px;
  left: 32px;
  display: none;
}
@media all and (min-width: 992px) {
  .footer-holder .footer-logo {
    display: block;
  }
}
.footer-holder .footer-logo img {
  display: block;
}
.footer-holder .scroll-top {
  position: relative;
  width: 50px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  font-size: 64px;
  margin: 32px auto 0;
}
@media all and (min-width: 992px) {
  .footer-holder .scroll-top {
    margin: 0;
    font-size: 104px;
    position: absolute;
    top: 400px;
    right: 20px;
    height: 156px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.footer-holder .scroll-top:after {
  color: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -10px;
}
.footer-holder .scroll-top:before {
  display: none;
}
.footer-holder .scroll-top:after {
  bottom: 0;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  z-index: 0;
  height: 60px;
  overflow: hidden;
  line-height: 160px;
}
@media all and (min-width: 992px) {
  .footer-holder .scroll-top:after {
    line-height: 260px;
    height: 90px;
    top: 0;
    bottom: auto;
  }
}
.no-touch .footer-holder .scroll-top:hover:before, .no-touch .footer-holder .scroll-top:hover:after {
  color: #F8BA41;
}
.no-touch .footer-holder .scroll-top:hover:after {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* Custom Cards */
/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.promo-card {
  width: 100%;
  position: relative;
}
.promo-card .card-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
}
html.no-touch .promo-card .card-inner:hover .img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
html.no-touch .promo-card .card-inner:hover .img-holder:before {
  opacity: 0.4;
}
html.no-touch .promo-card .card-inner:hover .txt-holder p:after {
  color: #F7F9FC;
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.promo-card .whole-link,
.promo-card .promo-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 1;
}
.promo-card .img-holder {
  width: 100%;
  padding-bottom: 74%;
  position: relative;
  z-index: 0;
}
.promo-card .img-holder .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  -o-transition: -o-transform 0.32s ease;
  -moz-transition: transform 0.32s ease, -moz-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease, -moz-transform 0.32s ease, -o-transform 0.32s ease;
}
.promo-card .img-holder:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.52;
}
.promo-card .img-holder:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #072050;
  -webkit-transition: opacity 0.32s ease;
  -o-transition: opacity 0.32s ease;
  -moz-transition: opacity 0.32s ease;
  transition: opacity 0.32s ease;
  opacity: 0;
  z-index: 1;
}
.promo-card .image {
  width: 100%;
  padding-bottom: 74%;
  position: relative;
  z-index: 0;
}
.promo-card .image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  -o-transition: -o-transform 0.32s ease;
  -moz-transition: transform 0.32s ease, -moz-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease, -moz-transform 0.32s ease, -o-transform 0.32s ease;
}
.promo-card .image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #072050;
  opacity: 0.5;
  z-index: 1;
}
.promo-card .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "arsenica-variable", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  font-weight: 400;
  color: #F7F9FC;
}
.promo-card .txt-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px;
}
.promo-card .txt-holder h4 {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}
@media all and (min-width: 992px) {
  .promo-card .txt-holder h4 {
    font-size: 37px;
  }
}
.promo-card .txt-holder p {
  position: relative;
  font-family: "agenda", sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  padding-right: 66px;
}
@media all and (min-width: 992px) {
  .promo-card .txt-holder p {
    font-size: 18px;
    line-height: 26px;
  }
}
.promo-card .txt-holder p:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
  color: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
@media all and (min-width: 992px) {
  .promo-card .txt-holder p:after {
    font-size: 25px;
  }
}
@media all and (min-width: 620px) {
  .grid-widget:not(.grid-widget-split) .promo-card {
    padding: 15px;
  }
}

/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.stat-card {
  width: 100%;
  position: relative;
  padding: 20px;
  text-align: left;
}
.stat-card .card-inner {
  padding: 24px;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #072050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.stat-card .stat-head {
  width: 100%;
  font-size: 38px;
  line-height: 54px;
  font-family: "arsenica-variable", sans-serif;
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.stat-card .stat-image,
.stat-card .img {
  width: 60px;
  margin-bottom: 16px;
}
.stat-card .stat-image img,
.stat-card .img img {
  display: block;
  width: 100%;
  height: auto;
}
.stat-card .stat-description {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stat-card .stat-url {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.story-card {
  width: 100%;
  display: block;
  pointer-events: none;
}
.story-card > * {
  pointer-events: all;
}
.story-card .story-card-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  pointer-events: all;
}
html.no-touch .story-card .story-card-inner:hover .story-card-image:after {
  width: 55px;
  height: 55px;
  top: 18px;
  right: 18px;
}
html.no-touch .story-card .story-card-inner:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.story-card .story-card-image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.story-card .story-card-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.story-card .story-card-image:before {
  display: block;
  position: absolute;
  top: 34px;
  right: 35px;
  z-index: 1;
  font-size: 21px;
  color: #F7F9FC;
}
.story-card .story-card-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #072050;
  top: 23px;
  right: 23px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
     -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.story-card .story-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.story-card .story-card-content .scc-inner {
  padding: 16px;
}
.story-card .story-card-content .scc-misc {
  width: 100%;
  display: block;
}
.story-card .story-card-content .scc-group {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #072050;
}
.story-card .story-card-content .scc-date {
  font-family: "agenda", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #072050;
  font-weight: 300;
  direction: ltr;
}
.story-card .story-card-content .scc-text {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin: 8px 0 12px;
  color: #072050;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 112px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.story-card .story-card-content .scc-text a {
  color: inherit;
  font-weight: 600;
}
.story-card .story-card-content .scc-text .story-description {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 8px;
  max-height: 48px;
  overflow: hidden;
}
.story-card.big-text .story-card-content .scc-text {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
}
.story-card.isNews .story-card-image:after {
  background: #072050;
}
.story-card.isNews .story-card-content .scc-text a {
  color: #072050;
}
.story-card.isTwitter .story-card-image:after {
  background: #000000;
}
.story-card.isTwitter .story-card-content .scc-text a {
  color: #000000;
}
.story-card.isVidigami .story-card-image::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23FFF%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480.97 600'%3E%3Cpath d='M0 205.82h149.56l70.73 148.83 70-148.83h149.56L220.29 600 0 205.82z'/%3E%3Cpath d='m480.97,78.84c0,43.46-34.64,78.1-78.1,78.1s-78.1-34.64-78.1-78.1S360.87,0,402.87,0s78.1,35.37,78.1,78.84Z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  width: 20px;
  height: 20px;
}
.story-card.isPhotos .story-card-image:after {
  background: #FE0084;
}
.story-card.isPhotos .story-card-content .scc-text a {
  color: #FE0084;
}
.story-card.isTumblr .story-card-image:after, .story-card.isWordpress .story-card-image:after {
  background: #21759B;
}
.story-card.isTumblr .story-card-content .scc-text a, .story-card.isWordpress .story-card-content .scc-text a {
  color: #21759B;
}
.story-card.isYoutube .story-card-image:after {
  background: #FF0000;
}
.story-card.isYoutube .story-card-content .scc-text a {
  color: #FF0000;
}
.story-card.isVimeo .story-card-image:after {
  background: #1AB7EA;
}
.story-card.isVimeo .story-card-content .scc-text a {
  color: #1AB7EA;
}
.story-card.isFacebook .story-card-image:after {
  background: #224B7C;
}
.story-card.isFacebook .story-card-content .scc-text a {
  color: #224B7C;
}
.story-card.isAudio .story-card-image:after {
  background: #FF8800;
}
.story-card.isAudio .story-card-content .scc-text a {
  color: #FF8800;
}
.story-card.isPublications .story-card-image:after {
  background: #F36D5D;
}
.story-card.isPublications .story-card-content .scc-text a {
  color: #F36D5D;
}
.story-card.isInstagram .story-card-image:after {
  background: #7640A3;
}
.story-card.isInstagram .story-card-content .scc-text a {
  color: #7640A3;
}
.story-card.isPinterest .story-card-image:after {
  background: #E60023;
}
.story-card.isPinterest .story-card-content .scc-text a {
  color: #E60023;
}
.story-card.isTiktok .story-card-image:after {
  background: #000000;
}
.story-card.isTiktok .story-card-content .scc-text a {
  color: #000000;
}

.staff-card {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.staff-card.no-bio .staff-card-inner .scc-role:after {
  display: none;
}
.staff-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.staff-card .staff-card-inner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}
.staff-card .staff-card-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.staff-card .staff-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #072050;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.staff-card .staff-card-image .hoverImage {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.staff-card.hasTwoImages .img {
  -webkit-transition: 0.3s ease-in-out 0.1s;
  -o-transition: 0.3s ease-in-out 0.1s;
  -moz-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}
.staff-card .staff-card-content {
  position: relative;
  color: #072050;
  text-align: left;
}
.staff-card .staff-card-content .scc-inner {
  padding: 20px 0 0;
}
.staff-card .staff-card-content .scc-name {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  word-wrap: break-word;
}
.staff-card .staff-card-content .scc-role {
  margin-top: 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  color: #072050;
  padding-right: 50px;
}
.staff-card .staff-card-content .scc-role:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -6px;
  font-size: 35px;
}
html.no-touch .staff-card .staff-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
html.no-touch .staff-card .staff-card-inner:hover .scc-role:after {
  color: #072050;
}
html.no-touch .staff-card.hasTwoImages .staff-card-inner:hover .firstImage {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .staff-card.hasTwoImages .staff-card-inner:hover .hoverImage {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 0.3s ease-in-out 0.1s;
  -o-transition: 0.3s ease-in-out 0.1s;
  -moz-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}

.cards-card {
  width: 100%;
  display: block;
  position: relative;
}
.cards-card.no-bio {
  pointer-events: none;
}
.cards-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.cards-card .cards-card-inner {
  min-height: 100%;
  cursor: pointer;
  position: relative;
  text-align: left;
}
html.no-touch .cards-card .cards-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
html.no-touch .cards-card .cards-card-inner:hover .cards-card-content .arrow {
  -webkit-transform: rotate(-45deg) translate3d(2px, 2px, 0);
     -moz-transform: rotate(-45deg) translate3d(2px, 2px, 0);
          transform: rotate(-45deg) translate3d(2px, 2px, 0);
}
html.no-touch .cards-card .cards-card-inner:hover .cards-card-content .description {
  color: #072050;
}
.cards-card .cards-card-image {
  width: 100%;
  padding-top: 77%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cards-card .cards-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #072050;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.cards-card .cards-card-image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--sl-theme-extra-dark);
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cards-card .cards-card-content {
  position: relative;
}
.cards-card .cards-card-content .ccc-inner {
  padding: 20px 0 0;
}
.cards-card .cards-card-content .ccc-name {
  font-size: 25px;
  line-height: 30px;
  color: #072050;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}
.cards-card .cards-card-content .description {
  color: #072050;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  max-height: 120px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media all and (min-width: 620px) {
  .grid-widget:not(.grid-widget-split) .cards-card {
    padding: 15px;
  }
}

.mediaPopup .cards-card .cards-card-content {
  background: #fff !important;
}

.portal-icon {
  position: relative;
}
.portal-icon .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.portal-icon .portals-icon-inner {
  position: relative;
  width: 165px;
  height: 165px;
  background: #072050;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.portal-icon .image {
  width: 45px;
  margin: 0 auto 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.portal-icon .image img {
  display: block;
  width: 100%;
  height: auto;
}
.portal-icon .txt {
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.no-touch .portal-icon:hover .txt {
  color: rgba(255, 255, 255, 0.8);
}

.event-card {
  width: 100%;
  display: block;
  position: relative;
}
.event-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.event-card .event-card-inner {
  cursor: pointer;
  position: relative;
  min-height: 100%;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
html.no-touch .event-card .event-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
html.no-touch .event-card .event-card-inner:hover .ecc-time:after {
  left: 3px;
}
.event-card .calendar-date {
  width: 65px;
  height: 65px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  z-index: 4;
}
.event-card .calendar-date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.event-card .calendar-date.has-multi-day {
  width: 100px;
}
.event-card .calendar-date .calendar-date-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}
.event-card .calendar-date .calendar-date-inner:before, .event-card .calendar-date .calendar-date-inner:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-card .calendar-date .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-card .calendar-date .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-card .calendar-date .conn-word {
  font-size: 19px;
  color: #F7F9FC;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.event-card .calendar-date .day {
  width: 100%;
  display: block;
  font-size: 26px;
  color: #F7F9FC;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  font-family: "arsenica-variable", sans-serif;
}
.event-card .calendar-date .month {
  width: 100%;
  font-size: 18px;
  color: #F7F9FC;
  display: block;
  font-family: "arsenica-variable", sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}
.event-card .calendar-date.has-multi-day + .event-content {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
.event-card .event-card-image {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.event-card .event-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F7F9FC;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.event-card .event-card-image:before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(310deg, black 0%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(310deg, black 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(310deg, black 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(140deg, black 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
  opacity: 0.6;
}
.event-card .event-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  text-align: left;
}
.event-card .event-card-content .ecc-inner {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.event-card .event-card-content .ecc-title {
  font-size: 25px;
  line-height: 30px;
  color: #072050;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  direction: ltr;
}
.event-card .event-card-content .ecc-time {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.01em;
  position: relative;
  color: #072050;
  direction: ltr;
}
.event-card .event-card-content .ecc-time:after {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 0;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
  font-size: 35px;
}

.notice-item {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(54, 121, 161, 0.3);
}
.notice-item.no-url .arrow,
.notice-item.no-url .full-url {
  display: none;
}
.notice-item .secondLvlCss p {
  margin: 0;
}
.notice-item.has-url .update:after {
  display: block;
}
html.no-touch .notice-item.has-url:hover .description p {
  color: #072050;
}
html.no-touch .notice-item.has-url:hover .update {
  color: #072050;
}
html.no-touch .notice-item.has-url:hover .update:after {
  right: 0;
}
.notice-item .full-url {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.notice-item .notice-image {
  z-index: 2;
}
.notice-item .notice-description {
  position: relative;
  z-index: 2;
}
.notice-item .notice-title {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #072050;
  margin-bottom: 10px;
  text-transform: none;
}
.notice-item .description {
  margin-bottom: 10px;
}
.notice-item .description p {
  font-size: 19px;
  line-height: 28px;
  color: #072050;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.notice-item .update {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #072050;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.notice-item .update:after {
  display: none;
  position: absolute;
  right: 10px;
  top: -8px;
  font-size: 35px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.notice-item .notice-image {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}
.notice-item .notice-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.notice-item.has-image {
  padding-left: 90px;
}
.notice-item.has-image .notice-image {
  display: block;
}

.event-list-item {
  position: relative;
  cursor: pointer;
  /*&:first-child {


    .calendar-date {
      .day,
      .month,
      .conn-word {
        color: #fff;
      }

      &:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: rgba(#000, .4);
      }
    }
  }*/
}
.event-list-item .event-list-item-inner {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 2px solid rgba(54, 121, 161, 0.3);
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-list-item .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.event-list-item .img-holder {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 107px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 107px;
          flex: 0 0 107px;
  height: 70px;
}
.event-list-item .img-holder .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.event-list-item .event-content .event-title {
  font-size: 25px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #072050;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.event-list-item .event-content .event-title .truncate {
  display: block;
  max-height: 44px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}
.event-list-item .event-content .event-time {
  font-family: "agenda", sans-serif;
  display: inline-block;
  line-height: 21px;
  font-size: 18px;
  position: relative;
  padding-right: 86px;
  color: #072050;
  font-weight: 300;
}
.event-list-item .event-content .event-time:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.event-list-item .calendar-date {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  text-align: center;
  left: 0;
  top: 0;
  vertical-align: middle;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  background: #3679A1;
  /*&.has-multi-day + .event-content {
    width: calc(100% - 120px);
  }*/
}
.event-list-item .calendar-date.has-multi-day {
  width: 120px;
}
.event-list-item .calendar-date .calendar-date-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}
.event-list-item .calendar-date .calendar-date-inner:before, .event-list-item .calendar-date .calendar-date-inner:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date .conn-word {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.event-list-item .calendar-date .day {
  font-family: "arsenica-variable", sans-serif;
  width: 100%;
  display: block;
  font-size: 26px;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
.event-list-item .calendar-date .month {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-family: "arsenica-variable", sans-serif;
  color: #fff;
  display: block;
  text-transform: capitalize;
  text-align: center;
}
.no-touch .event-list-item:hover .event-content .event-time:after {
  -webkit-transform: translateX(3px);
     -moz-transform: translateX(3px);
      -ms-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px);
}
.event-list-item:last-child {
  margin: 0;
}
.event-list-item:last-child .event-content {
  border: none;
  padding: 0;
}

.event-fader-item {
  width: 100%;
}
.event-fader-item .ef-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .event-fader-item .ef-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.event-fader-item .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #072050;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  aspect-ratio: 1/0.8;
}
@media all and (min-width: 768px) {
  .event-fader-item .image {
    -webkit-border-radius: 30px 0 0 0;
       -moz-border-radius: 30px 0 0 0;
            border-radius: 30px 0 0 0;
    width: 60%;
    aspect-ratio: unset;
  }
}
.event-fader-item .image:after {
  content: "";
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(#123731), to(rgba(18, 55, 49, 0)));
  background: -webkit-linear-gradient(left, #123731 0%, rgba(18, 55, 49, 0) 100%);
  background: -moz-linear-gradient(left, #123731 0%, rgba(18, 55, 49, 0) 100%);
  background: -o-linear-gradient(left, #123731 0%, rgba(18, 55, 49, 0) 100%);
  background: linear-gradient(to right, #123731 0%, rgba(18, 55, 49, 0) 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (min-width: 768px) {
  .event-fader-item .image:after {
    display: block;
  }
}
.event-fader-item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-fader-item .item-content {
  position: relative;
  background: #072050;
  margin-top: -30px;
  padding: 80px 30px 40px;
  -webkit-border-radius: 0 0 20px 20px;
     -moz-border-radius: 0 0 20px 20px;
          border-radius: 0 0 20px 20px;
}
@media all and (min-width: 768px) {
  .event-fader-item .item-content {
    width: 40%;
    padding: 100px 0 100px 10%;
    margin: 55px 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
.event-fader-item .item-content-wrap {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .event-fader-item .item-content-wrap {
    width: 120%;
    min-width: 480px;
  }
}
.event-fader-item .calendar-date {
  width: 70px;
  /*height: 70px;
  display: inline-block;*/
  position: relative;
  /*left: 0;
  top: 0;*/
  vertical-align: middle;
  margin-bottom: 20px;
}
.event-fader-item .calendar-date.has-multi-day {
  width: 120px;
}
.event-fader-item .calendar-date .calendar-date-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}
.event-fader-item .calendar-date .calendar-date-inner:before, .event-fader-item .calendar-date .calendar-date-inner:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .calendar-date .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .calendar-date .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .calendar-date .conn-word {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.event-fader-item .calendar-date .day {
  font-family: "agenda", sans-serif;
  width: 100%;
  display: block;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.event-fader-item .calendar-date .month {
  font-family: "agenda", sans-serif;
  width: 100%;
  font-size: 24px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.event-fader-item .event-title {
  font-family: "arsenica-variable", sans-serif;
  color: #FFFFFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .event-fader-item .event-title {
    font-size: 66px;
  }
}
.event-fader-item .more-link {
  margin-top: 20px;
}
.event-fader-item .more-link a {
  background: #3679A1;
  color: #F7F9FC;
  max-width: 200px;
}
.event-fader-item .event-countdown {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .event-fader-item .event-countdown {
    margin-top: 30px;
  }
}
.event-fader-item .event-countdown .col {
  display: inline-block;
  color: #F8BA41;
  margin-left: 24px;
}
.event-fader-item .event-countdown .col:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.event-fader-item .event-countdown .main-nr {
  font-family: "agenda", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
  text-align: center;
}
.event-fader-item .event-countdown .sec {
  font-family: "arsenica-variable", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
}
.event-fader-item .secondLvlCss {
  text-align: center;
}
@media all and (min-width: 768px) {
  .event-fader-item .secondLvlCss {
    text-align: left;
  }
}

.crsl-ctrl {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background: var(--sl-theme-brand);
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.crsl-ctrl.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.crsl-ctrl i {
  width: 16px;
  height: 16px;
  display: block;
  border-bottom: 2px solid var(--sl-theme-brand-inverse);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}
.crsl-ctrl.prev i {
  border-left: 2px solid var(--sl-theme-brand-inverse);
  -webkit-transform: translate3d(3px, 0, 0) rotate(45deg);
     -moz-transform: translate3d(3px, 0, 0) rotate(45deg);
          transform: translate3d(3px, 0, 0) rotate(45deg);
}
.crsl-ctrl.next i {
  border-right: 2px solid var(--sl-theme-brand-inverse);
  -webkit-transform: translate3d(-3px, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(-3px, 0, 0) rotate(-45deg);
          transform: translate3d(-3px, 0, 0) rotate(-45deg);
}
html.no-touch .crsl-ctrl:hover {
  background: var(--sl-theme-accent);
}

.general-dots {
  width: 100%;
  text-align: right;
  z-index: 2;
  position: relative;
}
.general-dots li {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}
.general-dots li:first-child {
  margin: 0;
}
.general-dots li .dots-button {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}
.general-dots li .dots-button:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #072050;
  opacity: 0.4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.general-dots li.slick-active .dots-button:before {
  opacity: 1;
}
html.no-touch .general-dots li:hover .dots-button:before {
  opacity: 1;
}

.secondLvlCss {
  /* youtube iframe */
}
.secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 1921px) {
  .secondLvlCss h2 {
    font-size: 60px;
    line-height: 73px;
  }
}
.secondLvlCss h3 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 1921px) {
  .secondLvlCss h3 {
    font-size: 45px;
    line-height: 40px;
  }
}
.secondLvlCss h3::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h4 {
  font-family: "agenda", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
}
@media all and (min-width: 1921px) {
  .secondLvlCss h4 {
    font-size: 40px;
    line-height: 35px;
  }
}
.secondLvlCss h4::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h5 {
  font-family: "agenda", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.21px;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
}
.secondLvlCss h5::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h6 {
  font-family: "agenda", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #072050;
}
.secondLvlCss h6::first-letter {
  text-transform: uppercase;
}
.secondLvlCss p {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #072050;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .secondLvlCss p {
    font-size: 19px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss p {
    font-size: 22px;
  }
}
.secondLvlCss p a {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
.secondLvlCss p.featuredParagraph {
  font-family: "agenda", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #072050;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .secondLvlCss p.featuredParagraph {
    font-size: 28px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss p.featuredParagraph {
    font-size: 29px;
  }
}
.secondLvlCss hr {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  margin: 80px 0;
  background: rgba(54, 121, 161, 0.3);
  border: none;
}
.secondLvlCss blockquote {
  font-family: "arsenica-variable", sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 45px;
  display: block;
  color: #072050;
  position: relative;
  text-align: left;
  padding: 65px 0;
  margin: 30px 0;
}
.secondLvlCss blockquote:before {
  font-family: "agenda", sans-serif;
  font-weight: 600;
  content: "“";
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  color: #072050;
}
.secondLvlCss blockquote:after {
  font-family: "agenda", sans-serif;
  font-weight: 600;
  content: "“";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #072050;
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.secondLvlCss blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
  color: inherit;
}
.secondLvlCss table {
  max-width: 100%;
  margin: 30px 0;
  border: 2px solid #3679A1;
  position: relative;
  border-collapse: separate;
  background: #FFFFFF;
  /*tr {
    &:last-child {
      td {
        &:first-child {
          border-radius: 0 0 0 30px;
        }
        &:last-child {
          border-radius: 0 0 30px 0;
        }
      }
    }
  }*/
}
html.touch .secondLvlCss table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table td {
  width: 25%;
  font-size: 19px;
  line-height: 24px;
  color: #072050;
  border-left: 2px solid rgba(54, 121, 161, 0.3);
  border-top: 2px solid rgba(54, 121, 161, 0.3);
  padding: 15px;
  font-weight: 400;
}
.secondLvlCss table td p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.secondLvlCss table tr:first-child td {
  border-top: none;
}
.secondLvlCss table tr td:first-child {
  border-left: none;
}
.secondLvlCss table th,
.secondLvlCss table .head-column {
  font-size: 23px;
  font-weight: 400;
  background: #3679A1;
  font-family: "agenda", sans-serif;
  color: #fff;
  padding: 15px 20px;
  vertical-align: middle;
}
.secondLvlCss table th p,
.secondLvlCss table .head-column p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .secondLvlCss table .head-column {
    display: none;
  }
  .secondLvlCss table:not(.responsive-table) {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table:not(.responsive-table) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .secondLvlCss table.responsive-table {
    display: block;
    width: 100% !important;
    position: relative;
    overflow: hidden;
  }
  .secondLvlCss table.responsive-table colgroup {
    display: none !important;
  }
  .secondLvlCss table.responsive-table th {
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    top: 0;
  }
  .secondLvlCss table.responsive-table td {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-left: none;
  }
  .secondLvlCss table.responsive-table tr:first-child td:last-child {
    border-top: none;
    /*.content-column {
      border-top: 2px solid $siteYella;
    }*/
  }
  .secondLvlCss table.responsive-table tr {
    /*th + td {
      &:last-child {
        border-top: none;
      }
    }*/
  }
  .secondLvlCss table.responsive-table .content-column {
    padding: 15px;
    width: 100%;
  }
  .secondLvlCss table.responsive-table .head-column {
    width: 50%;
    display: block;
    padding: 15px;
  }
  .secondLvlCss table.responsive-table .head-column + .content-column {
    display: block;
    width: 50%;
    vertical-align: top;
    padding: 15px;
  }
  .secondLvlCss table.responsive-table tbody,
.secondLvlCss table.responsive-table tr {
    display: block;
    width: 100%;
  }
}
.secondLvlCss .downloadBtn {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-family: "agenda", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 15px 55px;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  background: #3679A1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.no-touch .secondLvlCss .downloadBtn:hover {
  background: rgba(54, 121, 161, 0.8);
}
@media all and (min-width: 1921px) {
  .secondLvlCss .downloadBtn {
    font-size: 26px;
    line-height: 27px;
  }
}
.secondLvlCss .moreBtn {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  text-transform: uppercase;
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.22px;
  color: #072050;
  padding: 15px 20px;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 1921px) {
  .secondLvlCss .moreBtn {
    font-size: 26px;
    line-height: 31px;
  }
}
.no-touch .secondLvlCss .moreBtn:hover {
  background: #F8BA41;
}
.secondLvlCss ol {
  display: block;
  counter-reset: li;
  margin: 30px 0;
}
.secondLvlCss ol li {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  list-style-type: none;
  color: #072050;
  padding-left: 40px;
}
@media all and (min-width: 992px) {
  .secondLvlCss ol li {
    font-size: 19px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss ol li {
    font-size: 22px;
  }
}
.secondLvlCss ol li:before {
  font-family: "arsenica-variable", sans-serif;
  content: counter(li) ".";
  counter-increment: li;
  font-size: 28px;
  color: #072050;
  line-height: 24px;
  font-weight: 400;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}
@media all and (min-width: 1921px) {
  .secondLvlCss ol li:before {
    font-size: 30px;
    line-height: 26px;
  }
}
.secondLvlCss ol li + li {
  margin-top: 20px;
}
.secondLvlCss ol li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul {
  display: block;
  margin: 30px 0;
}
.secondLvlCss ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  list-style-type: none;
  color: #072050;
  padding-left: 32px;
  position: relative;
}
@media all and (min-width: 992px) {
  .secondLvlCss ul li {
    font-size: 19px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss ul li {
    font-size: 22px;
  }
}
.secondLvlCss ul li + li {
  margin-top: 20px;
}
.secondLvlCss ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #F8BA41;
  position: absolute;
  left: 0;
  top: 7px;
}
.secondLvlCss ul li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img {
  width: 100%;
  height: auto;
  margin: 30px 0;
  display: block;
  position: relative;
}
.secondLvlCss img.alignLeft {
  width: 310px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
  clear: both;
}
.secondLvlCss img.alignRight {
  width: 310px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  clear: both;
  left: auto;
}
.secondLvlCss a:not(.downloadBtn) {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  -o-transition: color 0.3s ease, border 0.3s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  color: #072050;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #F8BA41;
     -moz-text-decoration-color: #F8BA41;
          text-decoration-color: #F8BA41;
}
@media all and (min-width: 1921px) {
  .secondLvlCss a:not(.downloadBtn) {
    font-size: 22px;
  }
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  margin-right: 5px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
  display: block !important;
  font-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #F8BA41;
}
.secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]) {
  padding-right: 25px;
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  margin-right: 3px;
  padding-right: 23px;
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
  top: 3px;
}
.secondLvlCss a:not(.downloadBtn)[href^="tel:"] {
  white-space: nowrap;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover {
  color: #F8BA41;
}
.secondLvlCss .embed-container {
  margin: 25px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.secondLvlCss html.lt-ie8 .embed-container {
  overflow: visible;
  height: auto;
}
.secondLvlCss .embed-container iframe,
.secondLvlCss .embed-container object,
.secondLvlCss .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secondLvlCss .downloadBtn:before {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    right: -20px;
  }
  .secondLvlCss h1 {
    font-size: 38px;
    line-height: 43px;
    text-align: left;
    margin: 0;
  }
  .secondLvlCss h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .secondLvlCss h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .secondLvlCss h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .secondLvlCss p.featured-paragraph {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .secondLvlCss blockquote {
    font-size: 28px;
    line-height: 35px;
  }
}
.main-hero {
  width: 100%;
  height: 90vh;
  position: relative;
  background: #072050;
}
.main-hero .fader-wrapper {
  width: 100%;
  height: 100% !important;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.main-hero .fader-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2.32s 0.64s;
  -o-transition: 2.32s 0.64s;
  -moz-transition: 2.32s 0.64s;
  transition: 2.32s 0.64s;
}
.main-hero .fader-area .slick-slide {
  height: 100%;
}
.main-hero .fader-area .slick-list,
.main-hero .fader-area .slick-track {
  height: 100%;
}
.main-hero .fader-area .fa-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero .fader-area.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.main-hero .fader-area .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero .fader-area .image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  pointer-events: none;
}
.main-hero .fader-area .image .img:before, .main-hero .fader-area .image .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 40%;
  opacity: 0.5;
  z-index: 1;
}
.main-hero .fader-area .image .img:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}
.main-hero .fader-area .image .img:after {
  opacity: 1;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.main-hero .title-area {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
}
.main-hero .title-area .title-area-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 1440px) {
  .main-hero .title-area .title-area-inner {
    max-width: 1100px;
  }
}
.main-hero .page-title {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  color: #F7F9FC;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 49px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 992px) {
  .main-hero .page-title {
    font-size: 85px;
  }
}
.main-hero.title-over-image .title-area {
  position: absolute;
  bottom: 50px;
}
.main-hero.title-over-image .page-title {
  color: #fff;
}
body.noHeader .main-hero {
  height: auto;
}
body.noHeader .main-hero .title-area {
  position: relative;
  bottom: 0;
  padding-top: 200px;
  padding-bottom: 80px;
}
body.noHeader .main-hero .page-title {
  color: #fff;
}
body.noHeader .main-hero .fader-wrapper {
  background: var(--sl-theme-no-header-bg);
  display: none;
}
body.noHeader .main-hero .fader-wrapper .fader-area {
  display: none;
}

.breadcrumbs {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  pointer-events: all;
  margin-bottom: 16px;
  /*.br-current-page {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    color: inherit;
  }*/
  /*body.noHeader & {
    display: none;
  }*/
}
.breadcrumbs .item {
  display: inline-block;
  vertical-align: middle;
  color: #F7F9FC;
  font-size: 20px;
  line-height: 20px;
  font-family: "agenda", sans-serif;
  text-transform: uppercase;
}
.breadcrumbs .item:before {
  content: "|";
  font-size: 18px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  top: -3px;
  position: relative;
}
.breadcrumbs .item:first-child:before {
  display: none;
}
.breadcrumbs .item:first-child a {
  margin: 0;
}
.breadcrumbs .item:last-child a {
  color: #F8BA41;
  text-decoration: underline;
  pointer-events: none;
  cursor: text;
}
.breadcrumbs a {
  color: #F7F9FC;
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 0.07em;
}
.no-touch .breadcrumbs a:hover {
  color: #F8BA41;
  text-decoration: underline;
}
.title-over-image .breadcrumbs .item {
  color: #fff;
}

.accordion-container {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  background: #3679A1;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.accordion-container .arrow {
  display: block;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  line-height: 24px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 35px;
}
.accordion-container .accordion-link {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #FFF;
  padding: 15px 70px 15px 30px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.accordion-container .accordion-link .txt {
  position: relative;
  z-index: 2;
}
.accordion-container .accordion-dropdown {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.accordion-container .accordion-dropdown .dropdown-inner {
  display: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  z-index: 2;
  padding: 15px 30px 30px;
  border-top: none;
  word-break: break-word;
}
.accordion-container .accordion-dropdown .dropdown-inner hr {
  background: #F8BA41;
}
.accordion-container .accordion-dropdown .dropdown-inner * {
  color: #fff;
}
.accordion-container .accordion-dropdown .dropdown-inner ol li:before {
  color: #fff !important;
}
.accordion-container .accordion-dropdown .dropdown-inner table {
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.accordion-container .accordion-dropdown .dropdown-inner table td {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.accordion-container .accordion-dropdown .dropdown-inner table th {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.accordion-container .accordion-dropdown .dropdown-inner p:last-child {
  margin-bottom: 0;
}
html.no-touch .accordion-container:hover .arrow {
  -webkit-transform: rotate(90deg) translateX(3px);
     -moz-transform: rotate(90deg) translateX(3px);
      -ms-transform: rotate(90deg) translateX(3px);
       -o-transform: rotate(90deg) translateX(3px);
          transform: rotate(90deg) translateX(3px);
}
.accordion-container.active .arrow {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
html.no-touch .accordion-container.active:hover .arrow {
  -webkit-transform: rotate(-90deg) translateX(3px);
     -moz-transform: rotate(-90deg) translateX(3px);
      -ms-transform: rotate(-90deg) translateX(3px);
       -o-transform: rotate(-90deg) translateX(3px);
          transform: rotate(-90deg) translateX(3px);
}

@media screen and (max-width: 767px) {
  .accordion .accordion-link {
    padding-left: 20px;
  }
  .accordion .accordion-item .accordion-dropdown .accd-inner {
    padding: 5px 20px 20px;
  }
}
.menu-levels {
  font-family: "agenda", sans-serif;
  width: 100%;
  display: block;
  position: relative;
}
.menu-levels .ml-list {
  width: 100%;
  display: block;
}
.menu-levels .dropdown-js {
  display: none;
}
.menu-levels .open-level-js {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  display: block;
}
.menu-levels .open-level {
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: -1px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  background: transparent;
}
.menu-levels .open-level i {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  margin-left: -5px;
}
.menu-levels .open-level i:before, .menu-levels .open-level i:after {
  content: "";
  display: block;
  position: absolute;
  background: #F8BA41;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  -o-transition: opacity 0.3s ease, background-color 0.3s ease;
  -moz-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.menu-levels .open-level i:before {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.menu-levels .open-level i:after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
html.no-touch .menu-levels .open-level:hover i:before, html.no-touch .menu-levels .open-level:hover i:after {
  background: #072050;
}
.menu-levels .item {
  position: relative;
  margin-bottom: 10px;
}
.menu-levels .item:last-child {
  margin: 0;
}
html.no-touch .menu-levels .item.has-open-child .link-container:hover .link {
  color: #072050 !important;
}
html.no-touch .menu-levels .item.has-open-child .link-container:hover .open-level-icon:before, html.no-touch .menu-levels .item.has-open-child .link-container:hover .open-level-icon:after {
  background: #072050 !important;
}
.menu-levels .link-container {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 20px;
}
.menu-levels .link {
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 26px;
  position: relative;
  color: #072050;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.menu-levels .link.current {
  font-weight: 700;
  color: #072050;
}
html.no-touch .menu-levels .link:hover {
  color: #F8BA41 !important;
}
.menu-levels .dropdown {
  width: 100%;
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}
.menu-levels .item.active i:after {
  opacity: 0;
}

.cp-fixed-menu {
  max-height: -webkit-calc(100% - 200px);
  max-height: -moz-calc(100% - 200px);
  max-height: calc(100% - 200px);
  width: 320px;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #F7F9FC;
  overflow: hidden;
  -webkit-transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  -o-transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  -moz-transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  opacity: 0;
  display: block;
  pointer-events: all;
  z-index: 2;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.18);
}
.cp-fixed-menu .ml-inner {
  padding: 30px 20px 30px 30px;
}
.sidebar-layout .cp-fixed-menu {
  z-index: -99999;
}
.cp-fixed-menu .fm-current-page {
  font-family: "arsenica-variable", sans-serif;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #3982AC;
  color: var(--sl-theme-brand-inverse);
  min-height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px 15px 30px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border-left: none;
}
.cp-fixed-menu .fm-current-page .txt {
  width: 100%;
  display: block;
  display: block;
  position: relative;
}
.cp-fixed-menu .fm-current-page .txt .more {
  font-family: "arsenica-variable", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -6px;
}
.cp-fixed-menu .fm-current-page .txt .arrow {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.cp-fixed-menu .fm-current-page .txt .arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.cp-fixed-menu .menu-levels {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
html.no-touch .cp-fixed-menu:hover, .cp-fixed-menu.opened {
  height: 100% !important;
  -webkit-transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  -webkit-overflow-scrolling: touch;
}
html.no-touch .cp-fixed-menu:hover .menu-levels, .cp-fixed-menu.opened .menu-levels {
  opacity: 1;
  visibility: visible;
}
html.no-touch .cp-fixed-menu:hover .fm-current-page, .cp-fixed-menu.opened .fm-current-page {
  /*background: theme("accent");
  color: theme("accent-inverse");*/
  /*.txt {

    .arrow {
      &:before {
        border-color: theme("accent-inverse");
      }
    }
  }*/
}
html.no-touch .cp-fixed-menu:hover .fm-current-page .txt .arrow, .cp-fixed-menu.opened .fm-current-page .txt .arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cp-fixed-menu .fm-wrapper {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .cp-fixed-menu {
    opacity: 0;
    z-index: -3333;
    pointer-events: none;
    visibility: hidden;
  }
}
.featured-paragraph {
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .featured-paragraph {
    padding: 0;
  }
}
.featured-paragraph .widget-holder, .featured-paragraph .ckEditorLayout {
  margin: 0 auto;
}
.featured-paragraph p {
  font-family: "agenda", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  color: #004879;
  margin-bottom: 30px;
}
.featured-paragraph p a {
  font-size: inherit !important;
}
.featured-paragraph p a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]) {
  padding-right: 35px;
}
@media all and (min-width: 992px) {
  .featured-paragraph p {
    font-size: 28px;
    line-height: 37px;
  }
}
@media all and (min-width: 1921px) {
  .featured-paragraph p {
    font-size: 29px;
    line-height: 38px;
  }
}

.stories-carousel {
  margin-bottom: 30px;
}
.stories-carousel .story-card {
  position: relative;
  overflow: hidden;
  max-width: 250px;
}
@media all and (min-width: 1600px) {
  .stories-carousel .story-card {
    max-width: 320px;
  }
}
.stories-carousel .slick-slide {
  width: 280px;
}
@media all and (min-width: 1600px) {
  .stories-carousel .slick-slide {
    width: 350px;
  }
}
.stories-carousel .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stories-carousel .slick-slide > div {
  padding: 0 30px 0 0;
}
.stories-carousel.global-widget {
  background: #072050;
  margin: 0;
  padding: 50px 0 50px 60px;
}
.stories-carousel.global-widget .title {
  color: #F8BA41;
  margin-bottom: 30px;
}
.stories-carousel.global-widget .top-placed {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stories-carousel.global-widget .slick-slider.slick-no-slide .slick-list .slick-track {
  width: 100% !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.stories-carousel.global-widget .controller-wrapper:not(.top-placed) {
  padding-right: 60px;
  max-width: none;
  display: block;
  text-align: center;
}
.stories-carousel.global-widget .controller-wrapper:not(.top-placed).over-crsl .controller-js .ctrl.prev {
  -webkit-transform: translateX(-webkit-calc(-100% + 10px));
     -moz-transform: translateX(-moz-calc(-100% + 10px));
      -ms-transform: translateX(calc(-100% + 10px));
       -o-transform: translateX(calc(-100% + 10px));
          transform: translateX(calc(-100% + 10px));
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper:not(.top-placed).over-crsl .controller-js .ctrl.prev {
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
         -o-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.stories-carousel.global-widget .controller-wrapper:not(.top-placed).over-crsl .controller-js .ctrl.next {
  -webkit-transform: translateX(-webkit-calc(100% - 10px));
     -moz-transform: translateX(-moz-calc(100% - 10px));
      -ms-transform: translateX(calc(100% - 10px));
       -o-transform: translateX(calc(100% - 10px));
          transform: translateX(calc(100% - 10px));
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper:not(.top-placed).over-crsl .controller-js .ctrl.next {
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.stories-carousel.global-widget .controller-wrapper.footer-placed {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.stories-carousel.global-widget .story-card .story-card-content {
  background: #fff;
}
@media (max-width: 767px) {
  .stories-carousel.global-widget {
    padding: 30px 0;
  }
  .stories-carousel.global-widget .controller-wrapper:not(.top-placed) {
    padding-right: 0;
  }
}

.stories-carousel-content-layout .slick-slide {
  width: 280px;
}
.stories-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.stories-carousel-content-layout .slick-slide > div {
  padding: 0 30px 0 0;
  height: 100%;
}
.stories-carousel-content-layout .slick-slide > div > div {
  height: 100%;
}
.stories-carousel-content-layout.align-to-left .slick-slide > div {
  padding: 0 0 0 30px;
}

.stories-grid {
  margin-bottom: 30px;
}
.stories-grid .controller-wrapper {
  margin-top: 20px;
}

.events-fader {
  margin-bottom: 60px;
}
.events-fader .controller-js {
  width: 50px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -60px;
}
.events-fader .controller-js .crsl-ctrl {
  margin: 0;
}
.events-fader .controller-js .crsl-ctrl:last-child {
  margin-bottom: 20px;
}
.events-fader .controller-js .ctrl {
  margin: 10px 0;
}
.events-fader .bf-dots {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  display: none !important;
}
.events-fader .bf-dots .slick-dots {
  text-align: center;
}
.events-fader .bf-dots .slick-dots .dots-button:before {
  background: #fff;
}
@media (max-width: 767px) {
  .events-fader .bf-dots {
    display: none;
  }
}
@media (max-width: 767px) {
  .events-fader .controller-js {
    right: 30px;
    top: 25%;
    margin-top: 0;
  }
}

.content-events-list {
  margin-bottom: 30px;
  /*.event-list-item {
      &:first-child {
          .calendar-date {
              width: 120px;
              height: 120px;
          }

          .event-content {
              width: calc(100% - 140px);
          }
      }
  }*/
}
.content-events-list .btn-holder {
  margin-top: 20px;
}

.events-carousel .title {
  margin: 0;
}
.events-carousel .carousel-widget,
.events-carousel .controller-wrapper {
  z-index: 2;
  position: relative;
}
.events-carousel .slick-slide {
  width: 260px;
  padding: 0 30px 0 0;
}
.events-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.events-carousel .slick-slide > div > div {
  height: 100%;
  max-width: none;
}

.events-carousel-content-layout .slick-slide {
  width: 260px;
}
.events-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.events-carousel-content-layout .slick-slide > div > div {
  padding: 30px 40px 30px 0;
  height: 100%;
}
@media (max-width: 767px) {
  .events-carousel-content-layout .slick-slide > div > div {
    padding: 15px 15px 30px;
  }
}
.events-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 30px 0 30px 40px;
}

.sidebar-box {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(152, 170, 207, 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar-box:last-child {
  margin: 0;
  padding: 0;
}

.sidebar-title {
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}

.promos-carousel {
  margin-bottom: 30px;
}
.promos-carousel .slick-slide {
  width: 280px;
}
.promos-carousel .slick-slide > div > div {
  padding: 0 30px 0 0;
}

.promos-grid {
  margin-bottom: 30px;
}

.promos-sidebar .promo-card {
  margin-bottom: 20px;
  padding: 0;
}
.promos-sidebar .promo-card:last-child {
  margin: 0;
}

.promos-carousel-content-layout .slick-slide {
  width: 280px;
}
.promos-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.promos-carousel-content-layout .slick-slide > div > div {
  padding: 0 30px 0 0;
  height: 100%;
  /*@media (max-width: 767px) {
    padding: 15px 15px 30px;
  }*/
}
.promos-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 0 0 0 30px;
}

.stats-carousel {
  margin-bottom: 30px;
}
.stats-carousel .slick-slide {
  width: 280px;
}
.stats-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.stats-carousel .slick-slide > div > div {
  padding: 0 30px 0 0;
  height: 100%;
}

.stats-carousel-content-layout .slick-slide {
  width: 280px !important;
}
.stats-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.stats-carousel-content-layout .slick-slide > div > div {
  padding: 0 0 0 30px;
  height: 100%;
}
.stats-carousel-content-layout.align-to-right .slick-slide > div > div {
  padding: 0 30px 0 0;
}
.stats-grid {
  margin-bottom: 30px;
}

.staff-grid {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .staff-grid .grid-widget > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}

.staff-carousel-content-layout .slick-slide {
  width: 268px;
}
.staff-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.staff-carousel-content-layout .slick-slide > div > div {
  padding: 30px 40px 30px 0;
  height: 100%;
}
@media (max-width: 767px) {
  .staff-carousel-content-layout .slick-slide > div > div {
    padding: 15px 15px 30px;
  }
}
.staff-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 30px 0 30px 40px;
}

.staff-carousel {
  margin-bottom: 30px;
}
.staff-carousel .slick-slide {
  width: 280px;
}
.staff-carousel .slick-slide .staff-card {
  max-width: none;
}
.staff-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.staff-carousel .slick-slide > div > div {
  padding: 0 30px 0 0;
  height: 100%;
}

@media (max-width: 767px) {
  .staff-grid-filtered .ISGridSearch .ISGridSearch__submit {
    right: 1.25rem;
  }
}
.staff-grid-filtered .ISGridSearch fieldset {
  background: transparent;
}
.staff-grid-filtered .ISFilteredGrid {
  padding: 0;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag button:after, .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag button:before {
  background: #262262;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag {
  background: #F9F7ED;
  font-family: "arsenica-variable", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.1875rem;
  text-align: left;
  color: #262262;
  border: none;
  -webkit-border-radius: 1.25rem;
     -moz-border-radius: 1.25rem;
          border-radius: 1.25rem;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag span {
  font-family: "arsenica-variable", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.1875rem;
  text-align: left;
  color: #262262;
  text-transform: uppercase;
}
html.no-touch .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag:hover {
  background: transparent;
}
.staff-grid-filtered .ISFilteredGrid .selectric .label,
.staff-grid-filtered .ISFilteredGrid .selectric .label {
  font-family: "arsenica-variable", sans-serif;
  color: #262262;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__content {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 842px) {
  .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__prevPage:focus-visible,
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__nextPage:focus-visible,
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__desktopClear:focus-visible,
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__filterBy:focus-visible {
  outline: 2px dashed #000;
}

.cards-grid {
  margin-bottom: 30px;
}
.cards-grid .grid-split-js {
  min-width: 0;
}

.cards-carousel.in-content.arrows-over-carousel .controller-wrapper.over-crsl {
  display: none;
}
@media all and (min-width: 992px) {
  .cards-carousel.in-content.arrows-over-carousel .controller-wrapper.over-crsl {
    display: block;
  }
}

.cards-carousel {
  margin-bottom: 30px;
}
.cards-carousel .slick-slide {
  width: 280px;
}
.cards-carousel .slick-slide .js-cardPopup {
  max-width: none;
}
.cards-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.cards-carousel .slick-slide > div > div {
  padding: 0 30px 0 0;
  height: 100%;
}

.cards-carousel-content-layout .slick-slide {
  width: 280px;
}
.cards-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.cards-carousel-content-layout .slick-slide > div > div {
  padding: 0 30px 0 0;
  height: 100%;
}
.cards-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 0 0 0 30px;
}

.portals-grid {
  margin-bottom: 30px;
}
.portals-grid .grid-widget {
  padding: 0 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portals-grid .grid-widget > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 183px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 183px;
          flex: 0 0 183px;
}
@media (max-width: 767px) {
  .portals-grid .grid-widget > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .portals-grid .grid-widget > div .portals-icon-inner {
    width: 255px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 35px 45px;
  }
  .portals-grid .grid-widget > div .portals-icon-inner .image {
    margin: 0;
  }
  .portals-grid .grid-widget > div .portals-icon-inner .txt {
    text-align: left;
    margin-left: 20px;
  }
}

.portals-carousel {
  margin-bottom: 30px;
}
.portals-carousel .slick-slide {
  width: 180px;
}
.portals-carousel .slick-slide > div > div {
  padding: 0 18px 0 0;
}

.portals-carousel-content-layout .slick-slide {
  width: 195px !important;
}
.portals-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.portals-carousel-content-layout .slick-slide > div > div {
  padding: 0 30px 0 0;
  height: 100%;
  /* @media (max-width: 767px) {
     padding: 15px 15px 30px;
   }*/
}
.portals-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 0 0 0 30px;
}

.blockquote-fader {
  width: 100%;
  display: block;
  position: relative;
  margin: 30px 0;
  max-width: 750px;
}
.blockquote-fader .bf-item {
  position: relative;
}
.blockquote-fader .bf-inner {
  position: relative;
  z-index: 2;
}
.blockquote-fader blockquote {
  margin: 0;
}
.blockquote-fader .author {
  font-family: "agenda", sans-serif;
  width: 60%;
  font-size: 18px;
  display: block;
  line-height: 20px;
  color: #072050;
  margin-top: 25px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
}
.blockquote-fader .controller-container {
  width: 40%;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 3;
}
.blockquote-fader .bf-dots {
  bottom: 15px;
}

.ckEditorLayout-full-width {
  /*&.left-text:not(.with-widget) {
    .contentTemplates-left {
      &:before {
        content: '';
        width: 76px;
        height: 47px;
        background-image: url($base_url_assets + "/flare-2.svg");
        position: absolute;
        left: 7px;
        top: 11px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
      }
    }
  }

  &.right-text:not(.with-widget) {
    .contentTemplates-right {
      &:before {
        content: '';
        width: 39px;
        height: 60px;
        background-image: url($base_url_assets + "/flare-1.svg");
        position: absolute;
        right: 7px;
        top: 11px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
      }
    }
  }*/
}
.ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates {
  /*.secondLvlCss {
    h2, h3, h4, p {
      color: #fff
    }

    .downloadBtn {
      background: #C09D59;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    }
  }*/
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader {
  margin: 0;
  position: static;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader blockquote:before, .ckEditorLayout-full-width.with-blockquote .blockquote-fader blockquote:after {
  color: #fff;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader .author {
  color: #fff;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader .general-dots li .dots-button:before {
  background: #fff;
}
.ckEditorLayout-full-width.with-blockquote.left-image .controller-js {
  left: -25px;
}
.ckEditorLayout-full-width.with-blockquote.left-image .contentTemplates-right {
  z-index: 2;
}
.ckEditorLayout-full-width.with-blockquote.right-image .controller-js {
  right: -25px;
}
.ckEditorLayout-full-width.with-blockquote.right-image .contentTemplates-left {
  z-index: 2;
}
.ckEditorLayout-full-width.with-arrows .controller-js {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  z-index: 2;
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl {
  margin: 0;
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl:before {
  background: #60BAB1;
  -webkit-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl:last-child {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .ckEditorLayout-full-width.with-arrows .controller-js {
    display: none;
  }
}
.ckEditorLayout-full-width.with-arrows.left-image .contentTemplates-left {
  overflow: visible;
}
.ckEditorLayout-full-width.with-arrows.right-image .contentTemplates-right {
  overflow: visible;
}
.ckEditorLayout-full-width.with-fader .contentTemplates {
  overflow: visible;
}
.ckEditorLayout-full-width.with-fader .contentTemplates .contentTemplates-img {
  overflow: visible !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .fader-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots {
  text-align: center;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots .slick-active .dots-button:before {
  background: #F8BA41;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots .dots-button:before {
  opacity: 1;
  background: #fff;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide {
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-list,
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-track {
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .controller-js {
  position: absolute;
  left: 20px;
  right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
}
.ckEditorLayout-full-width.with-fader.left-image {
  /*.controller-js {
    right: -25px;
  }*/
}
.ckEditorLayout-full-width.with-fader.left-image .contentTemplates-left {
  z-index: 2;
}
.ckEditorLayout-full-width.with-fader.right-image {
  /*.controller-js {
    left: -25px;
  }*/
}
.ckEditorLayout-full-width.with-fader.right-image .contentTemplates-right {
  z-index: 2;
}
.ckEditorLayout-full-width.with-embeed .iframe-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #072050;
}
.ckEditorLayout-full-width.with-embeed .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ckEditorLayout-full-width.full-width-image-with-text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
  min-height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
    width: 100%;
    min-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ckEditorLayout-full-width.custom-widget-1.left-text .contentTemplates-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 800px) {
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-img:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}
.ckEditorLayout-full-width.full-width-image .contentTemplates .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-img:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 32, 80, 0.7);
  z-index: 2;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text.full-width {
  margin: 0 auto;
  max-width: none;
  padding: 60px 30px;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text.full-width {
    padding: 90px 15%;
  }
}
.ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  color: #F7F9FC;
}
.ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss p {
  font-size: 22px;
  letter-spacing: 0.22px;
  line-height: 1.4;
  color: #F7F9FC;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss p {
    font-size: 26px;
  }
}
.ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .contentTemplates-left {
  background: #072050;
  padding: 50px 30px;
}
@media all and (max-width: 991px) {
  .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .contentTemplates-left {
    margin: 0;
  }
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .contentTemplates-left {
    margin: 24px 0;
    padding: 85px 5%;
  }
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .contentTemplates-left {
    padding: 200px 5%;
  }
}
.ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss h2, .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss h3, .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss h4, .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss p {
  color: #fff;
}
.ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss p {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-full-width.left-text.right-image:not(.with-widget) .secondLvlCss p a {
  color: #fff;
}
.ckEditorLayout-full-width.right-text.left-image:not(.with-widget) {
  z-index: 0;
}
.ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .contentTemplates-right {
  background: #072050;
  z-index: -1;
  padding: 50px 30px;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .contentTemplates-right {
    padding: 85px 5%;
    margin: 24px 0;
  }
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .contentTemplates-right {
    padding: 200px 5%;
  }
}
.ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss h2, .ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss h3, .ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss h4, .ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss p {
  color: #fff;
}
.ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss p {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-full-width.right-text.left-image:not(.with-widget) .secondLvlCss p a {
  color: #fff;
}
.ckEditorLayout-full-width.left-image.right-image .contentTemplates-left .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-full-width.left-image.right-image .contentTemplates-right .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-img {
  overflow: hidden;
  background: #072050;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-right {
  background: #072050;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.left-image.right-text .contentTemplates-right {
    z-index: 1;
    margin: 28px 0;
  }
}
.ckEditorLayout-full-width.left-image.right-text.with-blockquote .blockquote-fader .controller-js {
  display: none;
}
.ckEditorLayout-full-width.left-image.right-text.with-blockquote .blockquote-fader blockquote {
  color: #F7F9FC;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss ol li:before {
  color: #fff;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss blockquote:before, .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss blockquote:after {
  color: #fff;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss h2, .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss h3, .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss h4, .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss p, .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss li {
  color: #fff;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  color: #F7F9FC;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss p {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss p a {
  color: #fff;
}
.ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss p a.downloadBtn {
  color: #fff;
}
.no-touch .ckEditorLayout-full-width.left-image.right-text .contentTemplates-extraText.secondLvlCss p a:hover {
  color: #F8BA41;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-img {
  overflow: hidden;
  background: #072050;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-left {
  background: #072050;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.left-text.right-image .contentTemplates-left {
    margin: 28px 0;
  }
}
.ckEditorLayout-full-width.left-text.right-image.with-blockquote .blockquote-fader .controller-js {
  display: none;
}
.ckEditorLayout-full-width.left-text.right-image.with-blockquote .blockquote-fader blockquote {
  color: #F7F9FC;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss h2, .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss h3, .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss h4, .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss p, .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss li {
  color: #fff;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss ol li:before {
  color: #fff;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss blockquote:before, .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss blockquote:after {
  color: #fff;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  color: #F7F9FC;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss p {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss p a {
  color: #ffffff;
}
.ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss p a.downloadBtn {
  color: #fff;
}
.no-touch .ckEditorLayout-full-width.left-text.right-image .contentTemplates-extraText.secondLvlCss p a:hover {
  color: #F8BA41;
}

.ckEditorLayout-over-content-width .contentTemplates {
  background: transparent;
}
.ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .contentTemplates-img {
  overflow: hidden;
}
.ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss h2, .ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss h3, .ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss h4, .ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss p {
  color: #fff;
}
.ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss p {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-over-content-width:not(.with-blockquote) .contentTemplates .secondLvlCss p a {
  color: #fff;
}
.ckEditorLayout-over-content-width.left-text:not(.with-widget) .contentTemplates-left {
  background: #072050;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-over-content-width.left-text:not(.with-widget) .contentTemplates-left {
    margin: 24px 0;
    padding: 30px 5%;
  }
}
.ckEditorLayout-over-content-width.right-text:not(.with-widget) {
  z-index: 0;
}
.ckEditorLayout-over-content-width.right-text:not(.with-widget) .contentTemplates-right {
  background: #072050;
  margin-top: -30px;
  z-index: -1;
  padding: 60px 60px 0;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-over-content-width.right-text:not(.with-widget) .contentTemplates-right {
    padding: 30px 5%;
    margin: 24px 0;
  }
}
.ckEditorLayout-over-content-width.full-width-image-with-text .contentTemplates-img:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 32, 80, 0.7);
  z-index: 2;
}
.ckEditorLayout-over-content-width.full-width-image-with-text .contentTemplates-text.full-width {
  margin: 0 auto;
  text-align: center;
  max-width: none;
  padding: 60px 30px;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-over-content-width.full-width-image-with-text .contentTemplates-text.full-width {
    padding: 90px 15%;
  }
}
.ckEditorLayout-over-content-width.full-width-image-with-text .secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}
.ckEditorLayout-over-content-width.full-width-image-with-text .secondLvlCss p {
  font-size: 22px;
  letter-spacing: 0.22px;
  line-height: 34px;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-over-content-width.full-width-image-with-text .secondLvlCss p {
    font-size: 26px;
  }
}

.ckEditorLayout {
  margin-bottom: 30px;
}
.ckEditorLayout + .ckEditorLayout {
  margin-bottom: 0;
}
.ckEditorLayout .secondLvlCss {
  font-size: 20px;
  line-height: 1.5;
  display: block;
  color: var(--sl-theme-main-paragraph);
  margin-bottom: 30px;
  font-weight: 300;
}
.ckEditorLayout .secondLvlCss a:not(.downloadBtn) {
  color: #F7F9FC;
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
.ckEditorLayout .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]) {
  padding-right: 25px;
}
.ckEditorLayout .secondLvlCss a:not(.downloadBtn)[href$=".pdf"] {
  padding-right: 30px;
}
.ckEditorLayout .secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  padding-right: 33px;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.alternated + .alternated {
    margin-top: -60px;
  }
}
.ckEditorLayout .contentTemplates-img img {
  margin: 0 auto !important;
}
.ckEditorLayout.full-width-image .contentTemplates-img {
  height: auto;
  position: relative;
}
.ckEditorLayout.full-width-image .contentTemplates-img img {
  height: auto;
  position: relative;
}
.ckEditorLayout.left-image .contentTemplates-left {
  overflow: hidden;
}
.ckEditorLayout.right-image .contentTemplates-right {
  overflow: hidden;
}
.ckEditorLayout.left-text.right-text .contentTemplates {
  background: transparent;
}
.ckEditorLayout.left-text.right-text .contentTemplates-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 767px) {
  .ckEditorLayout.left-text.right-text .contentTemplates-column {
    padding-left: 0;
    padding-right: 0;
  }
}
.ckEditorLayout.left-text.right-text .contentTemplates-column .secondLvlCss {
  margin-bottom: 0;
}
.ckEditorLayout.left-text.right-text .contentTemplates-column .secondLvlCss a {
  color: #F8BA41;
}
.no-touch .ckEditorLayout.left-text.right-text .contentTemplates-column .secondLvlCss a:hover {
  color: #072050;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.left-text.right-text .contentTemplates-left {
    padding: 0 30px 0 0;
    border-right: 1px solid rgba(54, 121, 161, 0.3);
  }
}
@media all and (min-width: 992px) {
  .ckEditorLayout.left-text.right-text .contentTemplates-right {
    padding: 0 0 0 30px;
    border-left: 1px solid rgba(54, 121, 161, 0.3);
  }
}

.ckEditorLayout-widgets {
  /*h2 {
    @include fontSize(40px, 42px);
  }*/
}
.ckEditorLayout-widgets:before {
  content: "";
  width: 99999px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  background: transparent;
}
.ckEditorLayout-widgets .contentTemplates {
  padding: 40px 0;
  min-height: 300px;
}
.ckEditorLayout-widgets .contentTemplates .contentTemplates-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ckEditorLayout-widgets .secondLvlCss {
  margin: 0;
}

@media all and (min-width: 992px) {
  .ckEditorLayout-widgets.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
}
.ckEditorLayout-widgets.ckEditorLayout-left-to-end .carousel-widget-wrapper {
  padding-left: 80px;
}

.ckEditorLayout-left-to-end:before {
  right: 100%;
}
.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  padding: 30px 30px 30px 0;
}
.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  padding: 0;
}
.ckEditorLayout-left-to-end .contentTemplates .secondLvlCss h2 {
  text-transform: none;
}
.ckEditorLayout-left-to-end .contentTemplates .secondLvlCss p {
  font-family: "agenda", sans-serif;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  color: #072050;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-left-to-end .contentTemplates .secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-left-to-end .controller-js {
  width: 60px;
  height: 130px;
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper {
  padding-left: 80px;
}
@media (max-width: 900px) {
  .ckEditorLayout-left-to-end .carousel-widget-wrapper {
    padding-left: 60px;
  }
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper .slick-list {
  padding-left: 20px;
}
.ckEditorLayout-left-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: left;
}
@media (max-width: 767px) {
  .ckEditorLayout-left-to-end {
    width: -webkit-calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
    margin-left: -30px;
  }
  .ckEditorLayout-left-to-end .contentTemplates {
    display: block;
    padding: 20px 0 0;
  }
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    width: 100%;
    padding: 0 30px 10px;
  }
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
    width: 100%;
  }
  .ckEditorLayout-left-to-end .controller-js {
    display: none;
  }
  .ckEditorLayout-left-to-end .carousel-widget-wrapper {
    padding: 0 !important;
  }
}

.ckEditorLayout-right-to-end + div {
  clear: right;
}
.ckEditorLayout-right-to-end:before {
  left: 100%;
  background: transparent;
}
.ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
  padding: 30px 0 30px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 474px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 474px;
          flex: 0 0 474px;
}
.ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  padding: 0;
}
.ckEditorLayout-right-to-end .contentTemplates .secondLvlCss h2 {
  text-transform: none;
}
.ckEditorLayout-right-to-end .contentTemplates .secondLvlCss p {
  font-family: "agenda", sans-serif;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  color: #072050;
}
@media all and (min-width: 1921px) {
  .ckEditorLayout-right-to-end .contentTemplates .secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.ckEditorLayout-right-to-end .controller-js {
  width: 60px;
  height: 130px;
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -65px;
}
.ckEditorLayout-right-to-end .carousel-widget-wrapper {
  padding-right: 80px;
}
@media (max-width: 900px) {
  .ckEditorLayout-right-to-end .carousel-widget-wrapper {
    padding-right: 60px;
  }
}
.ckEditorLayout-right-to-end .carousel-widget-wrapper .slick-list {
  padding-right: 20px;
}
.ckEditorLayout-right-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: right;
}
@media (max-width: 767px) {
  .ckEditorLayout-right-to-end {
    width: -webkit-calc(100% + 120px) !important;
    width: -moz-calc(100% + 120px) !important;
    width: calc(100% + 120px) !important;
    margin-left: -60px;
  }
  .ckEditorLayout-right-to-end .contentTemplates {
    display: block;
    padding: 20px 0;
  }
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
    width: 100%;
    padding: 0 60px 30px;
  }
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
    width: 100%;
  }
  .ckEditorLayout-right-to-end .controller-js {
    display: none;
  }
  .ckEditorLayout-right-to-end .carousel-widget-wrapper {
    padding: 0;
  }
}

.contentTemplates {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.contentTemplates p:last-child {
  margin: 0;
}
.main-content.full-width-layout .contentTemplates {
  margin: 0 auto;
}
.contentTemplates .contentTemplates-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 30px 5%;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media all and (min-width: 992px) {
  .contentTemplates .contentTemplates-column {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 400px;
            flex: 1 1 400px;
  }
}
.left-html.right-html .contentTemplates .contentTemplates-column {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentTemplates .contentTemplates-column .slick-track {
  margin-left: 0;
}
.contentTemplates .contentTemplates-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.contentTemplates .contentTemplates-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
.contentTemplates .contentTemplates-column-text {
  width: 100%;
  min-height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
.contentTemplates .contentTemplates-right {
  position: relative;
}
.right-image .contentTemplates .contentTemplates-right {
  min-height: 300px;
  padding-top: 40%;
}
@media all and (max-width: 991px) {
  .right-image .contentTemplates .contentTemplates-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media all and (min-width: 992px) {
  .right-image .contentTemplates .contentTemplates-right {
    margin-top: 0;
  }
}
.left-image .contentTemplates .contentTemplates-left {
  min-height: 300px;
  padding-top: 40%;
}
.contentTemplates .contentTemplates-text.full-width {
  max-width: 500px;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss ol li:before {
  color: #fff;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss blockquote:before, .contentTemplates .contentTemplates-text.full-width .secondLvlCss blockquote:after {
  color: #fff;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss h2, .contentTemplates .contentTemplates-text.full-width .secondLvlCss h3, .contentTemplates .contentTemplates-text.full-width .secondLvlCss h4, .contentTemplates .contentTemplates-text.full-width .secondLvlCss p, .contentTemplates .contentTemplates-text.full-width .secondLvlCss li {
  color: #fff;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  color: #F7F9FC;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss p {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media all and (min-width: 1921px) {
  .contentTemplates .contentTemplates-text.full-width .secondLvlCss p {
    font-size: 23px;
    line-height: 32px;
  }
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss p a {
  color: #fff;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss p a.downloadBtn {
  color: #fff;
}
.no-touch .contentTemplates .contentTemplates-text.full-width .secondLvlCss p a:hover {
  color: #F8BA41;
}

.ckEditorLayout.layout26 .secondLvlCss a:not(.downloadBtn) {
  color: #072050;
}

body {
  --primary-font: "Signika", sans-serif;
  --primary-color: #EA6953;
  --secondary-color: #00615F;
  --content-background: #F1F2F3;
  --value-background: #dedfe0;
  --border-color: #757575;
  --bar-color: #887446;
}

.js-donations-popup {
  overflow: hidden;
}

.donations-calculator {
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
  z-index: 1;
}
.donations-calculator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F1F2F3;
  z-index: -1;
}
.donations-calculator .progress {
  --progress: 1%;
  margin: 120px 0 50px;
  position: relative;
  width: 92%;
}
.donations-calculator .progress__value {
  position: absolute;
  top: -90px;
  left: 0;
  width: 22%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__value {
    width: auto;
  }
}
.donations-calculator .progress__value .label {
  color: #757575;
  font-size: 16px;
  margin-bottom: 5px;
}
.donations-calculator .progress__value .value {
  color: var(--secondary-color);
  font-size: 30px;
}
.donations-calculator .progress__value.total-raised {
  left: var(--progress);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__value.total-raised {
    left: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.donations-calculator .progress__value.campaign-target {
  left: auto;
  right: -10%;
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__value.campaign-target {
    top: auto;
    right: 0;
    bottom: -90px;
    text-align: right;
  }
}
.donations-calculator .progress__bar {
  background-image: -webkit-gradient(linear, left top, right top, from(#B3995D), color-stop(0, #fff));
  background-image: -webkit-linear-gradient(left, #B3995D var(--progress), #fff 0);
  background-image: -moz-linear-gradient(left, #B3995D var(--progress), #fff 0);
  background-image: -o-linear-gradient(left, #B3995D var(--progress), #fff 0);
  background-image: linear-gradient(90deg, #B3995D var(--progress), #fff 0);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  border: 1px solid #B3995D;
  height: 50px;
  position: relative;
}
.donations-calculator .progress__bar::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 50%;
  width: 1px;
  height: 40px;
  background-color: #B3995D;
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__bar::before {
    top: 50%;
    bottom: auto;
  }
}
.donations-calculator .progress__bar .bars {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.donations-calculator .progress__bar .bar {
  border-right: 1px solid var(--bar-color);
  display: block;
  width: -webkit-calc(100% / var(--increments));
  width: -moz-calc(100% / var(--increments));
  width: calc(100% / var(--increments));
  height: 25px;
}
@media only screen and (min-width: 769px) {
  .donations-calculator .progress.js-progress-bottom .progress__value.campaign-target {
    top: auto;
    bottom: -90px;
  }
  .donations-calculator .progress.js-progress-bottom .progress__bar::before {
    top: 50%;
    bottom: auto;
  }
  .donations-calculator .progress.js-progress-bottom + .text-center {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .donations-calculator .text-center {
    text-align: center;
  }
}
.donations-calculator .downloadBtn {
  background-color: var(--primary-color);
  -webkit-border-radius: 70px;
     -moz-border-radius: 70px;
          border-radius: 70px;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  font-size: 22px;
  padding: 16px 37px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donations-calculator .downloadBtn::before {
  content: normal;
}
.donations-calculator .downloadBtn span {
  display: block;
  min-height: 0;
}
.donations-calculator .downloadBtn .g-icons {
  display: none;
}
html.no-touch .donations-calculator .downloadBtn:hover {
  background-color: var(--secondary-color);
}

.donationsPopup {
  --loader: url('data:image/svg+xml,%0A%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" stroke="%2300615f" fill="none" xmlns:v="https://vecta.io/nano"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".5" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A');
  --arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12.127" height="6.934"%3E%3Cpath d="M6.065 4.844l4.586-4.59c.162-.163.382-.255.612-.255s.45.092.612.255c.336.34.336.888 0 1.228l-5.2 5.2c-.328.33-.858.341-1.2.025L.252 1.486A.87.87 0 0 1 .637.032a.87.87 0 0 1 .839.222z" fill="%2398AACF"/%3E%3C/svg%3E%0A');
  --close: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22.862" height="22.862" fill="none" stroke="%23fff"%3E%3Cpath d="M.353 22.508L22.508.353"/%3E%3Cpath d="M.353.353l22.155 22.155"/%3E%3C/svg%3E%0A');
  --closeActive: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22.862" height="22.862" fill="none" stroke="%23172742"%3E%3Cpath d="M.353 22.508L22.508.353"/%3E%3Cpath d="M.353.353l22.155 22.155"/%3E%3C/svg%3E%0A');
  --edit: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16.034" height="16.033" fill="%23fff"%3E%3Cpath d="M12.8 7.766c-.172 0-.336.068-.457.19s-.19.286-.19.457v5.178a.65.65 0 0 1-.647.647H2.442a.65.65 0 0 1-.647-.647V4.53a.65.65 0 0 1 .647-.647H7.62a.65.65 0 0 0 .648-.648.65.65 0 0 0-.648-.648H2.442C1.37 2.589.501 3.458.5 4.53v9.061c.001 1.072.87 1.941 1.942 1.942H11.5c1.072-.001 1.941-.87 1.942-1.942V8.414c.001-.356-.286-.645-.642-.648zm0 0" stroke="%23fff"/%3E%3Cpath d="M6.569 7.177a.33.33 0 0 0-.089.165l-.458 2.289c-.019.095.005.194.067.269s.154.118.251.118c.021 0 .042-.002.063-.006l2.288-.458c.063-.012.121-.043.166-.089l5.121-5.121-2.288-2.288zM15.56.473a1.62 1.62 0 0 0-2.288 0l-.9.9 2.288 2.288.9-.9a1.62 1.62 0 0 0 0-2.288zm0 0"/%3E%3C/svg%3E%0A');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 95, 0.9);
  overflow: hidden;
  z-index: 999;
}
.donationsPopup__inner {
  background-color: #fff;
  margin-left: auto;
  max-width: 670px;
  -webkit-transform: translateX(130%);
     -moz-transform: translateX(130%);
      -ms-transform: translateX(130%);
       -o-transform: translateX(130%);
          transform: translateX(130%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__inner.isShowing {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.donationsPopup__topNav {
  position: relative;
}
.donationsPopup__topNav .donationsPopup__close {
  position: absolute;
  top: 0;
  right: 100%;
  width: 55px;
  height: 100%;
  background-color: #B3995D;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__topNav .donationsPopup__close {
    left: 0;
    right: auto;
  }
}
.donationsPopup__topNav .donationsPopup__close .close-icon {
  background-image: var(--close);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
html.no-touch .donationsPopup__topNav .donationsPopup__close:hover .close-icon {
  background-image: var(--closeActive);
}
.donationsPopup__topNav .donationsPopup__title {
  background-color: #EDE5D4;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 21px;
  padding: 18px 30px 13px;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__topNav .donationsPopup__title {
    padding-left: 85px;
  }
}
.donationsPopup__content {
  height: -webkit-calc(100% - 105px);
  height: -moz-calc(100% - 105px);
  height: calc(100% - 105px);
  overflow: auto;
  padding: 25px clamp(20px, 3vw, 30px);
}
.donationsPopup__content .downloadBtn {
  background-color: transparent;
  -webkit-border-radius: 70px;
     -moz-border-radius: 70px;
          border-radius: 70px;
  border: 1px solid #B3995D;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 18px;
  min-width: 145px;
  padding: 15px 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__content .downloadBtn::before {
  content: normal;
}
.donationsPopup__content .downloadBtn span {
  display: block;
  min-height: 0;
}
.donationsPopup__content .downloadBtn .g-icons {
  display: none;
}
html.no-touch .donationsPopup__content .downloadBtn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff !important;
}
.donationsPopup__content .select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__content .select-wrap {
    display: block;
    margin: 7px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .donationsPopup__content .select-wrap--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .donationsPopup__content .select-wrap label {
    display: block;
  }
}
.donationsPopup__content label {
  color: var(--secondary-color);
  font-size: 16px;
  margin: 10px 0;
  padding-right: 15px;
}
.donationsPopup__content select {
  display: none;
}
.donationsPopup__content .nice-select {
  font-family: var(--primary-font);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.donationsPopup__content .nice-select .current {
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  border: 1px solid var(--border-color);
  color: var(--primary-color);
  cursor: pointer;
  display: block;
  font-size: 18px;
  padding: 10px 40px 10px 25px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__content .nice-select .current::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: var(--arrow);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
html.no-touch .donationsPopup__content .nice-select .current:hover {
  color: var(--secondary-color);
}
html.no-touch .donationsPopup__content .nice-select .current:hover::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
     -moz-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
       -o-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.donationsPopup__content .nice-select .list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 50px 25px 15px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.donationsPopup__content .nice-select .list li {
  color: var(--secondary-color);
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__content .nice-select .list li::before {
  content: normal;
}
.donationsPopup__content .nice-select .list li ~ li {
  border-top: 1px solid rgba(0, 97, 95, 0.2);
  margin-top: 10px;
  padding-top: 10px;
}
.donationsPopup__content .nice-select .list li.selected {
  color: rgba(0, 97, 95, 0.5);
  pointer-events: none;
}
html.no-touch .donationsPopup__content .nice-select .list li:hover {
  color: var(--primary-color);
}
.donationsPopup__content .nice-select.open {
  z-index: 20;
}
.donationsPopup__content .nice-select.open .current {
  color: var(--secondary-color);
}
.donationsPopup__content .nice-select.open .current::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
     -moz-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
       -o-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.donationsPopup__content .nice-select.open .list {
  opacity: 1;
  visibility: visible;
}
.donationsPopup__content input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.donationsPopup__content input[type=number]::-webkit-outer-spin-button, .donationsPopup__content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.donationsPopup__content .step {
  display: none;
}
.donationsPopup__content .step.js-active {
  display: block;
}
.donationsPopup__content .step.js-loading {
  position: relative;
}
.donationsPopup__content .step.js-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: var(--loader);
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
.donationsPopup__content .step.js-loading > * {
  opacity: 0.1;
  pointer-events: none;
}
.donationsPopup__content .step__title {
  color: var(--secondary-color) !important;
  font-size: 25px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}
.donationsPopup__content .step__description {
  color: var(--secondary-color) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.donationsPopup__content .step__content {
  background-color: var(--content-background);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  margin-top: 20px;
  padding: 15px 20px;
}
.donationsPopup__content .step-navigation {
  margin-top: 30px;
  text-align: center;
}
.donationsPopup__content .step-navigation .downloadBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
  padding: 12px 35px;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__content .step-navigation .downloadBtn {
    display: block;
    max-width: none;
    width: 100%;
  }
}
.donationsPopup__content .step-navigation .downloadBtn[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.donationsPopup__content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donationsPopup__content .row__title {
  color: var(--secondary-color) !important;
  font-size: 15px;
  line-height: 1;
  margin: 15px 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.donationsPopup__content .row .col {
  margin: 6px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 541px) {
  .donationsPopup__content .row .col--1-of-2 {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.donationsPopup__content .row .col input {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #002664;
  padding: 15px 20px;
}
.donationsPopup__content .row .col input.js-invalid {
  border-color: #FF0000;
}
.donationsPopup__content .row .col input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input:-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input::-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input::-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input::placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input:-ms-input-placeholder {
  color: #fff;
}
.donationsPopup__content .row .col input::-ms-input-placeholder {
  color: #fff;
}
.donationsPopup__content .row .col input[required] + label::after {
  content: "*";
  color: #FF0000;
}
.donationsPopup__content .row .col input:not(:-moz-placeholder-shown) + label {
  display: none;
}
.donationsPopup__content .row .col input:not(:-ms-input-placeholder) + label {
  display: none;
}
.donationsPopup__content .row .col input:not(:placeholder-shown) + label {
  display: none;
}
.donationsPopup__content .row .col label {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #161615;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.donationsPopup__bottomNav .donationsPopup__steps {
  border-top: 1px solid #B3995D;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 51px;
}
.donationsPopup__bottomNav .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  position: relative;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}
.donationsPopup__bottomNav .step:nth-child(2)::before, .donationsPopup__bottomNav .step:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: #B3995D;
}
.donationsPopup__bottomNav .step:nth-child(2)::before {
  left: 0;
}
.donationsPopup__bottomNav .step:nth-child(2)::after {
  right: 0;
}
.donationsPopup__bottomNav .step.js-active {
  background-color: var(--secondary-color);
  color: #fff;
}
.donationsPopup__bottomNav .step[data-step] {
  cursor: pointer;
}
.donationsPopup .donation-period__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .donationsPopup .donation-period__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.donationsPopup .donation-period__buttons button {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .donationsPopup .donation-period__buttons button {
    margin: 8px 0;
    width: 100%;
  }
}
.donationsPopup .donation-period__buttons button.js-active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.donationsPopup .donation-period__content .tab {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .donationsPopup .donation-period__content .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.donationsPopup .donation-period__content .tab.js-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.donationsPopup .donation-period__content input[type=number] {
  background-color: transparent;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  border: 1px solid var(--border-color);
  color: var(--primary-color);
  display: block;
  font-size: 18px;
  max-width: 100px;
  padding: 8px 25px;
  text-align: center;
}
.donationsPopup .donation-period span[data-currency] {
  display: block;
  position: relative;
}
.donationsPopup .donation-period span[data-currency]::before {
  content: attr(data-currency);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 24px;
}
.donationsPopup .donation-period #oneOffAmount {
  display: block;
  max-width: 250px;
  padding: 8px 25px 8px 50px;
  width: 91px;
}
.donationsPopup .donation-calculations__content .items {
  margin-top: 30px;
}
.donationsPopup .donation-calculations__content .item {
  color: #757575;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donationsPopup .donation-calculations__content .item.js-invisible {
  display: none;
}
.donationsPopup .donation-calculations__content .item:not(.js-invisible) ~ .item {
  border-top: 1px solid rgba(117, 117, 117, 0.2);
  margin-top: 13px;
  padding-top: 13px;
}
.donationsPopup .donation-calculations__content .item__label {
  padding-right: 25px;
}
.donationsPopup .donation-calculations__content .values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.donationsPopup .donation-calculations__content .value {
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 541px) {
  .donationsPopup .donation-calculations__content .value:first-child {
    margin-right: -1px;
  }
  .donationsPopup .donation-calculations__content .value:first-child .value__cash {
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
       -moz-border-radius-bottomleft: 10px;
            border-bottom-left-radius: 10px;
  }
  .donationsPopup .donation-calculations__content .value:last-child .value__cash {
    background-color: var(--value-background);
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
       -moz-border-radius-bottomright: 10px;
            border-bottom-right-radius: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .donationsPopup .donation-calculations__content .value {
    width: 100%;
  }
  .donationsPopup .donation-calculations__content .value ~ .value {
    margin-top: 15px;
  }
}
.donationsPopup .donation-calculations__content .value__label {
  color: var(--secondary-color);
  font-size: 14px;
  margin-bottom: 7px;
}
.donationsPopup .donation-calculations__content .value__cash {
  color: var(--secondary-color);
  border: 1px solid var(--border-color);
  font-family: var(--primary-font);
  font-size: 22px;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .donationsPopup .donation-calculations__content .value__cash {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
  }
}
.donationsPopup .donation-calculations__content #taxBracket + .nice-select .list {
  text-align: left;
}
.donationsPopup .my-pledge {
  font-size: 16px;
}
.donationsPopup .my-pledge__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding-right: -webkit-calc(13vmin + 10px);
  padding-right: -moz-calc(13vmin + 10px);
  padding-right: calc(13vmin + 10px);
  overflow: hidden;
  position: relative;
}
.donationsPopup .my-pledge .title {
  color: var(--secondary-color);
  font-size: 17px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}
.donationsPopup .my-pledge .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 100%;
  background-color: var(--secondary-color);
}
.donationsPopup .my-pledge .label {
  color: var(--secondary-color);
}
.donationsPopup .my-pledge .value {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.donationsPopup .my-pledge .edit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--secondary-color);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 5px 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 540px) {
  .donationsPopup .my-pledge .edit {
    padding: 5px 15px;
  }
}
.donationsPopup .my-pledge .edit:focus, .donationsPopup .my-pledge .edit:hover {
  background-color: var(--primary-color);
}
.donationsPopup .my-pledge .edit .icon {
  width: 16px;
  height: 16px;
  background-image: var(--edit);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media only screen and (max-width: 540px) {
  .donationsPopup .my-pledge .edit .icon {
    margin: 0;
  }
}
@media only screen and (max-width: 540px) {
  .donationsPopup .my-pledge .edit .text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
  }
}
.donationsPopup .contact-information {
  margin-top: 20px;
}
.donationsPopup .pledge-summary .pledge-total {
  font-size: 16px;
}
.donationsPopup .pledge-summary .pledge-total .label {
  color: var(--secondary-color);
}
.donationsPopup .pledge-summary .pledge-total .value {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.donationsPopup .contact-information-verify {
  margin-top: 20px;
}
.donationsPopup .contact-details {
  font-size: 16px;
}
.donationsPopup .contact-details ul {
  margin-bottom: 0;
}
.donationsPopup .contact-details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.donationsPopup .contact-details li::before {
  content: normal;
}
.donationsPopup .contact-details li ~ li {
  margin-top: 20px;
}
.donationsPopup .contact-details .label {
  width: 16%;
}
@media only screen and (max-width: 640px) {
  .donationsPopup .contact-details .label {
    width: 95px;
  }
}
.donationsPopup .contact-details .value {
  color: var(--secondary-color);
  padding: 0 20px 0 10px;
  width: -webkit-calc(84% - 16px);
  width: -moz-calc(84% - 16px);
  width: calc(84% - 16px);
  word-break: break-word;
}
@media only screen and (max-width: 640px) {
  .donationsPopup .contact-details .value {
    width: -webkit-calc(100% - 111px);
    width: -moz-calc(100% - 111px);
    width: calc(100% - 111px);
  }
}
.donationsPopup .contact-details .edit {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
html.no-touch .donationsPopup .contact-details .edit:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.donationsPopup .contact-details .icon {
  background-image: var(--edit);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(5437%) hue-rotate(163deg) brightness(101%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(5437%) hue-rotate(163deg) brightness(101%) contrast(103%);
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 769px) {
  .donationsPopup .step--thanks {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.donationsPopup .step--thanks.js-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
.donationsPopup .step--thanks h2 {
  color: var(--secondary-color) !important;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 5px;
}
.donationsPopup .step--thanks .downloadBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
  font-size: 22px;
  padding: 15px 35px;
}

.ds-LG_ADM {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638944085748570000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsb-LG_ADM:before, .mobile-select.error:before, .mobile-select:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before, .sendAdmEmailTo .aef-sendButton:before {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638944085748570000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsa-LG_ADM:after, .mobile-select:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638944085748570000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.ds-LG_ADM_adm-email-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsb-LG_ADM_adm-email-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsa-LG_ADM_adm-email-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.ds-LG_ADM_adm-email {
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsb-LG_ADM_adm-email:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsa-LG_ADM_adm-email:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.ds-LG_ADM_adm-print-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsb-LG_ADM_adm-print-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsa-LG_ADM_adm-print-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.ds-LG_ADM_adm-print {
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsb-LG_ADM_adm-print:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsa-LG_ADM_adm-print:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.ds-LG_ADM_adm-arrow-error {
  width: 14px;
  height: 15px;
  background-position: -47px -1px;
}

.dsb-LG_ADM_adm-arrow-error:before, .mobile-select.error:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -1px;
}

.dsa-LG_ADM_adm-arrow-error:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -1px;
}

.ds-LG_ADM_adm-arrow-reverse {
  width: 14px;
  height: 15px;
  background-position: -47px -18px;
}

.dsb-LG_ADM_adm-arrow-reverse:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -18px;
}

.dsa-LG_ADM_adm-arrow-reverse:after, .mobile-select:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -18px;
}

.ds-LG_ADM_adm-arrow {
  width: 14px;
  height: 15px;
  background-position: -63px -1px;
}

.dsb-LG_ADM_adm-arrow:before, .mobile-select:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -63px -1px;
}

.dsa-LG_ADM_adm-arrow:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -63px -1px;
}

.ds-LG_ADM_tick-white {
  width: 16px;
  height: 13px;
  background-position: -1px -47px;
}

.dsb-LG_ADM_tick-white:before, .sendAdmEmailTo .aef-sendButton:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -1px -47px;
}

.dsa-LG_ADM_tick-white:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -1px -47px;
}

.ds-LG_ADM_adm-close {
  width: 13px;
  height: 13px;
  background-position: -63px -18px;
}

.dsb-LG_ADM_adm-close:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -63px -18px;
}

.dsa-LG_ADM_adm-close:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -63px -18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .ds-LG_ADM {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638944085748570000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 78px 61px;
      -o-background-size: 78px 61px;
         background-size: 78px 61px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsb-LG_ADM:before, .mobile-select.error:before, .mobile-select:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before, .sendAdmEmailTo .aef-sendButton:before {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638944085748570000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 78px 61px;
      -o-background-size: 78px 61px;
         background-size: 78px 61px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsa-LG_ADM:after, .mobile-select:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638944085748570000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 78px 61px;
      -o-background-size: 78px 61px;
         background-size: 78px 61px;
  }
}
/*@import '_Common.scss';*/
/*$C2:#f4f7f8;
$C1:#082a59;
$C7:#e1e3e4;
$C8:#8eb9e6;
$C7:#c6c6c6;*/
option[value=""][disabled] {
  display: none;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers .adm-result-entry.active {
  background: #072050 !important;
  color: #FFFFFF !important;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-mobile-dropddown {
  display: none;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-result-panel.showFirst {
  display: block;
  border-top: 0;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers {
  background: #2B2B2B !important;
}

.adm-email-window {
  display: none;
}

.sendAdmEmailToDivider {
  background: #464646;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 17px;
}

.sendAdmEmailTo {
  position: relative;
  margin-bottom: 40px;
  border: 2px solid #3982AC;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  height: 42px;
  /*font-family:$admissionsFont;*/
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sendAdmEmailTo.error {
  border-color: #ad1515;
}
.sendAdmEmailTo.error .aef-sendButton {
  background: #ad1515;
}
.sendAdmEmailTo.error input {
  color: #ad1515;
}
.sendAdmEmailTo.success {
  border-color: #0e8f1a;
}
.sendAdmEmailTo.success input {
  color: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton {
  color: #0e8f1a;
  background: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton:before {
  opacity: 1;
}
html.no-touch .sendAdmEmailTo.success .aef-sendButton:hover {
  color: #2B2B2B;
  background: #2B2B2B;
}
.sendAdmEmailTo input {
  width: 100%;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: block;
  height: 38px;
  outline: 0;
  border: 0;
  background: none;
  color: #818181;
  font-size: 15px;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: bold;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
}
.sendAdmEmailTo .aef-sendButton {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 41px;
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  background: #072050;
  height: 42px;
  width: 42px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
}
html.no-touch .sendAdmEmailTo .aef-sendButton:hover {
  background: #2B2B2B;
}
.sendAdmEmailTo .aef-sendButton:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.admissions-functionality-wrapper {
  /*font-family:$admissionsFont;*/
  position: relative;
  z-index: 2;
  margin: 40px 0;
}
.admissions-functionality-wrapper .adm-form-one {
  position: relative;
  z-index: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-title {
  /* font-size: 25px;
   line-height: 25px;
   color: $T_AdmissionsTitle;
   margin-bottom: 15px;
   font-weight: bold;*/
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-details {
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.19px;
  font-family: "Urbanist", sans-serif;
  color: #2B2B2B;
  margin-bottom: 15px;
  margin-top: 30px;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro {
  font-weight: bold;
  border-top: 1px solid #464646;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro.error {
  color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
  float: left;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 18px;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 18px;
  width: 116px;
  height: 50px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  border: 2px solid #2B2B2B;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.22px;
  line-height: 48px;
  text-transform: uppercase;
  color: #072050;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened {
  background: #BFBFBF;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:before {
  opacity: 0;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:after {
  opacity: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error {
  color: red;
  border-color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  z-index: 2;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover {
  background: #BFBFBF;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  border-bottom: 2px solid #2B2B2B;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: auto;
  display: none;
}
html.touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-left: 2px solid #2B2B2B;
  border-right: 2px solid #2B2B2B;
  background: #FFFFFF;
  color: #072050;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:nth-child(even) {
  background: #BFBFBF;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:hover {
  background: #072050;
  color: #fff;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
  border: 2px solid #072050;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #072050;
  /*border-top-right-radius: 15px;*/
  padding: 0 20px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.22px;
  line-height: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover {
  color: #FFFFFF;
  background: #2B2B2B;
  border: 2px solid #2B2B2B;
}

/* slide out panel */
.adm-async-form-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
  display: none;
  /*font-family:$admissionsFont;*/
}
.adm-async-form-two .adm-form-two-bg {
  background: #072050;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out {
  width: 768px;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
     -moz-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
          box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
  overflow: hidden;
  overflow-y: auto;
}
html.touch .adm-async-form-two .adm-results-slide-out {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.adm-async-form-two .adm-results-slide-out .adm-results-title {
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 26px;
  color: #072050;
  margin-bottom: 7px;
  font-weight: bold;
  margin-right: 70px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-details {
  font-size: 15px;
  line-height: 16px;
  color: #072050;
  margin-bottom: 40px;
  margin-right: 70px;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 34px;
  height: 34px;
  border: 2px solid #2B2B2B;
  -webkit-border-radius: 38px;
     -moz-border-radius: 38px;
          border-radius: 38px;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .close-adm-results:hover:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
}
.adm-async-form-two .adm-results-slide-out .adm-results-container {
  border: 2px solid #2B2B2B;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
  display: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
  height: 46px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  font-size: 15px;
  line-height: 46px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #072050;
  display: block;
  padding: 0 10px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
  display: none;
  z-index: 2;
  cursor: pointer;
  color: #072050;
  font-size: 15px;
  line-height: 46px;
  height: 46px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl {
  padding: 0 45px 0 20px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl > span {
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before {
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 18px;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 18px;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:before {
  opacity: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area {
  margin: 0 -2px;
  display: none;
  border-left: 2px solid #2B2B2B;
  border-right: 2px solid #2B2B2B;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry {
  padding: 10px 20px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #072050;
  font-size: 13px;
  line-height: 36px;
  border-bottom: 2px solid #2B2B2B;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry span {
  font-size: 15px;
  font-weight: bold;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:hover {
  background: #072050;
  color: #FFFFFF;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.active {
  background: #FFFFFF !important;
  color: #072050 !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  text-align: center;
  background: #2B2B2B;
  border-bottom: 1px solid rgba(8, 42, 89, 0.2);
  border-right: 1px solid rgba(8, 42, 89, 0.2);
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgLeft {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 54%, #2b2b2b 56%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(54%, white), color-stop(56%, #2b2b2b));
  background: -webkit-linear-gradient(left, white 0%, white 54%, #2b2b2b 56%);
  background: -o-linear-gradient(left, white 0%, white 54%, #2b2b2b 56%);
  background: -ms-linear-gradient(left, white 0%, white 54%, #2b2b2b 56%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(54%, white), color-stop(56%, #2b2b2b));
  background: linear-gradient(to right, white 0%, white 54%, #2b2b2b 56%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$white, endColorstr=$B_AdmissionsTab, GradientType=1);
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgRight {
  background: #2b2b2b;
  background: -moz-linear-gradient(left, #2b2b2b 0%, #2b2b2b 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b2b2b), color-stop(53%, #2b2b2b), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: -webkit-linear-gradient(left, #2b2b2b 0%, #2b2b2b 53%, #c7dcf3 54%, white 55%);
  background: -o-linear-gradient(left, #2b2b2b 0%, #2b2b2b 53%, #c7dcf3 54%, white 55%);
  background: -ms-linear-gradient(left, #2b2b2b 0%, #2b2b2b 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(linear, left top, right top, from(#2b2b2b), color-stop(53%, #2b2b2b), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: linear-gradient(to right, #2b2b2b 0%, #2b2b2b 53%, #c7dcf3 54%, white 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$B_AdmissionsTab, endColorstr=$white, GradientType=1);
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #2B2B2B;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  vertical-align: middle;
  border-top: 1px solid rgba(8, 42, 89, 0.2);
  border-left: 1px solid rgba(8, 42, 89, 0.2);
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 12px;
  white-space: nowrap;
  /*&:last-child {
    border-right: 0;
  }*/
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry span {
  font-size: 15px;
  display: block;
  margin-top: 2px;
  font-weight: bold;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:hover {
  background: #072050;
  color: #FFFFFF;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
  background: #FFFFFF !important;
  color: #072050 !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
  position: relative;
  padding: 40px 40px 0 100px;
  display: none;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel.showFirst {
  display: block;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
  color: #072050;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
  display: block;
  color: #2B2B2B;
  margin-top: 3px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol {
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step {
  padding: 17px 0 0 0;
  border-top: 2px solid #464646;
  margin-bottom: 17px;
  position: relative;
  list-style: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
  position: absolute;
  top: 40px;
  left: -50px;
  z-index: 1;
  height: 100%;
  width: 2px;
  background: #072050;
  display: block;
  content: "";
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
  position: absolute;
  top: 10px;
  left: -70px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  background: #072050;
  z-index: 2;
  color: #FFFFFF;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
  color: #2B2B2B;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text {
  color: #072050;
  font-size: 15px;
  line-height: 22px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
  margin-bottom: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child:after {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
  padding: 20px 0 0 0;
  position: relative;
  border-top: 2px solid #2B2B2B;
  margin: 17px 0 40px 0;
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a {
  position: relative;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  float: left;
  margin-right: 10px;
  padding: 12px 0;
  width: 150px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  border: 2px solid #2B2B2B;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:link {
  color: #072050;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:visited {
  color: #072050;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover {
  color: #2B2B2B;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:before {
  opacity: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:active {
  color: #072050;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 29px;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.mobile-select {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 3%;
  width: 30%;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 18px;
  height: 50px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 48px;
  text-transform: uppercase;
  color: #072050;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}
.mobile-select.opened {
  background: #BFBFBF;
}
.mobile-select.opened:before {
  opacity: 0;
}
.mobile-select.opened:after {
  opacity: 1;
}
.mobile-select.error {
  color: red;
  border-color: red;
}
.mobile-select:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  z-index: 2;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.mobile-select:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.mobile-select select {
  border: 0 !important;
  outline: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  background: #fcf6ec;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  letter-spacing: 0.22px;
  font-size: 20px;
  font-weight: 700;
  color: #072050;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 9px !important;
     -moz-border-radius: 9px !important;
          border-radius: 9px !important;
}
@media screen and (max-width: 1023px) {
  .admissions-functionality-wrapper {
    padding: 27px 20px 30px 20px;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 10px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns .adm-print-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sendAdmEmailToDivider {
    display: none;
  }

  .sendAdmEmailTo input {
    padding-right: 46px;
  }

  .sendAdmEmailTo {
    margin-top: 20px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: block;
  }

  /*.admissions-functionality-wrapper .adm-form-one .admissions-func-title {
    line-height: 32px;
    margin-bottom: 12px;
  }*/
  .admissions-functionality-wrapper {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    padding: 27px 20px 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 90%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 31%;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
    display: inline;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    top: 20px;
    right: 20px;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
    padding: 20px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    font-size: 19px;
    line-height: 23px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
    font-size: 20px;
    line-height: 21px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
    padding-bottom: 17px;
    border-bottom: 2px solid #464646;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 20px 30px 30px 30px;
    border-top: 2px solid #2B2B2B;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
    left: -46px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
    left: -32px;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    border-top: 0;
    margin-bottom: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:first-child {
    border-top: 2px solid #2B2B2B;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    display: none !important;
  }

  .mobile-select {
    display: block;
  }
  .mobile-select:last-child {
    margin-right: 0;
    width: 33%;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    border-top: 0;
    border-left: 2px solid #2B2B2B;
    border-right: 2px solid #2B2B2B;
    border-bottom: 2px solid #2B2B2B;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 29%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 450px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    float: none;
    width: auto;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 1%;
    width: 32%;
    font-size: 12px;
    padding-left: 10px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:last-child {
    margin-right: 0;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    width: 100%;
    float: none;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
    right: 8px;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
    right: 8px;
  }
}
@media print {
  body.page-has-admissions > div:not(.adm-async-form-two) {
    display: none;
  }

  .adm-async-form-two {
    position: relative;
    height: auto;
  }

  .adm-async-form-two .adm-form-two-bg {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out {
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
    overflow: visible;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-title {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
    height: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-details {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: none;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric .button {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectric-open .selectric-items {
  display: block;
}

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

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

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

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

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

.ISFilteredGrid {
  margin: 30px auto;
}
.ISFilteredGrid .ISFilteredGrid__topRowFilters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.ISFilteredGrid .ISFilteredGrid__mainFilters {
  border-top: 3px solid #F8BA41;
  border-bottom: 3px solid #F8BA41;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto Slab", serif;
}
.ISFilteredGrid .ISFilteredGrid__mobileOnlyButtons {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
}
.ISFilteredGrid .ISFilteredGrid__label {
  color: #3982AC;
  font-size: 25px;
  font-weight: 300;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear, .ISFilteredGrid .ISFilteredGrid__mobileClear {
  background: none;
  border: 0;
  cursor: pointer;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i, .ISFilteredGrid .ISFilteredGrid__mobileClear i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:after, .ISFilteredGrid .ISFilteredGrid__desktopClear i:before, .ISFilteredGrid .ISFilteredGrid__mobileClear i:after, .ISFilteredGrid .ISFilteredGrid__mobileClear i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:after, .ISFilteredGrid .ISFilteredGrid__mobileClear i:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23123731' stroke-linecap='round' stroke-linejoin='round' transform='translate(2 2)'%3E%3Cpath d='m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8'/%3E%3Cpath d='m12.5 5.5v-4h4'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:before, .ISFilteredGrid .ISFilteredGrid__mobileClear i:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%233982AC' stroke-linecap='round' stroke-linejoin='round' transform='translate(2 2)'%3E%3Cpath d='m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8'/%3E%3Cpath d='m12.5 5.5v-4h4'/%3E%3C/g%3E%3C/svg%3E");
}
.ISFilteredGrid .ISFilteredGrid__desktopClear span, .ISFilteredGrid .ISFilteredGrid__mobileClear span {
  color: #3982AC;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover span, html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover span {
  color: #072050;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover i:after, html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover i:after {
  opacity: 1;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover i:before, html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover i:before {
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__content {
  padding-top: 20px;
  gap: 20px 20px;
  font-size: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 0;
  min-width: 0;
}
@media (max-width: 767px) and (min-width: 500px) {
  .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ISFilteredGrid .ISFilteredGrid__noResults {
  text-align: center;
  max-width: 520px;
  padding: 0 20px 50px 20px;
  margin: 0 auto;
}
.ISFilteredGrid .ISFilteredGrid__noResults h2 {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #3982AC;
  padding: 13px 0 18px 0;
}
.ISFilteredGrid .ISFilteredGrid__noResults p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  color: #072050;
}
.ISFilteredGrid ul {
  margin: 0;
  padding-left: 0;
}
.ISFilteredGrid ul li {
  line-height: normal;
  margin-bottom: 0;
  padding-left: 0;
}
.ISFilteredGrid ul li:before {
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__filterName, .ISFilteredGrid .selectric .label {
  font-size: 15px;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3982AC;
  vertical-align: middle;
  padding-right: 10px;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:after, .ISFilteredGrid .ISFilteredGrid__filterIcon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z' fill='%233982AC' /%3E%3C/svg%3E");
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z' fill='%23123731' /%3E%3C/svg%3E");
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__filterBy {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 230px;
     -moz-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  width: 100%;
}
.ISFilteredGrid .ISFilteredGrid__filterBy select {
  display: none;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort:not(.filterActive):hover .ISFilteredGrid__filterIcon:after, html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy .selectric:hover .ISFilteredGrid__filterIcon:after {
  opacity: 0;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort:not(.filterActive):hover .ISFilteredGrid__filterIcon:before, html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy .selectric:hover .ISFilteredGrid__filterIcon:before {
  opacity: 1;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.filterActive .ISFilteredGrid__filterName {
  color: #072050;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.descendingOrder .ISFilteredGrid__filterIcon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ISFilteredGrid .ISFilteredGrid__filterBy.js-GraduationDecade {
  min-width: 100px;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort {
  margin-top: 8px;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: unset;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort em {
  vertical-align: middle;
  padding-right: 14px;
}
.ISFilteredGrid .ISFilteredGrid__tagWrapper {
  padding-right: 20px;
}
.ISFilteredGrid .ISFilteredGrid__tag {
  background: #3982AC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: auto;
}
.ISFilteredGrid .ISFilteredGrid__tag:not(:last-of-type) {
  margin-bottom: 5px;
}
.ISFilteredGrid .ISFilteredGrid__tag span {
  font-family: "Roboto Slab", serif;
  font-size: 13px;
  color: #fff;
  padding: 0 5px 0 12px;
  vertical-align: middle;
  cursor: initial;
}
.ISFilteredGrid .ISFilteredGrid__tag button {
  width: 23px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__tag button:after, .ISFilteredGrid .ISFilteredGrid__tag button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  margin-left: -5px;
  margin-top: -1px;
  background: currentColor;
}
.ISFilteredGrid .ISFilteredGrid__tag button:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ISFilteredGrid .ISFilteredGrid__tag button:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__tag button:hover {
  color: #fff;
}
.ISFilteredGrid .selectric {
  background: none;
  border: 0;
}
.selectric-open .ISFilteredGrid .selectric {
  border: none;
}
.ISFilteredGrid .selectric .label {
  margin: 0;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #3982AC;
}
.ISFilteredGrid .selectric-items {
  border: none;
  z-index: 1;
  max-width: 100%;
}
.ISFilteredGrid .selectric-items li {
  color: #072050;
  font-family: "Urbanist", sans-serif;
  border-top: 1px solid #f0f0f0;
  font-weight: bold;
  font-size: 14px;
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  padding: 8px 15px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.ISFilteredGrid .selectric-items li.isDisabled, .ISFilteredGrid .selectric-items li.disabled {
  display: none;
}
.ISFilteredGrid .selectric-items .selectric-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ISFilteredGrid .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ISFilteredGrid .ISFilteredGrid__prevPage, .ISFilteredGrid .ISFilteredGrid__nextPage {
  width: 33px;
  height: 33px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  position: relative;
  background: none;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__prevPage i, .ISFilteredGrid .ISFilteredGrid__nextPage i {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #3982AC;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__prevPage.isDisabled, .ISFilteredGrid .ISFilteredGrid__nextPage.isDisabled {
  pointer-events: none;
  opacity: 0.4;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__prevPage:hover i, html.no-touch .ISFilteredGrid .ISFilteredGrid__nextPage:hover i {
  color: #072050;
}
.ISFilteredGrid .ISFilteredGrid__prevPage {
  margin-left: 14px;
}
.ISFilteredGrid .ISFilteredGrid__prevPage i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__prevPage:hover i {
  -webkit-transform: rotate(180deg) translateX(5px);
     -moz-transform: rotate(180deg) translateX(5px);
      -ms-transform: rotate(180deg) translateX(5px);
       -o-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}
.ISFilteredGrid .ISFilteredGrid__nextPage {
  margin-left: 7px;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__nextPage:hover i {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
.ISFilteredGrid .ISFilteredGrid__pagination {
  font-size: 0;
  margin-top: 20px;
  text-align: right;
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__pagination.isVisible {
  display: block;
}
.ISFilteredGrid .ISFilteredGrid__pagination fieldset {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 6px;
}
.ISFilteredGrid .ISFilteredGrid__pagination span {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  color: #3982AC;
  vertical-align: middle;
}
.ISFilteredGrid .ISFilteredGrid__pagination span em {
  font-style: normal;
}
.ISFilteredGrid .ISFilteredGrid__pagination input {
  width: 26px;
  height: 26px;
  font-size: 16px;
  -webkit-appearance: none;
  background: none;
  text-align: center;
  line-height: 26px;
  font-family: "Urbanist", sans-serif;
  color: #3982AC;
  border: 1px solid #3982AC;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-ms-clear {
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-input-placeholder, .ISFilteredGrid .ISFilteredGrid__pagination input::-moz-placeholder, .ISFilteredGrid .ISFilteredGrid__pagination input:-ms-input-placeholder, .ISFilteredGrid .ISFilteredGrid__pagination input:-moz-placeholder {
  font-family: "Roboto Slab", serif;
  color: #000;
  font-size: 16px;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-outer-spin-button, .ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.ISFilteredGrid .ISFilteredGrid__pagination input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.ISFilteredGrid .ISFilteredGrid__pagination input.warning {
  border: 1px solid palevioletred;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage {
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  background: rgba(7, 32, 80, 0.9);
  position: absolute;
  left: 50%;
  top: -45px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  text-align: center;
  display: inline-block;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage.isVisible {
  opacity: 1;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage:after {
  content: "";
  border-top: 5px solid rgba(7, 32, 80, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -5px;
}
.ISFilteredGrid.noDecade .js-GraduationDecade {
  pointer-events: none;
  opacity: 0;
}
.ISFilteredGrid.noResults .ISFilteredGrid__content {
  display: block;
}
@media (max-width: 767px) {
  .ISFilteredGrid {
    padding: 0 20px;
    margin: 30px -30px;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination.isBeforeContent {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__topRowFilters {
    padding: 0 0 7px 0;
  }
  .ISFilteredGrid .ISFilteredGrid__mobileOnlyButtons .isButtonSort {
    margin-top: 0;
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__desktopClear {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters {
    background: #F7F5F1;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 0;
    padding: 0;
    margin: 0 -20px;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters > * {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy {
    max-width: 100%;
    padding: 3px 0;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy select {
    display: block;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy .selectric-wrapper {
    margin: 0 20px;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy .selectric-wrapper .selectric {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .isButtonSort {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__tagWrapper {
    padding: 0 20px 10px 20px;
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__tagWrapper.isVisible {
    display: block;
  }
  .ISFilteredGrid .ISFilteredGrid__tag {
    background: #072050;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
  }
  .ISFilteredGrid .ISFilteredGrid__tag span, .ISFilteredGrid .ISFilteredGrid__tag button {
    color: #fff;
  }
}
@media (max-width: 500px) {
  .ISFilteredGrid .ISFilteredGrid__pagination {
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination li {
    width: 26px;
    height: 26px;
    line-height: 25px;
  }
}

.ISGridSearch {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-top: 3px;
  margin-right: 60px;
}
.ISGridSearch fieldset {
  border: 2px solid #F8BA41;
  position: relative;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  height: 40px;
}
.ISGridSearch input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #3982AC;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  background: transparent;
  padding: 0 20px 0 15px;
  letter-spacing: 0.24px;
  font-family: "Urbanist", sans-serif;
}
.ISGridSearch input::-ms-clear {
  display: none;
}
.ISGridSearch input::-webkit-input-placeholder, .ISGridSearch input::-moz-placeholder, .ISGridSearch input:-ms-input-placeholder, .ISGridSearch input:-moz-placeholder {
  font-family: "Urbanist", sans-serif;
  color: rgba(57, 130, 172, 0.8);
  font-size: 12px;
}
.ISGridSearch .ISGridSearch__reset {
  display: none;
  position: absolute;
  z-index: 2;
  width: 33px;
  height: 29px;
  border: none;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.ISGridSearch .ISGridSearch__reset:after, .ISGridSearch .ISGridSearch__reset:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 1px;
  background: #3982AC;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ISGridSearch .ISGridSearch__reset:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ISGridSearch .ISGridSearch__reset:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ISGridSearch .ISGridSearch__reset.isVisible {
  display: block;
}
html.no-touch .ISGridSearch .ISGridSearch__reset:hover:after, html.no-touch .ISGridSearch .ISGridSearch__reset:hover:before {
  background: #072050;
}
.ISGridSearch .ISGridSearch__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
}
.ISGridSearch .ISGridSearch__submit:before, .ISGridSearch .ISGridSearch__submit:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISGridSearch .ISGridSearch__submit:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z' fill='%233982AC' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.ISGridSearch .ISGridSearch__submit:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z' fill='%23123731' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0;
}
.ISGridSearch .ISGridSearch__submit.isHidden {
  pointer-events: none;
  opacity: 0;
}
html.no-touch .ISGridSearch .ISGridSearch__submit:hover:after {
  opacity: 0;
}
html.no-touch .ISGridSearch .ISGridSearch__submit:hover:before {
  opacity: 1;
}
.ISGridSearch .ISGridSearch__errorMessage {
  color: red;
  padding: 2px 3px;
  position: absolute;
  top: -21px;
  left: 50%;
  font-size: 10px;
  z-index: 2;
  border: 1px solid red;
  font-family: "Urbanist", sans-serif;
  opacity: 0;
  pointer-events: none;
  white-space: pre;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISGridSearch .ISGridSearch__errorMessage.isVisible {
  opacity: 1;
}
.ISGridSearch .ISGridSearch__loader {
  height: 18px;
  width: 18px;
  -webkit-animation: rotateAnimation 1.2s infinite linear;
     -moz-animation: rotateAnimation 1.2s infinite linear;
       -o-animation: rotateAnimation 1.2s infinite linear;
          animation: rotateAnimation 1.2s infinite linear;
  border: 2px solid #072050;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 29px;
  margin: -9px 0 0 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  transition: 0.1s ease;
}
.ISGridSearch .ISGridSearch__loader.isVisible {
  opacity: 1;
}
@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes rotateAnimation {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes rotateAnimation {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ISGridSearch .ISGridSearch__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  max-height: 459px;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.ISGridSearch .ISGridSearch__suggestions::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ISGridSearch .ISGridSearch__suggestions::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ISGridSearch .ISGridSearch__suggestions li {
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #072050;
  font-family: "Urbanist", sans-serif;
  border-top: 1px solid #f0f0f0;
  font-weight: bold;
  font-size: 14px;
}
html.no-touch .ISGridSearch .ISGridSearch__suggestions li:hover {
  background: #e6e6e6;
}
.ISGridSearch .ISGridSearch__searchTerms .ISFilteredGrid__tag {
  margin-top: 5px;
}
@media (max-width: 1250px) {
  .ISGridSearch {
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .ISGridSearch {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .ISGridSearch fieldset {
    border: 0;
    background: #fff;
    height: 55px;
  }
  .ISGridSearch fieldset input {
    padding-left: 20px;
  }
  .ISGridSearch .ISGridSearch__searchTerms .ISFilteredGrid__tag {
    margin: 10px 10px 10px 20px;
  }
}