/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*******************
BREAKPOINTS
*******************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@import url("https://fonts.googleapis.com/css2?family=Bad+Script&family=Gochi+Hand&display=swap");
@font-face {
  font-family: "interlight";
  src: url("../fonts/inter-light-webfont.woff2") format("woff2"), url("../fonts/inter-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "intermedium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "interregular";
  src: url("../fonts/inter-regular-webfont.woff2") format("woff2"), url("../fonts/inter-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "intersemi_bold";
  src: url("../fonts/inter-semibold-webfont.woff2") format("woff2"), url("../fonts/inter-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter_bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter_extrabold";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*  @font-face {
    font-family: 'Font Name';
    src: url('library/fonts/font-name.eot');
    src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
           url('library/fonts/font-name.woff') format('woff'),
           url('library/fonts/font-name.ttf') format('truetype'),
           url('library/fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/***********************
// Typoagraphy Global Styles
**********************/
body {
  font-family: "interregular", "Helventica Neau", "Helvetica", "Arial", "sans-serif";
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  -ms-hyphens: none;
      hyphens: none;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "interregular", "Helventica Neau", "Helvetica", "Arial", "sans-serif";
}

h1, h2 {
  font-size: 32px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-family: "intermedium";
  font-size: 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 24px 0;
  font-family: "inter_bold";
}

h4 {
  color: #888888;
  font-size: 20px;
}

h4,
h5 {
  margin: 12px 0;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  h1, h2 {
    font-size: 64px;
  }
  h4 {
    font-size: 24px;
  }
}
p {
  font-size: 20px;
  line-height: 1.4;
  -ms-hyphens: none;
      hyphens: none;
  margin-bottom: 0.66667rem;
}

p.large {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

button, .button, .primary-menu li a, .primary-menu li.current_page_item a, input[type=submit], input[type=reset], input[type=button] {
  font-family: "interregular", "Helventica Neau", "Helvetica", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

a:not(.button), .link, .link--cta {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:not(.button):hover, .link:hover, .link--cta:hover {
  color: #FF7F40;
}

li, label {
  font-size: 20px;
}

.text-strong, strong, b {
  font-family: "intersemi_bold";
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
Backgrounds
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include backgroundsize(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
CSS3 TRANSITIONS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
:root {
  --percentage: 0%;
}

/* Accesibility */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Global Styles */
html, body {
  overflow-x: hidden;
}

h1 .grad-font {
  font-size: 90px;
  background: linear-gradient(98deg, #5800ff 43.82%, #e900ff 71.95%, #ffc600 88.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  h1 .grad-font {
    font-size: 148px;
  }
}

.grad-font {
  font-family: "Gochi Hand", "serif";
}

.grad-font-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5E0F), to(#FF7F40));
  background: linear-gradient(180deg, #FF5E0F 0%, #FF7F40 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gochi Hand", "serif";
  font-weight: 400;
}

.sj-subtitle {
  font-size: 20px;
  color: #555555;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
img.full-width-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

button {
  cursor: pointer;
}

.sj-max-width {
  max-width: 1280px;
  margin: 0 auto;
}

.section-padding {
  padding: 30px;
}

.bg-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}

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

strong, b {
  font-weight: 500;
}

em, i {
  font-style: italic;
}

.list-style-none {
  list-style: none;
}

.img-placeholder {
  background: #f8f9fa;
}
.img-placeholder img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media (min-width: 768px) {
  .section-padding {
    padding: 50px 30px;
  }
}
.p-relative {
  position: relative;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.sj-carousel-wrapper {
  position: relative;
  max-width: calc(100vw - 4rem);
  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;
}
.sj-carousel-wrapper[data-fullbanner="1"] {
  max-width: none;
}
.sj-carousel-wrapper[data-fullbanner="1"] .sj-carousel-container {
  width: 100%;
}
.sj-carousel-wrapper[data-fullbanner="1"] .sj-carousel-container .sj-carousel-list {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sj-carousel-wrapper[data-fullbanner="1"] .sj-carousel-container .sj-carousel-list .sj-slide-item {
  width: 100%;
}
.sj-carousel-wrapper .sj-carousel-container {
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 240px;
  border: 4px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.25);
}
.sj-carousel-wrapper .sj-carousel-container .sj-carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #ddd;
}
.sj-carousel-wrapper .sj-carousel-container .sj-carousel-list .sj-slide-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sj-carousel-wrapper .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 1rem;
}
.sj-carousel-wrapper .dot span {
  width: 10px;
  height: 10px;
  border: 1.5px solid #fe926b;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.sj-carousel-wrapper .dot span.clicked {
  background: #fe926b;
}
.sj-carousel-wrapper button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f0f0f0;
  color: #000;
  -webkit-box-shadow: 0 0 7px 7px rgba(129, 129, 129, 0.2745098039);
          box-shadow: 0 0 7px 7px rgba(129, 129, 129, 0.2745098039);
}
.sj-carousel-wrapper button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.sj-carousel-wrapper button:active {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.sj-carousel-wrapper button.navigator1 {
  left: 0;
  translate: -50%;
}
.sj-carousel-wrapper button.navigator2 {
  right: 0;
  translate: 50%;
}
.sj-carousel-wrapper button i {
  font-size: 2.3rem;
}

@media screen and (min-width: 576px) {
  .sj-carousel-wrapper .sj-carousel-container {
    width: 400px;
    height: 300px;
  }
  .sj-carousel-wrapper .sj-carousel-container .sj-carousel-list .sj-slide-item {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .sj-carousel-wrapper .sj-carousel-container {
    width: 800px;
    height: 600px;
  }
  .sj-carousel-wrapper .sj-carousel-container .sj-carousel-list .sj-slide-item {
    width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .sj-carousel-wrapper button.navigator1, .sj-carousel-wrapper button.navigator2 {
    translate: 0;
  }
}
.button-wrapper {
  margin-top: 24px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.button-wrapper .button, .button-wrapper .primary-menu li a, .primary-menu li .button-wrapper a {
  margin-bottom: 15px;
}
.button-wrapper .button:last-of-type, .button-wrapper .primary-menu li a:last-of-type, .primary-menu li .button-wrapper a:last-of-type {
  margin-bottom: 0;
}

.button, .primary-menu li a, .primary-menu li.current_page_item a {
  display: inline-block;
  padding: 12px 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e0f), to(#ff7f40));
  background: linear-gradient(180deg, #ff5e0f 0%, #ff7f40 100%);
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.button.ghost-btn, .primary-menu li a.ghost-btn {
  background: #fff;
  color: #000000;
  border: 1px solid #999999;
}

@media (min-width: 576px) {
  .button-wrapper .button, .button-wrapper .primary-menu li a, .primary-menu li .button-wrapper a {
    margin-bottom: 0;
  }
}
.card-img {
  height: 250px;
  margin-top: 15px;
}

.media-col {
  width: 100%;
  height: auto;
}

.section-one-third .grid-one-third {
  border-radius: 32px;
  border: 1px solid #dadada;
  background: #fff;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-one-third .tile-card {
  width: 100%;
}
.section-one-third .tile-card img {
  width: auto;
  height: 60px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .section-one-third .tile-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .section-one-third .tile-card img {
    height: 124px;
  }
}
.section-image-carousel {
  position: relative;
  margin-bottom: 10rem;
}
.section-image-carousel.full .image-carousel {
  max-width: none;
}
.section-image-carousel.full .prev-button,
.section-image-carousel.full .next-button {
  width: 44px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.section-image-carousel.full .prev-button {
  left: 10px;
}
.section-image-carousel.full .next-button {
  right: 10px;
}
.section-image-carousel .image-carousel {
  max-width: 1250px;
  position: relative;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.section-image-carousel .image-carousel .image-carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.section-image-carousel .image-carousel .image-carousel-track .slide {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  min-height: 100%;
}
.section-image-carousel .image-carousel .image-carousel-track .slide .carousel-image {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-image-carousel .image-carousel .image-carousel-track .slide .attachment-caption {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-image-carousel .prev-button,
.section-image-carousel .next-button {
  display: inline;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 5;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  font-size: 30px;
}
.section-image-carousel .prev-button img,
.section-image-carousel .next-button img {
  margin: 0;
}
.section-image-carousel .prev-button {
  left: 0;
}
.section-image-carousel .next-button {
  right: 0;
}
.section-image-carousel .image-carousel-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.section-image-carousel .image-carousel-bullets .bullet {
  display: inline-block;
  background-color: #000000;
  opacity: 0.5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.section-image-carousel .image-carousel-bullets .bullet.active {
  opacity: 1;
}

/* Reveal Animation */
.section-full-width {
  position: relative;
}

#footer a {
  color: #28303d;
}
#footer .footer-text p {
  font-size: 16px;
}
#footer .footer-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 40px;
}
#footer .footer-item li {
  margin-top: 15px;
}
#footer .footer-item li a {
  font-size: 14px;
}
#footer .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
#footer .social-link {
  width: 28px;
  height: 28px;
  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;
  padding: 0px;
  background: transparent;
  border: 1px solid #d4d4d8;
  border-radius: 9999px;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#footer .social-link:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e0f), to(#ff7f40));
  background: linear-gradient(180deg, #ff5e0f 0%, #ff7f40 100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#footer .social-link:hover a i {
  color: #fff;
}
#footer .social-link a {
  margin: 0px;
  font-size: 14px;
  color: #090914;
  padding: 0.25em;
  line-height: 0;
}
#footer .social-link a svg {
  height: 1em;
  width: 1em;
}
#footer .lower-footer {
  position: relative;
  row-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .lower-footer:before {
  position: absolute;
  background: #e2e8f0;
  width: calc(100% - 60px);
  height: 1px;
  content: "";
  display: block;
  top: 0;
  left: 30px;
}
#footer .lower-footer, #footer .lower-footer p, #footer .lower-footer a {
  color: #71717a;
  font-size: 14px;
}
#footer .lower-footer .copyright span {
  display: inline-block;
  line-height: 1.25;
}
#footer .lower-footer #privacy_policy {
  color: #28303d;
}

@media (min-width: 768px) {
  #footer .footer-text {
    max-width: calc(50% - 40px);
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
  }
  #footer .footer-item {
    margin-top: 30px;
    max-width: calc(50% - 40px);
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
  }
  #footer .footer-item ul {
    margin-top: 30px;
  }
  .upper-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 992px) {
  #footer .upper-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-text,
  #footer .footer-item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #footer .footer-text {
    max-width: 300px;
  }
  #footer .footer-item {
    max-width: none;
  }
}
.gform_wrapper.gform-theme form input,
.gform_wrapper.gform-theme form textarea,
.gform_wrapper.gform-theme form select {
  width: 100%;
  font-family: "interregular", "Helventica Neau", "Helvetica", "Arial", "sans-serif" !important;
  border-radius: 4px !important;
  padding: 12px 32px;
  border: 1px solid #dadada;
}
.gform_wrapper.gform-theme form input::-webkit-input-placeholder, .gform_wrapper.gform-theme form textarea::-webkit-input-placeholder, .gform_wrapper.gform-theme form select::-webkit-input-placeholder {
  font-size: 16px;
}
.gform_wrapper.gform-theme form input::-moz-placeholder, .gform_wrapper.gform-theme form textarea::-moz-placeholder, .gform_wrapper.gform-theme form select::-moz-placeholder {
  font-size: 16px;
}
.gform_wrapper.gform-theme form input:-ms-input-placeholder, .gform_wrapper.gform-theme form textarea:-ms-input-placeholder, .gform_wrapper.gform-theme form select:-ms-input-placeholder {
  font-size: 16px;
}
.gform_wrapper.gform-theme form input::-ms-input-placeholder, .gform_wrapper.gform-theme form textarea::-ms-input-placeholder, .gform_wrapper.gform-theme form select::-ms-input-placeholder {
  font-size: 16px;
}
.gform_wrapper.gform-theme form input, .gform_wrapper.gform-theme form input::placeholder,
.gform_wrapper.gform-theme form textarea,
.gform_wrapper.gform-theme form textarea::placeholder,
.gform_wrapper.gform-theme form select,
.gform_wrapper.gform-theme form select::placeholder {
  font-size: 16px;
}
.gform_wrapper.gform-theme form input[type=text], .gform_wrapper.gform-theme form input[type=email] {
  border: 1px solid #dadada;
}
.gform_wrapper.gform-theme form input[type=checkbox], .gform_wrapper.gform-theme form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border: 3px solid #000000;
  background: #fff;
  padding: 0;
}
.gform_wrapper.gform-theme form input[type=checkbox]:before {
  opacity: 0;
}
.gform_wrapper.gform-theme form input[type=checkbox]::after {
  content: "";
  opacity: 0;
  display: block;
  top: 2px;
  left: 6px;
  position: absolute;
  width: 7px;
  height: 13px;
  border: 3px solid #000000;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.gform_wrapper.gform-theme form input[type=checkbox]:checked::after {
  opacity: 1;
}
.gform_wrapper.gform-theme form .gfield--type-choice .ginput_container_consent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gform_wrapper.gform-theme form .gform_footer input[type=submit] {
  background-color: #fe926b !important;
}

.news-letter-card {
  background: #fe926b;
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.news-letter-card img {
  position: absolute;
  width: 110px;
  height: auto;
}
.news-letter-card img.news-letter-top-img {
  top: -30px;
  left: -30px;
}
.news-letter-card img.news-letter-bottom-img {
  right: -30px;
  bottom: -30px;
}
.news-letter-card h2 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 36px;
}
.news-letter-card .custom-message .gform_wrapper.gform-theme form .gform_footer input[type=submit] {
  color: #fff;
  background: #000000 !important;
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  font-weight: 600;
}
.news-letter-card .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 576px) {
  .news-letter-card .custom-message .gform_wrapper.gform-theme form .gform-body .top_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-letter-card .custom-message .gform_wrapper.gform-theme form .gform-body .top_label .gfield {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .news-letter-card .custom-message .gform_wrapper.gform-theme form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 750px;
    margin: 0 auto;
  }
  .news-letter-card .custom-message .gform_wrapper.gform-theme form .gform-body {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .news-letter-card .custom-message .gform_wrapper.gform-theme form .gform-body .top_label .gfield {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .news-letter-card .custom-message .gform_wrapper.gform-theme form .gform_footer {
    max-width: calc(25% - 20px);
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    margin-top: 0;
    margin-left: 20px;
  }
  .news-letter-card .custom-message .gform_wrapper.gform-theme form .gform_footer input[type=submit] {
    width: 100%;
    max-width: 170px;
  }
  .news-letter-card .custom-message .gform_wrapper.gform-theme form input {
    padding: 20px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .news-letter-card {
    padding: 50px;
  }
  .news-letter-card h2 {
    font-size: 40px;
  }
}
.disclaimer-form-card {
  width: 85%;
  border-radius: 40px;
  border: 1px solid #dadada;
  background: #fff;
  padding: 32px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -164px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.disclaimer-form-card .wpcf7-list-item {
  margin: 0px;
}
.disclaimer-form-card .disclaimer-form input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
}
.disclaimer-form-card .disclaimer-form input[type=submit] {
  max-width: 400px;
  margin: 36px auto 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5E0F), to(#FF7F40));
  background: linear-gradient(180deg, #FF5E0F 0%, #FF7F40 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.disclaimer-form-card .wpcf7-not-valid-tip {
  margin-top: 5px;
  padding-left: 24px;
}

.terms_condition_checkbox,
.terms_condition_checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.terms_condition_checkbox label, .terms_condition_checkbox a {
  font-size: 18px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.stepper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.stepper-flex img {
  height: auto;
}
.stepper-flex .stepper-content .grad-font {
  background: linear-gradient(98deg, #5800ff 0.18%, #e900ff 14.95%, #ffc600 87.65%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.336px;
  margin-bottom: 8px;
  margin-top: 16px;
  font-size: 26px;
}
@media screen and (min-width: 1200px) {
  .stepper-flex .stepper-content .grad-font {
    font-size: 32px;
  }
}
.stepper-flex .stepper-content p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .stepper-flex .step-1,
  .stepper-flex .step-2 {
    max-width: calc(50% - 25px);
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
  }
  .stepper-flex img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .disclaimer-form-card > * {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .disclaimer-form-card h1 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .disclaimer-form-card {
    width: 100%;
  }
}
#quiz-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #FFFAF7;
}

#targetBoard {
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
}

.topscorebar-wrapper,
.row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}

.topscorebar-wrapper {
  margin-top: 0;
  padding-top: 15px;
}

.topscorebar {
  border: 1.5px solid #fe926b;
  border-radius: 4px;
  background-color: #fe926b;
  margin: 0 8.4px;
}
.topscorebar:first-of-type {
  margin-left: 0;
}
.topscorebar:last-of-type {
  margin-right: 0;
}

.number-wrapper .number {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .number-wrapper .number {
    font-size: 20px;
  }
}

.target {
  border: 1.5px dashed #BEBEBE;
  background-color: #fff;
  float: left;
  border-radius: 4px;
  margin: 0 8.4px;
}
.target:first-of-type {
  margin-left: 0;
}
.target:last-of-type {
  margin-right: 0;
}

.card {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  cursor: hand;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid #888888;
}

.played {
  border: 1px solid #FFD3C4;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px #FFCEBC;
          box-shadow: 0px 0px 4px #FFCEBC;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.progress-bar-wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.range_progress {
  max-width: 860px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.range_progress .range_progress--bar {
  position: relative;
  width: calc(100% - 10.5px);
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.range_progress .range_progress--bar .range_progress--indicator {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#212241), to(#686984));
  background-image: linear-gradient(to right, #212241, #686984);
  height: 100%;
  border-radius: 4px;
  -webkit-transition: width 0.25s ease-in;
  transition: width 0.25s ease-in;
}
.range_progress .range_progress--bar svg {
  position: absolute;
  right: 0;
  left: calc(100% - 10.5px);
}

#sortBoard {
  background: -webkit-gradient(linear, left top, left bottom, from(#1E203F), to(#696A85));
  background: linear-gradient(180deg, #1E203F 0%, #696A85 100%);
  padding: 30px;
}
#sortBoard button {
  position: relative;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
#sortBoard .button-blue {
  background: #202240;
}
#sortBoard .button-orange {
  background: #EB6231;
}

.sort-board-inner {
  border-radius: 4px;
  background: #E8E8E8;
  padding: 30px;
}
.sort-board-inner h5 {
  font-family: "intersemi_bold";
  font-size: 14px;
}

#sortBar_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cardLabel-inner {
  font-family: "intermedium";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .cardLabel-inner {
    font-size: 20px;
  }
}

#hoverText {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  background-color: #fff;
  visibility: visible;
  opacity: 1;
}

.helpLabel {
  font-family: "intersemi_bold";
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 7px;
  padding-bottom: 7px;
  color: #000000;
}

.helpTip {
  color: #000000;
}

.grey-tip {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1.5px dashed #BEBEBE;
  background: #EFEFEF;
  text-align: center;
  margin: 15px 0;
}
.grey-tip p {
  font-size: 16px;
  color: rgba(64, 64, 64, 0.5019607843);
}

.content-left,
.content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: -ms-grid;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
#popup-wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 1030;
}
#popup-wrapper p {
  background: #fff;
  padding: 35px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 1080px) {
  #sortBoard {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    max-width: 440px;
  }
  .sort-board-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    height: calc(100% - 60px);
  }
  #targetBoard {
    max-width: calc(75% - 60px);
    margin-left: calc(25% + 60px);
  }
  .cards-deck {
    margin-bottom: 15px;
  }
  #hoverText {
    margin: 15px 0;
  }
  .cards-con {
    display: -ms-grid;
    display: grid;
    overflow-y: auto;
  }
  .cards-con .cards-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 1820px) {
  .boardElement.topscorebar.likeme {
    overflow: unset;
    position: relative;
  }
  .boardElement.topscorebar.likeme:first-of-type:before {
    content: "Most Like Me";
    display: block;
    position: absolute;
    right: 110%;
    width: 100%;
    max-width: 100px;
    color: black;
    top: calc(50% - 8.4px);
  }
  .boardElement.topscorebar.notlikeme {
    overflow: unset;
    position: relative;
  }
  .boardElement.topscorebar.notlikeme:last-of-type:after {
    content: "Least Like Me";
    display: block;
    position: absolute;
    left: 110%;
    width: 100%;
    max-width: 100px;
    color: black;
    top: calc(50% - 8.4px);
  }
  #targetBoard {
    max-width: 75%;
    margin-left: 500px;
  }
  #hoverText {
    padding: 30px;
  }
  .sort-board-inner h5 {
    font-size: 20px;
  }
  .content-left,
  .content-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content-left button,
  .content-right button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#quiz-tutorial {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9998;
  background: #1F203F;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  cursor: pointer;
}
#quiz-tutorial .icon {
  color: #fff;
  background-image: url(../images/icons/question-mark.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#tutorial-wrapper {
  display: none;
}
#tutorial-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tutorial-wrapper .tutorial-content {
  background: white;
  margin: auto;
  width: 80%;
  max-width: 1164px;
  max-height: 810px;
  height: 80%;
  padding: 20px;
  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;
  border-radius: 4px;
}
#tutorial-wrapper .tutorial-content .close-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-image: url(../images/icons/cross.svg);
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#tutorial-wrapper .tutorial-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 24px 40px 0;
}
#tutorial-wrapper .tutorial-content .content {
  max-height: 560px;
  height: 40vh;
  overflow-y: auto;
  padding: 40px;
  font-size: 16px;
  font-weight: 400;
  margin: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  scrollbar-width: thin;
  scrollbar-color: #686984 #E8E8E8;
}
#tutorial-wrapper .tutorial-content .content p {
  font-size: 16px;
  font-weight: 400;
}
#tutorial-wrapper .tutorial-content .content li {
  font-size: 16px;
  font-weight: 400;
}
#tutorial-wrapper .tutorial-content .content::-webkit-scrollbar {
  width: 8px;
  background-color: #E8E8E8;
}
#tutorial-wrapper .tutorial-content .content::-webkit-scrollbar-thumb {
  background-color: #686984;
  border-radius: 4px;
}
#tutorial-wrapper .tutorial-content .content::-webkit-scrollbar-thumb:hover {
  background-color: #4d4d68;
}
#tutorial-wrapper .tutorial-content .content::-webkit-scrollbar-track {
  background-color: #E8E8E8;
  border-radius: 4px;
}
#tutorial-wrapper .tutorial-content button {
  position: relative;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: #EB6231;
  margin-bottom: 20px;
}

/* Flex, Grid */
.display-grid {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

@media (min-width: 1200px) {
  .grid-half {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-half .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.grid-two-thirds.left .media-col {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.grid-two-thirds .media-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1200px) {
  .grid-two-thirds {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
  .grid-two-thirds.left {
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
  }
}

.grid-one-third {
  gap: 40px;
}
@media (min-width: 1200px) {
  .grid-one-third {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1820px) {
  .grid-one-third {
    gap: 92px;
  }
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lists-wrapper.square .list-thumb {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.lists-wrapper.square .list-thumb a {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .lists-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .lists-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lists-wrapper.two {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .lists-wrapper.four {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.display-flex.align-center,
.display-grid.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.display-flex.justify-center,
.display-grid.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display-flex.justify-start,
.display-grid.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html.active {
  overflow-y: hidden;
}

#header {
  position: fixed;
  width: 100vw;
  z-index: 99;
}
#header.active {
  -webkit-box-shadow: 0 3px 4px rgba(126, 124, 124, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 4px rgba(126, 124, 124, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  background: #fff;
}
#header nav {
  position: relative;
  padding: 0 30px;
}
#header nav #header_logo {
  height: 60px;
}
#header nav #burgerTrigger {
  position: absolute;
  top: 12px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border: none;
}
#header nav #burgerTrigger .burger-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #fe926b;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#header nav #burgerTrigger .burger-inner:after, #header nav #burgerTrigger .burger-inner:before {
  display: block;
  content: "";
  background-color: #fe926b;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#header nav #burgerTrigger .burger-inner:after {
  top: 7px;
}
#header nav #burgerTrigger .burger-inner:before {
  bottom: 7px;
}
#header nav #burgerTrigger.active .burger-inner {
  background: transparent;
}
#header nav #burgerTrigger.active .burger-inner:after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#header nav #burgerTrigger.active .burger-inner:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.primary-menu {
  left: -100%;
  width: 100vw;
  color: #000000;
  height: calc(100% - 66px);
  background-color: #fff;
  padding: 5%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
          transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.primary-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.primary-menu li {
  font-weight: 600;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  position: relative;
  margin-top: 15px;
}
.primary-menu li.current_page_item a {
  border: 0;
  -webkit-transition: none;
  transition: none;
}
.primary-menu li a {
  display: inline-block;
  color: #000000;
  padding: 12px 16px;
  background: #fff;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.primary-menu li a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e0f), to(#ff7f40));
  background: linear-gradient(180deg, #ff5e0f 0%, #ff7f40 100%);
}

@media (min-width: 1200px) {
  #burgerTrigger {
    display: none;
  }
  #header.active nav {
    max-width: 100%;
  }
  #header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-transition: max-width 0.25s ease-in;
    transition: max-width 0.25s ease-in;
  }
  #header nav .logo-burger-wrapper {
    max-width: 200px;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  #header nav .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(100% - 200px);
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
    position: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
    overflow: unset;
    padding: 0;
  }
  #header nav .primary-menu > li:after {
    content: none;
  }
  #header nav .primary-menu li {
    font-weight: 300;
    margin: 0 7px;
    padding: 0 8px;
  }
  #header nav .primary-menu li a {
    font-size: 16px;
    border: 1px solid #dadada;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1300px) {
  #header nav .primary-menu li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #header nav .primary-menu > li {
    border: none;
  }
  #header nav .primary-menu > li:first-of-type {
    border: none;
  }
}
/* Privacy Policy */
.sj-popup-inner {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-grid;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1030;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
.sj-popup-inner.active {
  opacity: 1;
  visibility: visible;
  z-index: 1030;
}

.popup-wrapper {
  background: #fff;
  width: 90%;
  max-width: 1150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
}
.popup-wrapper .fa-xmark {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000000;
  cursor: pointer;
  z-index: 15;
}
.popup-wrapper .text-editor {
  padding: 0 20px;
  max-height: 90vh;
  overflow: scroll;
}

.sj-popup-exit .exit-btn-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding-bottom: 25px;
}
.sj-popup-exit .exit-btn-wrapper .button, .sj-popup-exit .exit-btn-wrapper .primary-menu li a, .primary-menu li .sj-popup-exit .exit-btn-wrapper a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

#home-hero h1 {
  font-size: 70px;
}
#home-hero .sj-subtitle {
  color: #999999;
}

@media screen and (min-width: 1200px) {
  #home-hero h1 {
    font-size: 124px;
  }
}
.page-template-page-cards #header,
.page-template-page-cards #footer,
.page-template-page-jobsquiz #header,
.page-template-page-jobsquiz #footer,
.page-template-page-pdf #header,
.page-template-page-pdf #footer {
  display: none;
}

.testimonial-card .fa-star {
  color: #FFC600;
  font-size: 14px;
  margin-right: 5px;
}
.testimonial-card main {
  margin: 35px 0;
}
.testimonial-card main p {
  font-size: 14px;
}
.testimonial-card footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-card footer img {
  margin-right: 16px;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.testimonial-card footer h4 {
  color: #000000;
}

@media screen and (min-width: 1200px) {
  .testimonial-card .fa-star,
  .testimonial-card main p {
    font-size: 18px;
  }
}
.inner-page-banner {
  width: 100%;
  height: 370px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FF7F40));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FF7F40 100%);
}

.testimonial-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 20px;
}
.testimonial-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(99deg, #5800ff -3.85%, #e900ff 62.26%, #ffc600 101.51%);
}

.arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}
.arrow:before {
  cursor: pointer;
}
.arrow:hover {
  color: #fff;
}
.arrow.left {
  left: 40px;
}
.arrow.right {
  right: 40px;
}

.dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3;
  height: 12px;
  padding: 0;
}
.dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fe926b;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.dots .dot.active, .dots .dot:hover {
  background: #fe926b;
  border-color: #fe926b;
}
.dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.items {
  position: relative;
  overflow: hidden;
  max-width: 1020px;
  margin: auto;
  background: #fff;
  border-radius: 42px;
}
.items > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 70px 70px;
  opacity: 0;
}
.items > article.inactive {
  opacity: 0;
}
.items > article.inactive img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}
.items > article.inactive h5 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}
.items > article.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}
.items > article.active {
  position: relative;
  opacity: 1;
}
.items > article.active img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}
.items > article.active h5 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}
.items > article.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}
.items > article img {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}
.text-editor {
  margin: 24px 0;
}
.text-editor blockquote {
  position: relative;
  padding-left: 100px;
}
.text-editor blockquote:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: #fe926b;
  position: absolute;
  left: 50px;
}
.text-editor img.aligncenter {
  display: block;
  margin: 24px auto;
}
.text-editor img.alignleft {
  float: left;
}
.text-editor img.alignright {
  float: right;
}
.text-editor p:first-of-type {
  margin-top: 0;
}
.text-editor p:last-of-type {
  margin-bottom: 0;
}
.text-editor ul {
  list-style-type: disc;
}
.text-editor ol {
  list-style-type: decimal;
}
.text-editor ul, .text-editor ol {
  list-style: inside;
  padding-left: 25px;
}
.text-editor a {
  font-size: inherit;
  position: relative;
  text-decoration: underline;
  color: #fe926b;
}

.half-width-wrapper .text-editor img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/