@charset "UTF-8";
@import url("https://use.typekit.net/sda5yvr.css");
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

.item-anchor, .content.single--article .social--share ul li .heateorSssSharing:after,
.content.single--article .heateor_sss_sharing_container ul li .heateorSssSharing:after, .content.single--article .social--share a:after,
.content.single--article .heateor_sss_sharing_container a:after, .nav .nav__menu__level2:after, .teaser--news-slider .teaser__img, .articles .twitter-column:before, .featured-blocks .column.right:before, .hero__video video, .hero__video .hero__video__img_fallback, .strip .img-bg, .intro-strip .title--line-before:after, .intro-strip__right-image .play-button .inner:after, #map, .banner.default .overlay-bottom, .banner.special:before, .banner.special .h2, .banner.special .h1, .banner.special svg, .banner.special svg text, .banner.special svg text:before, .back-to-top svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.site-footer__list ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.content .gform_wrapper .ginput_container_checkbox ul li label, .content form .ginput_container_checkbox ul li label, .content .bsui .ginput_container_checkbox ul li label, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label, .nav__box .white-menu, .nav__box .search-text,
.nav__box .close-text,
.nav__box .submit-search, .nav__box .search-form, .nav.show-search .nav__box .white-menu, .nav.show-search .nav__box .search-text, .nav.show-search .nav__box .search-form, .intro-strip__right-image .play-button .inner:after {
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in; }

.nav.show-search .nav__box .close-text,
.nav.show-search .nav__box .submit-search {
  transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -webkit-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in; }

.nav__menu ul li.active a:after, .nav__menu.nav__menu__level2 .nav__menu__list li a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.nav__menu.nav__menu__level2 .nav__menu__list li.active a:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.content.single--article .social--share ul li,
.content.single--article .heateor_sss_sharing_container ul li, .content.single--article .social--share a,
.content.single--article .heateor_sss_sharing_container a, .intro-strip__right-image .play-button, .intro-strip__right-image .play-button .inner:after {
  border-radius: 50%; }

.black-background {
  background-color: #000; }

.black-color {
  color: #000; }

.black-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #000;
  box-shadow: inset 0 123px 190px -30px #000; }

.white-background {
  background-color: #fff; }

.white-color {
  color: #fff; }

.white-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #fff;
  box-shadow: inset 0 123px 190px -30px #fff; }

.off-screen,
.off-screen-right,
.off-screen-top {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }
  .off-screen.delay-0-5s,
  .off-screen-right.delay-0-5s,
  .off-screen-top.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .off-screen.delay-0-75s,
  .off-screen-right.delay-0-75s,
  .off-screen-top.delay-0-75s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  .off-screen.delay-1s,
  .off-screen-right.delay-1s,
  .off-screen-top.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .off-screen.delay-1-5s,
  .off-screen-right.delay-1-5s,
  .off-screen-top.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .off-screen.delay-1-75s,
  .off-screen-right.delay-1-75s,
  .off-screen-top.delay-1-75s {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s; }

.off-screen.on-screen-show {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.off-screen-right.on-screen-show {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.off-screen-top.on-screen-show {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop; }

@media (prefers-reduced-motion) {
  .off-screen,
  .off-screen-left,
  .off-screen-right,
  .off-screen-top {
    opacity: 1 !important;
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #17458A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0c2448;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1220px) {
    .container {
      max-width: 1293px; } }

.container-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1220px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1220px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1220px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #17458A !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #102f5e !important; }

.text-secondary {
  color: #05E5C8 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #04b39c !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -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.25; }
  .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 {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      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: "•";
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: transparent;
        border: solid 2px #17458A;
        content: '';
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #17458A; }

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px; }

.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0; }

.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots button {
  background-color: white; }

body {
  -webkit-animation: transition_opacity 0.7s ease-in;
  animation: transition_opacity 1s ease-in; }

@-webkit-keyframes transition_opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes transition_opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media \0screen\,screen\9 {
  .banner-preloader {
    display: none !important; }
  .off-screen {
    opacity: 1 !important; }
  .shadow:after {
    display: none !important; } }

@media screen\0 {
  .banner-preloader {
    display: none !important; }
  .off-screen {
    opacity: 1 !important; }
  .shadow:after {
    display: none !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-preloader {
    display: none !important; }
  .off-screen {
    opacity: 1 !important; }
  .shadow:after {
    display: none !important; } }

html {
  font-family: "effra"; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "effra"; }

body#pull-up {
  margin-top: -20px; }

::-moz-selection {
  background: #17458A;
  color: #fff;
  padding: 10px; }

::selection {
  background: #17458A;
  color: #fff;
  padding: 10px; }

h1, .h1 {
  font-family: "effra";
  color: #fff; }

h2, .h2 {
  font-family: "effra";
  font-weight: 300;
  font-size: 64px;
  line-height: 77px;
  font-style: normal;
  color: #fff; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 48px;
      /* 48px */
      font-size: 3rem;
      /* 48px */
      line-height: 1.125;
      /* 54px */ } }

h3, .h3 {
  font-family: "effra";
  color: #fff;
  font-weight: 300; }

h4, .h4 {
  font-family: "effra";
  color: #fff;
  font-weight: 300; }

p {
  font-family: "effra";
  font-size: 19px;
  line-height: 27px;
  font-style: normal;
  font-weight: normal;
  color: #181E26; }
  @media (max-width: 767px) {
    p {
      font-size: 1.0625rem;
      line-height: 1.625rem; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    text-decoration: none; }

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

.item-anchor {
  z-index: 999;
  text-indent: -5000em; }

.clear {
  display: block;
  width: 100%;
  height: 2px;
  clear: both; }

.graybg {
  background-color: #edeced; }

@media (max-width: 767px) {
  #content-wrap {
    overflow: hidden; } }

form:not(#gform_2) .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important; }

.content .gform_wrapper,
.content form,
.content .bsui, .gpnf-nested-form .gform_wrapper,
.gpnf-edit-form .gform_wrapper {
  /* Acceptance Form */ }
  @media (max-width: 767px) {
    .content .gform_wrapper,
    .content form,
    .content .bsui, .gpnf-nested-form .gform_wrapper,
    .gpnf-edit-form .gform_wrapper {
      padding-right: 9px;
      width: 100%; } }
  .content .gform_wrapper img, .content form img, .content .bsui img, .gpnf-nested-form .gform_wrapper img, .gpnf-edit-form .gform_wrapper img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    min-width: 20px;
    margin: 10px 5px 10px 0; }
  .content .gform_wrapper ul, .content form ul, .content .bsui ul, .gpnf-nested-form .gform_wrapper ul, .gpnf-edit-form .gform_wrapper ul {
    margin: 0;
    padding: 0; }
    .content .gform_wrapper ul li, .content form ul li, .content .bsui ul li, .gpnf-nested-form .gform_wrapper ul li, .gpnf-edit-form .gform_wrapper ul li {
      margin: 0 0 15px 0;
      padding: 0 0 0 15px;
      text-indent: 0; }
      @media (max-width: 767px) {
        .content .gform_wrapper ul li, .content form ul li, .content .bsui ul li, .gpnf-nested-form .gform_wrapper ul li, .gpnf-edit-form .gform_wrapper ul li {
          padding: 0 0 0 15px; } }
      .content .gform_wrapper ul li:after, .content form ul li:after, .content .bsui ul li:after, .gpnf-nested-form .gform_wrapper ul li:after, .gpnf-edit-form .gform_wrapper ul li:after {
        display: none !important; }
      .content .gform_wrapper ul li span, .content form ul li span, .content .bsui ul li span, .gpnf-nested-form .gform_wrapper ul li span, .gpnf-edit-form .gform_wrapper ul li span {
        padding-top: 0 !important; }
  .content .gform_wrapper input, .content form input, .content .bsui input, .gpnf-nested-form .gform_wrapper input, .gpnf-edit-form .gform_wrapper input,
  .content .gform_wrapper select,
  .content form select,
  .content .bsui select,
  .gpnf-nested-form .gform_wrapper select,
  .gpnf-edit-form .gform_wrapper select,
  .content .gform_wrapper textarea,
  .content form textarea,
  .content .bsui textarea,
  .gpnf-nested-form .gform_wrapper textarea,
  .gpnf-edit-form .gform_wrapper textarea {
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
    padding: 12px 12px 12px 18px !important;
    border: 1px solid #a0a0a0;
    outline: 0;
    border-radius: 0;
    width: 100% !important;
    -webkit-appearance: none; }
    .content .gform_wrapper input:focus, .content form input:focus, .content .bsui input:focus, .gpnf-nested-form .gform_wrapper input:focus, .gpnf-edit-form .gform_wrapper input:focus,
    .content .gform_wrapper select:focus,
    .content form select:focus,
    .content .bsui select:focus,
    .gpnf-nested-form .gform_wrapper select:focus,
    .gpnf-edit-form .gform_wrapper select:focus,
    .content .gform_wrapper textarea:focus,
    .content form textarea:focus,
    .content .bsui textarea:focus,
    .gpnf-nested-form .gform_wrapper textarea:focus,
    .gpnf-edit-form .gform_wrapper textarea:focus {
      border: 1px solid #17458A; }
  .content .gform_wrapper input::-webkit-input-placeholder, .content form input::-webkit-input-placeholder, .content .bsui input::-webkit-input-placeholder, .gpnf-nested-form .gform_wrapper input::-webkit-input-placeholder, .gpnf-edit-form .gform_wrapper input::-webkit-input-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper input::-moz-placeholder, .content form input::-moz-placeholder, .content .bsui input::-moz-placeholder, .gpnf-nested-form .gform_wrapper input::-moz-placeholder, .gpnf-edit-form .gform_wrapper input::-moz-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper input:-moz-placeholder, .content form input:-moz-placeholder, .content .bsui input:-moz-placeholder, .gpnf-nested-form .gform_wrapper input:-moz-placeholder, .gpnf-edit-form .gform_wrapper input:-moz-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper input:-ms-input-placeholder, .content form input:-ms-input-placeholder, .content .bsui input:-ms-input-placeholder, .gpnf-nested-form .gform_wrapper input:-ms-input-placeholder, .gpnf-edit-form .gform_wrapper input:-ms-input-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper select::-webkit-input-placeholder, .content form select::-webkit-input-placeholder, .content .bsui select::-webkit-input-placeholder, .gpnf-nested-form .gform_wrapper select::-webkit-input-placeholder, .gpnf-edit-form .gform_wrapper select::-webkit-input-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper select::-moz-placeholder, .content form select::-moz-placeholder, .content .bsui select::-moz-placeholder, .gpnf-nested-form .gform_wrapper select::-moz-placeholder, .gpnf-edit-form .gform_wrapper select::-moz-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper select:-moz-placeholder, .content form select:-moz-placeholder, .content .bsui select:-moz-placeholder, .gpnf-nested-form .gform_wrapper select:-moz-placeholder, .gpnf-edit-form .gform_wrapper select:-moz-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper select:-ms-input-placeholder, .content form select:-ms-input-placeholder, .content .bsui select:-ms-input-placeholder, .gpnf-nested-form .gform_wrapper select:-ms-input-placeholder, .gpnf-edit-form .gform_wrapper select:-ms-input-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper textarea::-webkit-input-placeholder, .content form textarea::-webkit-input-placeholder, .content .bsui textarea::-webkit-input-placeholder, .gpnf-nested-form .gform_wrapper textarea::-webkit-input-placeholder, .gpnf-edit-form .gform_wrapper textarea::-webkit-input-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper textarea::-moz-placeholder, .content form textarea::-moz-placeholder, .content .bsui textarea::-moz-placeholder, .gpnf-nested-form .gform_wrapper textarea::-moz-placeholder, .gpnf-edit-form .gform_wrapper textarea::-moz-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper textarea:-moz-placeholder, .content form textarea:-moz-placeholder, .content .bsui textarea:-moz-placeholder, .gpnf-nested-form .gform_wrapper textarea:-moz-placeholder, .gpnf-edit-form .gform_wrapper textarea:-moz-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper textarea:-ms-input-placeholder, .content form textarea:-ms-input-placeholder, .content .bsui textarea:-ms-input-placeholder, .gpnf-nested-form .gform_wrapper textarea:-ms-input-placeholder, .gpnf-edit-form .gform_wrapper textarea:-ms-input-placeholder {
    color: #5e5e5e;
    text-transform: none; }
  .content .gform_wrapper span.ginput_product_price, .content form span.ginput_product_price, .content .bsui span.ginput_product_price, .gpnf-nested-form .gform_wrapper span.ginput_product_price, .gpnf-edit-form .gform_wrapper span.ginput_product_price {
    color: #181E26; }
  
  .content .gform_wrapper select,
  .content form select,
  .content .bsui select,
  .gpnf-nested-form .gform_wrapper select,
  .gpnf-edit-form .gform_wrapper select {
    height: 54px;
    border-radius: 0;
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -moz-appearance: none;
    background-position: 93% center;
    background-repeat: no-repeat;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important; }
  .content .gform_wrapper .login-remember, .content form .login-remember, .content .bsui .login-remember, .gpnf-nested-form .gform_wrapper .login-remember, .gpnf-edit-form .gform_wrapper .login-remember {
    position: relative;
    width: auto;
    margin: 0;
    padding-left: 25px; }
    .content .gform_wrapper .login-remember input, .content form .login-remember input, .content .bsui .login-remember input, .gpnf-nested-form .gform_wrapper .login-remember input, .gpnf-edit-form .gform_wrapper .login-remember input {
      position: absolute;
      left: 0;
      top: 6px; }
  .content .gf_browser_chrome.gform_wrapper .ginput_complex .ginput_right select, .content form.gf_browser_chrome .ginput_complex .ginput_right select, .content .gf_browser_chrome.bsui .ginput_complex .ginput_right select, .gpnf-nested-form .gf_browser_chrome.gform_wrapper .ginput_complex .ginput_right select, .gpnf-edit-form .gf_browser_chrome.gform_wrapper .ginput_complex .ginput_right select,
  .content .gf_browser_chrome.gform_wrapper .ginput_complex select,
  .content form.gf_browser_chrome .ginput_complex select,
  .content .gf_browser_chrome.bsui .ginput_complex select,
  .gpnf-nested-form .gf_browser_chrome.gform_wrapper .ginput_complex select,
  .gpnf-edit-form .gf_browser_chrome.gform_wrapper .ginput_complex select {
    margin-top: 0; }
  .content .gform_wrapper input[type=radio], .content form input[type=radio], .content .bsui input[type=radio], .gpnf-nested-form .gform_wrapper input[type=radio], .gpnf-edit-form .gform_wrapper input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: auto !important; }
  .content .gform_wrapper input[type=checkbox], .content form input[type=checkbox], .content .bsui input[type=checkbox], .gpnf-nested-form .gform_wrapper input[type=checkbox], .gpnf-edit-form .gform_wrapper input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: auto !important; }
  .content .gform_wrapper .gform_footer, .content form .gform_footer, .content .bsui .gform_footer, .gpnf-nested-form .gform_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper .gform_footer {
    margin: 20px 0 30px 0;
    padding: 0;
    width: auto !important; }
    @media (max-width: 499px) {
      .content .gform_wrapper .gform_footer, .content form .gform_footer, .content .bsui .gform_footer, .gpnf-nested-form .gform_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper .gform_footer {
        text-align: center; } }
    .content .gform_wrapper .gform_footer .button__moving-gradient__button:hover, .content form .gform_footer .button__moving-gradient__button:hover, .content .bsui .gform_footer .button__moving-gradient__button:hover, .gpnf-nested-form .gform_wrapper .gform_footer .button__moving-gradient__button:hover, .gpnf-edit-form .gform_wrapper .gform_footer .button__moving-gradient__button:hover {
      --x: 130px;
      --y: 44px; }
  .content .gform_wrapper .gpnf-row-actions .edit a, .content form .gpnf-row-actions .edit a, .content .bsui .gpnf-row-actions .edit a, .gpnf-nested-form .gform_wrapper .gpnf-row-actions .edit a, .gpnf-edit-form .gform_wrapper .gpnf-row-actions .edit a {
    visibility: visible !important; }
  .content .gform_wrapper button[type=button], .content form button[type=button], .content .bsui button[type=button], .gpnf-nested-form .gform_wrapper button[type=button], .gpnf-edit-form .gform_wrapper button[type=button],
  .content .gform_wrapper input[type=button],
  .content form input[type=button],
  .content .bsui input[type=button],
  .gpnf-nested-form .gform_wrapper input[type=button],
  .gpnf-edit-form .gform_wrapper input[type=button],
  .content .gform_wrapper input[type=submit],
  .content form input[type=submit],
  .content .bsui input[type=submit],
  .gpnf-nested-form .gform_wrapper input[type=submit],
  .gpnf-edit-form .gform_wrapper input[type=submit],
  .content .gform_wrapper .gform_button[type=submit],
  .content form .gform_button[type=submit],
  .content .bsui .gform_button[type=submit],
  .gpnf-nested-form .gform_wrapper .gform_button[type=submit],
  .gpnf-edit-form .gform_wrapper .gform_button[type=submit] {
    width: auto !important;
    min-width: 210px;
    height: 54px;
    margin-right: 0 !important;
    background: #17458A;
    display: inline-block;
    position: relative;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.69px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 0 !important;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden; }
    @media (max-width: 767px) {
      .content .gform_wrapper button[type=button], .content form button[type=button], .content .bsui button[type=button], .gpnf-nested-form .gform_wrapper button[type=button], .gpnf-edit-form .gform_wrapper button[type=button],
      .content .gform_wrapper input[type=button],
      .content form input[type=button],
      .content .bsui input[type=button],
      .gpnf-nested-form .gform_wrapper input[type=button],
      .gpnf-edit-form .gform_wrapper input[type=button],
      .content .gform_wrapper input[type=submit],
      .content form input[type=submit],
      .content .bsui input[type=submit],
      .gpnf-nested-form .gform_wrapper input[type=submit],
      .gpnf-edit-form .gform_wrapper input[type=submit],
      .content .gform_wrapper .gform_button[type=submit],
      .content form .gform_button[type=submit],
      .content .bsui .gform_button[type=submit],
      .gpnf-nested-form .gform_wrapper .gform_button[type=submit],
      .gpnf-edit-form .gform_wrapper .gform_button[type=submit] {
        margin-right: -15px !important;
        margin-bottom: 0;
        min-height: 10px !important; } }
    @media (max-width: 499px) {
      .content .gform_wrapper button[type=button], .content form button[type=button], .content .bsui button[type=button], .gpnf-nested-form .gform_wrapper button[type=button], .gpnf-edit-form .gform_wrapper button[type=button],
      .content .gform_wrapper input[type=button],
      .content form input[type=button],
      .content .bsui input[type=button],
      .gpnf-nested-form .gform_wrapper input[type=button],
      .gpnf-edit-form .gform_wrapper input[type=button],
      .content .gform_wrapper input[type=submit],
      .content form input[type=submit],
      .content .bsui input[type=submit],
      .gpnf-nested-form .gform_wrapper input[type=submit],
      .gpnf-edit-form .gform_wrapper input[type=submit],
      .content .gform_wrapper .gform_button[type=submit],
      .content form .gform_button[type=submit],
      .content .bsui .gform_button[type=submit],
      .gpnf-nested-form .gform_wrapper .gform_button[type=submit],
      .gpnf-edit-form .gform_wrapper .gform_button[type=submit] {
        margin-right: auto !important;
        margin-left: auto; } }
  .content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .content form .field_sublabel_below .ginput_complex.ginput_container label, .content .bsui .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-nested-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-edit-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none; }
  .content .gform_wrapper .hide-field, .content form .hide-field, .content .bsui .hide-field, .gpnf-nested-form .gform_wrapper .hide-field, .gpnf-edit-form .gform_wrapper .hide-field {
    display: none !important; }
  .content .gform_wrapper .gform_fields .gfield.width-100, .content form .gform_fields .gfield.width-100, .content .bsui .gform_fields .gfield.width-100, .gpnf-nested-form .gform_wrapper .gform_fields .gfield.width-100, .gpnf-edit-form .gform_wrapper .gform_fields .gfield.width-100 {
    width: 100%; }
    .content .gform_wrapper .gform_fields .gfield.width-100 .ginput_container_textarea, .content form .gform_fields .gfield.width-100 .ginput_container_textarea, .content .bsui .gform_fields .gfield.width-100 .ginput_container_textarea, .gpnf-nested-form .gform_wrapper .gform_fields .gfield.width-100 .ginput_container_textarea, .gpnf-edit-form .gform_wrapper .gform_fields .gfield.width-100 .ginput_container_textarea {
      max-width: 600px; }
  @media only screen and (min-width: 641px) {
    .content .gform_wrapper .gform_fields .gfield.gf_left_third, .content form .gform_fields .gfield.gf_left_third, .content .bsui .gform_fields .gfield.gf_left_third, .gpnf-nested-form .gform_wrapper .gform_fields .gfield.gf_left_third, .gpnf-edit-form .gform_wrapper .gform_fields .gfield.gf_left_third, .content .gform_wrapper .gform_fields .gfield.gf_middle_third, .content form .gform_fields .gfield.gf_middle_third, .content .bsui .gform_fields .gfield.gf_middle_third, .gpnf-nested-form .gform_wrapper .gform_fields .gfield.gf_middle_third, .gpnf-edit-form .gform_wrapper .gform_fields .gfield.gf_middle_third, .content .gform_wrapper .gform_fields .gfield.gf_last_third, .content form .gform_fields .gfield.gf_last_third, .content .bsui .gform_fields .gfield.gf_last_third, .gpnf-nested-form .gform_wrapper .gform_fields .gfield.gf_last_third, .gpnf-edit-form .gform_wrapper .gform_fields .gfield.gf_last_third {
      display: inline-block !important;
      width: 33% !important; } }
  .content .gform_wrapper .gform_fields .gfield.width-auto-inline, .content form .gform_fields .gfield.width-auto-inline, .content .bsui .gform_fields .gfield.width-auto-inline, .gpnf-nested-form .gform_wrapper .gform_fields .gfield.width-auto-inline, .gpnf-edit-form .gform_wrapper .gform_fields .gfield.width-auto-inline {
    width: auto !important;
    display: inline-block !important; }
  @media (max-width: 767px) {
    .content .gform_wrapper .gform_fields li.gfield, .content form .gform_fields li.gfield, .content .bsui .gform_fields li.gfield, .gpnf-nested-form .gform_wrapper .gform_fields li.gfield, .gpnf-edit-form .gform_wrapper .gform_fields li.gfield {
      padding-right: 0; } }
  .content .gform_wrapper .gform_fields label, .content form .gform_fields label, .content .bsui .gform_fields label, .gpnf-nested-form .gform_wrapper .gform_fields label, .gpnf-edit-form .gform_wrapper .gform_fields label {
    font-family: "effra";
    font-size: 19px;
    line-height: 32px;
    font-style: normal;
    font-weight: normal;
    color: #181E26; }
  .content .gform_wrapper .gform_fields #field_17_23 label, .content form .gform_fields #field_17_23 label, .content .bsui .gform_fields #field_17_23 label, .gpnf-nested-form .gform_wrapper .gform_fields #field_17_23 label, .gpnf-edit-form .gform_wrapper .gform_fields #field_17_23 label {
    min-height: 64px; }
  .content .gform_wrapper .gform_fields .ginput_container_checkbox label, .content form .gform_fields .ginput_container_checkbox label, .content .bsui .gform_fields .ginput_container_checkbox label, .gpnf-nested-form .gform_wrapper .gform_fields .ginput_container_checkbox label, .gpnf-edit-form .gform_wrapper .gform_fields .ginput_container_checkbox label {
    display: block;
    max-width: none !important; }
  .content .gform_wrapper .gform_fields textarea, .content form .gform_fields textarea, .content .bsui .gform_fields textarea, .gpnf-nested-form .gform_wrapper .gform_fields textarea, .gpnf-edit-form .gform_wrapper .gform_fields textarea {
    height: 192px; }
  .content .gform_wrapper .gfield_date_year input, .content form .gfield_date_year input, .content .bsui .gfield_date_year input, .gpnf-nested-form .gform_wrapper .gfield_date_year input, .gpnf-edit-form .gform_wrapper .gfield_date_year input {
    min-width: 86px; }
  .content .gform_wrapper .gfield.gsection, .content form .gfield.gsection, .content .bsui .gfield.gsection, .gpnf-nested-form .gform_wrapper .gfield.gsection, .gpnf-edit-form .gform_wrapper .gfield.gsection {
    width: 100%;
    padding-top: 20px; }
  .content .gform_wrapper .gsection_title, .content form .gsection_title, .content .bsui .gsection_title, .gpnf-nested-form .gform_wrapper .gsection_title, .gpnf-edit-form .gform_wrapper .gsection_title {
    font-weight: normal !important;
    padding-bottom: 24px !important; }
  .content .gform_wrapper img[id*="resetbutton"], .content form img[id*="resetbutton"], .content .bsui img[id*="resetbutton"], .gpnf-nested-form .gform_wrapper img[id*="resetbutton"], .gpnf-edit-form .gform_wrapper img[id*="resetbutton"] {
    min-width: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: none !important; }
  .content .gform_wrapper table.gfield_list thead th, .content form table.gfield_list thead th, .content .bsui table.gfield_list thead th, .gpnf-nested-form .gform_wrapper table.gfield_list thead th, .gpnf-edit-form .gform_wrapper table.gfield_list thead th {
    font-weight: normal !important;
    font-size: 16px;
    line-height: 1.1; }
  .content .gform_wrapper #field_13_9, .content form #field_13_9, .content .bsui #field_13_9, .gpnf-nested-form .gform_wrapper #field_13_9, .gpnf-edit-form .gform_wrapper #field_13_9 {
    width: 100%; }
  .content .gform_wrapper #field_13_10, .content form #field_13_10, .content .bsui #field_13_10, .gpnf-nested-form .gform_wrapper #field_13_10, .gpnf-edit-form .gform_wrapper #field_13_10 {
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin: 20px 0 0 0;
    padding: 0; }
  .content .gform_wrapper .ginput_container .ginput_container, .content form .ginput_container .ginput_container, .content .bsui .ginput_container .ginput_container, .gpnf-nested-form .gform_wrapper .ginput_container .ginput_container, .gpnf-edit-form .gform_wrapper .ginput_container .ginput_container {
    margin-top: 0; }
  .content .gform_wrapper .ginput_complex input, .content form .ginput_complex input, .content .bsui .ginput_complex input, .gpnf-nested-form .gform_wrapper .ginput_complex input, .gpnf-edit-form .gform_wrapper .ginput_complex input {
    margin-bottom: 20px; }
  .content .gform_wrapper .ginput_container_radio li, .content form .ginput_container_radio li, .content .bsui .ginput_container_radio li, .gpnf-nested-form .gform_wrapper .ginput_container_radio li, .gpnf-edit-form .gform_wrapper .ginput_container_radio li {
    position: relative; }
    .content .gform_wrapper .ginput_container_radio li label, .content form .ginput_container_radio li label, .content .bsui .ginput_container_radio li label, .gpnf-nested-form .gform_wrapper .ginput_container_radio li label, .gpnf-edit-form .gform_wrapper .ginput_container_radio li label {
      padding-left: 22px; }
    .content .gform_wrapper .ginput_container_radio li input, .content form .ginput_container_radio li input, .content .bsui .ginput_container_radio li input, .gpnf-nested-form .gform_wrapper .ginput_container_radio li input, .gpnf-edit-form .gform_wrapper .ginput_container_radio li input {
      position: absolute;
      left: 1px;
      top: 3px; }
  .content .gform_wrapper .ginput_container_checkbox ul, .content form .ginput_container_checkbox ul, .content .bsui .ginput_container_checkbox ul, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul {
    width: 100% !important; }
    .content .gform_wrapper .ginput_container_checkbox ul li, .content form .ginput_container_checkbox ul li, .content .bsui .ginput_container_checkbox ul li, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li {
      width: 100%;
      margin: 20px 100px 10px 100px;
      position: relative;
      text-align: left; }
      .content .gform_wrapper .ginput_container_checkbox ul li label, .content form .ginput_container_checkbox ul li label, .content .bsui .ginput_container_checkbox ul li label, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label {
        cursor: pointer;
        width: 100%;
        min-height: 36px;
        padding-right: 0;
        padding-left: 56px;
        padding-top: 4px;
        font-weight: 300 !important;
        max-width: 100%; }
        @media (max-width: 767px) {
          .content .gform_wrapper .ginput_container_checkbox ul li label, .content form .ginput_container_checkbox ul li label, .content .bsui .ginput_container_checkbox ul li label, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label {
            font-size: 16px;
            min-height: 52px; } }
        .content .gform_wrapper .ginput_container_checkbox ul li label:before, .content form .ginput_container_checkbox ul li label:before, .content .bsui .ginput_container_checkbox ul li label:before, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label:before, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label:before {
          content: '';
          background-color: #fff;
          border: 1px solid #a0a0a0;
          position: absolute;
          top: 0;
          left: 0;
          width: 36px;
          height: 36px;
          display: block; }
          @media (max-width: 767px) {
            .content .gform_wrapper .ginput_container_checkbox ul li label:before, .content form .ginput_container_checkbox ul li label:before, .content .bsui .ginput_container_checkbox ul li label:before, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label:before, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label:before {
              top: 10px; } }
        .content .gform_wrapper .ginput_container_checkbox ul li label:after, .content form .ginput_container_checkbox ul li label:after, .content .bsui .ginput_container_checkbox ul li label:after, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label:after, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label:after {
          opacity: 0.2;
          content: '';
          position: absolute;
          width: 14px;
          height: 8px;
          background: transparent;
          top: 12px;
          left: 11px;
          border: 3px solid #17458A;
          border-top: none;
          border-right: none;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media (max-width: 767px) {
            .content .gform_wrapper .ginput_container_checkbox ul li label:after, .content form .ginput_container_checkbox ul li label:after, .content .bsui .ginput_container_checkbox ul li label:after, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label:after, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label:after {
              top: 22px; } }
      .content .gform_wrapper .ginput_container_checkbox ul li label:hover::after, .content form .ginput_container_checkbox ul li label:hover::after, .content .bsui .ginput_container_checkbox ul li label:hover::after, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li label:hover::after, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li label:hover::after {
        opacity: 0.5; }
      .content .gform_wrapper .ginput_container_checkbox ul li input, .content form .ginput_container_checkbox ul li input, .content .bsui .ginput_container_checkbox ul li input, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li input, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li input {
        visibility: hidden;
        display: none; }
      .content .gform_wrapper .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after, .content form .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after, .content .bsui .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after, .gpnf-nested-form .gform_wrapper .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after {
        opacity: 1; }
  .content .gform_wrapper .split-50 .ginput_container_checkbox ul li, .content form .split-50 .ginput_container_checkbox ul li, .content .bsui .split-50 .ginput_container_checkbox ul li, .gpnf-nested-form .gform_wrapper .split-50 .ginput_container_checkbox ul li, .gpnf-edit-form .gform_wrapper .split-50 .ginput_container_checkbox ul li {
    width: 150px !important;
    margin: 0 0 10px 0px;
    display: inline-block; }
  .content .gform_wrapper .ginput_recaptcha, .content form .ginput_recaptcha, .content .bsui .ginput_recaptcha, .gpnf-nested-form .gform_wrapper .ginput_recaptcha, .gpnf-edit-form .gform_wrapper .ginput_recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px 45px 15px; }
    @media (max-width: 479px) {
      .content .gform_wrapper .ginput_recaptcha, .content form .ginput_recaptcha, .content .bsui .ginput_recaptcha, .gpnf-nested-form .gform_wrapper .ginput_recaptcha, .gpnf-edit-form .gform_wrapper .ginput_recaptcha {
        padding: 0 0 45px 15px; }
        .content .gform_wrapper .ginput_recaptcha iframe, .content form .ginput_recaptcha iframe, .content .bsui .ginput_recaptcha iframe, .gpnf-nested-form .gform_wrapper .ginput_recaptcha iframe, .gpnf-edit-form .gform_wrapper .ginput_recaptcha iframe {
          max-width: 285px; } }
  .content .gform_validation_error.gform_wrapper div.validation_error, .content form.gform_validation_error div.validation_error, .content .gform_validation_error.bsui div.validation_error, .gpnf-nested-form .gform_validation_error.gform_wrapper div.validation_error, .gpnf-edit-form .gform_validation_error.gform_wrapper div.validation_error {
    text-align: left !important;
    border: none !important;
    padding: 0 !important; }
  .content .gform_validation_error.gform_wrapper li.gfield.gfield_error, .content form.gform_validation_error li.gfield.gfield_error, .content .gform_validation_error.bsui li.gfield.gfield_error, .gpnf-nested-form .gform_validation_error.gform_wrapper li.gfield.gfield_error, .gpnf-edit-form .gform_validation_error.gform_wrapper li.gfield.gfield_error, .content .gform_validation_error.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .content form.gform_validation_error li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .content .gform_validation_error.bsui li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gpnf-nested-form .gform_validation_error.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gpnf-edit-form .gform_validation_error.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .content .gform_validation_error.gform_wrapper .gform_fields .gfield.form__input .ginput_container input, .content form.gform_validation_error .gform_fields .gfield.form__input .ginput_container input, .content .gform_validation_error.bsui .gform_fields .gfield.form__input .ginput_container input, .gpnf-nested-form .gform_validation_error.gform_wrapper .gform_fields .gfield.form__input .ginput_container input, .gpnf-edit-form .gform_validation_error.gform_wrapper .gform_fields .gfield.form__input .ginput_container input,
  .content .gform_validation_error.gform_wrapper .gform_fields .gfield.form__textarea .ginput_container textarea,
  .content form.gform_validation_error .gform_fields .gfield.form__textarea .ginput_container textarea,
  .content .gform_validation_error.bsui .gform_fields .gfield.form__textarea .ginput_container textarea,
  .gpnf-nested-form .gform_validation_error.gform_wrapper .gform_fields .gfield.form__textarea .ginput_container textarea,
  .gpnf-edit-form .gform_validation_error.gform_wrapper .gform_fields .gfield.form__textarea .ginput_container textarea {
    font-size: 20px !important; }
  .content .gform_validation_error.gform_wrapper .form__textarea .gfield_description, .content form.gform_validation_error .form__textarea .gfield_description, .content .gform_validation_error.bsui .form__textarea .gfield_description, .gpnf-nested-form .gform_validation_error.gform_wrapper .form__textarea .gfield_description, .gpnf-edit-form .gform_validation_error.gform_wrapper .form__textarea .gfield_description {
    margin-bottom: 20px !important; }
  .content .gform_wrapper .gform_page_footer, .content form .gform_page_footer, .content .bsui .gform_page_footer, .gpnf-nested-form .gform_wrapper .gform_page_footer, .gpnf-edit-form .gform_wrapper .gform_page_footer {
    padding-bottom: 115px;
    position: relative; }
    .content .gform_wrapper .gform_page_footer .gform_button[type=image], .content form .gform_page_footer .gform_button[type=image], .content .bsui .gform_page_footer .gform_button[type=image], .gpnf-nested-form .gform_wrapper .gform_page_footer .gform_button[type=image], .gpnf-edit-form .gform_wrapper .gform_page_footer .gform_button[type=image] {
      position: absolute;
      bottom: 10px;
      left: 0; }
  .content .gform_wrapper .gform_save_link, .content form .gform_save_link, .content .bsui .gform_save_link, .gpnf-nested-form .gform_wrapper .gform_save_link, .gpnf-edit-form .gform_wrapper .gform_save_link {
    font-size: 19px !important;
    line-height: 1.1 !important;
    font-weight: bold; }
  .content .gform_wrapper .form_saved_message p, .content form .form_saved_message p, .content .bsui .form_saved_message p, .gpnf-nested-form .gform_wrapper .form_saved_message p, .gpnf-edit-form .gform_wrapper .form_saved_message p {
    color: #fff !important;
    text-align: left !important; }
  .content .gform_wrapper .form_saved_message p.resume_form_link_wrapper, .content form .form_saved_message p.resume_form_link_wrapper, .content .bsui .form_saved_message p.resume_form_link_wrapper, .gpnf-nested-form .gform_wrapper .form_saved_message p.resume_form_link_wrapper, .gpnf-edit-form .gform_wrapper .form_saved_message p.resume_form_link_wrapper {
    display: block !important;
    border: solid #17458A 1px !important; }
  .content .gform_wrapper .form_saved_message form, .content form .form_saved_message form, .content .bsui .form_saved_message form, .gpnf-nested-form .gform_wrapper .form_saved_message form, .gpnf-edit-form .gform_wrapper .form_saved_message form {
    text-align: left !important; }
  .content .gform_wrapper div.form_saved_message div.form_saved_message_emailform form input, .content form div.form_saved_message div.form_saved_message_emailform form input, .content .bsui div.form_saved_message div.form_saved_message_emailform form input, .gpnf-nested-form .gform_wrapper div.form_saved_message div.form_saved_message_emailform form input, .gpnf-edit-form .gform_wrapper div.form_saved_message div.form_saved_message_emailform form input {
    margin: 0 !important;
    border: solid #17458A 1px !important; }
  .content .gform_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit], .content form div.form_saved_message div.form_saved_message_emailform form input[type=submit], .content .bsui div.form_saved_message div.form_saved_message_emailform form input[type=submit], .gpnf-nested-form .gform_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit], .gpnf-edit-form .gform_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    margin-top: 35px !important;
    background: #C7D846 !important;
    border: solid #C7D846 1px !important;
    padding: 0 !important; }
  .content .gform_wrapper input#gform_send_resume_link_button_11, .content form input#gform_send_resume_link_button_11, .content .bsui input#gform_send_resume_link_button_11, .gpnf-nested-form .gform_wrapper input#gform_send_resume_link_button_11, .gpnf-edit-form .gform_wrapper input#gform_send_resume_link_button_11 {
    background-color: #17458A !important;
    border: none !important;
    line-height: 0px !important; }
  .content .gform_wrapper .form_saved_message, .content form .form_saved_message, .content .bsui .form_saved_message, .gpnf-nested-form .gform_wrapper .form_saved_message, .gpnf-edit-form .gform_wrapper .form_saved_message,
  .content .gform_wrapper .form_saved_message_sent,
  .content form .form_saved_message_sent,
  .content .bsui .form_saved_message_sent,
  .gpnf-nested-form .gform_wrapper .form_saved_message_sent,
  .gpnf-edit-form .gform_wrapper .form_saved_message_sent {
    background: -webkit-gradient(linear, left bottom, right top, from(#56ABC3), to(#17458A)) !important;
    color: #fff !important; }
  
  .content .gform_wrapper .form_saved_message_sent,
  .content form .form_saved_message_sent,
  .content .bsui .form_saved_message_sent,
  .gpnf-nested-form .gform_wrapper .form_saved_message_sent,
  .gpnf-edit-form .gform_wrapper .form_saved_message_sent {
    background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A)) !important;
    background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%) !important;
    /* color: #fff; */ }

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 8px; }

#gform_2 .gfield {
  display: inline-block; }
  #gform_2 .gfield.gfield--width-full {
    width: 100%;
    max-width: 450px;
    display: block; }

.form_saved_message,
.form_saved_message_sent {
  color: #fff !important;
  background: -webkit-gradient(linear, left bottom, right top, from(#56ABC3), to(#17458A)) !important; }
  .form_saved_message p,
  .form_saved_message_sent p {
    color: #fff !important; }

.gform_wrapper .validation_message {
  color: #ff0000 !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff0000 !important; }

.content.narrow {
  max-width: 900px;
  margin: 0 auto; }

.content.gray {
  padding-top: 60px;
  background: #EFEFEF; }

.content.narrow-type2 .container {
  padding-left: 115px;
  padding-right: 115px; }
  @media (max-width: 1024px) {
    .content.narrow-type2 .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .content.narrow-type2 .container {
      padding-left: 25px;
      padding-right: 25px; } }

.content h1, .content .h1,
.content h2, .content .h2,
.content h3, .content .h3,
.content h4, .content .h4 {
  color: #17458A;
  text-transform: none;
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
  opacity: 1;
  display: block; }

.content h1, .content .h1,
.content h2, .content .h2 {
  font-size: 48px;
  /* 48px */
  font-size: 48px;
  font-size: 3rem;
  /* 48px */
  line-height: 1.125;
  /* 54px */ }
  @media (max-width: 767px) {
    .content h1, .content .h1,
    .content h2, .content .h2 {
      font-size: 40px;
      /* 40px */
      font-size: 2.5rem;
      /* 40px */
      line-height: 1.1;
      /* 44px */ } }
  @media (max-width: 479px) {
    .content h1, .content .h1,
    .content h2, .content .h2 {
      font-size: 32px;
      /* 32px */
      font-size: 2rem;
      /* 32px */
      line-height: 1.125;
      /* 36px */ } }

.content .h1--single--article {
  font-size: 60px;
  /* 60px */
  font-size: 60px;
  font-size: 3.75rem;
  /* 60px */
  line-height: 1.1;
  /* 66px */
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 1023px) {
    .content .h1--single--article {
      font-size: 56px;
      /* 56px */
      font-size: 3.5rem;
      /* 56px */
      line-height: 1.07143;
      /* 60px */ } }
  @media (max-width: 767px) {
    .content .h1--single--article {
      font-size: 40px;
      /* 40px */
      font-size: 2.5rem;
      /* 40px */
      line-height: 1.1;
      /* 44px */ } }
  @media (max-width: 479px) {
    .content .h1--single--article {
      font-size: 34px;
      /* 34px */
      font-size: 2.125rem;
      /* 34px */
      line-height: 1.11765;
      /* 38px */ } }

.content .strip--title {
  padding-top: 30px;
  padding-bottom: 25px; }

.content h3, .content .h3 {
  font-size: 38px;
  /* 38px */
  font-size: 38px;
  font-size: 2.375rem;
  /* 38px */
  line-height: 1.15789;
  /* 44px */ }
  @media (max-width: 479px) {
    .content h3, .content .h3 {
      font-size: 32px;
      /* 32px */
      font-size: 2rem;
      /* 32px */
      line-height: 1.125;
      /* 36px */ } }

.content h4, .content .h4 {
  font-size: 32px;
  /* 32px */
  font-size: 32px;
  font-size: 2rem;
  /* 32px */
  line-height: 1.25;
  /* 40px */ }

@media (max-width: 991px) {
  .content .form-title {
    margin-top: 50px; } }

.content .admissionsEnquiry h1, .content .admissionsEnquiry .h1, .content .admissionsEnquiry h2, .content .admissionsEnquiry .h2 {
  color: #17458A !important;
  font-weight: 300 !important; }

.content p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "effra";
  font-style: normal;
  font-weight: normal; }
  @media (max-width: 767px) {
    .content p {
      font-size: 1.0625rem;
      line-height: 1.625rem; } }
  .content p .lead {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 33px;
    line-height: 2.0625rem;
    color: #17458A;
    display: block;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .content p .lead {
        font-size: 1.25rem;
        line-height: 1.875rem; } }
  .content p .light--blue {
    color: #56ABC3; }
    .content p .light--blue.block {
      display: block; }

.content .contact-style address,
.content .contact-style p {
  font-family: "effra";
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 32px;
  line-height: 2rem;
  font-style: normal;
  font-weight: normal;
  color: #181E26; }
  @media (max-width: 767px) {
    .content .contact-style address,
    .content .contact-style p {
      font-size: 1.0625rem;
      line-height: 1.6875rem; } }
  .content .contact-style address a,
  .content .contact-style p a {
    color: #C7D846; }
    .content .contact-style address a.tel,
    .content .contact-style p a.tel {
      color: #181E26; }

.content ul li,
.content ol li {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "effra";
  font-style: normal;
  font-weight: normal; }
  @media (max-width: 767px) {
    .content ul li,
    .content ol li {
      font-size: 1.0625rem; } }

.content ul {
  list-style: none;
  margin: 30px 0 30px 20px;
  padding: 0;
  display: block; }
  .content ul li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    list-style-position: inside; }
    @media (max-width: 767px) {
      .content ul li {
        font-size: 1.0625rem; } }
    .content ul li:after {
      content: '';
      width: 7px;
      height: 7px;
      display: block;
      background: #56ABC3;
      left: 12px;
      top: 10px;
      display: block;
      position: absolute;
      border-radius: 6px; }

@media (max-width: 1023px) {
  .content .container .col-lg-6 ul {
    margin: 10px 0 10px 20px; }
    .content .container .col-lg-6 ul:last-child {
      margin: 0 0 10px 20px; } }

.content ol {
  margin: 30px 0 30px 50px;
  padding: 0;
  display: block;
  list-style-position: outside; }
  .content ol li {
    position: relative;
    padding: 0 0 0 5px;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      .content ol li {
        font-size: 1.0625rem; } }

@media (max-width: 1023px) {
  .content .container .col-lg-6 ol {
    margin: 10px 0 10px 50px; }
    .content .container .col-lg-6 ol:last-child {
      margin: 0 0 10px 20px; } }

.content .gallery {
  margin: 15px 0 !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content .gallery li {
    margin: 15px 0;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    float: none !important; }
    .content .gallery li:after {
      display: none; }
    .content .gallery li a {
      padding-right: 15px;
      padding-left: 15px;
      display: inline-block; }
    @media (min-width: 768px) {
      .content .gallery li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .content .gallery li img {
      margin: 0;
      padding: 0;
      border: none !important; }
  @media (min-width: 768px) {
    .content .gallery.gallery-columns-1 li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .content .gallery.gallery-columns-2 li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .content .gallery.gallery-columns-3 li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .content .gallery.gallery-columns-4 li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .content .gallery.gallery-columns-5 li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

.content blockquote {
  font-size: 32px;
  /* 32px */
  font-size: 32px;
  font-size: 2rem;
  /* 32px */
  line-height: 1.28125;
  /* 41px */
  color: #17458A;
  margin: 40px 0;
  font-weight: 300; }
  @media (min-width: 1101px) {
    .content blockquote {
      padding-right: 100px; } }
  @media (max-width: 767px) {
    .content blockquote {
      font-size: 26px;
      /* 26px */
      font-size: 1.625rem;
      /* 26px */
      line-height: 1.30769;
      /* 34px */ } }
  .content blockquote p {
    font-size: 32px;
    /* 32px */
    font-size: 32px;
    font-size: 2rem;
    /* 32px */
    line-height: 1.28125;
    /* 41px */
    color: #17458A;
    font-weight: 300; }
    @media (max-width: 767px) {
      .content blockquote p {
        font-size: 26px;
        /* 26px */
        font-size: 1.625rem;
        /* 26px */
        line-height: 1.30769;
        /* 34px */ } }
    .content blockquote p:last-child {
      color: #181E26;
      font-size: 15px;
      /* 15px */
      font-size: 15px;
      font-size: 0.9375rem;
      /* 15px */
      line-height: 1.8;
      /* 27px */
      font-weight: 600; }

.content .button__moving-gradient {
  margin: 30px 30px 30px 0; }
  .content .button__moving-gradient a {
    min-width: 212px; }

.content iframe {
  width: 100%; }

.content div:not(.gform_wrapper) > form input,
.content div:not(.gform_wrapper) > form select,
.content div:not(.gform_wrapper) > form textarea {
  max-width: 500px !important;
  display: block;
  margin-bottom: 0;
  background: #fff;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #5e5e5e !important;
  padding: 12px 12px 12px 18px !important;
  border: 1px solid #a0a0a0 !important;
  font-weight: 400;
  outline: 0;
  border-radius: 0;
  width: 100% !important;
  -webkit-appearance: none; }
  .content div:not(.gform_wrapper) > form input:focus,
  .content div:not(.gform_wrapper) > form select:focus,
  .content div:not(.gform_wrapper) > form textarea:focus {
    border: 1px solid #17458A; }
  .content div:not(.gform_wrapper) > form input:hover, .content div:not(.gform_wrapper) > form input:focus, .content div:not(.gform_wrapper) > form input:active,
  .content div:not(.gform_wrapper) > form select:hover,
  .content div:not(.gform_wrapper) > form select:focus,
  .content div:not(.gform_wrapper) > form select:active,
  .content div:not(.gform_wrapper) > form textarea:hover,
  .content div:not(.gform_wrapper) > form textarea:focus,
  .content div:not(.gform_wrapper) > form textarea:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.content div:not(.gform_wrapper) > form input[type=checkbox] {
  -webkit-appearance: checkbox; }

.content div:not(.gform_wrapper) > form .checkbox-wrap {
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px; }
  .content div:not(.gform_wrapper) > form .checkbox-wrap input {
    position: absolute;
    top: 4px;
    left: 0; }

.content div:not(.gform_wrapper) > form input[type=submit] {
  margin-top: 20px;
  max-width: 250px !important;
  padding: 24px 50px !important;
  line-height: 20px !important;
  display: block; }

.content div:not(.gform_wrapper) > form #wp-submit,
.content div:not(.gform_wrapper) > form button[type=submit],
.content div:not(.gform_wrapper) > form .btn-block,
.content div:not(.gform_wrapper) > form .btn-block[type=submit] {
  width: auto !important;
  min-width: 210px;
  height: 54px;
  margin-right: 0 !important;
  background: #17458A;
  color: #fff !important;
  border: none !important;
  display: inline-block;
  position: relative;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 0.69px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 0 !important;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 0; }
  .content div:not(.gform_wrapper) > form #wp-submit:hover,
  .content div:not(.gform_wrapper) > form button[type=submit]:hover,
  .content div:not(.gform_wrapper) > form .btn-block:hover,
  .content div:not(.gform_wrapper) > form .btn-block[type=submit]:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.content div:not(.gform_wrapper) > form button.btn-block {
  margin-top: 10px; }

.content .content-img-wrap {
  position: relative; }

.content img {
  margin: 40px 0 50px 0;
  min-width: 100%;
  height: auto; }
  .content img.alignleft, .content img.alignright {
    min-width: 50px;
    max-width: 100%; }
  @media (min-width: 768px) {
    .content img {
      width: 100%;
      height: auto; }
      .content img.alignleft, .content img.alignright {
        width: auto;
        max-width: 100%; } }
  @media (max-width: 479px) {
    .content img.thumbnail {
      width: 100%; } }
  @media (min-width: 1281px) {
    .content img.alignnone {
      width: calc(100% + 200px);
      margin-left: -100px;
      max-width: none;
      max-width: initial; } }
  .content img.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .content img.alignright {
    float: right;
    margin: 5px 0 20px 30px; }
    @media (max-width: 767px) {
      .content img.alignright {
        margin: 10px 0 25px 0;
        float: none; } }
  .content img.alignleft {
    float: left;
    margin: 5px 30px 20px 0; }
    @media (max-width: 767px) {
      .content img.alignleft {
        margin: 10px 0 25px 0;
        float: none; } }
  .content img.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }

.content:not(.map-contain) img {
  -webkit-box-shadow: 0 4px 10px 0 rgba(23, 69, 138, .5), 0 4px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 10px 0 rgba(23, 69, 138, .5), 0 4px 10px 0 rgba(0, 0, 0, .25); }

.content a img .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.content a img.alignnone {
  margin: 5px 20px 20px 0; }

.content a img .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.content .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.content .bg--wrap {
  position: relative;
  margin: 45px 0 45px 0; }
  .content .bg--wrap--image {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9; }

.content.single--article .bg--wrap--image {
  min-height: 530px; }
  @media (max-width: 1023px) {
    .content.single--article .bg--wrap--image {
      min-height: 400px; } }
  @media (max-width: 767px) {
    .content.single--article .bg--wrap--image {
      min-height: 300px; } }

.content.single--article .post--date {
  text-align: center;
  font-size: 12px;
  /* 12px */
  font-size: 12px;
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.16667;
  /* 14px */
  position: relative;
  opacity: 1;
  display: block;
  text-transform: uppercase;
  font-weight: bold; }
  .content.single--article .post--date > span {
    margin-top: 10px;
    padding: 0 7px !important; }
  .content.single--article .post--date span {
    display: inline-block;
    color: #17458A;
    background: #C7D846;
    padding: 2px 2px; }
  .content.single--article .post--date time {
    font-size: 19px;
    /* 19px */
    font-size: 19px;
    font-size: 1.1875rem;
    /* 19px */
    line-height: 1.21053;
    /* 23px */
    color: #56ABC3;
    font-weight: 300; }
    @media (max-width: 767px) {
      .content.single--article .post--date time {
        font-size: 17px;
        /* 17px */
        font-size: 1.0625rem;
        /* 17px */
        line-height: 1.23529;
        /* 21px */ } }

.content.single--article .social--share {
  margin: 50px 0 20px 0; }

.content.single--article .social--share .h4,
.content.single--article .heateor_sss_sharing_container .h4 {
  font-size: 28px;
  /* 28px */
  font-size: 28px;
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.21429;
  /* 34px */
  margin-bottom: 15px;
  display: block;
  font-weight: 300; }

.content.single--article .social--share ul,
.content.single--article .heateor_sss_sharing_container ul {
  list-style: none; }
  .content.single--article .social--share ul li,
  .content.single--article .heateor_sss_sharing_container ul li {
    margin-right: 8px !important;
    overflow: hidden; }
    .content.single--article .social--share ul li:after,
    .content.single--article .heateor_sss_sharing_container ul li:after {
      display: none !important; }
    .content.single--article .social--share ul li .heateorSssSharing,
    .content.single--article .heateor_sss_sharing_container ul li .heateorSssSharing {
      background: none; }
      .content.single--article .social--share ul li .heateorSssSharing .heateorSssSharingSvg,
      .content.single--article .heateor_sss_sharing_container ul li .heateorSssSharing .heateorSssSharingSvg {
        width: 90%;
        height: 90%;
        margin-left: 2px;
        margin-top: 2px; }
      .content.single--article .social--share ul li .heateorSssSharing::before,
      .content.single--article .heateor_sss_sharing_container ul li .heateorSssSharing::before {
        --size: 100px;
        content: '';
        position: absolute;
        left: calc(-1 * var(--size) / 2);
        top: calc(-1 * var(--size) / 2);
        width: var(--size);
        height: var(--size);
        background-color: #56ABC3;
        background-image: radial-gradient(circle closest-side, #17458A, #56ABC3);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate(var(--x), var(--y));
        transform: translate(var(--x), var(--y));
        opacity: 1;
        z-index: -1; }
      .content.single--article .social--share ul li .heateorSssSharing:after,
      .content.single--article .heateor_sss_sharing_container ul li .heateorSssSharing:after {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        content: '';
        width: 15px;
        height: 22px;
        margin-left: -8px;
        margin-top: -11px;
        left: 50%;
        top: 50%;
        display: block;
        z-index: -1; }

.content.single--article .social--share a,
.content.single--article .heateor_sss_sharing_container a {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #56ABC3;
  margin-right: 10px;
  overflow: hidden; }
  .content.single--article .social--share a::before,
  .content.single--article .heateor_sss_sharing_container a::before {
    --size: 100px;
    content: '';
    position: absolute;
    left: calc(-1 * var(--size) / 2);
    top: calc(-1 * var(--size) / 2);
    width: var(--size);
    height: var(--size);
    background-color: #56ABC3;
    background-image: radial-gradient(circle closest-side, #17458A, #56ABC3);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate(var(--x), var(--y));
    transform: translate(var(--x), var(--y));
    opacity: 1; }
  .content.single--article .social--share a:after,
  .content.single--article .heateor_sss_sharing_container a:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
    width: 15px;
    height: 22px;
    margin-left: -8px;
    margin-top: -11px;
    left: 50%;
    top: 50%;
    display: block; }
  .content.single--article .social--share a.facebook:after,
  .content.single--article .heateor_sss_sharing_container a.facebook:after {
    background-image: url(../img/facebook_share.svg);
    width: 9px;
    height: 20px;
    margin-left: -5px;
    margin-top: -10px; }
  .content.single--article .social--share a.twitter:after,
  .content.single--article .heateor_sss_sharing_container a.twitter:after {
    background-image: url(../img/twitter_share.svg);
    width: 15px;
    height: 22px;
    margin-left: -7px;
    margin-top: -11px; }
  .content.single--article .social--share a.mail:after,
  .content.single--article .heateor_sss_sharing_container a.mail:after {
    background-image: url(../img/mail_share.svg); }
  .content.single--article .social--share a.linkedin:after,
  .content.single--article .heateor_sss_sharing_container a.linkedin:after {
    background-image: url(../img/linkedin_share.svg); }

.gpnf-nested-form .gform_wrapper ul li.gfield:first-child,
.gpnf-edit-form .gform_wrapper ul li.gfield:first-child {
  margin-top: 16px !important; }

@media (max-width: 1439px) {
  section.intro-strip,
  section.content,
  section.strip {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 1279px) {
  section.intro-strip,
  section.content,
  section.strip {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 1099px) {
  section.intro-strip,
  section.content,
  section.strip {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  .inline-gallery {
    /*margin-bottom: 70px;*/ } }

.inline-gallery .owl-stage-outer {
  overflow: visible;
  margin-left: -300px; }
  @media (max-width: 1279px) {
    .inline-gallery .owl-stage-outer {
      margin-left: -200px; } }
  @media (max-width: 1023px) {
    .inline-gallery .owl-stage-outer {
      margin-left: 50px; } }

.inline-gallery .gallery-teaser {
  width: 600px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  margin-left: 25px;
  margin-right: 25px; }
  @media (max-width: 1279px) {
    .inline-gallery .gallery-teaser {
      width: 400px;
      height: 280px; } }
  @media (max-width: 1023px) {
    .inline-gallery .gallery-teaser {
      width: 300px;
      height: 240px;
      margin-left: 0px;
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .inline-gallery .gallery-teaser {
      width: 260px;
      height: 190px; } }

.embed-videos .row {
  margin-right: -15px;
  margin-left: -15px; }
  .embed-videos .row .column {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }

body.uwp_page .card-title {
  display: none !important; }

.uwp_form {
  max-width: 516px;
  margin: 0 auto;
  display: block; }

.uwp-change-form {
  max-width: 580px; }

body.page-id-14101 .dropdown,
body.page-id-14101 .uwp_account_page_username {
  display: none !important; }

body.page-id-14104 .uwp-footer-links .float-right {
  display: none !important; }

.uwp-footer-links {
  display: none !important;
  margin-top: 10px;
  font-size: 16px !important; }
  .uwp-footer-links a {
    font-size: 16px !important;
    color: #17458A !important; }

.title, h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "effra";
  font-size: 48px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF; }
  @media (max-width: 767px) {
    .title, h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
      font-size: 38px;
      /* 38px */
      font-size: 2.375rem;
      /* 38px */
      line-height: 1.10526;
      /* 42px */ } }
  .title--large, h1, .h1 {
    font-size: 64px;
    /* 64px */
    font-size: 64px;
    font-size: 4rem;
    /* 64px */
    line-height: 1.20312;
    /* 77px */ }
    @media (max-width: 767px) {
      .title--large, h1, .h1 {
        font-size: 46px;
        /* 46px */
        font-size: 2.875rem;
        /* 46px */
        line-height: 1.21739;
        /* 56px */ } }
    @media (max-width: 479px) {
      .title--large, h1, .h1 {
        font-size: 38px;
        /* 38px */
        font-size: 2.375rem;
        /* 38px */
        line-height: 1.26316;
        /* 48px */ } }
  .title--medium, h2, .h2 {
    font-size: 48px;
    /* 48px */
    font-size: 48px;
    font-size: 3rem;
    /* 48px */
    line-height: 1.125;
    /* 54px */
    text-transform: none; }
    @media (max-width: 767px) {
      .title--medium, h2, .h2 {
        font-size: 38px;
        /* 38px */
        font-size: 2.375rem;
        /* 38px */
        line-height: 1.10526;
        /* 42px */ } }
    @media (max-width: 479px) {
      .title--medium, h2, .h2 {
        font-size: 32px;
        /* 32px */
        font-size: 2rem;
        /* 32px */
        line-height: 1.125;
        /* 36px */ } }
  .title--small, h3, .h3 {
    font-size: 32px;
    /* 32px */
    font-size: 32px;
    font-size: 2rem;
    /* 32px */
    line-height: 1.1875;
    /* 38px */ }
    @media (max-width: 479px) {
      .title--small, h3, .h3 {
        font-size: 28px;
        /* 28px */
        font-size: 1.75rem;
        /* 28px */
        line-height: 1.14286;
        /* 32px */ } }
  .title--x-small, h4, .h4 {
    font-size: 12px;
    /* 12px */
    font-size: 12px;
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.16667;
    /* 14px */
    letter-spacing: 0.55px;
    font-weight: bold;
    margin-bottom: 25px;
    opacity: 0.5; }
  .title--blue {
    color: #17458A; }
  .title--line-before {
    position: relative;
    font-size: 12px;
    /* 12px */
    font-size: 12px;
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.16667;
    /* 14px */
    text-transform: uppercase; }
    .title--line-before.on-screen.title--line-before--horizontal:before {
      width: 65px; }
    .title--line-before.on-screen.title--line-before--vertical:before {
      height: 70px; }
    .title--line-before:before {
      content: '';
      position: absolute;
      background-color: #C7D846;
      -webkit-transition: all 0.8s cubic-bezier(0.17, 0.67, 0, 0.99) 0.05s;
      transition: all 0.8s cubic-bezier(0.17, 0.67, 0, 0.99) 0.05s; }
    .title--line-before--horizontal:before {
      top: 6px;
      left: -80px;
      width: 0px;
      height: 2px; }
    .title--line-before--vertical:before {
      top: -100px;
      left: 0;
      width: 2px;
      height: 0px; }

body.logged-in .nav__wrapper {
  top: 32px !important; }

body #wpadminbar {
  display: none !important; }

body.logged-in #wpadminbar {
  display: block !important; }

body#parents .nav__wrapper {
  top: 0 !important; }

body#parents #wpadminbar {
  display: none !important; }

.nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200; }
  .nav__wrapper {
    position: fixed;
    top: 0;
    right: -1px;
    width: auto;
    height: auto;
    z-index: 1000; }
  @media (max-width: 767px) {
    .nav.active .nav__wrapper {
      width: 100%;
      -webkit-transition: width 0.5s ease;
      transition: width 0.5s ease; } }

@media screen and (min-width: 768px) and (max-height: 900px) {
  .nav__menu .nav__menu__list {
    height: 82vh;
    overflow-y: scroll;
    overflow-x: hidden; }
    .nav__menu .nav__menu__list::-webkit-scrollbar {
      width: 0 !important; }
    .nav__menu .nav__menu__list {
      overflow: -moz-scrollbars-none; }
    .nav__menu .nav__menu__list {
      -ms-overflow-style: none; } }
  .nav__logo {
    position: absolute;
    top: 70px;
    left: 80px;
    width: 280px; }
    @media (max-width: 1100px) {
      .nav__logo {
        top: 100px;
        left: 46px; } }
    @media (max-width: 1023px) {
      .nav__logo {
        top: 120px;
        left: 46px; } }
    @media (max-width: 767px) {
      .nav__logo {
        left: 20px;
        top: 36px;
        width: 210px; } }
  .nav__box {
    position: relative;
    background: #fff; }
    @media (min-width: 768px) {
      .nav__box {
        padding: 0 223px 0 23px; } }
    @media (max-width: 767px) {
      .nav__box {
        background: none; } }
    .nav__box__item {
      display: inline-block;
      padding: 18px 14px;
      z-index: 50;
      position: relative; }
      @media (max-width: 767px) {
        .nav__box__item {
          display: none;
          padding: 14px 20px; } }
      .nav__box__item--gradient {
        position: absolute;
        top: 0;
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
        background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%);
        width: 197px;
        height: 61px;
        z-index: 50; }
        @media (max-width: 767px) {
          .nav__box__item--gradient {
            display: block;
            width: 62px;
            height: 54px;
            padding-bottom: 30px; } }
        .nav__box__item--gradient .nav__menu__list {
          display: none; }
        .nav__box__item--gradient.active {
          max-width: 101%; }
          .nav__box__item--gradient.active .nav__menu__list {
            display: block; }
      .nav__box__item__closed {
        -webkit-animation: slideUp 0.8s forwards;
        animation: slideUp 0.8s forwards;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      .nav__box__item__open {
        -webkit-animation: slideDown 0.8s forwards;
        animation: slideDown 0.8s forwards;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      .nav__box__item__content {
        text-align: center;
        padding: 18px 24px; }
        @media (max-width: 767px) {
          .nav__box__item__content {
            padding: 14px 6px 14px 10px; } }
      .nav__box__item p {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        letter-spacing: 0.55px;
        text-transform: uppercase;
        color: #17458A;
        margin: 0; }
        .nav__box__item p.white {
          color: #fff; }
          @media (max-width: 767px) {
            .nav__box__item p.white {
              display: none; } }
      .nav__box__item__img {
        padding-left: 8px; }
    .nav__box .white-menu {
      opacity: 1; }
    .nav__box .search-text,
    .nav__box .close-text,
    .nav__box .submit-search {
      position: absolute;
      top: 25px;
      left: 14px;
      width: 50px; }
    .nav__box .search-text {
      opacity: 1; }
    .nav__box .close-text,
    .nav__box .submit-search {
      opacity: 0;
      z-index: -1; }
    .nav__box .search__item {
      padding-right: 20px;
      display: inline-block; }
      @media (max-width: 767px) {
        .nav__box .search__item {
          display: none !important; } }
      .nav__box .search__item .nav__box__item {
        width: 78px;
        height: 25px;
        display: inline-block; }
    .nav__box .search-form {
      position: absolute;
      top: 18px;
      left: 30px;
      right: 350px;
      width: 0;
      opacity: 0; }
      @media (max-width: 767px) {
        .nav__box .search-form {
          display: none !important; } }
      .nav__box .search-form input {
        background: none;
        width: 0;
        padding: 5px 0;
        color: #17458A;
        font-size: 16px !important;
        line-height: 1 !important;
        border-bottom: solid 1px #C7D846;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear; }
      .nav__box .search-form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #17458A; }
      .nav__box .search-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #17458A; }
      .nav__box .search-form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #17458A; }
      .nav__box .search-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #17458A; }
  .nav.show-search .nav__box .white-menu {
    opacity: 0; }
  .nav.show-search .nav__box .search-text {
    opacity: 0; }
  .nav.show-search .nav__box .close-text,
  .nav.show-search .nav__box .submit-search {
    opacity: 1;
    display: block;
    z-index: 1; }
  .nav.show-search .nav__box .search-form {
    width: auto;
    opacity: 1; }
    .nav.show-search .nav__box .search-form input {
      width: 100%; }
  .nav.active__box {
    width: 100%; }
  .nav__hamburger {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 8px; }
    .nav__hamburger__line {
      width: 24px;
      height: 2px;
      border-radius: 25px;
      background-color: #ecf0f1;
      display: block;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .nav__hamburger__line:nth-child(1) {
        margin: 0; }
      .nav__hamburger__line:nth-last-child(1) {
        margin: 0; }
  .nav__menu {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .nav__menu ul {
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 90px 0 0 0;
      padding-left: 40px;
      padding-right: 25px; }
      @media screen and (max-height: 800px) {
        .nav__menu ul {
          margin: 60px 0 0 0; } }
      @media (max-width: 767px) {
        .nav__menu ul {
          margin: 35px 0 0 0;
          padding-left: 0;
          padding-right: 4px;
          padding-bottom: 30px;
          height: 76vh;
          overflow-y: scroll;
          overflow-x: hidden; }
          .nav__menu ul::-webkit-scrollbar {
            width: 0 !important; }
          .nav__menu ul {
            overflow: -moz-scrollbars-none; }
          .nav__menu ul {
            -ms-overflow-style: none; } }
      .nav__menu ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin: 15px 0px; }
        .nav__menu ul li.item-active > a {
          color: #C7D846; }
        .nav__menu ul li > {
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px); }
        .nav__menu ul li.transformed {
          -webkit-transform: translateY(0);
          transform: translateY(0); }
        .nav__menu ul li a {
          font-size: 32px;
          /* 32px */
          font-size: 32px;
          font-size: 2rem;
          /* 32px */
          line-height: 1.25;
          /* 40px */
          line-height: 1.4;
          font-weight: 300;
          color: #fff;
          display: block;
          width: 100%;
          position: relative; }
          .nav__menu ul li a:hover {
            color: #C7D846; }
          @media screen and (max-height: 750px) {
            .nav__menu ul li a {
              font-size: 27px;
              /* 27px */
              font-size: 1.6875rem;
              /* 27px */
              line-height: 1.11111;
              /* 30px */
              line-height: 1.4; } }
          @media (max-width: 767px) {
            .nav__menu ul li a {
              font-size: 26px;
              /* 26px */
              font-size: 1.625rem;
              /* 26px */
              line-height: 1;
              /* 26px */
              line-height: 1.5; } }
          .nav__menu ul li a.level-2-dropdown-toggle:after, .nav__menu ul li a.level-3-dropdown-toggle:after {
            background-image: url(../img/arrow-right.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            content: '';
            width: 10px;
            height: 16px;
            position: absolute;
            right: 0;
            top: 12px;
            display: inline-block; }
            @media (max-width: 767px) {
              .nav__menu ul li a.level-2-dropdown-toggle:after, .nav__menu ul li a.level-3-dropdown-toggle:after {
                top: 12px; } }
          .nav__menu ul li a.level-3-dropdown-toggle:after {
            background-image: url(../img/arrow-right.svg);
            right: 6px;
            top: 2px; }
            @media (max-width: 767px) {
              .nav__menu ul li a.level-3-dropdown-toggle:after {
                top: 12px; } }
        .nav__menu ul li img {
          margin-left: auto; }
        .nav__menu ul li ul {
          margin: 30px 0 0 0;
          padding: 0; }
          @media (max-width: 767px) {
            .nav__menu ul li ul {
              height: auto;
              margin: 10px 0 0 0; } }
          .nav__menu ul li ul li {
            width: 100%;
            display: block;
            margin: 20px 0 20px;
            opacity: 1;
            overflow: hidden; }
            @media (max-width: 767px) {
              .nav__menu ul li ul li {
                margin: 14px 0 14px; } }
            .nav__menu ul li ul li a {
              font-size: 22px;
              /* 22px */
              font-size: 22px;
              font-size: 1.375rem;
              /* 22px */
              line-height: 1.18182;
              /* 26px */
              padding-right: 20px; }
              .nav__menu ul li ul li a.current-item, .nav__menu ul li ul li a:hover {
                color: #C7D846; }
              @media (max-width: 767px) {
                .nav__menu ul li ul li a {
                  font-size: 21px;
                  /* 21px */
                  font-size: 1.3125rem;
                  /* 21px */
                  line-height: 1;
                  /* 21px */
                  line-height: 1.6; } }
          .nav__menu ul li ul .slide ul {
            margin: 20px 0 0 20px;
            padding: 0;
            position: relative; }
            .nav__menu ul li ul .slide ul:before {
              content: '';
              position: absolute;
              height: 100%;
              top: 0;
              bottom: 0;
              right: 23px;
              width: 20px;
              background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .25)));
              background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .25) 100%);
              z-index: 0; }
            @media (max-width: 767px) {
              .nav__menu ul li ul .slide ul {
                margin: 0 0 0 20px; } }
            .nav__menu ul li ul .slide ul li {
              width: 100%;
              display: block;
              margin: 15px 0px;
              opacity: 1; }
              .nav__menu ul li ul .slide ul li.current_page_item a {
                color: #C7D846; }
              .nav__menu ul li ul .slide ul li a {
                font-size: 17px;
                /* 17px */
                font-size: 17px;
                font-size: 1.0625rem;
                /* 17px */
                line-height: 1.17647;
                /* 20px */
                padding-right: 0; }
          .nav__menu ul li ul .slide.skip-animation ul li {
            opacity: 1 !important; }
    .nav__menu.not-animated.visible ul li {
      opacity: 1; }
    .nav__menu.nav__menu__level2 {
      display: none; }
      .nav__menu.nav__menu__level2.active {
        display: block; }
      .nav__menu.nav__menu__level2 .nav__menu__item.custom-dropdown {
        min-height: 64vh; }
      .nav__menu.nav__menu__level2 .close-menu {
        color: #C7D846;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 13px;
        /* 13px */
        font-size: 13px;
        font-size: 0.8125rem;
        /* 13px */
        line-height: 1;
        /* 13px */
        font-weight: 700;
        display: block; }
      .nav__menu.nav__menu__level2.active .close-menu {
        display: block; }
      .nav__menu.nav__menu__level2 .nav__menu__list {
        margin: 90px 0 0 25px;
        padding-right: 43px;
        overflow-y: scroll;
        overflow-x: hidden; }
        .nav__menu.nav__menu__level2 .nav__menu__list::-webkit-scrollbar {
          width: 0 !important; }
        .nav__menu.nav__menu__level2 .nav__menu__list {
          overflow: -moz-scrollbars-none; }
        .nav__menu.nav__menu__level2 .nav__menu__list {
          -ms-overflow-style: none; }
        @media screen and (max-height: 800px) {
          .nav__menu.nav__menu__level2 .nav__menu__list {
            margin: 60px 0 0 25px; } }
        @media (max-width: 767px) {
          .nav__menu.nav__menu__level2 .nav__menu__list {
            margin: 68px 0 0 25px; } }
        .nav__menu.nav__menu__level2 .nav__menu__list li {
          opacity: 1; }
    .nav__menu__social {
      position: relative;
      margin-top: 0 !important;
      opacity: 0;
      font-size: 20px;
      line-height: 1;
      /*
            margin-left: 54px;
            bottom: 56px;
            bottom: 10%;            
            left: 64px;
            z-index: 50;

            @media screen and (max-height: 900px) {
	            bottom: 10%;
            }
            
            @media screen and (max-height: 700px) {
	            display: none;
            }
            
            @include media('<tablet') {
	            left: 24px;
	            bottom: 15px;
	            display: block;
            }
            */ }
      @media (min-width: 769px) {
        .nav__menu__social.level1-social {
          position: absolute;
          bottom: 8%; } }
  @media screen and (min-width: 769px) and (max-height: 800px) {
    .nav__menu__social.level1-social {
      position: relative;
      bottom: auto; } }
      .nav__menu__social a {
        display: inline !important; }
      .nav__menu__social__icon {
        display: inline-block;
        margin: 0 10px; }
        @media (max-width: 767px) {
          .nav__menu__social__icon {
            margin: 0 28px; } }
        .nav__menu__social__icon:nth-child(1) {
          margin-left: 0; }
  .nav .nav__menu__level2 {
    background: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: -120%;
    bottom: 0;
    z-index: 100;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
    display: none; }
    .nav .nav__menu__level2:after {
      background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
      background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%);
      content: '';
      display: block;
      z-index: -1; }
    .nav .nav__menu__level2 .parent-title {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .nav .nav__menu__level2 .parent-title {
          margin-bottom: 10px; } }
    .nav .nav__menu__level2 a.level-2-dropdown-toggle:after {
      display: none; }
    .nav .nav__menu__level2.active {
      right: 0; }
  .nav .nav__box__item .nav__menu__level2 li {
    opacity: 0; }
  .nav .nav__box__item.active .nav__menu__level2.not-animated.active {
    display: block; }
    .nav .nav__box__item.active .nav__menu__level2.not-animated.active li {
      opacity: 1 !important; }

.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 61px;
  width: 197px;
  cursor: pointer;
  z-index: 100; }
  @media (max-width: 767px) {
    .menu-trigger {
      height: 54px;
      width: auto;
      padding-right: 12px; } }

#hamburger-1.is-active .nav__hamburger__line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .nav__hamburger__line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

#hamburger-1.is-active .nav__hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: -25px;
  top: 21px; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-search__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .tcon-search__item::before, .tcon-search__item::after {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto; }
  .tcon-search__item::before {
    height: 1px;
    left: 0;
    background: #4ca1bb;
    border-radius: 2.85714px; }
  .tcon-search__item::after {
    height: 1px;
    right: 0;
    background: white;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid #4ca1bb;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

body .nav.show-search .tcon-search--xcross {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  top: 19px; }
  body .nav.show-search .tcon-search--xcross .tcon-search__item::before, body .nav.show-search .tcon-search--xcross .tcon-search__item::after {
    height: 2px;
    border-radius: 2.85714px;
    background: #4ca1bb; }
  body .nav.show-search .tcon-search--xcross .tcon-search__item::after {
    width: 100%;
    top: 0;
    right: 0;
    border: 0;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

@-webkit-keyframes slideDown {
  0% {
    width: 157px;
    height: 78px; }
  50% {
    width: 100%;
    height: 78px; }
  100% {
    width: 100%;
    height: 100vh; } }

@keyframes slideDown {
  0% {
    width: 157px;
    height: 78px; }
  50% {
    width: 100%;
    height: 78px; }
  100% {
    width: 100%;
    height: 100vh; } }

@-webkit-keyframes slideUp {
  0% {
    width: 100%;
    height: 100vh; }
  50% {
    width: 100%;
    height: 78px; }
  100% {
    width: 157px;
    height: 78px; } }

@keyframes slideUp {
  0% {
    width: 100%;
    height: 100vh; }
  50% {
    width: 100%;
    height: 78px; }
  100% {
    width: 157px;
    height: 78px; } }

.site-footer__images {
  background-color: #EFEFEF;
  padding: 10px 0; }
  @media (max-width: 991px) {
    .site-footer__images {
      padding: 20px 0 10px 0; } }
  .site-footer__images .item {
    margin-right: 34px; }
  .site-footer__images .slick-arrow {
    display: none !important; }
  .site-footer__images.white {
    background-color: #fff; }
  .site-footer__images__container {
    /*
	        @include media('>=desktop-small') {
	            display: flex;
	            justify-content: space-between;
	            align-items: center;
            }

			@include media('<desktop-small') {
				max-width: 100%;
			    display: flex;
			    overflow-x: scroll;
			    -webkit-overflow-scrolling: touch;				
			} 
			*/ }
    .site-footer__images__container img {
      display: block;
      height: 100px !important;
      width: auto !important; }
      @media (max-width: 991px) {
        .site-footer__images__container img {
          margin-bottom: 10px;
          margin-right: 10px; } }

.site-footer__main {
  background-color: #181E26;
  padding-top: 70px;
  padding-bottom: 85px; }
  @media (max-width: 1023px) {
    .site-footer__main {
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .site-footer__main .column {
      margin-bottom: 40px; } }

.site-footer__bottom {
  background-color: #0C0D10;
  padding: 20px 0px; }
  .site-footer__bottom p {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: normal;
    color: #FFF;
    margin: 0; }
    @media (max-width: 767px) {
      .site-footer__bottom p {
        margin-bottom: 20px; } }
  .site-footer__bottom a {
    color: #FFF; }
    .site-footer__bottom a:hover {
      opacity: 0.5; }
  @media (min-width: 769px) {
    .site-footer__bottom .credit {
      text-align: right; } }

.site-footer__logo {
  max-width: 220px; }

.site-footer__list__title {
  color: #FFF;
  margin: 0; }

.site-footer__list__divider {
  width: 100%;
  height: 2px;
  background-color: #C7D846;
  margin: 16px 0px 27px 0px; }

.site-footer__list ul {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0; }
  .site-footer__list ul li {
    display: block; }
    .site-footer__list ul li a {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.55px;
      font-weight: bold;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .5); }
    .site-footer__list ul li:hover a {
      color: #C7D846; }

.site-footer__list address {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFF;
  margin: 0;
  display: block; }

.site-footer__list .number {
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 25px; }
  .site-footer__list .number a {
    color: #C7D846; }

.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .site-footer__socials svg {
    display: inline-block;
    margin-right: 20px; }

.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 378px;
  background-color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 35px;
  cursor: pointer;
  /*
    &__dots {
        display: inherit;
        position: absolute;
        bottom: 41px;
        right: 37px;
        z-index: 3;
    }
    
    &__dot {
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: $light-grey3;
        margin-left: 10px;
        
        &.active {
            background-color: $light-green;
        }
    }

	<div class="teaser__dots">
        <div class="teaser__dot active"></div>
        <div class="teaser__dot"></div>
        <div class="teaser__dot"></div>
	</div>
	*/ }
  @media (max-width: 1099px) {
    .teaser {
      padding: 20px; } }
  .teaser--news-slider {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 506px;
    padding: 43px 37px 43px 63px;
    margin: 50px 0px 60px 0px;
    background-color: #17458A; }
    @media (max-width: 499px) {
      .teaser--news-slider {
        padding: 43px 25px 70px 25px; } }
    .teaser--news-slider .teaser__img {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 0; }
    .teaser--news-slider .teaser__content {
      text-align: left;
      padding-left: 0;
      right: auto;
      left: 63px;
      bottom: 43px; }
      @media (min-width: 501px) {
        .teaser--news-slider .teaser__content {
          padding-right: 80px; } }
    .teaser--news-slider .teaser__title {
      font-size: 32px;
      line-height: 38px; }
  .teaser__overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
    z-index: 2; }
  .teaser__content {
    text-align: right;
    z-index: 3;
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 100%; }
    @media (min-width: 1100px) {
      .teaser__content {
        padding-left: 50px; } }
    @media (max-width: 1099px) {
      .teaser__content {
        bottom: 20px;
        right: 20px; } }
  .teaser__title {
    font-size: 24px;
    line-height: 26px;
    text-transform: none;
    margin: 0; }
    @media (max-width: 1099px) {
      .teaser__title {
        font-size: 20px;
        line-height: 24px; }
        .teaser__title br {
          display: none; } }
  .teaser__category {
    position: absolute;
    top: 43px;
    right: 37px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.55px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: rgba(255, 255, 255, .5);
    margin: 0;
    z-index: 3; }

.where-next {
  position: relative;
  margin: 90px 0 140px 0; }
  @media (max-width: 767px) {
    .where-next {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1100px) {
    .where-next .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 1100px) {
    .where-next .row .column {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .where-next .row .column {
      max-width: 340px;
      margin: 0 auto 60px;
      padding: 0; }
      .where-next .row .column.mobile-full-width {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 30px; } }
  .where-next__image {
    position: absolute;
    bottom: -140px;
    left: 0;
    max-width: 400px;
    z-index: 100; }
    @media (max-width: 1280px) {
      .where-next__image {
        max-width: 300px; } }
    @media (max-width: 1023px) {
      .where-next__image {
        display: none; } }
  .where-next .strip--title {
    margin-bottom: 55px; }

.twitter-teaser {
  position: relative;
  background-color: #EFEFEF;
  padding: 43px 50px; }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .twitter-teaser {
      margin-top: 46px; } }
  @media (max-width: 767px) {
    .twitter-teaser {
      padding: 43px 22px 43px 25px; } }
  .twitter-teaser__username {
    position: absolute;
    top: 43px;
    right: 30px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.55px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: #56ABC3;
    margin: 0; }
    .twitter-teaser__username a {
      color: #56ABC3; }
  .twitter-teaser__tweet {
    margin-top: 33px;
    min-height: 180px; }
    .twitter-teaser__tweet p {
      color: #181E26; }
    .twitter-teaser__tweet a {
      color: #56ABC3; }
    .twitter-teaser__tweet .good_old_twitter_widget {
      margin: 0 30px 0 0;
      padding: 0;
      color: #181E26;
      font-size: 18px;
      /* 18px */
      font-size: 18px;
      font-size: 1.125rem;
      /* 18px */
      line-height: 1.77778;
      /* 32px */
      list-style: none; }
      @media (min-width: 1025px) {
        .twitter-teaser__tweet .good_old_twitter_widget {
          margin: 0 50px 0 0; } }
      .twitter-teaser__tweet .good_old_twitter_widget img {
        display: none !important; }
      .twitter-teaser__tweet .good_old_twitter_widget li {
        padding: 0; }
        .twitter-teaser__tweet .good_old_twitter_widget li:after {
          display: none; }
      .twitter-teaser__tweet .good_old_twitter_widget a {
        color: #56ABC3; }
      .twitter-teaser__tweet .good_old_twitter_widget .gotw_comma {
        display: none; }

.team-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 378px;
  background-color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px;
  cursor: pointer;
  margin-bottom: 120px; }
  @media (max-width: 1100px) {
    .team-teaser {
      padding: 20px; } }
  @media (max-width: 991px) {
    .team-teaser {
      margin-bottom: 60px; } }
  .team-teaser__overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
    z-index: 2; }
  .team-teaser__content {
    text-align: right;
    z-index: 3; }
  .team-teaser__title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 5px 0; }
  .team-teaser__job {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: none;
    margin: 5px 0 0 0;
    color: #fff;
    display: block; }
  .team-teaser__category {
    position: absolute;
    top: 43px;
    right: 37px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.55px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: rgba(255, 255, 255, .5);
    margin: 0;
    z-index: 3; }
  .team-teaser__dots {
    display: inherit;
    position: absolute;
    bottom: 41px;
    right: 37px;
    z-index: 3; }
  .team-teaser__dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #DEDEDE;
    margin-left: 10px; }
    .team-teaser__dot.active {
      background-color: #C7D846; }

.team-grid {
  position: relative; }
  .team-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1100px) {
      .team-grid .row {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (max-width: 1100px) {
      .team-grid .row .column {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (max-width: 991px) {
      .team-grid .row .column {
        max-width: 340px;
        margin: 0 auto 0;
        padding: 0; } }
    @media (max-width: 991px) {
      .team-grid .row .column {
        padding-right: 15px;
        padding-left: 15px; } }
  .team-grid__image {
    position: absolute;
    bottom: -140px;
    left: 0;
    max-width: 475px;
    z-index: 100; }
  .team-grid .strip--title {
    margin-bottom: 55px; }

.lightbox-content {
  width: 90%;
  max-width: 900px;
  position: relative;
  display: block;
  margin: 60px auto 40px; }
  @media (min-width: 992px) {
    .lightbox-content {
      padding-left: 4.21053rem; } }
  @media (max-width: 767px) {
    .lightbox-content {
      width: 94%;
      height: 87vh;
      margin: 10px auto 10px auto; } }
  .lightbox-content .lightbox-content-inner {
    background: #fff;
    padding: 42.105px 42.105px 42.105px 33.684px;
    padding: 2.63158rem 2.63158rem 2.63158rem 2.10526rem;
    overflow: visible; }
    @media (min-width: 992px) {
      .lightbox-content .lightbox-content-inner {
        padding: 4.21053rem 4.73684rem 4.21053rem 2.10526rem; } }
    @media (max-width: 767px) {
      .lightbox-content .lightbox-content-inner {
        padding: 1.05263rem;
        overflow: scroll;
        overflow-x: hidden;
        height: 100%; } }
    @media (min-width: 992px) {
      .lightbox-content .lightbox-content-inner .column {
        padding: 0 0 0 13.15789rem;
        min-height: 570px; } }
    .lightbox-content .lightbox-content-inner .column .team-teaser {
      position: absolute;
      left: -155px;
      top: 65px;
      width: 310px;
      height: 430px;
      display: block;
      background: none;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      margin: 0 0 11.789px 0;
      margin: 0 0 0.73684rem 0; }
      @media (max-width: 1100px) {
        .lightbox-content .lightbox-content-inner .column .team-teaser {
          left: -100px;
          width: 260px; } }
      @media (max-width: 991px) {
        .lightbox-content .lightbox-content-inner .column .team-teaser {
          display: none; } }
      .lightbox-content .lightbox-content-inner .column .team-teaser.no-thumb {
        background: #17458A; }
    .lightbox-content .lightbox-content-inner .column .h2 {
      font-size: 34px;
      /* 34px */
      font-size: 34px;
      font-size: 2.125rem;
      /* 34px */
      line-height: 1.29412;
      /* 44px */
      margin-bottom: 25px; }

.article {
  position: relative; }
  .article__image {
    width: 100%;
    height: 240px;
    display: block;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 35px; }
    @media (max-width: 479px) {
      .article__image {
        height: 180px; } }
  .article__date {
    font-size: 12px;
    /* 12px */
    font-size: 12px;
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.16667;
    /* 14px */
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #17458A;
    display: block;
    opacity: 0.5; }
  .article__title {
    font-size: 32px;
    /* 32px */
    font-size: 32px;
    font-size: 2rem;
    /* 32px */
    line-height: 1.1875;
    /* 38px */
    color: #17458A;
    text-transform: none;
    margin: 0 0 14px 0; }
    @media (max-width: 767px) {
      .article__title {
        font-size: 28px;
        /* 28px */
        font-size: 1.75rem;
        /* 28px */
        line-height: 1.21429;
        /* 34px */ } }
  .article p {
    padding-right: 20px; }
  .article__dots {
    display: inherit;
    position: absolute;
    bottom: 41px;
    right: 37px;
    z-index: 3; }
  .article__dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #DEDEDE;
    margin-left: 10px; }
    .article__dot.active {
      background-color: #C7D846; }

.articles {
  position: relative; }
  .articles .column {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .articles .column {
        max-width: 340px;
        margin: 0 auto 60px;
        padding: 0; } }
    @media (max-width: 767px) {
      .articles .column {
        padding-right: 25px;
        padding-left: 25px; } }
  .articles .strip--title {
    margin-bottom: 55px;
    text-transform: none; }
    .articles .strip--title.listing {
      font-size: 80px;
      /* 80px */
      font-size: 80px;
      font-size: 5rem;
      /* 80px */
      line-height: 1.05;
      /* 84px */
      margin-bottom: 30px; }
      @media (max-width: 1023px) {
        .articles .strip--title.listing {
          font-size: 56px;
          /* 56px */
          font-size: 3.5rem;
          /* 56px */
          line-height: 1.07143;
          /* 60px */ } }
      @media (max-width: 767px) {
        .articles .strip--title.listing {
          font-size: 40px;
          /* 40px */
          font-size: 2.5rem;
          /* 40px */
          line-height: 1.1;
          /* 44px */ } }
  .articles .shadow:before {
    z-index: -1; }
  .articles .shadow:after {
    z-index: -10; }
  .articles .twitter-column {
    position: relative; }
    .articles .twitter-column:before {
      content: '';
      background: #17458A;
      left: 25px;
      right: 25px;
      width: auto;
      z-index: -1; }
      @media (max-width: 991px) {
        .articles .twitter-column:before {
          left: 0;
          right: 0; } }
      @media (max-width: 767px) {
        .articles .twitter-column:before {
          display: none; } }

.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 530px;
  background-color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 43px 37px 40px 40px;
  margin: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .featured {
      padding: 43px 40px 40px 40px; } }
  @media (max-width: 767px) {
    .featured {
      padding: 43px 25px 40px 25px; } }
  @media (max-width: 479px) {
    .featured {
      min-height: 430px; } }
  .featured:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(69deg, rgba(0, 0, 0, 0) 66%, #000000 100%);
    opacity: 0.8;
    z-index: 2; }
  .featured__overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
    z-index: 2; }
    @media (max-width: 1099px) {
      .featured__overlay {
        bottom: -1px; } }
  .featured__content {
    text-align: left;
    padding-left: 0;
    z-index: 3; }
    @media (min-width: 1024px) {
      .featured__content {
        padding-right: 150px; } }
  .featured__title {
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    margin: 0; }
  .featured__date {
    font-size: 12px;
    /* 12px */
    font-size: 12px;
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.16667;
    /* 14px */
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #C7D846;
    display: block; }
    @media (max-width: 767px) {
      .featured__date {
        color: #fff; } }
  .featured__category {
    position: absolute;
    top: 43px;
    right: 37px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.55px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: rgba(255, 255, 255, .5);
    margin: 0;
    z-index: 3; }

.featured-blocks .column {
  margin-bottom: 50px;
  overflow-y: visible; }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .featured-blocks .column {
      max-width: 100% !important; } }
  .featured-blocks .column.right {
    position: relative; }
    .featured-blocks .column.right .owl-carousel {
      z-index: 10; }
    .featured-blocks .column.right:before {
      content: '';
      background: #17458A;
      left: 25px;
      right: 25px;
      width: auto;
      z-index: -1; }
    .featured-blocks .column.right:after {
      z-index: -10; }

.listing--header {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .listing--header {
      margin-bottom: 40px; } }
  .listing--header p {
    font-size: 28px;
    /* 28px */
    font-size: 28px;
    font-size: 1.75rem;
    /* 28px */
    line-height: 1.21429;
    /* 34px */
    font-weight: 300; }
    @media (max-width: 767px) {
      .listing--header p {
        font-size: 22px;
        /* 22px */
        font-size: 1.375rem;
        /* 22px */
        line-height: 1.27273;
        /* 28px */ } }

.post-carousel.twitter {
  position: relative; }
  .post-carousel.twitter .item {
    position: relative; }

.twitter--content {
  padding: 55px 40px 120px;
  background: #17458A;
  /*
	&:before {
		content: '';
		@extend %zero;
		background: $primary;
		z-index: -1;
	}
	*/ }
  @media (max-width: 767px) {
    .twitter--content {
      padding: 55px 25px 60px; } }
  .twitter--content__account {
    position: relative;
    display: block;
    font-size: 17px;
    /* 17px */
    font-size: 17px;
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.47059;
    /* 25px */
    padding-left: 40px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400; }
    .twitter--content__account:hover {
      color: #fff; }
    .twitter--content__account svg {
      position: absolute;
      left: 0;
      top: 1px; }
  .twitter--content .good_old_twitter_widget {
    margin: 0 10px 0 0;
    padding: 0;
    color: #fff;
    font-size: 17px;
    /* 17px */
    font-size: 17px;
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.47059;
    /* 25px */
    list-style: none; }
    .twitter--content .good_old_twitter_widget img {
      display: none !important; }
    .twitter--content .good_old_twitter_widget li {
      padding: 0; }
      .twitter--content .good_old_twitter_widget li:after {
        display: none; }
    .twitter--content .good_old_twitter_widget a {
      color: #fff; }
    .twitter--content .good_old_twitter_widget .gotw_comma {
      display: none; }
  .twitter--content__post {
    display: block;
    font-size: 17px;
    /* 17px */
    font-size: 17px;
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.47059;
    /* 25px */
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px; }
  .twitter--content .twitter-timestamp, .twitter--content__postdate {
    margin-top: 20px;
    display: block;
    font-size: 13px;
    /* 13px */
    font-size: 13px;
    font-size: 0.8125rem;
    /* 13px */
    line-height: 1.53846;
    /* 20px */
    color: #fff;
    font-weight: 700; }

.news-pagination {
  margin: 30px 0 70px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .news-pagination.align-left {
    text-align: left; }
  .news-pagination a.page-numbers,
  .news-pagination span.page-numbers {
    background: none;
    padding: 6px 10px 5px 10px;
    margin: 0 3px;
    display: inline-block;
    font-size: 17px;
    /* 17px */
    font-size: 17px;
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1;
    /* 17px */
    color: #17458A;
    position: relative; }
    .news-pagination a.page-numbers.dots,
    .news-pagination span.page-numbers.dots {
      background: none;
      color: #17458A; }
      .news-pagination a.page-numbers.dots:hover,
      .news-pagination span.page-numbers.dots:hover {
        background: none;
        color: #17458A; }
      .news-pagination a.page-numbers.dots:after,
      .news-pagination span.page-numbers.dots:after {
        display: none; }
    .news-pagination a.page-numbers.current, .news-pagination a.page-numbers:hover,
    .news-pagination span.page-numbers.current,
    .news-pagination span.page-numbers:hover {
      background: #56ABC3;
      color: #fff; }
      .news-pagination a.page-numbers.current:after, .news-pagination a.page-numbers:hover:after,
      .news-pagination span.page-numbers.current:after,
      .news-pagination span.page-numbers:hover:after {
        width: 100%;
        opacity: 1;
        z-index: 9999; }
  .news-pagination a.prev,
  .news-pagination a.next {
    font-size: 30px;
    font-weight: 400; }
    .news-pagination a.prev:after,
    .news-pagination a.next:after {
      display: none; }

body[class*="paged-"] .featured-blocks,
body[class*="paged-"] .twitter-column {
  display: none !important; }

.hero {
  height: 90vh; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .hero .container .column {
      padding-right: 5px;
      padding-left: 5px; } }
  .hero__video {
    /*
	    top: 50%;
	    left: 50%;
	    padding: 0;
	    margin: 0;
	    display: block;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background-size: cover;
	    */
    position: absolute;
    left: 0;
    width: 100%;
    height: 90vh;
    overflow: hidden; }
    .hero__video video {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      padding: 0;
      margin: 0;
      display: block;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background-size: cover; }
      @media (max-width: 767px) {
        .hero__video video {
          display: none !important; } }
    .hero__video .hero__video__img_fallback {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 768px) {
        .hero__video .hero__video__img_fallback {
          display: none !important; } }
    .hero__video__overlay {
      position: absolute;
      left: 0;
      width: 100%;
      height: 90vh;
      background-color: #181E26;
      opacity: 0.65;
      z-index: 5; }
      .hero__video__overlay--gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90vh;
        opacity: 0.65;
        background-image: radial-gradient(70% 100%, #000000 45%, rgba(0, 0, 0, 0) 81%);
        z-index: 6; }
  .hero__image {
    position: absolute;
    bottom: -140px;
    width: 85%;
    height: auto;
    padding-right: 30px;
    z-index: 15; }
    @media (max-width: 1679px) {
      .hero__image {
        max-height: 680px;
        width: auto; } }
    @media (max-width: 1280px) {
      .hero__image {
        max-height: 580px; } }
    @media screen and (max-height: 768px) {
      .hero__image {
        max-height: 530px;
        width: auto; } }
    @media (max-width: 1023px) {
      .hero__image {
        bottom: -80px; } }
    @media (max-width: 1100px) {
      .hero__image {
        max-height: 530px; } }
    @media (max-width: 767px) {
      .hero__image {
        display: none; } }
  .hero__content {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
    z-index: 10;
    overflow: hidden; }
    @media (max-width: 767px) {
      .hero__content {
        overflow: visible; } }
    .hero__content__wrapper {
      margin-bottom: 140px; }
      @media screen and (max-height: 768px) {
        .hero__content__wrapper {
          margin-bottom: 100px; } }
      @media (max-width: 1023px) {
        .hero__content__wrapper {
          margin-bottom: 100px; } }
      @media screen and (max-width: 1023px) and (min-width: 768px) {
        .hero__content__wrapper {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .hero__content__wrapper {
          margin-bottom: 60px; } }
      @media (min-width: 1281px) {
        .hero__content__wrapper {
          padding-left: 31px; } }
    .hero__content__header {
      font-size: 60px;
      /* 60px */
      font-size: 60px;
      font-size: 3.75rem;
      /* 60px */
      line-height: 1.13333;
      /* 68px */ }
      @media (max-width: 1024px) {
        .hero__content__header {
          font-size: 50px;
          /* 50px */
          font-size: 3.125rem;
          /* 50px */
          line-height: 1.16;
          /* 58px */ } }
      @media (max-width: 1023px) {
        .hero__content__header {
          font-size: 46px;
          /* 46px */
          font-size: 2.875rem;
          /* 46px */
          line-height: 1.17391;
          /* 54px */ } }
      @media (max-width: 767px) {
        .hero__content__header {
          font-size: 46px;
          /* 46px */
          font-size: 2.875rem;
          /* 46px */
          line-height: 1.21739;
          /* 56px */ } }
      @media (max-width: 479px) {
        .hero__content__header {
          font-size: 38px;
          /* 38px */
          font-size: 2.375rem;
          /* 38px */
          line-height: 1.26316;
          /* 48px */ } }
    .hero__content__text {
      max-width: 517px;
      font-size: 32px;
      /* 32px */
      font-size: 32px;
      font-size: 2rem;
      /* 32px */
      line-height: 1.1875;
      /* 38px */
      font-weight: 300;
      color: #fff;
      padding-left: 3px; }
      @media (min-width: 1025px) {
        .hero__content__text {
          padding-right: 100px; } }
      @media (max-width: 767px) {
        .hero__content__text {
          font-size: 26px;
          /* 26px */
          font-size: 1.625rem;
          /* 26px */
          line-height: 1.23077;
          /* 32px */ } }
      @media (max-width: 479px) {
        .hero__content__text {
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.27273;
          /* 28px */ } }
  .hero__down-arrow {
    position: absolute;
    cursor: pointer;
    bottom: -84px;
    left: 0;
    z-index: 9;
    height: 170px;
    opacity: 1; }
    @media (min-width: 1281px) {
      .hero__down-arrow {
        left: 31px; } }
    @media screen and (max-width: 1023px) and (min-width: 768px) {
      .hero__down-arrow {
        display: none !important; } }
    @media (max-width: 767px) {
      .hero__down-arrow {
        bottom: -110px; } }
    .hero__down-arrow .down-arrow__stem {
      position: relative;
      width: 2px;
      height: 170px;
      background-color: #C7D846;
      margin: 0 30px;
      animation: stem-down 2.2s cubic-bezier(0.76, 0, 0.3, 1) infinite reverse;
      -webkit-transition: opacity 0.3s ease-in-out 0.5s;
      transition: opacity 0.3s ease-in-out 0.5s; }
      .hero__down-arrow .down-arrow__stem:after, .hero__down-arrow .down-arrow__stem:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 14px;
        background-color: #C7D846;
        right: 0;
        bottom: -1px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .hero__down-arrow .down-arrow__stem:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom; }
      .hero__down-arrow .down-arrow__stem:before {
        animation: head-left-down 2.2s cubic-bezier(0.76, 0, 0.3, 1) infinite reverse; }
      .hero__down-arrow .down-arrow__stem:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom; }
      .hero__down-arrow .down-arrow__stem:after {
        animation: head-right-down 2.2s cubic-bezier(0.76, 0, 0.3, 1) infinite reverse; }

body.home .hero .scrolldown__line {
  display: none !important; }

@-webkit-keyframes stem-down {
  0% {
    height: 170px; }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }

@keyframes stem-down {
  0% {
    height: 170px; }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }

@-webkit-keyframes head-left-down {
  30% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */ }
  55% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }

@keyframes head-left-down {
  30% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */ }
  55% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }

@-webkit-keyframes head-right-down {
  30% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */ }
  55% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }

@keyframes head-right-down {
  30% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */ }
  55% {
    height: 14px;
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .hero {
    height: 70vh; }
    .hero__video {
      height: 70vh; }
      .hero__video__overlay {
        height: 70vh; }
        .hero__video__overlay--gradient {
          height: 70vh; }
    .hero__content {
      height: 70vh; } }

@media (max-width: 767px) {
  .hero {
    min-height: 500px; }
    .hero__video {
      min-height: 500px; }
      .hero__video__overlay {
        min-height: 500px; }
        .hero__video__overlay--gradient {
          min-height: 500px; }
    .hero__content {
      min-height: 500px; } }

.scrolldown {
  width: 2px;
  height: 210px;
  margin: 0 auto;
  overflow: hidden; }
  .scrolldown.type2 {
    height: 140px; }
    @media (max-width: 767px) {
      .scrolldown.type2 {
        height: 80px; } }
  .scrolldown__container {
    position: absolute;
    left: 30px;
    bottom: -140px;
    z-index: 20; }
    @media (max-width: 767px) {
      .scrolldown__container {
        bottom: -160px; } }
    .scrolldown__container.type2 {
      bottom: auto;
      left: 50%;
      top: -110px;
      z-index: 999; }
      @media (max-width: 767px) {
        .scrolldown__container.type2 {
          top: -60px; } }
  .scrolldown__line {
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #c7d846), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #c7d846 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -210px;
    background-size: 100% 200%;
    -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }
    .scrolldown__line.type2 {
      background-position: 0 -140px;
      -webkit-animation: scrolldown2 1.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
      animation: scrolldown2 1.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }
      @media (max-width: 767px) {
        .scrolldown__line.type2 {
          background-position: 0 -80px;
          -webkit-animation: scrolldown2mobile 1.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown2mobile 1.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; } }
  .scrolldown__text {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap; }

@media (max-width: 767px) {
  body.page-id-143 .scrolldown__container.type2 {
    top: -40px; } }

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -210px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 210px; } }

@keyframes scrolldown {
  0% {
    background-position: 0 -210px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 210px; } }

@-webkit-keyframes scrolldown2 {
  0% {
    background-position: 0 -140px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 140px; } }

@keyframes scrolldown2 {
  0% {
    background-position: 0 -140px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 140px; } }

@-webkit-keyframes scrolldown2mobile {
  0% {
    background-position: 0 -80px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 80px; } }

@keyframes scrolldown2mobile {
  0% {
    background-position: 0 -80px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 80px; } }

.in-numbers {
  z-index: 20; }
  .in-numbers__container {
    position: relative;
    background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
    background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%);
    padding: 50px 75px 50px 80px; }
    @media (min-width: 768px) {
      .in-numbers__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 1279px) {
      .in-numbers__container {
        padding: 50px 55px 50px 60px; } }
    @media (max-width: 1023px) {
      .in-numbers__container {
        padding: 50px 25px 50px 25px; } }
    @media (max-width: 767px) {
      .in-numbers__container {
        padding: 15px 25px 50px 25px; } }
  .in-numbers__col {
    max-width: 130px;
    text-align: center; }
    @media (max-width: 1100px) {
      .in-numbers__col {
        max-width: 160px; } }
    @media (max-width: 1023px) {
      .in-numbers__col {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 124px; } }
    @media (max-width: 767px) {
      .in-numbers__col {
        max-width: 100%;
        margin-top: 25px;
        margin-bottom: 15px; } }
    @media (max-width: 1279px) {
      .in-numbers__col h2 {
        font-size: 38px;
        /* 38px */
        font-size: 2.375rem;
        /* 38px */
        line-height: 1.15789;
        /* 44px */ } }
    @media (max-width: 1023px) {
      .in-numbers__col h2 {
        font-size: 28px;
        /* 28px */
        font-size: 1.75rem;
        /* 28px */
        line-height: 1.21429;
        /* 34px */ } }
    @media (max-width: 767px) {
      .in-numbers__col h2 {
        text-align: center;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .in-numbers__col .title--line-before--horizontal {
        text-align: center; } }
    @media (max-width: 1279px) {
      .in-numbers__col .title--line-before--horizontal:before {
        left: -60px; } }
    @media (max-width: 1023px) {
      .in-numbers__col .title--line-before--horizontal:before {
        left: -35px; } }
    @media (max-width: 767px) {
      .in-numbers__col .title--line-before--horizontal:before {
        width: 2px;
        height: 0;
        top: -40px;
        left: 50%; } }
    @media (max-width: 1279px) {
      .in-numbers__col .title--line-before--horizontal.on-screen:before {
        width: 45px; } }
    @media (max-width: 1023px) {
      .in-numbers__col .title--line-before.on-screen.title--line-before--horizontal:before {
        width: 20px; } }
    @media (max-width: 767px) {
      .in-numbers__col .title--line-before.on-screen.title--line-before--horizontal:before {
        width: 2px;
        height: 24px; } }
    .in-numbers__col:nth-child(1) {
      max-width: 315px;
      text-align: left; }
      @media (max-width: 1100px) {
        .in-numbers__col:nth-child(1) {
          max-width: 215px; } }
      @media (max-width: 767px) {
        .in-numbers__col:nth-child(1) {
          max-width: 100%; } }
    .in-numbers__col:nth-last-child(1) {
      max-width: 175px; }
      @media (max-width: 767px) {
        .in-numbers__col:nth-last-child(1) {
          max-width: 100%; } }
  .in-numbers__intro {
    margin-bottom: 23px; }
  .in-numbers__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .in-numbers__number p {
      font-size: 80px;
      line-height: 1;
      font-weight: 300;
      color: #FFF;
      margin: 0; }
      @media (max-width: 1279px) {
        .in-numbers__number p {
          font-size: 70px; } }
      @media (max-width: 1100px) {
        .in-numbers__number p {
          font-size: 60px; } }
      @media (max-width: 1023px) {
        .in-numbers__number p {
          font-size: 40px; } }
    .in-numbers__number__middle {
      font-size: 12px;
      line-height: 13px;
      letter-spacing: 0.55px;
      text-transform: uppercase;
      font-weight: normal;
      color: #FFF;
      padding: 0px 10px; }
  .in-numbers__desc {
    margin-top: 20px;
    min-height: 64px; }
    .in-numbers__desc p {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.55px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }

.blue-box {
  z-index: 20;
  margin-top: -285px; }
  .blue-box__container {
    position: relative;
    background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
    background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%);
    padding: 50px 75px 50px 80px; }
    @media (min-width: 768px) {
      .blue-box__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 1023px) {
      .blue-box__container {
        padding: 40px 0 40px 0; } }
    @media (max-width: 1023px) {
      .blue-box__container .col {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .blue-box__container .col {
        max-width: 100%;
        margin-top: 25px;
        margin-bottom: 45px; } }
  .blue-box__desc {
    margin-top: 20px;
    text-align: center; }
    .blue-box__desc svg {
      margin-bottom: 20px; }
    .blue-box__desc p {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.55px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .blue-box__desc p {
          min-height: 110px; } }

.whats-on__parallax-image {
  position: absolute;
  right: 0;
  bottom: -200px;
  width: auto;
  height: auto;
  max-height: 980px;
  z-index: 11; }
  @media (max-width: 1280px) {
    .whats-on__parallax-image {
      width: auto;
      max-height: 900px; } }
  @media (max-width: 1023px) {
    .whats-on__parallax-image {
      display: none; } }

.whats-on__view-all p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: normal;
  color: #17458A; }

.button {
  display: inline-block;
  position: relative;
  padding: 20px 30px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.69px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button__moving-gradient {
    display: inline-block;
    position: relative;
    margin: 20px 0px; }
    .button__moving-gradient__button {
      display: inline-block;
      position: relative;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.69px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      color: white;
      background: #56ABC3;
      padding: 20px 30px;
      border: none;
      cursor: pointer;
      outline: none;
      overflow: hidden; }
      .button__moving-gradient__button > * {
        position: relative;
        pointer-events: none; }
      .button__moving-gradient__button::before {
        --size: 300px;
        content: '';
        position: absolute;
        left: calc(-1 * var(--size) / 2);
        top: calc(-1 * var(--size) / 2);
        width: var(--size);
        height: var(--size);
        background-color: #56ABC3;
        background-image: radial-gradient(circle closest-side, #17458A, #56ABC3);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate(var(--x), var(--y));
        transform: translate(var(--x), var(--y));
        opacity: 1; }
      .button__moving-gradient__button:hover {
        color: #FFF; }
    @media all and (-ms-high-contrast: none) {
      .button__moving-gradient__button {
        background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
        background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%); } }
    .button__moving-gradient__button *::-ms-backdrop {
      background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%); }
    .button__moving-gradient .shadow:after {
      bottom: 8px; }
    .button__moving-gradient:hover .shadow:after {
      -webkit-filter: blur(10px);
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
      filter: blur(10px); }
  .button--gradient {
    background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
    background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%);
    color: #FFF; }
  .button--full-width {
    width: 100%; }
  .button:hover {
    color: #FFF; }
  .button--test {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.69px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #56ABC3;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden; }
    .button--test > * {
      position: relative;
      pointer-events: none; }
    .button--test::before {
      --size: 300px;
      content: '';
      position: absolute;
      left: calc(-1 * var(--size) / 2);
      top: calc(-1 * var(--size) / 2);
      width: var(--size);
      height: var(--size);
      background-image: radial-gradient(circle closest-side, #17458A, #56ABC3);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-transform: translate(var(--x), var(--y));
      transform: translate(var(--x), var(--y));
      opacity: 1; }
    .button--test:hover {
      color: #FFF; }

.strip {
  padding: 100px 0 200px 0;
  margin: 120px 0;
  z-index: 99;
  position: relative; }
  @media (max-width: 1280px) {
    .strip {
      padding: 100px 0 150px 0; } }
  @media (max-width: 1024px) {
    .strip {
      padding: 100px 0 100px 0; } }
  @media (max-width: 767px) {
    .strip {
      padding: 100px 0 50px 0; } }
  .strip.gray {
    background: #EFEFEF; }
  .strip.white {
    background: #fff; }
  .strip.no-overlay .img-bg:before {
    display: none; }
  .strip--full-width {
    width: 100%; }
  .strip--video-strip {
    margin: 0;
    padding: 100px 0 120px 0; }
    .strip--video-strip.decrease-top-margin {
      padding-top: 30px; }
    .strip--video-strip.decrease-bottom-margin {
      padding-bottom: 60px; }
    .strip--video-strip .intro-strip__right-image {
      margin: 0 !important; }
  .strip.default .column {
    position: relative; }
    @media (max-width: 1100px) {
      .strip.default .column.left {
        -ms-flex: 0 0 60%;
        -webkit-box-flex: 0;
        flex: 0 0 60%;
        max-width: 60%; } }
    @media (max-width: 767px) {
      .strip.default .column.left {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  .strip--min--height {
    min-height: 565px; }
    @media (max-width: 1100px) {
      .strip--min--height {
        min-height: 500px; } }
    .strip--min--height .img-bg {
      min-height: 565px; }
      @media (max-width: 1100px) {
        .strip--min--height .img-bg {
          min-height: 500px; } }
  .strip--content {
    margin: 0;
    padding: 60px 0 60px 0; }
    @media (max-width: 1023px) {
      .strip--content {
        padding: 20px 0 20px 0; } }
    .strip--content.gray {
      background: #EFEFEF; }
  .strip--special {
    padding: 0; }
    .strip--special .column {
      position: relative; }
    .strip--special .img-bg {
      width: calc(100% + 150px);
      left: -150px;
      right: 0; }
      @media (min-width: 1441px) {
        .strip--special .img-bg {
          width: calc(100% + 350px);
          left: -350px; } }
      @media (min-width: 1681px) {
        .strip--special .img-bg {
          width: calc(100% + 530px);
          left: -530px; } }
  .strip.indented-image .shadow:after {
    width: 2600px;
    left: auto;
    right: 60px; }
  .strip.no-banner {
    padding-top: 260px; }
  .strip.single-article {
    padding-top: 260px; }
    .strip.single-article.w-banner {
      padding-top: 60px; }
  .strip.img-bg,
  .strip .img-bg {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .strip.img-bg:before,
    .strip .img-bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 50%;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#181E26));
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #181E26 100%);
      opacity: 0.85;
      z-index: 0; }
  .strip .img-bg {
    z-index: 0; }
  .strip .full--width--inner {
    position: relative;
    overflow: hidden; }
  .strip .strip--title {
    margin-bottom: 55px; }
  .strip__content {
    z-index: 2; }
  .strip__button {
    margin-top: 50px; }

.about-home__right-image {
  position: relative;
  width: 100%;
  min-height: 740px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 1023px) {
    .about-home__right-image {
      margin: 50px 0; } }
  @media (max-width: 767px) {
    .about-home__right-image {
      min-height: 480px;
      margin: 20px 0; } }
  @media (max-width: 499px) {
    .about-home__right-image {
      min-height: 380px; } }
  .about-home__right-image.shorter {
    min-height: 580px; }
    @media (max-width: 767px) {
      .about-home__right-image.shorter {
        min-height: 380px; } }

.about-home__quote {
  position: relative;
  background: #EFEFEF;
  padding: 44px 60px 64px 60px; }
  @media (min-width: 993px) {
    .about-home__quote {
      position: absolute;
      bottom: -160px; } }
  @media (max-width: 1279px) {
    .about-home__quote {
      right: -90px;
      bottom: -50px;
      max-width: 400px;
      padding: 44px 40px 44px 40px; } }
  @media (max-width: 1100px) {
    .about-home__quote {
      right: -100px;
      max-width: 360px; } }
  @media (max-width: 991px) {
    .about-home__quote {
      bottom: auto;
      right: auto;
      max-width: 100%; } }
  @media (max-width: 1023px) {
    .about-home__quote {
      margin-top: 30px; } }
  @media (max-width: 499px) {
    .about-home__quote {
      padding: 44px 25px 54px 25px; } }
  @media (min-width: 1024px) {
    .about-home__quote.type2 {
      top: -100px; } }
  .about-home__quote.white {
    background: #fff; }

.about-home blockquote {
  position: relative;
  text-align: center;
  padding-top: 57px;
  margin: 0; }
  .about-home blockquote:before {
    content: url(../img/quote_symbol.svg);
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 24px; }
  .about-home blockquote p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 300;
    margin-bottom: 20px; }
    @media (max-width: 1279px) {
      .about-home blockquote p {
        font-size: 19px;
        line-height: 27px; } }
  .about-home blockquote cite {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.55px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #56ABC3;
    margin: 0; }

.about-home .button__moving-gradient {
  margin-top: 50px; }

.about-home.with-hero-image .row.bottom .column {
  z-index: 50; }
  @media (min-width: 1024px) {
    .about-home.with-hero-image .row.bottom .column {
      padding-bottom: 260px; } }
  .about-home.with-hero-image .row.bottom .column.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.about-home.type2 .row.top .column.left {
  z-index: 20; }

.about-home.type2 .row.top .column.right {
  padding-top: 50px; }
  .about-home.type2 .row.top .column.right .title--line-before--horizontal:before {
    left: -190px; }
  .about-home.type2 .row.top .column.right .title--line-before.on-screen.title--line-before--horizontal:before {
    width: 175px; }

.about-home .cutout__image {
  position: absolute;
  bottom: -250px;
  right: 0;
  width: 85%;
  max-width: 450px;
  height: auto;
  padding-right: 0;
  z-index: 15; }
  .about-home .cutout__image.switch-to-max-height {
    width: auto;
    max-height: 460px; }
  @media (max-width: 1023px) {
    .about-home .cutout__image {
      display: none; } }
  .about-home .cutout__image.pull-left {
    right: auto;
    left: 0; }

body.page-id-110 .about-home .cutout__image {
  right: 37%;
  margin-right: -101px; }

body.page-id-143 .about-home {
  margin-top: 20px; }

@media (max-width: 1210px) and (min-width: 992px) {
  body.page-id-143 .about-home {
    margin-bottom: 412px !important; }
    body.page-id-143 .about-home .cutout__image {
      bottom: -430px;
      width: 73%; }
    body.page-id-143 .about-home .about-home__quote {
      top: auto;
      bottom: -350px; } }

.intro-strip {
  margin-top: -285px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .intro-strip {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .intro-strip {
      margin-top: -20px; } }
  .intro-strip .column.left {
    z-index: 9; }
    @media (max-width: 991px) {
      .intro-strip .column.left {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .intro-strip .column.left {
        margin-bottom: 36px; } }
  .intro-strip .title-breadcrumb-wrap {
    min-height: 285px; }
    @media (max-width: 767px) {
      .intro-strip .title-breadcrumb-wrap {
        min-height: 50px;
        margin-bottom: 20px; } }
  .intro-strip .title--line-before {
    margin-bottom: 15px;
    font-size: 12px;
    /* 12px */
    font-size: 12px;
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.16667;
    /* 14px */
    color: #17458A;
    background: #C7D846;
    position: relative;
    opacity: 1;
    padding: 4px 7px;
    display: inline-block;
    text-transform: uppercase; }
    .intro-strip .title--line-before:before {
      opacity: 0.5;
      left: -215px; }
    .intro-strip .title--line-before.on-screen:before {
      width: 200px;
      top: 9px;
      z-index: 0; }
    .intro-strip .title--line-before:after {
      content: '';
      background: #C7D846;
      z-index: -1; }
  .intro-strip .title--main {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 58px;
    /* 58px */
    font-size: 58px;
    font-size: 3.625rem;
    /* 58px */
    line-height: 1.12069;
    /* 65px */
    color: #fff; }
    @media (max-width: 767px) {
      .intro-strip .title--main {
        color: #17458A; } }
    @media (max-width: 1024px) {
      .intro-strip .title--main {
        font-size: 48px;
        /* 48px */
        font-size: 3rem;
        /* 48px */
        line-height: 1.16667;
        /* 56px */ } }
    @media (max-width: 479px) {
      .intro-strip .title--main {
        font-size: 38px;
        /* 38px */
        font-size: 2.375rem;
        /* 38px */
        line-height: 1.26316;
        /* 48px */
        margin-bottom: 10px; } }
  .intro-strip__right-image {
    position: relative;
    width: 100%;
    min-height: 506px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999; }
    @media (max-width: 1024px) {
      .intro-strip__right-image {
        min-height: 420px; } }
    @media (max-width: 991px) {
      .intro-strip__right-image {
        min-height: 580px; } }
    @media (max-width: 767px) {
      .intro-strip__right-image {
        min-height: 400px; } }
    @media (max-width: 479px) {
      .intro-strip__right-image {
        min-height: 300px; } }
    .intro-strip__right-image .play-button {
      width: 124px;
      height: 124px;
      border: solid 1px #C7D846;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -62px;
      margin-top: -62px; }
      @media (max-width: 499px) {
        .intro-strip__right-image .play-button {
          width: 74px;
          height: 74px;
          margin-left: -37px;
          margin-top: -37px; } }
      .intro-strip__right-image .play-button .inner {
        position: relative;
        width: 124px;
        height: 124px; }
        @media (max-width: 499px) {
          .intro-strip__right-image .play-button .inner {
            width: 74px;
            height: 74px; } }
        .intro-strip__right-image .play-button .inner:after {
          content: '';
          background: #C7D846;
          z-index: 0;
          opacity: 0;
          width: 122px;
          height: 122px; }
          @media (max-width: 499px) {
            .intro-strip__right-image .play-button .inner:after {
              width: 61px;
              height: 61px; } }
        .intro-strip__right-image .play-button .inner svg {
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -12px;
          margin-top: -14px;
          z-index: 9; }
    .intro-strip__right-image:hover .play-button {
      background-color: #C7D846; }
      .intro-strip__right-image:hover .play-button .inner:after {
        opacity: 1; }
      .intro-strip__right-image:hover .play-button .inner svg * {
        fill: #fff; }
  .intro-strip .twitter-acc {
    margin: 50px 10px 10px 20px; }
    @media (max-width: 767px) {
      .intro-strip .twitter-acc {
        margin: 50px 10px 10px 0; } }
    .intro-strip .twitter-acc a {
      color: #4ba3eb;
      display: block;
      position: relative;
      padding-left: 26px;
      font-size: 11px;
      /* 11px */
      font-size: 11px;
      font-size: 0.6875rem;
      /* 11px */
      line-height: 1.18182;
      /* 13px */
      text-transform: uppercase;
      font-weight: 700; }
      .intro-strip .twitter-acc a svg {
        position: absolute;
        top: -2px;
        left: 0;
        width: 19px; }
        .intro-strip .twitter-acc a svg * {
          fill: #4ba3eb; }
  .intro-strip .good_old_twitter_widget {
    margin: 0 10px 0 20px;
    color: #4ba3eb;
    font-size: 14px;
    /* 14px */
    font-size: 14px;
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.35714;
    /* 19px */
    list-style: none; }
    @media (max-width: 767px) {
      .intro-strip .good_old_twitter_widget {
        margin: 0 10px 0 0; } }
    .intro-strip .good_old_twitter_widget li {
      padding: 0; }
      .intro-strip .good_old_twitter_widget li:after {
        display: none; }
    .intro-strip .good_old_twitter_widget a {
      color: #4ba3eb; }
    .intro-strip .good_old_twitter_widget .gotw_comma {
      display: none; }
    .intro-strip .good_old_twitter_widget .twitter-timestamp {
      display: block;
      color: #b1b1b1;
      font-size: 12px;
      /* 12px */
      font-size: 12px;
      font-size: 0.75rem;
      /* 12px */
      line-height: 1.08333;
      /* 13px */
      margin-top: 15px; }

.shadow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  height: 63px;
  background-color: #17458A;
  -webkit-box-shadow: 0 12px 24px 0 rgba(23, 69, 138, .5), 0 12px 24px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 12px 24px 0 rgba(23, 69, 138, .5), 0 12px 24px 0 rgba(0, 0, 0, .25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1; }
  @media (max-width: 767px) {
    .shadow:after {
      bottom: 5px; } }

.shadow.contact-map:after {
  bottom: 7px; }

.shadow--button:after {
  right: 15px;
  left: 15px;
  height: 21px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(23, 69, 138, .5), 0 6px 12px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 6px 12px 0 rgba(23, 69, 138, .5), 0 6px 12px 0 rgba(0, 0, 0, .25);
  -webkit-filter: blur(1px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
  filter: blur(1px); }

.shadow--button:hover:after {
  -webkit-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px); }

.shadow--more-fill:after {
  right: 25px;
  left: 25px; }

.shadow--lighter:after {
  top: 0;
  height: auto;
  background-color: #17458A;
  -webkit-box-shadow: 0 0 54px 0 rgba(23, 69, 138, .5), 0 12px 24px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 54px 0 rgba(23, 69, 138, .5), 0 12px 24px 0 rgba(0, 0, 0, .25); }

.shadow--nav:after {
  right: 17px;
  left: 17px;
  height: 21px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(23, 69, 138, .5), 0 6px 12px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 6px 12px 0 rgba(23, 69, 138, .5), 0 6px 12px 0 rgba(0, 0, 0, .25); }

#map {
  overflow: hidden; }
  #map #map-1 {
    height: 500px; }
    @media (max-width: 1024px) {
      #map #map-1 {
        height: 420px; } }
    @media (max-width: 991px) {
      #map #map-1 {
        height: 580px; } }
    @media (max-width: 767px) {
      #map #map-1 {
        height: 400px; } }
    @media (max-width: 479px) {
      #map #map-1 {
        height: 300px; } }
  #map iframe {
    z-index: 20; }

.bannerDIS {
  position: relative;
  background-size: cover;
  width: 100%; }
  .bannerDIS__center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .bannerDIS--full-height {
    height: 100vh; }
  .bannerDIS--ar {
    padding-bottom: 42%; }
  .bannerDIS__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.7;
    background: linear-gradient(180.35deg, transparent 0%, #000000 100%); }
    .bannerDIS__overlay--full {
      height: 100%; }

.banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  /*
	.overlay {
		width: 100%;
		height: 100%;
		content: " ";
		z-index: 1;
		display: block;
		@extend %zero;
		background: rgba(24,30,38, 0.7);		
	}*/ }
  .banner.default {
    height: 640px;
    background-color: #17458A; }
    @media (max-width: 1439px) {
      .banner.default {
        height: 570px; } }
    @media (max-width: 1099px) {
      .banner.default {
        height: 600px; } }
    @media (max-width: 767px) {
      .banner.default {
        height: 240px; } }
    .banner.default:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); }
    .banner.default .overlay-bottom {
      width: 100%;
      height: 100%;
      content: " ";
      z-index: 2;
      display: block;
      opacity: 0.75;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), to(#000));
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 45%, #000 100%); }
    .banner.default .caption {
      position: absolute;
      width: 100%;
      bottom: 70px;
      z-index: 99999999; }
      @media (max-width: 767px) {
        .banner.default .caption {
          padding-top: 110px; } }
      .banner.default .caption .container {
        position: relative; }
      @media (max-width: 1099px) {
        .banner.default .caption {
          bottom: 40px; } }
      .banner.default .caption .small-title {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 1px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .banner.default .caption h1 {
        max-width: 1045px; }
  .banner.special {
    min-height: 500px;
    background-position: center top;
    padding-bottom: 400px; }
    @media (max-width: 767px) {
      .banner.special {
        padding-bottom: 100px; } }
    .banner.special.reduced-bott-padd {
      padding-bottom: 220px; }
    .banner.special:before {
      content: " ";
      z-index: -1;
      display: block;
      opacity: 0.9;
      background: #edeced; }
    .banner.special:after {
      content: '';
      width: 100%;
      height: 250px;
      right: 0;
      bottom: -80px;
      display: block;
      position: absolute;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #edeced), to(rgba(237, 236, 237, 0)));
      background: linear-gradient(to top, #edeced 40%, rgba(237, 236, 237, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      background: linear-gradient(to top, #edeced 40%, rgba(237, 236, 237, 0) 100%); }
    .banner.special h2, .banner.special .h2 {
      z-index: 99;
      font-size: 54px;
      font-size: 3.375rem;
      line-height: 54px;
      line-height: 3.375rem;
      font-style: normal;
      font-weight: 300;
      text-align: center;
      text-transform: none;
      padding-top: 246px; }
      @media (max-width: 1023px) {
        .banner.special h2, .banner.special .h2 {
          padding-top: 256px;
          font-size: 2.125rem;
          line-height: 2.125rem; } }
      @media (max-width: 767px) {
        .banner.special h2, .banner.special .h2 {
          font-size: 1.75rem;
          line-height: 1.75rem;
          color: #17458A !important;
          -webkit-text-fill-color: #17458A !important; } }
      @media (max-width: 479px) {
        .banner.special h2, .banner.special .h2 {
          font-size: 1.5625rem;
          line-height: 1.5625rem; } }
      .banner.special h2.hidden, .banner.special .h2.hidden {
        opacity: 0; }
    .banner.special h1, .banner.special .h1 {
      z-index: 99;
      font-size: 154px;
      font-size: 9.625rem;
      line-height: 154px;
      line-height: 9.625rem;
      font-style: normal;
      font-weight: 300;
      text-align: center;
      text-transform: none;
      padding-top: 305px; }
      @media (max-width: 1023px) {
        .banner.special h1, .banner.special .h1 {
          font-size: 5.875rem;
          line-height: 5.875rem; } }
      @media (max-width: 767px) {
        .banner.special h1, .banner.special .h1 {
          font-size: 4rem;
          line-height: 4rem;
          color: #17458A !important;
          -webkit-text-fill-color: #17458A !important; } }
      @media (max-width: 479px) {
        .banner.special h1, .banner.special .h1 {
          padding-top: 300px;
          font-size: 3.375rem;
          line-height: 3.375rem; } }
      .banner.special h1.hidden, .banner.special .h1.hidden {
        opacity: 0; }
    @media (max-width: 1100px) {
      .banner.special.type2 h2, .banner.special.type2 .h2 {
        padding-top: 146px; } }
  @media (max-width: 1100px) and (max-width: 767px) {
    .banner.special.type2 h2, .banner.special.type2 .h2 {
      padding-top: 156px; } }
    @media (max-width: 1100px) {
      .banner.special.type2 h1, .banner.special.type2 .h1 {
        padding-top: 205px; } }
    .banner.special .content {
      z-index: 9999;
      position: relative; }
    .banner.special .description {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 32px;
      line-height: 2rem;
      font-weight: 200;
      color: #181E26;
      letter-spacing: 1px;
      display: block;
      text-align: center;
      z-index: 99;
      margin-top: 20px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .banner.special .description {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
      @media (max-width: 479px) {
        .banner.special .description {
          font-size: 1.0625rem;
          line-height: 1.3125rem; } }
    .banner.special svg {
      z-index: 9999;
      font-family: "effra";
      font-size: 140px;
      font-size: 8.75rem;
      line-height: 144px;
      line-height: 9rem;
      font-style: normal;
      font-weight: 200; }
      .banner.special svg text:before {
        content: " ";
        z-index: 2;
        display: block;
        opacity: 0.75;
        background: red; }
      .banner.special svg .img-layer {
        fill: url(#p-img); }

input.full-width {
  width: 100%;
  margin-bottom: 15px; }

input {
  border: none;
  padding: 20px 25px;
  color: white;
  font-size: 18px !important;
  font-size: 1.125rem !important; }
  input:focus {
    outline: none; }
  input::-webkit-input-placeholder {
    color: white; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  input:-ms-input-placeholder {
    color: white; }

select {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  line-height: 27px;
  color: #181E26;
  background-color: transparent;
  padding: 14px 23px;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  margin-top: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select:focus {
    outline: none; }

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 68px;
  height: 68px;
  z-index: 99;
  display: none; }
  .back-to-top:before {
    --size: 120px; }
  .back-to-top svg * {
    fill: none; }
  @media (max-width: 767px) {
    .back-to-top {
      width: 40px !important;
      height: 40px !important;
      bottom: 50px;
      right: 25px; } }

.notification--wrapper {
  width: 100%;
  background: #17458A;
  color: #17458A;
  display: none;
  z-index: 10; }
  @media (min-width: 768px) {
    .notification--wrapper {
      position: absolute;
      z-index: 9999;
      top: 140px;
      left: 0;
      right: 0;
      max-width: 1220px;
      min-height: 75vh;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .notification--wrapper {
      position: absolute;
      top: 15vh;
      z-index: 100; } }
  .notification--wrapper .notification-pop-up {
    padding: 75px 120px 75px 120px;
    text-align: left;
    position: relative; }
    @media (max-width: 767px) {
      .notification--wrapper .notification-pop-up {
        padding: 70px 25px 70px 25px; } }
    .notification--wrapper .notification-pop-up .notification__text {
      position: relative;
      font-family: "effra";
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: white;
      margin: 0; }
      .notification--wrapper .notification-pop-up .notification__text .button {
        display: block !important;
        max-width: 220px;
        margin: 30px auto 15px; }
    .notification--wrapper .notification-pop-up .close-button {
      position: absolute;
      top: 35px;
      right: 44px; }
      @media (max-width: 767px) {
        .notification--wrapper .notification-pop-up .close-button {
          top: 28px; } }
    .notification--wrapper .notification-pop-up .warning-button {
      position: absolute;
      top: 35px;
      left: 32px; }
      @media (max-width: 767px) {
        .notification--wrapper .notification-pop-up .warning-button {
          top: 28px; } }
  .notification--wrapper p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #17458A;
    margin: 0; }
  .notification--wrapper h1, .notification--wrapper h2, .notification--wrapper h3, .notification--wrapper h4, .notification--wrapper h5, .notification--wrapper h6 {
    color: white;
    margin-bottom: 30px; }

@media (max-width: 767px) {
  .nav .notification--wrapper {
    display: none !important; } }

@media (min-width: 768px) {
  .site-footer .notification--wrapper {
    display: none !important; } }

#cookie-bar {
  position: fixed;
  background: -webkit-gradient(linear, right top, left top, from(#56ABC3), to(#17458A));
  background: linear-gradient(270deg, #56ABC3 0%, #17458A 100%);
  bottom: 0;
  width: 100%;
  padding: 26px 11px 26px 11px;
  z-index: 9999999999;
  color: #fff;
  display: none;
  text-align: center; }
  @media (max-width: 767px) {
    #cookie-bar {
      padding: 10px 0; } }
  #cookie-bar .inner {
    display: inline-block;
    position: relative; }
    @media (min-width: 1100px) {
      #cookie-bar .inner {
        padding: 0 120px 0 15px; } }
    @media (min-width: 1440px) {
      #cookie-bar .inner {
        padding: 0 120px 0 65px; } }
    @media (max-width: 1099px) {
      #cookie-bar .inner {
        padding: 0 100px 0 0; } }
    @media (max-width: 767px) {
      #cookie-bar .inner {
        padding: 0; } }
    #cookie-bar .inner p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #fff;
      margin: 0;
      display: inline-block; }
  #cookie-bar #disablebar {
    display: inline-block;
    cursor: pointer;
    z-index: 3;
    background-color: #17458A;
    border-color: #17458A;
    padding: 6px 18px 6px 18px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #cookie-bar #disablebar {
        top: -2px;
        right: 5px;
        position: absolute; } }
    @media (max-width: 767px) {
      #cookie-bar #disablebar {
        margin-top: 10px; } }
    #cookie-bar #disablebar:focus, #cookie-bar #disablebar:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0; }
    #cookie-bar #disablebar .svg-arrow {
      display: none !important; }
  #cookie-bar a {
    color: #C7D846;
    font-weight: normal; }

.accordion .title, .accordion h1, .accordion .h1, .accordion h2, .accordion .h2, .accordion h3, .accordion .h3, .accordion h4, .accordion .h4 {
  color: #17458A; }

.accordion__title {
  text-transform: none;
  font-size: 21px;
  padding-right: 50px; }

.accordion__item {
  border-bottom: 1px solid #17458A; }

.accordion__trigger {
  position: relative;
  padding: 28px 30px;
  cursor: pointer; }

.accordion__content--wrapper .accordion__content {
  padding: 0 15px 0 30px; }

.accordion__trigger-icon {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 14px;
  height: 14px; }

.accordion__plus {
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  height: 14px;
  /* Vertical line */
  /* horizontal line */ }
  .accordion__plus:before, .accordion__plus:after {
    content: "";
    position: absolute;
    background-color: #17458A;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-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; }
  .accordion__plus:before {
    top: 0;
    left: 6px;
    width: 2px;
    height: 100%; }
  .accordion__plus:after {
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: center;
    transform-origin: center; }

.accordion .open .accordion__trigger-icon svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion .open .accordion__plus:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.search-results-container {
  margin: 40px 0; }
  .search-results-container .strip--title {
    margin-bottom: 55px;
    font-size: 66px;
    /* 66px */
    font-size: 66px;
    font-size: 4.125rem;
    /* 66px */
    line-height: 1.06061;
    /* 70px */
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .search-results-container .strip--title {
        font-size: 56px;
        /* 56px */
        font-size: 3.5rem;
        /* 56px */
        line-height: 1.07143;
        /* 60px */ } }
    @media (max-width: 767px) {
      .search-results-container .strip--title {
        font-size: 40px;
        /* 40px */
        font-size: 2.5rem;
        /* 40px */
        line-height: 1.1;
        /* 44px */ } }
  .search-results-container article {
    padding-bottom: 20px;
    border-bottom: solid 1px #C7D846;
    margin-bottom: 40px; }
    .search-results-container article .title, .search-results-container article h1, .search-results-container article .h1, .search-results-container article h2, .search-results-container article .h2, .search-results-container article h3, .search-results-container article .h3, .search-results-container article h4, .search-results-container article .h4 {
      margin-bottom: 20px; }
  .search-results-container #sidebar .navbar-form {
    margin: 8px 0 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #17458A; }
    .search-results-container #sidebar .navbar-form .form-group {
      position: relative; }
      .search-results-container #sidebar .navbar-form .form-group .form-control {
        width: 100%;
        border-radius: 0;
        border: none;
        font-size: 18px;
        line-height: 20px;
        color: #17458A;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 400;
        height: 56px;
        padding: 20px 55px 20px 20px;
        background: none; }
      .search-results-container #sidebar .navbar-form .form-group button {
        position: absolute;
        right: 0;
        padding: 0;
        top: 0;
        background: none;
        border: none;
        width: 50px;
        height: 56px; }
        .search-results-container #sidebar .navbar-form .form-group button:focus, .search-results-container #sidebar .navbar-form .form-group button:active, .search-results-container #sidebar .navbar-form .form-group button:Hover {
          outline: 0; }
        .search-results-container #sidebar .navbar-form .form-group button:after {
          background-image: url(../img/search.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          content: '';
          width: 44px;
          height: 19px;
          display: block; }

.user-activation-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  background: #fff; }
  .user-activation-screen .user-act-inner {
    width: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -220px;
    text-align: center; }
    .user-activation-screen .user-act-inner img {
      margin: 0 auto 52px auto;
      display: block; }
    .user-activation-screen .user-act-inner h2 {
      font-size: 37.052px;
      font-size: 2.31579rem;
      line-height: 45.473px;
      line-height: 2.84211rem;
      color: #17458A !important;
      margin-bottom: 20px !important; }
    .user-activation-screen .user-act-inner div {
      display: block;
      font-size: 18.526px;
      font-size: 1.15789rem;
      line-height: 32px;
      line-height: 2rem;
      font-style: normal;
      font-weight: 400;
      margin-bottom: 0;
      color: #17458A; }
      .user-activation-screen .user-act-inner div p {
        font-size: 18.526px !important;
        font-size: 1.15789rem !important;
        line-height: 32px !important;
        line-height: 2rem !important; }
  .user-activation-screen:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 500%;
    height: 0;
    overflow: hidden;
    padding-top: 300%;
    background: #fff;
    -webkit-transform: rotate(45deg) translate(-50%, 30%);
    transform: rotate(45deg) translate(-50%, 30%);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 2.5s linear;
    transition: -webkit-transform 2.5s linear;
    transition: transform 2.5s linear;
    transition: transform 2.5s linear, -webkit-transform 2.5s linear; }

.mrg-60 {
  margin: 60px 0px; }

.mrg-100 {
  margin: 100px 0px; }
  @media (max-width: 1023px) {
    .mrg-100 {
      margin: 60px 0px; } }

.mrg-120 {
  margin: 120px 0px; }
  @media (max-width: 1023px) {
    .mrg-120 {
      margin: 80px 0px; } }
  @media (max-width: 767px) {
    .mrg-120 {
      margin: 50px 0px; } }

.mrg-140 {
  margin: 140px 0px; }
  @media (max-width: 1023px) {
    .mrg-140 {
      margin: 80px 0px; } }
  @media (max-width: 767px) {
    .mrg-140 {
      margin: 50px 0px; } }

.mrg-top-0 {
  margin-top: 0; }

.mrg-top-60 {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .mrg-top-60 {
      margin-top: 40px; } }

.mrg-bottom-0 {
  margin-bottom: 0; }

.mrg-bottom-20 {
  margin-bottom: 20px; }

.mrg-bottom-50 {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .mrg-bottom-50 {
      margin-bottom: 40px; } }

.mrg-bottom-120 {
  margin-bottom: 120px; }
  @media (max-width: 1023px) {
    .mrg-bottom-120 {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .mrg-bottom-120 {
      margin-bottom: 50px; } }

.pad-top-20 {
  padding-top: 20px; }

.pad-bott-40 {
  padding-bottom: 40px; }

.extra-mrg-bottom {
  margin-bottom: 245px; }
  @media (max-width: 1023px) {
    .extra-mrg-bottom {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .extra-mrg-bottom {
      margin-bottom: 70px; } }

.pad-lg-top {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-top {
      padding-top: 25px; } }

.pad-lg-btm {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-btm {
      padding-bottom: 25px; } }

.pad-lg-side {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-side {
      padding: 0 25px; } }

.pad-lg {
  padding: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg {
      padding: 25px; } }

.pad-med-top {
  padding-top: 40px; }

.pad-med-btm {
  padding-bottom: 40px; }

.pad-med-side {
  padding: 0 40px; }

.pad-med {
  padding: 40px; }

.pad-sm-top {
  padding-top: 25px; }

.pad-sm-btm {
  padding-bottom: 25px; }

.pad-sm-side {
  padding: 0 25px; }

.pad-sm {
  padding: 25px; }

.sit-above {
  position: relative;
  z-index: 20; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item .item {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1150ms;
  animation-duration: 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 30px;
  left: 24px; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #fff;
      border: solid 1px #fff;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      opacity: 0.5; }

.post-carousel {
  position: relative; }
  .post-carousel .owl-nav {
    display: none !important; }
  .post-carousel .owl-dots {
    position: absolute;
    bottom: 90px;
    left: auto;
    right: 28px;
    width: 60px; }
    .post-carousel .owl-dots .owl-dot {
      -webkit-appearance: none;
      padding: 0;
      background: none;
      border: none;
      outline: none; }
      .post-carousel .owl-dots .owl-dot span {
        background: #DEDEDE;
        border: solid 1px #DEDEDE;
        opacity: 1;
        margin: 5px 5px;
        border-radius: 0 !important;
        width: 7px;
        height: 7px; }
      .post-carousel .owl-dots .owl-dot:hover, .post-carousel .owl-dots .owl-dot.active {
        outline: none; }
        .post-carousel .owl-dots .owl-dot:hover span, .post-carousel .owl-dots .owl-dot.active span {
          background: #C7D846;
          border: solid 1px #C7D846;
          opacity: 1;
          width: 7px;
          height: 7px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 767px) {
    .mfp-wrap {
      overflow-y: scroll !important; } }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .mfp-container {
      padding: 24px 8px; } }

.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: 1000000004; }
  @media (max-width: 767px) {
    .mfp-content {
      max-height: 95%; }
      .mfp-content .lightbox-content-inner {
        overflow-y: scroll;
        padding-top: 20px;
        padding-bottom: 60px; } }

/*
@media (max-width: 767px) {
	
	.mfp-content {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    display: block;
	    z-index: 999999999999999;
	}
}
*/
.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: 1000000003; }
  .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 {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: 1;
  background-image: url(../img/popup-close.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: absolute;
  top: -70px;
  right: 0; }
  @media (max-width: 767px) {
    button.mfp-close {
      width: 30px;
      height: 30px;
      top: -40px;
      right: 5px !important; } }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: 1; }

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-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  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-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, .6);
    box-shadow: 0 0 8px rgba(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;
  max-height: 700px !important; }

/* The shadow behind the image */
.mfp-figure {
  position: relative;
  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, .6);
    box-shadow: 0 0 8px rgba(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: 80%; }

.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, .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, .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; } }

/* start state */
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0.3);
  transform: scale(0.4); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }
