@charset "UTF-8";
/*
Theme Name: Efficiency One
Author: Arrivals + Departures
Author URI: https://arrivalsdepartures.com
Version: 2.0.0
Description: EOne theme for WordPress
Text Domain: efficiencyoneweb
*/
.footer-navigation, .links-header, .nav-menu .dropdown-menu > ul ul, .nav-menu .dropdown-menu > ul, .nav-menu, .decor-holder, .social-list, .slick-dots, .steps-list, .check-list, .count-list, .links-list, .tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-form p:after,
.post-password-form p:after, .search-form:after,
.post-password-form:after, .widget:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.navigation-single, .nav-links,
.navigation,
.navigation-comments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

.navigation-single .next a,
.navigation-single .prev a {
  background: #58A2D5;
  color: #fff;
  border: 0.3125;
  padding: 0.625rem 1.875rem;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 768px) {
  [id=twocolumns] {
    display: -ms-flexbox;
    display: flex;
  }
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

[id=content] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id=content] {
    width: 70%;
  }
}
[id=content]:only-child {
  width: 100%;
}

[id=sidebar] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id=sidebar] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}
.search-form label,
.post-password-form label {
  display: block;
}
.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #sidebar .search-form input,
  #sidebar .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type=submit],
.post-password-form input[type=submit] {
  margin: 0;
}

.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 768.98px) {
  .nav-links {
    margin: 0 -20px;
  }
}
@media (min-width: 769px) {
  .nav-links {
    padding: 67px 0;
  }
}

.nav-links,
.navigation,
.navigation-comments {
  position: relative;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 3px;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: 25px;
  height: 25px;
  color: #575757;
  font-size: 12px;
}
@media (min-width: 480px) {
  .nav-links .page-numbers,
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 15px;
    margin: 0 5px;
  }
}
@media (min-width: 769px) {
  .nav-links .page-numbers,
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    margin: 0 7.5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .page-numbers.current,
.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
  pointer-events: none;
  color: #f26657;
  font-weight: 700;
  border-width: 2px;
}
.nav-links .page-numbers:hover,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
  color: #f26657;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  transition: background 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background: #ffd65c;
  border-color: #ffd65c;
  width: 30px;
  height: 30px;
  font-size: 25px;
}
@media (min-width: 480px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    width: 40px;
    height: 40px;
    font-size: 35px;
  }
}
@media (min-width: 769px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    width: 60px;
    height: 60px;
    font-size: 45px;
    margin: 0 22px;
  }
}
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background: rgb(255, 226.8282208589, 143);
}

.navigation-single {
  width: 100%;
}
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.navigation-single .next a,
.navigation-single .prev a {
  transition: background 0.3s ease-in-out;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }
  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: "»";
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: "«";
  }
}

.navigation-single {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.navigation-single .next,
.navigation-single .prev {
  padding: 0;
  margin: 0;
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 0;
}
.navigation-single .next a,
.navigation-single .prev a {
  padding: 0.625rem 1.875rem;
  border: 0.3125;
}

.comment-form input[type=text],
.comment-form input[type=tel],
.comment-form input[type=email],
.comment-form input[type=search],
.comment-form input[type=password],
.comment-form input[type=url],
.comment-form select,
.comment-form textarea {
  border: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .comment-form input[type=text],
  .comment-form input[type=tel],
  .comment-form input[type=email],
  .comment-form input[type=search],
  .comment-form input[type=password],
  .comment-form input[type=url],
  .comment-form select,
  .comment-form textarea {
    max-width: 600px;
  }
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 0.3125;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

@media (min-width: 769px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin: 0 0 1.2rem;
  }
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
  color: #58A2D5;
}

h1,
.h1 {
  line-height: 1.26;
  margin: 0 0 1rem;
}
@media (min-width: 769px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

h2,
.h2 {
  line-height: 1.18;
}
@media (max-width: 768.98px) {
  h2,
  .h2 {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 769px) {
  h2,
  .h2 {
    font-size: 2.75rem;
    line-height: 1.13;
  }
}
@media (max-width: 768.98px) {
  h2.title-sm,
  .h2.title-sm {
    margin-bottom: 1.375rem;
  }
}

h3,
.h3 {
  line-height: 1.3;
  color: #583059;
}
@media (max-width: 768.98px) {
  h3,
  .h3 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 769px) {
  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 1.26;
    margin: 0 0 1.5625rem;
  }
}

h4,
.h4 {
  color: #583059;
  margin: 0;
}
@media (min-width: 769px) {
  h4,
  .h4 {
    font-size: 1.625rem;
    line-height: 1.26;
  }
}

@media (min-width: 769px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
a:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

@media (min-width: 769px) {
  .lead {
    font-size: 1.875rem;
  }
}

p a {
  color: inherit;
}
p a:hover {
  text-decoration: underline;
  color: inherit;
}
p a strong {
  font-weight: 500;
}

blockquote:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  blockquote p {
    line-height: 1.33;
  }
}
blockquote cite {
  display: block;
  font-weight: 700;
  font-style: normal;
}
blockquote cite:before {
  content: "-";
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?lpz14f");
  src: url("fonts/icomoon.eot?lpz14f#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lpz14f") format("truetype"), url("fonts/icomoon.woff?lpz14f") format("woff"), url("fonts/icomoon.svg?lpz14f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagrame:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e90a";
}

.icon-twitter:before {
  content: "\e909";
}

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

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

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

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

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

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

/* custom select styles */
.jcf-select {
  transition: border 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #707070;
  background: #fff;
  min-width: 100%;
  height: 35px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  z-index: 20;
}
.jcf-select.jcf-drop-active {
  border-radius: 0.25rem;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding: 4px 35px 4px 15px;
  font-weight: 500;
  color: #583059;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  border-radius: inherit;
  width: 35px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  border: 8px solid transparent;
  border-top: 10px solid #583059;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 10;
  padding: 1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 10;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f7f7f7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 2px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.22;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border-radius: 0 0 30px 0;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  padding: 18px 0;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 6px 35px 6px 22px;
  color: #575757;
  height: 1%;
}
@media (min-width: 480px) {
  .jcf-list .jcf-option {
    padding-right: 55px;
  }
}
.jcf-list .jcf-option.jcf-option-hide {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #583059;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.btn {
  text-transform: uppercase;
  line-height: 1;
  min-width: 10.3125rem;
}
@media (min-width: 769px) {
  .btn {
    padding: 0.4375rem 1.375rem;
    font-size: 1.25rem;
  }
}
.btn.btn-lg {
  font-weight: 300;
  text-transform: none;
  line-height: 1.26;
}
@media (min-width: 769px) {
  .btn.btn-lg {
    font-size: 1.875rem;
    padding: 0.8125rem 1.875rem;
  }
}

.back-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  background: #ffd65c;
  color: #fff;
  font-size: 2.8125rem;
}

.link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.link:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 55%;
  right: 55%;
  bottom: 0;
  background: currentColor;
  height: 0.125rem;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.link:hover {
  text-decoration: none;
}
.link:hover:after {
  left: 0;
  right: 0;
}

.links-list {
  margin: 0 0 1.25rem;
  line-height: 1.5;
}
.links-list li {
  margin: 0 0 0.6875rem;
}
.links-list i {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
  font-size: 1.35em;
}

textarea {
  resize: none;
  min-height: 21.5625rem;
}
@media (min-width: 769px) {
  textarea {
    min-height: 9.25rem;
  }
}

.form-control {
  margin: 0 0 0.625rem;
}
@media (min-width: 769px) {
  .form-control {
    margin: 0 0 1.25rem;
  }
}

@media (max-width: 768.98px) {
  .contact-form .btn-holder {
    text-align: center;
  }
}

.ninja-forms-req-symbol,
.nf-before-form-content,
.nf-field-label {
  display: none !important;
}

.nf-form-content input,
.nf-form-content textarea {
  font-weight: 300 !important;
  font-size: 1.125rem !important;
  padding: 0.625rem 1.06rem !important;
  line-height: 1.44 !important;
  background: #fff !important;
  border: 1px solid #707070 !important;
  height: 3.125rem;
  border-radius: 0.25rem !important;
}
.nf-form-content input:focus,
.nf-form-content textarea:focus {
  outline: none;
  border-color: rgb(127.5, 189, 255);
}
.nf-form-content input::-webkit-input-placeholder,
.nf-form-content textarea::-webkit-input-placeholder {
  color: #6c757d;
}
.nf-form-content input::-moz-placeholder,
.nf-form-content textarea::-moz-placeholder {
  opacity: 1;
  color: #6c757d;
}
.nf-form-content input:-moz-placeholder,
.nf-form-content textarea:-moz-placeholder {
  color: #6c757d;
}
.nf-form-content input:-ms-input-placeholder,
.nf-form-content textarea:-ms-input-placeholder {
  color: #6c757d;
}
.nf-form-content input.placeholder,
.nf-form-content textarea.placeholder {
  color: #6c757d;
}

.nf-form-content textarea.ninja-forms-field {
  resize: none;
  height: 21.5625rem !important;
}
@media (min-width: 769px) {
  .nf-form-content textarea.ninja-forms-field {
    height: 9.25rem !important;
  }
}

#ninja_forms_required_items, .nf-field-container {
  margin: 0 0 0.625rem !important;
}
@media (min-width: 769px) {
  #ninja_forms_required_items, .nf-field-container {
    margin: 0 0 1.25rem !important;
  }
}

.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding: 0.625rem 1.875rem !important;
  text-transform: uppercase !important;
  line-height: 1;
  min-width: 10.3125rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border: 1px solid #583059 !important;
  border-radius: 50px !important;
  height: 3.125rem;
  height: auto !important;
  color: #fff !important;
  background: #583059 !important;
}
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background: rgb(55.2408759124, 30.1313868613, 55.8686131387) !important;
}
@media (min-width: 769px) {
  .nf-form-content input[type=button],
  .nf-form-content input[type=submit] {
    padding: 0.4375rem 1.375rem !important;
    font-size: 1.25rem !important;
  }
}

.nf-input-limit {
  display: none;
}

.nf-error .nf-error-msg {
  font-size: 12px;
}

@media (max-width: 768.98px) {
  .nf-field-container .nf-field-element {
    text-align: center;
  }
}
.nf-field-container .nf-field-element p {
  text-align: center;
  margin: -0.4375rem 0 0.625rem;
}
@media (min-width: 768px) {
  .nf-field-container .nf-field-element p {
    display: none;
  }
}

.nf-form-content {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .submit-wrap {
    margin-top: -1.6875rem;
  }
}

.card {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin: 0 0 1.875rem;
  border: none;
}
@media (min-width: 769px) {
  .card {
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 769px) {
  .card.card-secondary {
    margin: 0 0 1.125rem;
  }
}
@media (min-width: 769px) {
  .card.card-secondary .card-header {
    padding: 1.1875rem 2.25rem 0;
  }
}
@media (min-width: 769px) {
  .card.card-secondary .card-body {
    padding: 1.1875rem 2.25rem;
  }
}
.card.card-secondary .card-body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .card.card-secondary .card-footer {
    padding: 0 2.25rem 1.1875rem;
  }
}
@media (min-width: 769px) {
  .card.card-secondary .card-body:last-child,
  .card.card-secondary .card-footer:last-child {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 769px) {
  .card.card-md-radius {
    border-radius: 0 0 0 7.8125rem;
  }
}
@media (min-width: 769px) {
  .card.card-md-radius .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 769px) {
  .card.card-md-radius .row > [class^=col],
  .card.card-md-radius .row > [class*=col] {
    padding: 2.3125rem 0.625rem;
  }
}
.card > img,
.card > [data-contentful-field-id="featuredImage"] > img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 14.75rem;
  border-radius: 0 0 0 6.5625rem;
  object-fit: cover;
}
@media (min-width: 769px) {
  .card > img,
  .card > [data-contentful-field-id="featuredImage"] > img {
    height: 17.125rem;
    border-radius: 0 0 0 7.8125rem;
  }
}
.card .card-header {
  padding: 1.375rem 1.25rem 0;
}
@media (min-width: 769px) {
  .card .card-header {
    padding: 1.1875rem 1.5625rem 0;
  }
}
.card .card-body {
  padding: 1.8125rem 1.25rem 1.5625rem;
}
@media (min-width: 769px) {
  .card .card-body {
    padding: 1.1875rem 1.25rem 1.1875rem 1.5625rem;
  }
}
@media (min-width: 769px) {
  .card .card-body:first-child {
    padding-top: 1.875rem;
  }
}
.card .card-footer {
  padding: 0 1.25rem 1.5625rem;
}
@media (min-width: 769px) {
  .card .card-footer {
    padding: 0 1.25rem 1.5625rem 1.5625rem;
  }
}
.card .card-header,
.card .card-footer {
  background: inherit;
}
.card .heading-holder {
  padding: 0 0 1.25rem;
}
@media (max-width: 768.98px) {
  .card .heading-holder {
    margin-top: -0.3125rem;
  }
}
@media (min-width: 769px) {
  .card .heading-holder {
    padding: 0 0 0.9375rem;
  }
}
.card .heading-holder .subtitle {
  margin-bottom: 0.3125rem;
}
@media (max-width: 768.98px) {
  .card .heading-holder .subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768.98px) {
  .card .heading-holder .categories {
    font-size: 1.125rem;
  }
}
@media (max-width: 768.98px) {
  .card h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .card .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 769px) {
  .card .row > [class^=col],
  .card .row > [class*=col] {
    padding: 3.1875rem 0.9375rem;
  }
}
@media (min-width: 769px) {
  .card .row > [class^=col] > *,
  .card .row > [class*=col] > * {
    padding-right: 0;
    padding-left: 0;
  }
}
.card .row > [class^=col] > img,
.card .row > [class*=col] > img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 14.75rem;
  object-fit: cover;
  border-radius: 0 0 0 6.5625rem;
}
@media (min-width: 769px) {
  .card .row > [class^=col] > img,
  .card .row > [class*=col] > img {
    height: 100%;
    border-radius: 0 0 0 7.8125rem;
  }
}
@media (min-width: 769px) {
  .card .row > [class^=col] .card-body,
  .card .row > [class^=col] .card-footer,
  .card .row > [class*=col] .card-body,
  .card .row > [class*=col] .card-footer {
    padding-right: 1.125rem;
  }
}
@media (min-width: 769px) {
  .card .row > [class^=col] .card-bod,
  .card .row > [class*=col] .card-bod {
    padding-bottom: 1.25rem;
  }
}
.card .image-holder {
  text-align: center;
}
.card .image-holder img {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  width: 11.9375rem;
  height: 11.9375rem;
}
@media (min-width: 769px) {
  .card .image-holder img {
    width: 13rem;
    height: 13rem;
  }
}
.card .icon-holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 11.9375rem;
  height: 11.9375rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .card .icon-holder {
    width: 12.625rem;
    height: 12.625rem;
  }
}
.card h4 {
  margin: 0 0 1.375rem;
}
@media (max-width: 768.98px) {
  .card h4 {
    line-height: 1.25;
  }
}

.cards-holder {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 769px) {
  .cards-holder {
    margin-bottom: 2.3125rem;
  }
}
.cards-holder > [class^=col],
.cards-holder > [class*=col] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 8px;
  padding-left: 8px;
}
.cards-holder .card {
  height: 100%;
}

.card-time {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  width: 10.75rem;
  height: 10.75rem;
  color: #fff;
  background: #58A2D5;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0.9375rem auto;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 769px) {
  .card-time {
    margin: 1.625rem auto;
  }
}
.card-time .bg-time > span {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.card-time .bg-time > span:first-child {
  left: 0;
}
.card-time .bg-time > span:last-child {
  right: 0;
}
.card-time .bg-time.bg-rotate > span {
  left: 0;
  width: 100%;
  height: 50%;
}
.card-time .bg-time.bg-rotate > span:first-child {
  bottom: auto;
}
.card-time .bg-time.bg-rotate > span:last-child {
  top: auto;
}

.filter-box {
  margin: 0 0 1.25rem;
}

.heading-block {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.125rem;
}
@media (max-width: 479.98px) {
  .heading-block h3 {
    font-size: 1.125rem;
  }
}
.heading-block.heading-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.heading-block.heading-reverse .heading-text {
  border-radius: 3.125rem 0;
  padding: 1.25rem 3.75rem 1.25rem 2.5rem;
}
@media (min-width: 480px) {
  .heading-block.heading-reverse .heading-text {
    padding: 1.25rem 5.625rem 1.25rem 3.75rem;
    border-radius: 5.3125rem 0 0 0;
  }
}
@media (min-width: 769px) {
  .heading-block.heading-reverse .heading-text {
    border-radius: 7.1875rem 0 0 0;
    padding: 1.25rem 7.5rem 1.25rem 5.625rem;
  }
}
@media (min-width: 1025px) {
  .heading-block.heading-reverse .heading-text {
    padding: 1.25rem 7.5rem 1.25rem 10.9375rem;
    border-radius: 12.5rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .heading-block.heading-reverse .heading-text {
    padding-left: 14.5625rem;
  }
}
.heading-block.heading-reverse .heading-image {
  margin: 0 0 0 -4.0625rem;
}
@media (min-width: 480px) {
  .heading-block.heading-reverse .heading-image {
    margin: 0 0 0 -5.625rem;
  }
}
@media (min-width: 769px) {
  .heading-block.heading-reverse .heading-image {
    margin: 0 0 0 -6.375rem;
  }
}
.heading-block .heading-image {
  position: relative;
  color: #583059;
  border-radius: 50%;
  overflow: hidden;
  width: 8.125rem;
  height: 8.125rem;
  padding: 0.9375rem;
  margin: 0 -4.0625rem 0 0;
}
@media (min-width: 480px) {
  .heading-block .heading-image {
    width: 11.25rem;
    height: 11.25rem;
    padding: 1.25rem;
    margin: 0 -5.625rem 0 0;
  }
}
@media (min-width: 769px) {
  .heading-block .heading-image {
    width: 13.4375rem;
    height: 13.4375rem;
    padding: 1.6875rem;
    margin: 0 -6.375rem 0 0;
  }
}
.heading-block .heading-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: currentColor;
}
.heading-block .heading-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.heading-block .heading-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  -ms-flex: 1 0;
      flex: 1 0;
  background: #58A2D5;
  border-radius: 0 3.125rem;
  padding: 1.25rem 1.5625rem 1.25rem 3.75rem;
}
@media (min-width: 480px) {
  .heading-block .heading-text {
    padding: 1.25rem 2.5rem 1.25rem 5.625rem;
    border-radius: 0 5.3125rem 0 0;
  }
}
@media (min-width: 769px) {
  .heading-block .heading-text {
    padding: 1.25rem 14.5625rem 1.25rem 7.5rem;
    border-radius: 0 7.1875rem 0 0;
  }
}
@media (min-width: 1025px) {
  .heading-block .heading-text {
    border-radius: 0 12.5rem 0 0;
  }
}
.heading-block .heading-text > *:last-child {
  margin-bottom: 0;
}
.heading-block .heading-text h1,
.heading-block .heading-text h2,
.heading-block .heading-text h3,
.heading-block .heading-text h4,
.heading-block .heading-text h5,
.heading-block .heading-text h6 {
  color: inherit;
}
.heading-block .heading-text h1 strong,
.heading-block .heading-text h2 strong,
.heading-block .heading-text h3 strong,
.heading-block .heading-text h4 strong,
.heading-block .heading-text h5 strong,
.heading-block .heading-text h6 strong {
  display: block;
}

@media (min-width: 769px) {
  .question-holder {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 769px) {
  .question-holder:last-child {
    margin-bottom: 0;
  }
}

.question-block {
  margin: 0 0 1.25rem;
}
.question-block:last-child {
  margin-bottom: 0;
}

.question-text,
.question-title {
  display: -ms-flexbox;
  display: flex;
  min-height: 2.8125rem;
  padding: 0 0 2.5rem;
}
@media (min-width: 769px) {
  .question-text,
  .question-title {
    min-height: 3.75rem;
  }
}
@media (min-width: 769px) {
  .question-text,
  .question-title {
    min-height: 5rem;
    padding: 0.6875rem 0 1.875rem;
  }
}

.question-bullet {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1;
  color: #fff;
  z-index: 1;
  margin: 0 1.25rem 0 0;
}
@media (min-width: 769px) {
  .question-bullet {
    height: 3.75rem;
    width: 3.75rem;
    font-size: 2.1875rem;
    margin: 0 2.1875rem 0 0;
  }
}
@media (min-width: 1025px) {
  .question-bullet {
    font-size: 2.75rem;
    height: 5rem;
    width: 5rem;
    margin: 0 3.5625rem 0 0;
  }
}
.question-bullet:after {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.question-content {
  -ms-flex: 1 0;
      flex: 1 0;
}
.question-content > *:last-child {
  margin-bottom: 0;
}

.question-title .question-bullet {
  background: #58A2D5;
}
@media (min-width: 1025px) {
  .question-title .question-bullet {
    margin-top: -0.6875rem;
  }
}
.question-title .question-bullet:after {
  background: #583059;
}

.question-text .question-bullet {
  background: #f599b1;
}
.question-text .question-bullet:after {
  background: #f26657;
}

.video-block {
  padding-top: 1.0625rem;
}
.video-block .mejs__controls {
  width: calc(100% - 30px);
}
@media (min-width: 480px) {
  .video-block .mejs__controls {
    width: calc(100% - 120px);
  }
}
@media (min-width: 769px) {
  .video-block .mejs__controls {
    width: calc(100% - 135px);
  }
}

.ytp-watermark {
  right: 5rem !important;
}
@media (min-width: 1025px) {
  .ytp-watermark {
    right: 10rem !important;
  }
}
.ytp-watermark svg {
  transform: translateX(-140px);
}

.video-inner {
  border-radius: 6.25rem 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 480px) {
  .video-inner {
    border-radius: 10.625rem 0;
  }
}
@media (min-width: 769px) {
  .video-inner {
    border-radius: 13.75rem 0 11.25rem;
  }
}
@media (min-width: 1025px) {
  .video-inner {
    border-radius: 17.5rem 0 14.0625rem;
  }
}

.count-list {
  font-weight: 500;
  color: #583059;
  counter-reset: num;
}
.count-list.count-secondary {
  font-weight: inherit;
  color: inherit;
}
@media (min-width: 1025px) {
  .count-list.count-secondary {
    padding-top: 0.9375rem;
  }
}
.count-list.count-secondary > li {
  padding: 0.6875rem 0 0 3.3125rem;
}
@media (min-width: 769px) {
  .count-list.count-secondary > li {
    min-height: 3.75rem;
    padding: 1.1875rem 0 0 5.3125rem;
  }
}
@media (min-width: 1025px) {
  .count-list.count-secondary > li {
    padding: 1.5625rem 0 0 5.8125rem;
    min-height: 5rem;
  }
}
.count-list.count-secondary > li:nth-child(5n+2):before {
  color: #ffd65c;
}
.count-list.count-secondary > li:nth-child(5n+3):before {
  color: #58A2D5;
}
.count-list.count-secondary > li:nth-child(5n+4):before {
  color: #287c64;
}
.count-list.count-secondary > li:before {
  font-size: 1.5625rem;
  border-width: 0.1875rem;
}
@media (min-width: 769px) {
  .count-list.count-secondary > li:before {
    border-width: 0.25rem;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2.1875rem;
  }
}
@media (min-width: 1025px) {
  .count-list.count-secondary > li:before {
    border-width: 0.375rem;
    width: 5rem;
    height: 5rem;
    font-size: 2.75rem;
  }
}
.count-list > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 3.5625rem;
  min-height: 3.1875rem;
  margin: 0 0 0.1875rem;
}
.count-list > li:nth-child(5n+2):before {
  color: #58A2D5;
}
.count-list > li:nth-child(5n+3):before {
  color: #287c64;
}
.count-list > li:nth-child(5n+4):before {
  color: var(--yellow);
}
.count-list > li:nth-child(5n+5):before {
  color: #583059;
}
.count-list > li:last-child {
  margin-bottom: 0;
}
.count-list > li:before {
  content: counter(num) " ";
  counter-increment: num;
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid currentColor;
  font-weight: 700;
  color: #f26657;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .count-list > li:before {
    font-size: 1.125rem;
  }
}
.count-list > li > *:last-child {
  margin-bottom: 0;
}

.check-list {
  font-size: 1.5625rem;
}
@media (min-width: 769px) {
  .check-list {
    font-size: 1.875rem;
  }
}
.check-list li {
  position: relative;
  padding: 0 0 1.5625rem 2.5rem;
}
@media (min-width: 769px) {
  .check-list li {
    padding: 0 0 2.1875rem 3.125rem;
  }
}
.check-list li:nth-child(5n+2):before {
  background: #f599b1;
}
.check-list li:nth-child(5n+3):before {
  background: #f26657;
}
.check-list li:nth-child(5n+4):before {
  background: #287c64;
}
.check-list li:nth-child(5n+5):before {
  background: #583059;
}
.check-list li:before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  top: 0.25rem;
  left: 0;
  background: #ffd65c;
}
@media (min-width: 769px) {
  .check-list li:before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.check-list a {
  color: inherit;
  text-decoration: underline;
}
.check-list a:hover {
  text-decoration: none;
}

@media (min-width: 480px) {
  .steps-list {
    margin: 0 -1.25rem;
    padding-top: 3.125rem;
  }
}
.steps-list li {
  position: relative;
  padding-bottom: 2.1875rem;
}
@media (min-width: 480px) {
  .steps-list li {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .steps-list li {
    padding-bottom: 3.3125rem;
  }
}
@media (min-width: 480px) {
  .steps-list li:nth-child(even) {
    margin-left: auto;
  }
}
@media (min-width: 480px) {
  .steps-list li:nth-child(even):after {
    left: -1px;
    right: auto;
  }
}
@media (min-width: 480px) {
  .steps-list li:nth-child(even) .steps-title {
    margin-right: auto;
    margin-left: 0;
    text-align: right;
  }
}
.steps-list li:last-child:after {
  display: none;
}
.steps-list li:after {
  position: absolute;
  content: "";
  top: 1.625rem;
  bottom: -1.625rem;
  width: 2px;
  border-left: 2px dotted #707070;
}
@media (max-width: 479.98px) {
  .steps-list li:after {
    left: 0;
  }
}
@media (min-width: 480px) {
  .steps-list li:after {
    right: -1px;
  }
}
@media (min-width: 769px) {
  .steps-list li:after {
    top: 2.375rem;
    bottom: -2.375rem;
  }
}
.steps-list li > *:last-child {
  margin-bottom: 0;
}
.steps-list .text-holder {
  padding: 0 0 0 1.25rem;
}
@media (min-width: 480px) {
  .steps-list .text-holder {
    padding: 0 1.25rem;
  }
}

.steps-title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px dotted #707070;
  width: 7.5rem;
}
@media (max-width: 479.98px) {
  .steps-title {
    text-align: right;
  }
}
@media (min-width: 480px) {
  .steps-title {
    margin-left: auto;
    width: 9.0625rem;
  }
}

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -0.25rem;
  height: 0.5625rem;
  z-index: 10;
}
@media (min-width: 769px) {
  .slick-dots {
    height: 0.9375rem;
    margin: 0 -0.5rem;
  }
}
@media (min-width: 1025px) {
  .slick-dots {
    height: 1.25rem;
  }
}
.slick-dots li {
  padding: 0 0.25rem;
}
@media (min-width: 769px) {
  .slick-dots li {
    padding: 0 0.5rem;
  }
}
.slick-dots button {
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  text-indent: -99999px;
  width: 0.5625rem;
  height: 0.5625rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  padding: 0;
  background: 0;
  background: transparent;
  cursor: pointer;
  color: #58A2D5;
}
@media (min-width: 769px) {
  .slick-dots button {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media (min-width: 1025px) {
  .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots button:hover {
  background: currentColor;
}
@media (min-width: 769px) {
  .slick-dots button:hover {
    border-color: #707070;
  }
}
.slick-dots .slick-active button {
  border-width: 1px;
  background: currentColor;
}
@media (min-width: 769px) {
  .slick-dots .slick-active button {
    border-color: #707070;
  }
}

.social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.25rem -0.3125rem;
  font-size: 2.5rem;
}
@media (min-width: 769px) {
  .social-list {
    font-size: 1.5625rem;
  }
}
.social-list li {
  margin: 0 0.25rem 0.3125rem;
}
.social-list a {
  display: inline-block;
  vertical-align: top;
}
.social-list a:hover {
  transform: rotateY(360deg);
}

.feature-grid {
  margin: 0 -0.5625rem 3.75rem;
}
@media (min-width: 769px) {
  .feature-grid {
    margin-bottom: 5.625rem;
  }
}
.feature-grid > [class^=col-],
.feature-grid > [class*=col-] {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  margin-bottom: 1.3125rem;
}
.feature-grid a {
  text-decoration: underline;
}

.feature-image {
  min-height: 17.5rem;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 480px) {
  .feature-image {
    min-height: 25rem;
  }
}
@media (min-width: 1025px) {
  .feature-image {
    min-height: 34.375rem;
  }
}
.feature-image.image-radius {
  border-radius: 0 5.625rem 0 0;
  overflow: hidden;
}
@media (min-width: 480px) {
  .feature-image.image-radius {
    border-radius: 0 6.875rem 0 0;
  }
}
@media (min-width: 1025px) {
  .feature-image.image-radius {
    border-radius: 0 7.5rem 0 0;
  }
}
.feature-image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reverse-block {
  margin: 0 0 2.5rem;
}
@media (min-width: 769px) {
  .reverse-block {
    margin: 0 0 3.4375rem;
  }
}
.reverse-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .reverse-block:nth-child(even) .reverse-image {
    margin-right: -36px;
  }
}
@media (max-width: 768.98px) {
  .reverse-block:nth-child(even) .reverse-animation-holder {
    margin-right: -36px;
  }
}
.reverse-block:nth-child(even) .viewport-section .reverse-animation {
  transform: translateX(100%);
}
@media (min-width: 769px) {
  .reverse-block:nth-child(even) .viewport-section .reverse-animation {
    transform: translateX(calc(100% + 50px));
  }
}
@media (min-width: 769px) {
  .reverse-block:nth-child(odd) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (max-width: 768.98px) {
  .reverse-block:nth-child(odd) .reverse-image {
    margin-left: -36px;
  }
}
.reverse-block:nth-child(odd) .reverse-image img {
  border-radius: 0 50rem 50rem 0;
}
@media (min-width: 769px) {
  .reverse-block:nth-child(odd) .reverse-image img {
    padding: 0 0 0 2.1875rem;
  }
}
@media (max-width: 768.98px) {
  .reverse-block:nth-child(odd) .reverse-animation-holder {
    margin-left: -36px;
  }
}
.reverse-block:nth-child(odd) .reverse-animation {
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-radius: 0 50rem 50rem 0;
}
@media (min-width: 769px) {
  .reverse-block.reverse-secondary {
    margin-bottom: 5.125rem;
  }
}
.reverse-block.reverse-secondary:last-child {
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .reverse-block.reverse-secondary:nth-child(odd) .reverse-image {
    margin-right: -36px;
    margin-left: 0;
  }
}
.reverse-block.reverse-secondary:nth-child(odd) .reverse-image img {
  border-radius: 50rem 0 0 50rem;
}
@media (max-width: 768.98px) {
  .reverse-block.reverse-secondary:nth-child(odd) .reverse-animation-holder {
    margin-right: -36px;
    margin-left: 0;
  }
}
.reverse-block.reverse-secondary:nth-child(odd) .reverse-animation {
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 50rem 0 0 50rem;
}
@media (min-width: 769px) {
  .reverse-block.reverse-secondary:nth-child(odd) .reverse-animation {
    margin: 0 0 0 2.5rem;
  }
}
.reverse-block.reverse-secondary:nth-child(even) .reverse-animation {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.reverse-block.reverse-secondary:nth-child(even) .viewport-section.in-viewport .reverse-animation {
  transform: translateX(0);
}
.reverse-block.reverse-secondary:nth-child(even) .viewport-section .reverse-animation {
  transform: translateX(-100%);
}
@media (min-width: 769px) {
  .reverse-block.reverse-secondary:nth-child(even) .viewport-section .reverse-animation {
    transform: translateX(calc(-100% - 50px));
  }
}
@media (max-width: 768.98px) {
  .reverse-block.reverse-secondary .reverse-image {
    margin-left: -36px;
    margin-right: 0;
  }
}
.reverse-block.reverse-secondary .reverse-image img {
  border-radius: 0 50rem 50rem 0;
}
@media (max-width: 768.98px) {
  .reverse-block.reverse-secondary .reverse-animation-holder {
    margin-left: -36px;
    margin-right: 0;
  }
}
.reverse-block.reverse-secondary .reverse-animation {
  border-radius: 0 50rem 50rem 0;
}
.reverse-block.reverse-secondary .viewport-section .reverse-animation {
  transform: translateX(100%);
}
@media (min-width: 769px) {
  .reverse-block.reverse-secondary .viewport-section .reverse-animation {
    transform: translateX(calc(100% + 50px));
  }
}
.reverse-block .viewport-section.in-viewport .reverse-animation {
  transform: translateX(0);
}
.reverse-block .viewport-section .reverse-animation {
  transform: translateX(-100%);
}
@media (min-width: 769px) {
  .reverse-block .viewport-section .reverse-animation {
    transform: translateX(calc(-100% - 50px));
  }
}
.reverse-block p a strong {
  font-weight: 700;
  color: #583059;
}
.reverse-block ul strong a:hover {
  text-decoration: underline;
}

.reverse-animation-holder {
  overflow: hidden;
}

.reverse-animation {
  transition: transform 0.7s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 13.5rem;
  background: #f7f7f7;
  border-radius: 50rem 0 0 50rem;
  padding: 1.25rem;
}
@media (min-width: 480px) {
  .reverse-animation {
    height: 17.875rem;
  }
}
@media (max-width: 768.98px) {
  .reverse-animation {
    margin-bottom: 1.4375rem;
  }
}
@media (min-width: 769px) {
  .reverse-animation {
    height: 21.875rem;
    margin: 0 2.5rem 0 0;
    padding: 2.5rem 3rem;
  }
}
.reverse-animation img {
  max-height: 100%;
  -webkit-clip-path: circle(0px at center);
          clip-path: circle(0px at center);
}
@media (min-width: 769px) {
  .reverse-animation img {
    width: 15.625rem;
  }
}
.in-viewport .reverse-animation img {
  animation-name: grow;
  animation-delay: 0.75s;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}

@keyframes grow {
  0% {
    -webkit-clip-path: circle(0px at center);
            clip-path: circle(0px at center);
  }
  100% {
    -webkit-clip-path: circle(250px at center);
            clip-path: circle(250px at center);
  }
}
.reverse-image {
  height: 13.5rem;
}
@media (min-width: 480px) {
  .reverse-image {
    height: 17.875rem;
  }
}
@media (max-width: 768.98px) {
  .reverse-image {
    margin-bottom: 1.4375rem;
  }
}
@media (min-width: 769px) {
  .reverse-image {
    height: 22.3125rem;
  }
}
.reverse-image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50rem 0 0 50rem;
}
@media (min-width: 769px) {
  .reverse-image img {
    padding: 0 2.1875rem 0 0;
  }
}

.info-block {
  position: relative;
  margin: 0 0 3.75rem;
}
@media (min-width: 769px) {
  .info-block {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5rem;
  }
}
@media (min-width: 769px) {
  .info-block:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.info-block:nth-child(5n+2) .info-image {
  background: var(--yellow);
}
.info-block:nth-child(5n+2) .info-image:after {
  transform: rotate(-45deg);
}
.info-block:nth-child(5n+3) .info-image {
  background: #58A2D5;
}
.info-block:nth-child(5n+3) .info-image:after {
  transform: rotate(-45deg);
}
.info-block:nth-child(5n+4) .info-image {
  background: #6BBE49;
}
.info-block:nth-child(5n+4) .info-image:after {
  transform: rotate(125deg);
}
.info-block:nth-child(5n+5) .info-image {
  background: #583059;
}
.info-block:nth-child(5n+5) .info-image:after {
  transform: rotate(-125deg);
}
.info-block .subtitle {
  color: #583059;
}
.info-block h3 {
  margin: 0 0 0.3125rem;
}

.info-image {
  position: relative;
  width: 15rem;
  height: 15rem;
  padding: 0.9375rem;
  border-radius: 50%;
  background: #f26657;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .info-image {
    margin: 0 auto 1.875rem;
  }
}
@media (min-width: 1025px) {
  .info-image {
    width: 18rem;
    height: 18rem;
    padding: 1.25rem;
  }
}
.info-image:after {
  position: absolute;
  content: "";
  top: -0.0625rem;
  bottom: -0.0625rem;
  right: -0.0625rem;
  left: -0.0625rem;
  border-radius: inherit;
  z-index: -1;
  border: 22px solid transparent;
  border-top-color: #fff;
  transform: rotate(45deg);
}
.info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (min-width: 769px) {
  .info-text {
    -ms-flex: 1 0;
        flex: 1 0;
    margin: 0 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .info-text {
    margin: 0 3.125rem;
  }
}
@media (min-width: 1200px) {
  .info-text {
    margin: 0 5.9375rem;
  }
}
.info-text > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .info-holder {
    padding: 2.625rem 0 0;
  }
}
@media (min-width: 769px) {
  .info-holder:last-child {
    padding-bottom: 5.8125rem;
  }
}

.intro-gallery-section h1 {
  color: #f26657;
}

.intro-gallery {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.intro-gallery .slick-dots {
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .intro-gallery .slick-dots {
    bottom: 0.625rem;
  }
}
.intro-gallery .slick-dots button {
  color: #fff;
}
.intro-gallery .slick-list,
.intro-gallery .slick-track {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.intro-gallery .gallery-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-gallery .gallery-slide .container {
  height: 100%;
  min-height: 14.375rem;
}
@media (min-width: 480px) {
  .intro-gallery .gallery-slide .container {
    min-height: 23.75rem;
  }
}
@media (min-width: 769px) {
  .intro-gallery .gallery-slide .container {
    min-height: 31.25rem;
  }
}
@media (max-width: 768.98px) {
  .intro-gallery .image-holder {
    margin-left: -2.5rem;
  }
}
.intro-gallery .image-holder img {
  max-height: 31.25rem;
}
.intro-gallery .slide-inner {
  height: 100%;
  margin-left: -75px;
  margin-right: -75px;
}
@media (min-width: 769px) {
  .intro-gallery .slide-inner {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.intro-gallery .slide-inner > [class^=col],
.intro-gallery .slide-inner > [class*=col] {
  padding-left: 38px;
  padding-right: 38px;
}
@media (min-width: 769px) {
  .intro-gallery .slide-inner > [class^=col],
  .intro-gallery .slide-inner > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.intro-gallery .text-holder {
  padding: 2.625rem 0;
  height: 100%;
}
.intro-gallery .text-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0 15.625rem 0;
  padding: 7.8125rem 2.1875rem;
}
@media (max-width: 768.98px) {
  .intro-gallery .text-inner {
    margin: 0 2.25rem;
  }
}
@media (min-width: 769px) {
  .intro-gallery .text-inner {
    padding: 4.375rem 9.375rem;
    border-radius: 0 21.875rem 0;
  }
}
@media (min-width: 1200px) {
  .intro-gallery .text-inner {
    padding: 4.375rem 11.875rem;
    border-radius: 0 25.9375rem 0;
  }
}
.intro-gallery .text-inner > *:last-child {
  margin-bottom: 0;
}

.intro-section.intro-lg .intro-inner {
  min-height: 15.625rem;
}
@media (min-width: 769px) {
  .intro-section.intro-lg .intro-inner {
    min-height: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .intro-section.intro-lg .intro-inner {
    min-height: 31.25rem;
  }
}
.intro-section .intro-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 8.75rem;
}
@media (min-width: 769px) {
  .intro-section .intro-inner {
    min-height: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .intro-section .intro-inner {
    min-height: 19.375rem;
  }
}
.intro-section .intro-inner .decor-holder {
  width: calc(100% - 72px);
  max-width: 1135px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media (max-width: 1450px) {
  .intro-section .intro-inner .decor-holder {
    display: block;
  }
}
@media (max-width: 1400px) {
  .intro-section .intro-inner .decor-holder .decor.left-third, .intro-section .intro-inner .decor-holder .decor.left-fourth {
    left: -36px;
    transform: translateX(0);
  }
}

.desc-section {
  background: #58A2D5;
  color: #fff;
  padding: 1.5625rem 0 2.5rem;
}
@media (min-width: 769px) {
  .desc-section {
    padding: 3.125rem 0 4.375rem;
  }
}
.desc-section h1,
.desc-section h2,
.desc-section h3,
.desc-section h4,
.desc-section h5,
.desc-section h6 {
  color: inherit;
}
.desc-section h2 {
  margin: 0 0 1.875rem;
}
@media (min-width: 769px) {
  .desc-section h2 {
    margin: 0 0 3.25rem;
  }
}
.desc-section .image-holder {
  text-align: center;
  padding: 0 0 0.9375rem;
}
@media (min-width: 769px) {
  .desc-section .image-holder {
    padding: 0.9375rem 0;
  }
}
.desc-section .btn {
  max-width: 23.125rem;
}

.text-image-split-with-icons .decor-holder-component {
  position: relative;
}
.text-image-split-with-icons .decor-holder-component .top-left {
  position: absolute;
  top: -50px;
  left: 0;
}
.text-image-split-with-icons .decor-holder-component .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1450px) {
  .text-image-split-with-icons .decor-holder-component {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .text-image-split-with-icons .text-intro img {
    -ms-flex-order: 2;
        order: 2;
    max-width: 26px;
    height: auto;
  }
}
@media (max-width: 1024.98px) {
  .text-image-split-with-icons .text-intro h3 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (max-width: 1024.98px) {
  .text-image-split-with-icons .text-intro .text {
    -ms-flex-order: 3;
        order: 3;
  }
}
.text-image-split-with-icons .images img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}

.two_column_image_with_icons .decor-holder-component {
  position: relative;
}
.two_column_image_with_icons .decor-holder-component .top-right {
  position: absolute;
  top: 75px;
  right: 0;
}
.two_column_image_with_icons .decor-holder-component .middle-left {
  position: absolute;
  top: 200px;
  left: 0;
}
.two_column_image_with_icons .decor-holder-component .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1450px) {
  .two_column_image_with_icons .decor-holder-component {
    display: none;
  }
}
@media (min-width: 1025px) {
  .two_column_image_with_icons .col-lg-6 {
    max-width: 45%;
  }
}
@media (max-width: 1024.98px) {
  .two_column_image_with_icons .icon {
    max-width: 50px;
    height: auto;
  }
}
.two_column_image_with_icons .images .image-wrap {
  max-width: 220px;
}
.two_column_image_with_icons .images .image-wrap img {
  width: 220px;
  height: 220px;
}

.page-template-template-employee-spotlight .intro {
  position: relative;
}
.page-template-template-employee-spotlight .secondary-section {
  position: relative;
}
.page-template-template-employee-spotlight .content {
  color: #707070;
}
.page-template-template-employee-spotlight .spotlight-wrapper {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: none;
}
.page-template-template-employee-spotlight .spotlight-wrapper:not(:last-child) {
  margin-bottom: 55px;
}
.page-template-template-employee-spotlight .spotlight-wrapper .left .text p {
  color: #707070;
}
.page-template-template-employee-spotlight .spotlight-wrapper .right img {
  width: 100%;
  max-width: 289px;
  object-fit: cover;
  border-radius: 0 0 0 7.8125rem;
}
@media (min-width: 1025px) {
  .page-template-template-employee-spotlight .posts-nav {
    margin-top: 100px;
    margin-bottom: 250px;
  }
}

@media (min-width: 1025px) {
  .page-template-template-partner-job-postings .left-layout {
    border-right: 10px solid #3b93cd;
  }
}
.page-template-template-partner-job-postings .left-layout .filter-wrapper {
  width: 214px;
}
.page-template-template-partner-job-postings .left-layout .filter-wrapper .jcf-select {
  max-width: 100%;
  border: 2px solid #3b93cd;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.page-template-template-partner-job-postings .left-layout .filter-wrapper .jcf-select-text {
  color: #707070;
  font-weight: 300;
}
.page-template-template-partner-job-postings .left-layout .filter-wrapper .jcf-select-opener::after {
  border-top-color: #3b93cd;
}
.page-template-template-partner-job-postings .left-layout #submit {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.page-template-template-partner-job-postings .right-layout .single-post {
  border: 3px solid #707070;
  border-radius: 40px;
}
@media (min-width: 1025px) {
  .page-template-template-partner-job-postings .right-layout .single-post .left {
    border-right: 3px solid #707070;
  }
}
@media (max-width: 1024.98px) {
  .page-template-template-partner-job-postings .right-layout .single-post .left {
    border-bottom: 3px solid #707070;
  }
}
.page-template-template-partner-job-postings .right-layout .single-post .left img {
  display: block;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
.page-template-template-partner-job-postings .right-layout .single-post .right .details span {
  color: #707070;
}
@media (min-width: 1025px) {
  .page-template-template-partner-job-postings .right-layout .single-post .view-btn {
    max-width: 75%;
  }
}
.page-template-template-partner-job-postings .right-layout .pagination .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 3px;
  border-radius: 50%;
  border: 1px solid currentColor;
  width: 25px;
  height: 25px;
  color: #575757;
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 480px) {
  .page-template-template-partner-job-postings .right-layout .pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 15px;
    margin: 0 5px;
  }
}
@media (min-width: 769px) {
  .page-template-template-partner-job-postings .right-layout .pagination .page-numbers {
    margin: 0 7.5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.page-template-template-partner-job-postings .right-layout .pagination .page-numbers:first-child {
  margin-left: 0;
}
.page-template-template-partner-job-postings .right-layout .pagination .page-numbers:last-child {
  margin-right: 0;
}
.page-template-template-partner-job-postings .right-layout .pagination .page-numbers.current {
  pointer-events: none;
  color: #f26657;
  font-weight: 700;
  border-width: 2px;
}
.page-template-template-partner-job-postings .right-layout .pagination .page-numbers:hover {
  color: #f26657;
}
.page-template-template-partner-job-postings .right-layout .pagination .next,
.page-template-template-partner-job-postings .right-layout .pagination .prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background: #ffd65c;
  border-color: #ffd65c;
  width: 30px;
  height: 30px;
  font-size: 25px;
}
@media (min-width: 480px) {
  .page-template-template-partner-job-postings .right-layout .pagination .next,
  .page-template-template-partner-job-postings .right-layout .pagination .prev {
    width: 40px;
    height: 40px;
    font-size: 35px;
  }
}
@media (min-width: 769px) {
  .page-template-template-partner-job-postings .right-layout .pagination .next,
  .page-template-template-partner-job-postings .right-layout .pagination .prev {
    width: 60px;
    height: 60px;
    font-size: 45px;
    margin: 0 22px;
  }
}
.page-template-template-partner-job-postings .right-layout .pagination .next:hover,
.page-template-template-partner-job-postings .right-layout .pagination .prev:hover {
  background: rgb(255, 226.8282208589, 143);
}
.page-template-template-partner-job-postings .decor.bottom-lower {
  bottom: -50px;
}

@media (max-width: 1024.98px) {
  .page-template-template-annual-report .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-template-template-annual-report .top h1 {
  color: #f26657;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .page-template-template-annual-report .top h1 {
    font-size: 46px;
  }
}
.page-template-template-annual-report .top .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1025px) {
  .page-template-template-annual-report .top .btn {
    max-height: 40px;
  }
}
.page-template-template-annual-report .desktop-menu {
  position: fixed;
  max-width: 250px;
}
.page-template-template-annual-report .desktop-menu span {
  color: #583059;
  padding-bottom: 1.5rem;
}
.page-template-template-annual-report .desktop-menu a {
  text-decoration: underline;
  color: #583059;
}
.page-template-template-annual-report .desktop-menu a:not(:last-child) {
  padding-bottom: 1.5rem;
}
.page-template-template-annual-report .mobile-menu .jcf-select {
  border: none;
  border-bottom: 1px solid #583059;
  border-radius: 1px;
  box-shadow: none;
  max-width: 100%;
}
.page-template-template-annual-report .mobile-menu .jcf-select-text {
  padding-left: 0;
  text-transform: uppercase;
}
.page-template-template-annual-report .mobile-menu .jcf-select-opener {
  right: -10px;
}
@media (min-width: 1025px) {
  .page-template-template-annual-report .small-image-attachment .btn {
    font-size: 1.1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024.98px) {
  .page-template-template-annual-report .video-wrapper .left {
    margin-left: -36px;
    margin-right: -36px;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .page-template-template-annual-report .two-column-cta .btn {
    font-size: 1.1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single-spotlight .header .right img {
  width: 100%;
  max-width: 272px;
  object-fit: cover;
  border-radius: 0 0 0 7.8125rem;
}
.single-spotlight .content p {
  color: #575757;
}

body {
  line-height: 1.375;
}
@media (min-width: 769px) {
  body {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}

#main {
  -ms-flex: 1 0;
      flex: 1 0;
}

.container {
  width: 100%;
}

.bg-light {
  color: #707070;
}

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

.row {
  margin-right: -9px;
  margin-left: -9px;
}
.row [class^=col],
.row [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gx-3 {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gx-3 [class^=col],
.row.gx-3 [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.section,
.simple-text {
  padding: 0.75rem 0 1.25rem;
}
@media (min-width: 769px) {
  .section,
  .simple-text {
    padding: 1.6875rem 0;
  }
}
/* .section:last-child,
.simple-text:last-child {
  padding-bottom: 6.25rem;
} */

.section-secondary {
  padding: 1.25rem 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .section-secondary {
    padding: 5rem 0;
  }
}
/* .section-secondary:last-child {
  padding-bottom: 3.25rem;
}
@media (min-width: 769px) {
  .section-secondary:last-child {
    padding-bottom: 7.1875rem;
  }
} */

[class^=section],
[class*=section] {
  position: relative;
  z-index: 1;
}
@media (max-width: 1450px) {
  [class^=section] .decor-holder,
  [class*=section] .decor-holder {
    display: none;
  }
}

.text-black {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.decor-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.decor.top {
  top: 0;
}
.decor.bottom {
  bottom: 0;
}
.decor.right {
  right: 0;
  text-align: right;
}
.decor.left {
  left: 0;
}
.decor.right-secondary {
  text-align: right;
  left: 50%;
  transform: translateX(682px);
}
.decor.right-third {
  left: 50%;
  transform: translateX(calc(-100% + 682px));
}
.decor.right-fourth {
  left: 50%;
  transform: translateX(calc(-50% + 682px));
}
.decor.left-secondary {
  left: 50%;
  transform: translateX(calc(-100% - 682px));
}
.decor.left-third {
  left: 50%;
  transform: translateX(-682px);
}
.decor.left-fourth {
  left: 50%;
  transform: translateX(calc(-50% - 682px));
}
@media (max-width: 1199.98px) {
  .decor img {
    width: 65%;
  }
}
@media (max-width: 768.98px) {
  .decor img {
    width: 45%;
  }
}

@media (min-width: 769px) {
  .heading-holder {
    padding: 1.375rem 0;
  }
}
.heading-holder h1 {
  color: #3A3A3A;
}
@media (min-width: 769px) {
  .heading-holder h1 {
    line-height: 1;
  }
}
.heading-holder .categories {
  font-weight: 500;
  margin-bottom: 0;
}
.heading-holder .subtitle {
  margin-bottom: 0;
}

.text-holder {
  margin-bottom: 2.6875rem;
}
.text-holder:last-child {
  margin-bottom: 0;
}
.text-holder > *:last-child {
  margin-bottom: 0;
}

.contact-holder {
  margin: 0 0 1.75rem;
}
@media (max-width: 768.98px) {
  .contact-holder {
    line-height: 1.875;
  }
}
@media (min-width: 769px) {
  .contact-holder {
    margin: 0 0 1.375rem;
  }
}
@media (max-width: 768.98px) {
  .contact-holder:last-child {
    margin: 0 0 3.4375rem;
  }
}
.contact-holder > *:last-child {
  margin-bottom: 0;
}
.contact-holder address {
  max-width: 16.5625rem;
}
@media (min-width: 769px) {
  .contact-holder address {
    max-width: 18.75rem;
  }
}

.subtitle {
  display: block;
  font-weight: 700;
  margin: 0 0 1.25rem;
}
.subtitle a:hover {
  text-decoration: underline;
}

.atlwdg-trigger.atlwdg-SUBTLE {
  z-index: 999;
}

#header {
  transition: box-shadow 0.3s ease-in-out, padding 0.3s ease-in-out;
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 0.8125rem 0;
}
@media (min-width: 769px) {
  #header {
    padding: 1.5625rem 0 0.9375rem;
  }
}
@media (min-width: 1025px) {
  #header {
    padding: 2.3125rem 0 1.5625rem;
  }
}
.fixed-position #header {
  box-shadow: 0 0 8px 0 rgba(101, 97, 97, 0.2);
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .fixed-position #header {
    padding: 0.9375rem 0 0.625rem;
  }
}
@media (min-width: 1025px) {
  .fixed-position #header {
    padding: 1.25rem 0 0.9375rem;
  }
}
#header .container {
  display: -ms-flexbox;
  display: flex;
}

.logo {
  position: relative;
  z-index: 999;
  width: 2.9375rem;
}
@media (min-width: 769px) {
  .logo {
    width: 4.375rem;
  }
}
@media (min-width: 1025px) {
  .logo {
    width: 6.875rem;
  }
}
.logo.logo-green svg .cls-1 {
  fill: #6bbe49;
}
.logo svg {
  width: 100%;
}
.logo svg .cls-1 {
  fill: #58A2D5;
}
.logo svg .cls-2 {
  fill: #555962;
}
.logo svg .cls-3 {
  fill: #fff;
}
@media (max-width: 768.98px) {
  .nav-active .logo svg .cls-1,
  .nav-active .logo svg .cls-2 {
    fill: #fff;
  }
}
@media (max-width: 768.98px) {
  .nav-active .logo svg .cls-3 {
    fill: #58A2D5;
  }
}

.main-nav {
  -ms-flex: 1 0;
      flex: 1 0;
}

.nav-opener {
  width: 1.6875rem;
  height: 0.9375rem;
  float: right;
  position: relative;
  z-index: 999;
  margin: 0.625rem 0 0 0;
}
@media (min-width: 769px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  background: #58A2D5;
  position: absolute;
  top: 0.875rem;
  left: 50%;
  width: 1.6875rem;
  transform: translateX(-50%);
  height: 0.125rem;
  transition: transform 0.2s linear, width 0.2s linear;
  border-radius: 0.125rem;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 0.0625rem;
}
.nav-opener:after {
  top: 0.4375rem;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after,
.nav-active .nav-opener span {
  width: 1.5rem;
  background: #fff;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
}
.nav-active .nav-opener:after {
  transform: translateX(-50%) rotate(-45deg);
}
.nav-active .nav-opener span {
  opacity: 0;
}

@media (min-width: 769px) {
  .nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex: 1 0;
        flex: 1 0;
    margin: 0 -0.625rem;
  }
}
@media (min-width: 1025px) {
  .nav-menu {
    margin: 0 -1.25rem;
  }
}
@media (min-width: 769px) {
  .nav-menu li.active > a {
    color: #6BBE49;
  }
}
.nav-menu > li {
  position: relative;
  margin: 0 0 1.0625rem;
}
@media (min-width: 769px) {
  .nav-menu > li {
    margin: 0 0.625rem;
  }
}
@media (min-width: 1025px) {
  .nav-menu > li {
    margin: 0 1.25rem;
  }
}
@media (min-width: 769px) {
  .nav-menu > li:last-child .dropdown-menu, .nav-menu > li:nth-last-child(2) .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
.nav-menu > li:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 55%;
  right: 55%;
  bottom: -0.375rem;
  background: currentColor;
  height: 0.375rem;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media (min-width: 769px) {
  .nav-menu > li:after {
    background: #6BBE49;
  }
}
.nav-menu > li:hover:after {
  left: 0;
  right: 0;
}
.nav-menu > li.drop-holder > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 1.5625rem;
}
.nav-menu > li.drop-holder > a:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) {
  .nav-menu > li.drop-holder > a:before {
    color: #6BBE49;
    font-size: 1.875rem;
  }
}
.nav-menu > li.active:after, .nav-menu > li.show:after {
  left: 0;
  right: 0;
}
@media (max-width: 768.98px) {
  .nav-menu > li.show .dropdown-menu {
    position: relative !important;
  }
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .nav-menu > li > a {
    font-size: 1.25rem;
  }
}
.nav-menu .dropdown-menu {
  width: 100%;
  position: absolute;
  z-index: 1;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  border: none;
  transform: translate3d(0, 0, 0) !important;
}
@media (max-width: 768.98px) {
  .nav-menu .dropdown-menu {
    background: transparent;
    color: inherit;
    padding: 1.5625rem 0 0 1.8125rem;
  }
}
@media (min-width: 769px) {
  .nav-menu .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    width: 17.5rem;
  }
}
@media (min-width: 1025px) {
  .nav-menu .dropdown-menu {
    font-size: 1.125rem;
    width: 20.3125rem;
  }
}
.nav-menu .dropdown-menu > ul {
  position: relative;
  z-index: 1;
  font-weight: 400;
}
@media (min-width: 769px) {
  .nav-menu .dropdown-menu > ul {
    padding: 1.1875rem 1.3125rem;
    background: #f7f7f7;
    font-weight: 500;
  }
}
.nav-menu .dropdown-menu > ul > li {
  position: relative;
  margin: 0 0 1.0625rem;
}
@media (min-width: 769px) {
  .nav-menu .dropdown-menu > ul > li {
    margin: 0 0 0.375rem;
  }
}
.nav-menu .dropdown-menu > ul ul {
  font-weight: 300;
  background: transparent;
  padding: 1.125rem 0 0 1.25rem;
}
@media (min-width: 769px) {
  .nav-menu .dropdown-menu > ul ul {
    padding: 0.5rem 1.25rem 0 0.625rem;
  }
}
@media (max-width: 768.98px) {
  .nav-menu .dropdown-menu > ul ul li {
    margin: 0 0 1.0625rem;
  }
}
@media (max-width: 768.98px) {
  .nav-menu .dropdown-menu > ul ul li:last-child {
    margin: 0 0 1.75rem;
  }
}
.nav-menu .dropdown-menu a {
  display: block;
  color: inherit;
  text-transform: uppercase;
}
.nav-menu .dropdown-menu a:after {
  display: none;
}
.nav-menu .dropdown-menu a:hover {
  color: #6BBE49;
}

.nav-drop {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  .nav-drop {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    color: white;
    background-color: #3b93cd;
    padding: 4.375rem 0 0;
  }
}
@media (max-width: 768.98px) {
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 769px) {
  .header-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 0.625rem;
    color: #6BBE49;
  }
}
@media (min-width: 1025px) {
  .header-holder {
    padding: 0.375rem 0 1.375rem;
  }
}
@media (min-width: 1025px) {
  .header-search .header-holder {
    padding: 0 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  .header-search .header-holder {
    margin-right: -1.25rem;
  }
}
@media (min-width: 769px) {
  .header-holder a:hover {
    color: #000;
  }
}

@media (min-width: 769px) {
  .search-wrap {
    margin: 0 0 0 1.6875rem;
  }
}
@media (min-width: 769px) {
  .header-search .search-wrap {
    width: 24.6875rem;
  }
}
.search-wrap .open {
  font-size: 1.3125rem;
}
@media (max-width: 768.98px) {
  .search-wrap .open {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .search-wrap .popup {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .search-wrap .popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding: 1.25rem 0 20.3125rem;
  }
}
@media (min-width: 769px) {
  .header-search .search-wrap .popup {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: transparent;
    display: block !important;
    padding: 0;
  }
}
.search-wrap .decor.bottom {
  bottom: 15.9375rem;
}
@media (max-width: 768.98px) {
  .search-wrap .decor-holder {
    display: none;
  }
}
.header-search .search-wrap .decor-holder {
  display: none;
}

@media (min-width: 769px) {
  .header-search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 2.25rem;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .header-search .header-search-form {
    padding: 0;
  }
}
.header-search-form .field-wrap {
  position: relative;
}
@media (min-width: 769px) {
  .header-search-form .field-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    max-width: 50.125rem;
  }
}
.header-search-form .form-control {
  font-size: 1rem;
  font-weight: 500;
  height: 3.125rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768.98px) {
  .header-search-form .form-control {
    text-transform: uppercase;
    border: none;
    padding-left: 3.4375rem;
  }
}
@media (min-width: 769px) {
  .header-search-form .form-control {
    -ms-flex: 1 0;
        flex: 1 0;
    margin: 0 0.375rem 0 0;
    color: #3b93cd;
    background: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 0.375rem;
    border-color: #bebebe;
  }
}
.header-search-form .form-control::-webkit-input-placeholder {
  color: #3b93cd;
}
.header-search-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #3b93cd;
}
.header-search-form .form-control:-moz-placeholder {
  color: #3b93cd;
}
.header-search-form .form-control:-ms-input-placeholder {
  color: #3b93cd;
}
.header-search-form .form-control.placeholder {
  color: #3b93cd;
}
@media (min-width: 769px) {
  .header-search .header-search-form .form-control {
    font-weight: 300;
    height: 2.9375rem;
    width: 100%;
    padding-right: 5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.header-search-form .close,
.header-search-form button {
  transition: background 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #3b93cd;
}
@media (min-width: 769px) {
  .header-search-form .close,
  .header-search-form button {
    width: 3.75rem !important;
    height: 3.75rem;
    border-radius: 50%;
    color: #fff;
    margin: 0 0 0 0.625rem;
  }
}
.header-search-form .close:focus,
.header-search-form button:focus {
  outline: none;
}
.header-search-form button {
  border: none;
  background: transparent;
  font-size: 1.5625rem;
}
@media (max-width: 768.98px) {
  .header-search-form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 3.125rem;
    width: 2.8125rem !important;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .header-search-form button {
    background: #58A2D5;
  }
}
.header-search-form button:hover {
  background: rgb(50.2392344498, 138.7559808612, 199.7607655502);
}
@media (min-width: 769px) {
  .header-search .header-search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.header-search-form .close {
  background: #f26657;
  opacity: 1;
  font-size: 1.25rem;
}
@media (max-width: 768.98px) {
  .header-search-form .close {
    display: none;
  }
}
.header-search-form .close:hover {
  background: rgb(238.3370165746, 58.8895027624, 39.6629834254);
  opacity: 1 !important;
  color: #fff;
}

@media (min-width: 769px) {
  .search-button {
    color: #6BBE49;
  }
}
@media (min-width: 769px) {
  .search-button:hover {
    color: #000;
  }
}
@media (min-width: 769px) {
  .header-search .search-button {
    display: none !important;
  }
}

.links-header {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .links-header {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 769px) {
  .links-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    font-weight: 500;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .header-search .links-header {
    display: none;
  }
}
.links-header li {
  margin: 0 0 1.3125rem;
}
@media (min-width: 769px) {
  .links-header li {
    margin: 0 1.25rem;
  }
}
.links-header a {
  color: inherit;
}

@media (max-width: 768.98px) {
  .drop-inner {
    overflow: auto;
    height: calc(100vh - 70px);
    height: calc(var(--vh, 1vh) * 100 - 70px);
    padding: 1.125rem 2.1875rem 3.125rem;
  }
}
@media (min-width: 769px) {
  .drop-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media (max-width: 768.98px) {
  .drop-inner:before {
    display: block;
    content: "";
    height: -webkit-min-content;
    height: min-content;
  }
}
@media (max-width: 768.98px) {
  .header-light .drop-inner {
    background: #f7f7f7;
    color: #3b93cd;
  }
}
@media (max-width: 768.98px) {
  .drop-inner > * {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

#footer {
  position: relative;
  z-index: 999;
  background: #58A2D5;
  color: #fff;
  padding: 3.75rem 0 5rem;
  font-size: 1rem;
  line-height: 1.22;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  #footer {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #footer {
    min-height: 15.9375rem;
    font-size: 1.125rem;
    padding: 2.8125rem 0;
  }
}
.popup-active #footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768.98px) {
  #footer .text-holder {
    margin-bottom: 4.375rem;
  }
}
#footer a {
  color: inherit;
}
#footer .connect-title {
  display: block;
  color: inherit;
  text-transform: uppercase;
  margin: 0 0 0.375rem;
}
@media (min-width: 769px) {
  #footer .connect-title {
    margin: 0 0 0.1875rem;
  }
}
@media (max-width: 768.98px) {
  #footer .social-list {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#footer .back-link {
  position: absolute;
  right: 36px;
  top: 0;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .copy-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.copy {
  display: block;
}
@media (max-width: 768.98px) {
  .copy {
    max-width: 12.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .copy {
    -ms-flex: 1 0;
        flex: 1 0;
  }
}

.logo-footer {
  margin: 0 0 0.6875rem;
}
@media (min-width: 769px) {
  .logo-footer {
    margin: 0 0.8125rem 0 0;
  }
}
.logo-footer img {
  width: 3.125rem;
}

@media (min-width: 769px) {
  .footer-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 768.98px) {
  .footer-navigation {
    margin-bottom: 4.875rem;
  }
}
.footer-navigation li {
  margin: 0 0 1.5rem;
}
@media (min-width: 769px) {
  .footer-navigation li {
    margin: 0 0 0.875rem;
  }
}
.footer-navigation li:last-child {
  margin-bottom: 0;
}
.footer-navigation a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.footer-navigation a:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 55%;
  right: 55%;
  bottom: 0;
  background: currentColor;
  height: 0.125rem;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footer-navigation a:hover:after {
  left: 0;
  right: 0;
}
/*# sourceMappingURL=style.css.map */
