.accordion {
  margin-bottom: 5rem; }
  .accordion__title {
    position: relative;
    margin: 0 0 0.125rem;
    padding: 0 45px 0 0;
    -webkit-box-shadow: 0 1px 0 0 #e7e7e8;
            box-shadow: 0 1px 0 0 #e7e7e8; }
    .accordion__title:before {
      content: "";
      display: table;
      clear: both; }
    .accordion__title:after {
      content: "";
      display: table;
      clear: both; }
    .accordion__title h2 {
      display: inline-block;
      padding-left: 1.25rem;
      padding: 20px 0 20px 20px;
      margin-bottom: 0;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: bold;
      letter-spacing: .4px;
      color: #FFFFFF; }
    .accordion__title:before, .accordion__title:after {
      position: absolute;
      background: #FFFFFF;
      -webkit-transition: 400ms all ease-out;
      -webkit-transition: 300ms all ease-out;
      transition: 300ms all ease-out;
      top: 1.875rem;
      right: 1.25rem;
      height: 0.125rem;
      width: 0.625rem; }
    .accordion__title:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 1.625rem; }
    .accordion__title:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .accordion__title.active {
      border: 0; }
      .accordion__title.active:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .accordion__title.active:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .accordion__title:hover {
      cursor: pointer; }
  .accordion__content {
    border-width: 0px 1px 1px 1px;
    display: none;
    padding: 1.25rem; }
    .accordion__content > img {
      max-width: 100%;
      height: auto;
      display: block; }
    .accordion__content .rte ~ .btn ~ h3 {
      padding-top: 10px;
      margin-bottom: 0; }
      @media (min-width: 767.98px) {
        .accordion__content .rte ~ .btn ~ h3 {
          padding-top: 20px; } }
    @media (min-width: 767.98px) {
      .accordion__content .rte ~ .btn ~ .rte {
        padding-top: 20px; } }
    .accordion__content .rte > p:last-child {
      margin-bottom: 0; }
    .accordion__content .rte {
      margin-bottom: 0; }
    .accordion__content .accordion__footer {
      margin-top: 1.875rem; }
    .accordion__content .btn {
      display: inline-block; }
      .accordion__content .btn:hover {
        text-decoration: none; }
    .accordion__content .social-media {
      float: right; }
      .accordion__content .social-media a {
        -webkit-transition: color 200ms linear;
        transition: color 200ms linear; }
        .accordion__content .social-media a:first-child {
          margin-right: 0.3125rem; }
        .accordion__content .social-media a:hover {
          text-decoration: none; }
    .accordion__content .icon-text {
      margin-top: 20px;
      margin-bottom: 20px; }
      .accordion__content .icon-text--item.message h2 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 40px;
        line-height: 4rem; }
      .accordion__content .icon-text--item_title {
        font-size: 40px;
        font-size: 4rem;
        line-height: 40px;
        line-height: 4rem; }

blockquote {
  position: relative;
  color: #0C3455;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: bold;
  font-family: 'Quicksand', 'sans-serif';
  margin-bottom: 3.125rem; }
  @media (min-width: 991.98px) {
    blockquote {
      border-top: 3px solid #17428B;
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  blockquote footer {
    font-family: 'Lato', 'sans-serif';
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.625rem;
    margin-top: 2.1875rem;
    border-top: 3px solid #17428B;
    letter-spacing: .2px;
    color: #3a424c; }
    @media (min-width: 991.98px) {
      blockquote footer {
        border: 0;
        padding-left: 0;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 0;
        margin-top: 0.9375rem; } }
  blockquote .blockquote__desc {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem; }
    @media (min-width: 991.98px) {
      blockquote .blockquote__desc {
        padding-top: 4.0625rem;
        padding-bottom: 0rem; } }
    blockquote .blockquote__desc:before, blockquote .blockquote__desc:after {
      position: absolute;
      font-family: "usp-icons" !important;
      font-size: 1.875rem;
      color: #17428B; }
    blockquote .blockquote__desc:before {
      content: '\e91b';
      top: 0px;
      left: 0px; }
      @media (min-width: 991.98px) {
        blockquote .blockquote__desc:before {
          top: 1.25rem; } }
    blockquote .blockquote__desc:after {
      content: '\e91c';
      right: 0;
      bottom: 0rem; }
      @media (min-width: 991.98px) {
        blockquote .blockquote__desc:after {
          bottom: 0rem; } }

@media (min-width: 991.98px) {
  .blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-left: 12.5rem; } }

.blockquote:before, .blockquote:after {
  content: ''; }

.blockquote__img {
  width: 6.25rem;
  min-width: 6.25rem;
  margin-right: 1.25rem; }
  @media (min-width: 991.98px) {
    .blockquote__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 10rem;
      margin-left: 0; } }
  .blockquote__img img {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem; }

.blockquote footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0; }
  .blockquote footer .cta {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (min-width: 991.98px) {
    .blockquote footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .blockquote footer .author {
    padding-top: 0.625rem; }

.points {
  background-color: #CAE0F0;
  padding: 1.25rem 1.875rem 0;
  margin: 0 -15px 3.125rem; }
  @media (min-width: 991.98px) {
    .points {
      border-radius: 0.625rem;
      margin: 0 0 3.125rem; }
      .points__system label {
        min-width: 10rem;
        display: inline-block; }
      .points__system .select-wrapper {
        display: inline-block;
        width: 18.75rem; } }
  .points select,
  .points input {
    background-color: #FFFFFF;
    border: 0; }
  @media (min-width: 991.98px) {
    .points__grades {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .points__grades .form__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 991.98px) {
      .points__grades .form__check {
        display: block; } }
    .points__grades .form__check label {
      -webkit-flex-basis: 3.75rem;
          -ms-flex-preferred-size: 3.75rem;
              flex-basis: 3.75rem;
      font-size: 1.5rem;
      font-family: "Quicksand", sans-serif;
      margin-bottom: 0; }
      @media (min-width: 991.98px) {
        .points__grades .form__check label {
          margin-bottom: 0.9375rem;
          text-align: center; } }
    .points__grades .form__check input {
      width: 60px;
      text-align: center; }
  .points__grades__desc {
    display: none; }
    @media (min-width: 991.98px) {
      .points__grades__desc {
        display: block;
        max-width: 8.75rem; } }
  .points__grades-calc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    background-color: #0C3455;
    color: #EBDE55;
    margin: 0 -30px;
    padding: 0 0.625rem 0rem;
    font-size: 1rem;
    font-weight: bold; }
    @media (min-width: 991.98px) {
      .points__grades-calc {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        border-bottom-right-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
        padding: 0 1.875rem 0rem; } }
    .points__grades-calc .grade-calc {
      font-size: 2.5rem;
      line-height: 1;
      min-width: 8.75rem;
      padding: 2.5rem 1.875rem 2.5rem;
      border: 4px solid #EBDE55;
      border-top-width: 0;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      text-align: center; }
      @media (min-width: 991.98px) {
        .points__grades-calc .grade-calc {
          margin-left: 2.5rem; } }

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus {
    outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: red;
      opacity: 1; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  color: #FFFFFF;
  width: auto;
  height: auto;
  z-index: 100; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    content: '\e902';
    font-family: 'usp-icons';
    font-size: 1.875rem; }

.slick-slider .slick-prev {
  left: -15px; }

.slick-slider .slick-next {
  right: -15px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg); }

.slick-slider ul.slick-dots {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0.1875rem; }
  .slick-slider ul.slick-dots li {
    height: 0.625rem;
    border-radius: 0.6875rem;
    width: 1.875rem;
    margin: 0 3px; }
    .slick-slider ul.slick-dots li button {
      padding: 0;
      border-radius: 0.6875rem;
      height: 0.625rem;
      width: 1.875rem; }
      .slick-slider ul.slick-dots li button:before {
        height: 0.625rem;
        content: ''; }
    .slick-slider ul.slick-dots li.slick-active button {
      background-color: #3EC2CF; }

.desktop-carousel {
  text-align: center; }

@media (min-width: 991.99px) {
  .features-wrapper.mobile-centered-carousel > a {
    width: 20%;
    float: left;
    padding-right: 10px; }
    .features-wrapper.mobile-centered-carousel > a:last-child {
      padding-right: 0; } }

.statistic-wrapper .slick-dots {
  margin: 20px auto; }

/*@media (max-width: 991.98px) {
	.features-wrapper.mobile-centered-carousel > a {
		width: 25%;
	}
  }*/

a[data-anchor] {
  position: relative;
  display: block; }

.sticky-wrapper.is-sticky .context-nav-wrapper {
  z-index: 1000 !important; }

.sticky-wrapper.is-sticky .context-nav {
  display: none; }

.sticky-wrapper.is-sticky .sticky-context-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sticky-wrapper.is-sticky.open-context .context-nav {
  display: block; }

.sticky-wrapper.is-sticky.open-context .sticky-context-nav i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.sticky-context-nav {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0;
  color: #FFFFFF; }
  .sticky-context-nav__goto {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0; }
    .sticky-context-nav__goto i {
      display: inline-block;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: -webkit-transform 200ms ease-out;
      transition: -webkit-transform 200ms ease-out;
      transition: transform 200ms ease-out;
      transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
      padding-top: -2px;
      margin-left: 0.3125rem; }

.context-nav {
  padding: 1.5625rem 0;
  color: #FFFFFF; }
  .context-nav .tag-wrapper > p {
    display: inline-block;
    margin-right: 1.25rem; }
    .context-nav .tag-wrapper > p a {
      color: #3a424c;
      padding: 0.4375rem 1.25rem;
      display: block;
      background-color: #FFFFFF;
      border-radius: 30px; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: #603C83;
  color: #FFFFFF;
  padding: 1.875rem 1.25rem;
  z-index: 9999; }
  @media (min-width: 991.98px) {
    .cookie-banner .cookie {
      max-width: 69.375rem;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .cookie-banner .cookie__desc {
        padding-right: 6.25rem; } }
  .cookie-banner a {
    color: inherit;
    text-decoration: underline; }
  .cookie-banner--page {
    position: static;
    background-color: transparent;
    color: #0a0a0a; }
    .cookie-banner--page .cookie {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .cookie-banner--page input[type="checkbox"].switch + label {
      color: #0a0a0a; }
    .cookie-banner--page input[type="checkbox"].switch + label:before {
      color: #0a0a0a;
      border: 1px solid #F1F1F1; }
    .cookie-banner--page input[type="checkbox"].switch:disabled + label:before {
      background-color: #cfd8dc; }
    .cookie-banner--page input[type="checkbox"].switch:disabled + label:after {
      background-color: #eceff1; }
    .cookie-banner--page.hidden {
      display: block; }
  .cookie-banner .cookie-agree-wrapper {
    position: relative; }
    .cookie-banner .cookie-agree-wrapper:before {
      content: '';
      color: #FFFFFF;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0C3455;
      border-radius: 2.5rem;
      -webkit-transition: opacity 400ms ease;
      transition: opacity 400ms ease;
      opacity: 0;
      z-index: -1; }
    .cookie-banner .cookie-agree-wrapper:after {
      content: '\e91f';
      color: #FFFFFF;
      position: absolute;
      font-family: 'usp-icons';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: font-size 200ms ease-out;
      transition: font-size 200ms ease-out;
      font-size: 0; }
    .cookie-banner .cookie-agree-wrapper.animate:before {
      opacity: 1;
      z-index: 1; }
    .cookie-banner .cookie-agree-wrapper.animate:after {
      font-size: 22px;
      z-index: 2; }

.switch-wrapper {
  margin-bottom: 0.9375rem; }

input[type="checkbox"].switch {
  position: absolute;
  margin: 0.5rem 0 0 1rem;
  border: 0;
  opacity: 0;
  width: auto; }

input[type="checkbox"].switch + label {
  position: relative;
  padding: 0rem 0 0 3.75rem;
  line-height: 1.5625rem;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block; }

input[type="checkbox"].switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 3.125rem;
  /* x*5 */
  height: 1.875rem;
  /* x*3 */
  border-radius: 1.25rem;
  /* x*2 */
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 0.125rem;
  width: 1.625rem;
  /* x*3 */
  height: 1.625rem;
  /* x*3 */
  border-radius: 50%;
  /* x*2 */
  background: #287AB3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].switch + label:hover:after {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].switch:checked + label:after {
  margin-left: 1.25rem; }

input[type="checkbox"].switch:checked + label:before {
  background-color: #287AB3; }

input[type="checkbox"].switch:checked + label:after {
  background-color: #FFFFFF; }

input[type="checkbox"].switch:disabled + label:before {
  background-color: #4a2e65; }

input[type="checkbox"].switch:disabled + label:after {
  background-color: #8051af; }

.upcoming-events {
  color: #FFFFFF;
  padding: 3.75rem 0; }
  .upcoming-events__listing {
    max-width: 100%; }
    @media (min-width: 991.98px) {
      .upcoming-events__listing {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }

.event-listing {
  background-color: #0C3455;
  color: #FFFFFF;
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.875rem;
  width: calc(100% - 35px) !important;
  border-radius: 0.625rem;
  margin-right: 10px; }
  .event-listing h3 {
    color: inherit; }
  @media (min-width: 991.98px) {
    .event-listing {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 2%;
      width: 23% !important; } }
  .event-listing .date-time {
    margin-bottom: 0.3125rem;
    color: #EBDE55;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    .event-listing .date-time span {
      display: block; }
  .event-listing h3 {
    font-size: 1.5rem;
    margin-bottom: 4.375rem; }
    .event-listing h3 a {
      color: #FFFFFF; }
  .event-listing__footer {
    margin-top: auto; }
    .event-listing__footer p {
      margin-bottom: 0.3125rem; }
    .event-listing__footer__course {
      display: inline-block;
      background-color: #FFFFFF;
      color: #3a424c;
      font-weight: bold;
      font-size: 1rem;
      padding: 0.4375rem 0.6875rem;
      border-radius: 0.3125rem; }

@media (min-width: 991.98px) {
  .result__body--event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.result__body--event .event-listing {
  /************** jira issue 475 *************/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /************** jira issue 475 *************/
  width: 100% !important;
  margin-bottom: 0.625rem;
  color: #FFFFFF; }
  @media (min-width: 991.98px) {
    .result__body--event .event-listing {
      width: 31.5% !important;
      margin-bottom: 1.25rem; }
      .result__body--event .event-listing:nth-child(3n+3) {
        margin-right: 0; } }

@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
            box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

form {
  margin-bottom: 3.125rem; }
  form h3 {
    color: #0C3455; }

.form-description {
  font-size: 2.25rem;
  color: #0C3455;
  margin-bottom: 2.5rem; }

.form-details {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  margin-bottom: 2.5rem; }

label,
.form__check__label {
  font-size: 0.875rem;
  color: #0C3455;
  font-weight: bold;
  margin-bottom: 0.4375rem;
  display: block; }

.recaptcha-align {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem; }

.select-wrapper {
  position: relative;
  margin: 0; }
  .select-wrapper select {
    width: 100%;
    padding-right: 3.125rem;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .select-wrapper select::-ms-expand {
      display: none; }
  .select-wrapper:after {
    content: "\e902";
    font-family: 'usp-icons';
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 1rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    pointer-events: none;
    color: #3a424c; }

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.25rem;
  color: #61707A;
  font-size: 1rem;
  border: 1px solid #0C3455;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%; }
  input:disabled, textarea:disabled, select:disabled {
    cursor: not-allowed;
    background: #F1F1F1; }

.form__check {
  position: relative;
  margin-bottom: 1.875rem; }
  .form__check input {
    color: #0C3455;
    background-color: #FFFFFF; }
    .form__check input[type="file"] {
      display: block;
      padding: 0; }
  .form__check__error,
  .form__check .field-validation-invalid {
    display: none;
    padding-bottom: 0;
    color: #d93400;
    padding: 0.625rem; }
  .form__check--error input,
  .form__check--error textarea,
  .form__check--error select,
  .form__check--error button {
    border-width: 3px;
    border-color: #d93400 !important;
    color: #d93400 !important; }
  .form__check--error .form__check__error,
  .form__check--error .field-validation-invalid {
    display: block; }
  .form__check input.input-validation-error,
  .form__check textarea.input-validation-error,
  .form__check select.input-validation-error,
  .form__check button.input-validation-error {
    border-width: 3px;
    border-color: #d93400 !important;
    color: #d93400 !important; }
  .form__check--success input {
    border-color: #65B22E;
    color: #65B22E; }

.form .checkbox {
  width: 100%; }

.checkbox {
  position: relative;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem; }
  .checkbox label {
    cursor: pointer;
    width: 100%;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #61707A; }
  .checkbox .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    height: 25px;
    width: 25px;
    border: solid 1px;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0.1875rem; }
    .checkbox .checkmark:after {
      content: "\e91f";
      position: absolute;
      display: none;
      right: 4px;
      bottom: 4px;
      font-family: 'usp-icons';
      font-size: 0.875rem;
      line-height: 0.875rem;
      font-weight: bold;
      color: #FFFFFF; }
  .checkbox:hover .checkmark {
    border: 3px solid #3EC2CF; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
    width: 0; }
    .checkbox input[type="checkbox"]::-ms-check {
      display: none; }
  .checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: #287AB3;
    border-color: #3EC2CF;
    border-width: 1px !important; }
    .checkbox input[type="checkbox"]:checked ~ .checkmark:after {
      display: block; }
  .checkbox.checkbox {
    display: block;
    position: relative;
    margin-bottom: 0.9375rem; }
    .checkbox.checkbox label {
      padding-left: 2.1875rem;
      width: auto; }
    .checkbox.checkbox .checkmark {
      right: auto;
      left: 0; }

.radio {
  position: relative;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem; }
  .radio label {
    padding-left: 2.1875rem;
    cursor: pointer;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #61707A; }
  .radio .radiomark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px;
    border-radius: 50%;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .radio:hover .radiomark {
    border: 3px solid #3EC2CF; }
  .radio input[type="radio"] {
    opacity: 0;
    display: none; }
  .radio input[type="radio"]:checked ~ .radiomark {
    border: 5px solid #287AB3; }

/* styling of the calendar */
.pika-single {
  z-index: auto;
  color: #fff;
  background-color: #287AB3; }
  .pika-single .pika-button {
    background: transparent;
    color: #FFFFFF;
    border: solid 1px #FFFFFF; }
    .pika-single .pika-button:hover {
      background-color: #287AB3; }
  .pika-single .pika-next {
    background-image: url("../img/icons/forward.png"); }
  .pika-single .pika-prev {
    background-image: url("../img/icons/back.png"); }
  .pika-single .pika-label {
    color: #FFFFFF;
    background: #287AB3;
    z-index: auto; }
  .pika-single .is-selected .pika-button {
    background: #287AB3;
    -webkit-box-shadow: inset 0 1px 3px #287AB3;
            box-shadow: inset 0 1px 3px #287AB3; }
  .pika-single .pika-title select {
    padding: 0; }

.forgot-password {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: bold;
  display: block;
  padding-top: 0.9375rem; }

.step-mobile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.9375rem 0.9375rem;
  margin: 0 -15px 2.5rem;
  background-color: #f1f1f1; }
  .step-mobile-nav .step-prev,
  .step-mobile-nav .step-next {
    display: block;
    position: relative;
    width: 1.25rem;
    cursor: pointer; }
    .step-mobile-nav .step-prev:before,
    .step-mobile-nav .step-next:before {
      content: "\e902";
      font-family: 'usp-icons';
      position: absolute;
      top: 15px;
      left: 0px;
      font-size: 1.5rem;
      display: inline-block;
      pointer-events: none;
      z-index: 100; }
    .step-mobile-nav .step-prev.disabled,
    .step-mobile-nav .step-next.disabled {
      display: none; }
    .step-mobile-nav .step-prev input,
    .step-mobile-nav .step-next input {
      text-indent: 9999px;
      position: relative;
      top: 5px;
      width: 100%;
      height: 100%;
      border: 0;
      padding: 0;
      cursor: pointer; }
  .step-mobile-nav .step-prev {
    margin-right: 0.9375rem; }
  .step-mobile-nav .step-next {
    margin-left: 0.9375rem; }
    .step-mobile-nav .step-next:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media (min-width: 991.98px) {
    .step-mobile-nav {
      position: relative;
      padding: 2.8125rem 0;
      margin: 0 0 2.5rem;
      background-color: transparent; }
      .step-mobile-nav:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 40%;
        border-top-right-radius: 5rem;
        border-bottom-right-radius: 5rem;
        z-index: -1;
        background-color: #f1f1f1; }
      .step-mobile-nav .step-prev,
      .step-mobile-nav .step-next {
        display: none; } }

.progress-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 991.98px) {
    .progress-wrapper {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

.progress-bar {
  position: relative;
  border: 3px solid #61707A;
  padding: 0 0.3125rem;
  background-color: #FFFFFF;
  border-radius: 0.9375rem;
  height: 1.25rem;
  margin-bottom: 0.625rem; }
  @media (min-width: 991.98px) {
    .progress-bar {
      margin-bottom: 1.25rem; } }
  .progress-bar span {
    position: absolute;
    top: 0.125rem;
    left: 0.25rem;
    display: inline-block;
    background-color: #3EC2CF;
    border-radius: 0.9375rem;
    height: 10px; }

.progress-text {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 0; }

.step-nav {
  display: none; }
  @media (min-width: 991.98px) {
    .step-nav {
      display: block;
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.0125rem; }
      .step-nav li {
        margin-bottom: 0.625rem;
        display: block; }
        .step-nav li a {
          color: #3a424c;
          -webkit-transition: color 200ms ease-out;
          transition: color 200ms ease-out; }
          .step-nav li a:hover {
            color: #3EC2CF; }
        .step-nav li.active a {
          font-weight: bold; }
        .step-nav li.disabled a,
        .step-nav li.disabled span {
          color: #c7c7c7;
          pointer-events: none; } }

.pika-lendar {
  width: 18.75rem; }
  .pika-lendar .pika-title {
    margin: -10px -10px 0.625rem;
    padding: 0.625rem 0.625rem;
    background-color: #287AB3; }
  .pika-lendar .pika-label {
    background-color: #FFFFFF;
    color: #3a424c;
    margin: 0 0.625rem;
    border-radius: 1.25rem;
    padding: 5px 20px; }

.pika-single {
  background-color: #f1f1f1;
  color: #0C3455;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem; }
  .pika-single .pika-button {
    color: #7c909e;
    font-size: 0.875rem;
    border: 0;
    text-align: center;
    height: 2.1875rem;
    width: 2.1875rem; }
    .pika-single .pika-button:hover {
      color: #FFFFFF;
      font-weight: bold;
      border-radius: 50%; }
  .pika-single .is-selected .pika-button {
    color: #FFFFFF;
    border-radius: 50%; }
  .pika-single .pika-prev,
  .pika-single .pika-next {
    background-color: transparent !important;
    background-image: none;
    color: #287AB3;
    position: relative;
    text-indent: 0px;
    width: 1.5rem;
    height: 2rem; }
    .pika-single .pika-prev:after,
    .pika-single .pika-next:after {
      content: "\e915";
      font-family: "usp-icons" !important;
      position: absolute;
      left: 0;
      top: 0.3125rem;
      height: 100%;
      width: 100%;
      display: block;
      font-size: 1.375rem;
      color: #FFFFFF; }
    .pika-single .pika-prev:hover,
    .pika-single .pika-next:hover {
      color: #287AB3; }
  .pika-single .pika-prev:after {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.qualifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 991.98px) {
    .qualifications {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .qualifications > * {
        margin-right: 1.25rem; }
        .qualifications > *:last-child() {
          margin-right: 0; } }

.review-headline {
  background-color: #CAE0F0;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 991.98px) {
    .review-headline {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .review-headline a {
    display: block;
    text-align: center;
    color: #0C3455; }
    .review-headline a i {
      display: block;
      font-size: 1.875rem; }

.review-block {
  margin-bottom: 3.125rem; }
  @media (min-width: 991.98px) {
    .review-block {
      margin-bottom: 6.25rem; } }
  .review-block__label {
    color: #61707A;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.2px;
    margin-bottom: 0.9375rem; }
  .review-block__result {
    color: #0C3455;
    font-weight: bold;
    line-height: 1.4375rem;
    font-size: 1.125rem;
    margin-bottom: 0.9375rem; }
  .review-block--inline > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 991.98px) {
      .review-block--inline > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .review-block--inline > div p:first-of-type {
      width: 12.5rem; }

.form-success-tick {
  font-size: 4rem;
  line-height: 4rem;
  color: #65B22E; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.gallery {
  padding: 3.125rem 0; }

.popup-gallery {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  overflow: hidden; }
  @media (min-width: 767.98px) {
    .popup-gallery {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0.4375rem;
         -moz-column-gap: 0.4375rem;
              column-gap: 0.4375rem; } }
  @media (min-width: 991.98px) {
    .popup-gallery {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 0.8125rem;
         -moz-column-gap: 0.8125rem;
              column-gap: 0.8125rem; } }
  .popup-gallery .item {
    display: inline-block;
    margin: 0 0 0.625rem;
    width: 100%;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
    .popup-gallery .item img {
      border-radius: 0.9375rem; }

.mfp-bg {
  background-color: #0C3455; }

@media (max-width: 991.98px) {
  .sidebar-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.125rem; }
    .sidebar-filter__head {
      background-color: #0C3455;
      color: #FFFFFF;
      margin: 0 -15px;
      padding: 0.9375rem;
      font-size: 1.25rem;
      font-family: "Lato", sans-serif !important;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 0rem !important; }
      .sidebar-filter__head #btn-clear-all {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
    .sidebar-filter__body {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .sidebar-filter__body.is--hidden {
        display: none; }
    .sidebar-filter #btn-clear-all {
      margin-top: 0.9375rem;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .sidebar-filter__section__head {
      margin: 0 -15px;
      padding: 0.625rem 0.9375rem;
      font-size: 1.25rem;
      background-color: #17428B;
      color: #FFFFFF;
      cursor: pointer;
      position: relative; }
      .sidebar-filter__section__head:after {
        content: '\e917';
        font-family: 'usp-icons';
        color: #FFFFFF;
        position: absolute;
        right: 0.625rem; }
      .sidebar-filter__section__head.oppened:after {
        content: '\e914'; }
    .sidebar-filter__section__body {
      padding: 0.9375rem 0; }
      .sidebar-filter__section__body.is--hidden {
        display: none; } }

.sidebar-filter__head {
  font-family: "Lato", sans-serif;
  margin-bottom: 3.75rem; }

.sidebar-filter__section__head {
  font-size: 1.25rem;
  line-height: 1.875rem; }

.results__head {
  margin-bottom: 3.75rem; }
  @media (min-width: 991.98px) {
    .results__head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .results__head .form__check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .results__head__number {
    font-size: 1.125rem;
    letter-spacing: 0.0125rem;
    color: #287AB3; }
    @media (min-width: 991.98px) {
      .results__head__number {
        margin-bottom: 0;
        margin-top: 1rem; } }
    .results__head__number span {
      font-weight: bold;
      color: #0c3455;
      font-size: 1.50rem;
      margin-right: 6px; }
      .results__head__number span:last-child {
        margin-left: 6px; }
  .results__head label {
    font-family: "Lato", sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    margin-right: 1.875rem; }
    @media (min-width: 991.98px) {
      .results__head label {
        margin-bottom: 0; } }

.listing-item,
.related-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
  margin-bottom: 0.9375rem; }
  @media (min-width: 991.98px) {
    .listing-item,
    .related-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 1.25rem; } }
  .listing-item__img,
  .related-item__img {
    margin: 0 -15px; }
    .listing-item__img a,
    .related-item__img a {
      display: block; }
    @media (min-width: 991.98px) {
      .listing-item__img,
      .related-item__img {
        margin: 0; }
        .listing-item__img a,
        .related-item__img a {
          display: block;
          height: 100%;
          width: 381px; }
        .listing-item__img img,
        .related-item__img img {
          border-top-left-radius: 0.625rem;
          border-bottom-left-radius: 0.625rem;
          height: 100%; } }
  .listing-item__details,
  .related-item__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 -15px 0.9375rem;
    padding: 0.9375rem;
    background-color: #0C3455;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 991.98px) {
      .listing-item__details,
      .related-item__details {
        margin: 0;
        padding: 1.25rem 1.25rem;
        border-top-right-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    .listing-item__details h3,
    .related-item__details h3 {
      color: inherit;
      font-size: 1.5rem; }
      .listing-item__details h3 a,
      .related-item__details h3 a {
        color: inherit;
        display: block; }
        .listing-item__details h3 a:hover,
        .related-item__details h3 a:hover {
          color: #3EC2CF; }
        .listing-item__details h3 a span,
        .related-item__details h3 a span {
          display: block;
          font-size: 1rem;
          margin-top: 0.3125rem; }
    .listing-item__details__head,
    .related-item__details__head {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .listing-item__details__desc,
    .related-item__details__desc {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .listing-item__details__tags, .listing-item__details__description,
    .related-item__details__tags,
    .related-item__details__description {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      .listing-item__details__tags .tags, .listing-item__details__description .tags,
      .related-item__details__tags .tags,
      .related-item__details__description .tags {
        display: inline-block;
        font-weight: bold;
        background-color: #FFFFFF;
        color: #3a424c;
        padding: 0.4375rem;
        border-radius: 0.4375rem;
        margin-right: 0.625rem;
        margin-bottom: 0.625rem; }
    .listing-item__details .blog-author,
    .related-item__details .blog-author {
      margin-top: auto;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
      .listing-item__details .blog-author img,
      .related-item__details .blog-author img {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%; }
      .listing-item__details .blog-author .author,
      .related-item__details .blog-author .author {
        color: #EBDE55;
        font-size: 1rem;
        letter-spacing: 0.2px; }
    .listing-item__details--carrer,
    .related-item__details--carrer {
      background-color: #17428B; }
    .listing-item__details__tags,
    .related-item__details__tags {
      border-top: 1px solid #FFFFFF;
      padding-top: 0.3125rem; }
      @media (min-width: 991.98px) {
        .listing-item__details__tags,
        .related-item__details__tags {
          margin-top: auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .related-item {
    display: block; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .related-item, .related-item .related-item__details {
    display: block; } }

.related-course-list {
  display: block; }
  .related-course-list .slick-list {
    padding-left: 0px !important; }
  @media (min-width: 991.98px) {
    .related-course-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .related-course-list .related-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.625rem;
    /***extra***/ }
    @media (min-width: 991.98px) {
      .related-course-list .related-item {
        width: calc(33% - 10px);
        /*margin-right: rem-calc(10);*/
        margin-right: 1rem; }
        .related-course-list .related-item:nth-child(3n+0) {
          margin-right: 0; } }
    .related-course-list .related-item__img {
      margin: 0;
      width: 100%; }
      .related-course-list .related-item__img img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.625rem;
        border-top-left-radius: 0.625rem; }
      .related-course-list .related-item__img a {
        width: auto; }
    .related-course-list .related-item__details {
      margin: 0;
      padding: 1.25rem 0.9375rem;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0.625rem;
      border-bottom-right-radius: 0.625rem; }

@media (max-width: 991.97px) {
  .related-course-list div.slick-track .slick-slide > div {
    margin: 0 5px 0 5px; }
  .related-item__details.related_course_widget {
    height: 255px; }
  .related-item__details.related_blog_widget {
    height: 300px; } }

.loader {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8); }
    .loader img {
        max-width: 5rem;
        margin: 0 auto;
    }
  .loader.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */

.search-listing {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #7c909e;
  margin-bottom: 1.25rem; }
  .search-listing__type {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: .2px;
    color: #61707A; }
  .search-listing__level {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold; }

.pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__item input {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #3a424c; }
  .pagination__item--selected input {
    color: #FFFFFF;
    background-color: #287AB3;
    border-radius: 50%; }
  .pagination__item:hover input {
    color: #3EC2CF; }

/******************** jira issue 524 ******************/
.related-item__details__tags div span {
  margin-bottom: 10px; }

/*.related-item__details.related_course_widget {
    height: 310px;
}
.related-item__details.related_news_widget
{
    height: 250px;
}*/
@media (max-width: 425px) {
  .btn:not(#btn-listing-search) {
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding: 0.625rem 0; }
  input#btn-global-search {
    width: 40% !important;
    height: 100%; }
  .listing-item__details__tags {
    border-top: none !important; }
  .listing-item__details h3 {
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid; }
  /*.related-item__details.news-list {
        height:230px
    }
    .related-item__details.related_course_widget {
        height: 317px;
    }*/
  .related-item__details.related_blog_widget {
    height: 320px; }
  /***/ }

body[data-doctype="pageCourseCareerListing"] .listing-item__details:hover {
  background: #17428b; }

.listing-item__details__tags .tags:hover {
  background: #3ec2cf; }

body[data-doctype="pageCourseCareerListing"] .listing-item__details h3 a span {
  font-weight: normal; }

.listing-item__details__tags p.mb-10 {
  font-weight: normal; }

body[data-doctype="pageCourseCareerListing"] .hero-search__form .search:before {
  content: none !important; }

@media (max-width: 991px) {
  body[data-doctype="pageCourseCareerListing"] section.hero-search.bg-usp-navi-dark {
    padding-bottom: 4.5rem;
    margin-bottom: 2px !important; }
  body[data-doctype="pageCourseCareerListing"] .sidebar-filter #btn-clear-all {
    margin-bottom: 0; }
  body[data-doctype="pageCourseCareerListing"] .results__head {
    margin-bottom: 1.75rem; }
  body[data-doctype="pageCourseCareerListing"] .sidebar-filter {
    margin-bottom: 0.125rem; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root, .related-item__details {
    display: block; } }

@media (min-width: 768px) and (max-width: 991.97px) {
  h2.listing_title {
    font-size: 31px; } }

@media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
  .listing-item, .related-item {
    display: block; } }

@media (max-width: 767px) {
  h2.listing_title {
    display: none; }
  h2.hero-home__headline {
    font-size: 2rem;
    margin-bottom: 40px;
    line-height: normal; } }

.locations-map {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #0C3455;
  padding: 3.125rem 0; }
  .locations-map h3 {
    margin-bottom: 1.25rem;
    margin-right: 1.875rem; }
  .locations-map .map {
    width: 100%;
    height: 12.5rem; }
    @media (min-width: 991.98px) {
      .locations-map .map {
        height: 37.5rem; } }

.header .has-dropdown:hover > a {
  background-color: #FFFFFF;
  color: #0C3455;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem; }
  .header .has-dropdown:hover > a:after {
    width: 0; }

.header .has-dropdown:hover > .menu__dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.has-dropdown > a :focus {
  background-color: #FFFFFF;
  color: #0C3455;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem; }
  .has-dropdown > a :focus:after {
    width: 0; }
  .has-dropdown > a :focus + .menu__dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.spotlight__wrapper {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

img.lazy {
  display: none; }

.people {
  border-top: 3px solid #17428B;
  margin-bottom: 3.125rem; }
  .people header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.9375rem; }
  .people__details {
    padding-top: 1.25rem; }
    .people__details small {
      display: block;
      font-weight: normal;
      font-size: 1.125rem;
      letter-spacing: 0.2; }
  .people__img {
    width: 10rem;
    min-width: 9.375rem;
    margin-right: 1.875rem; }
    .people__img img {
      border-bottom-left-radius: 5rem;
      border-bottom-right-radius: 5rem; }

.spotlight {
  margin-bottom: 2.5rem; }
  .spotlight__section {
    padding: 3.75rem 0 1.875rem;
    color: #FFFFFF; }
  .spotlight--v2 img {
    border-bottom-right-radius: 6.25rem; }
  .spotlight--v2 .filter:after {
    border-bottom-right-radius: 6.25rem; }
  @media (min-width: 991.98px) {
    .spotlight--v2 {
      margin-bottom: 0; } }
  @media (min-width: 991.98px) {
    .spotlight__section {
      padding: 3.75rem 3.75rem 3.125rem; }
      .spotlight__section .slick-dots {
        margin-bottom: 0; }
    .spotlight__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .spotlight__wrapper[data-elements="2"] {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .spotlight__wrapper[data-elements="2"] .spotlight__component {
          width: 50%; }
      .spotlight__wrapper[data-elements="3"] {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .spotlight__wrapper[data-elements="3"] .spotlight__component {
          width: 33.333%;
          border: 0;
          padding: 0; }
          .spotlight__wrapper[data-elements="3"] .spotlight__component:nth-child(2) {
            border: solid #FFFFFF;
            border-width: 0 3px;
            padding-left: 27px;
            padding-right: 27px;
            /*width: calc(33.333% + 120px);
                        padding: 0 rem-calc(60);
                        margin: 0 rem-calc(60);*/ }
    .spotlight__component:not(:last-child) {
      padding-right: 3.75rem; }
    .spotlight__component + .spotlight__component {
      border-left: 3px solid #FFFFFF;
      padding-left: 3.75rem; } }
  .spotlight__description {
    text-align: left;
    padding: 0.9375rem 1.5625rem 1.5625rem;
    background-color: #17428B;
    border-bottom-right-radius: 6.25rem; }

.spotlight__fullwidth {
  color: #FFFFFF;
  padding: 1.875rem 0; }
  .spotlight__fullwidth__img {
    margin-left: -15px; }
    .spotlight__fullwidth__img.filter:after {
      border-top-right-radius: 6.25rem;
      border-bottom-right-radius: 6.25rem; }
    .spotlight__fullwidth__img img {
      border-top-right-radius: 6.25rem;
      border-bottom-right-radius: 6.25rem; }
  @media (min-width: 991.98px) {
    .spotlight__fullwidth {
      min-height: 27.5rem;
      position: relative;
      overflow: hidden;
      padding: 4.375rem 0; }
      .spotlight__fullwidth h2 {
        font-size: 3.5rem; }
      .spotlight__fullwidth__img {
        position: absolute;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        max-width: 50%; }
        .spotlight__fullwidth__img.filter:after {
          border-top-right-radius: 12.5rem;
          border-bottom-right-radius: 12.5rem; }
        .spotlight__fullwidth__img img {
          max-height: 28.125rem;
          border-top-right-radius: 12.5rem;
          border-bottom-right-radius: 12.5rem; } }
  .spotlight__fullwidth .spotlight-headline {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: bold; }
  .spotlight__fullwidth .spotlight-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: bold;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .spotlight__fullwidth .spotlight-details span {
      display: block; }
    .spotlight__fullwidth .spotlight-details div:first-child {
      padding-right: 2.5rem;
      border-right: 3px solid #FFFFFF;
      margin-right: 1.25rem; }

.spotlight-tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.875rem 0;
  color: #FFFFFF; }
  @media (min-width: 991.98px) {
    .spotlight-tertiary {
      padding: 6.25rem 0; } }
  .spotlight-tertiary > * {
    border-top: 3px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.625rem;
    padding-top: 1.25rem;
    margin-bottom: 0.625rem;
    width: 100%; }
    @media (min-width: 991.98px) {
      .spotlight-tertiary > * {
        padding-top: 0;
        width: 49%;
        border: 0; } }
  .spotlight-tertiary div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0; }
    @media (min-width: 991.98px) {
      .spotlight-tertiary div:first-child {
        border-top: 3px solid #FFFFFF;
        padding-top: 1.5625rem; } }
    .spotlight-tertiary div:first-child h2 {
      font-size: 3.5rem;
      line-height: 3.875rem;
      margin-bottom: 0.625rem; }
    .spotlight-tertiary div:first-child p {
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: bold;
      letter-spacing: 0.0125rem; }
  @media (max-width: 991.98px) {
    .spotlight-tertiary div:nth-child(2n+1) .spotlight-tertiary__img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0.625rem; }
    .spotlight-tertiary div:nth-child(2n+1) a {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .spotlight-tertiary div:nth-child(2n) .spotlight-tertiary__img {
      margin-left: 0.625rem; } }
  @media (min-width: 991.98px) {
    .spotlight-tertiary div:nth-child(2n+1) {
      margin-right: 0.625rem; }
    .spotlight-tertiary div:nth-child(4n+3) a,
    .spotlight-tertiary div:nth-child(4n+4) a {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .spotlight-tertiary div:nth-child(4n+3) .spotlight-tertiary__img,
    .spotlight-tertiary div:nth-child(4n+4) .spotlight-tertiary__img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0.625rem; }
    .spotlight-tertiary div:nth-child(4n+1) .spotlight-tertiary__img,
    .spotlight-tertiary div:nth-child(4n+2) .spotlight-tertiary__img {
      margin-left: 0.625rem; } }
  .spotlight-tertiary a {
    width: 50%;
    color: #FFFFFF;
    display: block; }
    @media (min-width: 991.98px) {
      .spotlight-tertiary a {
        border-top: 3px solid #FFFFFF;
        padding: 1.5625rem 1.25rem 0.3125rem;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out; } }
    .spotlight-tertiary a h3 {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 0.625rem;
      color: inherit; }
      @media (min-width: 991.98px) {
        .spotlight-tertiary a h3 {
          font-size: 1.25rem;
          line-height: 2rem; } }
    .spotlight-tertiary a:hover {
      border-color: #3EC2CF;
      color: #3EC2CF; }
  .spotlight-tertiary__img {
    width: 50%; }

@media (min-width: 991.98px) {
  .spotlight__wrapper[data-elements="3"] .spotlight__component {
    width: 33.333%;
    border: 0;
    padding: 30px; }
    .spotlight__wrapper[data-elements="3"] .spotlight__component a.btn.btn--blue.btn--animated {
      width: 100%;
      max-width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 1em; }
  .spotlight h3 {
    min-height: 60px; }
  .spotlight__component .spotlight p.mb-20 {
    min-height: 40px; } }

.spotlight__wrapper .spotlight__component .slick-next {
  top: 99%;
  right: 20%; }

.spotlight__wrapper .spotlight__component .slick-prev {
  top: 99%;
  left: 20%; }

@media (max-width: 1199px) {
  .spotlight__wrapper .spotlight__component .slick-next {
    right: 10% !important;
    top: 95%; }
  .spotlight__wrapper .spotlight__component .slick-prev {
    left: 10% !important;
    top: 95%; } }

@media (max-width: 991px) {
  .spotlight__wrapper .spotlight__component .slick-next {
    display: none !important; }
  .spotlight__wrapper .spotlight__component .slick-prev {
    display: none !important; } }

/*@media (max-width: 991px) {
    .spotlight__wrapper .spotlight__component .slick-next {
        right: 10% !important;
        top: 87%;
    }
    .spotlight__wrapper .spotlight__component .slick-prev {
        left: 10% !important;
        top: 87%;
    }
  }
  
@media (max-width: 579px) {
    .spotlight__wrapper[data-elements="3"] .spotlight__component a.btn.btn--blue.btn--animated {
        max-width: 100%;
        padding: 0.625rem 1.8125rem;
        font-size:15px;
    }
    .spotlight__wrapper .spotlight__component .slick-next {
        right: 0% !important;
        top: 87%;
    }
    .spotlight__wrapper .spotlight__component .slick-prev {
        left: 0% !important;
        top: 87%;
    }
}

  @media (max-width: 1199px) {
    .slick-next, .slick-prev {
      bottom: 20px !important;
    }
  }*/
/************** jira issue 481 ****************/
@media (max-width: 991.98px) {
  .spotlight__fullwidth .spotlight-details {
    display: block;
    font-weight: 400;
    font-size: 1rem; }
    .spotlight__fullwidth .spotlight-details div:first-child {
      border-right: 0;
      padding-right: 0; }
      .spotlight__fullwidth .spotlight-details div:first-child:after {
        position: absolute;
        content: '';
        height: 3px;
        width: 50px;
        background: #fff;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px; }
    .spotlight__fullwidth .spotlight-details span {
      margin-bottom: 10px; }
    .spotlight__fullwidth .spotlight-details div:first-child p {
      line-height: 1; }
    .spotlight__fullwidth .spotlight-details p {
      margin-top: 20px; }
  .spotlight__fullwidth .inline-buttons a {
    margin-bottom: 30px;
    width: 75%;
    padding: 0.625rem 0;
    font-size: 1rem; } }

@media (min-width: 991.99px) {
  .spotlight__fullwidth .inline-buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .spotlight__fullwidth .inline-buttons a:first-child {
      margin-right: 10%; } }

.statistic {
  padding: 3.125rem 0; }
  @media (min-width: 991.98px) {
    .statistic .statistic-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .statistic .statistic-wrapper .statistic-item {
    width: 80%;
    padding-right: 3.75rem; }
    @media (min-width: 991.98px) {
      .statistic .statistic-wrapper .statistic-item {
        width: auto;
        padding-right: 0rem;
        -webkit-flex-basis: calc(20% - 30px);
            -ms-flex-preferred-size: calc(20% - 30px);
                flex-basis: calc(20% - 30px);
        margin-right: 1.875rem; } }
    .statistic .statistic-wrapper .statistic-item__number {
      font-size: 3.5rem;
      line-height: 1;
      font-weight: bold;
      font-family: "Quicksand", sans-serif;
      color: #17428B; }
    .statistic .statistic-wrapper .statistic-item__details {
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.2px;
      color: #3EC2CF; }

.statistic .statistic-wrapper .statistic-item {
  width: 80%;
  text-align: center; }

.slick-track > .slick-active:nth-child(2) > div > .statistic-item {
  padding-right: 0; }

.statistic .statistic-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0; }
  .statistic .statistic-wrapper .statistic-item {
    width: 80%;
    text-align: center; }

.nocarousels {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: block !important;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: auto !important;
  text-align: center !important; }
  .nocarousels .statistic-item {
    width: 100% !important;
    margin: auto !important; }

.slick-track > .slick-active:nth-child(2) > div > .statistic-item {
  padding-right: 0; }

@media (min-width: 991.98px) {
  .statistic .statistic-wrapper .statistic-item {
    width: auto;
    padding-right: 0;
    -webkit-flex-basis: calc(20% - 30px);
    -ms-flex-preferred-size: calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    margin-right: 1.875rem;
    text-align: center; }
    .statistic .statistic-wrapper .statistic-item:last-child {
      margin-right: 0; }
    .statistic .statistic-wrapper .statistic-item:first-child {
      margin-left: 1.875rem; } }

@media (max-width: 991.97px) {
  .statistic .statistic-wrapper .statistic-item {
    width: 19%;
    text-align: center;
    float: left;
    margin-right: 5px;
    padding: 0 5px; }
    .statistic .statistic-wrapper .statistic-item .statistic-item__number {
      font-size: 34px; } }

.features {
  padding: 3.125rem 0; }
  @media (min-width: 991.98px) {
    .features .features-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .features .features-wrapper .features-item {
    width: 80%;
    padding-right: 3.75rem; }
    @media (min-width: 991.98px) {
      .features .features-wrapper .features-item {
        width: auto;
        padding-right: 0rem;
        -webkit-flex-basis: calc(20% - 15px);
            -ms-flex-preferred-size: calc(20% - 15px);
                flex-basis: calc(20% - 15px);
        margin-right: 0.9375rem; } }
    @media (max-width: 769px) {
      .features .features-wrapper .features-item {
        width: 100%;
        padding-right: 2.75rem; } }
    .features .features-wrapper .features-item__img img {
      border-radius: 0.625rem; }

.timeline {
  padding-left: 1.875rem;
  position: relative; }
  .timeline:after {
    content: '';
    width: 0.1875rem;
    height: 100%;
    position: absolute;
    top: 0.9375rem;
    left: 0.625rem;
    background-color: #c7c7c7; }
  .timeline dt {
    font-family: "Quicksand", sans-serif;
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #0C3455;
    position: relative; }
    .timeline dt:before {
      content: '';
      width: 1.125rem;
      height: 0.1875rem;
      position: absolute;
      top: 0.9375rem;
      left: -27px;
      background-color: #c7c7c7; }
    @media (min-width: 991.98px) {
      .timeline dt {
        margin-bottom: 1.25rem; } }
  .timeline dd {
    color: #414141;
    font-size: 0.875rem;
    letter-spacing: 0.2px;
    margin-bottom: 1.875rem; }
    @media (min-width: 991.98px) {
      .timeline dd {
        margin-bottom: 2.5rem; } }
  .timeline h4 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.2px;
    color: #603C83;
    margin-bottom: 0.625rem; }

.video-wrapper {
  margin-bottom: 3.125rem; }

.video-wrapper-single {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin: 0;
  background-color: #000; }
  .video-wrapper-single .video-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .video-wrapper-single .video-poster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s; }
  .video-wrapper-single.video-wrapper-active .video-player {
    opacity: 1;
    z-index: 1; }
  .video-wrapper-single.video-wrapper-active .video-poster {
    opacity: 0;
    z-index: 0; }
  .video-wrapper-single.is-loading .loading-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

.video-player-content {
  padding-top: 0.625rem; }
  .video-player-content h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #0C3455;
    margin-bottom: 0.3125rem; }
  .video-player-content .video-duration {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #0C3455;
    font-weight: bold;
    margin-bottom: 0; }

.error-message {
  text-align: center; }
  .error-message h2 {
    padding: 1.875rem; }

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 7.5rem;
  color: #FFFFFF;
  z-index: 2; }

iframe#ytPlayer-s1 .ytp-chrome-top {
  bottom: 10px !important;
  top: auto !important; }
