@charset "UTF-8";
/*
Theme Name: Harc Creative
Theme URI: http://www.harccreative.com
Author: Parker McLean
Author URI: http://www.harccreative.com
Description: Description
Version: 1.1
License: GNU General Public License
License URI: license.txt
Text Domain: Parker McLean
Domain Path: /languages/
Tags:

*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@500;700&family=Poppins:wght@600;700;800&family=Source+Sans+3:ital,wght@0,400;0,700;1,600&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted white;
  outline-offset: -2px;
}

a:focus:not(:focus-visible) {
  outline: none;
}

a:focus-visible {
  outline: thin dotted white;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 600px) {
  .container {
    width: 570px;
  }
}
@media (min-width: 800px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1500px;
    padding-left: 35px;
    padding-right: 35px;
    /* 		width: 1120px; */
  }
}
@media (min-width: 1400px) {
  .container {
    /* 		width: 1320px; */
  }
}
@media (min-width: 1600px) {
  .container {
    /* 		width: 1520px; */
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: 0%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: 0%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: 0%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: 0%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
  margin-bottom: -2px;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 600px) {
  .container {
    width: 570px;
  }
}
@media (min-width: 800px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
    padding-left: 35px;
    padding-right: 35px;
    /*    width: 1120px; */
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
.fluentform .clearfix:after, .fluentform .clearfix:before, .fluentform .ff-el-group:after, .fluentform .ff-el-group:before, .fluentform .ff-el-repeat .ff-el-input--content:after, .fluentform .ff-el-repeat .ff-el-input--content:before, .fluentform .ff-step-body:after, .fluentform .ff-step-body:before {
  display: table;
  content: " ";
}

.fluentform .clearfix:after, .fluentform .ff-el-group:after, .fluentform .ff-el-repeat .ff-el-input--content:after, .fluentform .ff-step-body:after {
  clear: both;
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
  }
  .frm-fluent-form .ff-t-container.ff_cond_v {
    display: table !important;
  }
  .frm-fluent-form .ff-t-cell {
    display: table-cell;
    padding: 0 15px;
    vertical-align: inherit;
    width: 100%;
  }
  .frm-fluent-form .ff-t-cell:first-of-type {
    padding-left: 0;
  }
  .frm-fluent-form .ff-t-cell:last-of-type {
    padding-right: 0;
  }
}
.fluentform .ff-el-group {
  margin-bottom: 20px;
}

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
  text-align: left;
  float: none;
  display: inline-block;
  margin-bottom: 5px;
}

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content {
  margin-left: auto;
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .fluentform .ff-el-group.ff-el-form-left .ff-el-input--label {
    text-align: left;
  }
}
@media (min-width: 481px) {
  .fluentform .ff-el-group.ff-el-form-right .ff-el-input--label {
    text-align: right;
  }
}
.fluentform .ff-el-input--label {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before {
  content: "* ";
  color: #f56c6c;
  margin-right: 3px;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  content: " *";
  color: #f56c6c;
  margin-left: 3px;
}

.fluentform .ff-el-input--label label {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  line-height: inherit;
}

.fluentform .ff-el-ratings {
  --fill-inactive:#d4d4d4;
  --fill-active:#ffb100;
  display: inline-block;
  line-height: 40px;
}

.fluentform .ff-el-ratings input[type=radio] {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  display: none;
}

.fluentform .ff-el-ratings svg {
  width: 22px;
  height: 22px;
  fill: var(--fill-inactive);
  vertical-align: middle;
  transition: all 0.3s;
}

.fluentform .ff-el-ratings svg.scale {
  transition: all 0.15s;
}

.fluentform .ff-el-ratings label {
  margin-right: 3px;
  display: inline;
}

.fluentform .ff-el-ratings label.active svg {
  fill: #ffb100;
  fill: var(--fill-active);
}

.fluentform .ff-el-ratings label:hover {
  cursor: pointer;
}

.fluentform .ff-el-ratings label:hover svg {
  transform: scale(1.1);
}

.fluentform .ff-el-ratings label:hover svg.scalling {
  transform: scale(1.2);
}

.fluentform .ff-el-repeat .ff-el-form-control {
  width: 100%;
  margin-bottom: 10px;
}

.fluentform .ff-el-repeat .ff-t-cell {
  padding: 0 5px;
  display: table-cell;
}

.fluentform .ff-el-repeat .ff-t-cell:first-child {
  padding-left: 0;
}

.fluentform .ff-el-repeat .ff-t-cell:last-child {
  padding-right: 0;
}

.fluentform .ff-el-repeat .ff-t-container {
  float: left;
  width: 90%;
  display: table;
  table-layout: fixed;
}

.fluentform .ff-el-repeat-buttons-list span {
  cursor: pointer;
}

@media (min-width: 481px) {
  .fluentform .ff-el-form-left .ff-el-input--label, .fluentform .ff-el-form-right .ff-el-input--label {
    float: left;
    width: 180px;
    margin-bottom: 0;
    padding: 10px 15px 0 0;
  }
  .fluentform .ff-el-form-left .ff-el-input--content, .fluentform .ff-el-form-right .ff-el-input--content {
    margin-left: 180px;
  }
  .fluentform .ff-el-form-left .ff-t-container .ff-el-input--label, .fluentform .ff-el-form-right .ff-t-container .ff-el-input--label {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .fluentform .ff-el-form-left .ff-t-container .ff-el-input--content, .fluentform .ff-el-form-right .ff-t-container .ff-el-input--content {
    margin-left: auto;
  }
}
.fluentform .ff-el-form-right .ff-el-input--label {
  text-align: right;
}

.fluentform .ff-el-is-error .text-danger {
  font-size: 12px;
  margin-top: 4px;
}

.fluentform .ff-el-is-error .ff-el-form-check-label, .fluentform .ff-el-is-error .ff-el-form-check-label a {
  color: #f56c6c;
}

.fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #f56c6c;
}

.fluentform .ff-el-tooltip {
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: 2px;
  vertical-align: middle;
}

.fluentform .ff-el-tooltip:hover {
  color: #000;
}

.fluentform .ff-el-tooltip svg {
  fill: #595959;
}

.fluentform .ff-el-help-message {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  color: #595959;
}

.fluentform .ff-el-progress {
  height: 1.3rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  line-height: 1.2rem;
}

.fluentform .ff-el-progress-bar {
  background-color: #007bff;
  height: inherit;
  width: 0;
  transition: width 0.3s;
  color: #fff;
  text-align: right;
}

.fluentform .ff-el-progress-bar span {
  display: inline-block;
  padding: 0 5px 0 0;
}

.fluentform .ff-el-progress-status {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.fluentform .ff-el-progress-title {
  margin: 8px 0 0;
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

.fluentform .ff-el-progress-title li {
  display: none;
}

.fluentform .ff-hidden {
  display: none !important;
}

.fluentform .ff-step-container {
  overflow: hidden;
}

.fluentform .ff-step-header {
  margin-bottom: 20px;
}

.fluentform .ff-step-titles {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
  display: table;
  table-layout: fixed;
  counter-reset: step;
}

.fluentform .ff-step-titles li {
  display: table-cell;
  position: relative;
  list-style-type: none;
  color: #333;
  font-size: 12px;
  width: auto;
  padding: 0 10px;
  vertical-align: top;
}

.fluentform .ff-step-titles li.ff_active, .fluentform .ff-step-titles li.ff_completed {
  color: #007bff;
}

.fluentform .ff-step-titles li.ff_active:before, .fluentform .ff-step-titles li.ff_completed:before {
  background: #007bff;
  color: #fff;
  border: 1px solid transparent;
}

.fluentform .ff-step-titles li.ff_active:after, .fluentform .ff-step-titles li.ff_completed:after {
  background: #007bff;
}

.fluentform .ff-step-titles li.ff_active:after {
  right: 0;
}

.fluentform .ff-step-titles li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #fff;
  border: 1px solid;
  border-radius: 3px;
  margin: 0 auto 5px;
  z-index: 10;
  position: relative;
  vertical-align: top;
}

.fluentform .ff-step-titles li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 1;
}

.fluentform .ff-step-titles li:first-child {
  padding-left: 0;
}

.fluentform .ff-step-titles li:first-child:after {
  left: 50%;
}

.fluentform .ff-step-titles li:last-child {
  padding-right: 0;
}

.fluentform .ff-step-titles li:last-child:after {
  left: -50%;
}

.fluentform .ff-step-body {
  margin-bottom: 15px;
  position: relative;
  left: 0;
  top: 0;
}

.fluentform .ff-upload-progress {
  margin: 10px 0;
}

.fluentform .ff-upload-progress-inline {
  position: relative;
  height: 6px;
  margin: 4px 0;
  border-radius: 3px;
}

.fluentform .ff-upload-preview {
  margin-top: 5px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.fluentform .ff-upload-preview:first-child {
  margin-top: 0;
}

.fluentform .ff-upload-preview-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  background-position: 50%;
}

.fluentform .ff-upload-details, .fluentform .ff-upload-preview {
  overflow: hidden;
  zoom: 1;
}

.fluentform .ff-upload-details, .fluentform .ff-upload-thumb {
  display: table-cell;
  vertical-align: middle;
}

.fluentform .ff-upload-thumb {
  background-color: #eee;
}

.fluentform .ff-upload-details {
  width: 10000px;
  padding: 0 10px;
  position: relative;
  border-left: 1px solid #ebeef0;
}

.fluentform .ff-upload-details .ff-inline-block, .fluentform .ff-upload-details .ff-upload-error {
  font-size: 11px;
}

.fluentform .ff-upload-remove {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 16px;
  color: #f56c6c;
  padding: 0 4px;
  line-height: 1;
  box-shadow: none !important;
  cursor: pointer;
}

.fluentform .ff-upload-remove:hover {
  text-shadow: 1px 1px 1px #000 !important;
  color: #f56c6c;
}

.fluentform .ff-upload-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fluentform .ff-table {
  margin-bottom: 0;
}

.fluentform .ff-checkable-grids {
  border-collapse: collapse;
  border: 1px solid #f1f1f1;
}

.fluentform .ff-checkable-grids thead > tr > th {
  border: 0;
  padding: 7px 5px;
  text-align: center;
  background: #f1f1f1;
}

.fluentform .ff-checkable-grids tbody > tr > td {
  padding: 7px 5px;
  border: 0;
}

.fluentform .ff-checkable-grids tbody > tr > td:not(:first-of-type) {
  text-align: center;
}

.fluentform .ff-checkable-grids tbody > tr:nth-child(2n) > td {
  background: #f1f1f1;
}

.fluentform .ff-checkable-grids tbody > tr:nth-child(2n-1) > td {
  background: #fff;
}

.fluentform .ff-screen-reader-element {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  width: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}

.fluentform .ff_upload_btn.ff-btn {
  background: #6f757e;
  color: #fff;
  cursor: pointer;
  padding: 6px 20px;
}

.fluentform .ff-el-tc {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.fluentform .ff-el-tc label.ff_tc_label {
  display: table-row;
}

.fluentform .ff-el-tc label.ff_tc_label > span {
  width: 20px;
  padding-top: 8px !important;
}

.fluentform .ff-el-tc label.ff_tc_label > div, .fluentform .ff-el-tc label.ff_tc_label > span {
  display: table-cell;
}

.fluentform .ff_t_c {
  padding: 0 5px 0 0;
  margin: 0;
}

.fluentform .ff_t_c p {
  margin: 0;
  padding: 0;
}

.fluentform .force-hide {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.fluentform-step {
  float: left;
  height: 1px;
  overflow: hidden;
  padding: 3px;
}

.fluentform-step.active {
  height: auto;
}

.step-nav .next {
  float: right;
}

.fluentform .has-conditions {
  display: none;
}

.ff-message-success {
  padding: 15px;
  margin-top: 10px;
  position: relative;
  border: 1px solid #ced4da;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.ff-errors-in-stack {
  margin-top: 15px;
  display: none;
}

.ff-errors-in-stack .error {
  font-size: 14px;
  line-height: 1.7;
}

.ff-errors-in-stack .error-clear {
  margin-left: 5px;
  padding: 0 5px;
  cursor: pointer;
}

.ff_net_table {
  width: 100%;
  line-height: 1.4;
  border-collapse: separate;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-spacing: 0;
  border: 0;
}

.ff_net_table th {
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
  vertical-align: bottom;
  border: none;
}

.ff_net_table th .ff_not-likely {
  float: left;
  text-align: left;
}

.ff_net_table th .ff_extremely-likely {
  float: right;
  text-align: right;
}

.ff_net_table tbody tr {
  background: none;
  border: 0;
}

.ff_net_table tbody tr td {
  background-color: #fff;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
}

.ff_net_table tbody tr td input[type=radio]:checked + label {
  background-color: #4caf50;
  color: #fff;
}

.ff_net_table tbody tr td:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #ddd;
}

.ff_net_table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

.ff_net_table tbody tr td label {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  color: #444;
  border: 0;
  margin: 0;
}

.ff_net_table tbody tr td label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ff_net_table tbody tr td label:hover:after {
  border: 2px solid #4caf50;
}

.ff-el-pop-content {
  transform-origin: center bottom;
  z-index: 2075;
  position: absolute;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  padding: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.fluentform .ff-btn-submit {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.fluentform .ff-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fluentform .ff-btn:focus, .fluentform .ff-btn:hover {
  outline: 0;
  text-decoration: none;
  opacity: 0.8;
}

.fluentform .ff-btn.disabled, .fluentform .ff-btn:disabled {
  opacity: 0.65;
}

.fluentform .ff-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.fluentform .ff-btn-primary:focus, .fluentform .ff-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.fluentform .ff-btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.fluentform .ff-btn-secondary:focus, .fluentform .ff-btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.fluentform .ff-btn-lg {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px;
}

.fluentform .ff-btn-sm {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.fluentform .ff-btn-block {
  display: block;
  width: 100%;
}

.fluentform .ff-btn-block + .ff-el-btn-block {
  margin-top: 8px;
}

.fluentform .ff-btn.ff-working {
  transition: all 0.3s ease;
}

.fluentform .ff-btn.ff-working:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  right: 0;
  background: hsla(0deg, 0%, 100%, 0.4);
  -webkit-animation: ff-progress-anim 4s 0s infinite;
  animation: ff-progress-anim 4s 0s infinite;
}

.fluentform .ff-text-left {
  text-align: left;
}

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

.fluentform .ff-text-right {
  text-align: right;
}

.fluentform .ff-float-right {
  float: right;
}

.fluentform .ff-inline-block {
  display: inline-block;
}

.fluentform .ff-inline-block + .ff-inline-block {
  margin-left: 10px;
}

.fluentform .ff-el-form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0;
  max-width: 100%;
}

.fluentform .ff-el-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

.fluentform .ff-el-form-control:focus ~ .ff-el-help-message {
  display: block !important;
}

.fluentform .ff-el-form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.fluentform .ff-el-form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}

.fluentform .ff-el-form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.fluentform .ff-el-form-control:disabled, .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input) {
  background-color: #e9ecef;
  opacity: 1;
}

.fluentform .ff-el-form-check label.ff-el-form-check-label {
  margin-bottom: 7px;
  cursor: pointer;
}

.fluentform .ff-el-form-check label.ff-el-form-check-label > span:after, .fluentform .ff-el-form-check label.ff-el-form-check-label > span:before {
  content: none;
}

.fluentform .ff-el-form-check:last-child label.ff-el-form-check-label {
  margin-bottom: 0;
}

.fluentform .mce-tinymce.mce-container.mce-panel {
  border: 1px solid #ced4da;
}

select.ff-el-form-control:not([size]):not([multiple]) {
  height: 38px;
}

.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child {
  height: auto;
}

.ff-upload-preview.ff_uploading {
  opacity: 0.8;
}

@-webkit-keyframes ff_move {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
@keyframes ff_move {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
.ff_uploading .ff-el-progress .ff-el-progress-bar {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, hsla(0deg, 0%, 100%, 0.2) 25%, transparent 0, transparent 50%, hsla(0deg, 0%, 100%, 0.2) 0, hsla(0deg, 0%, 100%, 0.2) 75%, transparent 0, transparent);
  z-index: 1;
  background-size: 50px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  -webkit-animation: ff_move 2s linear infinite;
  animation: ff_move 2s linear infinite;
}

.ff-el-section-break .ff-el-section-title {
  margin-bottom: 5px;
}

.ff-el-section-break hr {
  margin-bottom: 10px;
}

table.ff_repeater_table {
  border: 0;
  padding: 0;
  margin: 0 0 5px;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important;
  vertical-align: middle;
  width: 100%;
  background: transparent !important;
}

table.ff_repeater_table th {
  font-size: 90%;
  text-align: left;
}

table.ff_repeater_table th, table.ff_repeater_table tr {
  border: 0;
  padding: 0;
  background: transparent !important;
}

table.ff_repeater_table td {
  padding: 0 15px 15px 0;
  border: 0;
  text-align: left;
  background: transparent !important;
}

table.ff_repeater_table tbody tr:only-child td .repeat-minus {
  visibility: hidden;
}

table.ff_repeater_table .ff-el-group {
  margin: 0;
  padding: 0;
}

table.ff_repeater_table .repeat_btn {
  vertical-align: middle;
  padding-right: 0;
}

table.ff_repeater_table .repeat_btn span.ff-icon {
  cursor: pointer;
  margin-right: 10px;
}

table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle {
  margin-right: 0;
}

table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus {
  visibility: hidden;
}

@media (max-width: 768px) {
  table.ff_flexible_table, table.ff_flexible_table.ff-checkable-grids {
    border: 0;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr {
    padding-top: 0 !important;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header {
    text-align: center;
    background-color: #eee !important;
    margin: 0;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td {
    text-align: left !important;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td:before {
    content: none !important;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td:after {
    padding-left: 10px;
    content: attr(data-label);
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: inline-block;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n) > td {
    background: transparent;
  }
  table.ff_flexible_table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.ff_flexible_table tbody tr {
    display: block;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-color: #ced4da;
    border-style: solid;
    border-width: 2px 1px 4px;
    margin: 16px 0 10px;
    padding-top: 12px !important;
  }
  table.ff_flexible_table tbody tr td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  table.ff_flexible_table tbody tr td:before {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  table.ff_flexible_table tbody tr td.repeat_btn {
    width: 100% !important;
    padding: 10px !important;
    background-color: #eee;
    margin-left: 0;
  }
  table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list {
    width: 100%;
    float: none;
  }
}
span.ff-el-rating-text {
  line-height: 100%;
  vertical-align: bottom;
  padding-left: 5px;
}

@-webkit-keyframes ff-progress-anim {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  10% {
    width: 15%;
  }
  30% {
    width: 40%;
  }
  50% {
    width: 55%;
  }
  80% {
    width: 100%;
  }
  95% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes ff-progress-anim {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  10% {
    width: 15%;
  }
  30% {
    width: 40%;
  }
  50% {
    width: 55%;
  }
  80% {
    width: 100%;
  }
  95% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.fluentform {
  font-family: inherit;
}

.fluentform * {
  box-sizing: border-box;
}

.fluentform input[type=checkbox], .fluentform input[type=radio] {
  display: inline-block;
  margin: 0;
}

.fluentform .iti {
  width: 100%;
}

.fluentform .iti__selected-flag {
  background: rgba(0, 0, 0, 0.1);
}

.fluentform label {
  font-weight: 400;
}

.fluentform .text-danger {
  color: #f56c6c;
}

.fluentform .ff_gdpr_field {
  margin-right: 5px;
}

.fluentform form.ff-form-has-steps .ff-btn-submit {
  display: none;
}

.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
  text-align: right;
}

.fluentform textarea {
  max-width: 100%;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  position: relative;
  vertical-align: middle;
  top: -3px;
}

.fluentform .ff_input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.fluentform .ff_input-group > .ff-el-form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  width: auto;
}

.fluentform .ff_input-group > .ff-el-form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fluentform .ff_input-group .ff-el-form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.fluentform .ff_input-group-prepend {
  margin-right: -1px;
}

.fluentform .input-group-append {
  margin-left: -1px;
}

.fluentform .ff_input-group-append, .fluentform .ff_input-group-prepend {
  display: flex;
}

.fluentform .ff_input-group > .ff_input-group-prepend > .ff_input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fluentform .ff_input-group > .ff_input-group-append > .ff_input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fluentform .ff_input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.fluentform input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.fluentform input[type=radio] {
  -webkit-appearance: radio;
}

.ff_coupon_wrapper .ff_input-group-append {
  cursor: pointer;
}

.ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text {
  background: #e3e8ed;
}

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

ul.ff_coupon_responses li {
  padding-top: 5px;
}

ul.ff_coupon_responses span.error-clear {
  font-weight: 700;
  color: #ff5050;
  margin-right: 10px;
}

ul.ff_coupon_responses .ff_error {
  color: #f56c6c;
  cursor: pointer;
}

ul.ff_coupon_responses .ff_success {
  color: #28a745;
}

.fluentform .hidden_field {
  display: none !important;
}

.fluentform .ff_force_hide {
  display: none !important;
  visibility: hidden !important;
}

.fluentform .ff_scrolled_text {
  height: 200px;
  overflow: scroll;
  padding: 10px 15px;
  background: #e9ebed;
}

@media only screen and (min-width: 641px) {
  .fluentform .ff-el-group.ff_list_3col .ff-el-form-check {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_2col .ff-el-form-check {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_4col .ff-el-form-check {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_5col .ff-el-form-check {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
    width: auto !important;
    float: none !important;
    margin: 0 15px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder) {
  width: auto !important;
  float: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder) label {
  margin: 0;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder) input {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder) span {
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
  position: relative;
  display: inline-block;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder) span:hover {
  color: #409eff;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder):first-child span {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder):last-child span {
  border-radius: 0 4px 4px 0;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder).ff_item_selected span {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  box-shadow: -1px 0 0 0 #8cc5ff;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff-el-image-holder).ff_item_selected:first-child span {
  border-left-color: #409eff;
}

.fluentform div.ff-el-form-hide_label > .ff-el-input--label {
  display: none;
  visibility: hidden;
}

.fluentform .ff_file_upload_holder {
  margin-bottom: 0;
}

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

.fluentform .ff_right {
  text-align: right;
}

.fluentform .ff_left {
  text-align: left;
}

.fluentform .ff-form-inline .ff-t-container, .fluentform .ff-form-inline > .ff-el-group, .fluentform .ff-form-inline > .ff-name-field-wrapper {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline .ff-t-container > .ff-el-input--label, .fluentform .ff-form-inline > .ff-el-group .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline > .ff-el-group > .ff-el-input--label, .fluentform .ff-form-inline > .ff-name-field-wrapper .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline > .ff-name-field-wrapper > .ff-el-input--label {
  display: none;
}

.fluentform .ff-form-inline .ff-t-container .ff-el-input--content, .fluentform .ff-form-inline > .ff-el-group .ff-el-input--content, .fluentform .ff-form-inline > .ff-name-field-wrapper .ff-el-input--content {
  margin-left: 0;
}

.fluentform .ff-form-inline .ff-t-container:last-child, .fluentform .ff-form-inline > .ff-el-group:last-child, .fluentform .ff-form-inline > .ff-name-field-wrapper:last-child {
  margin-right: 0;
}

.fluentform .ff-t-container .ff-name-title {
  width: 40%;
}

.fluentform .ff_hide_label .ff-el-input--label {
  display: none;
}

.fluentform .field-value {
  white-space: pre-line;
}

.fluentform .ff-el-group .ff-read-only {
  background-color: #e9ecef !important;
  opacity: 1;
  pointer-events: none;
}

.fluentform label.ff-el-image-input-src {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
  display: block;
}

.fluentform .ff-el-image-holder {
  width: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.fluentform .ff-el-image-holder .ff-el-form-check-label {
  padding-left: 1px;
}

.fluentform .ff_el_checkable_photo_holders {
  display: block;
  margin-bottom: -20px;
  overflow: hidden;
}

.fluentform .select2-container {
  width: 100% !important;
}

.fluentform .select2-container .select2-selection__rendered li {
  margin: 0;
}

.fluentform .select2-container .select2-search--inline > input {
  margin-top: 0;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
}

.fluentform .ff-el-form-bottom {
  display: flex;
  flex-direction: column-reverse;
}

.fluentform .ff-el-form-bottom .ff-el-input--label {
  margin-bottom: 0;
  margin-top: 5px;
}

.ff_modal_container {
  max-width: 900px;
  background: #fff;
  padding: 30px;
  overflow: auto;
  max-height: 90vh !important;
}

@media only screen and (min-width: 1000px) {
  .ff_modal_container {
    width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  .lity-container {
    width: 96%;
  }
  .fluentform .ff-t-container .ff-name-title {
    width: 100%;
  }
}
.select2-results__option {
  margin: 0;
}

.fluentform span.select2.select2-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #495057;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.ff_pointer {
  cursor: pointer;
}

.card-color:nth-of-type(12n+1) {
  background-color: #E1125C;
}
.card-color:nth-of-type(12n+2) {
  background-color: #32A942;
}
.card-color:nth-of-type(12n+3) {
  background-color: #F77400;
}
.card-color:nth-of-type(12n+4) {
  background-color: #2F96F8;
}
.card-color:nth-of-type(12n+5) {
  background-color: #A13ACC;
}
.card-color:nth-of-type(12n+6) {
  background-color: #1CC5C4;
}
.card-color:nth-of-type(12n+7) {
  background-color: #6F46C3;
}
.card-color:nth-of-type(12n+8) {
  background-color: #1EBB8A;
}
.card-color:nth-of-type(12n+9) {
  background-color: #FF9900;
}
.card-color:nth-of-type(12n+10) {
  background-color: #25B3FC;
}
.card-color:nth-of-type(12n+11) {
  background-color: #F65300;
}
.card-color:nth-of-type(12n+12) {
  background-color: #A71679;
}

.update-color .update-card .inner,
.update-color .update-card .tab {
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
}
.update-color:nth-of-type(12n+1) * {
  color: #E1125C !important;
}
.update-color:nth-of-type(12n+1) * .learn-button {
  border-bottom: 2px solid #E1125C;
}
.update-color:nth-of-type(12n+1):hover .inner, .update-color:nth-of-type(12n+1):hover .tab {
  background-color: #E1125C !important;
}
.update-color:nth-of-type(12n+1):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+1):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+2) * {
  color: #32A942 !important;
}
.update-color:nth-of-type(12n+2) * .learn-button {
  border-bottom: 2px solid #32A942;
}
.update-color:nth-of-type(12n+2):hover .inner, .update-color:nth-of-type(12n+2):hover .tab {
  background-color: #32A942 !important;
}
.update-color:nth-of-type(12n+2):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+2):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+3) * {
  color: #F77400 !important;
}
.update-color:nth-of-type(12n+3) * .learn-button {
  border-bottom: 2px solid #F77400;
}
.update-color:nth-of-type(12n+3):hover .inner, .update-color:nth-of-type(12n+3):hover .tab {
  background-color: #F77400 !important;
}
.update-color:nth-of-type(12n+3):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+3):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+4) * {
  color: #2F96F8 !important;
}
.update-color:nth-of-type(12n+4) * .learn-button {
  border-bottom: 2px solid #2F96F8;
}
.update-color:nth-of-type(12n+4):hover .inner, .update-color:nth-of-type(12n+4):hover .tab {
  background-color: #2F96F8 !important;
}
.update-color:nth-of-type(12n+4):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+4):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+5) * {
  color: #A13ACC !important;
}
.update-color:nth-of-type(12n+5) * .learn-button {
  border-bottom: 2px solid #A13ACC;
}
.update-color:nth-of-type(12n+5):hover .inner, .update-color:nth-of-type(12n+5):hover .tab {
  background-color: #A13ACC !important;
}
.update-color:nth-of-type(12n+5):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+5):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+6) * {
  color: #1CC5C4 !important;
}
.update-color:nth-of-type(12n+6) * .learn-button {
  border-bottom: 2px solid #1CC5C4;
}
.update-color:nth-of-type(12n+6):hover .inner, .update-color:nth-of-type(12n+6):hover .tab {
  background-color: #1CC5C4 !important;
}
.update-color:nth-of-type(12n+6):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+6):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+7) * {
  color: #6F46C3 !important;
}
.update-color:nth-of-type(12n+7) * .learn-button {
  border-bottom: 2px solid #6F46C3;
}
.update-color:nth-of-type(12n+7):hover .inner, .update-color:nth-of-type(12n+7):hover .tab {
  background-color: #6F46C3 !important;
}
.update-color:nth-of-type(12n+7):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+7):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+8) * {
  color: #1EBB8A !important;
}
.update-color:nth-of-type(12n+8) * .learn-button {
  border-bottom: 2px solid #1EBB8A;
}
.update-color:nth-of-type(12n+8):hover .inner, .update-color:nth-of-type(12n+8):hover .tab {
  background-color: #1EBB8A !important;
}
.update-color:nth-of-type(12n+8):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+8):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+9) * {
  color: #FF9900 !important;
}
.update-color:nth-of-type(12n+9) * .learn-button {
  border-bottom: 2px solid #FF9900;
}
.update-color:nth-of-type(12n+9):hover .inner, .update-color:nth-of-type(12n+9):hover .tab {
  background-color: #FF9900 !important;
}
.update-color:nth-of-type(12n+9):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+9):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+10) * {
  color: #25B3FC !important;
}
.update-color:nth-of-type(12n+10) * .learn-button {
  border-bottom: 2px solid #25B3FC;
}
.update-color:nth-of-type(12n+10):hover .inner, .update-color:nth-of-type(12n+10):hover .tab {
  background-color: #25B3FC !important;
}
.update-color:nth-of-type(12n+10):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+10):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+11) * {
  color: #F65300 !important;
}
.update-color:nth-of-type(12n+11) * .learn-button {
  border-bottom: 2px solid #F65300;
}
.update-color:nth-of-type(12n+11):hover .inner, .update-color:nth-of-type(12n+11):hover .tab {
  background-color: #F65300 !important;
}
.update-color:nth-of-type(12n+11):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+11):hover * {
  color: #fff !important;
}
.update-color:nth-of-type(12n+12) * {
  color: #A71679 !important;
}
.update-color:nth-of-type(12n+12) * .learn-button {
  border-bottom: 2px solid #A71679;
}
.update-color:nth-of-type(12n+12):hover .inner, .update-color:nth-of-type(12n+12):hover .tab {
  background-color: #A71679 !important;
}
.update-color:nth-of-type(12n+12):hover .learn-button {
  border-bottom: 2px solid white;
}
.update-color:nth-of-type(12n+12):hover * {
  color: #fff !important;
}

.tab-color:nth-of-type(5n+1).tab-pane {
  background-color: #3D52B9;
}
.tab-color:nth-of-type(5n+1).tab-item {
  background-color: #3D52B9;
}
.tab-color:nth-of-type(5n+1) svg path {
  fill: #3D52B9;
}
.tab-color:nth-of-type(5n+2).tab-pane {
  background-color: #3674D9;
}
.tab-color:nth-of-type(5n+2).tab-item {
  background-color: #3674D9;
}
.tab-color:nth-of-type(5n+2) svg path {
  fill: #3674D9;
}
.tab-color:nth-of-type(5n+3).tab-pane {
  background-color: #2F96F8;
}
.tab-color:nth-of-type(5n+3).tab-item {
  background-color: #2F96F8;
}
.tab-color:nth-of-type(5n+3) svg path {
  fill: #2F96F8;
}
.tab-color:nth-of-type(5n+4).tab-pane {
  background-color: #1CC5C4;
}
.tab-color:nth-of-type(5n+4).tab-item {
  background-color: #1CC5C4;
}
.tab-color:nth-of-type(5n+4) svg path {
  fill: #1CC5C4;
}
.tab-color:nth-of-type(5n+5).tab-pane {
  background-color: #1EBB8A;
}
.tab-color:nth-of-type(5n+5).tab-item {
  background-color: #1EBB8A;
}
.tab-color:nth-of-type(5n+5) svg path {
  fill: #1EBB8A;
}

html,
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 62.5%;
  background-color: #FFFCE3;
  height: 100%;
}

::selection {
  background-color: #FFC700;
  color: #121212;
}

body {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.47em;
  color: #fff;
}

p {
  color: #333333;
  margin: 2rem 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  p {
    font-size: 1.6rem;
  }
}

#text {
  color: #FFFCE3;
}

h1,
.h1 {
  line-height: 1.19em;
  font-weight: 700;
  hyphens: auto;
  font-weight: 800;
  line-height: 105%;
  font-size: 5rem;
  hyphens: manual;
}
@media screen and (min-width: 400px) {
  h1,
.h1 {
    font-size: calc(5rem + 22 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  h1,
.h1 {
    font-size: 6.6rem;
  }
}

h2,
.h2 {
  line-height: 1.19em;
  font-weight: 700;
  hyphens: auto;
  font-size: 3.6rem;
  hyphens: manual;
}
@media screen and (min-width: 400px) {
  h2,
.h2 {
    font-size: calc(3.6rem + 22 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  h2,
.h2 {
    font-size: 5.8rem;
  }
}

h3,
.h3 {
  line-height: 1.19em;
  font-weight: 700;
  hyphens: auto;
  font-size: 2.8rem;
  hyphens: manual;
}
@media screen and (min-width: 400px) {
  h3,
.h3 {
    font-size: calc(2.8rem + 12 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  h3,
.h3 {
    font-size: 4rem;
  }
}

h4,
.h4 {
  line-height: 1.19em;
  font-weight: 700;
  hyphens: auto;
  font-size: 2rem;
  hyphens: manual;
}
@media screen and (min-width: 400px) {
  h4,
.h4 {
    font-size: calc(2rem + 10 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  h4,
.h4 {
    font-size: 2.8rem;
  }
}

h5,
.h5 {
  line-height: 1.19em;
  font-weight: 700;
  hyphens: auto;
  hyphens: manual;
  font-size: 1.13rem;
  line-height: 22px;
}

.white,
.white p,
.white a {
  color: #fff;
}

.white a {
  border-bottom: 2px solid white;
  transition: all 0.2s ease-out;
}

.white a:hover {
  border-bottom: 2px solid transparent;
}

.graphite {
  color: #333333;
}

.default-type {
  color: #333333;
}
.default-type ol,
.default-type ul {
  margin: 2rem 0;
}
.default-type.resources h1,
.default-type.resources h2,
.default-type.resources h3,
.default-type.resources h4,
.default-type.resources h5,
.default-type.resources h6, .default-type.blue h1,
.default-type.blue h2,
.default-type.blue h3,
.default-type.blue h4,
.default-type.blue h5,
.default-type.blue h6 {
  color: #3674d9;
}
.default-type h1,
.default-type h2,
.default-type h3,
.default-type h4,
.default-type h5,
.default-type h6 {
  color: #A428A3;
}
.default-type p {
  color: #333333;
  margin: 2rem 0;
}
.default-type p a {
  color: #A428A3;
}
.default-type a {
  margin: 2rem 0;
  color: #A428A3;
  border-bottom: 2px solid #A428A3;
  transition: all 0.2s ease-out;
}
.default-type a:hover {
  border-bottom-color: transparent;
}
.default-type a.button:hover {
  border-bottom-color: white;
}
.default-type hr {
  background-color: #A428A3;
  height: 0.2rem;
  border: 0;
  margin-bottom: 1rem;
}
.default-type blockquote {
  color: #E1125C;
  padding-left: 2rem;
  border-left: 2px solid #A4E453;
  font-size: 1.9rem;
  margin: 2rem 0;
  line-height: 150%;
}

.default-type blockquote,
.default-type blockquote p {
  color: #E1125C;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  margin: 22px 0;
}

.content .text h1,
.content .text h2,
.content .text h3,
.content .text h4,
.content .text h5,
.content .text .h1,
.content .text .h2,
.content .text .h3,
.content .text .h4,
.content .text .h5 {
  margin-top: 1rem;
}
.content .text h1,
.content .text h2,
.content .text h3,
.content .text .h1,
.content .text .h2,
.content .text .h3 {
  margin-bottom: 0.6rem;
}
.content .text strong {
  font-weight: 700;
}
.content .text em {
  font-style: italic;
}
.content .text p,
.content .text ul,
.content .text ol {
  margin-bottom: 1em;
}
.content .text p a,
.content .text ul a,
.content .text ol a {
  color: #FFC700;
  font-weight: 700;
  text-decoration: underline;
}
.content .text p a:hover,
.content .text ul a:hover,
.content .text ol a:hover {
  color: var(--sigcolor);
}
.content .text hr {
  opacity: 0.5;
  margin: 4rem 0 3rem;
}

.rule-list ul {
  list-style-type: none;
  padding: 0;
  padding-top: 15px;
}
.rule-list ul li {
  padding: 25px 0;
  position: relative;
}
.rule-list ul li:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background: rgb(134, 133, 133);
  background: linear-gradient(90deg, rgba(134, 133, 133, 0) 0%, rgba(134, 133, 133, 0.5004595588) 23%, rgb(175, 175, 175) 50%, rgba(134, 133, 133, 0.5004595588) 77%, rgba(134, 133, 133, 0) 100%);
}
@media screen and (min-width: 800px) {
  .rule-list ul li {
    display: flex;
  }
  .rule-list ul li div:nth-of-type(1) {
    width: 50%;
    padding-right: 25px;
  }
  .rule-list ul li div:nth-of-type(2) {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .rule-list ul li div:nth-of-type(1) {
    width: 50%;
  }
  .rule-list ul li div:nth-of-type(2) {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .rule-list ul li div:nth-of-type(1) {
    width: 40%;
  }
  .rule-list ul li div:nth-of-type(2) {
    width: 60%;
  }
}
.rule-list ul li:last-of-type:after {
  display: none;
}
.rule-list ul li h3 {
  margin-bottom: 5px;
}
.rule-list ul li p {
  color: #afafaf;
}

.display-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
  visibility: hidden;
}

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

ul.no-bullets {
  list-style: none !important;
}

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

img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a,
button {
  cursor: pointer !important;
}

.lang-switcher ul {
  list-style: none;
  padding-left: 1rem;
}
.lang-switcher .pll-switcher-select {
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
}
.lang-switcher option {
  color: black;
}
.lang-switcher option::selection {
  background-color: #FFC700;
  color: #121212;
}

.circle-chevron {
  width: 55px;
  height: 54.984px;
  flex-shrink: 0;
}

.header-search-icon {
  position: relative;
  top: 0.2rem;
  height: 7.5rem;
}
@media screen and (min-width: 600px) {
  .header-search-icon {
    height: 7.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .header-search-icon {
    height: 7.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-icon {
    height: 11rem;
  }
}
.header-search-icon .mag-glass {
  transition: all 0.15s ease-in-out;
  fill: #0394DD;
}
.header-search-icon .header-search-icon__path {
  transition: all 0.15s ease-in-out;
  stroke: #0394DD;
  fill: #0394DD;
}
.header-search-icon:hover .mag-glass {
  transition: all 0.15s ease-in-out;
  fill: #333333;
}
.header-search-icon:hover .header-search-icon__path {
  transition: all 0.15s ease-in-out;
  stroke: #fff;
  fill: #333333;
}

button,
.button {
  cursor: pointer;
  display: table;
  text-transform: uppercase;
  margin: 20px 10px;
  border-radius: 72px;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
}
button.btn--fat,
.button.btn--fat {
  letter-spacing: 0.05rem;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 3.8rem;
  background-color: #1EBB8A;
  border: 2px solid #1EBB8A;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  button.btn--fat,
.button.btn--fat {
    padding: 3rem 4rem;
  }
}
button.btn--fat a,
.button.btn--fat a {
  color: #fff;
}
button.btn--round,
.button.btn--round {
  height: 9.4rem;
  width: 9.4rem;
  border-radius: 100%;
  background-color: #0394DD;
}
button.no-btn,
.button.no-btn {
  background-color: transparent;
  border: 0px;
  display: table;
  margin: 0;
}
button.no-btn:hover,
.button.no-btn:hover {
  background-color: transparent;
  border: 0px;
}
button.btn--skinny,
.button.btn--skinny {
  line-height: 1;
  background-color: #E1125C;
  border: 2px solid #E1125C;
  padding: 1.6rem 2.5rem;
  text-transform: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.clear-filters,
.button.clear-filters {
  margin: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}
button.btn--category,
.button.btn--category {
  border: 2px solid #fff;
  background: transparent;
  font-size: 12px;
  margin: 5px;
  text-transform: none;
  padding: 2px 5px;
  display: inline-block;
}
button.lg,
.button.lg {
  font-size: 1.6rem;
  padding: 0.8rem 1.8rem;
  color: #A428A3;
  border: 2px solid #A428A3;
  color: #A428A3;
}
button.lg a,
.button.lg a {
  color: #A428A3;
}
button:hover,
.button:hover {
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  border: 2px solid #fff;
}
button:hover a,
.button:hover a {
  color: #fff;
}

form > button:hover {
  background-color: #333333 !important;
  border: 2px solid #333333;
}

.search-circle {
  height: auto;
  width: 30rem;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  position: relative;
  background-color: #FFC700;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  top: 0;
  right: 0;
  margin: 0 auto 3rem;
  background-image: url("images/Asset-3@3x.png");
  background-size: cover;
  background-origin: padding-box;
  padding: 2rem;
  padding-top: 2.1rem;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.search-circle .type-path {
  width: 50%;
  top: 1.2rem;
  left: 1.2rem;
}
.search-circle .type-path path {
  fill: transparent;
}
.search-circle .type-path text {
  font-size: 5rem;
  color: #333333;
}
.search-circle .search-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 800px) {
  .search-circle {
    transform: translateY(-50%);
    position: absolute;
    height: initial;
    width: 30%;
    right: 5%;
    max-width: 41.6rem;
  }
  .search-circle:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
  }
}
.search-circle .custom-searchform {
  width: 95%;
  border-bottom: 2px solid #333333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-circle .custom-searchform input {
  position: relative;
  border: 0px !important;
  align-self: center;
  font-size: 2.4rem;
  color: #333333 !important;
  min-width: 15rem;
  max-width: 90%;
  text-align: center;
}
.search-circle .custom-searchform input::placeholder {
  color: #333333;
}
.search-circle .custom-searchform .search-vert-line {
  transform: rotate(90deg);
  width: 5rem;
  height: 0.2rem;
  background-color: black;
  border: 0px;
  position: relative;
  left: 14%;
  animation: cursorBlink 1.25s steps(2) infinite;
}

html:lang(fr) .search-circle,
html:lang(fr-CA) .search-circle {
  background-image: url("images/french_circletext.png");
}

.header-search-container .custom-search__submit {
  display: none !important;
}

.custom-search__submit {
  background: transparent;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
.custom-search__submit img {
  object-fit: contain;
}

@keyframes cursorBlink {
  0% {
    opacity: 0;
  }
}
.header-search-container .custom-searchform {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  display: none;
  visibility: hidden;
  padding: 1rem 2rem;
  position: absolute;
  border: 2px solid #0394DD;
  border-radius: 7.2rem;
  background-color: #0394DD;
  bottom: 0;
  right: 1rem;
  width: 25rem;
  opacity: 0;
  transform: translateY(110%);
  transition: all 0.25s ease-in-out;
}
.header-search-container .custom-searchform hr {
  display: none;
}
.header-search-container .custom-searchform input {
  border: 0px !important;
  border-bottom: 2px solid #333333 !important;
  color: #333333 !important;
  width: 100%;
  font-size: 1.8rem;
}
.header-search-container .custom-searchform input::placeholder {
  color: #333333;
}
.header-search-container .custom-searchform.search-visible {
  visibility: visible;
  display: flex;
  transform: translateY(100%);
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.header-search-container.search-visible {
  visibility: visible;
  display: flex;
  position: relative;
}
.header-search-container.search-visible .custom-searchform {
  left: 0;
  bottom: 2rem;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.header-search-container.search-visible.resource-search {
  margin-left: auto;
}
.header-search-container.search-visible.resource-search .custom-searchform {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .header-search-container.search-visible.resource-search {
    margin-top: -180px;
    margin-bottom: 100px;
    color: white;
  }
  .header-search-container.search-visible.resource-search .custom-searchform {
    width: 35rem;
  }
  .header-search-container.search-visible.resource-search .custom-searchform input {
    border-bottom: 2px solid white !important;
    color: white !important;
  }
  .header-search-container.search-visible.resource-search .custom-searchform input::placeholder {
    color: white;
  }
  .header-search-container.search-visible.resource-search .custom-searchform input:focus::placeholder {
    color: transparent;
  }
}

@media screen and (min-width: 600px) {
  .header-search-container.search-visible.resource-search .custom-searchform {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .header-search-container.search-visible.resource-search .custom-searchform {
    width: 35rem;
  }
}
.top-level__shape {
  display: flex;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 1;
}
.top-level__shape .triangle {
  width: 3.5rem;
  height: 20rem;
}
@media screen and (min-width: 1000px) {
  .top-level__shape .triangle {
    height: 30rem;
  }
}
.top-level__shape .triangle .top {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0.1rem;
  background-color: #A71679;
}
.top-level__shape .triangle .bottom {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  height: 5rem;
  width: 3.5rem;
  background-color: #A71679;
}
@media screen and (min-width: 1000px) {
  .top-level__shape .triangle .bottom {
    height: 5rem;
  }
}
.top-level__shape .circle {
  height: 25rem;
  width: 25rem;
  background-color: #2F96F8;
  clip-path: circle(99.5% at 0 100%);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .top-level__shape .circle {
    height: 35rem;
    width: 35rem;
  }
}

.home-hero__shape {
  left: 0;
  bottom: 0;
  height: 72%;
}
@media screen and (min-width: 600px) {
  .home-hero__shape {
    height: 80%;
  }
}
.home-hero__shape .inner {
  height: 100%;
}

.new-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0 5rem;
  width: 85%;
}

.slider-wrapper .image-list {
  margin: 0 auto;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  font-size: 0;
  list-style: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .single-slide {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .slider-wrapper .image-list .single-slide {
    width: 49%;
  }
}
@media screen and (min-width: 800px) {
  .slider-wrapper .image-list .single-slide {
    width: 32%;
  }
}
.slider-wrapper .image-list .single-slide .update-card {
  width: 100%;
  margin: 0;
}

button.header-search svg {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  button.header-search svg {
    width: 88px;
    height: 88px;
  }
}

.page-numbers {
  color: #FFC700;
}
.page-numbers.current {
  border-bottom: 1px solid #FFC700;
}

.fade-me {
  opacity: 0;
  -moz-transform: translateX(0) translateY(30px);
  -webkit-transform: translateX(0) translateY(30px);
  -o-transform: translateX(0) translateY(30px);
  -ms-transform: translateX(0) translateY(30px);
  transform: translateX(0) translateY(30px);
  transition-property: all;
  transition-duration: 0.7s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
  transition-timing-function: ease-out;
}
.fade-me.faded-in {
  opacity: 1;
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

form label {
  display: none !important;
}
form input,
form textarea {
  border-radius: 0 !important;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #868585 !important;
  color: white !important;
}
form input:focus,
form textarea:focus {
  background-color: transparent !important;
  outline: thin dotted;
}
form input:focus:not(:focus-visible),
form textarea:focus:not(:focus-visible) {
  outline: none;
}
form input:focus-visible,
form textarea:focus-visible {
  outline: thin dotted;
  color: var(--color-text-link-hover);
}
form button,
form .ff-btn,
form .ff-btn-submit {
  background-color: #FFC700;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
form button:hover,
form .ff-btn:hover,
form .ff-btn-submit:hover {
  background-color: #fff;
  opacity: 1 !important;
}
form button.no-btn:hover {
  background-color: transparent !important;
}
form ::placeholder {
  color: #333333;
}

.updates-page {
  position: relative;
  background-color: #6F46C3;
}
@media screen and (min-width: 1000px) {
  .updates-page {
    padding: 8rem 10.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .updates-page {
    padding: 12rem 14.4rem;
  }
}
.updates-page .updates--inner {
  width: 100%;
  margin: 0 auto;
}

.search-results .results-list {
  color: #333333;
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
  max-width: 840px;
}
.search-results .results-list li {
  margin-bottom: 40px;
  border-bottom: 1px solid #333333;
}
.search-results .results-list li:last-child {
  border-bottom: 0;
}
.search-results .results-list h3 {
  margin-bottom: 20px;
}
.search-results .results-list p {
  margin-top: 1rem;
}
.search-results .results-list a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #A428A3;
  transition: border 0.2s ease-out;
}
.search-results .results-list a:hover {
  border-bottom: 2px solid #A428A3;
}
.search-results .results-list a p {
  color: #A428A3;
}
.search-results .results-list h2 {
  margin-bottom: 5rem;
}

.new-search {
  margin: 0;
}
.new-search h4 {
  color: #333333;
  padding-top: 2rem;
}
.new-search .header-search-container {
  display: table;
}
.new-search .custom-searchform {
  display: flex;
  visibility: visible;
  position: relative;
  transform: translateY(0%);
  bottom: 0;
  margin: 3rem 0;
}
.search-results .new-search {
  box-sizing: border-box;
  margin: 40px 0 0;
  padding-top: 40px;
  border-top: 2px solid #A428A3;
}
.search-results .new-search .header-search-container {
  width: 100%;
  max-width: 640px;
  margin-top: 20px;
}
.search-results .new-search .custom-searchform {
  width: 100%;
}

footer .decorative {
  background-color: #FF9900;
}
footer .land-acknowledgement {
  color: #333333;
  max-width: 640px;
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 18px;
}
footer .logo svg path:nth-child(-n+4) {
  fill: #121212;
}
footer .legal {
  background-color: #333333;
}
footer .legal .legal-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.6rem;
  color: #fff;
}
footer .legal .legal-inner p {
  color: #fff;
}
footer .legal .legal-inner .harc-attribution {
  color: #FFC700;
}
footer .our-impact {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 11rem 9%;
}
@media screen and (min-width: 1000px) {
  footer .our-impact {
    padding: 14rem 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .our-impact {
    padding: 16rem 9%;
  }
}
footer .our-impact .text {
  z-index: 30;
  color: #fff;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: 80%;
}
@media screen and (min-width: 800px) {
  footer .our-impact .text {
    width: 65%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  footer .our-impact .text {
    width: 54%;
  }
}
footer .our-impact .text .eyebrow {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 800;
}
footer .our-impact .text .attribution {
  color: #fff;
  padding-top: 2rem;
  font-size: 1.6rem;
  font-weight: 800;
}
footer .our-impact .text .testimonial {
  font-size: 2rem;
  line-height: 150%;
  text-transform: none;
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 800px) {
  footer .our-impact .text .testimonial {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1000px) {
  footer .our-impact .text .testimonial {
    font-size: 3.2rem;
    line-height: 150%;
  }
}
footer .our-impact .text .name {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}
footer .our-impact .blue-triangle {
  z-index: 20;
  width: 75%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 59%);
  background-color: #2F96F8;
  position: absolute;
  top: 0;
  right: 0;
}
footer .main-footer {
  background-color: #FFFCE3;
  position: relative;
}
footer .main-footer .support-our-work {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 10;
  background-color: #A428A3;
  margin-bottom: 5rem;
  margin-left: auto;
  top: 0;
  right: 0;
  width: 100%;
}
footer .main-footer .support-our-work h4,
footer .main-footer .support-our-work p {
  color: #fff;
}
@media screen and (min-width: 800px) {
  footer .main-footer .support-our-work {
    margin-bottom: 0;
    position: absolute;
    width: 65%;
    right: 9%;
    transform: translateY(-89.25%);
  }
}
@media screen and (min-width: 1000px) {
  footer .main-footer .support-our-work {
    width: 50%;
  }
}
footer .main-footer .support-our-work .button {
  margin: 0;
  background-color: #FF9900;
  border: 2px solid #FF9900;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  display: table;
}
footer .main-footer .support-our-work .button:hover {
  transition: all 0.15s ease-in-out;
  background-color: #333333;
  border-bottom-color: white;
  border: 2px solid #fff;
}
footer .main-footer .support-our-work .button:hover a {
  color: #fff;
}
footer .main-footer .footer-nav--section {
  width: 100%;
  padding-bottom: 6rem;
  padding-top: 5rem;
}
@media screen and (min-width: 800px) {
  footer .main-footer .footer-nav--section {
    padding-top: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  footer .main-footer .footer-nav--section {
    padding-top: 20rem;
  }
}
footer .main-footer .footer-nav--section .inner {
  width: 90%;
  margin-left: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 800px) {
  footer .main-footer .footer-nav--section .inner {
    padding-right: 8%;
    margin: 0 0 0 auto;
  }
}
footer .main-footer .footer-nav--section .footer-nav--container {
  margin-top: 5rem;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  footer .main-footer .footer-nav--section .footer-nav--container {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .main-footer .footer-nav--section h2 {
  color: #333333;
}
footer .main-footer .footer-nav--section .socials {
  display: flex;
  margin-bottom: 3rem;
}
footer .main-footer .footer-nav--section .socials a {
  border-bottom: 0px;
}
@media screen and (min-width: 1000px) {
  footer .main-footer .footer-nav--section .socials {
    margin-bottom: 0;
  }
}
footer .main-footer .footer-nav--section .socials .social {
  margin-left: 0.7rem;
}
footer .main-footer .footer-nav--section .socials .social svg path {
  fill: #A428A3;
  transition: all 0.15s ease-in-out;
}
footer .main-footer .footer-nav--section .socials .social:hover svg path {
  fill: #FF9900;
  transition: all 0.15s ease-in-out;
}

.footer-nav a {
  position: relative;
  color: #333333 !important;
}
.footer-nav a:hover:after {
  width: 100%;
}
.footer-nav a:after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #333333;
  left: 0;
  transform: translateY(2rem);
}
.footer-nav .footer {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 800px) {
  .footer-nav .footer {
    flex-wrap: nowrap;
  }
}
.footer-nav .footer > li {
  margin-right: 2rem;
  min-width: 200px;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .footer-nav .footer > li {
    margin-bottom: 0;
  }
}
.footer-nav .footer > li > a {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.footer-nav .sub-menu {
  display: block;
  position: relative;
  height: auto;
  max-height: 32rem;
  width: 100%;
  padding-left: 0;
  margin-top: 2rem;
}
.footer-nav .sub-menu li {
  margin-bottom: 0.5rem;
}
.footer-nav .sub-menu .sub-menu {
  display: none;
  visibility: hidden;
}

.display-none {
  display: none;
  visibility: hidden;
}

.is-loading {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}

.intro {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .intro {
    width: 75%;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .intro {
    width: 60%;
    margin-bottom: 7rem;
  }
}

.custom-container {
  margin: 0 auto;
  max-width: 140rem;
}

.section-container {
  position: relative;
  padding: 3.25rem 30px;
}
@media screen and (min-width: 600px) {
  .section-container {
    padding: 7rem 3rem;
  }
}
@media screen and (min-width: 800px) {
  .section-container {
    padding: 8.25rem 6rem;
  }
}
@media screen and (min-width: 1000px) {
  .section-container {
    padding: 12.5rem 8.25rem;
  }
}
.section-container.has-filter-container {
  padding-top: 16rem;
}
@media screen and (min-width: 1000px) {
  .section-container.has-filter-container {
    padding: 12.5rem 8.25rem;
  }
}

.page-template-page-customposts .section-container.has-filter-container.resources-page, .page-template-page-customposts .section-container.has-filter-container.updates-page,
.page-template-page-resource-template .section-container.has-filter-container.resources-page,
.page-template-page-resource-template .section-container.has-filter-container.updates-page,
.page-template-page-question-template .section-container.has-filter-container.resources-page,
.page-template-page-question-template .section-container.has-filter-container.updates-page,
.page-template-page-updates .section-container.has-filter-container.resources-page,
.page-template-page-updates .section-container.has-filter-container.updates-page {
  padding-top: 4px;
}
@media screen and (min-width: 1000px) {
  .page-template-page-customposts .section-container.has-filter-container.resources-page, .page-template-page-customposts .section-container.has-filter-container.updates-page,
.page-template-page-resource-template .section-container.has-filter-container.resources-page,
.page-template-page-resource-template .section-container.has-filter-container.updates-page,
.page-template-page-question-template .section-container.has-filter-container.resources-page,
.page-template-page-question-template .section-container.has-filter-container.updates-page,
.page-template-page-updates .section-container.has-filter-container.resources-page,
.page-template-page-updates .section-container.has-filter-container.updates-page {
    padding: 4rem 8.25rem 12rem;
  }
}

.site {
  height: 100%;
}

.skiplink {
  position: absolute;
  background-color: #FFFCE3;
  border-radius: 72px;
  left: 0;
  top: 0;
  padding: 20px;
  font-size: 1.25rem;
  transform: translateX(-100%);
}
.skiplink:focus {
  transform: translateX(0%);
}

header {
  z-index: 20;
  padding-left: 2rem;
  padding-top: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  header {
    padding-left: 3rem;
    padding-top: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 0 5rem 0 5rem;
  }
}
@media (max-width: 1099px) {
  header {
    padding-left: 2rem;
    padding-top: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
header .home-logo {
  position: relative;
  z-index: 20;
  display: table;
}
@media screen and (min-width: 600px) {
  header .home-logo {
    margin-right: 80px;
  }
}
@media screen and (min-width: 800px) {
  header .home-logo {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1000px) {
  header .home-logo {
    margin-right: 80px;
    width: 19rem;
  }
}
header .home-logo svg path:nth-child(5) {
  fill: white;
  transition: all 0.15s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  transition-delay: 0.3s;
}
header .home-logo svg path:nth-child(6) {
  fill: white;
  transition: all 0.15s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  transition-delay: 0.15s;
}
header .home-logo svg path:nth-child(7) {
  fill: white;
  transition: all 0.15s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  transition-delay: 0ms;
}
header .home-logo:hover svg path:nth-child(5) {
  fill: #FF9900;
  transition: all 0.15s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  transition-delay: 0ms;
}
header .home-logo:hover svg path:nth-child(6) {
  fill: #E1125C;
  transition: all 0.15s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  transition-delay: 0.15s;
}
header .home-logo:hover svg path:nth-child(7) {
  fill: #A428A3;
  transition: all 0.15s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  transition-delay: 0.3s;
}

.header-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-buttons .button {
  margin-left: 35px;
  margin-right: 10px;
}

.header-buttons .header-search:hover {
  opacity: 0.8;
}

.header-buttons-small-screens {
  display: none;
}

@media (max-width: 1099px) {
  .header-buttons {
    display: none;
    justify-content: flex-end;
  }
  .header-buttons-small-screens {
    display: flex;
    position: absolute;
    right: 80px;
    top: 6px;
  }
  .header-buttons-small-screens .btn--fat {
    margin-left: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 640px) {
  .header-buttons-small-screens {
    right: 80px;
  }
  .header-buttons-small-screens .btn--fat {
    margin-left: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 540px) {
  .header-buttons-small-screens {
    right: 80px;
    top: 38px;
  }
  .header-buttons-small-screens .btn--fat {
    display: none;
  }
}
/*Navigation*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

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

/* Main Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.nav-drawer {
  display: none;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 28px;
  padding-bottom: 26px;
  width: 100%;
}

.main-navigation ul ul {
  height: 0;
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  transition: var(--transition);
}

.main-navigation ul li.focus ul {
  height: auto;
}

.main-navigation ul ul ul {
  padding-left: 30px;
}

.main-navigation li {
  position: relative;
  padding-right: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 135.75%;
}

.main-navigation a {
  color: white;
  display: inline;
  padding-bottom: 2px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 2% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.4s ease-out;
}

.main-navigation a:hover {
  color: white;
  background-size: 100% 2px;
}

.main-navigation li.menu-item-has-children a:hover,
.main-navigation a.btn--fat:hover {
  background-size: 0% 2px;
}

.main-navigation li.menu-item-has-children li a:hover {
  background-size: 100% 2px;
}

.main-navigation .menu-item-has-children > a {
  margin-bottom: 24px;
}
.main-navigation .menu-item-has-children > a::after {
  content: url("images/svg/nav-down-arrow.svg");
  padding-left: 10px;
}

.main-navigation .menu-item-has-children ul .menu-item-has-children > a::after {
  display: none;
}

/*.main-navigation a::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: var(--color-text-reverse);
}*/
@media screen and (max-width: 68.6875rem) {
  .main-navigation {
    padding: 20px 0;
  }
  /* Small menu. */
  .menu-toggle,
.main-navigation.toggled ul {
    display: block;
  }
  .main-navigation.toggled .nav-drawer {
    display: block;
  }
  .nav-drawer {
    background-color: #A428A3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 100px 30px 60px;
    z-index: 0;
    overflow: auto;
  }
  .menu-item-has-children > a {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .main-navigation ul li {
    padding-right: 0;
    padding-left: 0;
    padding: 10px 0;
  }
  .main-navigation ul li ul li {
    margin-bottom: 6px;
    padding: 0;
  }
  .main-navigation ul li ul li:first-child {
    margin-top: 20px;
  }
  .main-navigation ul li ul li:last-child {
    margin-bottom: 20px;
  }
  .main-navigation ul ul {
    background-color: #A428A3;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    position: relative;
  }
  .main-navigation ul ul li {
    margin-bottom: 6px;
  }
  .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
  }
  .main-navigation li.menu-item-has-children.focus > a::after {
    content: url("images/svg/nav-up-arrow.svg");
  }
}
@media screen and (min-width: 68.75rem) {
  .main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-toggle {
    display: none;
  }
  .nav-drawer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .main-navigation ul {
    display: flex;
  }
  /*	sub navs*/
  /*	sub navs*/
  .main-navigation ul ul {
    background-color: #A428A3;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: block;
    height: auto;
    overflow: visible;
    padding: 24px 0 24px 18px;
    position: absolute;
    top: 100%;
    left: -999em;
    width: auto;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    all: unset;
    margin-top: 14px;
    display: block;
  }
  .main-navigation ul ul ul li {
    font-weight: 700;
    font-size: 14px;
    line-height: 135.75%;
    padding-left: 14px;
  }
  .main-navigation ul ul ul li::before {
    content: "- ";
  }
  .main-navigation ul ul li {
    width: 250px;
  }
  .main-navigation ul li ul li {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .main-navigation ul ul a {
    color: white;
  }
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Hamburger */
button.menu-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 2;
  background: transparent;
  padding: 27px 21px 22.5px;
  margin: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.4s var(--easing);
}

button.menu-toggle:focus {
  outline: thin dotted currentColor;
  outline-offset: 2px;
}

button.menu-toggle:focus:not(:focus-visible) {
  outline: none;
}

button.menu-toggle:focus-visible {
  outline: thin dotted currentColor;
  outline-offset: 2px;
}

.bar {
  display: block;
  width: 36px;
  height: 3.5px;
  /*	border-radius: 0px;*/
  background-color: #fff;
  margin-bottom: 6px;
  transition: all 0.2s ease-out;
}

.bar3 {
  transform-origin: center;
}

.bar1 {
  transform-origin: center;
}

.toggled .bar2 {
  display: none;
}

.toggled .bar3 {
  transform: rotate(-40deg) translateY(-6px);
}

.toggled .bar1 {
  transform: rotate(40deg) translateY(6px);
}

.home-video {
  background: #121212;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1000px) {
  .home-video {
    display: block;
  }
}
.home-video video {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  object-fit: cover;
}
.home-video.fading {
  opacity: 0;
}
.home-video.hidden {
  display: none;
}

body {
  background-color: #FFFCE3;
  color: white;
  width: 100%;
}

.subpages--list {
  padding: 0 2rem;
}
@media screen and (min-width: 600px) {
  .subpages--list {
    padding: 0rem 4rem;
  }
}

.cat-list.question {
  display: flex;
}
.cat-list.question ul {
  list-style: none;
}

.hero {
  width: 100%;
  padding: 15rem 2rem 2rem 4rem;
  position: relative;
  background-position: center;
  background-color: #A428A3;
  min-height: 80vh;
}
@media screen and (min-width: 1000px) {
  .hero {
    padding: 15rem 0 6rem 12rem;
  }
}
.hero .content {
  max-width: 740px;
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
}
.hero .content p {
  max-width: 400px;
}
.hero .content h1 {
  max-width: 740px;
  hyphens: manual;
}
.hero .btn--skinny {
  margin-left: 0;
}
.hero a {
  display: table;
}

.top-level-section {
  background: linear-gradient(180deg, #e1125c 0%, #cf004a 100%);
}
@media screen and (min-width: 1000px) {
  .top-level-section {
    padding: 10rem 13.2rem 9rem;
  }
}
.top-level-section .inner {
  display: flex;
  flex-direction: column;
}
.top-level-section .inner .left {
  position: relative;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  .top-level-section .inner .left {
    margin: 0;
    margin-bottom: 0;
    width: 33.333%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .top-level-section .inner .right {
    width: 55%;
  }
}
.top-level-section .inner .image--top-level {
  position: relative;
}
.top-level-section .inner .image--top-level img {
  z-index: 10;
  border-radius: 100%;
}
@media screen and (min-width: 1000px) {
  .top-level-section .inner .image--top-level {
    width: initial;
  }
}
.top-level-section .inner .shape {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: -2rem;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: #FF9900;
}
.top-level-section .inner h2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .top-level-section .inner h2 {
    position: absolute;
    top: -7.813rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-level-section .inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.at-a-glance {
  z-index: 2;
  background: linear-gradient(180deg, #2f9bf8 0%, #3674d9 100%);
}
@media screen and (min-width: 1000px) {
  .at-a-glance {
    padding: 9.6rem 13.2rem 9rem;
  }
}
.at-a-glance h2 {
  margin-bottom: 4.3rem;
  margin-left: 2rem;
}
@media screen and (min-width: 1000px) {
  .at-a-glance h2 {
    max-width: 30rem;
  }
}
.at-a-glance .inner {
  display: flex;
  flex-direction: column;
}
.at-a-glance .inner .left {
  position: relative;
  margin: 0 auto;
  margin-bottom: 5rem;
  width: 85%;
}
@media screen and (min-width: 1000px) {
  .at-a-glance .inner .left {
    margin-bottom: 0;
    width: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .at-a-glance .inner .right {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) {
  .at-a-glance .inner .empty-col {
    width: 10%;
  }
}
.at-a-glance .inner .image--at-a-glace {
  margin: 0 auto;
  width: 85%;
  position: relative;
}
.at-a-glance .inner .image--at-a-glace img {
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  .at-a-glance .inner .image--at-a-glace {
    width: initial;
  }
}
.at-a-glance .inner .shape {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: -2rem;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 100%;
  height: 100%;
  background-color: #A4E453;
}
@media screen and (min-width: 1000px) {
  .at-a-glance .inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}

.questions-getting {
  background-color: #FFFCE3;
}
.questions-getting.section-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.questions-getting .view-all {
  color: #E1125C;
  font-size: 1.6rem;
  padding: 1.5rem 0 2rem 0;
  margin-left: 0;
  position: relative;
  top: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .questions-getting .view-all {
    padding-left: 0;
  }
}
.questions-getting .view-all:hover:after {
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.questions-getting .view-all:after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #E1125C;
  left: 0;
  transform: translateY(2rem);
}
.questions-getting h3 {
  color: #333333;
}
@media screen and (min-width: 1000px) {
  .questions-getting .left {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  .questions-getting .right {
    width: 75%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 800px) {
  .questions-getting .right {
    width: 100%;
  }
}
.questions-getting .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .questions-getting .inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}

.resource-card {
  padding: 3.6rem 3.6rem 7.6rem;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  align-self: stretch;
  display: flex;
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
}
.resource-card a {
  color: white;
}
.resource-card .continue-reading {
  position: relative;
}
.resource-card .continue-reading:after {
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background-color: white;
  left: 0;
  top: -4px;
  transform: translateY(3rem);
}
.resource-card:hover {
  background-color: #333333;
}
.resource-card:hover .continue-reading:after {
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  width: 100%;
}
@media screen and (min-width: 800px) {
  .resource-card {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1000px) {
  .resource-card {
    width: calc(33.333% - 15px);
  }
}
.resource-card .resource--text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.resource-card .resource--text p {
  color: #fff;
}
.resource-card .continue-reading {
  margin-top: 20px;
  position: absolute;
  bottom: 3rem;
}
.resource-card .continue-reading:hover > a:after {
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  width: 100%;
}
.resource-card .continue-reading a {
  color: white;
  display: table;
  position: relative;
  color: white;
}
.resource-card .continue-reading a:after {
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background-color: white;
  left: 0;
  top: -4px;
  transform: translateY(3rem);
}

ul.card--categories {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0rem;
  margin-top: 40px;
  color: black;
}
.card-container::after {
  content: "";
  width: 33.333%;
  height: 0;
}

.updates-card-container {
  list-style: none;
}

.card.question-card {
  height: auto;
  width: 100%;
  min-width: 25rem;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
.card.question-card a {
  color: white;
}
@media screen and (min-width: 600px) {
  .card.question-card {
    width: calc(50% - 15px);
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 1000px) {
  .card.question-card {
    width: calc(33.333% - 15px);
    aspect-ratio: 1;
  }
}

.card {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  position: relative;
  width: calc(33.333% - 15px);
  height: auto;
  align-self: start; /* desired width */
  background-color: #EB6D00;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.card.square {
  border-radius: 4rem;
}
.card .question--text {
  padding: 20px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  display: block;
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .card .question--text {
    font-size: 24px;
    line-height: 2.88rem;
    font-weight: 700;
  }
}
.card .question--text p {
  color: #fff;
}
.card .the-question {
  width: 100%;
}
.card .the-answer {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
}
.card .continue-reading {
  visibility: hidden;
  opacity: 0;
  font-size: 1.2rem;
  height: 4.15rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.card:hover, .card:focus-within {
  background-color: #333333;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.card:hover a, .card:focus-within a {
  color: #fff;
}
.card:hover .the-question, .card:focus-within .the-question {
  font-weight: 700;
  display: none;
  visibility: hidden;
  width: 100%;
}
.card:hover .the-answer, .card:focus-within .the-answer {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.15s ease-in-out;
}
.card:hover .card--categories, .card:focus-within .card--categories {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.card:hover .continue-reading, .card:focus-within .continue-reading {
  display: block;
  visibility: visible;
  opacity: 1;
}

.more-updates {
  text-align: center;
  margin-top: 3rem;
}
.more-updates a {
  font-size: 2.4rem;
  font-weight: 800;
  position: relative;
  color: #FFFCE3;
}
.more-updates a:hover:after {
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.more-updates a:after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #FFFCE3;
  left: 0;
  transform: translateY(3rem);
}

.update-card-container {
  align-items: stretch;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
}
@media screen and (min-width: 800px) {
  .update-card-container {
    width: 33.333%;
  }
}

.update-card {
  cursor: pointer;
  position: relative;
  list-style: none;
  width: 95%;
  align-self: stretch;
  margin: 0 auto;
  margin: 0.5rem;
  height: 100%;
  z-index: 10;
  transition: left 0.4s cubic-bezier(0.47, 0.13, 0.15, 0.89);
}
.update-card .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3.6rem 3.6rem 8.6rem;
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: #FFFCE3;
  border-radius: 2.1rem 0 2.1rem 2.1rem;
  height: 85%;
}
.update-card .inner h4 {
  margin-bottom: 18px;
  margin-top: 20px;
}
.update-card .inner P {
  margin-top: 0;
}
.update-card .inner .post-date {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  margin-top: 0;
}
.update-card .inner .content {
  margin-top: auto;
}
.update-card .inner .content a,
.update-card .inner .content p {
  font-size: 1.4rem;
  line-height: 115%;
}
.update-card .inner .learn-button {
  margin-left: 0;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  bottom: 4rem;
}
.update-card .tab {
  position: relative;
  background-color: #FFFCE3;
  position: relative;
  height: 15%;
  height: 4.7rem;
  margin-left: auto;
  width: 38%;
  border-radius: 5rem 2rem 0 0;
  top: 2.2rem;
}

.updates-section {
  height: auto;
  background-color: #6F46C3;
  width: 100%;
  padding: 8rem 3rem 9.5rem;
}
@media screen and (min-width: 1000px) {
  .updates-section {
    padding: 8rem 4.8rem 9.5rem;
  }
}

.ajax-filter-multi {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 3rem;
  padding-bottom: 66px;
  position: relative;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.ajax-filter-multi::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media screen and (min-width: 800px) {
  .ajax-filter-multi {
    margin-bottom: 5rem;
  }
}
.ajax-filter-multi .cat-select {
  min-width: 200px;
  margin-right: 1rem;
  color: #A428A3;
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #A428A3;
  background-image: url("images/svg/select-arrow-down-purple.svg");
  min-width: 19rem;
  width: 100%;
}
.filter-by-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
  background: #2F96F8;
}
@media screen and (min-width: 600px) {
  .filter-by-category {
    transform: translateY(-60%);
    position: absolute;
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .filter-by-category {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .filter-by-category {
    width: 35%;
    padding: 4rem;
  }
}
.filter-by-category:before {
  content: "";
  display: block;
  padding-top: 10%; /* initial ratio of 1:1*/
}
.filter-by-category h2 {
  margin-bottom: 2rem;
  font-size: 3.6rem;
}
.filter-by-category .cat-select {
  width: 100%;
}

.cat-select {
  display: table;
  padding: 1rem 4.6rem 1rem 2rem;
  width: 75%;
  background-image: url("images/svg/select-arrow-down.svg");
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2F96F8;
  border-radius: 100px;
  border: 2px solid #2F96F8;
}
@media screen and (min-width: 1000px) {
  .cat-select {
    padding: 1rem 4.6rem 1rem 2rem;
    width: initial;
  }
}
@media screen and (min-width: 1200px) {
  .cat-select {
    padding: 1.5rem 4.6rem 1.5rem 2.6rem;
  }
}
.cat-select .search-vert-line {
  display: none;
}

.cat-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  transform: translateY(-20%);
}
@media screen and (min-width: 600px) {
  .cat-list {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .cat-list {
    left: 3rem;
    top: 3rem;
  }
}

.child-page-block {
  list-style: none;
  border-bottom: 1px solid #fff;
}
.child-page-block p {
  color: #fff;
}
.child-page-block a {
  color: white;
  display: block;
  padding: 2.5rem 2rem;
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
}
.child-page-block a .circle-chevron {
  transition: all 0.2s cubic-bezier(0.34, 0.01, 0.45, 1.02);
  stroke: white;
}
.child-page-block a:hover {
  color: #333333;
  background-color: #A4E453;
}
.child-page-block a:hover h3,
.child-page-block a:hover p {
  color: #333333;
}
.child-page-block a:hover .circle-chevron {
  transform: translateX(10px);
  stroke: #333333;
}
.child-page-block:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.child-page-block:first-child {
  padding-top: 0px;
}
.child-page-block .left--child {
  width: 80%;
}
.child-page-block .left--child h3 {
  margin-bottom: 9px;
}
.child-page-block .right--child {
  width: 55px;
}
.page-template-page-toplevel .child-page-block a:hover {
  background-color: #FF9900;
  color: #fff;
}
.page-template-page-toplevel .child-page-block a:hover h3,
.page-template-page-toplevel .child-page-block a:hover p {
  color: #fff;
}
.page-template-page-toplevel .child-page-block a:hover .circle-chevron {
  stroke: white;
}

.tab-container {
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .tab-container {
    margin-bottom: 80px;
  }
}
.tab-container h4,
.tab-container p {
  color: #fff;
}
.tab-container ol,
.tab-container ul {
  color: white;
}
.tab-container ol li,
.tab-container ul li {
  margin: 1rem 0;
}
.tab-container ul {
  list-style-type: disc !important;
}
.tab-container ul.tab-nav {
  list-style: none !important;
  padding: 0;
  height: 100px;
  white-space: nowrap;
  overflow-x: scroll;
  margin: 0;
}
.tab-container ul.tab-nav::-webkit-scrollbar {
  display: none;
}
.tab-container ul.tab-nav li.tab-color {
  cursor: pointer;
  margin-right: 2px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 6.5rem;
  top: 2.5rem;
  margin-bottom: 0;
  width: calc(50% + 1.3rem) !important;
}
.tab-container ul.tab-nav li.tab-color path:focus {
  outline: 4px solid #0394DD;
}
.tab-container ul.tab-nav li.tab-color:nth-child(1) {
  z-index: 9;
}
.tab-container ul.tab-nav li.tab-color:nth-child(2) {
  z-index: 8;
}
.tab-container ul.tab-nav li.tab-color:nth-child(3) {
  z-index: 7;
}
.tab-container ul.tab-nav li.tab-color:nth-child(4) {
  z-index: 6;
}
.tab-container ul.tab-nav li.tab-color:nth-child(5) {
  z-index: 5;
}
.tab-container ul.tab-nav li.tab-color:nth-child(6) {
  z-index: 4;
}
.tab-container ul.tab-nav li.tab-color:nth-child(7) {
  z-index: 3;
}
.tab-container ul.tab-nav li.tab-color:nth-child(8) {
  z-index: 2;
}
.tab-container ul.tab-nav li.tab-color:nth-child(9) {
  z-index: 1;
}
.tab-container ul.tab-nav li.tab-color:nth-child(10) {
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .tab-container ul.tab-nav li.tab-color {
    width: calc(25% + 1.3rem) !important;
  }
}
.tab-container ul.tab-nav li.tab-color span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  padding: 4px;
  width: 95%;
  line-height: 100%;
  font-size: 1.4rem;
  white-space: normal;
}
.tab-container ul.tab-nav li.tab-color.active-tab {
  z-index: 10;
}
.tab-container .tab-pane {
  z-index: 10;
  position: relative;
  display: none;
  visibility: hidden;
  padding: 3rem;
}
@media screen and (min-width: 1000px) {
  .tab-container .tab-pane {
    padding: 3rem 5rem;
  }
}
.tab-container .tab-pane a {
  color: white;
  border-bottom-color: white;
}
.tab-container .tab-pane a:hover {
  border-bottom-color: transparent;
}
.tab-container .tab-pane.active-tab {
  display: block;
  visibility: visible;
}

.embed-container {
  margin: 5rem auto;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #A428A3;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 2s linear infinite;
  margin: 0 auto 40px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.filters {
  position: relative;
}

.custom-select {
  display: inline-block;
  line-height: 1.5;
  margin: 0 8px 0 4px;
  position: relative;
  width: auto;
}

.custom-select select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #A428A3;
  border-radius: 100px;
  color: #A428A3;
  font-weight: 500;
  padding: 1.5rem 6rem 1.5rem 2.6rem;
  width: auto;
  background-image: url(images/svg/select-arrow-down-purple.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.custom-select select:focus {
  outline: thin dotted;
  outline-offset: 2px;
}

.custom-select select:focus:not(:focus-visible) {
  outline: none;
}

.custom-select select:focus-visible {
  outline: thin dotted;
  outline-offset: 2px;
}

.custom-select select:after {
  position: absolute;
  content: url(images/svg/select-arrow-down-purple.svg);
  top: 10px;
  right: 12px;
  width: 0;
  height: 0;
  width: 22px;
  height: 22px;
  transform-origin: center;
  transform: rotate(-180deg) translateY(-9px);
}

.custom-select.selected select {
  border-color: #A428A3;
  background-color: #A428A3;
  color: white;
  background-image: url(images/svg/select-arrow-down-white.svg);
}
.custom-select.selected select:after {
  content: url(images/svg/select-arrow-down-white.svg);
}

.custom-select-single select {
  background-color: white;
  background-image: url(images/svg/select-arrow-down.svg);
  border: 2px solid #2F96F8;
  color: #2F96F8;
}

.custom-select.custom-select-single select:after {
  content: url(images/svg/select-arrow-down.svg) !important;
}

.custom-select.custom-select-single.selected select {
  border-color: #3D52B9;
  background-color: #3D52B9;
  color: white;
  background-image: url(images/svg/select-arrow-down-white.svg);
}
.custom-select.custom-select-single.selected select:after {
  content: url(images/svg/select-arrow-down-white.svg);
}

.ajax-filters-single .custom-select {
  width: 100%;
  margin-top: 2rem;
}
.ajax-filters-single .custom-select select {
  width: 100%;
}

.load-more {
  text-align: center;
  margin-bottom: 100px;
  font-weight: 700;
}

.load-more .btn--skinny {
  margin: 20px auto;
}

.clear-filters:hover,
.load-more .btn--skinny:hover {
  background-color: #333333;
  color: white;
  border-color: #333333;
}
.clear-filters:active, .clear-filters:focus,
.load-more .btn--skinny:active,
.load-more .btn--skinny:focus {
  outline: thin dotted #A428A3;
  outline-offset: 2px;
}
.clear-filters:focus:not(:focus-visible),
.load-more .btn--skinny:focus:not(:focus-visible) {
  outline: none;
}
.clear-filters:focus-visible,
.load-more .btn--skinny:focus-visible {
  outline: thin dotted #A428A3;
  outline-offset: 2px;
}

[v-cloak] {
  display: none;
}

.ajax-filters-single {
  background: #2F96F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem 2rem;
  width: 100%;
  margin: 40px 0;
}
@media screen and (min-width: 1000px) {
  .ajax-filters-single {
    width: 35%;
    padding: 6rem 4rem 4rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: -200px;
    margin-bottom: 60px;
  }
}

.app-search {
  width: 35rem;
  position: relative;
  z-index: 11;
}
.app-search.header-search-container.search-visible.resource-search {
  margin-top: 40px;
  margin-bottom: 40px;
}
.app-search input {
  all: unset;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid black !important;
  color: black !important;
  width: 100%;
  padding: 6px 0;
}
.app-search input::placeholder {
  color: black;
}
.app-search input:focus {
  outline: dotted 1px white;
  outline-offset: 2px;
}
.app-search input:focus::placeholder {
  color: transparent;
}
.app-search .custom-search-btn {
  position: absolute;
  right: 0;
  bottom: 6px;
  margin: 0;
  border: 0;
  background: transparent;
}
.app-search .custom-search-btn svg {
  stroke: black;
}
.app-search .custom-search-btn:hover svg {
  stroke: #FFC700;
}

@media screen and (min-width: 1000px) {
  .app-search.header-search-container.search-visible.resource-search {
    margin-bottom: 180px;
    margin-top: -180px;
    margin-left: auto;
  }
  .app-search input {
    border-bottom: 2px solid white !important;
    color: white !important;
  }
  .app-search input::placeholder {
    color: white;
  }
  .app-search input:focus {
    outline: dotted 1px white;
  }
  .app-search .custom-search-btn svg {
    stroke: white;
  }
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #A428A3 inset !important;
  -webkit-text-fill-color: white !important;
}

.single-question .section-container {
  padding-bottom: 40px;
}
.single-question .section-container.questions-getting {
  padding-bottom: 8.25rem;
}

.container-with-sidebar {
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.container-with-sidebar .flexible-content {
  margin-top: 5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .container-with-sidebar {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .container-with-sidebar .flexible-content {
    margin-top: 0rem;
  }
  .container-with-sidebar.Resources {
    flex-direction: row-reverse;
  }
  .container-with-sidebar aside {
    width: 40%;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .container-with-sidebar aside {
    width: 35%;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .container-with-sidebar aside {
    width: 35%;
    max-width: 390px;
  }
}
@media screen and (min-width: 1000px) {
  .container-with-sidebar .flexible-content {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .container-with-sidebar .flexible-content {
    width: 60%;
    max-width: 640px;
  }
}

aside {
  position: relative;
}
aside .shape {
  clip-path: circle(69.1% at 3% 5%);
  top: 55%;
  left: -43%;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #A4E453;
}
@media screen and (min-width: 800px) {
  aside .shape {
    left: -40%;
  }
}

.share-sidebar {
  position: relative;
  z-index: 10;
  background-color: #0394DD;
  padding: 2.5rem;
}
.share-sidebar a {
  border-bottom: 0px;
}
@media screen and (min-width: 800px) {
  .share-sidebar {
    padding: 3.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .share-sidebar {
    padding: 5rem;
  }
}
.share-sidebar h3 {
  color: #fff !important;
  font-weight: 700;
  margin: 2rem 0 1.3rem;
  font-size: 2.5rem;
}
.share-sidebar p {
  line-height: 160%;
  color: #fff;
}
.share-sidebar p.share-this {
  font-weight: 800;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.share-sidebar .share--inner {
  position: relative;
}
.share-sidebar .a2a_svg {
  background-color: #FFC700 !important;
  width: 2.8rem;
  height: 2.8rem;
}
.share-sidebar .a2a_svg svg path {
  fill: #0394DD;
}

.resources-sidebar {
  padding-left: 2.2rem;
  border-left: 2px solid #3674D9;
}
.resources-sidebar h3 {
  color: #3674D9;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.resources-sidebar ul {
  padding-left: 0;
  list-style: none;
}
.resources-sidebar li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.resources-sidebar li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #3674D9;
}
.resources-sidebar li a {
  color: #3674D9;
  transition: all 0.2s ease-out;
  border-bottom-color: transparent;
}
.resources-sidebar li a:hover {
  border-bottom-color: #3674D9;
}
