@charset "UTF-8";
@import url("https://use.typekit.net/wpl5oqh.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1350px;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.row--margin {
  margin: 0 -1.5rem;
}

@media (max-width: 767px) {
  .row--xs {
    display: flex;
    flex-wrap: wrap;
  }
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-full {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 1200px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}

@media (min-width: 1200px) {
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 1200px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 1200px) {
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media all and (min-width: 1400px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1600px) {
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 500px) {
  .col-xs-6 {
    width: 50%;
  }
}

.col-xs-12 {
  width: 100%;
}

.col-xxs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "rucksack", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  overflow-x: hidden;
  background-color: #fff;
  color: #1d1368;
}
@media (min-width: 1600px) {
  body {
    font-size: 1.7rem;
  }
}

a {
  color: #1d1368;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

p a {
  color: inherit;
  box-shadow: inset 0 -1px 0 0 #1d1368;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: box-shadow 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
}
p a:hover, p a:focus {
  box-shadow: inset 0 -25px 0 0 rgba(48, 52, 255, 0.15);
}
p small {
  font-size: 1.4rem;
}

.main-content-area {
  padding: 4rem 0 5rem 0;
}
@media (min-width: 992px) {
  .main-content-area {
    padding: 5rem 4rem 6rem 0;
  }
}

h1 {
  font-size: 2.6rem;
  line-height: 1;
  font-family: "rucksack", sans-serif;
  font-weight: 600;
  color: #1d1368;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}

h2 {
  font-family: "rucksack", sans-serif;
  font-size: 2.2rem;
  line-height: 2.3rem;
  margin-bottom: 1.3rem;
  font-weight: 600;
  color: #1d1368;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
}

h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #ff7180;
  font-family: "rucksack", sans-serif;
}
h3.heading--orange {
  color: #ff7700;
}
h3.heading--green {
  color: #00802a;
}
h3.heading--blue {
  color: #1d1368;
}
h3.heading--red {
  color: #dd000a;
}

h4 {
  font-size: 2rem;
  line-height: 1;
  font-family: "rucksack", sans-serif;
}

h5 {
  font-size: 1.4rem;
  font-style: italic;
  font-family: "rucksack", sans-serif;
}

.block {
  margin: 2rem 0;
  width: 100%;
}
@media (min-width: 992px) {
  .block {
    margin: 3rem 0;
  }
}

hr {
  border: 2px solid #000;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  hr {
    margin: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  hr {
    margin: 5rem 0;
  }
}

::selection {
  background: rgba(29, 19, 104, 0.5);
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(29, 19, 104, 0.5);
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(29, 19, 104, 0.5);
  color: #FFF;
  text-shadow: none;
}

p {
  margin-top: 0;
}

blockquote {
  border-left: 3px solid #1d1368;
  padding: 0.5rem 0 0.75rem 2rem;
  font-weight: 700;
  margin: 2.5rem 0 4.5rem 0;
}
@media (min-width: 768px) {
  blockquote {
    margin: 3.5rem 0 5.5rem 0;
  }
}
@media (min-width: 992px) {
  blockquote {
    margin-left: 6rem;
  }
}
blockquote p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
blockquote cite {
  font-weight: normal;
  font-style: normal;
  margin-top: 1.2rem;
}

ol {
  margin-bottom: 3rem;
}
ol li {
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
}

figure {
  margin: 0 0 6rem 0;
}
figure figcaption {
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  position: relative;
}

table {
  border: 2px solid #000;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 6.5rem;
  font-size: 1.5rem;
  background-color: transparent;
}
table th,
table td {
  border: 2px solid #000;
  padding: 1.5rem;
}

[data-aos=fade-up] {
  transform: translate3d(0, 15px, 0) !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: none !important;
}

a.blue-link {
  color: #1d1368 !important;
  font-weight: bold;
  box-shadow: none !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #76B737 !important;
  color: #76B737 !important;
  width: 11px !important;
}
@media (min-width: 992px) {
  .swiper-button-next, .swiper-button-prev {
    width: 16px !important;
  }
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #ff7700 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
}
@media (min-width: 992px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
  }
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

/* fix to now show parent breadcrumb on child pages */
.page-child .breadcrumb > span:first-of-type {
  padding-left: 0;
}
.page-child .breadcrumb > span > span {
  padding-left: 0;
}
.page-child .breadcrumb span {
  padding-left: 10px;
}
.page-child .breadcrumb span a {
  margin-right: 10px;
}
.page-child .breadcrumb span span span {
  flex-wrap: wrap;
  align-items: center;
}
.page-child .breadcrumb span span span a {
  display: inline-block;
}
.page-child .breadcrumb span span span:before {
  display: none;
}
.page-child .breadcrumb span span span span:before {
  content: "";
  display: inline-block;
}

.otgs-development-site-front-end, .wpml-ls-statics-footer {
  display: none;
}

.content-text {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .content-text {
    margin-bottom: 5rem;
  }
}
.content-text__inner h2:first-child, .content-text__inner h3:first-child {
  margin-top: 0;
}
.content-text .btn {
  margin: 1rem 1rem 0 0;
}
@media (min-width: 992px) {
  .content-text .btn {
    margin: 1rem 1.5rem 0 0;
  }
}

.content-text__inner p a,
.highlight-content__text p a {
  box-shadow: none;
  text-decoration: underline;
}
.content-text__inner p a:hover, .content-text__inner p a:focus,
.highlight-content__text p a:hover,
.highlight-content__text p a:focus {
  box-shadow: none;
}
.content-text__inner .btn,
.highlight-content__text .btn {
  align-items: center;
  width: fit-content;
}
.content-text__inner .btn span,
.highlight-content__text .btn span {
  width: calc(100% - 30px);
}
.content-text__inner .btn--download,
.highlight-content__text .btn--download {
  font-size: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.content-text__inner .btn--download:after,
.highlight-content__text .btn--download:after {
  content: "";
  display: inline-block;
  background: url(../img/download-icon.png) center center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  margin-left: 10px;
  position: relative;
  top: 0.1rem;
}
.highlight-content {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .highlight-content {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .highlight-content__text {
    padding-right: 5rem;
  }
}
@media (max-width: 767px) {
  .highlight-content__text {
    margin-bottom: 4.5rem;
  }
}
.highlight-content__text h2:first-child {
  margin-top: 0;
}

.btn {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
  padding: 0.9rem 2rem 0.9rem 2rem;
  text-align: center;
  display: inline-block;
  min-width: 13.4rem;
  font-weight: 700;
  text-decoration: none !important;
  font-family: "rucksack", sans-serif;
  background-color: transparent;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  cursor: pointer;
}
.btn--red {
  border-color: #dd000a;
}
.btn--red:hover, .btn--red:focus {
  border-color: #dd000a;
  background-color: rgba(221, 0, 10, 0.5);
}
.btn--red.btn--active {
  border-color: #dd000a;
  background-color: #dd000a;
}
.btn--white {
  border-color: white;
  color: white;
}
.btn--white:hover, .btn--white:focus {
  border-color: white;
  background-color: white;
  color: #1d1368;
}
.btn--white.btn--active {
  border-color: white;
  background-color: white;
  color: #1d1368;
}
.btn--green {
  border-color: #00802a;
}
.btn--green:hover, .btn--green:focus {
  border-color: #00802a;
  background-color: rgba(0, 128, 42, 0.5);
}
.btn--green.btn--active {
  border-color: #00802a;
  background-color: #00802a;
  color: white;
}
.btn--blue {
  color: #1d1368;
  border-color: #1d1368;
}
.btn--blue:hover, .btn--blue:focus {
  border-color: #1d1368;
  background-color: rgba(29, 19, 104, 0.5);
}
.btn--blue.btn--active {
  border-color: #1d1368;
  background-color: #1d1368;
  color: white;
}
.btn--pink {
  border-color: #ff7180;
  color: #1d1368;
}
.btn--pink:hover, .btn--pink:focus {
  border-color: #ff7180;
  background-color: rgba(255, 113, 128, 0.5);
}
.btn--pink.btn--active {
  border-color: #ff7180;
  background-color: #ff7180;
}
.btn--orange {
  border-color: #ff7700;
}
.btn--orange:hover, .btn--orange:focus {
  border-color: #ff7700;
  background-color: rgba(255, 119, 0, 0.5);
}
.btn--orange.btn--active {
  border-color: #ff7700;
  background-color: #ff7700;
}
.btn--header {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .btn--header {
    margin-top: 2.5rem;
  }
}
.btn__link {
  position: relative;
  padding-bottom: 0.4rem;
  font-family: "rucksack", sans-serif;
}
.btn__link:before {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  content: "";
  transition: 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='53' viewBox='0 0 46 53'%3E%3Cg%3E%3Cg transform='rotate(45 23 26.5)'%3E%3Cpath fill='none' stroke='%23f70' stroke-miterlimit='20' stroke-width='2' d='M16.21 22.709v0h8v8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center center;
}
.btn__link:after {
  content: "";
  bottom: 1px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #1d1368;
}
.btn__link:hover:before {
  transition: 0.2s ease-in-out;
  right: -3.3rem;
}
.btn__link:hover:after {
  animation-name: link-line;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.1s;
}
@keyframes link-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.btn__link--orange:after {
  background-color: #ff7700;
}
.btn__link--pink:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='53' viewBox='0 0 46 53'%3E%3Cg%3E%3Cg transform='rotate(45 23 26.5)'%3E%3Cpath fill='none' stroke='%23ff7180' stroke-miterlimit='20' stroke-width='2' d='M16.21 22.709v0h8v8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn__link--pink:after {
  background-color: #ff7180;
}
.btn__link--green:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='53' viewBox='0 0 46 53'%3E%3Cg%3E%3Cg transform='rotate(45 23 26.5)'%3E%3Cpath fill='none' stroke='%2300802a' stroke-miterlimit='20' stroke-width='2' d='M16.21 22.709v0h8v8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn__link--green:after {
  background-color: #00802a;
}
.btn__link--blue:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='53' viewBox='0 0 46 53'%3E%3Cg%3E%3Cg transform='rotate(45 23 26.5)'%3E%3Cpath fill='none' stroke='%231d1368' stroke-miterlimit='20' stroke-width='2' d='M16.21 22.709v0h8v8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn__link--blue:after {
  background-color: #1d1368;
}
.btn__link--red:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='53' viewBox='0 0 46 53'%3E%3Cg%3E%3Cg transform='rotate(45 23 26.5)'%3E%3Cpath fill='none' stroke='%23dd000a' stroke-miterlimit='20' stroke-width='2' d='M16.21 22.709v0h8v8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn__link--red:after {
  background-color: #dd000a;
}
.btn__link.small {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.btn__link.small:before {
  background-size: 34px;
}
.btn__link.download:before {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 21px;
  background-image: url("../img/downloadicon.png");
}
.btn--primary {
  background-color: #ff7700;
  border-color: #ff7700;
  color: #fff;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active, .btn--primary:not(:disabled):not(:disabled):active {
  background-color: #e66b00;
  border-color: #e66b00;
}
.btn--secondary, .btn--success {
  background-color: #1d1368;
  border-color: #1d1368;
  color: #fff;
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active, .btn--secondary:not(:disabled):not(:disabled):active, .btn--success:hover, .btn--success:focus, .btn--success:active, .btn--success:not(:disabled):not(:disabled):active {
  background-color: #050312;
  border-color: #050312;
}
.btn--default {
  background-color: #fff;
  border-color: #1d1368;
  color: #000;
}
.btn--default:hover, .btn--default:focus, .btn--default:active, .btn--default:not(:disabled):not(:disabled):active {
  background-color: #1d1368;
  border-color: #1d1368;
  color: #fff;
}
.btn--wide {
  width: 100%;
  margin-bottom: 1rem;
}
.btn--submit {
  padding: 1.4rem 3.5rem 1.5rem 3.5rem;
}

.addtoany_shortcode {
  margin-top: 20pxsingle;
}
.addtoany_shortcode a span {
  border-radius: 100% !important;
  padding: 5px;
}

.header {
  padding: 0 0 7px 0;
}

.pre-header {
  width: 100%;
  padding: 1rem 0;
  position: relative;
  z-index: 3;
}
.pre-header .container {
  display: flex;
  justify-content: flex-end;
}
.pre-header ul {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.pre-header ul li {
  list-style-type: none;
  display: none;
}
@media (min-width: 768px) {
  .pre-header ul li {
    display: block;
  }
}
.pre-header ul li.pre-header__account, .pre-header ul li.pre-header__logout {
  display: block;
}
.pre-header ul li a {
  margin-left: 1.5rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .pre-header ul li a {
    margin-left: 2rem;
    font-size: 14px;
  }
}
.pre-header__languages {
  display: flex;
  margin-left: 1rem;
}
.pre-header__languages span {
  width: 2.8rem;
  height: 2.8rem;
  color: #ff7700;
  font-size: 14px;
  border: 1px solid #ff7700;
  border-radius: 50%;
  margin-left: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-header__languages span.selected {
  color: #fff;
  background-color: #ff7700;
}
.pre-header__donate .btn {
  min-width: unset;
  padding: 0 0.8rem;
  background-color: #ff7700;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .pre-header__donate .btn {
    margin-right: 0.5rem;
  }
}
.pre-header .wpml-ls-legacy-list-horizontal {
  padding-top: 0;
}
.pre-header .wpml-ls-item .wpml-ls-link {
  border: 1px solid #ff7700;
  border-radius: 50%;
  padding: 5px 7px 8px 7px;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 700;
}
.pre-header .wpml-ls-current-language a {
  background-color: #ff7700;
  color: #fff;
}
.pre-header #searchform {
  position: relative;
}
.pre-header #searchform .search-field {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  font-size: 14px;
  padding: 0.5rem 0rem 0.3rem 0.3rem;
  margin-left: 2rem;
  color: #1d1368;
}
.pre-header #searchform .search-field:focus {
  background-image: none;
}
.pre-header #searchform .search-field:focus:after {
  display: none;
}
.pre-header #searchform .search-field::placeholder {
  color: #1d1368;
  background-image: url("../img/search_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  display: block;
}

.logo {
  position: relative;
}
.logo img {
  width: 13rem;
}
@media (min-width: 992px) {
  .logo img {
    width: 17rem;
    height: 5.3rem;
  }
}

.page-header {
  margin: 4rem 0 5.5rem 0;
}
@media (min-width: 500px) {
  .page-header {
    margin-top: 5rem 0 6.5rem 0;
  }
}
@media (min-width: 768px) {
  .page-header {
    margin: 9rem 0;
  }
}

.home .pre-header #searchform .search-field {
  color: #fff;
  border-color: #fff;
}
.home .pre-header #searchform .search-field::placeholder {
  color: #fff;
  background-image: url("../img/search_icon_white.png");
}

@media only screen and (max-width: 550px) {
  #wpadminbar {
    overflow-x: hidden;
  }
}
.footer {
  color: #fff;
  padding: 2.5rem 0 1rem 0;
  position: relative;
  background-color: #1d1368;
}
@media (min-width: 768px) {
  .footer {
    padding: 5rem 0 3rem 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 6rem 0 7.5rem 0;
  }
}
.footer .footer-copyright {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.footer .footer-copyright a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
}
.footer .footer-copyright a:hover {
  cursor: pointer;
}
.footer a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer p {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__logo {
    padding-right: 5rem;
  }
}
.footer__logo img {
  margin-bottom: 1.5rem;
}
.footer__menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  column-count: 2;
}
@media (min-width: 992px) {
  .footer__menu ul {
    padding-right: 3rem;
  }
}
.footer__menu li {
  margin-bottom: 1rem;
}
.footer__menu a {
  transition: 0.2s ease-in-out;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.8);
  display: inline;
}
.footer__menu a:hover, .footer__menu a:focus {
  color: #ff7700;
  box-shadow: inset 0 -1px 0 0 rgba(255, 119, 0, 0.8);
}
.footer__contact {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  margin-bottom: 0.3rem;
}
.footer__contact:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.footer__address:before {
  background-image: url(../img/pin.svg);
}
.footer__email:before {
  background-image: url(../img/mail.svg);
}
.footer__phone:before {
  background-image: url(../img/phone.svg);
}
.footer__social a {
  margin-bottom: 1rem;
}
.footer .social-block {
  margin-top: 2rem;
}
.footer .social-block a {
  margin-right: 1rem;
  background-color: #334cb5;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 17px;
  transition: 0.2s ease-in-out;
}
.footer .social-block a:hover, .footer .social-block a:focus {
  background-color: #ff7700;
}
.footer .credits h6 {
  margin-left: auto;
  margin-right: 0;
}

.featured-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .featured-item {
    padding-bottom: 3rem;
  }
}
.featured-item__img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 26rem;
  width: 100%;
}
@media (min-width: 500px) {
  .featured-item__img {
    height: 35rem;
  }
}
@media (min-width: 768px) {
  .featured-item__img {
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .featured-item__img {
    height: 25rem;
  }
}
@media (min-width: 1200px) {
  .featured-item__img {
    height: 31rem;
  }
}
@media (min-width: 1600px) {
  .featured-item__img {
    height: 34rem;
  }
}
@media all and (min-width: 1800px) {
  .featured-item__img {
    height: 37rem;
  }
}
.featured-item__title {
  color: #1d1368;
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .featured-item__title {
    font-size: 2.1rem;
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .featured-item__title {
    font-size: 2.4rem;
  }
}
.featured-item__title a {
  color: inherit;
  display: block;
  transition: color 0.2s ease-in-out;
}
.featured-item__title a:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/down-chevron.svg) center center/contain no-repeat;
  transform: rotate(-90deg);
  position: relative;
  left: 0.6rem;
  transition: all 0.25s ease-in-out;
}
.featured-item__title a:hover {
  color: #00802a;
}
.featured-item__title a:hover:after {
  left: 1rem;
}
.featured-item__content {
  padding: 2.5rem 0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .featured-item__content {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .featured-item__content:before {
    content: "";
    display: inline-block;
    width: calc(100% + 7rem);
    height: 10rem;
    position: absolute;
    top: -8.5rem;
    left: -2.5rem;
    background: url(../img/grid-curve.svg) top center/cover no-repeat;
  }
}
@media (min-width: 992px) {
  .featured-item__content:before {
    top: -10rem;
  }
}
@media (min-width: 1200px) {
  .featured-item__content:before {
    top: -12rem;
  }
}
@media (min-width: 1600px) {
  .featured-item__content:before {
    top: -14rem;
  }
}
@media all and (min-width: 1800px) {
  .featured-item__content:before {
    top: -15rem;
    height: 11rem;
  }
}
@media (min-width: 768px) {
  .featured-item__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 11rem;
    position: absolute;
    top: 1rem;
    left: 0;
    background: linear-gradient(-182deg, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }
}
@media (min-width: 992px) {
  .featured-item__content:after {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .featured-item__content:after {
    top: -2rem;
  }
}
@media (min-width: 1600px) {
  .featured-item__content:after {
    top: -4rem;
  }
}
.featured-item__content * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .featured-item__content.no-heading:before {
    width: calc(100% + 14rem);
    left: -7.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .featured-item__content.no-heading:before {
    top: -9rem;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .featured-item__content.no-heading:before {
    top: -10.5rem;
  }
}
.featured-item__content.no-heading .featured-item__inner {
  padding-left: 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .featured-item__content.no-heading .featured-item__inner {
    margin-top: -10.2rem;
  }
}
.featured-item__content.no-heading .featured-item__text {
  width: 78%;
}
.featured-item__inner {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .featured-item__inner {
    margin-top: -9.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-item__inner {
    margin-top: -11.5rem;
  }
}
@media (min-width: 1600px) {
  .featured-item__inner {
    padding: 0 1.5rem 0 3.5rem;
    margin-top: -13rem;
  }
}
@media all and (min-width: 1800px) {
  .featured-item__inner {
    margin-top: -14rem;
  }
}
.featured-item__inner .post-type {
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #00802a;
}
.featured-item__inner .post-type.research {
  color: #ff7700;
}
.featured-item__text {
  margin: 0 0 1.3rem 0;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .featured-item__text {
    font-size: 1.9rem;
    width: calc(100% - 2.5rem);
  }
}
.featured-item__link {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .accordion {
    padding-bottom: 1rem;
  }
}
.accordion + .accordion {
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
.accordion__heading {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0 1.5rem 0;
  cursor: pointer;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .accordion__heading {
    padding-right: 3.5rem;
  }
}
.accordion__heading:nth-last-child(2) {
  border-bottom: 0;
}
.accordion__heading h3 {
  margin: 0;
  line-height: 1.5;
}
.accordion__heading .accordion__toggle {
  display: inline-block;
  position: absolute;
  top: 1.2rem;
  right: 4rem;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .accordion__heading .accordion__toggle {
    position: absolute;
    top: 0.4rem;
    right: 3rem;
  }
}
.accordion__heading .accordion__toggle:before, .accordion__heading .accordion__toggle:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #334cb5;
  border-radius: 10px;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.accordion__heading .accordion__toggle:before {
  top: 14px;
  left: 12px;
}
.accordion__heading .accordion__toggle:after {
  top: 14px;
  left: 12px;
  transform: rotate(90deg);
}
.accordion__heading.active .accordion__toggle:after {
  transform: rotate(0deg);
}
.accordion__title h3 {
  font-size: 2rem;
  padding-bottom: 0.3rem;
}
.accordion__title p {
  margin-bottom: 0;
}
.accordion__contents {
  display: none;
  padding: 0 6rem 2.5rem 0;
}
@media (min-width: 992px) {
  .accordion__contents {
    padding-right: 8rem;
  }
}
.accordion__contents p {
  margin-top: 0;
}
.accordion__contents p:last-child {
  margin-bottom: 0;
}
.accordion__contents p + iframe {
  margin-top: 2rem;
}
.accordion__contents iframe {
  margin-bottom: 2rem;
}
.accordion-group {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .accordion-group {
    margin-bottom: 6rem;
  }
}
.accordion-wrap {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .accordion-wrap {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  .accordion-wrap h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .accordion-wrap + .cta__full {
    margin-top: 40rem;
  }
}

.accordion-container .search-field {
  border: 2px solid #ff7180;
  padding: 0.6rem 1.5rem;
  width: 100%;
}
.accordion-container .text-content {
  margin-bottom: 2.5rem;
}
.accordion-container .text-content h2 {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .type-page .accordion-container__inner {
    max-width: 75%;
  }
}

.icon--twitter:before {
  background-image: url(../img/icon-twitter.svg);
}

.icon--link:before {
  background-image: url(../img/icon-link.svg);
}

.icon--linkedin:before {
  background-image: url(../img/icon-linked.svg);
}

.fixed {
  position: fixed;
}

iframe {
  width: 100%;
}

.image__with-caption {
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .image__with-caption {
    margin-bottom: 9rem;
  }
}
.image__with-caption img {
  width: 100%;
  display: block;
}
.image__with-caption figure {
  margin: 0;
}
.image__with-caption .image__caption {
  width: 100%;
  margin: 0;
}
.image__with-caption .image__caption-inner {
  background-color: #00802a;
  padding: 0.9rem 1.5rem 1.1rem 1.5rem;
}
@media (min-width: 768px) {
  .image__with-caption .image__caption-inner {
    padding-left: 6.5rem;
  }
}

.image__caption,
.video-block__caption {
  color: #fff;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .image__caption,
.video-block__caption {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .image__caption:before,
.video-block__caption:before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    top: 1rem;
    left: 2.4rem;
    background: url(../img/chevron-white.svg) top center/cover no-repeat;
    transform: rotate(180deg);
  }
}

.video-block {
  margin-bottom: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .video-block {
    margin-bottom: 9rem;
  }
}
.video-block__inner {
  position: relative;
  width: 100%;
}
.video-block__caption {
  background-color: #00802a;
  padding: 0.9rem 1.5rem 1.1rem 1.5rem;
}
@media (min-width: 768px) {
  .video-block__caption {
    padding-left: 6.5rem;
  }
}

.quote-block {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30rem;
  margin-bottom: 4rem;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
@media all and (max-width: 710px) {
  .quote-block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.quote-block .row {
  justify-content: center;
  margin: -52px auto;
}
@media all and (max-width: 991px) {
  .quote-block .row {
    margin: -34px auto;
  }
}
@media all and (max-width: 710px) {
  .quote-block .row {
    margin: auto;
  }
}
.quote-block .row .col-sm-7 {
  max-width: 915px;
  flex: inherit;
  -webkit-box-flex: inherit;
  width: 83%;
}
@media all and (max-width: 991px) {
  .quote-block .row .col-sm-7 {
    max-width: 90%;
    margin: auto;
  }
}
@media all and (max-width: 499px) {
  .quote-block .row .col-sm-7 {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 500px) {
  .quote-block {
    min-height: 45rem;
  }
}
@media (min-width: 768px) {
  .quote-block {
    margin-bottom: 6rem;
    min-height: 50rem;
  }
}
.quote-block__inner {
  background-color: rgba(255, 113, 128, 0.8);
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  text-align: center;
  height: 908px;
  width: 908px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  margin: 0 auto;
  min-height: auto;
}
@media all and (max-width: 1199px) {
  .quote-block__inner {
    width: 700px;
    height: 700px;
  }
  .quote-block__inner .quote-block__content {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 991px) {
  .quote-block__inner {
    width: 670px;
    height: 670px;
  }
}
@media all and (max-width: 710px) {
  .quote-block__inner {
    border-radius: 0;
    width: 100%;
  }
}
.quote-block__inner:before {
  content: "";
  display: inline-block;
  background: url(../img/quote-icon.svg) center center/contain no-repeat;
  margin: 0 auto 1.5rem auto;
  width: 6.5rem;
  height: 4.5rem;
  margin-top: 120px;
}
@media all and (max-width: 767px) {
  .quote-block__inner:before {
    margin-top: 40px;
  }
}
.quote-block__content {
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.5rem;
  margin-bottom: 4rem;
  padding-left: 35px;
  padding-right: 35px;
}
.quote-block__cite {
  font-weight: 700;
  font-size: 1.5rem;
  font-size: 2rem;
  padding-bottom: 120px;
  padding-left: 90px;
  padding-right: 90px;
}
@media all and (max-width: 991px) {
  .quote-block__cite {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-bottom: 77px;
  }
}
@media all and (max-width: 767px) {
  .quote-block__cite {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
  }
}

.content__form {
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.cli_settings_button {
  color: #00802a !important;
}

.icon-block {
  background-color: #ff7180;
  padding: 3rem 0 4.5rem 0;
  text-align: center;
}
.icon-block__title {
  margin-bottom: 1rem;
}
.icon-block__text {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 1600px) {
  .icon-block__text {
    font-size: 1.6rem;
  }
}
.icon-block__item {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .icon-block__item {
    margin-bottom: 3rem;
  }
}
.icon-block__image {
  max-width: 100%;
}
.icon-block__heading {
  margin-bottom: 4.5rem;
}
.icon-block__more {
  margin-top: 1rem;
  color: #1d1368;
}
@media (min-width: 768px) {
  .icon-block__more {
    margin-top: 3rem;
    font-size: 1.7rem;
  }
}

.gallery-block {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .gallery-block {
    margin-bottom: 5.2rem;
  }
}
.gallery-block__image {
  width: 100%;
}
@media (min-width: 500px) {
  .gallery-block__image {
    object-fit: cover;
    height: 25rem;
  }
}
@media (min-width: 500px) {
  .gallery-block__item {
    padding: 0 0.8rem 1rem 0.8rem;
  }
}
.gallery-block__row {
  position: relative;
  margin-bottom: 120px;
}
@media (min-width: 500px) {
  .gallery-block__row {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.gallery-block__row .readmore {
  width: 100%;
  display: none;
}
.gallery-block__row .readmore .row {
  display: flex;
  flex-wrap: wrap;
}
.gallery-block__row .gallery-readmore {
  margin: auto;
  margin-bottom: 20px;
  margin-top: 5px;
  display: block;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  width: fit-content;
  border-color: #1d1368;
  color: #1d1368;
}

.latest-news, .grid-section {
  margin-bottom: 7rem;
}
.latest-news h2, .grid-section h2 {
  margin-bottom: 4rem;
  margin-top: 0;
}
.latest-news .results-row, .grid-section .results-row {
  margin-left: -20px;
  margin-right: -20px;
}
@media all and (max-width: 991px) {
  .latest-news .results-row, .grid-section .results-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.latest-news .results-row .col-xxs-12, .grid-section .results-row .col-xxs-12 {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) and (min-width: 768px) {
  .latest-news .results-row .col-xxs-12:nth-last-child(-n+2), .grid-section .results-row .col-xxs-12:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .latest-news .results-row .col-xxs-12:last-child, .grid-section .results-row .col-xxs-12:last-child {
    margin-bottom: 0;
  }
}
.latest-news .results-row .card, .grid-section .results-row .card {
  margin-bottom: 0;
}
.latest-news .results-row .card .card-bottom, .grid-section .results-row .card .card-bottom {
  padding-bottom: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.video-block__overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/Triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.links-group {
  flex-wrap: wrap;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  vertical-align: middle;
}

.viewAll-small-header {
  position: relative;
  z-index: 99999999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.viewAll-small-header .home-slider__heading {
  margin: 0 40px 0 0;
}

.header-banner {
  width: 100%;
  padding-bottom: 0;
  padding-top: 2.5rem;
  position: relative;
  background-color: #1d1368;
  margin-bottom: 3rem;
}
.header-banner + .archive-page {
  margin-top: 70px;
}
.header-banner h2 {
  width: 100%;
}
.header-banner a {
  box-shadow: inset 0 -1px 0 0 #ff7700;
}
.header-banner a:hover, .header-banner a:focus {
  box-shadow: inset 0 -25px 0 0 rgba(255, 119, 0, 0.44);
}
@media (min-width: 768px) {
  .header-banner {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .header-banner {
    padding-bottom: 9rem;
    padding-top: 4rem;
    margin-bottom: 5rem;
    min-height: 38.5rem;
  }
}
@media (min-width: 768px) {
  .header-banner:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url("../img/oval-blue.svg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .header-banner:after {
    width: 50%;
  }
}
.header-banner * {
  color: #fff;
}
.header-banner ul {
  padding: 0;
  margin: 2rem 0 0 1.8rem;
}
.header-banner h1 {
  width: 100%;
  margin-bottom: 0.7rem;
  margin-top: 0;
}
.header-banner p {
  margin: 1rem 0;
}
.header-banner p:last-of-type {
  margin-bottom: 0;
}
.header-banner--orange {
  background-color: #ff7700;
}
.header-banner--orange a {
  box-shadow: inset 0 -1px 0 0 #1d1368;
}
.header-banner--orange a:hover, .header-banner--orange a:focus {
  box-shadow: inset 0 -25px 0 0 rgba(48, 52, 255, 0.15);
}
.header-banner--orange:after {
  background-image: url("../img/oval-orange.svg");
}
.header-banner--orange * {
  color: #1d1368;
}
.header-banner--orange .breadcrumb a:hover, .header-banner--orange .breadcrumb a:focus {
  color: #dd000a;
}
.header-banner--red {
  background-color: #dd000a;
}
.header-banner--red:after {
  background-image: url("../img/oval-red.svg");
}
.header-banner--blue {
  background-color: #1d1368;
}
.header-banner--blue:after {
  background-image: url("../img/oval-blue.svg");
}
.header-banner--lightblue {
  background-color: #334cb5;
}
.header-banner--lightblue:after {
  background-image: url("../img/oval-lightblue.svg");
}
.header-banner--pink {
  background-color: #ff7180;
}
.header-banner--pink:after {
  background-image: url("../img/oval-pink.svg");
}
.header-banner--green {
  background-color: #00802a;
}
.header-banner--green:after {
  background-image: url("../img/oval-green.svg");
}
.header-banner--green .breadcrumb a:hover, .header-banner--green .breadcrumb a:focus {
  color: #444;
}
.header-banner--green a {
  box-shadow: inset 0 -1px 0 0 #444;
}
.header-banner--green a:hover, .header-banner--green a:focus {
  box-shadow: inset 0 -25px 0 0 rgba(48, 52, 255, 0.15);
}
.header-banner--white {
  background-color: #fff;
}
.header-banner--white * {
  color: #1d1368;
}
.header-banner--white:after {
  background-image: url("../img/oval-white.svg");
}
.header-banner--red .breadcrumb, .header-banner--lightblue .breadcrumb, .header-banner--blue .breadcrumb, .header-banner--green .breadcrumb {
  color: #fff;
}
.header-banner--red .breadcrumb a, .header-banner--lightblue .breadcrumb a, .header-banner--blue .breadcrumb a, .header-banner--green .breadcrumb a {
  color: #fff;
  box-shadow: inset 0 -1px 0 0 #fff;
}
@media (min-width: 992px) {
  .header-banner__content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .header-banner__content {
    padding-bottom: 1.4rem;
  }
}
.header-banner__image {
  width: 100%;
  display: block;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .header-banner__image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 60%;
    object-fit: cover;
  }
}
.header-banner__content {
  position: relative;
  z-index: 2;
}
.header-banner__breadcrumbs {
  position: relative;
  z-index: 2;
}
.header-banner__breadcrumbs .breadcrumb {
  margin: 1.5rem 0 3.5rem 0;
}
.header-banner__breadcrumbs .breadcrumb > span {
  padding: 0;
  color: white;
}
.header-banner__breadcrumbs .breadcrumb > span a {
  box-shadow: none !important;
  color: white;
  box-shadow: inset 0 -1px 0 0 #fff;
}
.header-banner__breadcrumbs .breadcrumb > span a + span:before {
  background: url(../img/bread-arrow-white.png) center center/contain no-repeat;
}

.archive.post-type-archive-news .header-banner, .archive.post-type-archive-resources .header-banner {
  margin-bottom: 0;
}

.form__text,
.tml-field,
.ginput_container input,
.ginput_container_text input,
.ginput_container_number input,
textarea {
  border: 0;
  border-bottom: 2px solid #1d1368;
  background-color: transparent;
  color: #000;
  width: 100%;
  padding: 0.1rem 0rem;
  line-height: 1.2;
  font-size: 1.4rem;
}
.form__text:focus,
.tml-field:focus,
.ginput_container input:focus,
.ginput_container_text input:focus,
.ginput_container_number input:focus,
textarea:focus {
  outline: 2px dotted rgba(59, 182, 175, 0.5);
}

.gform_title {
  margin-top: 0;
}

.custom-select select {
  display: none;
}

.custom-dropdown {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 1.35rem;
  padding-right: 4rem;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  user-select: none;
  display: flex;
  align-items: center;
}
.custom-dropdown:after {
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 0;
  background: url(../img/chevron-white.svg) no-repeat;
  position: absolute;
  right: 16px;
  top: 14px;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .custom-dropdown:after {
    width: 20px;
    height: 20px;
  }
}
.custom-dropdown.open:after {
  transform: rotate(0);
}
.custom-dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.custom-dropdown.open .option {
  cursor: pointer;
}
.custom-dropdown.wide {
  width: 100%;
}
.custom-dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.custom-dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 12rem;
}
.custom-dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.custom-dropdown .list ul {
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0;
}
.custom-dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  padding-left: 1.8rem;
  padding-right: 2.9rem;
  text-align: left;
  transition: all 0.2s;
}
.custom-dropdown .option:hover, .custom-dropdown .option:focus {
  color: #1d1368;
}
.custom-dropdown .option.selected:focus {
  background: #fff;
}
.custom-dropdown .current {
  line-height: 1;
  display: inline-block;
}

.by {
  bottom: 12px;
  color: #000;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.form__textarea,
.ginput_container_textarea textarea {
  border: 2px solid #1d1368;
  padding: 1.2rem 1.5rem;
  width: 100%;
  border-radius: 0;
  min-height: 8rem;
}

.gfield {
  display: block;
  margin-bottom: 2.2rem;
}

.form-row__textarea {
  display: block;
}

.gform_previous_button, .gform_next_button {
  display: none;
}

.help-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-style: italic;
}

.custom-checkbox {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ff7700;
  background-color: transparent;
  position: absolute;
  top: 0.7rem;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.custom-checkbox:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/tick.svg) center center/contain no-repeat;
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  position: relative;
  background-size: 17px;
  background-position: center;
}

.custom-checkbox__label,
.custom-radio__label {
  padding-left: 3.3rem;
  position: relative;
}

.custom-checkbox__wrapper,
.custom-radio__wrapper {
  margin-bottom: 2.2rem;
}

.form__checkbox {
  opacity: 0;
  position: absolute;
}
.form__checkbox:checked + .custom-checkbox:after {
  opacity: 1;
  transform: scale(1);
}

.custom-radio {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 0.5;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 0.5rem;
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.custom-radio:after {
  content: "•";
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  position: relative;
  font-size: 5.5rem;
  top: -1.1rem;
  left: -0.1rem;
  color: #ff7700;
}

.form__radio {
  opacity: 0;
  position: absolute;
}
.form__radio:checked + .custom-radio {
  background-color: #fff;
}
.form__radio:checked + .custom-radio:after {
  opacity: 1;
  transform: scale(1);
}

.form__radio-group,
.form__checkbox-group {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .form__radio-group,
.form__checkbox-group {
    margin-top: 0.5rem;
  }
}

.form__label {
  font-weight: 700;
  min-width: 8rem;
}
@media (min-width: 768px) {
  .form__label {
    min-width: 10rem;
  }
}

.contact-form {
  position: relative;
  overflow: hidden;
  background-color: #ff7180;
  padding: 70px 0;
}
@media all and (max-width: 599px) {
  .contact-form #gform_page_2_1 {
    margin-bottom: 40px;
  }
}
.contact-form #gform_page_2_2 .gform_page_fields {
  margin-bottom: 20px;
}
.contact-form__form ::placeholder {
  color: rgba(29, 19, 104, 0.6);
}
.contact-form__form :-ms-input-placeholder {
  color: rgba(29, 19, 104, 0.6);
}
.contact-form__form ::-ms-input-placeholder {
  color: rgba(29, 19, 104, 0.6);
}
.contact-form__details {
  position: relative;
  bottom: -39px;
  left: 2rem;
  color: #fff;
  font-size: 1.5rem;
  margin-left: -25px;
  display: flex;
  flex-direction: column;
  min-height: 135px;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-form__details {
    bottom: 1.5rem;
    font-size: 1.6rem;
    left: 2.5rem;
    min-height: 129px;
  }
}
@media (min-width: 992px) {
  .contact-form__details {
    font-size: 1.7rem;
  }
}
.contact-form__detail {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: 4.3rem;
  color: #fff;
}
.contact-form__detail:hover, .contact-form__detail:focus {
  text-decoration: underline;
}
.contact-form__detail:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.1rem;
  margin-left: -4.3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .contact-form__detail:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contact-form__detail:before {
    position: relative;
    top: 0.3rem;
  }
}
@media (min-width: 768px) {
  .contact-form__col {
    padding-bottom: 17rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-form__col {
    padding-right: 8.5rem;
  }
}
.contact-form__phone:before {
  background-image: url(../img/phone.svg);
}
.contact-form__email:before {
  background-image: url(../img/mail.svg);
}
.contact-form__address:before {
  background-image: url(../img/pin.svg);
}
.contact-form.show_bubble .contact-form__inner:before {
  content: "";
  display: inline-block;
  background-color: #334cb5;
  border-radius: 50%;
  min-width: 58rem;
  min-height: 50rem;
  position: absolute;
  bottom: -33.5rem;
  left: -18rem;
}
@media (min-width: 768px) {
  .contact-form.show_bubble .contact-form__inner:before {
    bottom: -30rem;
  }
}
@media (min-width: 992px) {
  .contact-form.show_bubble .contact-form__inner:before {
    left: -13rem;
    bottom: -28.5rem;
  }
}
.contact-form .container {
  position: relative;
}
.contact-form textarea {
  background-color: transparent;
  min-height: 17rem;
  max-height: 12rem;
}
.contact-form .form-row__textarea {
  margin-bottom: 1.5rem;
}
.contact-form .form-row__textarea .form__label {
  display: block;
  margin-bottom: 0.8rem;
}
.contact-form .gform_button.button {
  color: #1d1368;
  border-color: #1d1368;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
  padding: 0.9rem 2rem 0.9rem 2rem;
  text-align: center;
  display: inline-block;
  min-width: 13.4rem;
  font-weight: 700;
  font-family: "rucksack", sans-serif;
  background-color: transparent;
  margin-left: 0 !important;
}
.contact-form .gform_page_footer {
  padding: 0 !important;
  margin: 0 !important;
}

/* Gravity form */
.gform_page_footer input {
  margin-bottom: 0 !important;
}

.gform_page_fields .gform_fields .gfield:last-child {
  margin-bottom: 0 !important;
}

div.gform_wrapper ul.gform_fields {
  list-style: none;
  padding-left: 0;
}
div.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}
div.gform_wrapper ul.gform_fields li.gfield:before {
  display: none;
}
div.gform_wrapper label.gfield_label {
  font-size: 1.9rem;
  font-weight: normal;
  font-family: "rucksack", sans-serif;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  div.gform_wrapper label.gfield_label {
    font-size: 2.1rem;
  }
}
div.gform_wrapper label.gfield_label + .ginput_container_textarea {
  margin-top: 1.5rem;
}
div.gform_wrapper .gform_button {
  border: 0;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  padding: 1rem 2rem 1.1rem 2rem;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  background-color: #fff;
  border: 2px solid #ff7700;
  color: #ff7700;
  font-family: "Open Sans Bold", sans-serif;
  cursor: pointer;
}
div.gform_wrapper .gform_button:hover, div.gform_wrapper .gform_button:focus {
  background-color: #ff7700;
  color: #fff;
}
div.gform_wrapper .ginput_container_text {
  width: 100%;
}
div.gform_wrapper .ginput_container_text input.medium {
  width: 100%;
}
div.gform_wrapper .form_inline {
  overflow: hidden;
}
div.gform_wrapper .form_inline .ginput_container {
  margin-top: 0;
  float: left;
  width: calc(100% - 21rem);
}
div.gform_wrapper .form_inline label.gfield_label {
  position: relative;
  top: 2rem;
  float: left;
  margin-bottom: 1rem;
  width: 21rem;
}
@media (min-width: 768px) {
  div.gform_wrapper .form_inline label.gfield_label {
    margin-bottom: 0;
  }
}
div.gform_wrapper .ginput_container_select select:not(:only-child) {
  display: none;
}
div.gform_wrapper .ginput_container_select .custom-dropdown {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
div.gform_wrapper .ginput_container_select .custom-dropdown:after {
  background-image: url(../img/chevron-black.svg);
}
div.gform_wrapper .ginput_container_select .custom-dropdown span {
  margin-bottom: 0 !important;
}
div.gform_wrapper .ginput_container_checkbox {
  margin-bottom: 3rem !important;
}
@media (min-width: 768px) {
  div.gform_wrapper .gfield_checkbox,
div.gform_wrapper .gfield_radio {
    font-size: 2.3rem;
  }
}
div.gform_wrapper .gfield_checkbox li > label,
div.gform_wrapper .gfield_radio li > label {
  padding-left: 3rem;
}
div.gform_wrapper .gfield_checkbox li > label a,
div.gform_wrapper .gfield_radio li > label a {
  text-decoration: underline;
}
div.gform_wrapper ul.gfield_checkbox li,
div.gform_wrapper .ginput_container_consent {
  margin-bottom: 1.6rem;
}
div.gform_wrapper ul.gfield_checkbox li > input[type=checkbox],
div.gform_wrapper .ginput_container_consent > input[type=checkbox] {
  position: relative;
  left: -100px;
  top: 0;
  height: 1px;
}
div.gform_wrapper ul.gfield_checkbox li > input[type=checkbox]:checked + label,
div.gform_wrapper .ginput_container_consent > input[type=checkbox]:checked + label {
  font-weight: 300;
}
div.gform_wrapper ul.gfield_checkbox li > input[type=checkbox]:checked + label:after,
div.gform_wrapper .ginput_container_consent > input[type=checkbox]:checked + label:after {
  opacity: 1;
}
div.gform_wrapper ul.gfield_checkbox li > label:before,
div.gform_wrapper .ginput_container_consent > label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 1px;
  background-color: transparent;
  position: absolute;
  top: 0.2rem;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 768px) {
  div.gform_wrapper ul.gfield_checkbox li > label:before,
div.gform_wrapper .ginput_container_consent > label:before {
    top: 0.6rem;
  }
}
div.gform_wrapper ul.gfield_checkbox li > label:after,
div.gform_wrapper .ginput_container_consent > label:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/tick.svg) center center/contain no-repeat;
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: -0.2rem;
  left: 0;
}
@media (min-width: 768px) {
  div.gform_wrapper ul.gfield_checkbox li > label:after,
div.gform_wrapper .ginput_container_consent > label:after {
    top: -0.1rem;
    width: 3rem;
    height: 3rem;
  }
}
div.gform_wrapper .ginput_container_consent input[type=checkbox] {
  opacity: 0;
  width: 1px;
}
div.gform_wrapper .ginput_container_consent .gfield_consent_label {
  padding-left: 3rem;
  position: relative;
  display: block;
  line-height: 1.6;
}
div.gform_wrapper .ginput_container_consent .gfield_consent_label:before {
  top: unset;
  bottom: 0.4rem;
}
div.gform_wrapper .ginput_container_consent .gfield_consent_label:after {
  top: unset;
  bottom: 0rem;
}
div.gform_wrapper ul.gfield_radio li {
  margin-bottom: 1.1rem;
}
div.gform_wrapper ul.gfield_radio li > input[type=radio] {
  position: absolute;
  top: -50px;
  left: -100px;
}
div.gform_wrapper ul.gfield_radio li > input[type=radio]:checked + label {
  font-weight: 300;
}
div.gform_wrapper ul.gfield_radio li > input[type=radio]:checked + label:after {
  opacity: 1;
}
div.gform_wrapper ul.gfield_radio li > label {
  padding-top: 0.5rem;
}
div.gform_wrapper ul.gfield_radio li > label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 0.5;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 0.8rem;
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 768px) {
  div.gform_wrapper ul.gfield_radio li > label:before {
    top: 1.1rem;
  }
}
div.gform_wrapper ul.gfield_radio li > label:after {
  content: "•";
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  position: absolute;
  font-size: 5rem;
  top: -2rem;
  left: 0;
  color: #ff7700;
}
@media (min-width: 768px) {
  div.gform_wrapper ul.gfield_radio li > label:after {
    top: -1.7rem;
  }
}
div.gform_wrapper .ginput_container_multiselect .custom-dropdown {
  display: none;
}
div.gform_wrapper .ginput_container_multiselect .gfield_select {
  border: 2px solid #ff7700;
  padding: 1.5rem;
  border-radius: 0;
  color: #000;
}
div.gform_wrapper .ginput_container_radio .gfield_description {
  padding-top: 1rem;
}
div.gform_wrapper li.gsection {
  padding-bottom: 3rem;
  border-bottom: 1px solid #1d1368;
}
div.gform_wrapper .gfield_description {
  font-style: italic;
}
div.gform_wrapper ul li.field_description_below div.ginput_container_radio.ginput_container,
div.gform_wrapper ul li.field_description_below div.ginput_container_checkbox.ginput_container {
  margin-top: 0;
}
div.gform_wrapper .address_country select {
  display: none;
}
div.gform_wrapper .address_country .custom-dropdown {
  min-height: 4rem;
}
div.gform_wrapper .address_country .custom-dropdown:after {
  background-image: url(../img/chevron-black.svg);
}
div.gform_wrapper .address_country .custom-dropdown li {
  margin-bottom: 0;
}

.gfield_time_ampm > select {
  display: none;
}

.gfield_time_minute > label,
.gfield_time_hour > label {
  padding-top: 0.75rem;
}

.ginput_container_fileupload input[type=file] {
  border: 0;
}

.field_sublabel_below.field_description_below > .ginput_container > span {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.field_sublabel_below.field_description_below > .ginput_container > span.ginput_left, .field_sublabel_below.field_description_below > .ginput_container > span.ginput_right {
  display: inline-flex;
  align-items: baseline;
}
.field_sublabel_below.field_description_below > .ginput_container > span > label {
  order: -1;
  margin-bottom: 0;
}
.field_sublabel_below.field_description_below > .ginput_container_name > span {
  display: inline-flex;
}

.gform_confirmation_message {
  padding: 1.5rem;
  border: 1px solid #1d1368;
  color: #1d1368;
  text-align: center;
  margin-bottom: 5rem;
}

form ::placeholder {
  color: #000;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #000;
}
form ::-ms-input-placeholder {
  color: #000;
}

.form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 0.3rem;
  color: #000;
}

input.form-control:focus {
  outline: 2px dotted rgba(178, 14, 16, 0.7);
}

.searched-term {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .searched-term {
    float: none;
    margin-top: 1rem;
  }
}
.searched-term a {
  color: #1d1368;
  text-decoration: underline;
}

.search-main {
  padding: 2rem 2rem 2rem 4.8rem;
}
@media (min-width: 768px) {
  .search-main {
    padding: 10rem 6rem;
  }
}
@media (min-width: 992px) {
  .search-main {
    padding: 10rem 14rem;
  }
}
@media (min-width: 1200px) {
  .search-main {
    padding-left: 16rem;
  }
}
@media (max-width: 767px) {
  .search-main {
    background-color: #1d1368;
    margin-bottom: 5rem;
  }
}
.search-main__input {
  border: 0;
  border-left: 3px solid #1d1368;
  padding: 0 0 0 1rem;
  background: none;
  font-size: 1.9rem;
  font-weight: normal;
  font-family: "rucksack", sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .search-main__input {
    font-size: 2.5rem;
  }
}
.search-main__input:focus {
  outline: 2px dotted rgba(255, 255, 255, 0.7);
}
.search-main__text {
  position: relative;
}
.search-main__text:before {
  content: "";
  display: inline-block;
  background: url(../img/Search_icon_white.svg) center center/contain no-repeat;
  position: absolute;
  z-index: 1;
  width: 1.9rem;
  height: 1.9rem;
  top: 0.2rem;
  left: -3.2rem;
}
@media (min-width: 768px) {
  .search-main__text:before {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.3rem;
    left: -3.9rem;
  }
}
.search-main__bg {
  position: absolute;
  top: 4.5rem;
  right: 0;
  width: 110%;
}
@media (max-width: 767px) {
  .search-main__bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-main__bg {
    top: -2.5rem;
    width: 51%;
  }
}
@media (min-width: 992px) {
  .search-main__bg {
    width: 45%;
    top: 0.5rem;
  }
}
@media all and (min-width: 1800px) {
  .search-main__bg {
    width: 50%;
  }
}
@media all and (min-width: 1900px) {
  .search-main__bg {
    width: 53%;
  }
}
@media all and (min-width: 2100px) {
  .search-main__bg {
    width: 57%;
  }
}
@media all and (min-width: 2300px) {
  .search-main__bg {
    width: 60%;
  }
}

/* Header form */
.form--nav {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .form--nav {
    margin-top: 2.1rem;
    min-width: 23rem;
  }
}
@media (max-width: 991px) {
  .form--nav {
    display: none;
  }
}
.form--nav > label {
  position: absolute;
  font-size: 1px;
  color: transparent;
  visibility: hidden;
}
.form--nav .form-control {
  padding: 0.7rem;
  font-size: 1.3rem;
  width: 100%;
  border: 2px solid #ff7700;
  color: #1d1368;
}
@media (min-width: 1200px) {
  .form--nav .form-control {
    font-size: 1.4rem;
  }
}
.form--nav .btn--search {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
}
.form--nav ::placeholder {
  color: #1d1368;
  opacity: 1;
}
.form--nav :-ms-input-placeholder {
  color: #1d1368;
}
.form--nav ::-ms-input-placeholder {
  color: #1d1368;
}

/* Search Form */
@media (min-width: 768px) {
  .search-field {
    margin-right: 1.5rem;
  }
}

.search-form {
  overflow: hidden;
  margin-bottom: 3.5rem;
}
@media (min-width: 500px) {
  .search-form {
    display: flex;
  }
}
@media (min-width: 768px) {
  .search-form {
    margin-bottom: 2.5rem;
  }
}
.search-form ::placeholder {
  color: #1d1368;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  color: #1d1368;
}
.search-form ::-ms-input-placeholder {
  color: #1d1368;
}
.search-form > label {
  visibility: hidden;
  position: absolute;
  font-size: 1px;
  color: transparent;
}
@media (max-width: 499px) {
  .search-form .search-field {
    margin-bottom: 1rem;
  }
}
@media (max-width: 499px) {
  .search-form .btn {
    width: 100%;
  }
}

.searchform .search-field {
  border: 2px solid #334cb5;
  border-radius: 0;
  padding: 0.8rem 1.5rem;
}
.searchform--orange .search-field {
  border-color: #ff7700;
}
.searchform--orange .search-submit {
  background-color: transparent;
  border: 2px solid #ff7700;
  padding: 8px 40px;
  font-weight: bold;
  color: #1d1368;
}

.filter-search {
  margin-bottom: 3rem;
  max-width: 72rem;
}
@media (min-width: 768px) {
  .filter-search {
    margin-bottom: 5.5rem;
    padding-left: 1rem;
    width: calc(100% - 1rem);
  }
}
.filter-search .form__text {
  border: 2px solid #ff7700;
  margin-right: 1.2rem;
  padding-left: 1.5rem;
}
@media (max-width: 499px) {
  .filter-search .form__text {
    margin-bottom: 1.5rem;
    min-height: 4rem;
  }
}

@media (max-width: 767px) {
  .page-template-template-resource-archive .search-form {
    margin-top: 4rem;
  }
}

.search-page__form {
  margin-bottom: 4rem;
  padding: 5rem 0;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .search-page__form {
    margin-bottom: 7rem;
    padding: 10rem 0;
  }
}
.search-page__form .form-control {
  border-bottom: 2px solid #ff7180;
  color: #1d1368;
  font-size: 2rem;
  line-height: 2.4rem;
}

.search-page__results {
  margin-bottom: 7rem;
}
.search-page__results .list-group {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.search-page__results .list-group a {
  color: #1d1368;
}
.search-page__results .list-group h3 {
  margin: 0;
}
.search-page__results .list-group p {
  margin-bottom: 0;
}
.search-page__results .list-group p:not(:empty) {
  margin-top: 1.3rem;
}
.search-page__results .list-group .list-group-item {
  padding-bottom: 3rem;
}
.search-page__results .list-group .list-group-item + .list-group-item {
  border-top: 2px solid #ff7700;
  padding-top: 3rem;
}

.searchform--lg {
  margin-bottom: 4rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .searchform--lg {
    margin-bottom: 5rem;
    margin-top: 7rem;
  }
}
.searchform--lg .form-control {
  background: transparent;
  padding: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .searchform--lg .form-control {
    min-width: 40rem;
  }
}

.custom-select select {
  display: none;
}

.custom-date {
  border-bottom: 3px solid #1d1368;
  position: relative;
}
@media (max-width: 767px) {
  .custom-date {
    max-width: 20rem;
  }
}
.custom-date:after {
  content: "";
  display: inline-block;
  background: url(../img/calendar.svg) center center/contain no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 0.3rem;
  right: 0;
}
.custom-date input {
  border: 0;
  min-width: 20rem;
  padding-bottom: 0.4rem;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 767px) {
  .custom-date input {
    max-width: 20rem;
  }
}

.form-page {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .form-page h1 {
    margin-top: 3rem;
  }
}
.form-page h1 + form {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .form-page h1 + form {
    margin-top: 6rem;
  }
}
.form-page .custom-dropdown {
  border: 0;
  border-bottom: 3px solid #1d1368;
  padding-left: 0;
  font-size: inherit;
  min-width: 20rem;
}

.file-upload {
  display: block;
  text-align: center;
  margin: 5.5rem 0;
}
@media (max-width: 767px) {
  .file-upload {
    padding-top: 3rem;
    margin-bottom: 4rem;
  }
}
.file-upload .file-select {
  display: block;
  color: #1d1368;
  cursor: pointer;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select:hover {
  border-color: #050312;
  transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  color: #1d1368;
  transition: all 0.2s ease-in-out;
}
.file-upload .file-select-button {
  border: 3px solid #1d1368;
  color: #000;
  padding: 1.2rem 2rem 1.2rem 4rem;
  display: inline-block;
  position: relative;
}
.file-upload .file-select-button:before {
  content: "";
  display: inline-block;
  background: url(../img/download.svg) center center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1.2rem;
  left: 1.3rem;
}
.file-upload .file-select-name {
  display: block;
}
@media (min-width: 768px) {
  .file-upload .file-select-name {
    display: inline-block;
    padding: 0 1rem;
    position: absolute;
    top: 1.2rem;
    left: 17rem;
  }
}
@media (max-width: 767px) {
  .file-upload .file-select-name {
    margin-top: 1.5rem;
  }
}
.file-upload input[type=file] {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload.active .file-select {
  border-color: #1d1368;
  transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select-button {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .page-form {
    max-width: 75%;
    margin-top: 10rem;
  }
}
.page-form h3 {
  font-size: 2.9rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .page-form h3 {
    margin-top: 7rem;
  }
}
.page-form .custom-dropdown {
  min-height: 3.8rem;
  font-size: 1.7rem;
}
.page-form .custom-dropdown:after {
  background-image: url(../img/chevron-black.svg);
}
.page-form .custom-checkbox__label,
.page-form .custom-radio__label {
  margin-bottom: 2rem;
  display: block;
}
.page-form .custom-checkbox {
  top: 1px;
}
.page-form .custom-radio {
  top: -0.1rem;
}
.page-form .custom-radio:after {
  font-size: 4rem;
  color: #1d1368;
  top: -0.15rem;
  left: 0.05rem;
}
.page-form label .custom-checkbox__wrapper {
  margin-top: 3rem;
}

.form-wrapper--page .gform_wrapper ul li.gfield {
  margin-top: 3rem;
}
.form-wrapper--page .gform_wrapper .gfield_time_minute {
  margin-right: 1.5rem;
}
.form-wrapper--page .gform_wrapper .ginput_container .custom-dropdown .list {
  max-height: 29rem;
  overflow: scroll;
}

body .ui-datepicker th {
  background-color: #1d1368;
  color: #fff;
  text-shadow: none;
}
body .ui-datepicker td {
  border-bottom: 1px solid #bbb;
}
body .ui-datepicker .ui-state-default {
  background: #fff;
  box-shadow: none;
  text-shadow: none;
}

.ginput_recaptcha iframe {
  height: 100px;
}

/* Donation page */
.donation__content {
  padding: 2rem 1.5rem 2.2rem 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .donation__content {
    font-size: 1.8rem;
    padding: 2.2rem 3rem 11rem 3rem;
  }
}
@media (min-width: 992px) {
  .donation__content {
    font-size: 1.9rem;
  }
}
@media all and (min-width: 1400px) {
  .donation__content {
    padding-bottom: 13rem;
  }
}
@media all and (min-width: 1800px) {
  .donation__content {
    padding-bottom: 15.5rem;
  }
}
.donation__content:first-child {
  background-color: #1d1368;
}
.donation__content:nth-child(2) {
  background-color: #00802a;
}
.donation__content:nth-child(3) {
  background-color: #ff7700;
}
.donation__content p {
  margin-bottom: 1rem;
}

.donation__amount {
  font-size: 3rem;
  font-family: "rucksack", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .donation__amount {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  .donation__amount {
    font-size: 5.8rem;
  }
}

.donate__link {
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  display: inline-block;
}

.donate__wrapper {
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin-top: -4rem;
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .donate__wrapper {
    margin-top: -6.5rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .donate__wrapper {
    margin-top: -4rem;
    margin-bottom: 10rem;
    padding-bottom: 8rem;
  }
}

.donations-breakdown-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
  margin-top: -3rem;
}
@media (min-width: 768px) {
  .donations-breakdown-content {
    margin-top: -8.5rem;
  }
}
@media (min-width: 768px) {
  .donations-breakdown-content:after {
    content: "";
    display: block;
    height: 20rem;
    width: calc(100% + 3rem);
    position: absolute;
    bottom: -11.5rem;
    left: 0;
    background: url(../img/donate-curve.svg) top center/cover no-repeat;
  }
}
@media all and (min-width: 1400px) {
  .donations-breakdown-content:after {
    height: 22rem;
  }
}
@media all and (min-width: 1800px) {
  .donations-breakdown-content:after {
    height: 24rem;
  }
}

.donate__side-text {
  font-family: "rucksack", sans-serif;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .donate__side-text {
    padding-left: 4rem;
    font-size: 2.3rem;
    line-height: 1.5;
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .donate__side-text {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .donate__side-text {
    padding-left: 0;
  }
}
@media all and (max-width: 400px) {
  .donate__side-text {
    margin-top: 1.5rem;
  }
}

.main-content #mc_embed_signup .mc-field-group {
  margin-top: 25px;
}

.search-pagination .page-numbers {
  border: 0;
  padding: 0.7rem 0;
  margin: 0 0.7rem;
  line-height: 1.25;
}
.search-pagination .page-numbers:hover, .search-pagination .page-numbers.current {
  background-color: transparent;
  font-weight: bold;
  box-shadow: inset 0 -2px 0 0 #ff7700;
  transition: all 0.15s ease-in-out;
}
.search-pagination .page-numbers.next:after, .search-pagination .page-numbers.prev:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/down-chevron.svg) no-repeat;
  position: relative;
  top: 3px;
  left: 3px;
  transform: rotate(-90deg);
}
.search-pagination .page-numbers.prev:after {
  transform: rotate(90deg);
}

@media all and (min-width: 600px) {
  .contact-form__form_wrapper .gform_body {
    display: flex;
    gap: 60px;
  }
  .contact-form__form_wrapper .gform_body .gform_page {
    width: 50%;
  }
}
.contact-form__form_wrapper .gform_body #gform_page_2_2 {
  display: block !important;
}

.contact-form {
  margin-bottom: 7rem;
}

.contact-form.show_bubble form {
  margin-bottom: 90px;
}

.home #full-wrapper {
  overflow: hidden;
}
.home .header {
  background-color: #1d1368;
}
@media (max-width: 767px) {
  .home .header {
    z-index: 3;
  }
}
.home .header a {
  color: #fff;
}
.home .header .logo a {
  background: url(../img/larche-main-logo-white.svg) center center/contain no-repeat;
  display: block;
  width: 9rem;
  height: 3.2rem;
}
@media (min-width: 768px) {
  .home .header .logo a {
    width: 21rem;
    height: 9.2rem;
  }
}
.home .header .logo a img {
  display: none;
}
.home .spinner-master2 .spinner-spin2 .spinner2 {
  background-color: #fff;
}
.home .pre-header {
  background-color: #1d1368;
}
@media (max-width: 767px) {
  .home .pre-header {
    padding-bottom: 0.5rem;
  }
}
.home .pre-header ul a {
  color: #fff;
}
.home .cta-content__container {
  position: relative;
}
@media (min-width: 768px) {
  .home .cta-content__container:before {
    content: "";
    display: inline-block;
    width: 28rem;
    height: 18rem;
    background: url(../img/Marks_3.svg) center center/contain no-repeat;
    position: absolute;
    top: -13.5rem;
    right: -16rem;
    transform: scale(0.6);
    transition: all 0.4s ease-in-out;
    transform-origin: center;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .home .cta-content__container:before {
    transform: scale(0.8);
  }
}
.home .cta-content.section-in-view .cta-content__container:before {
  transform: scale(0.75);
  opacity: 1;
}
@media (min-width: 992px) {
  .home .cta-content.section-in-view .cta-content__container:before {
    transform: scale(1);
  }
}

.home-banner {
  position: relative;
  background-color: #1d1368;
  color: #fff;
}
@media (min-width: 768px) {
  .home-banner {
    min-height: 55rem;
  }
}
@media (min-width: 1200px) {
  .home-banner {
    min-height: 60rem;
  }
}
@media (min-width: 1600px) {
  .home-banner {
    min-height: 62rem;
  }
}
@media (max-width: 767px) {
  .home-banner {
    overflow: hidden;
    padding-top: 2rem;
  }
}
.home-banner__title {
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9;
  font-size: 3.3rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .home-banner__title {
    font-size: 5.5rem;
  }
}
@media (min-width: 992px) {
  .home-banner__title {
    font-size: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .home-banner__title {
    font-size: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .home-banner__title {
    font-size: 8.7rem;
  }
}
.home-banner__title span {
  color: #ff7700;
  font-family: "permanent-marker", sans-serif;
  position: relative;
  display: block;
  font-weight: normal;
}
@media (min-width: 768px) {
  .home-banner__title span {
    white-space: pre;
    top: -0.7rem;
    left: -2.4rem;
  }
}
.home-banner__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  z-index: 1;
  width: 28rem;
  height: 28rem;
}
@media (min-width: 500px) {
  .home-banner__image {
    width: 40rem;
    height: 40rem;
  }
}
@media (min-width: 768px) {
  .home-banner__image {
    width: 40rem;
    height: 40rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .home-banner__image {
    width: 58rem;
    height: 58rem;
  }
}
@media (min-width: 1200px) {
  .home-banner__image {
    width: 69rem;
    height: 69rem;
  }
}
@media (max-width: 767px) {
  .home-banner__image {
    margin: 0 auto 1.5rem auto;
  }
}
.home-banner__content {
  color: #fff;
}
@media (max-width: 767px) {
  .home-banner__content {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .home-banner__inner {
    text-align: center;
  }
}
.home-banner__squiggle1 {
  position: absolute;
  top: -11.4rem;
  left: 18rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .home-banner__squiggle1 {
    top: -15.4rem;
  }
}
@media (min-width: 1200px) {
  .home-banner__squiggle1 {
    top: -18.4rem;
    left: 28rem;
  }
}
@media (min-width: 1600px) {
  .home-banner__squiggle1 {
    left: 46rem;
  }
}
@media (max-width: 767px) {
  .home-banner__squiggle1 {
    transform: translateX(-32rem);
    width: 555px;
  }
}
@media (max-width: 499px) {
  .home-banner__squiggle1 {
    width: 400px;
    left: 22rem;
    top: -9.1rem;
  }
}
.home-banner__squiggle2 {
  position: absolute;
  top: 4.6rem;
  left: 2rem;
  z-index: 2;
  transform: translateX(-3rem);
}
@media (min-width: 768px) {
  .home-banner__squiggle2 {
    transform: translateX(23rem);
  }
}
@media (min-width: 992px) {
  .home-banner__squiggle2 {
    transform: translateX(28rem);
  }
}
@media (min-width: 1200px) {
  .home-banner__squiggle2 {
    transform: translateX(31rem);
  }
}
@media (min-width: 1600px) {
  .home-banner__squiggle2 {
    left: 26rem;
  }
}
@media (max-width: 767px) {
  .home-banner__squiggle2 {
    width: 600px;
  }
}
@media (max-width: 499px) {
  .home-banner__squiggle2 {
    width: 450px;
    top: 1.6rem;
    transform: translateX(-5rem);
  }
}
.home-banner .container {
  position: relative;
}
@media (max-width: 767px) {
  .home-banner .container {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .home-banner .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home-banner .col-sm-7 {
    order: -1;
    width: 400px;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 499px) {
  .home-banner .col-sm-7 {
    width: 280px;
  }
}

.home-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .home-news {
    padding: 5rem 0 2rem 0;
  }
}
.home-news .container {
  position: relative;
  margin-bottom: 20px;
}
.home-news__heading {
  margin-top: 0;
  margin-bottom: 0;
}
.home-news .btn__more {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  width: fit-content;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .home-news .btn__more {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home-news .card-contain {
    padding: 0;
  }
}

.nav {
  position: relative;
  z-index: 4;
  font-family: "rucksack", sans-serif;
  display: none;
}
.nav--desktop {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .nav .menu-item:last-of-type .nav--sub {
    left: auto;
    right: -30px;
    min-width: 198px;
  }
  .nav .nav--sub a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    transition: 0.2s;
  }
  .nav .nav--sub a:hover {
    border-bottom: 1px solid #ff7700;
    transition: 0.2s;
  }
}
.nav .depth-0 > .menu-item:last-child:not(.menu-item-has-children) a {
  border-bottom: 0;
}
.nav .depth-0 .menu-item-has-children:last-child .nav--sub .menu-item:last-of-type a {
  border-bottom: 0;
}
.nav__list {
  list-style: none;
}
@media (min-width: 992px) {
  .nav__list {
    display: flex;
    margin: 0;
    padding: 2rem 0;
  }
}
.nav__item {
  position: relative;
  padding: 0 1.6rem 0.75rem 1.6rem;
}
@media (min-width: 1200px) {
  .nav__item {
    padding: 0 1.8rem 0.75rem 1.8rem;
  }
}
.nav__item a {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .nav__item a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }
  .nav__item a:before {
    content: "";
    display: inline-block;
    background-color: #ff7700;
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.6rem;
    margin-left: auto;
    margin-right: auto;
    transition: width 0.15s ease-in-out;
  }
  .nav__item a:hover, .nav__item a:focus {
    z-index: 2;
  }
  .nav__item a:hover:before, .nav__item a:focus:before {
    width: 100%;
  }
  .nav__item a.active {
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .nav__item:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .nav--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav--sub {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .nav--sub.depth-0 {
    transform: translateY(10%);
    position: absolute;
    top: 2.55rem;
    left: 1.4rem;
    width: calc(100% + 3rem);
    min-width: 16rem;
    padding: 0.55rem 1.6rem;
    background-color: #19115b;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1200px) {
  .nav--sub.depth-0 {
    min-width: 21rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .nav--sub.depth-0 > .nav__item {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  .nav--sub.depth-0 > .nav__item > a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .nav--sub:not(.depth-0) .nav__item {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .nav--sub.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .nav--sub .nav__item {
    display: inline-block;
    background-color: #1d1368;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    color: white;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav--sub .nav__item a {
    position: relative;
    color: white;
    font-weight: 500;
    padding: 1.2rem 0;
    display: inline-block;
    background-color: transparent;
    width: 100%;
    min-width: 160px;
  }
  .nav--sub .nav__item a:before {
    display: none;
  }
  .nav--sub .nav__item a:hover, .nav--sub .nav__item a:focus {
    color: #f2f2f2;
  }
}

@media (min-width: 768px) {
  .breadcrumb {
    list-style: none;
    margin: 0 0 4rem 0;
    padding: 0;
    font-size: 1.3rem;
    position: relative;
    z-index: 2;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb__item,
.breadcrumb > span {
  display: inline;
  padding: 0;
}
.breadcrumb .breadcrumb__item a + span:before,
.breadcrumb > span a + span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/bread-arrow.png) center center/contain no-repeat;
}
.breadcrumb .breadcrumb__item a,
.breadcrumb > span a {
  box-shadow: inset 0 -1px 0 0 #1d1368;
  display: inline-block;
  text-decoration: underline;
}
.breadcrumb .breadcrumb__item a:hover, .breadcrumb .breadcrumb__item a:focus,
.breadcrumb > span a:hover,
.breadcrumb > span a:focus {
  color: #ff7700;
  box-shadow: none;
}

.single-news .breadcrumbs a {
  color: #fff;
}

.mm-menu {
  background-color: #ff7700;
}
.mm-menu .mm-panel {
  background-color: #ff7700;
}

.mm-panels {
  background-color: #ff7700;
}
.mm-panels .mm-listview {
  padding-top: 1rem;
}
.mm-panels .mm-listview .mm-listitem {
  border: 0;
}
.mm-panels .mm-listview .mm-listitem:after {
  border: 0;
}
.mm-panels .mm-listview .mm-listitem__text {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.mm-panels .mm-listview .nav__link .dropdown-selector {
  display: none;
}
.mm-panels .mm-listview .mm-btn_next {
  background-color: #ff7700;
  border: 0;
  color: #fff;
  padding-right: 44px;
}
.mm-panels .mm-listview .mm-btn_next:after {
  border-color: #fff;
  right: 18px;
  width: 6px;
  height: 6px;
  border-width: 1px;
}
.mm-panels .mm-navbar {
  background: #ff7700;
  color: #fff;
  border: 0;
  font-weight: 500;
  margin-bottom: 1rem;
}
.mm-panels .mm-navbar .mm-btn:before {
  border-color: #fff;
}
.mm-panels .mm-navbar__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.7rem;
}

.spinner-master2 * {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master2.navbar-toggle {
  position: relative;
  margin: 50px auto;
  height: 35px;
  width: 36px;
  margin-right: 15px;
  border: 0;
  padding: 0;
}

.spinner-master2 input[type=checkbox] {
  display: none;
}

.spinner-master2 label {
  cursor: pointer;
  margin: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.spinner-master2 {
  position: relative;
  float: right;
  z-index: 3;
  background: transparent;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .spinner-master2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .spinner-master2 {
    top: -3px;
  }
}
.spinner-master2:not(.collapsed) .spinner2 {
  background-color: #1d1368;
}
.spinner-master2 .spinner2 {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #1d1368;
  border-radius: 0;
}

.spinner-master2 .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master2 .horizontal {
  position: relative;
  float: left;
  margin-top: 6px;
}

.spinner-master2 .diagonal.part-2 {
  position: relative;
  float: right;
  margin-top: 6px;
}

.spinner-master2 .spinner-spin2 {
  width: 28px;
  height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.spinner-master2.active .spinner2 {
  background-color: #fff;
}
.spinner-master2.active .spinner2:last-child {
  width: 100%;
}

.footer {
  color: #fff;
  padding: 2.5rem 0 1rem 0;
  position: relative;
  background-color: #1d1368;
}
@media (min-width: 768px) {
  .footer {
    padding: 5rem 0 3rem 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 6rem 0 7.5rem 0;
  }
}
.footer .footer-copyright {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.footer .footer-copyright a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
}
.footer .footer-copyright a:hover {
  cursor: pointer;
}
.footer a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer p {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__logo {
    padding-right: 5rem;
  }
}
.footer__logo img {
  margin-bottom: 1.5rem;
}
.footer__menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  column-count: 2;
}
@media (min-width: 992px) {
  .footer__menu ul {
    padding-right: 3rem;
  }
}
.footer__menu li {
  margin-bottom: 1rem;
}
.footer__menu a {
  transition: 0.2s ease-in-out;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.8);
  display: inline;
}
.footer__menu a:hover, .footer__menu a:focus {
  color: #ff7700;
  box-shadow: inset 0 -1px 0 0 rgba(255, 119, 0, 0.8);
}
.footer__contact {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  margin-bottom: 0.3rem;
}
.footer__contact:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.footer__address:before {
  background-image: url(../img/pin.svg);
}
.footer__email:before {
  background-image: url(../img/mail.svg);
}
.footer__phone:before {
  background-image: url(../img/phone.svg);
}
.footer__social a {
  margin-bottom: 1rem;
}
.footer .social-block {
  margin-top: 2rem;
}
.footer .social-block a {
  margin-right: 1rem;
  background-color: #334cb5;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 17px;
  transition: 0.2s ease-in-out;
}
.footer .social-block a:hover, .footer .social-block a:focus {
  background-color: #ff7700;
}
.footer .credits h6 {
  margin-left: auto;
  margin-right: 0;
}

.archive-page .search-field {
  width: calc(100% - 156px);
}

.highlight-content__text ul {
  padding-left: 21px;
}
.highlight-content.image-location--left .content-row {
  flex-flow: row-reverse;
}
@media (min-width: 768px) {
  .highlight-content.image-location--left .content-row .highlight-content__text {
    padding-right: 0;
    padding-left: 5rem;
  }
}
.highlight-content.image-location--top .content-row {
  flex-flow: column-reverse;
}
.highlight-content.image-location--top .content-row .content-col {
  flex: 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .highlight-content.image-location--top .content-row .highlight-content__text {
    padding-right: 0;
  }
}

.row-with-sidebar {
  padding: 20px 0 30px 0;
}

.header-social-share {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}
.header-social-share .addtoany_shortcode {
  display: inline-block;
}
.header-social-share .addtoany_shortcode .addtoany_share_save {
  display: none;
}
.header-social-share .addtoany_shortcode a {
  line-height: 0;
  margin-top: -5px;
}
.header-social-share .addtoany_shortcode a span {
  background-color: transparent !important;
  padding: 0;
  width: 31px !important;
  height: 31px !important;
  vertical-align: middle;
}
.header-social-share .addtoany_shortcode a:hover {
  color: #1d1368;
}

.header-banner--white .addtoany_shortcode a span path {
  fill: black;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
}
.card:hover, .card:focus {
  text-decoration: none;
}
.card--landing {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .card--landing {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card--landing.featured {
    padding-right: 7rem;
  }
}
.card--landing__title {
  margin: 0;
}
.card--landing__image {
  width: 100%;
  margin-bottom: 2rem;
  max-height: 32rem;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .card--landing__image {
    margin-bottom: 1.6rem;
  }
}
.card--landing.last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card--landing.last {
    margin-top: 3.5rem;
    padding-top: 2.8rem;
    border-top: 2px solid #ff7700;
  }
}
.card .card-top {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  top: 0;
  left: 0;
}
.card .card-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 0 15px 0;
  width: 100%;
  min-height: 118px;
}
@media (min-width: 768px) {
  .card .card-bottom {
    padding-top: 8px;
  }
}
.card .card-bottom h4 {
  color: #1d1368;
  margin: 0.1rem 0 1rem 0;
  font-size: 2rem;
  line-height: 2.3rem;
  clear: both;
}
@media (min-width: 992px) {
  .card .card-bottom h4 {
    margin: 0.1rem 0 0 0;
  }
}
@media (min-width: 1600px) {
  .card .card-bottom h4 {
    line-height: 1.4;
    margin: 0 0 0.9rem 0;
  }
}
.card .card-bottom h4 a {
  color: #1d1368;
  font-weight: 600;
}
.card .card-bottom .btn__link {
  font-weight: 600;
  font-size: 1.4rem;
  padding-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .card .card-bottom .btn__link {
    padding-bottom: 0;
  }
}
.card .card-bottom .btn__link:before {
  top: 58%;
}
.card .card-bottom-inner {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .card .card-bottom-inner {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 1.2rem;
  }
}
.card .card-bottom-inner h4 {
  width: 100%;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .card .card-bottom-inner h4 {
    width: auto;
    flex: 1;
    padding-right: 1rem;
  }
}
.card .card-title {
  text-align: center;
  padding: 0 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  display: inline-block;
  margin-top: 0;
}
@media (min-width: 500px) {
  .card .card-title {
    font-size: 1.5rem;
    margin-top: -3.5rem;
  }
}
@media (min-width: 1600px) {
  .card .card-title {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.card .card-inner {
  display: block;
}
.card .card-date-wrap {
  display: block;
}
.card .card-date {
  font-size: 1.3rem;
  line-height: 1.6;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #ff7700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .card .card-date {
    padding-top: 0.3rem;
    margin-bottom: 0;
  }
}
.card .card-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0.8rem 1rem 0.8rem 0.4rem;
  transition: all 0.15s ease-in-out;
  background-color: #1d1368;
  min-width: 7rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.card .card-label:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.8rem 2.8rem 0;
  border-color: transparent #1d1368 transparent transparent;
  position: absolute;
  top: 0;
  left: -2.8rem;
}
.card .card-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1d1368;
  margin: 0rem 0 1.4rem 0;
}
.card .card-text-lg {
  font-size: 3rem;
  display: block;
}
.card .card-tags {
  padding-top: 1.8rem;
}
@media (min-width: 992px) {
  .card .card-tags {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.5rem;
    margin-bottom: 0;
  }
}
.card .card-tags a {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  border-width: 1px;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
  min-width: unset;
  margin-right: 1rem;
}
.card.card-type-pattern .card-top {
  background: #f7f7f7;
}
.card.card-type-post .card-bottom-inner {
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .card.card-type-post .card-bottom-inner {
    display: block;
  }
}
.card.card-type-post .card-bottom-inner h4 {
  flex: none;
  padding-right: 0;
  font-size: 1.6rem;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 4px;
}
.card.card-type-post .card-bottom-inner .card-date {
  font-size: 1.4rem;
  color: #434242;
}
.card.card-type-post .card-bottom-inner .card-tags {
  padding-right: 0;
}
.card.card-type-post .card-bottom-inner .card-tags a {
  font-size: 1.4rem;
  color: #434242;
  border: 0;
  padding-right: 0;
}
.card.card-type-post .card-label {
  padding: 0.8rem 1rem 0.8rem 1rem;
  font-size: 1.4rem;
  background-color: #1d1368;
}
.card.card-type-post .card-label:before {
  display: none;
}
.card.card-type-post .card-label--pink {
  background-color: #ff7180;
}
.card.card-type-post .card-label--green {
  background-color: #00802a;
}
.card.card-type-post .card-label--red {
  background-color: #dd000a;
}
.card.card-type-post .card-label--orange {
  background-color: #ff7700;
}
.card.card-type-team h4 {
  flex: none;
  padding-right: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0.5rem;
}
.card.card-type-team .card-type-team__email {
  font-size: 1.4rem;
  line-height: 2rem;
}
.card.card-type-team .card-type-team__details {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.9rem;
  max-width: 29rem;
}
.card.card-type-team .card-type-team__image {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0.2rem;
}
.card.card-type-team .card-type-team__detail {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 100%;
  padding: 0.25rem 0;
}
.card.card-type-team .card-type-team__detail span {
  width: 38%;
}
.card.card-type-small-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card.card-type-small-team h4 {
  flex: none;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  width: 100%;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
}
.card.card-type-small-team .card-type-small-team__image {
  height: 11.4rem;
  width: auto;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  border-radius: 50%;
}
.card.card-type-small-team .card-type-small-team__email {
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 100%;
  text-align: center;
  margin-top: 0.25rem;
}
.card.card-type-small-team .card-type-small-team__role {
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  text-align: center;
}
.card.card-type-image .card-top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eee;
  width: 100%;
}
.card.card-type-image .card-top .card-title {
  position: relative;
  z-index: 1;
}

@media (min-width: 500px) {
  .card-contain {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .card-contain {
    padding: 0 20px;
  }
}

.cards-list {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cards-list .results-row {
    margin-right: -1rem;
  }
}
@media (min-width: 992px) {
  .cards-list .results-row {
    margin-right: -2rem;
  }
}
.cards-list.active > .row {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .cards-list .search-form .form-control {
    width: 26rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cards-list .search-form .form-control {
    width: 40rem;
  }
}
@media (max-width: 991px) {
  .cards-list .search-form .form-control {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cards-list .search-form .btn {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 500px) {
  .cards-list .row--xs {
    margin: 0 -1rem;
  }
}
@media (min-width: 768px) {
  .cards-list .row--xs {
    margin: 0;
  }
}
@media (max-width: 499px) {
  .cards-list .row--xs {
    display: block;
  }
}
@media (max-width: 499px) {
  .cards-list .col-6 {
    flex: none;
    max-width: unset;
  }
}

.card-filters {
  position: relative;
  transition: all 0.4s ease-in-out;
  padding-left: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .card-filters {
    padding-right: 25px;
  }
}
.card-filters h3 {
  color: #1d1368;
}
.card-filters h4 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .card-filters h4 {
    padding-bottom: 2.8rem;
  }
}
@media (min-width: 1600px) {
  .card-filters h4 {
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.card-filters .filter-menu {
  padding: 0.75rem 0 0 0;
  list-style: none;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  max-height: 1200px;
  width: 100%;
}
@media (min-width: 768px) {
  .card-filters .filter-menu {
    padding-top: 0rem;
    border: 0;
    left: 0;
    top: 0;
  }
}
.card-filters .filter-menu.hide-filters {
  opacity: 0;
  max-height: 0;
  left: -10px;
  z-index: -1;
}
.card-filters .filter-menu li {
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.card-filters .filter-menu li:hover .custom-checkbox:not(.active) {
  background-color: #e3e3e3;
}
.card-filters .filter-menu-list {
  padding-left: 0;
  padding-bottom: 1rem;
  margin: 0;
  position: relative;
  top: -10px;
  margin-bottom: 1.9rem;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .card-filters .filter-menu-list {
    padding-bottom: 0.5rem;
  }
}
.card-filters .filter-menu-list:not(:last-child) {
  border-bottom: 1px solid #334cb5;
}
.card-filters .filter-menu-list.closed {
  display: none;
}
.card-filters .filter-list-label {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.card-filters .filter-list-label:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out;
  background: url(../img/down-chevron.svg) no-repeat;
}
.card-filters .filter-list-label-closed:after {
  transform: rotate(0);
}
.card-filters .filter-subsector {
  display: flex;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.card-filters .filter-subsector.in-view {
  opacity: 1;
  max-height: 21px;
  margin-bottom: 2.8rem;
}
.card-filters .filter-subsector + .filter-menu-list {
  display: none;
}
.card-filters .custom-checkbox {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 1.4rem;
  float: right;
  position: relative;
  top: 2px;
  margin-left: 1rem;
}
.card-filters .custom-checkbox:after {
  top: -2px;
  left: -1px;
}
.card-filters .custom-checkbox.active {
  background-color: #ff7700;
}
.card-filters .custom-checkbox.active:hover {
  background-color: #444;
}
.card-filters .custom-checkbox.active:after {
  opacity: 1;
  transform: scale(1);
}

.card-dropdowns {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .card-dropdowns {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 499px) {
  .card-dropdowns .dropdown {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 500px) and (max-width: 767px) {
  .card-dropdowns .dropdown {
    margin-right: 2rem;
  }
}
.card-dropdowns .dropdown-toggle {
  background-color: #fff;
  color: #333;
  border-color: #000;
  border-width: 1px;
  border-radius: 0;
  font-size: 1.3rem;
  min-width: 15rem;
  text-align: left;
  padding: 1rem 3.5rem 1rem 1.2rem;
}
.card-dropdowns .dropdown-toggle:active:not(.disabled):not(:disabled), .card-dropdowns .dropdown-toggle:focus:not(.disabled):not(:disabled), .card-dropdowns .dropdown-toggle.active:not(.disabled):not(:disabled) {
  background-color: #fff;
  color: #333;
  border-color: #1d1368;
  border-width: 2px;
  box-shadow: none;
}
.card-dropdowns .dropdown-toggle:after {
  width: 15px;
  height: 15px;
  border: 0;
  background: url(../img/down-chevron.svg) no-repeat;
  position: absolute;
  right: 12px;
  top: 11px;
}
.card-dropdowns .dropdown-menu {
  margin-top: 5px;
}
.card-dropdowns .dropdown-item {
  font-size: 13px;
}

.card-pager {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  width: 100%;
  clear: both;
}
@media (min-width: 768px) {
  .card-pager {
    margin-bottom: 7rem;
  }
}
.card-pager * {
  background-color: transparent;
}
.card-pager .pagination {
  list-style: none;
  padding-left: 0;
  justify-content: center;
  text-align: center;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .card-pager .pagination {
    margin: 0;
  }
}
.card-pager .page-link {
  border: 0;
  padding: 0.7rem 0;
  margin: 0 0.7rem;
}
.card-pager .page-link:hover {
  color: #ff7700;
}
.card-pager .page-link.active {
  font-weight: 700;
  padding: 0px 0.85rem 0.2rem 0.85rem;
  color: #334cb5;
  border: 1px solid #334cb5;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
}
.card-pager .page-prev,
.card-pager .page-next {
  font-size: 0;
  font-weight: 700;
  color: #1d1368;
  top: 4px;
}
@media (min-width: 768px) {
  .card-pager .page-prev,
.card-pager .page-next {
    font-size: 1.4rem;
  }
}
.card-pager .page-prev span:first-child,
.card-pager .page-next span:first-child {
  font-size: 0;
  opacity: 0;
}
.card-pager .page-prev {
  left: 0;
}
.card-pager .page-prev:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/down-chevron.svg) no-repeat;
  position: relative;
  top: 3px;
  left: 3px;
  transform: rotate(90deg);
}
.card-pager .page-next {
  right: 0;
}
.card-pager .page-next:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/down-chevron.svg) no-repeat;
  position: relative;
  top: 3px;
  left: 3px;
  transform: rotate(-90deg);
}

.card__email,
.card__phone {
  display: block;
  padding-left: 2.2rem;
  position: relative;
}
.card__email:before,
.card__phone:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.card__email:before {
  background-image: url(../img/envelope.svg);
  top: 0.7rem;
}

.card__phone:before {
  background-image: url(../img/phone.svg);
  top: 0.5rem;
}

@media (min-width: 768px) {
  .directory-page .cards-list > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .directory-page .cards-list .search-form {
    margin-left: 15px;
  }
}
.directory-page .card-contain {
  padding: 0 15px;
}
.directory-page .card-contain h3 {
  text-align: center;
  font-size: 30px;
  margin-top: 0;
}
.directory-page .search-form {
  margin-top: 0;
}
.directory-page .card-dropdowns {
  padding: 0;
}

.related-content {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.related-content__title {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .related-content > .row {
    margin: 0 -30px;
  }
}
@media (min-width: 992px) {
  .related-content .card-contain {
    padding: 0 30px;
  }
}
.related-content .card-bottom:before, .related-content .card-bottom:after {
  top: -13px;
  width: 51%;
}
.related-content .card-bottom:before {
  transform: rotate(8deg);
}
@media (min-width: 992px) {
  .related-content .card-bottom:before {
    transform: rotate(5deg);
  }
}
.related-content .card-bottom:after {
  transform: rotate(-8deg);
}
@media (min-width: 992px) {
  .related-content .card-bottom:after {
    transform: rotate(-5deg);
  }
}
@media (min-width: 992px) {
  .related-content .card-tags a {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .related-content .card-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .related-content .card-read-more {
    font-size: 1.6rem;
  }
}

.post-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .post-grid {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1200px) {
  .post-grid {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

.featured-posts {
  background-color: #f2f2f2;
  padding-top: 2.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .featured-posts {
    margin-bottom: 7rem;
  }
}
.featured-posts .card {
  background-color: transparent;
}
.featured-posts .card .card-top {
  background-color: #fff !important;
}
.featured-posts h2 {
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .featured-posts .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .featured-posts .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.post-type-archive-resources .header-banner {
  margin-bottom: 0;
}

.archive .card-filters {
  max-width: 700px;
  display: flex;
}

.cta-search {
  background-color: #00802a;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .cta-search {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  .cta-search {
    padding-top: 17rem;
    padding-bottom: 14rem;
  }
}
@media (max-width: 767px) {
  .cta-search__images {
    display: none;
  }
}
.cta-search__image {
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #334cb5;
  position: absolute;
}
.cta-search__image:first-child {
  width: 17rem;
  height: 17rem;
  top: -14rem;
  left: 13rem;
}
@media (min-width: 992px) {
  .cta-search__image:first-child {
    width: 20rem;
    height: 20rem;
    top: -17rem;
  }
}
@media (min-width: 1200px) {
  .cta-search__image:first-child {
    width: 22rem;
    height: 22rem;
    top: -23rem;
    left: 14rem;
  }
}
@media (min-width: 1600px) {
  .cta-search__image:first-child {
    left: 15rem;
  }
}
.cta-search__image:nth-child(2) {
  width: 19rem;
  height: 19rem;
  top: -2rem;
  left: -6.5rem;
}
@media (min-width: 992px) {
  .cta-search__image:nth-child(2) {
    width: 21rem;
    height: 21rem;
  }
}
@media (min-width: 1200px) {
  .cta-search__image:nth-child(2) {
    top: -5rem;
  }
}
@media all and (min-width: 1300px) {
  .cta-search__image:nth-child(2) {
    left: -8.5rem;
  }
}
@media (min-width: 1600px) {
  .cta-search__image:nth-child(2) {
    left: -6.5rem;
  }
}
.cta-search__image:nth-child(3) {
  width: 23rem;
  height: 23rem;
  left: 9rem;
  top: 15rem;
}
@media (min-width: 992px) {
  .cta-search__image:nth-child(3) {
    left: 17rem;
    top: 8rem;
    width: 26rem;
    height: 26rem;
  }
}
@media (min-width: 1200px) {
  .cta-search__image:nth-child(3) {
    width: 34rem;
    height: 34rem;
    left: 16rem;
    top: 3rem;
  }
}
@media (min-width: 1600px) {
  .cta-search__image:nth-child(3) {
    left: 19rem;
  }
}
.cta-search__title {
  color: #fff;
  margin-top: 3.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cta-search__title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .cta-search__title {
    margin-bottom: 2.5rem;
  }
}
.cta-search__btn {
  min-width: unset;
  font-size: 1.6rem;
  padding-bottom: 1.1rem;
}
.cta-search .custom-dropdown {
  padding-left: 0.5rem;
  font-weight: 700;
  border: 0;
}
@media (min-width: 1600px) {
  .cta-search .custom-dropdown {
    font-size: 1.9rem;
  }
}
.cta-search .custom-dropdown:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.cta-search .custom-dropdown:after {
  border: 2px solid #fff;
  transform: none;
  width: 4rem;
  height: 3.8rem;
  display: block;
  background-size: 2rem;
  background-position: center center;
  top: 0;
  right: 0;
}
.cta-search .custom-dropdown:before {
  content: "";
  width: calc(100% - 5rem);
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-search .custom-dropdown li {
  color: #1d1368;
  padding-bottom: 0.3rem;
}
.cta-search .custom-dropdown li:hover {
  color: #00802a;
}
.cta-search .custom-dropdown .list {
  font-size: 1.7rem;
}
.cta-search .custom-select {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .cta-search .custom-select {
    margin-bottom: 4.5rem;
  }
}
.cta-search .container {
  position: relative;
}

.page .call-to-action:last-child, .page .contact-form:last-child, .tax-regions .call-to-action:last-child, .tax-regions .contact-form:last-child, .tax-countries .call-to-action:last-child, .tax-countries .contact-form:last-child {
  margin-bottom: 0;
}

.call-to-action {
  overflow: hidden;
  margin-bottom: 6rem;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 6rem;
}
.call-to-action.home-section {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .call-to-action:after {
    content: "";
    transform: scaleX(-1);
    background-image: url("../img/oval_orange.svg");
    position: absolute;
    top: 0;
    right: 0;
    background-position: right;
    background-size: cover;
    width: 57%;
    height: calc(100% + 1px);
  }
}
@media (min-width: 992px) {
  .call-to-action:after {
    width: 50%;
  }
}
.call-to-action .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.call-to-action .container {
  background-color: #ff7700;
}
.call-to-action__item {
  width: 100%;
}
@media (min-width: 768px) {
  .call-to-action__item {
    width: 50%;
  }
}
.call-to-action__item h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.6rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .call-to-action__item h2 {
    font-size: 5rem;
    line-height: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .call-to-action__item h2 {
    font-size: 6rem;
    line-height: 5.6rem;
  }
}
.call-to-action__item h2 span,
.call-to-action__item h2 strong {
  font-family: "filmotype-ace", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  font-size: 7rem;
  margin-top: 1.4rem;
}
@media (min-width: 768px) {
  .call-to-action__item h2 span,
.call-to-action__item h2 strong {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .call-to-action__item h2 span,
.call-to-action__item h2 strong {
    font-size: 9rem;
  }
}
.call-to-action__item p {
  width: 100%;
  text-align: center;
  max-width: 49rem;
  margin: 0 auto 1.3rem auto;
}
.call-to-action__item .btn {
  margin: 0 auto;
  margin-top: 0.8rem;
}
@media (min-width: 1200px) {
  .call-to-action__item .btn {
    margin-top: 1.5rem;
    font-size: 1.7rem;
  }
}
.call-to-action__content {
  text-align: center;
  width: 100%;
  padding: 5rem 1rem 4.5rem 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .call-to-action__content {
    padding: 5rem 0 4.5rem 0.2rem;
  }
}
@media (min-width: 992px) {
  .call-to-action__content {
    padding: 7rem 0 4rem 5.5rem;
  }
}
@media (min-width: 1200px) {
  .call-to-action__content {
    padding: 8rem 0 6.5rem 5.5rem;
  }
}
.call-to-action__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -7px;
  object-position: center center;
}
@media (min-width: 768px) {
  .call-to-action__image {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: -1px;
    width: 60%;
    height: calc(100% + 2px);
  }
}

.cta-content {
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .cta-content {
    padding: 8rem 0 8rem 0;
  }
}
@media all and (max-width: 767px) {
  .cta-content .col-md-5 img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cta-content {
    padding: 9rem 0;
  }
}
.cta-content__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cta-content__heading {
    padding-right: 7rem;
  }
}
.cta-content__content {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cta-content__content {
    padding-right: 18%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .cta-content__inner {
    padding-right: 3rem;
  }
}
.tml-label {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.tml-field {
  outline: none;
  margin-bottom: 4rem;
}
.tml-button {
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 2rem 1.1rem 2rem;
  text-align: center;
  display: inline-block;
  background-color: #1d1368;
  color: #fff;
  cursor: pointer;
}
.tml-button:hover, .tml-button:focus {
  background-color: #050312;
}
.tml-links {
  list-style: none;
  padding: 0;
}
.tml-links a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.page-template-membership .gform_confirmation_wrapper .gform_confirmation_message {
  padding-bottom: 3rem;
}
.page-template-membership div.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0;
}

.home-slider .slick-arrow,
.testimonials-slider .slick-arrow {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border: 0;
  font-size: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 3.5rem;
  height: 5.5rem;
  background: url(../img/chevron-left.svg) center center/contain no-repeat;
}
.home-slider .slick-prev,
.testimonials-slider .slick-prev {
  transform: translateY(-50%);
  left: 0;
}
.home-slider .slick-next,
.testimonials-slider .slick-next {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
@media (max-width: 767px) {
  .home-slider .slick-arrow,
.testimonials-slider .slick-arrow {
    display: none !important;
  }
}
.home-slider .slick-dots,
.testimonials-slider .slick-dots {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: center;
  margin: 2.5rem 0 1.5rem 0;
}
@media (min-width: 768px) {
  .home-slider .slick-dots,
.testimonials-slider .slick-dots {
    display: none !important;
  }
}
.home-slider .slick-dots button,
.testimonials-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 21px;
  height: 21px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
.home-slider .slick-dots button:before,
.testimonials-slider .slick-dots button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-slider .slick-dots .slick-active button:before,
.testimonials-slider .slick-dots .slick-active button:before {
  background-color: #fff;
}

.home-slider {
  background-color: #334cb5;
  color: #fff;
  padding: 2rem 0 1rem 0;
}
@media (min-width: 768px) {
  .home-slider {
    padding: 3rem 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  .home-slider {
    min-height: 60rem;
    padding: 3.5rem 0 2.5rem 0;
  }
}
.home-slider__title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home-slider__title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .home-slider__title {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .home-slider__title {
    font-size: 7rem;
  }
}
.home-slider__extra {
  position: relative;
  height: 32rem;
  width: 22rem;
  top: 5.5rem;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .home-slider__extra {
    top: 9.5rem;
    height: 15rem;
    width: 15rem;
  }
}
@media (min-width: 992px) {
  .home-slider__extra {
    top: 15.5rem;
    height: 20rem;
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .home-slider__extra {
    top: 14rem;
    height: 26rem;
    width: 26rem;
  }
}
.home-slider__extra:after {
  content: "";
  display: inline-block;
  width: calc(100% + 10rem);
  height: calc(100% + 10rem);
  background: url(../img/Marks_5.svg) center center/contain no-repeat;
  position: absolute;
  top: -10.2rem;
  left: -5rem;
  transform-origin: bottom;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .home-slider__extra:after {
    top: -13.2rem;
    transform: scale(0.5);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .home-slider__extra:after {
    top: -15.2rem;
    width: calc(100% + 15rem);
    height: calc(100% + 15rem);
    left: -7rem;
  }
}
.home-slider__circle {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.home-slider__circle:before {
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider__link {
  color: #fff;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 0 #ff7700;
}
.home-slider__image {
  object-fit: cover;
  height: 22rem;
  width: 22rem;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .home-slider__image {
    height: 15rem;
    width: 15rem;
  }
}
@media (min-width: 992px) {
  .home-slider__image {
    height: 20rem;
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .home-slider__image {
    height: 26rem;
    width: 26rem;
  }
}
.home-slider__heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .home-slider__heading {
    margin-bottom: 0;
  }
}
.home-slider__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 2.5rem;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .home-slider__content {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .home-slider__inner {
    min-height: 38rem;
  }
}
@media (min-width: 992px) {
  .home-slider__inner {
    min-height: 50rem;
  }
}
@media (min-width: 1200px) {
  .home-slider__inner {
    min-height: 55rem;
    top: -5.5rem;
    margin-bottom: -5.5rem;
  }
}
.home-slider h3.home-slider__title {
  margin-top: auto;
}
.home-slider .slick-current + .slick-active .home-slider__extra {
  height: 28rem;
  width: 25rem;
  top: 4rem;
}
@media (min-width: 768px) {
  .home-slider .slick-current + .slick-active .home-slider__extra {
    height: 38rem;
    width: 25rem;
  }
}
@media (min-width: 992px) {
  .home-slider .slick-current + .slick-active .home-slider__extra {
    height: 50rem;
    width: 34rem;
    top: 7rem;
  }
}
@media (min-width: 1200px) {
  .home-slider .slick-current + .slick-active .home-slider__extra {
    height: 55rem;
    width: 40rem;
  }
}
.home-slider .slick-current + .slick-active .home-slider__extra:after {
  top: -32rem;
}
.home-slider .slick-current + .slick-active .home-slider__content {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.home-slider .slick-current + .slick-active .home-slider__image {
  height: 26rem;
  width: 26rem;
}
@media (min-width: 768px) {
  .home-slider .slick-current + .slick-active .home-slider__image {
    height: 26rem;
    width: 26rem;
  }
}
@media (min-width: 992px) {
  .home-slider .slick-current + .slick-active .home-slider__image {
    height: 34rem;
    width: 34rem;
  }
}
@media (min-width: 1200px) {
  .home-slider .slick-current + .slick-active .home-slider__image {
    height: 40rem;
    width: 40rem;
  }
}
.home-slider.section-in-view .slick-current + .slick-active .home-slider__extra:after {
  opacity: 1;
  transform: scale(1);
  top: -10.8rem;
}
@media (min-width: 992px) {
  .home-slider.section-in-view .slick-current + .slick-active .home-slider__extra:after {
    top: -15.2rem;
  }
}
.home-slider .container {
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-slider .container {
    padding: 0;
  }
}
.home-slider__container {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .home-slider__container {
    width: 1236px;
  }
}
.home-slider .btn__link {
  color: #fff;
  font-weight: 700;
  right: 13px;
}
@media (min-width: 768px) {
  .home-slider .btn__link {
    top: 0;
    right: 20px;
  }
}

.testimonials-slider {
  background-color: #1d1368;
  color: #fff;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .testimonials-slider {
    margin-bottom: 6rem;
    height: 50rem;
  }
}
@media (max-width: 767px) {
  .testimonials-slider {
    padding-top: 1rem;
  }
}
.testimonials-slider__quote {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
}
@media (min-width: 500px) {
  .testimonials-slider__quote {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .testimonials-slider__quote {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .testimonials-slider__quote {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .testimonials-slider__quote {
    font-size: 5.5rem;
  }
}
@media (max-width: 499px) {
  .testimonials-slider__quote {
    line-height: 1.15;
  }
}
.testimonials-slider__quote * {
  margin-bottom: 0;
}
.testimonials-slider__quote:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
  background: url(../img/quote-icon.svg) center center/contain no-repeat;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 500px) {
  .testimonials-slider__quote:before {
    width: 6.5rem;
    height: 4.5rem;
    margin-bottom: 2.5rem;
  }
}
.testimonials-slider__name, .testimonials-slider__description {
  font-weight: 700;
}
@media (min-width: 768px) {
  .testimonials-slider__name, .testimonials-slider__description {
    font-size: 1.9rem;
  }
}
.testimonials-slider__extra {
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  min-height: 32rem;
  max-width: 40rem;
  position: relative;
}
@media (min-width: 500px) {
  .testimonials-slider__extra {
    min-height: 40rem;
  }
}
@media (min-width: 768px) {
  .testimonials-slider__extra {
    min-height: 62rem;
    max-width: 62rem;
    top: -9rem;
  }
}
@media (min-width: 992px) {
  .testimonials-slider__extra {
    min-height: 68rem;
    max-width: 68rem;
  }
}
@media (max-width: 499px) {
  .testimonials-slider__extra {
    margin-top: 2.5rem;
  }
}
.testimonials-slider__item {
  text-align: center;
}
.testimonials-slider__item:nth-child(3n+1) .testimonials-slider__extra {
  background-color: #ff7700;
}
.testimonials-slider__item:nth-child(3n+2) .testimonials-slider__extra {
  background-color: #334cb5;
}
.testimonials-slider__item:nth-child(3n) .testimonials-slider__extra {
  background-color: #ff7180;
}
.testimonials-slider__item.slick-current .testimonials-slider__content {
  opacity: 1;
}
.testimonials-slider__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.testimonials-slider .slick-arrow {
  top: 37%;
}
.testimonials-slider .slick-list {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .testimonials-slider .slick-list {
    padding: 0 14% !important;
  }
}
@media (min-width: 1200px) {
  .testimonials-slider .slick-list {
    padding: 0 17% !important;
  }
}
@media all and (min-width: 1400px) {
  .testimonials-slider .slick-list {
    padding: 0 20% !important;
  }
}

.photos-section {
  background-color: #00802a;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .photos-section {
    height: 45rem;
  }
}
@media (min-width: 992px) {
  .photos-section {
    height: 50rem;
  }
}
@media (min-width: 1200px) {
  .photos-section {
    height: 55rem;
  }
}
@media (min-width: 992px) {
  .photos-section:after {
    content: "";
    display: inline-block;
    width: 18rem;
    height: 18rem;
    position: absolute;
    bottom: 2.5rem;
    right: -4.5rem;
    background: url(../img/Icons_2.svg) center center/contain no-repeat;
    transition: all 0.65s ease-in-out;
    transform: rotate(20deg);
  }
}
@media all and (min-width: 1100px) {
  .photos-section:after {
    width: 22rem;
    height: 22rem;
  }
}
@media (min-width: 1200px) {
  .photos-section:after {
    right: -4.5rem;
    width: 26rem;
    height: 26rem;
  }
}
@media (min-width: 992px) {
  .photos-section__intro {
    padding-right: 15%;
  }
}
@media (min-width: 1200px) {
  .photos-section__intro {
    padding-right: 30%;
  }
}
@media all and (min-width: 1400px) {
  .photos-section__intro {
    padding-right: 20%;
  }
}
@media all and (max-width: 767px) {
  .photos-section__intro {
    display: block !important;
  }
}
.photos-section__heading {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 800;
}
@media (min-width: 500px) {
  .photos-section__heading {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .photos-section__heading {
    font-size: 4.8rem;
    line-height: 0.9;
  }
}
@media (min-width: 1200px) {
  .photos-section__heading {
    font-size: 5.4rem;
  }
}
.photos-section__text {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .photos-section__content {
    padding-top: 3rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .photos-section__content {
    padding-top: 5rem;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .photos-section__content {
    padding-top: 7rem;
  }
}
@media all and (min-width: 992px) and (max-width: 1400px) {
  .photos-section__content {
    position: relative;
    left: -4rem;
  }
}
@media (max-width: 767px) {
  .photos-section__content {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .photos-section__more {
    font-size: 1.7rem;
  }
}
.photos-section__wrapper {
  margin: -3rem -2.5rem 3rem -2.5rem;
}
@media (max-width: 767px) {
  .photos-section__wrapper {
    display: flex;
    justify-content: center;
    height: auto;
    overflow: hidden;
  }
}
.photos-section .mcs-item .photos-section__item {
  padding-bottom: 2rem;
}
.photos-section img {
  max-width: 100%;
}
@media all and (max-width: 599px) {
  .photos-section img {
    width: 90px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  .photos-section img {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .photos-section img {
    width: 145px;
    height: 145px;
  }
}
@media (min-width: 992px) {
  .photos-section img {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .photos-section img {
    width: 204px;
    height: 204px;
  }
}
.photos-section__list {
  list-style: none;
  padding-left: 0;
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .photos-section__list {
    height: 480px !important;
  }
}
@media (max-width: 767px) {
  .photos-section__list {
    height: 600px !important;
  }
}
@media all and (max-width: 599px) {
  .photos-section__list {
    height: 300px !important;
  }
}
.photos-section__first {
  position: relative;
  top: -10rem;
  height: 820px !important;
}
@media (max-width: 991px) {
  .photos-section__first {
    height: 640px !important;
  }
}
@media (max-width: 767px) {
  .photos-section__first {
    height: 800px !important;
  }
}
.photos-section #column-1 {
  position: relative;
  top: -10rem;
  margin-right: 2rem;
}
.photos-section #column-1 .mcs-item {
  height: calc(25% + 2rem) !important;
}
@media all and (max-width: 1199px) {
  .photos-section #column-1 {
    height: 670px !important;
  }
}
@media all and (max-width: 991px) {
  .photos-section #column-1 {
    height: 600px !important;
  }
}
@media all and (max-width: 767px) {
  .photos-section #column-1 {
    display: none;
  }
}
.photos-section #column-2 {
  height: 615px !important;
}
@media all and (max-width: 1199px) {
  .photos-section #column-2 {
    height: 500px !important;
    margin-right: 0;
  }
}
@media all and (max-width: 991px) {
  .photos-section #column-2 {
    height: 450px !important;
  }
}
@media all and (max-width: 767px) {
  .photos-section #column-2 {
    display: none;
  }
}
.photos-section #column-2 .mcs-item {
  height: calc(33.33% + 2rem) !important;
}
.photos-section.section-in-view:after {
  transform: rotate(0);
  right: -2.5rem;
}

.mobile-carousel-gallery {
  width: 100%;
  margin-top: 30px !important;
}
.mobile-carousel-gallery .photos-section__item {
  padding-bottom: 0 !important;
}
.mobile-carousel-gallery .slick-dots {
  display: none !important;
}
.mobile-carousel-gallery .slick-dots li {
  height: 9px;
}
.mobile-carousel-gallery .slick-dots li.slick-active button {
  background-color: #fff;
}
.mobile-carousel-gallery .slick-dots li button {
  font-size: 0;
  background-color: transparent;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 0;
  display: block;
}

.home-news .slick-dots, .grid-section .slick-dots, .latest-news .slick-dots {
  list-style: none;
  display: block;
  padding: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.home-news .slick-dots li, .grid-section .slick-dots li, .latest-news .slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.home-news .slick-dots li:last-of-type, .grid-section .slick-dots li:last-of-type, .latest-news .slick-dots li:last-of-type {
  margin-right: 0;
}
.home-news .slick-dots li button, .grid-section .slick-dots li button, .latest-news .slick-dots li button {
  background-color: #334cb5;
  border: none;
  font-size: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  padding: 0;
}
.home-news .slick-dots li.slick-active button, .grid-section .slick-dots li.slick-active button, .latest-news .slick-dots li.slick-active button {
  background-color: #ff7700;
}

@media (min-width: 768px) {
  .map-sidebar {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .map-sidebar {
    margin-bottom: 3rem;
  }
}
.map-sidebar .loading {
  position: relative;
  height: 40px;
  display: none;
}
.map-sidebar .loading.active {
  display: block;
}
.map-sidebar .loading:after {
  width: 8rem;
  height: 4rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
  background-size: 50px;
}
@media (min-width: 992px) {
  .map-sidebar .loading:after {
    width: 8rem;
    height: 4rem;
  }
}
.map-sidebar h3 {
  font-size: 1.4rem;
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
  color: #1d1368;
}
@media all and (max-width: 767px) {
  .map-sidebar h3 {
    position: relative;
  }
  .map-sidebar h3.active:before {
    transform: rotate(90deg);
  }
  .map-sidebar h3:before {
    content: "";
    background-image: url("../img/chevron-orange.svg");
    width: 10px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    transition: all 0.15s ease-in-out;
  }
}
.map-sidebar ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.map-sidebar ::-webkit-scrollbar {
  width: 5px;
}
.map-sidebar ::-webkit-scrollbar-track {
  background: rgba(0, 128, 42, 0.2);
}
.map-sidebar ::-webkit-scrollbar-thumb {
  background: #00802a;
}
.map-sidebar ::-webkit-scrollbar-thumb:hover {
  background: #004d19;
}
.map-sidebar__list, .map-sidebar__list-block {
  overflow-y: auto;
}
.map-sidebar__list {
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
  max-height: 9.5rem;
  display: none;
}
@media all and (max-width: 767px) {
  .map-sidebar__list {
    max-height: 12rem;
  }
}
.map-sidebar__block {
  margin-bottom: 2.2rem;
  position: relative;
}
.map-sidebar__block:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #00802a;
  position: absolute;
  bottom: -1.1rem;
  left: 0;
}
@media all and (max-width: 767px) {
  .map-sidebar .results-block {
    display: none;
  }
}
.map-sidebar__list-block {
  height: 13.5rem;
  max-height: 17rem;
}
@media all and (max-width: 767px) {
  .map-sidebar__list-block {
    height: auto;
  }
}
.map-sidebar__heading {
  margin-top: 0;
  margin-bottom: 2.2rem;
}
@media (min-width: 1200px) {
  .map-sidebar__heading {
    font-size: 2.8rem;
  }
}
.map-sidebar__item {
  font-size: 1.3rem;
}
.map-sidebar__item-block {
  padding: 1.3rem;
  background-color: rgba(0, 128, 42, 0.2);
  margin-bottom: 0.2rem;
}
.map-sidebar__item-block h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.map-sidebar__item-block p {
  font-size: 1.3rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.map-sidebar .custom-checkbox {
  border-color: #00802a;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.1rem;
}
.map-sidebar .custom-checkbox:after {
  background-color: #00802a;
  width: 1.7rem;
  height: 1.7rem;
  top: -0.2rem;
  left: -0.2rem;
  background-size: 1.2rem;
}
.map-sidebar .custom-checkbox__label {
  padding-left: 2.4rem;
}
.map-sidebar input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
}
.map-sidebar input[type=checkbox]:checked + label .custom-checkbox:after {
  opacity: 1;
}
.map-sidebar .btn__link {
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
.map-sidebar .btn__link:before {
  top: 56%;
  right: -2.8rem;
}

.map-search {
  margin-bottom: 1.7rem;
}
.map-search .form__text {
  border: 2px solid #00802a;
  padding: 0.8rem 1rem;
  width: unset;
  margin-right: 0.8rem;
  flex: 1 0 auto;
  line-height: 1.2;
  font-size: 1.4rem;
  padding-left: 1rem !important;
}
.map-search .btn {
  background: #00802a url(../img/search.svg) center center/1.8rem no-repeat;
  font-size: 0;
  width: 3.6rem;
  min-width: unset;
  padding: 1rem 1.8rem;
}

.map-filter-container {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .map-filter-container {
    margin-bottom: 10rem;
  }
}

span.map-no-communities {
  width: 100%;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  background-color: #f8f8f8;
  margin-top: 10px;
  display: none;
}
@media (min-width: 992px) {
  span.map-no-communities {
    min-height: 100px;
  }
}

span.map-error {
  background-color: red;
  color: white;
  font-size: 12px;
  width: 100%;
  display: block;
  padding: 2px 11px;
  margin-bottom: 13px;
  display: none;
}

.map-filter {
  height: 100%;
  width: 100%;
  min-height: 280px;
}
.map-filter.loading {
  position: relative;
}
.map-filter.loading:after {
  width: 5rem;
  height: 5rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%231c4595'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
}
@media (min-width: 992px) {
  .map-filter.loading:after {
    width: 8rem;
    height: 8rem;
  }
}

.gm-style .gm-style-iw-c {
  padding: 10px 17px !important;
  max-width: 270px !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  min-height: 82px !important;
}
.gm-style .gm-style-iw-c h3 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.gm-style .gm-style-iw-c p, .gm-style .gm-style-iw-c a {
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
  font-family: "RuckSack-Medium", serif !important;
}
.gm-style .gm-style-iw-c p {
  margin: 5px 0 !important;
}
.gm-style .gm-style-iw-c strong {
  font-weight: 700 !important;
  font-family: "RuckSack-Bold", serif !important;
}

.category__meta-item {
  display: table-row;
  align-items: baseline;
  padding: 0.5rem 0;
}
.category__meta-item h4 {
  margin: 0 1rem 0 0;
  font-size: 1.7rem;
  line-height: 2.1rem;
  width: 11rem;
  display: table-cell;
  padding-bottom: 10px;
}
.category__meta-item span {
  font-size: 1.5rem;
  font-weight: 300;
  display: table-cell;
  padding-left: 20px;
  padding-bottom: 10px;
}
.category__meta-item a {
  box-shadow: inset 0 -1px 0 0 #ff7700;
}

.sidebar-social {
  padding: 2rem 0;
}

.sidebar-cta {
  background-color: #1d1368;
  padding: 3.5rem 3rem;
  display: flex;
  margin: 2rem 0 3.5rem 0;
  justify-content: center;
  flex-wrap: wrap;
}
.sidebar-cta h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.1rem;
  margin-top: 0;
  color: white;
  margin-bottom: 2.8rem;
  text-align: center;
  position: relative;
}
.sidebar-cta h3:after {
  width: 100%;
  content: "";
  bottom: -2.4rem;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191' height='13' viewBox='0 0 191 13'%3E%3Cg%3E%3Cg clip-path='url(%23clip-19BDAD56-8B6B-4A24-9935-391A9DA3EA7D)'%3E%3Cpath fill='%23ff861d' d='M49.742 10.592l.155-.352c2.278.045.653.421 2.76.38.837-.485 3.497.129 4.231-.122-.017.04 1.013.077.944.233.323-.266 1.062-.04 1.713-.096.238-.07-.17-.085-.344-.171l1.492-.064c.58.1.72.265.085.28 3.89.185 22.571.858 26.768.813-.546-.218-1.832-.106-2.316-.442 1.113-.157 1.63.1 2.124-.051.413.462 2.434.14 3.26.646l.326-.266.546.18c4.883-.178 1.118-.115 5.438.045 2.502.013 3.7-.34 5.076-.17-.194-.007-.741-.186-.091-.242.091.242 1.728-.135 2.038.115.636-.016 2.691.06 2.053-.308.295.196 2.128.303 1 .421.651.024 1.25.085 1.697.022l-.793-.109c2.096-.001 3.225.278 4.593.01l-.77-.146c1.273.006 2.273.005 2.78.34l-1.286.072c2.072.037 3.323.043 5.054-.091l-.616-.023c2.209-.276 13.727-.29 15.765-.652l-.928-.273 1.75-.174c-.246-.007-.863.8-1.033.715 3.736.058 23.177.29 26.624.536 1.388.17.24.406.223.446 1.697-.094.738-.252 2.178-.198.392.054-.087.196-.309.227.633-.016 1.215.084 1.267-.032-.787-.091-.445-.415-.774-.625l1.852.068-.087.195c.413.016 1.061-.516 2.879-.37 3.07.153 6.406.157 9.493.271-.05.117-.701.173-1.352.228.414.015 1.045-.002 1.424.142-.74-.275 1.3-.16.719-.262 2.274-.432 5.19.073 7.194-.21.185-.43 4.456-7.363 4.456-7.88.64.023 1.256.047 1.445.093-.158-.125-1.375-.21-2.024-.155l-.118.275c-1.493.064-.303-.173-1.8-.185-.072-.228 1.268-.247 2.497-.243-1.11-.05-2.164-.239-2.602 0-.995-.116.118-.274-1.08-.433-.859.083-1.988.28-2.968.125l.019-.04c-2.369-.287-3.665.263-5.843-.016l.237-.069c-.763-.15-2.293 0-3.68-.178.395.055.736.178-.083.234-1.616-.178-2.712-.056-3.878-.261L168 3c-5.579-.173-27.603-.344-33.203-.432l.203-.03c-8.516-.077-26-.48-34.853-.37-1.357-.247-3.24-.237-4.66-.33.788.11.513.258-.104.235-4.383-.073-.296.145-4.683.14-5.053.093-24.365-.564-28.841-.848-2.415.268-5.414-.041-7.777.111l.24-.071C51.784 1.47 37.456.856 34.51.907l.394.093c-2.572.104-2.213-.24-4.233-.394.256.394-1.948.523-2.788.532l.034-.078c-1.266.033-4.14.283-6.23.285l.087-.195c-1.775.173-5.02.013-6.274.006C12.64 1 8.233.571 4.398.747L1.938.13l-.364.048s-4.154 6.707.866 8.266l-.085.195 1-.004c1.198.124 1.758-.092 1.645.102l-1.617-.06c1.204.084.36.17-.103.271.503.052.991.052 1.39.134C4.91 9 4.499 9 4.312 8.95 5 8.895 5.87 8.729 6.656 8.837c1.234.046.07.321 1.51.374 7.591.32 14.945.71 22.623.789.211.132-.036.124-.258.156 2.315-.034 4.37.042 6.469 0 .591.1.748.226.92.312-.344-.171 11.633.077 11.822.124'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sidebar-cta p {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.sidebar-cta .btn {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .page-with-sidebar {
    padding-right: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .page-with-sidebar--border {
    border-right: 1px solid #ff7700;
  }
}
.page-with-sidebar .testimonials-slider .slick-list {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .page-with-sidebar .contact-form {
    padding: 3rem 3rem 0 3rem;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .page-with-sidebar .contact-form {
    padding-bottom: 6rem;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .page-with-sidebar .contact-form__col {
    padding-right: 3rem;
  }
}
.page-with-sidebar .contact-form__details {
  left: 0;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .page-with-sidebar .contact-form__details {
    bottom: -6rem;
  }
}
@media (min-width: 992px) {
  .page-with-sidebar .contact-form__details {
    font-size: 1.55rem;
  }
}
@media (min-width: 768px) {
  .page-with-sidebar .contact-form__inner:before {
    bottom: -38.5rem;
  }
}
@media (min-width: 992px) {
  .page-with-sidebar .contact-form__inner:before {
    left: -18.5rem;
    bottom: -30.5rem;
  }
}
@media all and (max-width: 1199px) and (min-width: 992px) {
  .page-with-sidebar .quote-block {
    min-height: 45rem;
  }
}
@media all and (max-width: 1199px) and (min-width: 992px) {
  .page-with-sidebar .quote-block__inner,
.page-with-sidebar .testimonials-slider__extra {
    min-height: 50rem;
    width: 50rem;
  }
}
@media all and (max-width: 1199px) and (min-width: 992px) {
  .page-with-sidebar .quote-block__content,
.page-with-sidebar .testimonials-slider__quote {
    font-size: 4rem;
  }
}

.page-sidebar a {
  transition: 0.2s ease-in-out;
}
.page-sidebar a:hover, .page-sidebar a:focus {
  color: #ff7700;
}
@media (max-width: 991px) {
  .page-sidebar {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .page-sidebar {
    margin-bottom: 5rem;
  }
}
.page-sidebar .category-meta {
  margin-bottom: 10px;
}

.sidebar-information a {
  display: inline-block;
  box-shadow: inset 0 -1px 0 0 #ff7700;
}

.sidebar-info {
  padding-left: 3.7rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.sidebar-info:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: -3.7rem;
  margin-right: 1.5rem;
  position: relative;
  top: 0.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sidebar-info--website:before {
  background-image: url(../img/hand-orange.png);
}
.sidebar-info--fb:before {
  background-image: url(../img/facebook-orange.png);
}
.sidebar-info--email:before {
  background-image: url(../img/mail-orange.svg);
}
.sidebar-info--communities:before {
  background-image: url(../img/triangle-orange.png);
}
.sidebar-info--project:before {
  background-image: url(../img/projects-orange.png);
}
.sidebar-info--address:before {
  background-image: url(../img/pin-orange.png);
}

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