/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   Licence: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.accordion--container {
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 1.25rem;
  width: 100%;
  margin-bottom: 2rem;
  text-align: left;
  outline: none;
  font-size: 1rem;
  border-radius: 0.375rem;
  position: relative;
}
.accordion--container:first-of-type {
  margin-top: 2em;
}
.accordion--container.ac__black {
  color: #414141;
  border: 0.063rem solid #000000;
}
.accordion--container.ac__green {
  color: #414141;
  border: 0.063rem solid #189D21;
}
.accordion--container.ac__green ul {
  display: none;
  margin-left: 0;
  list-style-type: none;
  color: #414141;
  margin-top: 1.125rem;
  margin-bottom: 0;
}
.accordion--container.ac__green ul li a {
  text-decoration: none;
}
.accordion--container.ac__green ul li:last-of-type {
  margin-bottom: 0;
}
.accordion--container.ac__green::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0.9375rem;
  top: 1rem;
  color: #189D21;
}
.accordion--container.active ul {
  display: block;
}
.accordion--container.active:after {
  transform: rotate(180deg);
}
.accordion--container h2 {
  padding-bottom: 0;
}

.banner--full {
  width: 100%;
}
@media (min-width: 1024px) {
  .banner--full {
    min-height: 38em;
  }
}
@media (min-width: 1241px) {
  .banner--full {
    min-height: 42em;
  }
}
@media (min-width: 1441px) {
  .banner--full {
    height: calc(100vh - 6.375rem);
    min-height: 42em;
  }
}
.banner--bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1239px) {
  .banner-70-vh-tb {
    height: 70vh;
  }
}
@media (max-width: 1439px) {
  .banner-full-vh {
    width: auto;
    padding: 0.5rem 0.5rem;
  }
}

.btn {
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 0.375rem 0.9375rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  display: inline-block;
  text-align: center;
}
@media (max-width: 374px) {
  .btn {
    font-size: 0.875rem;
    padding: 0.3rem 0.625rem;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 0.375rem 1.5625rem;
  }
}
.btn--sm {
  padding: 0.3rem 0.6rem;
}
.btn--lg {
  font-size: 1.25rem;
  padding: 0.625rem 1.5625rem;
}
.btn--form {
  padding: 0.625rem 0.9375rem;
  font-size: 1.75rem;
}
.btn--back {
  padding: 0.375rem 1.875rem;
}
@media (min-width: 1240px) {
  .btn--back {
    font-size: 1.25rem;
  }
}
.btn--success {
  padding: 0.9375rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .btn--success {
    padding: 0.9375rem 2.5rem;
  }
}
.btn--full {
  width: 100%;
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .btn--full {
    width: auto !important;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1241px) {
  .btn--full {
    min-width: 12.5rem;
  }
}
@media (min-width: 1681px) {
  .btn--full {
    min-width: 14.75rem;
  }
}
.btn--white {
  background: #FFFFFF;
  color: #000000 !important;
}
.btn--white:hover {
  background: #9A9A9A;
  color: #FFFFFF !important;
}
.btn--black {
  background: #000000;
  color: #FFFFFF !important;
}
.btn--grey {
  background: #9A9A9A;
  color: #FFFFFF !important;
}
.btn--grey:hover {
  background: #414141;
}
.btn--green {
  background: #189D21;
  color: #FFFFFF !important;
}
.btn--green:hover {
  background: #04550A;
}
.btn--blue {
  background: #267da0;
  color: #FFFFFF !important;
}
.btn--blue:hover {
  background: #01587B;
}
.btn--disabled {
  opacity: 0.3;
}
.btn--nav {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.btn--home {
  font-size: 1.25rem;
  padding: 0.5rem;
  min-width: 9rem;
}
@media (min-width: 1240px) {
  #calculator .btn--home {
    position: relative;
    top: -3.15rem;
  }
}
@media (min-width: 1024px) {
  .btn--home-banner {
    border-radius: 1.5rem;
    padding: 2rem;
    font-size: 3rem;
  }
}
.btn--color-green {
  color: #189D21 !important;
}
.btn--article {
  font-size: 1.25rem;
  width: auto !important;
  padding: 0.625rem 1.875rem;
}

iframe + .btn {
  margin: 2.5rem auto;
}

.btn--white.btn--color-green:hover {
  background: #189D21;
  color: #FFFFFF !important;
}

.carousel {
  width: 100% !important;
  padding: 0 !important;
}
.carousel article {
  margin: 0;
  padding: 0 8px !important;
}
.carousel article .section-img, .carousel article .article-img {
  margin: 0 auto 1rem;
}
.carousel article .article-content {
  width: 100%;
  margin: auto;
}
.carousel article .article-content h2 {
  font-size: 1rem;
}
.carousel article .article-content a {
  min-width: auto;
}
.carousel::parent {
  padding: 0 !important;
}
.carousel p {
  width: 100%;
  padding-right: 0;
}
.carousel h1 + p {
  margin-top: 0;
}
@media (min-width: 769px) {
  .carousel .btn {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .carousel .article-content {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .carousel .article-content h1 {
    padding-bottom: 0;
  }
}
.carousel .slick-prev {
  left: 0rem;
}
@media (max-width: 767px) {
  .carousel .slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .carousel .slick-prev {
    left: 0.625rem;
  }
}
.carousel .slick-next {
  right: 0rem;
}
@media (max-width: 767px) {
  .carousel .slick-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .carousel .slick-next {
    right: 0.625rem;
  }
}
.carousel .slick-prev, .carousel .slick-next {
  width: 3.75rem;
  height: 3.75rem;
  top: 15%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .carousel .slick-prev, .carousel .slick-next {
    top: 22%;
  }
}
@media (min-width: 1440px) {
  .carousel .slick-prev, .carousel .slick-next {
    top: 15%;
  }
}
.carousel .slick-prev i, .carousel .slick-next i {
  color: #189D21;
  font-size: 1.5rem;
}
.carousel .slick-prev:hover, .carousel .slick-prev:focus, .carousel .slick-next:hover, .carousel .slick-next:focus {
  background: transparent;
}
.carousel .slick-prev:before, .carousel .slick-next:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .carousel .section-img {
    height: 18.75rem;
  }
}
@media (min-width: 1024px) {
  .carousel .section-img {
    height: 10rem;
  }
}
.carousel.testimonials {
  padding-top: 1.875rem;
  background: #F4F4F4;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: auto;
}
.carousel.testimonials .slick-prev, .carousel.testimonials .slick-next {
  top: 50%;
  width: 0;
  height: 0;
}
.carousel.testimonials .slick-next {
  right: 20px;
}
@media (min-width: 768px) {
  .carousel.testimonials .slick-next {
    right: 40px;
  }
}
.carousel.testimonials .slick-prev {
  left: 20px;
}
@media (min-width: 768px) {
  .carousel.testimonials .slick-prev {
    left: 40px;
  }
}
.carousel.testimonials .testimonial {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.carousel.testimonials .testimonial p {
  font-size: 20px;
  max-width: 93%;
  margin: auto;
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .carousel.testimonials .testimonial p {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .carousel.testimonials .testimonial p {
    max-width: 60%;
  }
}

.related-article.carousel {
  margin: 0 -0.5rem;
}

p {
  font-size: 0.938em;
  line-height: 1.375rem;
  margin-bottom: 1.875rem;
}
p:nth-last-of-type {
  margin-bottom: 0;
}
form p {
  padding-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.footer-box p {
  margin-bottom: 0;
}
.panel p {
  margin-bottom: 0;
}
.author-bio p {
  padding-right: 0;
}
@media (min-width: 1240px) {
  .panel p {
    padding-right: 0;
  }
}

@media (min-width: 1240px) {
  h1 + .section-img {
    margin-top: 0;
  }
}

.document p {
  padding-right: 0;
}

span, strong, q {
  font-size: 1rem;
  line-height: 1.375rem;
}

a {
  font-size: 1rem;
  line-height: 1.375rem;
}

strong {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}

ol, ul {
  font-size: 1rem;
  line-height: 1.375rem;
  list-style: disc;
  margin-left: 2.5rem;
  margin-bottom: 1.875rem;
}

li {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
li::marker {
  font-size: 1.375rem;
}

.pagination ol, .pagination ul {
  font-size: 1rem;
  line-height: 1.375rem;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.faqs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.faqs .accordian-outer {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 1440px) {
  .faqs .accordian-outer {
    width: calc(50% - 0.9375rem);
  }
}
.faqs .accordian-outer .accordion {
  background-color: #FFFFFF;
  color: #414141;
  cursor: pointer;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1rem;
  line-height: 1.375rem;
  border: 0.125rem solid #000000;
  border-radius: 0.375rem;
  position: relative;
  font-family: aktiv-grotesk, sans-serif;
}
.faqs .accordian-outer .accordion::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0.9375rem;
}
.faqs .accordian-outer .accordion.active {
  border-bottom: 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
.faqs .accordian-outer .accordion.active::after {
  transform: rotate(180deg);
}
.faqs .accordian-outer .panel {
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  display: none;
  background-color: #FFFFFF;
  overflow: hidden;
  color: #000000;
  border: 0.125rem solid #000000;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
}

@media (min-width: 1240px) {
  .faqs-page p:not(.panel p) {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.faqs-page h1 {
  text-align: center;
}
@media (max-width: 768px) {
  .faqs-page h1 {
    text-align: left;
  }
}
.faqs-page h2 {
  width: 100%;
}
.faqs-page label {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.faqs-page .page-intro {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .faqs-page .page-intro {
    margin-top: 3.125rem;
  }
}
.faqs-page .page-intro p {
  max-width: 81.25rem;
}
.faqs-page .faqs-question-block {
  background: #F4F4F4;
  padding: 3.125rem;
  position: sticky;
  top: 10rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 1240px) {
  .faqs-page .faqs-question-block {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .faqs-page .faqs-question-block {
    padding: 2.5rem 1.5625rem;
  }
}
@media (min-width: 1440px) {
  .faqs-page .faqs .accordian-outer {
    width: 100%;
  }
}
.faqs-page .faqs .accordian-outer .accordion {
  border: 0.125rem solid #000000;
  color: #414141;
  font-size: 1rem;
  line-height: 1.375rem;
}
.faqs-page .faqs .accordian-outer .accordion.active {
  border-bottom: none;
}
.faqs-page .faqs .accordian-outer .panel {
  border: 0.125rem solid #000000;
  border-top: none;
}

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

.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

@media (max-width: 768px) {
  .no-pad-mob {
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 1240px) {
  .google-map {
    height: 45.75rem;
  }
}

@media (min-width: 1240px) {
  .google-map-employer {
    height: 52.625rem;
  }
}

.home select {
  color: #000000;
}
.home select option {
  color: #000000;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .form.blog-form {
    margin: 0 auto;
    width: 55%;
  }
}
@media (min-width: 1240px) {
  .form.blog-form {
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .form.blog-form {
    width: 100%;
    max-width: 56.25rem;
  }
}
@media (min-width: 1024px) {
  .form.blog-form label {
    font-size: 1.5rem;
  }
}
.form.blog-form input, .form.blog-form select, .form.blog-form input.searchTerm, .form.blog-form textarea {
  border: 0.0625rem solid #000000;
  color: #414141;
}
.form.blog-form input::placeholder, .form.blog-form select::placeholder, .form.blog-form input.searchTerm::placeholder, .form.blog-form textarea::placeholder {
  color: #414141;
  font-style: italic;
}
@media (min-width: 1024px) {
  .form.blog-form input, .form.blog-form select, .form.blog-form input.searchTerm, .form.blog-form textarea {
    font-size: 1.25rem;
  }
}
.form.blog-form select {
  background-image: linear-gradient(45deg, transparent 50%, #9A9A9A 50%), linear-gradient(135deg, #9A9A9A 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}
.form.blog-form select:focus {
  background-image: linear-gradient(45deg, #9A9A9A 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #9A9A9A 50%), linear-gradient(to right, transparent, transparent);
  border-color: #414141;
}
@media (min-width: 1024px) {
  .form.blog-form .form-group {
    flex-basis: 48%;
  }
  .form.blog-form .form-group.search {
    margin-top: 4.063rem;
  }
}
@media (min-width: 768px) {
  .form.faq-form {
    margin: 0;
    width: 55%;
  }
}
@media (min-width: 1240px) {
  .form.faq-form {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .form.faq-form {
    width: 50%;
    max-width: 56.25rem;
  }
}
@media (min-width: 1024px) {
  .form.faq-form label {
    font-size: 1.5rem;
  }
}
.form.faq-form input, .form.faq-form select, .form.faq-form input.searchTerm, .form.faq-form textarea {
  border: 0.0625rem solid #000000;
  color: #414141;
}
.form.faq-form input::placeholder, .form.faq-form select::placeholder, .form.faq-form input.searchTerm::placeholder, .form.faq-form textarea::placeholder {
  color: #414141;
  font-style: italic;
}
@media (min-width: 1024px) {
  .form.faq-form input, .form.faq-form select, .form.faq-form input.searchTerm, .form.faq-form textarea {
    font-size: 1.25rem;
  }
}
.form.faq-form select {
  background-image: linear-gradient(45deg, transparent 50%, #9A9A9A 50%), linear-gradient(135deg, #9A9A9A 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}
.form.faq-form select:focus {
  background-image: linear-gradient(45deg, #9A9A9A 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #9A9A9A 50%), linear-gradient(to right, transparent, transparent);
  border-color: #000000;
}
.form .form-group, .form fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5625rem;
  flex-basis: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .form .form-group.tb-col-50, .form fieldset.tb-col-50 {
    width: calc(50% - 0.625rem);
    flex-basis: calc(50% - 0.625rem);
  }
}
.form .form-group.search, .form fieldset.search {
  width: 100%;
  display: flex;
  border-radius: 0.375rem;
  border: 0.0625rem solid #000000;
}
.form .form-group.search input.searchTerm, .form fieldset.search input.searchTerm {
  border: none;
  padding: 0.9375rem 0.625rem;
  width: calc(100% - 3.125rem);
}
.form .form-group.search .searchButton, .form fieldset.search .searchButton {
  width: 3.125rem;
  text-align: center;
  border: none;
  padding: 0;
  background: none;
  outline: none;
}
.form .form-group.search .searchButton i, .form fieldset.search .searchButton i {
  font-size: 1.5625rem;
}
.form .form-group.col-2 input, .form .form-group.col-2 select, .form .form-group.col-2 textarea, .form .form-group.col-2 .checkbox-container, .form fieldset.col-2 input, .form fieldset.col-2 select, .form fieldset.col-2 textarea, .form fieldset.col-2 .checkbox-container {
  width: calc(50% - 0.3125rem);
  flex-basis: calc(50% - 0.3125rem);
}
.form .form-group.col-3 input, .form .form-group.col-3 select, .form .form-group.col-3 textarea, .form .form-group.col-3 .checkbox-container, .form fieldset.col-3 input, .form fieldset.col-3 select, .form fieldset.col-3 textarea, .form fieldset.col-3 .checkbox-container {
  width: calc(33% - 0.3125rem);
  flex-basis: calc(33% - 0.3125rem);
}
@media (max-width: 374px) {
  .form .form-group.col-3 input, .form .form-group.col-3 select, .form .form-group.col-3 textarea, .form .form-group.col-3 .checkbox-container, .form fieldset.col-3 input, .form fieldset.col-3 select, .form fieldset.col-3 textarea, .form fieldset.col-3 .checkbox-container {
    width: calc(50% - 0.3125rem);
    flex-basis: calc(50% - 0.3125rem);
  }
}
.form .form-group.col-6 input, .form .form-group.col-6 select, .form .form-group.col-6 textarea, .form .form-group.col-6 .checkbox-container, .form fieldset.col-6 input, .form fieldset.col-6 select, .form fieldset.col-6 textarea, .form fieldset.col-6 .checkbox-container {
  width: calc(16.6% - 0.3125rem);
  flex-basis: calc(16.6% - 0.3125rem);
}
.form .form-group.col-6 label, .form fieldset.col-6 label {
  width: auto;
  margin: 0;
}
.form .form-group.edit, .form fieldset.edit {
  position: relative;
}
.form .form-group.edit .edit-icon, .form fieldset.edit .edit-icon {
  position: absolute;
  right: 0.625rem;
  bottom: 0.5rem;
  height: 1.875rem;
  background: #fff;
}
.form .form-group.edit .edit-icon i, .form fieldset.edit .edit-icon i {
  font-size: 1.5625rem;
}
.form .form-group.postcode, .form fieldset.postcode {
  position: relative;
}
.form .form-group.postcode .postcode-icon, .form fieldset.postcode .postcode-icon {
  position: absolute;
  right: 0.625rem;
  bottom: 0.5rem;
  height: 1.875rem;
  background: #fff;
}
.form .form-group.postcode .postcode-icon i, .form fieldset.postcode .postcode-icon i {
  font-size: 1.5625rem;
}
.form label, .form legend {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: 150%;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form label, .form legend {
    justify-content: flex-start;
  }
}
.form label span:not(.h2), .form label a, .form legend span:not(.h2), .form legend a {
  font-size: inherit;
}
.form label .label-name, .form legend .label-name {
  width: calc(100% - 1.875rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form label .label-name, .form legend .label-name {
    width: auto;
    margin-right: 1rem;
  }
}
.form label .tooltip, .form legend .tooltip {
  width: 1.875rem;
}
.form label .tooltip:hover + .tooltiptext, .form legend .tooltip:hover + .tooltiptext {
  visibility: visible;
  height: auto;
  padding: 0.625rem 0;
}
.form label .tooltiptext, .form legend .tooltiptext {
  visibility: hidden;
  font-size: 1rem !important;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  transition: width 0.5s, height 4s;
}
.form input {
  width: 100%;
}
.form textarea {
  width: 100%;
}
.form input, .form select, .form textarea {
  padding: 0.9375rem 0.625rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #189D21;
  color: #189D21;
  -webkit-appearance: none;
  background-color: #FFFFFF;
}
.form-group.edit .form input, .form-group.edit .form select, .form-group.edit .form textarea {
  font-style: normal;
}
.form input.required, .form select.required, .form textarea.required {
  border: 0.0625rem solid #EB0606;
  color: #EB0606;
  margin-top: 0;
  font-weight: 400;
}
.form input.required::placeholder, .form select.required::placeholder, .form textarea.required::placeholder {
  color: #EB0606;
  font-style: italic;
}
.form input::placeholder, .form select::placeholder, .form textarea::placeholder {
  color: #189D21;
  font-style: italic;
}
.form-buttons {
  display: block;
  text-align: center;
  width: 100%;
}
.form-buttons .btn + .btn {
  margin-top: 1.25rem;
}
.form h2, .form .h2 {
  margin-top: 1.875rem;
}
.form h2 + .form-group, .form .h2 + .form-group {
  margin-top: -0.3125rem;
}
@media (min-width: 768px) {
  .form .btn--full {
    font-size: 2em;
    min-width: auto;
    margin-top: 1.5em;
    padding: 0.5rem 1.5rem;
  }
}

form select {
  width: 100%;
  font-style: italic;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #189d21 50%), linear-gradient(135deg, #189d21 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 1.25rem) calc(1em + 0.3125rem), calc(100% - 0.9375rem) calc(1em + 0.3125rem), 100% 0;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 2.5em 2.5em;
  background-repeat: no-repeat;
}
form select:focus {
  background-image: linear-gradient(45deg, #189d21 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #189d21 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 0.9375rem) 1.25rem, calc(100% - 1.25rem) 1.25rem, 100% 0;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: #189D21;
  outline: 0;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 3.125rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1rem !important;
  height: auto;
  min-height: 2.5rem;
  margin: 1.5625rem 0 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 480px) {
  .checkbox-container {
    height: 2.188rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .checkbox-container:hover input ~ .checkmark {
    background-color: #eaf6eb;
  }
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 0.8125rem;
  top: 0.25rem;
  width: 0.4375rem;
  height: 1.25rem;
  border: solid #189d21;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .checkbox-container .checkmark:after {
    left: 0.6875rem;
    top: 0.25rem;
    width: 0.375rem;
    height: 1rem;
  }
}

.preferences-c .checkbox-container {
  align-items: center !important;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FFFFFF;
  border: 0.125rem solid #189D21;
  border-radius: 0.625rem;
}
@media (max-width: 480px) {
  .checkmark {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.show-p-input-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 0.0625rem solid #189D21;
  font-style: italic;
  color: #189D21;
}
.show-p-input-container input {
  padding: 0.625rem;
  width: 100%;
  font-size: 1rem;
  border: 0;
  outline: none;
  border: none !important;
}
.show-p-input-container i {
  margin: 0 0.625rem;
  color: #9A9A9A;
  cursor: pointer;
  width: 24px;
}

.contactPref {
  justify-content: flex-start !important;
  margin-bottom: 1.875rem;
  margin-top: 0.625rem !important;
}
@media (min-width: 1024px) {
  .contactPref .checkbox-container {
    width: auto !important;
    flex-basis: auto !important;
    min-width: 9.375rem;
  }
}

.input[type=file] {
  border: 0.0625rem dashed #189D21;
  height: 9.375rem;
}

.file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border: 0.0625rem dashed #189D21;
  height: 9.375rem;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  cursor: pointer;
  padding: 1.875rem;
}
.file-upload span {
  width: 100%;
  display: block;
  text-align: center;
}

.slider-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2rem;
}
@media (max-width: 1024px) {
  .slider-section {
    margin-right: 0;
  }
}
.slider-section span {
  margin: 0 15px;
}

.form-symbol {
  margin-right: 0.625rem;
  font-size: 1.875rem;
}
@media (max-width: 373px) {
  .form-symbol {
    font-size: 1.25rem;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  .form-symbol {
    font-size: 1.375rem;
    margin-left: auto;
  }
}

#slider {
  cursor: pointer;
}

.ui-slider-horizontal {
  height: 0.3125rem;
}

.ui-widget.ui-widget-content {
  border: 0.0625rem solid #189d21;
}

.ui-widget-content {
  border: 0.0625rem solid #189d21;
  background: #189d21;
  color: #333333;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.75rem;
  height: 0.75rem;
  cursor: default;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  border-radius: 50%;
  cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0.0625rem solid #a5a5a5;
  background: #f4f4f4;
  font-weight: normal;
  color: #333333;
}
.ui-state-default:before, .ui-widget-content .ui-state-default:before, .ui-widget-header .ui-state-default:before, .ui-button:before, html .ui-button.ui-state-disabled:hover:before, html .ui-button.ui-state-disabled:active:before {
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  display: block;
  right: 0;
  position: absolute;
  top: -0.9375rem;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.5rem solid #189D21;
}
.ui-state-default:after, .ui-widget-content .ui-state-default:after, .ui-widget-header .ui-state-default:after, .ui-button:after, html .ui-button.ui-state-disabled:hover:after, html .ui-button.ui-state-disabled:active:after {
  content: "";
  background: #189D21;
  z-index: 1;
  min-width: 5.3125rem;
  width: max-content;
  height: 1.875rem;
  right: 0;
  transform: translate(45%, 0);
  position: absolute;
  top: -2.8125rem;
  color: #FFFFFF;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0 0.625rem;
}

.ui-widget-header {
  border: 0.0625rem solid #189d21;
  background: #189d21;
  color: #333333;
  font-weight: bold;
}

select#paidBackMonths {
  color: #189D21 !important;
  padding: 0.9375rem 0.625rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #189D21;
  background-color: #FFFFFF;
}

.bubble {
  background: #189D21;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  min-width: 5.3125rem;
  width: max-content;
  height: 1.875rem;
  top: -2.8125rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0 0.625rem;
}
.bubble:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.5rem solid #189D21;
}

.range {
  position: relative;
  width: 70%;
}

.range-value {
  position: absolute;
  top: -50%;
}

.range-value span {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}

.range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.flex__mt .form-group:first-of-type {
  margin-top: 1.5625rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

form.loan label {
  line-height: 120%;
}
@media (max-width: 767px) {
  form.loan label {
    flex: 1 0 35%;
  }
}
@media (max-width: 767px) {
  form.loan .form-symbol {
    flex: 1 0 0%;
  }
}
@media (max-width: 767px) {
  form.loan .range__amount {
    flex: 1 0 42%;
  }
}
@media (max-width: 767px) {
  form.loan .form-group {
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  form.loan .form-group {
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .blog-search {
    padding-top: 0 !important;
  }
}

/*
 * Heading Font Sizes
 */
h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.625rem;
  }
}
.home h1 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .home h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .home h1 {
    font-size: 5rem;
    line-height: 5.625rem;
  }
}
@media (min-width: 1440px) {
  .home h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.5625rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

p {
  font-size: 0.938em;
  line-height: 1.375rem;
}

h1 {
  text-align: center;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 480px) {
  h1 {
    margin-top: 40px;
  }
}
@media (min-width: 1240px) {
  h1 {
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
h1 span {
  font-weight: 600;
  font-size: inherit;
  display: block;
  line-height: inherit;
}
@media (min-width: 768px) {
  h1 span {
    display: inline-block;
  }
}
h1.home {
  text-align: left;
  width: 80%;
  margin-top: 0;
}
h1.home span {
  font-weight: 600;
  font-size: inherit;
  display: inline;
  line-height: inherit;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1.home {
    width: 23.4375rem !important;
  }
}
@media (min-width: 1024px) {
  h1.home {
    width: 31rem !important;
  }
}
@media (min-width: 1440px) {
  h1.home {
    width: 28rem !important;
  }
}
@media (min-width: 860px) {
  h1.inner-page-h1 {
    margin-top: 1.25rem;
  }
}

h2, .h2, span.h2 {
  padding-bottom: 0.9375rem;
  font-weight: 600;
}
h2 span, .h2 span, span.h2 span {
  font-size: inherit;
}
h2.home, .h2.home, span.h2.home {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
h2.home + .related-article, .h2.home + .related-article, span.h2.home + .related-article {
  margin-top: 30px;
}

h3 span {
  font-size: inherit;
}

h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.375rem;
}
h4 span, h5 span, h6 span {
  font-size: inherit;
}

article h1 {
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) and (max-width: 859px) {
  article h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 860px) {
  article h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

strong {
  font-size: inherit;
}

i {
  color: #9A9A9A;
  font-size: 2.5rem;
}

.heart-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (min-width: 768px) {
  .heart-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.heart-icon::before {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .heart-icon::before {
    font-size: 2.1875rem;
  }
}
.heart-icon:hover::before, .heart-icon:focus::before, .heart-icon:active::before, .heart-icon.active::before {
  font-weight: 600;
  color: #EB0606;
}

.fa-info-square {
  font-size: 1.875rem;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.section-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 12.5rem;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-img {
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .section-img {
    height: 18.75rem;
  }
}

.article-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 12.5rem;
  margin: 1.875rem 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-img {
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .article-img {
    height: 18.75rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(0.625rem);
}
@media (min-width: 768px) {
  .modal {
    padding-top: 6.25rem;
  }
}
.modal .modal-content {
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal .modal-content {
    width: 70%;
    max-width: 34.375rem;
    margin: auto;
    padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  }
}
@media (min-width: 1025px) {
  .modal .modal-content {
    width: 28.125rem;
    margin: auto;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}
.modal .modal-content form {
  margin-top: 1.875rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal .modal-content form {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-content form label, .modal .modal-content form legend {
    justify-content: center;
  }
}
.modal .modal-content p {
  text-align: center;
  margin: 1.25rem 0 0;
}
.modal .modal-content p a {
  font-weight: 600;
}
.modal .modal-content h1 {
  text-align: center;
}
.modal .modal-content .btn {
  margin-top: 1.25rem;
  width: 100% !important;
}
.modal .close {
  /*background: $color-grey;*/
  float: right;
  font-weight: bold;
  padding: 0;
  border-radius: 0.375rem;
}
.modal .close i {
  font-size: 1.375rem;
}
.modal .close svg {
  width: 1.5em;
}
.modal .close:hover, .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal#loginBox h1 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 100%;
}
.modal#loginBox .modal-content {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .modal#loginBox .modal-content {
    max-height: 90vh;
    overflow: auto;
    padding: 1rem;
  }
}
.modal#loginBox p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .modal#loginBox p {
    font-size: 90%;
  }
}
.modal#loginBox .form {
  width: 100%;
}
@media (max-width: 768px) {
  .modal#loginBox .form .form-group {
    margin-top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .modal#loginBox .form .form-group input {
    padding: 0.5rem 0.625rem;
  }
}
@media (min-width: 768px) {
  .modal#loginBox .form .btn--full {
    font-size: 1.8875em;
  }
}
.modal#loginBox .form .show-p-input-container {
  height: 3.125rem;
}
@media (max-width: 768px) {
  .modal#loginBox .form .show-p-input-container {
    height: 2.325em;
  }
}
@media (max-width: 768px) {
  .modal#loginBox .form .btn--success {
    font-size: 1.275rem;
    padding: 0.4125rem;
  }
}

.tab {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tab {
    justify-content: center;
  }
}

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  width: calc(20% - 20px);
  background-color: #9A9A9A;
  font-weight: bold;
  color: #fff;
  padding: 0.9375rem;
  border-radius: 0.375rem;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
@media (max-width: 660px) {
  .tab button {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 661px) and (max-width: 1023px) {
  .tab button {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tab button {
    width: calc(33.33% - 40px);
    margin: 20px 10px 0;
  }
}

.tab button:hover {
  background-color: #393939;
}

.tab button.active {
  background: #189D21;
}

.tabcontent {
  display: none;
  width: 100%;
  margin-top: 2.5rem;
}

.bg--black {
  background-color: #000000;
  color: #ccc;
}
.bg--black h1, .bg--black h2, .bg--black h3, .bg--black h4, .bg--black h5, .bg--black h6 {
  color: #FFFFFF;
}
.bg--black .modal {
  color: #000000 !important;
}
.bg--grey {
  background-color: #9A9A9A;
}
.bg--grey * {
  color: #FFFFFF;
}
.bg--charcoal {
  background-color: #414141;
}
.bg--charcoal * {
  color: #FFFFFF;
}
.bg--white {
  background-color: #FFFFFF;
  color: #000000;
}
.bg--white * {
  color: #000000;
}

.border--radius:not(.border-radius-unique) {
  border-radius: 0.375rem;
}
.border--radius-unique {
  border-radius: 2.25rem;
}

.redborder {
  border-color: red !important;
}

.color--white {
  color: #FFFFFF;
}
.color--grey {
  color: #9A9A9A;
}
.color--grey-light {
  color: #F4F4F4;
}
.color--grey-dark {
  color: #414141;
}
.color--black {
  color: #000000;
}
.color--red {
  color: #EB0606;
}
.color--green {
  color: #189D21;
}
.color--green-dark {
  color: #04550A;
}

.flex {
  display: flex;
}
.flex--btm-x {
  align-items: baseline;
}
.flex--center {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .flex--start-dt {
    align-items: flex-start;
  }
}
.flex--center-y {
  align-items: center;
}
.flex--center-x {
  justify-content: center;
}
.flex--end-x {
  justify-content: flex-end;
}
.flex--end-y {
  justify-content: flex-end;
}
.flex--justify {
  justify-content: space-between;
}
.flex--justify-around {
  justify-content: space-around;
}
.flex--justify-between {
  justify-content: space-between;
}
.flex--start {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1240px) {
  .flex--justify-evenly-dt {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .flex--justify-end-mob {
    justify-content: flex-end;
  }
}
@media (min-width: 1240px) {
  .flex--justify-start-dt {
    justify-content: flex-start;
  }
}
.flex--row {
  flex-direction: row;
}
.flex--col {
  flex-direction: column;
}
.flex--wrap {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mob-order-1 {
    order: 1;
  }
}
@media (max-width: 768px) {
  .mob-order-2 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .mob-order-3 {
    order: 3;
  }
}
@media (max-width: 768px) {
  .mob-order-4 {
    order: 4;
  }
}
@media (max-width: 768px) {
  .mob-order-5 {
    order: 5;
  }
}
@media (max-width: 768px) {
  .mob-order-6 {
    order: 6;
  }
}

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

.margin--b-0 {
  margin-bottom: 0;
}
.margin--b-5 {
  margin-bottom: 0.3125rem;
}
.margin--b-10 {
  margin-bottom: 0.625rem;
}
.margin--b-15 {
  margin-bottom: 0.9375rem;
}
.margin--b-20 {
  margin-bottom: 1.25rem;
}
.margin--b-25 {
  margin-bottom: 1.5625rem;
}
.margin--b-40 {
  margin-bottom: 2.5rem;
}
.margin--b-50 {
  margin-bottom: 3.125rem;
}
.margin--b-100 {
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .margin--b-mob-40 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .margin--b-mob-20 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .margin--b-mob-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--b-tab-40 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--b-tab-20 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--b-tab-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .margin--b-dt-20 {
    margin-bottom: 1.25rem;
  }
}
.margin--l-0 {
  margin-left: 0 !important;
}
.margin--l-5 {
  margin-left: 0.3125rem;
}
.margin--l-10 {
  margin-left: 0.625rem;
}
.margin--l-15 {
  margin-left: 0.9375rem;
}
.margin--l-20 {
  margin-left: 1.25rem;
}
.margin--l-25 {
  margin-left: 1.5625rem;
}
.margin--l-40 {
  margin-left: 2.5rem;
}
.margin--l-50 {
  margin-left: 3.125rem;
}
.margin--l-100 {
  margin-left: 6.25rem;
}
@media (max-width: 767px) {
  .margin--l-mob-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--l-tab-0 {
    margin-left: 0;
  }
}
@media (min-width: 1240px) {
  .margin--l-dt-20 {
    margin-left: 1.25rem;
  }
}
.margin--r-0 {
  margin-right: 0;
}
.margin--r-5 {
  margin-right: 0.3125rem;
}
.margin--r-10 {
  margin-right: 0.625rem;
}
.margin--r-15 {
  margin-right: 0.9375rem;
}
.margin--r-20 {
  margin-right: 1.25rem;
}
.margin--r-25 {
  margin-right: 1.5625rem;
}
.margin--r-40 {
  margin-right: 2.5rem;
}
.margin--r-50 {
  margin-right: 3.125rem;
}
.margin--r-100 {
  margin-right: 6.25rem;
}
@media (max-width: 767px) {
  .margin--r-mob-0 {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--r-tab-0 {
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .margin--t-minus-40 {
    margin-top: -2.5rem;
  }
}
.margin--t-0 {
  margin-top: 0;
}
.margin--t-5 {
  margin-top: 0.3125rem;
}
.margin--t-10 {
  margin-top: 0.625rem;
}
.margin--t-15 {
  margin-top: 0.9375rem;
}
.margin--t-20 {
  margin-top: 1.25rem;
}
.margin--t-25 {
  margin-top: 1.5625rem;
}
.margin--t-40 {
  margin-top: 2.5rem;
}
.margin--t-50 {
  margin-top: 3.125rem;
}
.margin--t-80 {
  margin-top: 5rem;
}
.margin--t-100 {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .margin--t-mob-0 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .margin--t-mob-30 {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .margin--t-mob-40 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .margin--t-mob-20 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .margin--t-mob-0 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--t-tab-0 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .margin--t-tab-20 {
    margin-top: 1.25rem;
  }
}
.margin--y-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.margin--y-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.margin--y-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.margin--y-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.margin--y-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.margin--y-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.margin--y-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.margin--y-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}
.margin--y-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.margin--y-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.margin--y-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.margin--x-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin--x-0 {
  margin-left: 0;
  margin-right: 0;
}
.margin--x-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.margin--x-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.margin--x-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.margin--x-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.margin--x-25 {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.margin--x-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.margin--x-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.margin--x-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.margin--x-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.padding--0 {
  padding: 0;
}
.padding--5 {
  padding: 0.3125rem;
}
.padding--10 {
  padding: 0.625rem;
}
.padding--15 {
  padding: 0.9375rem;
}
.padding--20 {
  padding: 1.25rem;
}
.padding--25 {
  padding: 1.5625rem;
}
.padding--50 {
  padding: 3.125rem;
}
.padding--100 {
  padding: 6.25rem;
}
.padding--b-0 {
  padding-bottom: 0;
}
.padding--b-5 {
  padding-bottom: 0.3125rem;
}
.padding--b-10 {
  padding-bottom: 0.625rem;
}
.padding--b-15 {
  padding-bottom: 0.9375rem;
}
.padding--b-20 {
  padding-bottom: 1.25rem;
}
.padding--b-25 {
  padding-bottom: 1.5625rem;
}
.padding--b-40 {
  padding-bottom: 2.5rem;
}
.padding--b-50 {
  padding-bottom: 3.125rem;
}
.padding--b-100 {
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .padding--b-mob-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .padding--b-tab-0 {
    padding-bottom: 0;
  }
}
.padding--l-0 {
  padding-left: 0;
}
.padding--l-5 {
  padding-left: 0.3125rem;
}
.padding--l-10 {
  padding-left: 0.625rem;
}
.padding--l-15 {
  padding-left: 0.9375rem;
}
.padding--l-20 {
  padding-left: 1.25rem;
}
.padding--l-25 {
  padding-left: 1.5625rem;
}
.padding--l-50 {
  padding-left: 3.125rem;
}
.padding--l-100 {
  padding-left: 6.25rem;
}
@media (max-width: 767px) {
  .padding--l-mob-0 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .padding--l-tab-0 {
    padding-left: 0;
  }
}
.padding--r-0 {
  padding-right: 0;
}
.padding--r-5 {
  padding-right: 0.3125rem;
}
.padding--r-10 {
  padding-right: 0.625rem;
}
.padding--r-15 {
  padding-right: 0.9375rem;
}
.padding--r-20 {
  padding-right: 1.25rem;
}
.padding--r-25 {
  padding-right: 1.5625rem;
}
.padding--r-50 {
  padding-right: 3.125rem;
}
.padding--r-100 {
  padding-right: 6.25rem;
}
@media (max-width: 767px) {
  .padding--r-mob-0 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .padding--r-tab-0 {
    padding-right: 0;
  }
}
.padding--t-0 {
  padding-top: 0;
}
.padding--t-5 {
  padding-top: 0.3125rem;
}
.padding--t-10 {
  padding-top: 0.625rem;
}
.padding--t-15 {
  padding-top: 0.9375rem;
}
.padding--t-20 {
  padding-top: 1.25rem;
}
.padding--t-25 {
  padding-top: 1.5625rem;
}
.padding--t-50 {
  padding-top: 3.125rem;
}
.padding--t-100 {
  padding-top: 6.25rem;
}
@media (max-width: 767px) {
  .padding--t-mob-0 {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .padding--t-tab-0 {
    padding-top: 0;
  }
}
.padding--y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.padding--y-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.padding--y-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.padding--y-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.padding--y-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.padding--y-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.padding--y-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.padding--y-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.padding--y-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.padding--y-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.padding--x-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding--x-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.padding--x-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.padding--x-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.padding--x-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.padding--x-25 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.padding--x-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.padding--x-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.padding--x-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.scroll--auto-y {
  overflow-y: auto;
}
.scroll--auto-y::-webkit-scrollbar {
  width: 0.625em;
  height: 0.625em;
  background-color: #e6e6e6;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.scroll--auto-y::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 0.5rem;
  overflow: hidden;
}
.scroll--auto-y::-webkit-scrollbar-thumb:hover {
  background: black;
}

#back-to-top {
  width: 100%;
  background: none;
  border: none;
}
@media (min-width: 1440px) {
  #back-to-top {
    margin: 1.25rem auto 2.5rem;
  }
}
#back-to-top i {
  font-size: 2.375rem;
}

.shadow {
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(53, 59, 68, 0.15);
  -moz-box-shadow: 0 0 0.625rem 0 rgba(53, 59, 68, 0.15);
  box-shadow: 0 0 0.625rem 0 rgba(53, 59, 68, 0.15);
}

.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
@media (min-width: 768px) {
  .text--left-dt {
    text-align: left;
  }
}
.text--small {
  font-size: 1.1em;
}
.text--reg {
  font-size: 1.5em;
}
.text--large {
  font-size: 2em;
}
.text--largest {
  font-size: 3.5em;
}
.text--bold {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.text--normal {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text--underline {
  text-decoration: underline;
}

.required {
  color: #EB0606;
  font-weight: 600;
  margin-top: 1.875rem;
}

.green {
  color: #189D21 !important;
}

.hide {
  display: none !important;
}
@media (max-width: 767px) {
  .hide--mob {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide--tab {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .hide--sdt {
    display: none !important;
  }
}

.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.offset {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.swal2-container {
  z-index: 10001;
}

.col {
  width: 100%;
}
.col-1-2 {
  width: calc(50% - 0.9375rem);
}
@media (min-width: 768px) {
  .col-md-1-2 {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 768px) {
  .col-md-1-3 {
    width: calc(33% - 0.9375rem);
  }
}
@media (min-width: 768px) {
  .col-md-2-3 {
    width: calc(66% - 0.9375rem);
  }
}
@media (max-width: 767px) {
  .col-mob-40 {
    width: calc(40% - 0.9375rem);
  }
}
@media (max-width: 767px) {
  .col-mob-60 {
    width: calc(60% - 0.9375rem);
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .col-md-auto {
    width: auto;
  }
}
@media (min-width: 1240px) {
  .col-lg-auto {
    width: auto;
  }
}
@media (min-width: 1240px) {
  .col-lg-1-3 {
    width: calc(33% - 0.9375rem);
  }
}
@media (min-width: 1240px) {
  .col-lg-100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mob-100 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .contact__main .grid__col-md-8 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .contact__main .grid__col-md-4 {
    width: 100%;
  }
}

/* CSS Document */
html {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
html * {
  box-sizing: inherit;
  outline: none;
  -webkit-smoothing: antialiased;
  -moz-osx-smoothing: grayscale;
}

body, textarea {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.025rem;
  font-size: 16px;
  line-height: 1.375rem;
}

.row {
  width: 100%;
}

a {
  color: inherit;
  font-size: inherit;
}

@media (max-width: 768px) {
  h1.alt {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}

footer {
  padding: 0.9375rem 0 1.875rem;
}
footer i {
  color: #FFFFFF;
  font-size: 1.75rem;
}
footer .footer-content:not(.container) {
  width: calc(100% - 2.5rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-content:not(.container) {
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  footer .footer-content:not(.container) {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 1441px) {
  footer .footer-content:not(.container) {
    width: calc(100% - 15rem);
  }
}
footer .footer-content .footer-icons {
  padding: 0.9375rem 0;
}
footer .footer-content .footer-icons .footer-logo {
  width: calc(50% - 0.9375rem);
}
footer .footer-content .footer-icons .footer-logo img {
  width: 8.125rem;
}
@media (max-width: 374px) {
  footer .footer-content .footer-icons .footer-logo img {
    width: 6.875rem;
  }
}
@media (min-width: 1440px) {
  footer .footer-content .footer-icons .footer-logo img {
    width: 13.75rem;
  }
}
footer .footer-content .footer-icons .social {
  width: calc(50% - 0.9375rem);
}
@media (min-width: 768px) {
  footer .footer-content .footer-icons .social {
    width: calc(25% - 0.9375rem);
  }
}
footer .footer-content .footer-links .footer-title {
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 0 0 0.9375rem;
  color: #fff;
}
footer .footer-content .footer-links .footer-box {
  margin: 1.875rem 0 0;
}
footer .footer-content .footer-links .footer-box p {
  color: #ccc;
}
footer .footer-content .footer-links .footer-box p > span {
  display: block;
}
@media (min-width: 768px) {
  footer .footer-content .footer-links .footer-box p > span {
    display: inline;
  }
}
footer .footer-content .footer-links ul, footer .footer-content .footer-links ol {
  color: #ccc;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
footer .footer-content .footer-links ul a, footer .footer-content .footer-links ol a {
  display: block;
}
footer .footer-content .footer-links a {
  text-decoration: none;
}
footer .footer-content .footer-links p .footer-title {
  display: inline-block;
  margin: 1.875rem 0 0;
}
footer .footer-content .footer-links p + p {
  margin-top: 0;
}

header {
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 0;
  width: 100%;
  padding: 1.6rem 0;
  z-index: 10000 !important;
}
@media (max-width: 767px) {
  header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 1240px) {
  header {
    min-height: 6.375rem;
    align-items: center;
  }
}
header .header-content:not(.container) {
  width: calc(100% - 2.5rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .header-content:not(.container) {
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  header .header-content:not(.container) {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 1680px) {
  header .header-content:not(.container) {
    width: calc(100% - 15rem);
  }
}
header .header-content .header-links .header-logo {
  margin-top: 0.4rem;
}
header .header-content .header-links .header-logo img {
  width: 8.125rem;
}
@media (max-width: 374px) {
  header .header-content .header-links .header-logo img {
    width: 5.625rem;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  header .header-content .header-links .header-logo img {
    width: 6.25rem;
  }
}
@media (min-width: 1440px) {
  header .header-content .header-links .header-logo img {
    width: 11.25rem;
  }
}
header .header-content .header-links .header-buttons {
  font-weight: 600;
}
header .header-content .header-links .header-buttons .btn:nth-child(1) {
  margin-right: 0.625rem;
}
@media (max-width: 374px) {
  header .header-content .header-links .header-buttons .btn:nth-child(1) {
    margin-right: 0.3125rem;
  }
}
@media (min-width: 1240px) {
  header .header-content .header-links .header-buttons .btn:nth-child(1) {
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1680px) {
  header .header-content .header-links .header-buttons .btn:nth-child(1) {
    margin-right: 0.9375rem;
  }
}
@media (min-width: 480px) and (max-width: 1239px) {
  header .header-content .header-links .header-buttons {
    margin-left: auto;
    margin-right: 1.25rem;
  }
}
@media (max-width: 374px) {
  header .header-content .header-links .header-buttons .btn {
    padding: 3px 6px;
    font-size: 0.75rem;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  header .header-content .header-links .header-buttons .btn {
    padding: 4px 8px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1240px) {
  header .header-content .header-links .header-buttons .btn {
    font-size: 1.125rem;
    position: relative;
    line-height: 1.125rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 1440px) {
  header .header-content .header-links .header-buttons .btn {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 1680px) {
  header .header-content .header-links .header-buttons .btn {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.9375rem;
  }
}
header .header-content .header-links .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content .header-links .nav-icon i {
  font-size: 1.5625rem;
}
@media (max-width: 374px) {
  header .header-content .header-links .nav-icon i {
    font-size: 1.25rem;
  }
}

.w-100 {
  width: 100%;
}

.m-auto {
  margin: auto;
}

.d-inline-b {
  display: inline-block;
}

section, div.section {
  width: 100%;
  padding: 2.5rem 0;
}
section + section .section-content .section-img:first-child, section + div.section .section-content .section-img:first-child, div.section + section .section-content .section-img:first-child, div.section + div.section .section-content .section-img:first-child {
  margin-top: 0;
}
section.padding--t-0, div.section.padding--t-0 {
  padding-top: 0 !important;
}
section.padding--b-0, div.section.padding--b-0 {
  padding-bottom: 0 !important;
}
section .section-content, div.section .section-content {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
  max-width: 1280px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
    max-width: 992px;
  }
}
@media (min-width: 1240px) {
  section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
    max-width: 1280px;
  }
}
@media (min-width: 1680px) {
  section .section-content > p, section .section-content > button, section .section-content > a, section .section-content > ul, section .section-content > li, section .section-content > span, section .section-content > h1, section .section-content > h2, section .section-content > h3, section .section-content > h4, section .section-content > h5, section .section-content > h6, section .section-content > div:not(.container), section .section-content > form, div.section .section-content > p, div.section .section-content > button, div.section .section-content > a, div.section .section-content > ul, div.section .section-content > li, div.section .section-content > span, div.section .section-content > h1, div.section .section-content > h2, div.section .section-content > h3, div.section .section-content > h4, div.section .section-content > h5, div.section .section-content > h6, div.section .section-content > div:not(.container), div.section .section-content > form {
    max-width: 1280px;
  }
}
section .section-content hr, div.section .section-content hr {
  width: 8.125rem;
  margin: 0.625rem 10% 0;
  border-bottom: 0.0625rem solid #414141;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
@media (min-width: 1240px) {
  section .section-content hr, div.section .section-content hr {
    border-bottom: none;
    display: none;
    margin: 0 auto;
  }
}
section .section-content .section-img, div.section .section-content .section-img {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
section .section-content .section-img.contained, div.section .section-content .section-img.contained {
  max-width: 1240px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  section .section-content .section-img.contained, div.section .section-content .section-img.contained {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  section .section-content .section-img.contained, div.section .section-content .section-img.contained {
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  section .section-content .section-img.contained, div.section .section-content .section-img.contained {
    max-width: 952px;
  }
}
@media (min-width: 1240px) {
  section .section-content .section-img.contained, div.section .section-content .section-img.contained {
    max-width: 1100px;
  }
}
@media (min-width: 1440px) {
  section .section-content .section-img.contained, div.section .section-content .section-img.contained {
    max-width: 660px;
  }
}

.home section + section, .home section + div.section, .home div.section + section, .home div.section + div.section {
  padding: 2.5rem 0 2.5rem 0;
}
.home section + section .section-content .section-img:first-child, .home section + div.section .section-content .section-img:first-child, .home div.section + section .section-content .section-img:first-child, .home div.section + div.section .section-content .section-img:first-child {
  margin-top: 0;
}

article {
  width: 100%;
  margin: 1.25rem 0;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  article {
    margin: 0 0 2.5rem;
  }
}
article .article-content {
  width: 100%;
}
article .article-content h2 {
  line-height: 1.5625rem;
}
article .article-content .article-img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  article .article-content .article-img {
    height: 15.625rem;
    margin: 0.625rem 0;
  }
}
@media (min-width: 1024px) {
  article .article-content .article-img {
    height: 10rem;
    margin: 0 0 1.875rem;
  }
}
article .article-content .article-img.contained {
  width: calc(100% - 2.5rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  article .article-content .article-img.contained {
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  article .article-content .article-img.contained {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 1680px) {
  article .article-content .article-img.contained {
    width: calc(100% - 15rem);
  }
}
article .article-content .article-text-section {
  width: 100%;
}
article .article-content .article-text-section h2.article-title {
  font-size: 1.15rem;
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  article .article-content .article-text-section h2 {
    margin-bottom: 0;
  }
}
article .article-content .article-text-section .article-text {
  padding: 0;
  margin-bottom: 1.875rem;
  min-height: 65px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  article .article-content .article-text-section .article-text {
    margin-bottom: 0;
  }
}
article .article-content .article-text-section .read-time {
  color: #414141;
  margin-bottom: 0.9375rem;
  display: block;
}
article .article-content .article-text-section .action-section .article-button {
  margin: 0.9375rem 0;
  padding: 0.9375rem 0;
}
article .article-content .article-text-section .action-section .article-rating {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  article .article-content .article-text-section .action-section .article-rating {
    margin-top: 0;
  }
}
article .article-content .article-text-section .action-section .article-rating .likes {
  display: flex;
  align-items: center;
}
article .article-content .article-text-section .action-section .article-rating .likes .article-like-total {
  margin-left: 0.625rem;
}
article .article-content .article-text-section .action-section .article-rating .views {
  color: #414141;
  margin-left: 1.25rem;
}
article .article-content .article-text {
  padding: 0;
  margin-bottom: 1.875rem;
  min-height: 65px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-inner .article-rating {
  margin: 1.875rem 0;
  display: flex;
  align-items: center;
}
.article-inner .article-rating .likes {
  display: flex;
  align-items: center;
}
.article-inner .article-rating .likes .article-like-total {
  margin-left: 0.625rem;
}
.article-inner .article-rating .views {
  color: #414141;
  margin-left: 1.25rem;
}
.article-inner .article-information {
  text-align: center;
}
.article-inner .article-information .author {
  margin-bottom: 0.625rem;
}
.article-inner .article-information .article-date {
  color: #189D21;
}
.article-inner .article-information hr {
  display: block !important;
  width: 6.25rem !important;
  margin: 1.875rem auto !important;
  border-bottom: 0.0625rem solid #393939 !important;
}
.article-inner .article-read-time {
  color: #414141;
  margin-bottom: 1.5625rem;
}
.article-inner .article-share {
  display: flex;
  align-items: center;
}
.article-inner .article-share a {
  padding-left: 0.9375rem;
}
.article-inner .article-share a i {
  color: #189D21;
  font-size: 1.5625rem;
}
.article-inner .author-bio {
  margin-top: 2.5rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 2.5rem;
}
@media (min-width: 1680px) {
  .pagination {
    max-width: 25rem;
    margin: auto;
  }
}
@media (min-width: 1680px) {
  .pagination a {
    font-size: 1.25rem;
  }
}
.pagination ol, .pagination ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 37.5rem;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ol li, .pagination ul li {
  padding: 0 0.625rem;
}
@media (min-width: 1680px) {
  .pagination ol li, .pagination ul li {
    font-size: 1.25rem;
    margin: 0;
  }
}

.author-bio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.author-bio img {
  width: 100%;
  height: auto;
  max-width: 6rem;
}
.author-bio h2 {
  width: 100%;
}
@media (min-width: 1680px) {
  .author-bio h2 {
    padding-bottom: 2.5rem;
  }
}
.author-bio p {
  font-style: italic;
}
.section-content .article-content > * {
  width: 100%;
}

.placeholder-frame {
  height: 25rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 1.5625rem 0 0.3125rem;
}

.frame {
  min-height: 25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #F4F4F4;
  margin: 1.5625rem 0 0.3125rem;
}

.frame p {
  padding-right: 0;
}

.banks-section {
  min-height: 25rem;
  height: auto;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
}
.banks-section h2 {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.banks-section .bank {
  width: 25%;
}
.banks-section .bank img {
  padding: 1.875rem;
}
@media (max-width: 480px) {
  .banks-section .bank {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .banks-section .bank {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .banks-section .bank {
    width: 33.33%;
  }
}
.banks-section .bank-text p + p {
  margin-top: 0.625rem;
}
.banks-section .bank-text h2 {
  margin-top: 1.875rem;
}

form.loan {
  margin-top: 1.25rem;
}
form.loan label {
  margin-right: 2.65rem;
  font-size: 1.5rem;
}
@media (max-width: 373px) {
  form.loan label {
    font-size: 1.25rem;
  }
}
@media (min-width: 374px) and (max-width: 767px) {
  form.loan label {
    font-size: 1.375rem;
  }
}
form.loan input {
  width: 25%;
}
@media (max-width: 373px) {
  form.loan input {
    width: 55%;
  }
}
@media (min-width: 374px) and (max-width: 767px) {
  form.loan input {
    width: 60%;
  }
}
form.loan select {
  font-style: normal;
  width: 25%;
}
@media (max-width: 860px) {
  form.loan select {
    width: 45%;
  }
}
form.loan #slider {
  width: 100%;
  margin: 2.375rem auto;
  max-width: 70%;
}
@media (max-width: 860px) {
  form.loan #slider {
    max-width: 100%;
  }
}
form.loan .form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 860px) {
  form.loan .form-group {
    justify-content: space-between;
  }
}

.representative-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.representative-area .representative-box {
  width: calc(50% - 0.0625rem);
}
@media (min-width: 768px) {
  .representative-area .representative-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .representative-area .representative-box {
    margin-bottom: 0.9375rem;
  }
}
.representative-area .representative-box p {
  margin: 0;
}
@media (min-width: 768px) {
  .representative-area {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .representative-area {
    order: 3;
  }
}

.total-costs {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 768px) {
  .total-costs {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .total-costs {
    margin-bottom: 0.9375rem;
    order: 1;
  }
}
.total-costs .costs-box {
  width: calc(50% - 0.0625rem);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.total-costs .costs-box p {
  margin: 0;
}

.progess-bar {
  position: relative;
}
.progess-bar .progress-page-number {
  height: 3.125rem;
  width: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #189D21;
  border-radius: 50%;
  opacity: 0.4;
  font-size: 1.5rem;
}
.progess-bar .progress-page-number.current {
  border: 0.25rem solid #189D21;
  opacity: 1;
}
.progess-bar .progress-page-number::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 0.125rem;
  width: 31.25rem;
  background: repeating-linear-gradient(90deg, white, white, white, grey, grey 0.3125rem);
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.progess-bar::after {
  content: "";
  border: 0.0625rem dashed #9A9A9A;
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ProgressBarContainer {
  max-width: 21.875rem;
  margin: 2.5rem auto 1.5625rem;
}
@media (min-width: 1025px) {
  .ProgressBarContainer {
    max-width: 37.5rem;
  }
}
.ProgressBarContainer + form .form-group:first-of-type {
  margin-top: 0;
}
.ProgressBarContainer .progressbar {
  counter-reset: step;
  margin: 0 -1.25rem;
}
.ProgressBarContainer .progressbar:after {
  content: "";
  opacity: 0.6;
  width: 100%;
  background-color: #fff;
  height: 3.75rem;
  display: block;
}
.ProgressBarContainer .progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.ProgressBarContainer .progressbar li:before {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.375rem;
  content: counter(step);
  counter-increment: step;
  line-height: 3.125rem;
  border: 0.0625rem solid #189D21;
  display: block;
  text-align: center;
  margin: 0 auto 0.625rem auto;
  border-radius: 50%;
  background-color: white;
}
.ProgressBarContainer .progressbar li:after {
  width: 100%;
  content: "";
  position: absolute;
  border-top: 0.0625rem dashed #9A9A9A;
  top: 1.5625rem;
  left: -50%;
  z-index: -1;
}
.ProgressBarContainer .progressbar li:first-child:after {
  content: none;
}
.ProgressBarContainer .progressbar li.completed {
  color: #000000;
}
.ProgressBarContainer .progressbar li.completed:before {
  border-color: #189D21;
  border-width: 0.0625rem;
  position: absolute;
  z-index: 2;
  margin: auto;
  text-align: center;
}
.ProgressBarContainer .progressbar li.completed:after {
  border-top-color: #000000 !important;
  z-index: 1 !important;
}
.ProgressBarContainer .progressbar li.active {
  color: #000000;
}
.ProgressBarContainer .progressbar li.active:before {
  border-color: #189D21;
  border-width: 0.1875rem;
  position: absolute;
  z-index: 2;
  margin: auto;
  text-align: center;
}
.ProgressBarContainer .progressbar li.active:after {
  border-top-color: #000000 !important;
  z-index: 1 !important;
}

.employer-logo {
  margin-bottom: 2.5rem;
  height: 120px;
  width: 250px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .employer-logo {
    margin-bottom: 0.9375rem;
    height: 80px;
  }
}

.range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .range {
    justify-content: flex-start;
    width: 100%;
  }
}
.range__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 1.25rem auto;
  background: inherit;
  width: 100%;
}
.range__slider:focus {
  outline: none;
}
.range__slider::-webkit-slider-runnable-track {
  background-color: #189D21;
  height: 0.3em;
  margin: 0.4em 0;
  border-radius: 0.125rem;
}
.range__slider::-moz-range-track {
  background-color: #189D21;
  height: 0.3em;
  border-radius: 0.125rem;
}
.range__slider::-moz-focus-outer {
  border: 0;
}
.range__slider::-ms-track {
  background-color: #189D21;
  height: 0.3em;
  margin: 0.1em 0;
  border-radius: 0.125rem;
}
.range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  text-align: center;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.375rem solid #F4F4F4;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: -0.1875rem;
  position: relative;
}
.range__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  text-align: center;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.375rem solid #F4F4F4;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.range__slider::-ms-thumb {
  margin: 0;
  position: relative;
}

.range .range__amount {
  color: #189D21 !important;
  padding: 0.75rem 0.625rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #189D21;
}

@media (max-width: 767px) {
  .ui-slider {
    margin-bottom: 2rem !important;
    margin-top: 5.625rem !important;
  }
}

h1 + p {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  h1 + p {
    margin-top: 0.938rem;
  }
}

@media (min-width: 1240px) and (max-width: 1439px) {
  .left-panel {
    width: 60% !important;
  }
}
@media (min-width: 1440px) {
  .left-panel {
    width: calc(63% - 1.25rem) !important;
  }
}
@media (min-width: 1681px) {
  .left-panel {
    width: calc(63% - 1.25rem) !important;
  }
}

.right-panel {
  height: 100%;
  width: 100%;
}
@media (max-width: 1240px) {
  .right-panel {
    margin-top: 5rem;
  }
}
@media (min-width: 1240px) and (max-width: 1439px) {
  .right-panel {
    width: calc(40% - 2.5rem) !important;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .right-panel {
    width: calc(37% - 1.75rem) !important;
    position: relative;
  }
}
@media (min-width: 1681px) {
  .right-panel {
    width: calc(37% - 2.5rem) !important;
  }
}
@media (min-width: 1240px) {
  .right-panel .right-panel-box {
    background: #F4F4F4;
    padding: 2.5rem;
    border-radius: 0.375rem;
    position: sticky;
    top: 9.0625rem;
    min-height: 20rem;
  }
}
.right-panel .right-panel-box .progressbar:after {
  background: #F4F4F4;
}
.right-panel .right-panel-box .ProgressBarContainer {
  margin: 0 auto 2.5rem;
}
.right-panel .right-panel-box .form-buttons {
  margin-top: 0;
}
.right-panel .right-panel-box .form-buttons .btn {
  margin-left: auto;
  margin-right: auto;
}
.right-panel .panel-username {
  text-align: center;
}
.right-panel .panel-username span {
  font-size: 1.875rem;
}

@media (max-width: 1239px) {
  .hide-mb {
    display: none !important;
  }
}

@media (max-width: 1239px) and (min-width: 480px) {
  .hide-tb {
    display: none !important;
  }
}

@media (min-width: 1240px) {
  .hide-dt {
    display: none !important;
  }
}

iframe {
  width: 100%;
}
@media (min-width: 860px) and (max-width: 1239px) {
  iframe {
    margin-top: 1.25rem;
    height: 25rem;
  }
}
@media (min-width: 1240px) {
  iframe {
    margin-top: 1.25rem;
    height: 18.75rem;
  }
}
@media (max-width: 768px) {
  iframe + .btn {
    margin-bottom: 0;
  }
}

.document-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.75rem 0;
}
@media (max-width: 1023px) {
  .document-area {
    margin: 1.25rem 0;
  }
}
form .document-area {
  margin: 1.875rem 0 0;
}
.document-area .document {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .document-area .document {
    margin-bottom: 0.938em;
  }
}
@media (min-width: 661px) {
  .document-area .document {
    width: calc(50% - 1.875rem);
  }
}
.document-area .document h2 {
  width: 100%;
  display: block;
}
.document-area .document fieldset {
  margin-top: 0;
}
.document-area .document fieldset label {
  margin-top: 0.9375rem !important;
}
.document-area .document-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: auto;
}
@media (max-width: 1023px) {
  .document-area .document .documentDate {
    display: block;
  }
}

.blog-search {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .blog-search {
    padding-bottom: 2.5rem;
  }
}

.document-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: fit-content;
}
.document-buttons.flex--center {
  justify-content: center;
}
.document-buttons .download-icon {
  margin-right: 1.5625rem;
}
.document-buttons .download-icon img {
  height: 2.1875rem;
}
.document-buttons .btn {
  font-size: 1.375rem;
  padding: 0.375rem 0.9375rem;
}
.document-buttons.my-acc .btn {
  font-size: 1rem;
}
.document-buttons.my-acc .download-icon {
  margin-right: 0.3125rem;
}

.my-acc-buttons {
  display: block;
  text-align: right;
  width: 100%;
}
@media (min-width: 768px) {
  .my-acc-buttons {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .mob-100 {
    width: 100%;
  }
}

.hide {
  display: none;
}

@media (min-width: 1240px) {
  .section-content.account__wrapper {
    width: calc(100% - 10rem);
  }
}

#nav {
  width: 100%;
}
#nav .social {
  text-align: right;
  width: 8.75rem;
  margin-left: auto;
  padding: 2.5rem 0;
}
#nav .social i {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  #nav .social {
    padding: 1.25rem 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  #nav .social {
    padding: 1.25rem 0;
    position: fixed;
    bottom: 0;
    right: 0;
    background: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1240px) {
  #nav .social a {
    margin: 0 20px 0 10px;
  }
}
#nav.overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: height 2s;
  padding-top: 5.625rem;
}
@media (max-width: 768px) {
  #nav.overlay {
    top: 56px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #nav.overlay {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  #nav.overlay {
    display: flex !important;
    position: relative;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    padding-top: 0;
    z-index: 0;
  }
}
@media (min-width: 1440px) {
  #nav.overlay {
    margin-top: 0.75em;
  }
}
#nav.overlay a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-size: 1.75rem;
  line-height: 2rem;
}
#nav.overlay a:hover, #nav.overlay a:focus {
  color: #f1f1f1;
  cursor: pointer;
}
@media (max-width: 768px) {
  #nav.overlay a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1240px) {
  #nav.overlay a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  #nav.overlay a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  #nav.overlay a {
    font-size: 1.125rem;
  }
}
#nav.overlay .closebtn {
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
  font-size: 2.5rem;
}
#nav .overlay-content {
  position: relative;
  top: 0;
  width: 70%;
  margin-left: auto;
  text-align: right;
  padding: 0 1.25rem;
  height: 100%;
}
@media (max-width: 768px) {
  #nav .overlay-content {
    height: calc(100% - 140px);
    overflow: auto;
  }
}
@media (min-width: 1240px) {
  #nav .overlay-content {
    display: flex;
    position: relative;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }
}
#nav .overlay-content li {
  margin-bottom: 0.1875rem;
  border-bottom: green 0.125rem solid;
  padding: 1.5625rem 0;
}
@media (max-width: 768px) {
  #nav .overlay-content li {
    padding: 0.9375rem 0;
  }
}
@media (min-width: 1240px) {
  #nav .overlay-content li {
    border-bottom: none;
    padding: 0 0.625rem;
  }
}
@media (min-width: 1440px) {
  #nav .overlay-content li {
    border-bottom: none;
    padding: 0 1.8125rem;
  }
}
#nav ul, #nav ol {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

/*
 * Additions
 */
body {
  letter-spacing: 0.5px;
}

.container,
.container-md,
.container-lg,
.container-full {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .related-carousel-container {
    max-width: 100%;
  }
  .account__wrapper {
    max-width: 540px;
  }
  .section-img {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container-full {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .container,
  .container-md {
    max-width: 720px;
  }
  .related-carousel-container {
    max-width: 680px;
  }
  .account__wrapper {
    max-width: 700px;
  }
  .section-img {
    max-width: 680px !important;
  }
}
@media (min-width: 1024px) {
  .container-full {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .container,
  .container-md,
  .container-lg {
    max-width: 992px;
  }
  .related-carousel-container {
    max-width: 952px;
  }
  .section-img {
    max-width: 952px !important;
  }
}
@media (min-width: 1240px) {
  .container,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
  .related-carousel-container {
    max-width: 1100px;
  }
  .section-img {
    max-width: 1100px !important;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 700px;
  }
  header .container {
    max-width: 1280px;
  }
  .related-carousel-container {
    max-width: 700px;
  }
  .section-img {
    max-width: 700px !important;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 700px;
  }
  .related-carousel-container {
    max-width: 1240px;
  }
  .section-img {
    max-width: 1240px !important;
  }
}
.grid__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.grid__row.tabcontent {
  width: auto !important;
}
.grid__row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.grid__col {
  flex: 1 0 0;
}
.grid__col-auto {
  flex: none; /* equivalent to 'flex: 0 0 auto;' */
  width: auto;
}
.grid__col-1 {
  flex: none;
  width: 8.3333333333%;
}
.grid__col-2 {
  flex: none;
  width: 16.6666666667%;
}
.grid__col-3 {
  flex: none;
  width: 25%;
}
.grid__col-4 {
  flex: none;
  width: 33.3333333333%;
}
.grid__col-5 {
  flex: none;
  width: 41.6666666667%;
}
.grid__col-6 {
  flex: none;
  width: 50%;
}
.grid__col-7 {
  flex: none;
  width: 58.3333333333%;
}
.grid__col-8 {
  flex: none;
  width: 66.6666666667%;
}
.grid__col-9 {
  flex: none;
  width: 75%;
}
.grid__col-10 {
  flex: none;
  width: 83.3333333333%;
}
.grid__col-11 {
  flex: none;
  width: 91.6666666667%;
}
.grid__col-12 {
  flex: none;
  width: 100%;
}
@media (min-width: 480px) {
  .grid__col-sm {
    flex: 1 0 0;
  }
  .grid__col-sm-auto {
    flex: none;
    width: auto;
  }
  .grid__col-sm-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .grid__col-sm-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .grid__col-sm-3 {
    flex: none;
    width: 25%;
  }
  .grid__col-sm-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .grid__col-sm-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .grid__col-sm-6 {
    flex: none;
    width: 50%;
  }
  .grid__col-sm-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .grid__col-sm-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .grid__col-sm-9 {
    flex: none;
    width: 75%;
  }
  .grid__col-sm-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .grid__col-sm-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .grid__col-sm-12 {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md {
    flex: 1 0 0;
  }
  .grid__col-md-auto {
    flex: none;
    width: auto;
  }
  .grid__col-md-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .grid__col-md-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .grid__col-md-3 {
    flex: none;
    width: 25%;
  }
  .grid__col-md-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .grid__col-md-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .grid__col-md-6 {
    flex: none;
    width: 50%;
  }
  .grid__col-md-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .grid__col-md-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .grid__col-md-9 {
    flex: none;
    width: 75%;
  }
  .grid__col-md-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .grid__col-md-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .grid__col-md-12 {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid__col-ds {
    flex: 1 0 0;
  }
  .grid__col-ds-auto {
    flex: none;
    width: auto;
  }
  .grid__col-ds-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .grid__col-ds-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .grid__col-ds-3 {
    flex: none;
    width: 25%;
  }
  .grid__col-ds-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .grid__col-ds-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .grid__col-ds-6 {
    flex: none;
    width: 50%;
  }
  .grid__col-ds-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .grid__col-ds-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .grid__col-ds-9 {
    flex: none;
    width: 75%;
  }
  .grid__col-ds-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .grid__col-ds-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .grid__col-ds-12 {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .grid__col-lg {
    flex: 1 0 0;
  }
  .grid__col-lg-auto {
    flex: none;
    width: auto;
  }
  .grid__col-lg-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .grid__col-lg-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .grid__col-lg-3 {
    flex: none;
    width: 25%;
  }
  .grid__col-lg-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .grid__col-lg-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .grid__col-lg-6 {
    flex: none;
    width: 50%;
  }
  .grid__col-lg-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .grid__col-lg-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .grid__col-lg-9 {
    flex: none;
    width: 75%;
  }
  .grid__col-lg-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .grid__col-lg-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .grid__col-lg-12 {
    flex: none;
    width: 100%;
  }
}

hr {
  margin: 2rem 0;
  border-top: none;
  border-bottom: 1px solid #000000;
}

.circle {
  border-radius: 500px;
}

.section {
  padding: 2.5rem 0;
}
.section p {
  padding-right: 0;
}
.section h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.section__header h1 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-align: left;
}
.section__header h1 span {
  display: inline-block;
}

.summary-overview li span {
  display: inline-block;
  width: 160px;
}
.summary-overview li.summary-total {
  font-weight: bold;
}

.graph {
  position: relative;
  margin-bottom: 6rem;
}
.graph img {
  width: 100%;
  height: auto;
}
.graph .graph-toggle {
  position: absolute;
  bottom: -6rem;
  right: 0;
  text-align: center;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.graph .graph-toggle span {
  margin-top: 0.5rem;
  display: block;
}
.graph-pie, .graph-bar {
  min-height: 400px;
}
.graph .total {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
.graph .total h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.graph .total p {
  margin-bottom: 1rem;
}
.graph .total p:last-child {
  margin-bottom: 0;
}
.graph .total .amount {
  font-size: 2.2rem;
  letter-spacing: -1px;
  font-weight: bold;
}

.graph-keys {
  margin-bottom: 2rem;
}
.graph-keys .key {
  display: flex;
  align-items: center;
}
.graph-keys .key p {
  margin: 0;
}
.graph-keys .key span {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.graph-keys .key span.key-line {
  width: 2px;
}

.table-list {
  width: 100%;
}
@media (max-width: 859px) {
  .table-list {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.table-list th {
  font-weight: bold;
}
.table-list th, .table-list td {
  width: 18%;
  height: 34px;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 1rem;
}
.table-list th:first-child, .table-list td:first-child {
  width: 7%;
  padding-right: 0.5rem;
}
.table-list th:nth-child(2), .table-list td:nth-child(2) {
  width: 50%;
  padding-right: 0.5rem;
}
.table-list th:last-child, .table-list td:last-child {
  text-align: right;
}

.table-key {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.bg--red {
  background-color: #CF302E;
}

.btn-group {
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-start;
}
.btn-group .btn {
  margin-right: 0.5rem;
}
.btn-group .btn:last-child {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .btn-group .btn:last-child {
    margin-left: 0;
  }
}

.link--back {
  bottom: 0.625rem;
  right: 1.25rem;
}

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

.rotate-90 {
  transform: rotate(90deg);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.d-table {
  display: table;
}

.d-none {
  display: none;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 1240px) {
  .d-lg-none {
    display: none;
  }
}

@media (min-width: 480px) {
  .d-sm-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 1240px) {
  .d-lg-block {
    display: block;
  }
}

@media (min-width: 480px) {
  .d-sm-inline-block {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1240px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

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

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

@media (min-width: 480px) {
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-md-0 {
    margin-left: 0;
  }
}
.scroll-button--home {
  width: 38px !important;
  height: 38px !important;
  position: absolute;
  bottom: 3rem;
  right: auto;
  left: auto;
}
.scroll-button--home i {
  font-size: 2.375rem;
  color: #000;
  cursor: pointer;
}

.related-articles-cont {
  padding: 40px 0;
}

.related-articles-cont h2 {
  padding-left: 4px !important;
  padding-bottom: 30px;
}

.related-article {
  max-width: 100% !important;
}
.related-article article {
  padding: 0 4px;
}

.related-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#loginContainer .black {
  color: #000000;
}
#loginContainer h2 {
  text-align: center;
  margin: auto;
  letter-spacing: -1px;
  padding-bottom: 1.938rem;
}

.modal#loginBox .modal-content {
  padding: 0.8rem 1.5rem 2.5rem 1.5rem;
}
.modal#loginBox .close i {
  font-size: 2em;
}
.modal#loginBox .modal-content {
  width: 22.125rem;
}
.modal#loginBox .modal-content form {
  margin-top: 0;
}
.modal#loginBox .modal-content form label {
  font-size: 1.1rem;
}
.modal#loginBox .modal-content form input {
  padding: 0.625rem 0.625rem;
}
.modal#loginBox .modal-content form .show-p-input-container {
  height: auto;
}
.modal#loginBox .modal-content form .show-p-input-container input {
  padding: 0.625rem 0.625rem;
}
.modal#loginBox .modal-content form .btn--full {
  font-size: 1.25em;
}
.modal#loginBox p {
  letter-spacing: -1px;
  font-size: 1rem;
}
.modal#loginBox a {
  cursor: pointer;
  text-decoration: underline;
}

.jq_login_section {
  width: 100%;
}

.jq_code_section {
  width: 100%;
}

.swal2-popup {
  font-family: aktiv-grotesk, sans-serif;
  max-width: 20.125rem;
  border-radius: 0;
}
.swal2-popup .swal2-confirm.swal2-styled {
  width: 100%;
  background-color: #189D21 !important;
  margin-bottom: 3rem;
}
.swal2-popup #swal2-title {
  letter-spacing: -1px;
  font-size: 24px;
}
.swal2-popup #swal2-content {
  letter-spacing: -1px;
  font-size: 16px;
  width: 70%;
  margin: auto;
}

.blog-search.no-results {
  text-align: center;
}

.year-10-logo {
  max-width: 300px;
}

.box {
  padding: 2.5rem;
  border-radius: 0.375rem;
}
.box.box--grey {
  background: #F4F4F4;
}
.box p {
  margin: 0;
  font-size: 1.2rem;
}

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