/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**
 * ------------------------------
 * Nimblebiz - Site Styles - Main
 * ------------------------------
 */

 :root {
  /* Font Families */
  --family-default: 'Open Sans', sans-serif;
  --family-fancy: 'Raleway', sans-serif;
  --font-icon-free: 'Font Awesome 5 Free';
  /* Colors */
  --color-primary: #002b5e;
  --color-secondary: #6b8e00;
  --color-blue-light: #648DBE;
  --color-grey-light: #fafafa;
  --color-cyan-dark: #1db4ad;
  --color-cyan-light: #78d5cf;
  --color-red: #fd3e33;
  --color-blue: #1697c0;
  --color-purple: #93416E;
  --color-red-dark: #e75f4a;
  --color-gold: #feba47;
  --color-green-dark: #6b8e00;
  --color-blue-dark: #002b5e;
  /* Colors - Transparent */
  --color-primary-25p: rgba(0, 43, 94, 0.25);
  --color-primary-50p: rgba(0, 43, 94, 0.5);
  --color-primary-75p: rgba(0, 43, 94, 0.75);
  --color-secondary-75p: rgba(107, 142, 0, 0.75);
  --color-secondary-50p: rgba(107, 142, 0, 0.5);
  --color-secondary-25p: rgba(107, 142, 0, 0.25);
  --color-black-25p: rgba(0, 0, 0, 0.25);
  /* Background color */
  --bg-color-white: #ffffff;
  --bg-color-grey-light: #fafafa;
  /* Border Radii */
  --border-radius-default: 5px;
  --border-radius-curve: 10px;
}


/*
* HTML & Body
* -----------
*/

html,
body {
  font-family: var(--family-default);
  line-height: var(--line-default);
}

body {
  font-size: var(--font-size-default);
  font-weight: var(--weight-default);
  color: var(--color-primary);
  background-color: var(--color-grey-light);
}

@media (min-width: 992px) {
  body {
      font-size: 1.8rem;
  }
}

.body-main {
  overflow: hidden;
}

address {
  margin-bottom: 0;
}


/**
* Text & Background Colors
* ------------------------
*/

/* Background Colors */
.bg-transparent {
background-color: transparent !important;
}


/*
* Typography
* ---------------------
*/

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h7 {
font-family: var(--family-default);
font-weight: var(--weight-default);
line-height: var(--line-sm);
margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 3rem;
}
}

h1 + h2, h1 + .h2,
h1 + h3, h1 + .h3,
h1 + h4, h1 + .h4,
h1 + h5, h1 + .h5,
h1 + h6, h1 + .h6,
h1 + .h7,
.h1 + h2, .h1 + .h2,
.h1 + h3, .h1 + .h3,
.h1 + h4, .h1 + .h4,
.h1 + h5, .h1 + .h5,
.h1 + h6, .h1 + .h6,
.h1 + .h7,
h2 + h3, h2 + .h3,
h2 + h4, h2 + .h4,
h2 + h5, h2 + .h5,
h2 + h6, h2 + .h6,
h2 + .h7,
.h2 + h3, .h2 + .h3,
.h2 + h4, .h2 + .h4,
.h2 + h5, .h2 + .h5,
.h2 + h6, .h2 + .h6,
.h2 + .h7,
h3 + h4, h3 + .h4,
h3 + h5, h3 + .h5,
h3 + h6, h3 + .h6,
h3 + .h7,
.h3 + h4, .h3 + .h4,
.h3 + h5, .h3 + .h5,
.h3 + h6, .h3 + .h6,
.h3 + .h7,
h4 + h5, h4 + .h5,
h4 + h6, h4 + .h6,
h4 + .h7,
.h4 + h5, .h4 + .h5,
.h4 + h6, .h4 + .h6,
.h4 + .h7,
h5 + h6, h5 + .h6,
h5 + .h7,
.h5 + h6, .h5 + .h6,
.h5 + .h7,
h6 + .h7,
.h6 + .h7 {
margin-top: -0.5rem;
}

@media (min-width: 992px) {
h1 + h2, h1 + .h2,
h1 + h3, h1 + .h3,
h1 + h4, h1 + .h4,
h1 + h5, h1 + .h5,
h1 + h6, h1 + .h6,
h1 + .h7,
.h1 + h2, .h1 + .h2,
.h1 + h3, .h1 + .h3,
.h1 + h4, .h1 + .h4,
.h1 + h5, .h1 + .h5,
.h1 + h6, .h1 + .h6,
.h1 + .h7,
h2 + h3, h2 + .h3,
h2 + h4, h2 + .h4,
h2 + h5, h2 + .h5,
h2 + h6, h2 + .h6,
h2 + .h7,
.h2 + h3, .h2 + .h3,
.h2 + h4, .h2 + .h4,
.h2 + h5, .h2 + .h5,
.h2 + h6, .h2 + .h6,
.h2 + .h7,
h3 + h4, h3 + .h4,
h3 + h5, h3 + .h5,
h3 + h6, h3 + .h6,
h3 + .h7,
.h3 + h4, .h3 + .h4,
.h3 + h5, .h3 + .h5,
.h3 + h6, .h3 + .h6,
.h3 + .h7,
h4 + h5, h4 + .h5,
h4 + h6, h4 + .h6,
h4 + .h7,
.h4 + h5, .h4 + .h5,
.h4 + h6, .h4 + .h6,
.h4 + .h7,
h5 + h6, h5 + .h6,
h5 + .h7,
.h5 + h6, .h5 + .h6,
.h5 + .h7,
h6 + .h7,
.h6 + .h7 {
  margin-top: -1.5rem;
}
}

h1, .h1 {
font-size: 3.8rem;
font-weight: var(--weight-bold);
font-family: var(--family-fancy);
}

h2, .h2 {
font-size: 3.4rem;
font-weight: var(--weight-bold);
font-family: var(--family-fancy);
}

h3, .h3 {
font-size: 3rem;
font-weight: var(--weight-default);
}

h4, .h4 {
font-size: 2.6rem;
font-weight: var(--weight-default);
font-family: var(--family-fancy);
}

h5, .h5 {
font-size: 2rem;
font-weight: var(--weight-default);
}

h6, .h6 {
font-size: 1.8rem;
font-weight: var(--weight-default);
}

.h7 {
font-size: 1.6rem;
}

@media (min-width: 992px) {
h1, .h1 {
  font-size: 6rem;
}
h2, .h2 {
  font-size: 3.8rem;
}
h3, .h3 {
  font-size: 3.4rem;
}
h4, .h4 {
  font-size: 3rem;
}
h5, .h5 {
  font-size: 2.6rem;
}
h6, .h6 {
  font-size: 2rem;
}
.h7 {
  font-size: 1.8rem;
}
}

p {
margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
p {
  margin-bottom: 3rem;
}
}

p + h2,
p + h3 {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  p + h2,
  p + h3 {
    margin-top: 5rem;
  }
}

ul + h2,
ul + h3,
ul + h4 {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  ul + h2,
  ul + h3,
  ul + h4 {
    margin-top: 5rem;
  }
}

hr {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  border-top: 0.1rem solid var(--color-black-25p);
}

/* Home page specific margins */

.home h1,
.home .h1,
.home h2,
.home .h2,
.home h3,
.home .h3,
.home h4,
.home .h4,
.home h5,
.home .h5,
.home h6,
.home .h6 {
  margin-bottom: 3rem;
}

.home h1+p,
.home .h1+p,
.home h2+p,
.home .h2+p,
.home h3+p,
.home .h3+p,
.home h4+p,
.home .h4+p,
.home h5+p,
.home .h5+p,
.home h6+p,
.home .h6+p {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .home h1+p,
  .home .h1+p,
  .home h2+p,
  .home .h2+p,
  .home h3+p,
  .home .h3+p,
  .home h4+p,
  .home .h4+p,
  .home h5+p,
  .home .h5+p,
  .home h6+p,
  .home .h6+p {
      margin-top: -1rem;
      margin-bottom: 1.5rem;
  }
}


/**
* Colors & Backgrounds
* --------------------
*/


/* Colors */

.text-gold {
  color: var(--color-gold) !important;
}

.text-blue-light {
  color: var(--color-blue-light) !important;
}


/* Backgrounds */

.bg-inherit {
  background-color: inherit !important;
}

.bg-cyan-dark {
  background-color: var(--color-cyan-dark) !important;
}

.bg-cyan-light {
  background-color: var(--color-cyan-light) !important;
}

.bg-red {
  background-color: var(--color-red) !important;
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

.bg-blue-dark {
  background-color: var(--color-blue-dark) !important;
}

.bg-purple {
  background-color: var(--color-purple) !important;
}

.bg-red-dark {
  background-color: var(--color-red-dark) !important;
}

.bg-gold {
  background-color: var(--color-gold) !important;
}

.bg-green-dark {
  background-color: var(--color-green-dark) !important;
}


/**
* Utility classes
* --------------------
*/

.has-pad-top {
  padding-top: 3rem;
}

.has-pad-right {
  padding-right: 3rem;
}

.has-pad-bottom {
  padding-bottom: 3rem;
}

.has-pad-left {
  padding-left: 3rem;
}

.has-pad-top-xxs {
  padding-top: 1rem;
}

.has-pad-bottom-xxs {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .has-pad-top {
      padding-top: 6rem;
  }
  .has-pad-right {
      padding-right: 6rem;
  }
  .has-pad-bottom {
      padding-bottom: 6rem;
  }
  .has-pad-left {
      padding-left: 6rem;
  }
  .has-pad-top-xxs {
      padding-top: 1.5rem;
  }
  .has-pad-bottom-xxs {
      padding-bottom: 1.5rem;
  }
}

.has-margin-bot {
  margin-bottom: 5rem;
}


/* Images */
img.has-margin {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  img.has-margin {
    margin-bottom: 3rem;
  }
}

/* Images - Backgrounds */
.bg-img-cover-left,
.bg-img-contain-left {
  background-position: left;
}


/* Content Box */

.has-bg {
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 992px) {
  .has-bg {
      padding: 2.5rem 3rem;
      margin-bottom: 3rem;
  }
}

.has-bg.bg-grey-lightest {
  color: var(--color-primary) !important;
}

.has-bg .gform_wrapper.gravity-theme form .gform_fields {
  grid-column-gap: 2%;
}

.cta-box.has-bg {
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .cta-box.has-bg {
      padding: 3rem;
  }
}


/* Icon (image) alignments */

.alignright {
  display: block;
  margin: 0 auto 0 0;
}

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

.alignleft {
  display: block;
  margin: 0 0 0 auto;
}


/*
* Lists
* ------
*/

ol,
ul {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  list-style: none;
}

ol {
  counter-reset: counter-ol;
}

ol li {
  counter-increment: counter-ol;
}

ol li:before,
ul li:before {
  display: inline-block;
}

ol li:before {
  content: counter(counter-ol) '. ';
  width: 1.607em;
  margin-left: -1.607em;
  font-size: 0.778em;
  font-weight: var(--weight-semi-bold);
}

ol li::marker {
  display: none;
}

ul li:before {
  content: '\2022';
  width: 0.75em;
  margin-left: -0.75em;
  font-size: 1.137em;
}


/* Lists - Unstyled */

.list-unstyled>li:before {
  display: none;
}


/* Lists - Inline - Variables */

*[class^="list-inline"],
*[class*=" list-inline"] {
  --list-inline-margin-right: 7.5px;
  --list-inline-margin-right: 0.75rem;
}

@media (min-width: 992px) {
  *[class^="list-inline"],
  *[class*=" list-inline"] {
      --list-inline-margin-right: 1.5rem;
  }
}


/* Lists - Two Columns */
ul.list-two-col {
  columns: 2;
}


/* Lists - Inline */

*[class^="list-inline"]>li,
*[class*=" list-inline"]>li {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.list-inline>li:not(:last-child) {
  margin-right: var(--list-inline-margin-right);
}

@media (min-width: 576px) {
  .list-inline-sm>li:not(:last-child) {
      margin-right: var(--list-inline-margin-right);
  }
}

@media (min-width: 768px) {
  .list-inline-md>li:not(:last-child) {
      margin-right: var(--list-inline-margin-right);
  }
}

@media (min-width: 992px) {
  .list-inline-lg>li:not(:last-child) {
      margin-right: var(--list-inline-margin-right);
  }
}

@media (min-width: 1200px) {
  .list-inline-xl>li:not(:last-child) {
      margin-right: var(--list-inline-margin-right);
  }
}

*[class^="list-inline"]>li:before,
*[class*=" list-inline"]>li:before {
  display: none;
}


/* Lists - Inline - Seperators */

*[class^="list-inline"].has-seperators>li:not(:last-child):after,
*[class*=" list-inline"].has-seperators>li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin-left: 7.5px;
  margin-left: 0.75rem;
}

@media (min-width: 992px) {
  *[class^="list-inline"].has-seperators>li:not(:last-child):after,
  *[class*=" list-inline"].has-seperators>li:not(:last-child):after {
      margin-left: 1.5rem;
  }
}

@media (max-width: 575px) {
  .list-inline-sm.has-seperators>li:not(:last-child):after {
      display: none;
  }
}

@media (max-width: 767px) {
  .list-inline-md.has-seperators>li:not(:last-child):after {
      display: none;
  }
}

@media (max-width: 991px) {
  .list-inline-lg.has-seperators>li:not(:last-child):after {
      display: none;
  }
}

@media (max-width: 1199px) {
  .list-inline-xl.has-seperators>li:not(:last-child):after {
      display: none;
  }
}


/* Lists - Has Separator */

@media (min-width: 576px) {
  .list-row.has-separator li:not(:last-child):after {
      content: '|';
      color: currentColor;
      position: absolute;
      top: 50%;
      right: -1%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  }
}

.list-col.has-separator li:not(:last-child) {
  border-bottom: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-bottom: 0.1rem solid currentColor;
}

.list-in-textbox {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 2rem;
}


/* Lists - Page Numbers  */

ul.page-numbers li::before {
  display: none;
}


/* Lists - Footer */

footer ul.list-inline>li:not(:last-child) {
  margin-right: 1.5rem;
}


/* Utitlity Classes - Margin offsets */

@media (min-width: 768px) {
  .offset-neg-top-10p {
      margin-top: -10%;
  }
  .offset-neg-top-20p {
      margin-top: -20%;
  }
  .offset-neg-top-50p {
      margin-top: -50%;
  }
  .offset-neg-right-10p {
      margin-right: -10%;
  }
  .offset-neg-bottom-10p {
      margin-bottom: -10% !important;
  }
  .offset-neg-left-10p {
      margin-left: -10%;
  }
  .feature-block {
      display: block;
      padding: 2rem 0;
      width: 400px;
      max-width: 80%;
  }
}

.child-no-margin>* {
  margin: 0 !important;
}

.full-width {
  width: 100% !important;
  max-width: unset !important;
}


/**
* Links & Buttons
* ---------------
*/


/* Links */

a {
  color: var(--color-primary);
  font-weight: var(--weight-default);
}

a:hover,
a:focus,
a:active {
  color: var(--color-secondary);
}


/* Buttons */
.btn {
  border-width: 0.2rem;
  padding: 1rem 2rem;
  font-size: var(--font-size-sm);
  line-height: var(--line-sm);
  font-weight: var(--weight-bold);
  color: inherit;
}

.btn-lg {
  padding: 1.5rem 3rem;
  font-size: var(--font-size-default);
}

/* Buttons - Styles */
.btn-pill {
  border-radius: 9999px;
}

/* Buttons - Colors */
.btn-dark-navy {
  border-color: transparent;
  color: var(--color-grey-lightest);
  background-color: var(--color-primary);
}

.btn-dark-navy:hover,
.btn-dark-navy:focus,
.btn-dark-navy:not(:disabled):not(.disabled):active {
  color: var(--color-white-75p);
}

.btn-cyan-dark {
  background-color: var(--color-cyan-dark);
  border-color: transparent !important;
}

.btn-cyan-dark:hover,
.btn-cyan-dark:focus,
.btn-cyan-dark:not(:disabled):not(.disabled):active {
  background-color: var(--color-cyan-dark);
}

.btn-cyan-light {
border-color: var(--color-cyan-light);
color: var(--color-primary);
background-color: var(--color-cyan-light);
}

.btn-cyan-light:hover,
.btn-cyan-light:focus,
.btn-cyan-light:not(:disabled):not(.disabled):active {
border-color: var(--color-cyan-light);
color: var(--color-primary-75p);
background-color: var(--color-cyan-light);
}

.btn-gold {
border-color: var(--color-gold);
color: var(--color-primary);
background-color: var(--color-gold);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:not(:disabled):not(.disabled):active {
border-color: var(--color-gold);
color: var(--color-primary-75p);
background-color: var(--color-gold);
}

.btn-purple {
border-color: var(--color-purple);
color: var(--color-white);
background-color: var(--color-purple);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:not(:disabled):not(.disabled):active {
border-color: var(--color-purple);
color: var(--color-white-75p);
background-color: var(--color-purple);
}


/* Buttons - Specials */

.btn-unstyled {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
}

.btn-link-has-arrow {
  font-weight: var(--weight-bold);
  font-size: var(--font-size-sm);
  font-family: var(--family-fancy);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-link-has-arrow:hover {
  color: var(--color-secondary);
}

.text-grey-lightest:not(.bg-grey-lightest) .btn-link-has-arrow:hover,
.text-grey-lightest:not(.bg-grey-lightest) .btn-link-has-arrow:focus,
.text-grey-lightest:not(.bg-grey-lightest) .btn-link-has-arrow:active {
  color: var(--color-white-50p);
}

.text-grey-lightest:not(.bg-grey-lightest) .card .btn-link-has-arrow:hover,
.text-grey-lightest:not(.bg-grey-lightest) .card .btn-link-has-arrow:focus,
.text-grey-lightest:not(.bg-grey-lightest) .card .btn-link-has-arrow:active {
  color: var(--color-secondary);
}

.btn-link-has-arrow::after {
  content: '\f30b';
  font-family: var(--font-icon-pro);
  font-weight: 900;
  display: none;
}

.btn-link-has-arrow svg.svg-inline--fa.fa-w-14 {
  width: 1em;
  margin-left: 1.5rem;
  font-size: 1.215em;
  color: var(--color-blue-light);
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
}

.btn-link-has-arrow.backwards {
  color: var(--color-primary);
  font-size: 1.4rem;
  padding-left: 2rem;
  position: relative;
  font-weight: var(--weight-default);
}

.btn-link-has-arrow.backwards::before {
  content: '\f30a';
  font-family: 'Font Awesome 5 Solid';
  display: none;
}

.btn-link-has-arrow-backwards svg {
  margin-right: 1rem;
  color: var(--color-blue-light);
}

.btn-category {
  border-radius: 500px;
  font-size: 1.2rem;
  font-weight: var(--weight-bold);
  color: var(--color-grey-light);
  background-color: rgb(178, 201, 140);
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
}

.btn-category:hover {
  color: var(--color-grey-light);
}

.btn-cta {

}

.btn-cta-style-1 {
  font-weight: var(--weight-bold);
  font-size: 1.6rem;
  padding: 2rem;
  text-align: center;
  border-radius: 1.5rem;
}

@media (min-width: 992px) {
  .btn-cta-style-1 {
      font-size: 2.6rem;
      padding: 4rem;
      border-radius: 10rem;
  }
}

.btn-cta-style-2 {
  border-radius: var(--border-radius-default);
  background-color: rgba(242, 242, 242, 0.5);
  font-weight: var(--weight-default);
  color: var(--color-primary);
  padding: 2rem;
  font-size: 3.6rem;
}

.btn-cta-style-2:hover {
  background-color: var(--color-primary);
  color: rgba(242, 242, 242, 0.5);
}

.btn.btn-cta-style-2::after {
  content: '\f30b';
  font-family: var(--font-icon-pro);
  font-weight: 900;
  display: none;
}

.btn-cta-style-2 svg {
  margin-left: 1.5rem;
}

@media (min-width: 992px) {
  .btn-cta-style-2 svg {
      margin-left: 3rem;
  }
}


/* Utility classes */

.br-pill {
  border-radius: 100px;
}

.br-square {
  border-radius: 0;
}

.br-curve {
  border-radius: var(--border-radius-curve);
}

.br-curve-light {
  border-radius: var(--border-radius-default);
}

.br-circle {
  border-radius: 100%;
}

.numbered-list {
  display: inline-block;
  width: auto;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .numbered-list {
      padding: 0.5rem 1.25rem;
  }
}

.btn-search {
  padding: 0.5rem;
  color: var(--color-primary);
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  color: var(--color-secondary);
}

.btn-submit {
  padding: 0.25rem 1.5rem;
}

.btn-submit svg path {
  fill: var(--color-blue-light);
  -webkit-transition: var(--transition-quick-ease);
  -o-transition: var(--transition-quick-ease);
  transition: var(--transition-quick-ease);
}

.btn-submit:hover {
  background-color: var(--color-blue-light);
}

.btn-submit:hover svg path {
  fill: var(--color-primary);
}


/****************
** Section - Separator
*****************/

.section-separator .svg-wrapper {
  padding-top: 14.6%;
}

.section-separator .svg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-separator-top-right .svg-container,
.section-separator-bot-right .svg-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-separator .svg-container .svg-sizing {
  width: 80%;
}

@media (min-width: 1200px) {
  .section-separator .svg-container .svg-sizing {
      width: 60%;
  }
}

.section-separator-top-left .svg-sizing {
  -webkit-transform: translate(-2px, 2px);
      -ms-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}

.section-separator-top-right .svg-sizing {
  -webkit-transform: translate(2px);
      -ms-transform: translate(2px);
          transform: translate(2px);
}

.section-separator-bot-left .svg-sizing {
  -webkit-transform: translate(-2px);
      -ms-transform: translate(-2px);
          transform: translate(-2px);
}

.section-separator-bot-right .svg-sizing {
  -webkit-transform: translate(2px, -2px);
      -ms-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}


/* SVG Path colors */

.section-separator.bg-grey-lightest .svg-wrapper>svg path {
  fill: var(--color-grey-lightest);
}

.section-separator.bg-blue .svg-wrapper>svg path {
  fill: var(--color-blue);
}

.section-separator.bg-blue-dark .svg-wrapper>svg path {
  fill: var(--color-blue-dark);
}

.section-separator.bg-cyan-dark .svg-wrapper>svg path {
  fill: var(--color-cyan-dark);
}

.section-separator.bg-cyan-light .svg-wrapper>svg path {
  fill: var(--color-cyan-light);
}

.section-separator.bg-green-dark .svg-wrapper>svg path {
  fill: var(--color-green-dark);
}

.section-separator.bg-gold .svg-wrapper>svg path {
  fill: var(--color-gold);
}

.section-separator.bg-purple .svg-wrapper>svg path {
  fill: var(--color-purple);
}


/****************
** Gravity Forms
*****************/

@media (min-width: 576px) {
  .gform_wrapper.gravity-theme form .gform_fields {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem;
  }
}

div.cta-area .gform_wrapper.gravity-theme form .gform_fields {
  grid-column-gap: 2%;
}

.gform_wrapper.gravity-theme form .gfield:not(.gfiled--width-full) {
  grid-column: 1/-1;
}

@media (min-width: 992px) {
  .gform_wrapper.gravity-theme form .gfield.gfield--width-half {
      -ms-grid-column-span: 6;
      grid-column: span 6;
  }
}

.gform_wrapper.gravity-theme form .gfield input.large,
.gform_wrapper.gravity-theme form .gfield select.large,
.gform_wrapper.gravity-theme form .gfield textarea.large {
  width: 100%;
}

.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme form .gfield input[type="text"],
.gform_wrapper.gravity-theme form .gfield input[type="email"],
.gform_wrapper.gravity-theme form .gfield textarea,
.gform_wrapper.gravity-theme form .gfield select {
  font-size: var(--font-size-default);
  border: 1px solid var(--color-primary-25p);
  color: var(--color-primary);
  background-color: transparent;
  display: block;
  padding: 1.25rem 1.5rem;
}

.gform_wrapper.gravity-theme form .gfield textarea.large {
  height: 25rem;
}

.gform_wrapper.gravity-theme form .gfield input[type="text"]:focus,
.gform_wrapper.gravity-theme form .gfield input[type="email"]:focus,
.gform_wrapper.gravity-theme form .gfield textarea:focus {
  border-color: var(--color-secondary);
}

.gform_wrapper.gravity-theme form .gfield input[type="text"]::-webkit-input-placeholder, .gform_wrapper.gravity-theme form .gfield input[type="email"]::-webkit-input-placeholder, .gform_wrapper.gravity-theme form .gfield textarea::-webkit-input-placeholder {
  color: var(--color-primary-75p);
  opacity: 1;
}

.gform_wrapper.gravity-theme form .gfield input[type="text"]::-moz-placeholder, .gform_wrapper.gravity-theme form .gfield input[type="email"]::-moz-placeholder, .gform_wrapper.gravity-theme form .gfield textarea::-moz-placeholder {
  color: var(--color-primary-75p);
  opacity: 1;
}

.gform_wrapper.gravity-theme form .gfield input[type="text"]:-ms-input-placeholder, .gform_wrapper.gravity-theme form .gfield input[type="email"]:-ms-input-placeholder, .gform_wrapper.gravity-theme form .gfield textarea:-ms-input-placeholder {
  color: var(--color-primary-75p);
  opacity: 1;
}

.gform_wrapper.gravity-theme form .gfield input[type="text"]::-ms-input-placeholder, .gform_wrapper.gravity-theme form .gfield input[type="email"]::-ms-input-placeholder, .gform_wrapper.gravity-theme form .gfield textarea::-ms-input-placeholder {
  color: var(--color-primary-75p);
  opacity: 1;
}

.gform_wrapper.gravity-theme form .gfield input[type="text"]::placeholder,
.gform_wrapper.gravity-theme form .gfield input[type="email"]::placeholder,
.gform_wrapper.gravity-theme form .gfield textarea::placeholder {
  color: var(--color-primary-75p);
  opacity: 1;
}


/* Gravity Forms - Footer */

.gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
}

.gform_wrapper.gravity-theme form .gform_footer input {
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  margin-bottom: 0;
}

.gform_wrapper.gravity-theme form .gform_footer input::before {
  content: '\f30b';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Solid';
  opacity: 0;
  visibility: hidden;
}

.gform_wrapper.gravity-theme form .gform_footer input svg {
  color: var(--color-blue-light);
}

.gform_wrapper.gravity-theme form .gform_footer input::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  border-radius: 5px;
}

.gform_wrapper.gravity-theme form .gform_footer button {
  padding: 1.5rem 2rem;
}

.gform_wrapper.gravity-theme form .gform_footer button svg.svg-inline--fa {
  margin: -0.3em 0;
}


/* Contact Form - Gravity Forms */

.gform_wrapper.gravity-theme form.contact-form .gform_fields {
  margin-bottom: 3rem;
}

.gform_wrapper.gravity-theme form.contact-form .gfield input[type="text"],
.gform_wrapper.gravity-theme form.contact-form .gfield input[type="email"],
.gform_wrapper.gravity-theme form.contact-form .gfield textarea,
.gform_wrapper.gravity-theme form.contact-form .gfield select {
  font-size: 1.8rem;
  border-radius: var(--border-radius-curve);
}

.contact-form .btn-submit {
  border-radius: var(--border-radius-default);
}


/* Gravity Forms - Validation Error */

.gform_validation_error ol li::before {
  display: none;
}

.gform_wrapper.gravity-theme form.contact-form .gfield_validation_message,
.gform_wrapper.gravity-theme form.contact-form .validation_message {
  border-radius: var(--border-radius-curve);
}


/* Gravity Forms - Confirmation Message */

.gform_confirmation_wrapper .gform_confirmation_message {
  border: 0.1rem solid var(--color-primary);
  border-radius: var(--border-radius-curve);
  padding: 2.5rem;
}


/* CTA Form - Gravity Forms - Footer */

footer .gform_wrapper.gravity-theme {
  width: 100%;
}

@media (min-width: 576px) {
  footer .gform_wrapper.gravity-theme form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

footer .gform_wrapper.gravity-theme form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer .gform_wrapper.gravity-theme .gform_footer button,
footer .gform_wrapper.gravity-theme .gform_footer input,
footer .gform_wrapper.gravity-theme .gform_page_footer button,
footer .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
}


/* IE11 and below only */

footer .gravity-theme.gform_wrapper.gf_browser_ie form .gform_fields .gfield {
  border-width: 0;
}


/************************
/* Select2 select box
*************************/

span.select2-results {
  background-color: transparent;
}

span.select2-results ul li::before {
  display: none;
}

.select2-container .select2-selection--single {
  font-size: 1.8rem;
  border: 1px solid var(--color-primary-25p);
  color: var(--color-primary);
  background-color: transparent;
  display: block;
  padding: 1.5rem;
  border-radius: var(--border-radius-curve);
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 0;
  color: var(--color-primary-75p);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: '\f078';
  font-family: var(--font-icon-pro);
  font-weight: var(--weight-light);
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow svg {
  width: 2rem;
  height: 2rem;
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-dropdown {
  background-color: var(--bg-color-grey-light);
  border: 0px solid var(--color-primary);
}

.select2-container--default .select2-results>.select2-results__options {
  border: 1px solid var(--color-primary-25p);
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: var(--color-primary-75p);
}

.select2-container--default .select2-dropdown--below .select2-results>.select2-results__options {
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

.select2-container--default .select2-dropdown--above .select2-results>.select2-results__options {
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
}

.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
  border-top: 1px solid transparent;
}

.select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
  border-bottom: 1px solid transparent;
}

.select2-results__option {
  padding: 0.5rem 1.5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: var(--color-primary-50p);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: var(--color-secondary);
}


/* Select2 - Validation Error */

.gform_wrapper.gravity-theme form .gfield_error .select2-dropdown .select2-results>.select2-results__options {
  border-color: var(--color-warning) !important;
}


/** 
* Content Item - Images Hero
* --------------------------
*/

.section {
  position: relative;
}

.content-item-images-hero {
  width: 100%;
}

.content-item-images-hero .slider {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.content-item-images-hero .slider-inner .slide {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-size: 0%;
}

@media (min-width: 768px) {
  .content-item-images-hero .slider-inner .slide {
      background-position: left bottom;
      /* background-size: 75%; */
      background-size: contain;
  }
}

@media (min-width: 992px) {
  .content-item-images-hero .slider-inner .slide {
      background-position: left center;
  }
}

@media (min-width: 1200px) {
  .content-item-images-hero .slider-inner .slide {
      background-position: left top;
      height: 90vh;
      /* margin-bottom: -5%; */
  }
}

.content-item-images-hero .slider-inner .slide:nth-of-type(1) .slide-img {
  background-position-x: calc(120% - 1.5rem);
  background-size: 200%;
}

.content-item-images-hero .slide .slide-body-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .content-item-images-hero .slide .slide-body-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
  }
}

.content-item-images-hero .slide .slide-body {
  width: 100%;
  max-width: 540px;
}

@media (min-width: 768px) {
  .content-item-images-hero .slide .slide-body {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-item-images-hero .slide .slide-body {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-item-images-hero .slide .slide-body {
      max-width: 1140px;
  }
}

.content-item-images-hero .slide .slide-body .slide-body-inner {
  width: 100%;
  margin-left: auto;
  text-align: right;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .content-item-images-hero .slide .slide-body .slide-body-inner {
      margin-bottom: 0;
      width: 50%;
  }
}


/* Content Image - Hero - Slider Nav */

.content-item-images-hero .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-item-images-hero .slider-nav .slider-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-item-images-hero .slider-nav .slick-arrow {
  background-color: transparent;
  color: var(--color-grey-lightest);
  position: relative;
  height: 3rem;
  width: 3rem;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.content-item-images-hero .slider-nav .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content-item-images-hero .slider-nav .slick-arrow.slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-item-images-hero .slider-nav .slick-arrow.slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.content-item-images-hero .slider-nav .slick-arrow.slick-prev::before,
.content-item-images-hero .slider-nav .slick-arrow.slick-next::before {
  font-family: var(--font-icon-pro);
  font-weight: var(--weight-default);
  display: none;
}

.content-item-images-hero .slider-nav .slick-arrow.slick-prev::before {
  content: '\f053';
}

.content-item-images-hero .slider-nav .slick-arrow.slick-next::before {
  content: '\f054';
}

@media (max-width: 575.98px) {
  *[class^='container'] .slider-nav,
  *[class*=' container'] .slider-nav {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-arrow .svg-inline--fa {
  font-size: calc(var(--font-size-xs) * 1.25);
}


/** 
* Content Item - Images
* ---------------------
*/

.section>.container-fluid .content-item-images {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (max-width: 575px) {
  .section>*[class^="container"]:not([class^="container-fluid"]) .content-item-images,
  .section>*[class^="container"]:not([class*=" container-fluid"]) .content-item-images,
  .section>*[class*=" container"]:not([class^="container-fluid"]) .content-item-images,
  .section>*[class*=" container"]:not([class*=" container-fluid"]) .content-item-images,
  .section>.container-fluid-sm .content-item-images {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section>.container-fluid-md .content-item-images {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

@media (max-width: 991px) {
  .section>.container-fluid-lg .content-item-images {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .section>.container-fluid-xl .content-item-images {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

@media (max-width: 1499px) {
  .section>.container-fluid-xxl .content-item-images {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

@media (max-width: 1899px) {
  .section>.container-fluid-xxxl .content-item-images {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}

.content-item-images:not(:only-child) {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .content-item-images:not(:only-child) {
      margin-bottom: 0;
  }
}


/** 
* Cards
* -----
*/

.card {
  overflow: hidden;
  color: var(--color-primary);
  background-color: var(--color-white);
  height: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
}

.card-deck {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .card-deck-space-less-md-max {
    margin-right: -0.75px;
    margin-left: -0.75px;
  }

  .card-deck-space-less-md-max .card-deck-col {
    padding: 7.5px;
  }
}

.card-deck[class^="card-deck-type-thumbnail-slider"] .card-deck-slider,
.card-deck[class*=" card-deck-type-thumbnail-slider"] .card-deck-slider {
  width: 100%;
}

.card-deck-thumbnail-slider-simple .card {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}


/* Card - Typography */

@media (min-width: 992px) {
  .card-header:not(:last-child),
  .card-body:not(:last-child),
  .card-footer:not(:last-child) {
      margin-bottom: 0rem;
  }
}

.card .card-body {
  padding: 1.5rem;
}

.card .card-header {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.card .card-header:last-child {
  padding: 1.5rem;
}

.card .card-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.card .card-header>*:first-child {
  font-weight: var(--weight-bold);
}

.card .card-header>*:last-child {
  margin-bottom: 0;
}

.card.card-header-grow .card-header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

*[class^='card-deck-thumbnail'] .card-img,
*[class^='card-deck-thumbnail'] .card-img-top,
*[class*=' card-deck-thumbnail'] .card-img,
*[class*=' card-deck-thumbnail'] .card-img-top {
  padding: 2rem;
  height: 100%;
}

.card-icon-top {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.card-img-wrapper {
  overflow: hidden;
}

@media (min-width: 992px) {
  .card-img-wrapper:not(:last-child),
  .card-img-top:not(:last-child) {
      margin-bottom: 0;
  }
}

a.card .card-img-wrapper>*[class^="bg-img-"],
a.card .card-img-wrapper>*[class*=" bg-img-"],
a.card .card-img-wrapper>.card-img-top {
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

a.card:hover .card-img-wrapper>*[class^="bg-img-"],
a.card:hover .card-img-wrapper>*[class*=" bg-img-"],
a.card:hover .card-img-wrapper>.card-img-top {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card .card-title {
  font-weight: var(--weight-bold);
}

/* .page-content-archive-page .card .card-title {
    background-color: var(--color-primary);
    margin: -15px -15px 15px -15px !important;
    padding: 15px;
    color: white;
} */

.card .card-subtitle {
  font-size: var(--font-size-default);
}

@media (min-width: 992px) {
  .card .card-subtitle {
      font-size: 1.8rem;
  }
}

.card .card-text {
  margin-bottom: 0;
}

/* Custom height control for the Services page (#588) */
body.page-id-588 .card-img-top-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 15rem;
}

@media (min-width: 768px) {
  body.page-id-588 .card-img-top-wrapper {
    max-height: 30rem;
  }
}

/* Card Thumbnail - Steps */

.card-deck-thumbnail-steps .card-body {
  display: none;
  padding-bottom: 3rem;
}

@media (min-width: 576px) {
  .card-deck-thumbnail-steps .card-body {
      display: block;
  }
}

.card-deck-thumbnail-steps .card-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .card-deck-thumbnail-steps .card-header {
      padding-bottom: 0;
  }
}

.card-deck-thumbnail-steps .card-no-bg-bordered .card-header {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 576px) {
  .card-deck-thumbnail-steps .card-no-bg-bordered .card-header {
      padding-top: 3rem;
      padding-bottom: 0;
      text-align: left;
  }
}


/* Card - Final card in thumbnail-steps */

.card-no-bg-bordered {
  background-color: transparent;
  color: var(--color-white);
  border: 0.2rem solid var(--color-grey-light);
  position: relative;
}

.card-no-bg-bordered:hover,
.card-no-bg-bordered:focus,
.card-no-bg-bordered:active {
  color: var(--color-white);
}

.card-no-bg-bordered .card-body svg {
  font-size: 10em;
  margin-left: -1.5rem;
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.card-no-bg-bordered .numbered-list {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) {
  .card-no-bg-bordered .numbered-list {
      display: inline-block;
  }
}


/* Get in contact arrow animation */

@-webkit-keyframes arrowHover {
  0% {
      margin-left: -1.5rem;
  }
  10%,
  60% {
      margin-left: -2.5rem;
  }
  40% {
      margin-left: -1.5rem;
  }
  80% {
      margin-left: -2rem;
  }
  100% {
      margin-left: -1.5rem;
  }
}

@keyframes arrowHover {
  0% {
      margin-left: -1.5rem;
  }
  10%,
  60% {
      margin-left: -2.5rem;
  }
  40% {
      margin-left: -1.5rem;
  }
  80% {
      margin-left: -2rem;
  }
  100% {
      margin-left: -1.5rem;
  }
}

.card-no-bg-bordered:hover .card-body svg {
  -webkit-animation: arrowHover 800ms;
  animation: arrowHover 800ms;
}


/*
* Content Item - Thumbnails
* -------------------------
*/

@media (min-width: 992px) {
  .content-item-thumbnails:not(:last-child) .card-deck {
      margin-bottom: 1.5rem;
  }
}


/*
* Content Item - Text
* -------------------
*/

.content-item-text:not(:only-child) {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .content-item-text {
      margin-bottom: 0;
  }
}


/*
* Content Item - Testimonial
* --------------------------
*/

.content-item-testimonials .card-deck-type-thumbnail-slider {
  display: block;
}

.content-item-testimonials .card-body {
  padding: 3rem;
  font-family: var(--family-fancy);
  font-weight: var(--weight-bold);
}

.content-item-testimonials .card-body>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content-item-testimonials .card-title {
  padding: 0;
  font-size: var(--font-size-sm);
  font-weight: inherit;
  line-height: var(--line-single);
}

.content-item-testimonials .card-body ul[class^="list-inline"],
.content-item-testimonials .card-body ul[class*=" list-inline"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  max-width: 20rem;
}

@media (min-width: 992px) {
  .content-item-testimonials .card-body ul[class^="list-inline"],
  .content-item-testimonials .card-body ul[class*=" list-inline"] {
      max-width: 30rem;
  }
}

.content-item-testimonials .card-body ul[class^="list-inline"]>li,
.content-item-testimonials .card-body ul[class*=" list-inline"]>li {
  width: 20%;
  padding: 0 0.75rem;
  font-size: var(--font-size-default);
  margin-bottom: 0;
}

.content-item-testimonials .card-body ul[class^="list-inline"]>li:not(:last-child),
.content-item-testimonials .card-body ul[class*=" list-inline"]>li:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 992px) {
  .content-item-testimonials .card-body ul[class^="list-inline"]>li,
  .content-item-testimonials .card-body ul[class*=" list-inline"]>li {
      font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .content-item-testimonials .card-body ul[class^="list-inline"]>li,
  .content-item-testimonials .card-body ul[class*=" list-inline"]>li {
      font-size: 2.5rem;
  }
}

.content-item-testimonials .card-body>blockquote {
  font-family: var(--family-default);
  font-size: var(--font-size-default);
}

@media (min-width: 992px) {
  .content-item-testimonials .card-body>blockquote {
      font-size: 2rem;
  }
}

.content-item-testimonials .card-body>blockquote::before,
.content-item-testimonials .card-body>blockquote::after {
  content: '"';
}

.content-item-testimonials .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: var(--font-size-xs);
  font-weight: inherit;
  margin-top: -1rem;
}

@media (min-width: 992px) {
  .content-item-testimonials .card-text {
      font-size: var(--font-size-sm);
  }
}

.content-item-testimonials .card-text span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-item-testimonials .card-text .src-icon {
  margin-left: 1rem;
}


/*
* Slick
* -----
*/

.slick-slider.slick-initialized .slick-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-deck-thumbnail-slider-simple .slick-list .slick-track {
  margin-bottom: 2rem;
}

.card-deck-thumbnail-slider-simple .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-deck-thumbnail-slider .card-deck-slider,
.card-deck-thumbnail-slider-simple .card-deck-slider {
  position: relative;
  overflow: hidden;
}

.card-deck-thumbnail-slider .card-deck-slider-inner,
.card-deck-thumbnail-slider-simple .card-deck-slider-inner {
  position: relative;
}

/* Slick Dots */

.slick-dots {
  margin: 0.75rem -0.5rem;
}

@media (min-width: 992px) {
  .slick-dots {
      margin: 1.5rem -0.5rem;
  }
}

.slick-dots li::before {
  display: none;
}

.slick-dots li button:before {
  opacity: 0;
  visibility: hidden;
}

.slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-secondary-50p);
}

.slick-dots li.slick-active button {
  background-color: var(--color-secondary);
  height: 0.6rem;
  width: 0.6rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .slick-dots li button {
      height: 1rem;
      width: 1rem;
  }
  .slick-dots li.slick-active button {
      height: 1rem;
      width: 1rem;
  }
}

section:not(.bg-grey-lightest) .slick-dots li button {
  background-color: var(--color-white-50p);
}

section:not(.bg-grey-lightest) .slick-dots li.slick-active button {
  background-color: var(--color-white);
}


/** 
* Pagination
* ----------
*/

.list-page-numbers a,
.list-page-numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--family-fancy);
  font-size: 1.4rem;
  padding: 0.25rem 1rem;
  color: inherit;
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
  vertical-align: text-bottom;
}

.list-page-numbers li {
  color: var(--color-blue-light);
  -webkit-transition: var(--transition-quick-ease);
  -o-transition: var(--transition-quick-ease);
  transition: var(--transition-quick-ease);
}

.list-page-numbers .page-numbers {
  position: relative;
}

.list-page-numbers .page-numbers:hover {
  color: var(--color-primary);
}

.list-page-numbers .prev svg,
.list-page-numbers .next svg {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.list-page-numbers .page-numbers::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 0.3rem;
  width: 100%;
  min-width: 0.3rem;
  border-radius: 500px;
  background-color: var(--color-primary-50p);
  -webkit-transition: var(--transition-quick-ease);
  -o-transition: var(--transition-quick-ease);
  transition: var(--transition-quick-ease);
}

.list-page-numbers .page-numbers:not(.current)::after {
  left: calc(50% - 0.15rem);
  max-width: 0.3rem;
}

.list-page-numbers .page-numbers:not(.current):hover::after {
  left: 0;
  max-width: unset;
}

.list-page-numbers .page-numbers:not(.current) {
  cursor: pointer;
}

.list-page-numbers .page-numbers:not(.current) a {
  font-size: 0.001rem;
}

.list-page-numbers .page-numbers:not(.current):hover a {
  font-size: 1.4rem;
}


/** 
* CTA areas
* -----------------
*/

.cta-area {
  padding: 5rem 0;
}


/**
* Page Content
* ------------
*/

.page-content {
position: relative;
}

/* Page Content - Section Seperator */
.page-content .section-separator:first-child {
position: absolute;
top: 0;
right: 0;
left: 0;
}

.page-content .section-separator:first-child + .section {
color: var(--color-primary) !important;
background-color: transparent !important;
}

@media (min-width: 768px) {
.page-content .section-separator[class^="section-separator-top"]:first-child + .section.separator-top-offset,
.page-content .section-separator[class*=" section-separator-top"]:first-child + .section.separator-top-offset {
  margin-top: -4.5rem;
}
}

@media (min-width: 992px) {
.page-content .section-separator[class^="section-separator-top"]:first-child + .section.separator-top-offset,
.page-content .section-separator[class*=" section-separator-top"]:first-child + .section.separator-top-offset {
  margin-top: -9rem;
}
}

.page-content .content-area.has-box {
padding: 3rem;
}

@media (min-width: 992px) {
.page-content .content-area.has-box {
  padding: 4.5rem;
}
}

.page-content .content-area.has-box::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
left: 15px;
border-radius: var(--border-radius-default);
background-color: var(--color-grey-lightest);
}

.page-content .content-area.has-box > .row {
z-index: 1;
position: relative;
}


/**
 * Page Content: Archives
 * ----------------------
 */

/* Archives - Teams */
@media (max-width: 575px) {
  .page-content-archive-team .card-deck .card .card-header,
  .page-content-archive-team .card-deck .card .card-body {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* Archives - Tools */
.content-item-archive-tool .card-img-wrapper .bg-img-cover-center {
  background-repeat: no-repeat; /* Prevent repeating */
  background-position: center; /* Center the image within the container */
}

.content-item-archive-tool .card-img-wrapper.svg-small .bg-img-cover-center {
  background-size: 35%;
}

.content-item-archive-tool .card-img-wrapper.svg-medium .bg-img-cover-center {
  background-size: 55%;
}

.content-item-archive-tool .card-img-wrapper .bg-img-cover-center,
.content-item-archive-tool .card-img-wrapper.svg-large .bg-img-cover-center {
  background-size: 75%; 
}

.content-item-archive-tool .card-img-wrapper.svg-xl .bg-img-cover-center {
  background-size: 85%; 
}

/**
* Page Content Header
* -------------------
*/

@media (max-width: 767px) {
.page-content-header .content-col-left + .content-col-right {
  margin-top: 3rem;
}
}

/* Page Content Header - SVGs */
.page-content-header .svg-container {
width: 60%;
margin: 0 auto;
}

@media (min-width: 768px) {
.page-content-header .svg-container {
  margin-right: 0;
}

.page-content-header .section-row.flex-md-row-reverse .svg-container {
  margin-left: 0;
}
}


/**
* Header
* ---------------
*/

header .header-main {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02) !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02) !important;
}


/* Header - Wrappers */

.header-primary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .header-phone-wrapper {
      display: none;
  }
}

.header-brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .header-brand-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
  }
}

.menu-container .menu-item::before {
  display: none;
}


/* Header - Main */

@media (min-width: 992.01px) {
  .navbar-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

header .header-main .navbar-brand.brand {
  display: block;
  width: 5rem;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  header .header-main .navbar-brand.brand {
      width: 15rem;
      margin-right: 2rem;
  }
}

.navbar {
  padding: 0;
  background: var(--color-grey-light);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
      padding-right: 15px;
      padding-left: 15px;
  }
}

.header-main {
  width: 100%;
  text-transform: uppercase;
}

.header-main .navbar-toggler:last-child {
  margin-right: 0;
  padding: 0;
}

.header-main .navbar-toggler:last-child svg path {
  fill: #B2C98C;
}

.header-main .menu-container .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  position: relative;
  font-size: 1.5rem;
}

.header-main .menu-container .menu a {
  font-weight: var(--weight-bold);
  font-family: var(--family-fancy);
}

.header-main .menu-container>.menu>.menu-item>a {
  padding: 4.5rem 2rem;
}

.header-main .navbar-menu .search-box-wrapper {
  margin-right: 3rem;
}

.header-main ul>li ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-main .sub-menu .menu-item a {
  padding: 1rem 1.5rem;
}

.header-main .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-transform: none;
  top: 100%;
  right: 0;
  z-index: -1;
  margin-top: -1.5rem;
  padding: 0;
  background-color: #B6C684;
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
}

.header-main .menu-item-has-children:hover .sub-menu,
.header-main .menu-item-has-children:hover .sub-menu,
.header-main .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}


/* IE11 and below only */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .header-main .sub-menu {
      min-width: 10rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
}

.header-main .menu .menu-item::before,
.header-main .menu .menu-item-has-children::before,
.header-main .menu .current-menu-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  right: 0;
  width: calc(100% - 4rem);
  height: 10px;
  margin-left: 0;
  background: var(--color-secondary);
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
}

.header-main .menu .menu-item::before,
.header-main .menu .menu-item-has-children::before {
  opacity: 0;
  visibility: hidden;
}

.header-main .menu-item:hover:before,
.header-main .menu-item:focus:before,
.header-main .menu-item:active:before,
.header-main .menu-item.current-menu-item:before,
.header-main .menu-item-has-children:hover:before,
.header-main .menu-item-has-children:focus:before,
.header-main .menu-item-has-children:active:before,
.header-main .menu-item-has-children.current-menu-item:before,
.header-main .menu-item-has-children.current-menu-parent:before {
  opacity: 1;
  visibility: visible;
}

.header-main .menu,
.header-main .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;    
  margin-bottom: 0;
}

@media all and (min-width: 992px) {
  .header-main .sub-menu {
    width: 200px;
  }
}

.header-main .menu {
  margin-left: -2rem;
  margin-right: -2rem;
}

.header-main .menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}

.header-main .menu-item-has-children .sub-menu .menu-item a {
  width: 100%;
  padding: 1rem 2rem;
  text-align: right;
}

.header-main .menu-item-has-children .sub-menu .menu-item:first-child a {
  padding-top: 2rem;
}

.header-main .menu-item-has-children .sub-menu .menu-item:last-child a {
  padding-bottom: 2rem;
}

.header-main .menu-item-has-children .sub-menu .menu-item a:hover,
.header-main .menu-item-has-children .sub-menu .menu-item a:focus,
.header-main .menu-item-has-children .sub-menu .menu-item a:active,
.header-main .menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  color: var(--color-primary);
  text-decoration: underline;
}


/* Search box stylings */

.search-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
  border: 0.1rem solid transparent;
}

.search-box.search-box-open {
  border: 0.1rem solid var(--color-secondary);
}

.search-box input {
  padding: 0 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
  background-color: transparent;
  border: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.search-box.search-box-open input {
  width: 17.5rem;
  opacity: 1;
  visibility: visible;
}

.search-box:focus {
  border-color: var(--color-primary);
}

input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}

.page-content-search .search-box-wrapper {
  margin-left: auto;
  width: 50%;
}

.page-content-search .search-box,
.page-content-search .search-box form {
  width: 100%;
}

.page-content-search .search-box.search-box-open input {
  width: 100%;
}


/**
* Header drawer (mobile navigation)
* ----------------------------------
*/

.header-drawer {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  width: 50%;
  height: calc(100vh - 70px);
  min-width: 320px;
  max-width: 400px;
  font-size: var(--font-size-sm);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  padding: 0 3rem 3rem 3rem;
  background-color: var(--color-grey-light);
}

.header-drawer>*:not(:last-child) {
  margin-bottom: 2rem;
}

body.admin-bar .header-drawer {
  top: calc(70px + var(--wp-admin-bar-height));
  height: calc(100vh - 70px - var(--wp-admin-bar-height));
}

.header-drawer .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-drawer-open body {
  overflow: hidden;
}

.header-drawer ul {
  width: 100%;
}

.header-drawer .menu {
  text-align: right;
  border-top: 0.025rem solid var(--color-secondary);
}

.header-drawer .menu .menu-item a {
  font-weight: var(--weight-bold);
  font-size: var(--font-size-sm);
}

.header-drawer .menu .menu-item a:hover,
.header-drawer .menu .menu-item a:active,
.header-drawer .menu .menu-item a:focus,
.header-drawer .menu .menu-item.current-menu-item > a,
.header-drawer .menu .menu-item.current-menu-parent > a {
  color: var(--color-secondary);
}

.header-drawer .menu>.menu-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 0.025rem solid var(--color-secondary);
}

.header-drawer .menu-type-collapse .menu-item {
  margin-left: 0;
  margin-right: 0;
}

.header-drawer .menu-type-collapse .menu-item a {
  margin-left: -1rem;
  margin-right: -1rem;
}

.header-drawer .menu-item-has-children>*:not(:last-child) {
  display: inline-block;
}

.header-drawer .menu-type-collapse .sub-menu {
  margin: 0;
  padding: 0.5rem 0;
}

.header-drawer .sub-menu>.menu-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  text-transform: none;
}

.menu-type-collapse .menu-item-has-children>a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.header-drawer .btn-unstyled.collapsed .fa-plus,
.header-drawer .btn-unstyled:not(.collapsed) .fa-minus {
  vertical-align: 0;
  width: 3rem;
  color: var(--color-primary);
}

.header-drawer .btn-unstyled:not(.collapsed) .fa-plus,
.header-drawer .btn-unstyled.collapsed .fa-minus {
  vertical-align: 0;
  width: 1px;
}

.header-drawer .menu>.menu-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top-color: transparent;
}

.header-drawer .sub-menu .menu-item a:hover,
.header-drawer .sub-menu .menu-item a:active,
.header-drawer .sub-menu .menu-item a:focus,
.header-drawer .sub-menu .menu-item.current-menu-item > a,
.header-drawer .sub-menu .menu-item.current-menu-parent > a {
  text-decoration: underline;
}

.header-drawer .search-box-wrapper {
  margin-bottom: 1.5rem;
}

/* Content area next to header drawer */

.side-content {
  position: absolute;
  height: calc(100vh - 100%);
  top: 100%;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
}

@media (min-width: 768px) {
.side-content {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
}

body.header-drawer-open .side-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}


/* Custom Button for header drawer */

span.fa-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
}

body.header-drawer-open .header-main .navbar-toggler .fa-bars,
body:not(.header-drawer-open) .header-main .navbar-toggler .fa-times {
  width: 0.1px;
  opacity: 0;
  visibility: hidden;
}

body:not(.header-drawer-open) .header-main .navbar-toggler .fa-bars,
body.header-drawer-open .header-main .navbar-toggler .fa-times {
  opacity: 1;
  visibility: visible;
}

body:not(.header-drawer-open) .header-main .navbar-toggler .fa-bars {
  width: 3.5rem;
}

.bar {
  display: block;
  width: 3.5rem;
  height: 0.6rem;
  background-color: #B2C98C;
}

.bar.upper {
  margin-bottom: 0.5rem
}

.bar.lower {
  width: 1.75rem;
}


/**
* Footer
* ---------------
*/

footer {
  font-size: var(--font-size-default);
}

footer .footer-inner {
  padding: 5rem 0;
  border-top: 0.1rem solid var(--color-black-25p);
}

footer .footer-inner > *:not(:last-child) {
  margin-bottom: 3rem;
}

footer .cta-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2F2F2;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12);
}

footer .cta-area * {
  margin-bottom: 0;
}

footer .cta-area>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .cta-area>*:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  font-weight: var(--weight-bold);
}

footer .cta-area>*:last-child {
  width: 100%;
}

@media (min-width: 576px) {
  footer .cta-area>*:first-child {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 0;
  }
  footer .cta-area>*:first-child,
  footer .cta-area>*:last-child {
      width: 50%;
  }
}

footer .cta-area svg path {
  fill: var(--color-blue-light);
}

footer .card.card-type-thumbnail {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Input box stylings */

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
}

.input-box input {
  padding: 1rem 1.5rem;
  width: 100%;
  font-size: 1.4rem;
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
  background-color: transparent;
  border: 0.15rem solid var(--color-primary);
}

@media (max-width: 575.5px) {
  .input-box {
      display: block;
  }
  .input-box>* {
      display: block;
  }
  .input-box input {
      height: auto;
  }
  .input-box .btn {
      width: 100%;
  }
}


/* SVG paddings */

.brand-logo {
  padding-top: 27%;
}

.brand-logo-link {
  display: block;
  width: 18rem;
}

.brand-logo-icon {
  padding-top: 100%;
}

.brand-logo-icon-link {
  display: block;
  width: 5rem;
}

.data-desk-icon {
  padding-top: 70%;
}

.person-coin {
  padding-top: 53.7%;
}

.man-lightbulb {
  padding-top: 160%;
}

.xero-lady {
  padding-top: 179%;
}

.svg-fixed-width {
  width: 30rem;
}

.svg-inline--fa {
  height: 1.2em;
}


/********************
/* Swiper Styles - Testing */


/******************** */

@media (max-width: 576.01px) {
  .swiper-container {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      z-index: 1
  }
  .swiper-container.card-deck .swiper-wrapper .card-deck-col {
      margin-bottom: 0;
  }
  .swiper-container-no-flexbox .swiper-slide {
      float: left
  }
  .swiper-container-vertical>.swiper-wrapper {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column
  }
  .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  .swiper-container-multirow>.swiper-wrapper {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  .swiper-container-free-mode>.swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out;
      margin: 0 auto
  }
  .swiper-slide {
      -webkit-flex-shrink: 0;
      -ms-flex: 0 0 auto;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
      height: auto
  }
  .swiper-container-autoheight .swiper-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-transition-property: -webkit-transform, height;
      -webkit-transition-property: height, -webkit-transform;
      transition-property: height, -webkit-transform;
      -o-transition-property: transform, height;
      transition-property: transform, height;
      transition-property: transform, height, -webkit-transform
  }
  .swiper-container .swiper-notification {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      z-index: -1000
  }
  .swiper-wp8-horizontal {
      -ms-touch-action: pan-y;
      touch-action: pan-y
  }
  .swiper-wp8-vertical {
      -ms-touch-action: pan-x;
      touch-action: pan-x
  }
  .swiper-button-next,
  .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      right: 10px;
      left: auto
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
  }
  .swiper-pagination {
      position: absolute;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10
  }
  .swiper-pagination.swiper-pagination-hidden {
      opacity: 0
  }
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
      bottom: 3rem;
      left: 0;
      width: 100%;
  }
  .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 100%;
      background: #000;
      opacity: .2
  }
  button.swiper-pagination-bullet {
      border: none;
      margin: 0;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -webkit-appearance: none;
      appearance: none
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer
  }
  .swiper-pagination-white .swiper-pagination-bullet {
      background: #fff
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
      background: #fff
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
      background: #000
  }
  .swiper-container-vertical>.swiper-pagination-bullets {
      right: 10px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0)
  }
  .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 5px 0;
      display: block
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px
  }
  .swiper-pagination-progress {
      background: rgba(0, 0, 0, .25);
      position: absolute
  }
  .swiper-pagination-progress .swiper-pagination-progressbar {
      background: #007aff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top
  }
  .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top
  }
  .swiper-container-horizontal>.swiper-pagination-progress {
      width: 100%;
      height: 4px;
      left: 0;
      top: 0
  }
  .swiper-container-vertical>.swiper-pagination-progress {
      width: 4px;
      height: 100%;
      left: 0;
      top: 0
  }
  .swiper-pagination-progress.swiper-pagination-white {
      background: rgba(255, 255, 255, .5)
  }
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
      background: #fff
  }
  .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
      background: #000
  }
  .swiper-container-3d {
      -webkit-perspective: 1500px;
      -o-perspective: 1500px;
      perspective: 1500px
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10
  }
  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
      -ms-perspective: 1200px
  }
  .swiper-container-cube,
  .swiper-container-flip {
      overflow: visible
  }
  .swiper-container-cube .swiper-slide,
  .swiper-container-flip .swiper-slide {
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 1
  }
  .swiper-container-cube .swiper-slide .swiper-slide,
  .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
      z-index: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }
  .swiper-container-cube .swiper-slide {
      visibility: hidden;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
      width: 100%;
      height: 100%
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next+.swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
      pointer-events: auto;
      visibility: visible
  }
  .swiper-container-cube .swiper-cube-shadow {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .6;
      /* -webkit-filter: blur(50px);
filter: blur(50px); */
      z-index: 0
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out
  }
  .swiper-container-fade .swiper-slide {
      pointer-events: none;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
      pointer-events: none
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
  }
  .swiper-zoom-container {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center
  }
  .swiper-zoom-container>canvas,
  .swiper-zoom-container>img,
  .swiper-zoom-container>svg {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain
  }
  .swiper-scrollbar {
      border-radius: 10px;
      position: relative;
      -ms-touch-action: none;
      background: rgba(0, 0, 0, .1)
  }
  .swiper-container-horizontal>.swiper-scrollbar {
      position: absolute;
      left: 1%;
      bottom: 3px;
      z-index: 50;
      height: 5px;
      width: 98%
  }
  .swiper-container-vertical>.swiper-scrollbar {
      position: absolute;
      right: 3px;
      top: 1%;
      z-index: 50;
      width: 5px;
      height: 98%
  }
  .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: rgba(0, 0, 0, .5);
      border-radius: 10px;
      left: 0;
      top: 0
  }
  .swiper-scrollbar-cursor-drag {
      cursor: move
  }
  .swiper-lazy-preloader {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -21px;
      margin-top: -21px;
      z-index: 10;
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
      -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
      animation: swiper-preloader-spin 1s steps(12, end) infinite
  }
  .swiper-lazy-preloader:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-position: 50%;
      background-size: 100%;
      background-repeat: no-repeat
  }
  .swiper-lazy-preloader-white:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
  }
  @-webkit-keyframes swiper-preloader-spin {
      100% {
          -webkit-transform: rotate(360deg)
      }
  }
  @keyframes swiper-preloader-spin {
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
      }
  }
  .swiper-container {
      width: 100%;
      padding-bottom: 6rem;
  }
  .swiper-slide img {
      display: block;
      margin: auto;
  }
  .swiper-slide {
      width: 300px;
  }
  .swiper-slide .slider-image .preview-icon {
      z-index: -1;
      width: calc(100% - 30px);
  }
  .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
      opacity: 1;
      z-index: 1;
  }

  .swiper-pagination-bullet {
      background: var(--color-secondary-50p);
      border-radius: var(--border-radius-curve);
      display: inline-block;
      height: 0.6rem;
      width: 0.6rem;
      opacity: 1;
      visibility: visible;
      -webkit-transition: var(--transition-quick-ease);
      -o-transition: var(--transition-quick-ease);
      transition: var(--transition-quick-ease);
  }
  .swiper-pagination-bullet-active {
      background-color: var(--color-secondary);
      height: 0.6rem;
      width: 0.6rem;
      opacity: 1;
      visibility: visible;
  }
  section:not(.bg-grey-lightest) .swiper-pagination-bullet {
      background-color: var(--color-white-50p);
  }
  section:not(.bg-grey-lightest) .swiper-pagination-bullet-active {
      background-color: var(--color-white);
  }
}


/* Remove the transform when slick is reinitialized */

.swiper-wrapper.slick-initialized .swiper-slide {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}


/*
*  Pagination numbers
*/

.content-area:not(:first-child) .content-item-pagination {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  .content-area:not(:first-child) .content-item-pagination {
      margin-top: 8rem;
  }
}

.content-item-pagination ul.page-numbers li {
  padding: 0.5rem;
}

.content-item-pagination ul.page-numbers .page-numbers {
  position: relative;
}

.content-item-pagination ul.page-numbers li .page-numbers.dots {
  font-size: 2.5rem;
}

.content-item-pagination ul.page-numbers li .page-numbers:not(.next):not(.prev):not(.dots)::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 0.5rem;
  width: 100%;
  min-width: 0.5rem;
  border-radius: 50px;
  background-color: var(--color-primary-25p);
  -webkit-transition: var(--transition-quick-ease);
  -o-transition: var(--transition-quick-ease);
  transition: var(--transition-quick-ease);
}

.content-item-pagination ul.page-numbers li span.page-numbers:not(.next):not(.prev):not(.dots) {
  padding-bottom: 0.5rem;
  font-weight: var(--weight-bold);
}

.content-item-pagination ul.page-numbers li span.page-numbers:not(.next):not(.prev):not(.dots)::after {
  height: 0.3rem;
  color: var(--color-primary-50p);
  background-color: var(--color-primary-50p);
}

.content-item-pagination ul.page-numbers li a.page-numbers:not(.next):not(.prev):not(.dots) {
  padding-bottom: calc(0.3rem + var(--font-size-sm));
}

.content-item-pagination ul.page-numbers li a.page-numbers:not(.next):not(.prev):not(.dots)::after {
  left: calc(50% - 0.15rem);
  max-width: 0.5rem;
}

.content-item-pagination ul.page-numbers li:hover a.page-numbers:not(.next):not(.prev):not(.dots) {
  padding-bottom: 0.5rem;
}

.content-item-pagination ul.page-numbers li:hover a.page-numbers:not(.next):not(.prev):not(.dots)::after {
  left: 0;
  height: 0.3rem;
  max-width: none;
  background-color: var(--color-primary-50p);
}

.content-item-pagination ul.page-numbers li span,
.content-item-pagination ul.page-numbers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--family-fancy);
  font-size: var(--font-size-sm);
  padding: 0.25rem 1rem;
  color: var(--color-primary-50p);
  -webkit-transition: all var(--transition-quick-ease);
  -o-transition: all var(--transition-quick-ease);
  transition: all var(--transition-quick-ease);
  vertical-align: text-bottom;
}

.content-item-pagination ul.page-numbers li a:hover,
.content-item-pagination ul.page-numbers li a:focus,
.content-item-pagination ul.page-numbers li a:active {
  color: var(--color-primary);
}

.content-item-pagination ul.page-numbers li a:not(.next):not(.prev):not(.dots) {
  font-size: 0;
}

.content-item-pagination ul.page-numbers li:hover a:not(.next):not(.prev):not(.dots) {
  font-size: var(--font-size-sm);
}

.content-item-pagination ul.page-numbers .prev svg,
.content-item-pagination ul.page-numbers .next svg {
  -webkit-transform: translate(0, calc(100% - 0.5rem));
      -ms-transform: translate(0, calc(100% - 0.5rem));
          transform: translate(0, calc(100% - 0.5rem));
  width: 1em;
}


/*
*  Post next steps
*/

.post-return.btn-link-has-arrow::after {
  content: '';
  font-family: inherit;
  display: none;
}

.post-return.btn-link-has-arrow::before {
  content: '\f30a';
  font-family: var(--font-icon-pro);
  font-weight: 900;
  display: none;
}

.post-return.btn-link-has-arrow svg.svg-inline--fa.fa-w-14 {
  margin-right: 1.5rem;
  margin-left: 0;
}


/**
* These styles will remove the margin top effect for any content-item that wraps to a new row
*/

@media (min-width: 768px) {
  .content-item.col-md-1+.content-item.col-md-12,
  .content-item.col-md-2+.content-item.col-md-11,
  .content-item.col-md-2+.content-item.col-md-12,
  .content-item.col-md-3+.content-item.col-md-10,
  .content-item.col-md-3+.content-item.col-md-11,
  .content-item.col-md-3+.content-item.col-md-12,
  .content-item.col-md-4+.content-item.col-md-9,
  .content-item.col-md-4+.content-item.col-md-10,
  .content-item.col-md-4+.content-item.col-md-11,
  .content-item.col-md-4+.content-item.col-md-12,
  .content-item.col-md-5+.content-item.col-md-8,
  .content-item.col-md-5+.content-item.col-md-9,
  .content-item.col-md-5+.content-item.col-md-10,
  .content-item.col-md-5+.content-item.col-md-11,
  .content-item.col-md-5+.content-item.col-md-12,
  .content-item.col-md-6+.content-item.col-md-7,
  .content-item.col-md-6+.content-item.col-md-8,
  .content-item.col-md-6+.content-item.col-md-9,
  .content-item.col-md-6+.content-item.col-md-10,
  .content-item.col-md-6+.content-item.col-md-11,
  .content-item.col-md-6+.content-item.col-md-12,
  .content-item.col-md-7+.content-item.col-md-6,
  .content-item.col-md-7+.content-item.col-md-7,
  .content-item.col-md-7+.content-item.col-md-8,
  .content-item.col-md-7+.content-item.col-md-9,
  .content-item.col-md-7+.content-item.col-md-10,
  .content-item.col-md-7+.content-item.col-md-11,
  .content-item.col-md-7+.content-item.col-md-12,
  .content-item.col-md-8+.content-item.col-md-5,
  .content-item.col-md-8+.content-item.col-md-6,
  .content-item.col-md-8+.content-item.col-md-7,
  .content-item.col-md-8+.content-item.col-md-8,
  .content-item.col-md-8+.content-item.col-md-9,
  .content-item.col-md-8+.content-item.col-md-10,
  .content-item.col-md-8+.content-item.col-md-11,
  .content-item.col-md-8+.content-item.col-md-12,
  .content-item.col-md-9+.content-item.col-md-4,
  .content-item.col-md-9+.content-item.col-md-5,
  .content-item.col-md-9+.content-item.col-md-6,
  .content-item.col-md-9+.content-item.col-md-7,
  .content-item.col-md-9+.content-item.col-md-8,
  .content-item.col-md-9+.content-item.col-md-9,
  .content-item.col-md-9+.content-item.col-md-10,
  .content-item.col-md-9+.content-item.col-md-11,
  .content-item.col-md-9+.content-item.col-md-12,
  .content-item.col-md-10+.content-item.col-md-3,
  .content-item.col-md-10+.content-item.col-md-4,
  .content-item.col-md-10+.content-item.col-md-5,
  .content-item.col-md-10+.content-item.col-md-6,
  .content-item.col-md-10+.content-item.col-md-7,
  .content-item.col-md-10+.content-item.col-md-8,
  .content-item.col-md-10+.content-item.col-md-9,
  .content-item.col-md-10+.content-item.col-md-10,
  .content-item.col-md-10+.content-item.col-md-11,
  .content-item.col-md-10+.content-item.col-md-12,
  .content-item.col-md-11+.content-item.col-md-2,
  .content-item.col-md-11+.content-item.col-md-3,
  .content-item.col-md-11+.content-item.col-md-4,
  .content-item.col-md-11+.content-item.col-md-5,
  .content-item.col-md-11+.content-item.col-md-6,
  .content-item.col-md-11+.content-item.col-md-7,
  .content-item.col-md-11+.content-item.col-md-8,
  .content-item.col-md-11+.content-item.col-md-9,
  .content-item.col-md-11+.content-item.col-md-10,
  .content-item.col-md-11+.content-item.col-md-11,
  .content-item.col-md-11+.content-item.col-md-12,
  .content-item.col-md-12+.content-item.col-md-1,
  .content-item.col-md-12+.content-item.col-md-2,
  .content-item.col-md-12+.content-item.col-md-3,
  .content-item.col-md-12+.content-item.col-md-4,
  .content-item.col-md-12+.content-item.col-md-5,
  .content-item.col-md-12+.content-item.col-md-6,
  .content-item.col-md-12+.content-item.col-md-7,
  .content-item.col-md-12+.content-item.col-md-8,
  .content-item.col-md-12+.content-item.col-md-9,
  .content-item.col-md-12+.content-item.col-md-10,
  .content-item.col-md-12+.content-item.col-md-11,
  .content-item.col-md-12+.content-item.col-md-12 {
      margin-top: 0;
  }
}
@media (max-width:768px) {
  .liability-text {
    text-align: center !important;
  }
}


/**
 * Lists: Our Tools
 * ----------------
 */

.list-our-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-our-tools .list-item {
  margin: 0.36em 0.16em !important;
  font-size: 2.8em;
}

@media (min-width: 576px) {
  .list-our-tools .list-item {
    font-size: 3.4em;
  }
}

@media (min-width: 992px) {
  .list-our-tools .list-item {
    font-size: 4em;
  }
}

.list-our-tools a {
  display: block;
}

.list-our-tools a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all var(--transition-default-ease);
  -o-transition: all var(--transition-default-ease);
  transition: all var(--transition-default-ease);
}


/* Blog Page */
@media (min-width: 768px) {
  .blog .page-content-header .section-first .content-area-last {
    padding-left: 3rem;
  }
}

/*
=============================================
Custom Gravity Forms Step Counter Styles (v2)
=============================================
*/

/* --- MODIFIED --- */
/* This rule is no longer needed, so it has been removed.
   We now want to display the step number. */

/* Main container for the steps */
#gf_page_steps_11 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 35px;
  border: none;
  margin-bottom: var(--space-xxl);
}

/* Style for each individual step item */
.gf_step {
  flex: 1;
  position: relative;
  text-align: center;
  color: var(--color-black);
  font-weight: bold;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* The main circle for each step */
.gf_step::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--color-blue-light);
  z-index: 2;
}

/* The connecting line between steps */
.gf_step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: var(--color-blue-light);
  z-index: 1;
}

/* Style the step number text (e.g., "STEP 1") */
.gf_page_steps .gf_step_number {
  display: block;
  font-size: var(--font-size-default);
  font-weight: normal;
  text-transform: uppercase;
  color: #A2A2A2;
  margin-bottom: 4px;
  margin-top: 2rem;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  background: transparent !important;
  border: 0px !important;
  display: unset !important;
  position: relative !important;
  /* border-radius: 20px;
  content: "";
  display: table-cell;
  height: 40px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 40px; */
}

/* Use a pseudo-element to add the word "STEP" before the number */
.gf_page_steps .gf_step_number::before {
  content: 'Step ' !important;
  font-weight: normal;
  /* font-size: var(--font-size-default); */
}

.gf_page_steps .gf_s.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  display: block;
  background-color: transparent;
  border: 0px;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
  display: none !important;
}

/* Change the color of "STEP X" text for active and completed states */
.gf_step.gf_step_active .gf_step_number,
.gf_step.gf_step_completed .gf_step_number {
  color: var(--color-grey);
}

.gform_wrapper.gravity-theme .gf_step_number {
  background: transparent !important;
  border: 0px !important;
  width: unset !important;
}

/* --- END NEW --- */


/* Style the main step label (e.g., "Your demographic") */
.gf_step_label {
  display: block;
}


/* --- ACTIVE & COMPLETED STEP STYLES --- */

/* Style for the currently active step */
.gf_step.gf_step_active {
  color: var(--color-black);
}

/* Style for the active step circle */
.gf_step.gf_step_active::before {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  box-shadow: inset 0 0 0 3px var(--color-white);
  width: 30px;
  height: 30px;
  top: -33px;
}

/* Style for steps that have been completed */
.gf_step.gf_step_completed {
  color: var(--color-primary);
}

/* Style for completed step circles */
.gf_step.gf_step_completed::before {
  /* This remains from your original style */
  background-color: var(--color-primary);
  content: '\f00c';
  font-family: 'Font Awesome 5 Solid';
  font-size: 16px;
  display: none !important;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gf_step.gf_step_completed svg {
  /* This remains from your original style */
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  position: absolute;
  width: 30px;
  height: 30px;
  top: -33px;
  border-radius: 9999px;
  padding: 5px;
  z-index: 10;
}

/* Style for the line of a completed step */
.gf_step.gf_step_completed::after {
  background-color: var(--color-primary);
}

/* Add the status text (e.g., 'In progress', 'Pending') */
.gf_step .gf_step_label::after {
  content: 'Pending';
  display: block;
  font-size: var(--font-size-default);
  font-weight: var(--weight-bold-semi);
  color: var(--color-grey);
  margin-top: 5px;
}

/* Change status text for the active step */
.gf_step.gf_step_active .gf_step_label::after {
  content: 'In progress';
  color: var(--color-blue);
}

/* Change status text for completed steps */
.gf_step.gf_step_completed .gf_step_label::after {
  content: 'Completed';
  color: var(--color-green);
}

@media (max-width: 991px) {
  .gf_step .gf_step_label {
    display: none;
  }
}

/*  */

/* General container styling to center and layout the fieldset */
#gform_11 {
  border: none;
  padding: 0;
  margin: 0;
}

#gform_11 .gfield {
  --field-pad-x: 0px;
  --field-pad-top: 0px;
  --field-pad-bottom: 0px;
}

#gform_11 .gfield--input-type-name .gfield_label,
#gform_11 .gfield--input-type-email .gfield_label,
#gform_11 .gfield--input-type-text .gfield_label,
#gform_11 .gfield--input-type-consent .gfield_label {
  display: none;
}

#gform_11 .gfield_label {
  font-size: var(--font-size-p1);
  font-weight: var(--weight-bold);
  margin-bottom: 20px;
  color: var(--color-black);
  text-align: left;
  position: relative;
  display: block;
}

/* Style the legend (the "What is your gender?" question) */
#gform_11 #field_2_19 .gfield_label.gform-field-label,
#gform_11 #field_2_21 .gfield_label.gform-field-label {
  font-size: var(--font-size-p1);
  font-weight: var(--weight-bold);
  margin-bottom: 20px;
  color: var(--color-black);
  text-align: left;
  position: relative;
  display: block;
}


/* Hide the "(Required)" text if you don't want it */
#gform_11 .gfield_required {
  /* display: none; */
}

/* Use Flexbox for the container of the choices to align them side-by-side */
#gform_11 .ginput_container_radio {
  display: flex;
  gap: var(--space-default);
}

#gform_11 .gfield_radio {
  display: flex;
  gap: var(--space-default);
  flex-wrap: wrap;
}

#gform_11 .ginput_container.ginput_container_number {
  border-radius: var(--border-radius-curve);
  border-bottom-left-radius: var(--border-radius-curve);
  --input-group-padding-x: 4rem;
        --input-group-padding-y: 2rem;
}
#gform_11 .gfield input {
  border-radius: var(--border-radius-curve);
  border-bottom-left-radius: var(--border-radius-curve);
  /* padding: 2rem 4rem; */
}

/* Hide the actual radio button */
#gform_11 .gfield-choice-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style the label to look like a button */
#gform_11 .gchoice .gform-field-label {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
  padding: var(--space-lg) 1rem ;
  display: flex;
  justify-content: center;
  background-color: var(--color-blue-light);
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: var(--font-size-default);
  font-weight: var(--weight-bold-semi);
  font-family: var(--font-default);
  color: var(--color-black);
  text-align: center;
  transition: all var(--transition-default-ease);
  min-width: 175px;
  box-sizing: border-box;
  font-style: normal;
  height: 100%;
  align-items: center;
}

#gform_11 .ginput_container_number .gfield_label {
  display: none;
}

#gform_11 ::-webkit-input-placeholder {
  font-size: var(--font-size-default);
  font-weight: var(--weight-bold-semi);
  font-family: var(--font-default);
  color: var(--color-grey);
}

#gform_11 #gform_page_2_7 .gform_page_fields {
  border: var(--border);
  border-color: var(--color-black);
  border-radius: var(--border-radius-curve);
  padding: var(--space-xl) var(--space-xxl);
}

/* Style for when the radio button is checked */
#gform_11 .gfield-choice-input:checked + .gform-field-label {
  background-color: var(--color-blue-dark);
  border-color: var(--color-blue-dark);
  color: var(--color-white);
}

#gform_11 .gfield-choice-input:not(:checked) + .gform-field-label:hover {
  background-color: var(--color-blue);
}

/*  */
/* Target the Gravity Forms consent field container */
#gform_11 .ginput_container_consent input[type="checkbox"] {
  /* Hide the default checkbox */
  display: none;
}

#gform_11 .ginput_container_consent input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px; 
  cursor: pointer;
  display: inline-block;
  font-size: var(--font-size-sm);
  line-height: var(--line-default); 
  font-style: normal;
  color: var(--color-black);
}

#gform_11 .ginput_container_consent input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: var(--border);
  border-color: var(--color-black);
  border-radius:var(--border-radius-max); /* This creates the circle */
  background: var(--color-white); /* Customize the background color */
}

#gform_11 .ginput_container_consent input[type="checkbox"]:checked + label:before {
  background-color: var(--color-blue-dark); /* Customize the fill color when checked */
  border-color: var(--color-blue-dark); /* Customize the border color when checked */
}

#gform_11 .ginput_container_consent input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 7px; 
  top: 3px; 
  width: 6px;
  height: 12px;
  border: solid white; /* Customize the checkmark color */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#gform_11 .gfield_error label{
  color: var(--color-black) !important;
}
/*  */

#gform_11 .gform-page-footer {
  padding-top: 9rem;
  display: flex;
  justify-content: space-between;
}

#gform_11 .gform-page-footer .button {
  border-color: var(--color-gold);
  color: var(--color-primary);
  background-color : var(--color-gold);
  border-radius: 9999px;
  padding: 1.5rem 3rem !important;
  font-size: var(--font-size-default);
  border-style: hidden;
}

#gform_11 .gform-page-footer .button:hover {
  border-color: var(--color-gold);
  color: var(--color-primary-75p);
  background-color : var(--color-gold);
}

#gform_11 .gform-page-footer .btn.btn-block.btn-dark-navy.btn-submit.gform_button {
  border-color: var(--color-gold);
  color: var(--color-primary);
  background-color : var(--color-gold);
  border-radius: 9999px;
  padding: 1.5rem 3rem !important;
  font-size: var(--font-size-default);
  border-style: hidden;
  width: auto;
}

#gform_11 .gform_page_footer .gform_previous_button {
  background-color: var(--color-grey);
  color: var(--color-white);
}
/* This special rule handles the case when ONLY the Next button exists */
#gform_11 .gform_page_footer .gform_next_button:first-child {
    margin-left: auto;
}

#gform_11 .gform_page_footer .gform_next_button::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: '\f054';
  margin-left: 0.5em;
  font-size: 0.9em;
}

#gform_11 .gform_page_footer .gform_previous_button::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: '\f054';
  margin-left: 0.5em;
  font-size: 0.9em;
}

#gform_11[data-active-form=true] {
  pointer-events: none !important;
  animation: fading 2s infinite linear !important;
}


#gform_11 .gform-loader {
  display: none;
}

#gform_11 .gform-field-label.gform-field-label--type-sub {
  display: none;
}