@charset "UTF-8";
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
| This file holds all of the variables for the site.
| 1. Fonts
| 2. Colors
| 3. Color Variations
| 4. Transparent Colors
| 5. Color List
| 6. Screen Sizes / Breakpoints
|
*/
/*
| 1. Fonts
| --------------------------------------------------
| These font variables are used to hold the values for
| the sitewide fonts used on the project.
|
*/
/*
| 2. Colors
| --------------------------------------------------
| The variables are used to store the color theme for
| the site.
|
*/
/*
| 3. Color Variations
| --------------------------------------------------
| These color variations are auto generated by the
| following functions below.
*/
/*
| 4. Transparent Colors
| --------------------------------------------------
| These transparent colors are auto generated by the
| following functions below.
*/
/*
| 5. Colors List
| --------------------------------------------------
| This list is used for building out the various
| classes for using colors accross the site, classes
| for type, background colors, etc.
*/
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Tint Colors
| --------------------------------------------------
|
| Function for creating Tinted colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Meyer Reset
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
*/
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
b,
i,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000000;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

button,
input[type=submit] {
  border-radius: 0;
}

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

blockquote,
q {
  quotes: "" "";
}

*,
*:before,
*:after {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 normal 16px/16px Arial, Helvetica, sans-serif;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

section {
  position: relative;
}

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

input,
textarea {
  font: inherit;
}

input[type=submit] {
  box-shadow: none;
}

textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
}

a,
.trans {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #fff;
}

a:hover {
  color: #eee;
}

a:active {
  color: #eee;
}

p {
  font-size: 1em;
  line-height: 1.5em;
}

article p {
  line-height: 1.75em;
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
|
| This file holds all of the grid / structure related styles for the site.
|
*/
.full {
  width: 100%;
}

.half {
  width: 50%;
}
@media (max-width: 768px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 100%;
  }
  .half.sm-half {
    width: 50%;
  }
}

.third {
  width: 33.33333333%; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 100%;
  }
  .third.sm-third {
    width: 33.3333333333%;
  }
}

.twothird,
.two-third {
  width: 66.66%; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .twothird,
  .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third,
  .two-third.md-twothird,
  .two-third.md-two-third {
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .twothird,
  .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third,
  .two-third.md-twothird,
  .two-third.md-two-third {
    width: 100%;
  }
  .twothird.sm-twothird, .twothird.sm-two-third,
  .two-third.sm-twothird,
  .two-third.sm-two-third {
    width: 66.6666666667%;
  }
}

.fourth {
  width: 25%;
}
@media (max-width: 768px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 100%;
  }
  .fourth.sm-fourth, .fourth.sm-fourth {
    width: 25%;
  }
}

.twofourth,
.two-fourth {
  width: 50%;
}
@media (max-width: 768px) {
  .twofourth,
  .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth,
  .two-fourth.md-fourth,
  .two-fourth.md-fourth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .twofourth,
  .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth,
  .two-fourth.md-fourth,
  .two-fourth.md-fourth {
    width: 100%;
  }
  .twofourth.sm-fourth, .twofourth.sm-fourth,
  .two-fourth.sm-fourth,
  .two-fourth.sm-fourth {
    width: 50%;
  }
}

.threefourth,
.three-fourth {
  width: 75%;
}
@media (max-width: 768px) {
  .threefourth,
  .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth,
  .three-fourth.md-threefourth,
  .three-fourth.md-three-fourth {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .threefourth,
  .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth,
  .three-fourth.md-threefourth,
  .three-fourth.md-three-fourth {
    width: 100%;
  }
  .threefourth.sm-threefourth, .threefourth.sm-threefourth,
  .three-fourth.sm-threefourth,
  .three-fourth.sm-threefourth {
    width: 25%;
  }
}

.fifth {
  width: 20%;
}
@media (max-width: 768px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 100%;
  }
  .fifth.sm-fifth, .fifth.sm-fifth {
    width: 20%;
  }
}

.twofifth,
.two-fifth {
  width: 40%;
}
@media (max-width: 768px) {
  .twofifth,
  .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth,
  .two-fifth.md-twofifth,
  .two-fifth.md-two-fifth {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .twofifth,
  .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth,
  .two-fifth.md-twofifth,
  .two-fifth.md-two-fifth {
    width: 100%;
  }
  .twofifth.sm-twofifth, .twofifth.sm-two-fifth,
  .two-fifth.sm-twofifth,
  .two-fifth.sm-two-fifth {
    width: 40%;
  }
}

.threefifth,
.three-fifth {
  width: 60%;
}
@media (max-width: 768px) {
  .threefifth,
  .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth,
  .three-fifth.md-threefifth,
  .three-fifth.md-three-fifth {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .threefifth,
  .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth,
  .three-fifth.md-threefifth,
  .three-fifth.md-three-fifth {
    width: 100%;
  }
  .threefifth.sm-threefifth, .threefifth.sm-three-fifth,
  .three-fifth.sm-threefifth,
  .three-fifth.sm-three-fifth {
    width: 60%;
  }
}

.fourfifth,
.four-fifth {
  width: 80%;
}
@media (max-width: 768px) {
  .fourfifth,
  .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth,
  .four-fifth.md-fourfifth,
  .four-fifth.md-four-fifth {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .fourfifth,
  .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth,
  .four-fifth.md-fourfifth,
  .four-fifth.md-four-fifth {
    width: 100%;
  }
  .fourfifth.sm-fourfifth, .fourfifth.sm-four-fifth,
  .four-fifth.sm-fourfifth,
  .four-fifth.sm-four-fifth {
    width: 80%;
  }
}

.sixth {
  width: 16.66666666; /* IE Fallback */
  width: 16.6666666667%;
}
@media (max-width: 768px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}
@media (max-width: 640px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 100%;
  }
  .sixth.sm-sixth, .sixth.sm-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}

.twosixth,
.two-sixth {
  width: 33.33333333; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .twosixth,
  .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth,
  .two-sixth.md-twosixth,
  .two-sixth.md-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .twosixth,
  .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth,
  .two-sixth.md-twosixth,
  .two-sixth.md-two-sixth {
    width: 100%;
  }
  .twosixth.sm-twosixth, .twosixth.sm-two-sixth,
  .two-sixth.sm-twosixth,
  .two-sixth.sm-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}

.threesixth,
.three-sixth {
  width: 50%;
}
@media (max-width: 768px) {
  .threesixth,
  .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth,
  .three-sixth.md-threesixth,
  .three-sixth.md-three-sixth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .threesixth,
  .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth,
  .three-sixth.md-threesixth,
  .three-sixth.md-three-sixth {
    width: 100%;
  }
  .threesixth.sm-threesixth, .threesixth.sm-three-sixth,
  .three-sixth.sm-threesixth,
  .three-sixth.sm-three-sixth {
    width: 50%;
  }
}

.foursixth,
.four-sixth {
  width: 66.66666666; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .foursixth,
  .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth,
  .four-sixth.md-foursixth,
  .four-sixth.md-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .foursixth,
  .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth,
  .four-sixth.md-foursixth,
  .four-sixth.md-four-sixth {
    width: 100%;
  }
  .foursixth.sm-foursixth, .foursixth.sm-four-sixth,
  .four-sixth.sm-foursixth,
  .four-sixth.sm-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}

.fivesixth,
.five-sixth {
  width: 83.33333333; /* IE Fallback */
  width: 83.3333333333%;
}
@media (max-width: 768px) {
  .fivesixth,
  .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth,
  .five-sixth.md-fivesixth,
  .five-sixth.md-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}
@media (max-width: 640px) {
  .fivesixth,
  .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth,
  .five-sixth.md-fivesixth,
  .five-sixth.md-five-sixth {
    width: 100%;
  }
  .fivesixth.sm-fivesixth, .fivesixth.sm-five-sixth,
  .five-sixth.sm-fivesixth,
  .five-sixth.sm-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}

/**** Gutters ***/
.half-gutter1 .half {
  width: calc(50% - 0.5em);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .half:nth-child(even) {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .half-gutter1 {
    width: 100%;
    margin-left: 0 !important;
  }
}

.half-gutter2 .half {
  width: calc(50% - 1em);
}
@media (max-width: 768px) {
  .half-gutter2 .half {
    width: 100%;
  }
}
.half-gutter2 .half:nth-child(even) {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .half-gutter2 .half:nth-child(even) {
    margin-left: 0 !important;
  }
}

.third-gutter1 .third {
  width: calc(33.3333333333% - 0.67em);
  margin: 1em 0 0;
}
.third-gutter1 .third:nth-child(3n+2) {
  margin: 1em 1em 0;
}
@media (max-width: 1024px) {
  .third-gutter1 .third {
    width: calc(50% - 0.5em);
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1em 0 0 0;
  }
  .third-gutter1 .third:nth-child(2n+1) {
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  .third-gutter1 .third {
    width: 100%;
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1em 0 0 0;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

/*~~ TEXT ALIGN ~~*/
.tleft,
.text-left {
  text-align: left;
}

.tright,
.text-right {
  text-align: right;
}

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

.italic {
  font-style: italic;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  pointer-events: none;
}

/*~~ PADDING ~~*/
.no-pad,
.nopad,
.pad0 {
  padding: 0;
}

.pad0-1 {
  padding: 0 1em;
}

.pad0-half {
  padding: 0 0.5em;
}

.pad-half {
  padding: 0.5em;
}

.pad1-0 {
  padding: 1em 0;
}

.pad2-0 {
  padding: 2em 0;
}

.pad3-0 {
  padding: 3em 0;
}

.pad4-0 {
  padding: 4em 0;
}

.pad5-0 {
  padding: 5em 0;
}

.pad6-0 {
  padding: 6em 0;
}

.pad7-0 {
  padding: 7em 0;
}

.pad8-0 {
  padding: 8em 0;
}

.pad0-1 {
  padding: 0 1em;
}

.pad0-2 {
  padding: 0 2em;
}

.pad0-3 {
  padding: 0 3em;
}

.pad0-4 {
  padding: 0 4em;
}

.pad1-2 {
  padding: 1em 2em;
}

.pad1-3 {
  padding: 1em 3em;
}

.pad1-4 {
  padding: 1em 4em;
}

.pad2-1 {
  padding: 2em 1em;
}

.pad2-3 {
  padding: 2em 3em;
}

.pad2-4 {
  padding: 2em 4em;
}

.pad3-1 {
  padding: 3em 1em;
}

.pad3-2 {
  padding: 3em 2em;
}

.pad3-4 {
  padding: 3em 4em;
}

.pad4-1 {
  padding: 4em 1em;
}

.pad4-2 {
  padding: 4em 2em;
}

.pad4-3 {
  padding: 4em 3em;
}

.pad1 {
  padding: 1em;
}

.pad2 {
  padding: 2em;
}

.pad3 {
  padding: 3em;
}

.pad4 {
  padding: 4em;
}

/*~~ PADDING  TOP~~*/
.padt0 {
  padding-top: 0;
}

.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padt4 {
  padding-top: 4em;
}

.padt5 {
  padding-top: 5em;
}

.padt6 {
  padding-top: 6em;
}

.padl1 {
  padding-left: 1em;
}
@media (max-width: 640px) {
  .padl1 {
    padding-left: 0;
  }
}

/*~~ PADDING BOTTOM ~~*/
.padb0 {
  padding-bottom: 0;
}

.padb1 {
  padding-bottom: 1em;
}

.padb2 {
  padding-bottom: 2em;
}

.padb3 {
  padding-bottom: 3em;
}

.padb4 {
  padding-bottom: 4em;
}

.padb5 {
  padding-bottom: 5em;
}

.padb6 {
  padding-bottom: 6em;
}

/*~~ MARGIN ~~*/
.no-mar,
.nomar,
.nomarg,
.mar0 {
  margin: 0;
}

.mar-half {
  margin: 0.5em;
}

.mar1-0 {
  margin: 1em 0;
}

.mar2-0 {
  margin: 2em 0;
}

.mar3-0 {
  margin: 3em 0;
}

.mar4-0 {
  margin: 4em 0;
}

.mar0-1 {
  margin: 0 1em;
}

.mar0-2 {
  margin: 0 2em;
}

.mar0-3 {
  margin: 0 3em;
}

.mar0-4 {
  margin: 0 4em;
}

.mar1-2 {
  margin: 1em 2em;
}

.mar1-3 {
  margin: 1em 3em;
}

.mar1-4 {
  margin: 1em 4em;
}

.mar2-1 {
  margin: 2em 1em;
}

.mar2-3 {
  margin: 2em 3em;
}

.mar2-4 {
  margin: 2em 4em;
}

.mar3-1 {
  margin: 3em 1em;
}

.mar3-2 {
  margin: 3em 2em;
}

.mar3-4 {
  margin: 3em 4em;
}

.mar4-1 {
  margin: 4em 1em;
}

.mar4-2 {
  margin: 4em 2em;
}

.mar4-3 {
  margin: 4em 3em;
}

.mar1 {
  margin: 1em;
}

.mar2 {
  margin: 2em;
}

.mar3 {
  margin: 3em;
}

.mar4 {
  margin: 4em;
}

/*~~ margin  TOP~~*/
.mart1 {
  margin-top: 1em;
}

.mart2 {
  margin-top: 2em;
}

.mart3 {
  margin-top: 3em;
}

.mart4 {
  margin-top: 4em;
}

/*~~ margin BOTTOM ~~*/
.marb0 {
  margin-bottom: 0;
}

.marb1 {
  margin-bottom: 1em;
}

.marb2 {
  margin-bottom: 2em;
}

.marb3 {
  margin-bottom: 3em;
}

.marb4 {
  margin-bottom: 4em;
}

.marb5 {
  margin-bottom: 5em;
}

.marb6 {
  margin-bottom: 6em;
}

/*~~ PADDING MOBILE ~~*/
@media (max-width: 768px) {
  .padm2 {
    padding: 2em;
  }
}

@media (max-width: 768px) {
  .padm4-0 {
    padding: 4em 0;
  }
}

@media (max-width: 768px) {
  .padm3-0 {
    padding: 3em 0;
  }
}

@media (max-width: 768px) {
  .padm2-0 {
    padding: 2em 0;
  }
}

@media (max-width: 768px) {
  .padm1-0 {
    padding: 1em 0;
  }
}

@media (max-width: 768px) {
  .padbm1 {
    padding-bottom: 1em;
  }
}

@media (max-width: 768px) {
  .padbm2 {
    padding-bottom: 2em;
  }
}

@media (max-width: 768px) {
  .padbm4 {
    padding-bottom: 4em;
  }
}

@media (max-width: 768px) {
  .padmt4 {
    padding-top: 4em;
  }
}

@media (max-width: 768px) {
  .padmt2 {
    padding-top: 2em;
  }
}

@media (max-width: 768px) {
  .marmb4 {
    margin-bottom: 4em;
  }
}

@media (max-width: 768px) {
  .marmt4 {
    margin-top: 4em;
  }
}

/*~~ GLOBAL ~~*/
sup {
  vertical-align: top;
  font-size: 0.6em;
  line-height: 1.25em;
  position: relative;
}

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

.noscroll,
.no-scroll {
  height: 100%;
  overflow: hidden;
}

.relative {
  position: relative;
}

.figure {
  overflow: hidden;
  position: relative;
}

.figure img,
.stretch {
  width: 100%;
  height: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedbg,
.fixed-bg {
  background-attachment: fixed;
  will-change: top;
}

.css-table {
  display: table;
}
.css-table .css-col {
  display: table-cell;
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "Aristotelica Light";
  src: url("../fonts/aristotelica/AristotelicaDisplay-ExLt.eot?") format("eot"), url("../fonts/aristotelica/AristotelicaDisplay-ExLt.woff") format("woff"), url("../fonts/aristotelica/AristotelicaDisplay-ExLt.ttf") format("truetype"), url("../fonts/aristotelica/AristotelicaDisplay-ExLt.svg#Aristotelica_Light") format("svg");
}
@font-face {
  font-family: "Aristotelica Bold";
  src: url("../fonts/aristotelica/AristotelicaDisplay-DmBd.eot?") format("eot"), url("../fonts/aristotelica/AristotelicaDisplay-DmBd.woff") format("woff"), url("../fonts/aristotelica/AristotelicaDisplay-DmBd.ttf") format("truetype"), url("../fonts/aristotelica/AristotelicaDisplay-DmBd.svg#Aristotelica_Bold") format("svg");
}
@font-face {
  font-family: "Aristotelica Regular";
  src: url("../fonts/aristotelica/AristotelicaText-Regular.eot?") format("eot"), url("../fonts/aristotelica/AristotelicaText-Regular.woff") format("woff"), url("../fonts/aristotelica/AristotelicaText-Regular.ttf") format("truetype"), url("../fonts/aristotelica/AristotelicaText-Regular.svg#Aristotelica_Regular") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font: 400 normal 16px/16px "open-sans", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #444444;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.25em;
  font-family: "Aristotelica Bold", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5em;
}

p.small {
  font-size: 0.75rem;
}

p.smaller {
  font-size: 0.65rem;
}

a:link,
a:visited,
.spanlink {
  text-decoration: underline;
  color: #444444;
  cursor: pointer;
}
a:link.noline,
a:visited.noline,
.spanlink.noline {
  text-decoration: none;
}

a:hover,
a:active,
.spanlink:hover {
  cursor: pointer;
  color: rgb(124.6568181818, 59.2340909091, 135.2659090909);
  text-decoration: none;
}

.spanlink {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.nolink {
  pointer-events: none;
}

*:focus,
*:focus label,
a:focus,
input:focus,
button:focus,
.checkboxitem label:focus-within {
  outline: 2px transparent solid !important;
  box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
}

body.using-mouse *:focus,
body.using-mouse *:focus label,
body.using-mouse a:focus,
body.using-mouse input:focus,
body.using-mouse button:focus,
body.using-mouse .checkboxitem label:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

.arrowlink, a.arrowlink:link, a.arrowlink:visited {
  color: #444444;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 0 0.5em 0 1em;
}
.arrowlink i, a.arrowlink:link i, a.arrowlink:visited i {
  font-size: 0.85em;
  display: inline-block;
  position: absolute;
  transform: translateY(-0.125em);
  position: relative;
  vertical-align: middle;
  padding: 0 0.5em 0 0.25em;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -ms-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
.arrowlink:hover i, a.arrowlink:link:hover i, a.arrowlink:visited:hover i {
  padding: 0 0.25em 0 0.5em;
}
.arrowlink.twhite, a.arrowlink:link.twhite, a.arrowlink:visited.twhite {
  color: #ffffff;
}
.arrowlink.ttertiary, a.arrowlink:link.ttertiary, a.arrowlink:visited.ttertiary {
  color: #ee3e92;
}

strong {
  font-weight: 600;
}

.flex {
  display: flex;
}

/* Fonts */
.font-main {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font-main-bold {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.font-main-light {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.font-headline {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font-headline-bold {
  font-family: "Aristotelica Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.font-headline-light {
  font-family: "Aristotelica Light", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.font-headline-alt {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
}

.font-alt {
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
}

.z-index0 {
  z-index: 0;
}

/* BG Color */
.bgwhite {
  background-color: #ffffff;
}

.bgblack {
  background-color: #000000;
}

.bgprimary {
  background-color: #444444;
}

.bglightgray {
  background-color: rgb(239.7, 239.7, 239.7);
}

.bgsecondary {
  background-color: #8d4399;
}

.bgsecondary-light {
  background-color: rgb(157.3431818182, 74.7659090909, 170.7340909091);
}

.bgsecondary-lightest {
  background-color: rgb(169.1772727273, 88.7863636364, 182.2136363636);
}

.bgsecondary-superlight {
  background-color: rgb(187.4909090909, 124.2545454545, 197.7454545455);
}

.bgsecondary-dark {
  background-color: rgb(124.6568181818, 59.2340909091, 135.2659090909);
}

.bgsecondary-darkest {
  background-color: rgb(108.3136363636, 51.4681818182, 117.5318181818);
}

.bgtertiary {
  background-color: #ee3e92;
}

.bgtertiary-superlight {
  background-color: rgb(246.2571428571, 155.7428571429, 198.9428571429);
}

.bgsurrogate {
  background-color: #3c9ad5;
}

.bgsurrogate-superlight {
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
}

.bgcinco {
  background-color: #ec6624;
}

.bgsixx {
  background-color: #febd11;
}

.bgsixx-alt {
  background-color: #fffde1;
}

.bgsev {
  background-color: #1bb78f;
}

/* Text Color */
.twhite {
  color: #ffffff;
}

.tblack {
  color: #000000;
}

.tprimary {
  color: #444444;
}

.tprimary-dark {
  color: rgb(55.25, 55.25, 55.25);
}

.tprimary-darkest {
  color: rgb(42.5, 42.5, 42.5);
}

.tsecondary {
  color: #8d4399 !important;
}

.tsecondary-superlight {
  color: rgb(187.4909090909, 124.2545454545, 197.7454545455) !important;
}

.tsecondary-dark {
  color: rgb(124.6568181818, 59.2340909091, 135.2659090909) !important;
}

.tsecondary-darkest {
  color: rgb(108.3136363636, 51.4681818182, 117.5318181818) !important;
}

.ttertiary {
  color: #ee3e92 !important;
}

.ttertiary-dark {
  color: rgb(235.9357142857, 38.5642857143, 132.7642857143) !important;
}

.ttertiary-darkest {
  color: rgb(228.8428571429, 20.1571428571, 119.7571428571) !important;
}

.tsurrogate {
  color: #3c9ad5 !important;
}

.tcinco {
  color: #ec6624 !important;
}

.tsixx {
  color: #febd11 !important;
}

.tsev {
  color: #1bb78f !important;
}

.tsev {
  color: #1bb78f !important;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::-o-selection {
  background-color: #000000;
  color: #ffffff;
}

::-ms-selection {
  background-color: #000000;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
}

.cleanlist {
  margin: 0 0 1em;
  padding: 0;
}
.cleanlist h2 {
  display: block;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 0.5em -15px;
  padding: 0;
}
.cleanlist li {
  font-size: 1.188em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}
.cleanlist li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
.cleanlist li ul li {
  font-size: 1em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.boxheight, .boxheight-slim {
  height: 65vh;
  min-height: 550px;
}
@media (max-width: 1248px) {
  .boxheight, .boxheight-slim {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  .boxheight, .boxheight-slim {
    height: 75vh;
  }
}
@media (max-width: 768px) {
  .boxheight, .boxheight-slim {
    height: auto;
    min-height: 0;
  }
}

.boxheight-slim {
  height: 40vh;
  min-height: 425px;
}

.fullheight {
  height: 88vh;
  min-height: 500px;
}
@media (max-width: 768px) {
  .fullheight {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .fullheight.mh-450 {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .fullheight.mh-350 {
    min-height: 350px;
  }
}
.fullheight .centerall {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fullheight .centerall {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
  }
}

.fadecover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#uplink {
  position: fixed;
  right: 2em;
  bottom: -100px;
  z-index: 2000;
  color: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#uplink.up {
  bottom: 3em;
}

#uplink:hover {
  color: #444444;
}

.secnav {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  .secnav {
    margin-left: 0;
  }
}
.secnav li {
  margin: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 200px;
}
@media (max-width: 768px) {
  .secnav li {
    min-width: 150px;
  }
}
@media (max-width: 640px) {
  .secnav li {
    width: calc(50% - 16px);
  }
}
.secnav li a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25em;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1em;
  position: relative;
  text-transform: uppercase;
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  color: #444444;
  background-color: white;
  width: 100%;
  align-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 640px) {
  .secnav li a {
    font-size: 1.25rem;
  }
}
.secnav li a:hover, .secnav li a:active {
  cursor: pointer;
  background-color: rgb(229.5, 229.5, 229.5);
}
.secnav li a.active {
  background-color: #8d4399;
  color: #ffffff;
}
.secnav li.active > a {
  background-color: #8d4399;
  color: #ffffff;
}
.secnav.navspan2 li {
  width: calc(50% - 16px);
}
.secnav.navspan4 li {
  width: calc(25% - 16px);
}
.secnav.navspan5 li {
  width: calc(20% - 16px);
}
@media (max-width: 1248px) {
  .secnav.navspan5 li {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .secnav.navspan5 li {
    width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .secnav.navspan5 li {
    width: 100%;
  }
}
.secnav.navspan6 li {
  width: calc(16.6666666667% - 16px);
}
@media (max-width: 1248px) {
  .secnav.navspan6 li {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .secnav.navspan6 li {
    width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .secnav.navspan6 li {
    width: 100%;
  }
}

.select.mobile-select {
  border: none;
}
@media (max-width: 640px) {
  .select.mobile-select {
    border: 1px solid #8d4399;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  border-color: #8d4399;
}
@media (max-width: 640px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #8d4399;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
@media (max-width: 640px) {
  .select.mobile-select ul select {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .select.mobile-select ul li {
    display: none;
  }
}
.select.mobile-select select {
  color: #8d4399;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
@media (max-width: 640px) {
  .select.mobile-select select {
    display: inline-block;
  }
}

@keyframes animate-arrow-in {
  0% {
    margin-left: 0;
    opacity: 0;
  }
  100% {
    margin-left: 100%;
    opacity: 1;
  }
}
@keyframes animate-arrow-out {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
.boxbtn, .boxbtn:link, .boxbtn:visited {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125em;
  padding: 0.75rem 1.25rem;
  display: inline-block;
  border-radius: 4em;
  color: #ffffff;
  background-color: #8d4399;
  text-decoration: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.boxbtn:hover, .boxbtn:link:hover, .boxbtn:visited:hover {
  color: #ffffff;
  background-color: #ee3e92;
}
.boxbtn.with-arrow, .boxbtn:link.with-arrow, .boxbtn:visited.with-arrow {
  padding: 0.7em 0.75em 0.5em 1.25em;
}
.boxbtn.with-arrow i, .boxbtn:link.with-arrow i, .boxbtn:visited.with-arrow i {
  font-size: 0.85em;
  display: inline-block;
  position: absolute;
  transform: translateY(-0.125em);
  position: relative;
  vertical-align: middle;
  padding: 0 0.5em 0 0.25em;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -ms-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
.boxbtn.with-arrow:hover i, .boxbtn:link.with-arrow:hover i, .boxbtn:visited.with-arrow:hover i {
  padding: 0 0.25em 0 0.5em;
}
.boxbtn.twhite, .boxbtn:link.twhite, .boxbtn:visited.twhite {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
.boxbtn.twhite:hover, .boxbtn:link.twhite:hover, .boxbtn:visited.twhite:hover {
  color: #8d4399;
  background-color: rgb(255, 255, 255);
}
.boxbtn.bgwhite, .boxbtn:link.bgwhite, .boxbtn:visited.bgwhite {
  color: #8d4399;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
.boxbtn.bgwhite:hover, .boxbtn:link.bgwhite:hover, .boxbtn:visited.bgwhite:hover {
  color: #8d4399;
  background-color: rgb(255, 255, 255);
}

.inline-btns .boxbtn {
  display: inline-block;
  margin: 0.5em;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 640px) {
  .inline-btns .boxbtn {
    margin: 0.5em 0;
  }
}
.inline-btns .boxbtn:last-of-type {
  margin-bottom: 0;
}

.default-content {
  color: #444444;
}
.default-content p {
  margin-bottom: 1em;
}
.default-content p:last-of-type {
  margin-bottom: 0;
}
.default-content p a {
  display: inline-block;
  text-decoration: underline;
  color: #8d4399;
}
.default-content p a:hover {
  color: #444444;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  font-family: "Varela Round", sans-serif;
  color: #444444;
  margin-bottom: 0.5em;
}
.default-content ul,
.default-content ol {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 2em 1.25em 0;
  list-style: none;
  margin-left: 0;
  padding-left: 2em;
  text-indent: -1.5em;
}
.default-content ul li,
.default-content ol li {
  margin: 0px 0px 0.125em 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.188rem;
  line-height: 1.5em;
  text-align: left;
}
.default-content ul li:before,
.default-content ol li:before {
  content: "• ";
  color: #444444;
  padding-right: 0.5em;
  font-size: 1em;
}
.default-content ul li a,
.default-content ol li a {
  color: #8d4399;
}
.default-content ul li a:hover,
.default-content ol li a:hover {
  color: #444444;
}
.default-content ul ul,
.default-content ul ol,
.default-content ol ul,
.default-content ol ol {
  margin: 0;
  padding: 0 2em 0 2em;
  list-style: none;
  margin-left: 0;
  padding-left: 2em;
  text-indent: -1.75em;
}
.default-content ul ul li,
.default-content ul ol li,
.default-content ol ul li,
.default-content ol ol li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1em;
  line-height: 1em;
}
.default-content ul ul li:before,
.default-content ul ol li:before,
.default-content ol ul li:before,
.default-content ol ol li:before {
  content: " ";
  color: #444444;
  padding-right: 1em;
}
.default-content ol {
  counter-reset: list-nums;
}
.default-content ol li {
  counter-increment: list-nums;
}
.default-content ol li:before {
  content: counter(list-nums) ".";
}

.divider {
  position: relative;
  width: 100%;
  height: 65px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .divider {
    height: 32.5px;
  }
}

.divider-slim {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.divider-tall {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .divider-tall {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.sr-only,
.sansfill,
.offscreen {
  position: absolute;
  left: -5000px;
  display: block;
  width: 1px;
  height: 1px;
  z-index: -100;
  opacity: 0;
}

.nofade {
  visibility: visible !important;
  opacity: 1 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ANIMATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[class*=animate] {
  opacity: 0;
  -webkit-transition: transform 1s ease, opacity 1s ease;
  -moz-transition: transform 1s ease, opacity 1s ease;
  -ms-transition: transform 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition-delay: 0.125s;
}
[class*=animate].quick {
  transition-delay: 0.05s;
}
[class*=animate].short-delay {
  transition-delay: 0.5s;
}
[class*=animate].medium-delay {
  transition-delay: 0.75s;
}
[class*=animate].long-delay {
  transition-delay: 1s;
}
[class*=animate].nofade {
  opacity: 1 !important;
}

.animate-left {
  transform: translateX(50px);
}

.animate-right {
  transform: translateX(-50px);
}

.animate-up {
  transform: translateY(50px);
}

.animate-down {
  transform: translateY(-50px);
}

.animate-up-right {
  transform: translate(-50px, 50px);
}

.animate-down-right {
  transform: translate(-50px, -50px);
}

.animate-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.animate-zoomin {
  opacity: 0;
  scale: 75%;
  transform-style: preserve-3d;
  transition: all 1s linear;
  transform-origin: 50% 50%;
  -webkit-transition: scale 1s ease, opacity 1s ease;
  -moz-transition: scale 1s ease, opacity 1s ease;
  -ms-transition: scale 1s ease, opacity 1s ease;
  -o-transition: scale 1s ease, opacity 1s ease;
  transition: scale 1s ease, opacity 1s ease;
}

.animate-fade-sequence:nth-of-type(1) {
  transition-delay: 0.125s;
}
.animate-fade-sequence:nth-of-type(2) {
  transition-delay: 0.25s;
}
.animate-fade-sequence:nth-of-type(3) {
  transition-delay: 0.375s;
}
.animate-fade-sequence:nth-of-type(4) {
  transition-delay: 0.5s;
}
.animate-fade-sequence:nth-of-type(5) {
  transition-delay: 0.625s;
}
.animate-fade-sequence:nth-of-type(6) {
  transition-delay: 0.75s;
}
.animate-fade-sequence:nth-of-type(7) {
  transition-delay: 0.875s;
}
.animate-fade-sequence:nth-of-type(8) {
  transition-delay: 1s;
}
.animate-fade-sequence:nth-of-type(9) {
  transition-delay: 1.125s;
}
.animate-fade-sequence:nth-of-type(10) {
  transition-delay: 1.25s;
}

@media (max-width: 768px) {
  .animate-up,
  .animate-down,
  .animate-left,
  .animate-right,
  .animate-up-right,
  .animate-down-right {
    transform: translate(0);
  }
  .animate-zoomin,
  .animate-zoomout {
    transform: scale(1);
  }
}
.in-view {
  opacity: 1;
}
.in-view.animate-up, .in-view.animate-down, .in-view.animate-left, .in-view.animate-right, .in-view.animate-up-right, .in-view.animate-down-right {
  transform: translate(0);
}
.in-view.animate-zoomin {
  scale: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header,
footer,
section {
  clear: both;
  width: 100%;
  position: relative;
}

[class*=wrapper] {
  max-width: 980px;
  width: calc(100% - 2em);
  margin: 0 auto;
  position: relative;
}
[class*=wrapper].with-gap {
  width: calc(100% - 130px);
}
@media (max-width: 768px) {
  [class*=wrapper].with-gap {
    width: calc(100% - 65px);
  }
}

.wrapper-full {
  width: 100%;
  max-width: none;
}

.wrapper-wide {
  max-width: 1200px;
}

.wrapper-slim {
  max-width: 800px;
}

.wrapper-xwide {
  max-width: 1400px;
}

.responsive-background-image {
  background-size: cover !important;
  background-position: center;
}
.responsive-background-image img.responsive-image-placement {
  display: none;
}

[class*=solid-shadow] {
  -webkit-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.15);
  -moz-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.15);
  -ms-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.15);
  -o-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.15);
  text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.15);
}

.solid-text-shadow {
  -webkit-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.2);
  -moz-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.2);
  -ms-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.2);
  -o-text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.2);
  text-shadow: 4px 4px 0px rgba(68, 68, 68, 0.2);
}

.solid-box-shadow {
  -webkit-box-shadow: 3px 3px 0 0 rgba(68, 68, 68, 0.15);
  -moz-box-shadow: 3px 3px 0 0 rgba(68, 68, 68, 0.15);
  -ms-box-shadow: 3px 3px 0 0 rgba(68, 68, 68, 0.15);
  -o-box-shadow: 3px 3px 0 0 rgba(68, 68, 68, 0.15);
  box-shadow: 3px 3px 0 0 rgba(68, 68, 68, 0.15);
}

[class*=section-title] {
  font-size: 4rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  [class*=section-title] {
    font-size: 3.5rem;
  }
}
@media (max-width: 640px) {
  [class*=section-title] {
    font-size: 2.5rem;
  }
}

.section-title-medium {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .section-title-medium {
    font-size: 2.25rem;
  }
}

.section-title-small {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section-title-small {
    font-size: 2rem;
  }
}

.section-title-xsmall {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-title-xsmall {
    font-size: 1.5rem;
  }
}

.section-title-xxsmall {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .section-title-xxsmall {
    font-size: 1rem;
  }
}

#contain-all {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*******************
Skip to content (ADA)
*******************/
a.ada-skip-to-content {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
  text-decoration: none;
}
a.ada-skip-to-content:focus, a.ada-skip-to-content:active {
  color: #fff;
  background-color: #000000;
  left: 5px;
  top: 5px;
  width: 220px;
  height: auto;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999999;
}

@keyframes color-animation {
  0% {
    background: #8d4399;
  }
  25% {
    background: #ee3e92;
  }
  50% {
    background: #3c9ad5;
  }
  75% {
    background: #1bb78f;
  }
  100% {
    background: #ec6624;
  }
}
.unavailable-alert p {
  background: #fffde1;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-align: center;
  color: #444444;
  font-size: 1rem;
  font-weight: 600;
  max-width: 550px;
  margin: 0 auto;
}
.unavailable-alert p:empty {
  padding: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  TOP PROMO BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top-promo-bar,
.bottom-promo-bar {
  background: #8d4399;
  animation: color-animation 10s infinite linear alternate;
  padding: 1.25rem 100px;
  text-align: center;
  display: none;
  position: relative;
  z-index: 9999;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-promo-bar,
  .bottom-promo-bar {
    padding-left: 0;
    text-align: left;
  }
}
.top-promo-bar .frame,
.bottom-promo-bar .frame {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50% !important;
}
@media (max-width: 768px) {
  .top-promo-bar .frame,
  .bottom-promo-bar .frame {
    text-align: left;
  }
}
.top-promo-bar .frame a,
.bottom-promo-bar .frame a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  opacity: 1;
  padding: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 640px) {
  .top-promo-bar .frame a,
  .bottom-promo-bar .frame a {
    font-size: 1rem;
  }
}
.top-promo-bar .frame a i,
.bottom-promo-bar .frame a i {
  display: inline;
}
.top-promo-bar .frame a:hover,
.bottom-promo-bar .frame a:hover {
  opacity: 0.65;
}
.top-promo-bar .promo-text,
.bottom-promo-bar .promo-text {
  font-family: "Varela Round", sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.125rem;
  padding: 0;
  display: inline-block;
  padding-top: 5px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 1024px) {
  .top-promo-bar .promo-text,
  .bottom-promo-bar .promo-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .top-promo-bar .promo-text,
  .bottom-promo-bar .promo-text {
    font-size: 1rem;
    padding: 0;
  }
}
.top-promo-bar #top-promo-close,
.bottom-promo-bar #top-promo-close {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.top-promo-bar #top-promo-close i,
.bottom-promo-bar #top-promo-close i {
  font-size: 0.75rem;
  color: #ffffff;
  padding: 5px 7px;
}
.top-promo-bar #top-promo-close:hover,
.bottom-promo-bar #top-promo-close:hover {
  opacity: 0.65 !important;
}

@media (max-width: 640px) {
  .top-promo-bar {
    text-align: left;
  }
}

.bottom-promo-bar {
  display: block;
  padding: 1.5rem 1rem;
  z-index: 0;
}
.bottom-promo-bar .frame {
  padding: 0;
}
.bottom-promo-bar .promo-text {
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}
.bottom-promo-bar .promo-text a.arrowlink {
  display: inline-block;
}

.gtranslate_wrapper {
  position: absolute;
  max-width: none;
  width: auto;
  right: 2rem;
  top: 1.25rem;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 1024px) {
  .gtranslate_wrapper {
    right: 1rem;
  }
}
.gtranslate_wrapper .gt_selector {
  background: none;
  text-align: right;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  font-family: "Varela Round", sans-serif;
  color: white;
  font-size: 1rem;
}

/*~~~~~~~~~~~~~~~~~*/
.hamburger,
.hamburger-menu-item {
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.hamburger span,
.hamburger-menu-item span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #444444;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.hamburger span:nth-child(1),
.hamburger-menu-item span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3),
.hamburger-menu-item span:nth-child(2),
.hamburger-menu-item span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4),
.hamburger-menu-item span:nth-child(4) {
  top: 16px;
  width: 75%;
}
.hamburger:hover span:nth-child(4),
.hamburger-menu-item:hover span:nth-child(4) {
  width: 100%;
}
.hamburger.open span:nth-child(1),
.hamburger-menu-item.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2),
.hamburger-menu-item.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3),
.hamburger-menu-item.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4),
.hamburger-menu-item.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 2em;
  z-index: 500;
  width: 50%;
  max-width: 230px;
  height: auto;
}
@media (max-width: 1248px) {
  #logo {
    left: 2em;
  }
}
@media (max-width: 640px) {
  #logo {
    max-width: 140px;
    left: 1.5em;
  }
}
#logo #kiddos-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  z-index: 0;
}
#logo img {
  position: relative;
  z-index: 1;
}

#logo {
  z-index: 200;
}

header {
  height: 150px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 640px) {
  header {
    height: 85px;
  }
}

/* ----------------------------------------
   Starburst badge appears ONLY on .with-free
----------------------------------------- */
.with-free::after {
  --size: 40px;
  content: "FREE";
  width: var(--size);
  height: var(--size);
  background: #1bb78f;
  color: #ffffff;
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-size: 0.6rem;
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  clip-path: polygon(50% 0%, 61% 12%, 75% 6%, 79% 21%, 94% 25%, 88% 38%, 100% 50%, 88% 62%, 94% 75%, 79% 79%, 75% 94%, 61% 88%, 50% 100%, 39% 88%, 25% 94%, 21% 79%, 6% 75%, 12% 62%, 0% 50%, 12% 38%, 6% 25%, 21% 21%, 25% 6%, 39% 12%);
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* smooth in Safari */
  filter: blur(0.3px); /* softens the tips slightly for a smoother look */
  position: absolute;
  top: calc(var(--size) * -0.6);
  right: calc(var(--size) * -0.4);
  pointer-events: none;
}

#header-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0;
  opacity: 0;
  width: 100%;
  height: 150px;
  z-index: 1100;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 640px) {
  #header-content {
    height: 85px;
  }
}
#header-content .header-content-constrain {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#header-content.hide {
  top: -120px;
}
#header-content.hide ul#main-nav.mobile-nav {
  height: 0;
}
@media (max-width: 768px) {
  #header-content.hide {
    top: -85px;
  }
}
#header-content #header-buttons {
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 600;
  opacity: 1;
  max-width: 450px;
  display: flex;
  gap: 1em;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  -moz-transition: top 0.5s ease, opacity 0.5s ease;
  -ms-transition: top 0.5s ease, opacity 0.5s ease;
  -o-transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
}
@media (max-width: 800px) {
  #header-content #header-buttons {
    flex-direction: column;
  }
}
#header-content #header-buttons a,
#header-content #header-buttons .spanlink {
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  #header-content #header-buttons a,
  #header-content #header-buttons .spanlink {
    font-size: 1em;
  }
}
@media (max-width: 350px) {
  #header-content #header-buttons a,
  #header-content #header-buttons .spanlink {
    display: none;
  }
}
@media (max-width: 640px) {
  #header-content #header-buttons a.header-register {
    display: none;
  }
}
#header-content .mobile-nav-toggle,
#header-content .mobile-nav-close {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1.5rem;
  z-index: 1100;
  color: #444444;
  text-align: center;
  cursor: pointer;
  -webkit-transition: top 0.2s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  -moz-transition: top 0.2s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  -ms-transition: top 0.2s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  -o-transition: top 0.2s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  transition: top 0.2s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 640px) {
  #header-content .mobile-nav-toggle,
  #header-content .mobile-nav-close {
    right: 1.5em;
  }
}
#header-content .mobile-nav-toggle .hamburger,
#header-content .mobile-nav-close .hamburger {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  left: 0;
  -webkit-transition: transform 0.25s ease, left 0.25s ease, top 0.25s ease;
  -moz-transition: transform 0.25s ease, left 0.25s ease, top 0.25s ease;
  -ms-transition: transform 0.25s ease, left 0.25s ease, top 0.25s ease;
  -o-transition: transform 0.25s ease, left 0.25s ease, top 0.25s ease;
  transition: transform 0.25s ease, left 0.25s ease, top 0.25s ease;
}
#header-content .mobile-nav-toggle:hover,
#header-content .mobile-nav-close:hover {
  cursor: pointer;
}
#header-content .mobile-nav-toggle h4,
#header-content .mobile-nav-close h4 {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  margin-top: -15px;
  opacity: 1;
  -webkit-transition: color 0.5s ease, opacity 0.25s ease;
  -moz-transition: color 0.5s ease, opacity 0.25s ease;
  -ms-transition: color 0.5s ease, opacity 0.25s ease;
  -o-transition: color 0.5s ease, opacity 0.25s ease;
  transition: color 0.5s ease, opacity 0.25s ease;
}
#header-content.slim {
  height: 85px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#header-content.slim #logo {
  max-width: 140px;
}
#header-content.slim #header-buttons {
  top: -2em;
  opacity: 0;
  pointer-events: none;
}
#header-content.slim ul#main-nav {
  margin-top: 2em;
}

ul#main-nav {
  display: inline-block;
  opacity: 1;
  position: absolute;
  right: 0;
  padding-right: 1.5rem;
  bottom: 2em;
  z-index: 1000;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
ul#main-nav li {
  display: inline-block;
}
ul#main-nav li.hide-on-desktop {
  display: none;
}
ul#main-nav li a {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.45rem;
  margin: 0 0.65rem;
  color: #444444;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background: none !important;
}
@media (max-width: 1100px) {
  ul#main-nav li a {
    margin: 0 0.5rem;
  }
}
ul#main-nav li a:before {
  position: absolute;
  content: "";
  left: 0;
  height: 3px;
  width: 0;
  background-color: #ee3e92;
  opacity: 0;
  bottom: -5px;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  -moz-transition: width 0.3s ease, opacity 0.3s ease;
  -ms-transition: width 0.3s ease, opacity 0.3s ease;
  -o-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
ul#main-nav li a:hover, ul#main-nav li a:focus-within {
  color: #8d4399;
}
ul#main-nav li a:hover:before, ul#main-nav li a:focus-within:before {
  width: 100%;
  opacity: 1;
}
ul#main-nav li.active > a, ul#main-nav li.activeparent > a {
  color: #8d4399;
  font-weight: 700;
}
ul#main-nav li.active > a:before, ul#main-nav li.activeparent > a:before {
  width: 100%;
  opacity: 1;
}
ul#main-nav li ul { /* Drop Down */
  display: none;
  position: absolute;
  z-index: -1;
  background-color: white;
  padding: 2em;
  margin-left: -23px;
  top: 110%;
  border-radius: 2em;
  overflow: hidden;
  box-shadow: 0 4px 2px -2px #000000;
}
@media (max-width: 768px) {
  ul#main-nav li ul {
    z-index: 1;
  }
}
ul#main-nav li ul li {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  color: #ee3e92;
}
ul#main-nav li ul li:last-of-type {
  margin-bottom: 0;
}
ul#main-nav li ul li a {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
ul#main-nav li ul li a:before {
  display: none;
}
ul#main-nav li ul li a:hover {
  text-decoration: underline;
}
ul#main-nav li ul li.active a, ul#main-nav li ul li.active a:hover, ul#main-nav li ul li.activeparent a, ul#main-nav li ul li.activeparent a:hover, ul#main-nav li ul li.current-cat a, ul#main-nav li ul li.current-cat a:hover {
  color: #8d4399;
  font-weight: 400;
  text-decoration: underline;
}
ul#main-nav li ul ul { /* Drop Down Sub Menu */
  display: block;
  position: relative;
  width: auto;
  padding: 0;
  margin: 15px 0;
}
ul#main-nav li ul ul li {
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  width: 100%;
}
ul#main-nav li ul ul li a {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
}
ul#main-nav li ul ul li.active a, ul#main-nav li ul ul li.active a:hover {
  color: rgb(108.3136363636, 51.4681818182, 117.5318181818);
}
ul#main-nav li ul ul li.active ul li a {
  color: #444444;
}
ul#main-nav li ul ul li.active ul li a:hover {
  color: rgb(108.3136363636, 51.4681818182, 117.5318181818);
}

ul#main-nav.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 800;
  width: 100%;
  height: 100vh;
  padding: 2em 1em;
  margin-top: 0 !important;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 100%;
  background-color: #8d4399;
  margin: 0;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -ms-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -o-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
}
@media (max-width: 640px) {
  ul#main-nav.mobile-nav {
    padding-top: 0;
  }
}
ul#main-nav.mobile-nav li {
  position: relative;
  opacity: 0;
  right: -500px;
  width: 100%;
  margin: 2vh 0;
  text-align: center;
}
@media (max-height: 800px) {
  ul#main-nav.mobile-nav li {
    margin: 0.75rem 0;
  }
}
ul#main-nav.mobile-nav li.hide-on-desktop {
  display: block;
}
ul#main-nav.mobile-nav li a {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1.125em;
  color: #ffffff;
  display: unset;
}
@media (max-height: 800px) {
  ul#main-nav.mobile-nav li a {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  ul#main-nav.mobile-nav li a {
    font-size: 2.25em;
  }
}
ul#main-nav.mobile-nav li a:before {
  bottom: -3px;
  height: 3px;
  background-color: #ffffff;
}
ul#main-nav.mobile-nav li a:hover {
  color: #ffffff;
}
ul#main-nav.mobile-nav li.active a {
  color: #febd11;
}
ul#main-nav.mobile-nav li.active a:before {
  background-color: #febd11;
}
@media (max-width: 640px) {
  ul#main-nav.mobile-nav li.consign ul {
    display: block !important;
    position: relative;
    top: 0;
    background: none;
    box-shadow: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
  }
  ul#main-nav.mobile-nav li.consign ul li {
    display: none;
  }
  ul#main-nav.mobile-nav li.consign ul li:last-of-type {
    display: block !important;
  }
  ul#main-nav.mobile-nav li.consign ul li:last-of-type a {
    font-size: 2.25rem;
  }
}
ul#main-nav.mobile-nav .fill {
  margin: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul#main-nav.mobile-nav.open li {
  opacity: 1;
  right: 0;
}
ul#main-nav.mobile-nav.open .fill {
  opacity: 0.7;
}

body.menu-open #header-content .mobile-nav-toggle {
  color: #ffffff;
  margin-top: 1rem;
}
body.menu-open #header-content .mobile-nav-toggle .hamburger {
  top: -15px;
  left: -10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.menu-open #header-content .mobile-nav-toggle .hamburger span {
  background-color: #ffffff;
}
body.menu-open #header-content h4 {
  opacity: 0;
}

body.fixed-nav #header-content {
  position: fixed;
}

body.mobile #header-content #header-buttons {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 6em;
}
@media (max-width: 640px) {
  body.mobile #header-content #header-buttons {
    right: 5em;
  }
}
@media (max-width: 640px) {
  body.mobile #header-content #header-buttons .login span {
    display: none;
  }
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}

.section-content {
  position: relative;
  z-index: 1;
}

#above-slider {
  position: relative;
  margin-top: 2em;
  padding: 0 2rem;
  z-index: 1;
}
@media (max-width: 845px) {
  #above-slider {
    margin-top: 3em;
  }
}
@media (max-width: 640px) {
  #above-slider {
    margin-top: 2em;
    padding: 0 1.5rem;
  }
}

#page-title {
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  #page-title {
    width: 100%;
  }
}
#page-title h1, #page-title h2 {
  display: block;
  width: 100%;
  font-size: 3em;
  line-height: 1.125em;
  padding: 2rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  #page-title h1, #page-title h2 {
    font-size: 2.5em;
  }
}

.full-image {
  padding: 4em 0;
}
.full-image .full-image-content {
  position: relative;
  min-height: 650px;
}
@media (max-width: 768px) {
  .full-image .full-image-content {
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .full-image .full-image-content {
    min-height: 250px;
  }
}

.circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.color-strip {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 15px;
  background-image: url("/wp-content/themes/kiddos/images/global/color-strip.svg");
  margin: 3em auto;
  background-repeat: repeat-x;
  background-position: 0;
  border-radius: 7.5px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .color-strip {
    width: 100%;
  }
}

.bg-kiddos {
  background-image: url("/wp-content/themes/kiddos/images/global/kiddos-text-pattern_black.svg");
  z-index: 0;
  opacity: 0.02;
  background-attachment: fixed;
}

.circle-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  margin-top: -0.125em;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  vertical-align: text-top;
}
.circle-icon i {
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#intro {
  overflow: hidden;
}
#intro .intro-content {
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#intro .intro-content.blog-intro {
  padding-top: 1rem;
}
@media (max-width: 1248px) {
  #intro .intro-content {
    max-width: calc(100% - 190px);
  }
}
@media (max-width: 640px) {
  #intro .intro-content {
    max-width: calc(100% - 4em);
    padding: 4rem 0;
  }
}
#intro .intro-content.slim {
  max-width: 700px;
}
#intro .intro-content h1,
#intro .intro-content h2 {
  margin-bottom: 1rem;
}
#intro .intro-content p a {
  color: inherit;
  text-decoration: underline;
}
#intro .intro-content p a.phone {
  text-decoration: none;
}
#intro .intro-content p a.phone:hover {
  text-decoration: underline;
}
#intro .intro-circle_1 {
  right: -120px;
  top: 30px;
  width: 200px;
  padding-bottom: 200px;
  background-color: #1bb78f;
}
@media (max-width: 1024px) {
  #intro .intro-circle_1 {
    right: -150px;
  }
}
@media (max-width: 640px) {
  #intro .intro-circle_1 {
    right: 0px;
    top: -150px;
    opacity: 1 !important;
  }
}
#intro .intro-circle_2 {
  left: -110px;
  bottom: 50px;
  width: 230px;
  padding-bottom: 230px;
  background-color: #3c9ad5;
}
@media (max-width: 1248px) {
  #intro .intro-circle_2 {
    left: -190px;
  }
}
@media (max-width: 640px) {
  #intro .intro-circle_2 {
    left: -20px;
    bottom: -210px;
  }
}
#intro .intro-circle_2-grunge {
  left: -90px;
  bottom: 60px;
  width: 230px;
  padding-bottom: 230px;
  background-image: url("/wp-content/themes/kiddos/images/global/intro-circle_grunge.svg");
}
@media (max-width: 1248px) {
  #intro .intro-circle_2-grunge {
    left: -170px;
  }
}
@media (max-width: 640px) {
  #intro .intro-circle_2-grunge {
    left: -40px;
    bottom: -200px;
  }
}
#intro .intro-circle_3 {
  right: 50px;
  top: 240px;
  width: 100px;
  padding-bottom: 100px;
  background-color: #ec6624;
}
@media (max-width: 1248px) {
  #intro .intro-circle_3 {
    right: 10px;
    top: 310px;
  }
}
@media (max-width: 1024px) {
  #intro .intro-circle_3 {
    top: auto;
    bottom: 100px;
    right: -30px;
  }
}
@media (max-width: 640px) {
  #intro .intro-circle_3 {
    right: -70px;
  }
}

#home-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}
#home-intro .home-intro-content {
  display: flex;
  padding: 4em 0;
}
@media (max-width: 768px) {
  #home-intro .home-intro-content {
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
}
#home-intro .home-intro-content .home-intro-text {
  flex-basis: 50%;
  padding: 0 2em;
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-text {
    padding: 0;
  }
}
#home-intro .home-intro-content .home-intro-text h1, #home-intro .home-intro-content .home-intro-text h2 {
  line-height: 0.85em;
  margin-bottom: 1rem;
}
#home-intro .home-intro-content .home-intro-text h3 {
  line-height: 1.125em;
  margin-bottom: 0.5rem;
}
#home-intro .home-intro-content .home-intro-text p {
  line-height: 1.5em;
}
#home-intro .home-intro-content .home-intro-text.no-dates h2 {
  line-height: 1em;
  margin-bottom: 0.5rem;
}
#home-intro .home-intro-content .home-intro-text ul.steps {
  list-style: none;
  margin: 1rem 0 2rem 0;
}
#home-intro .home-intro-content .home-intro-text ul.steps li {
  font-size: 1.25em;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
#home-intro .home-intro-content .home-intro-text ul.steps li:before {
  content: "- ";
  display: inline-block;
  margin-right: 0.5rem;
}
#home-intro .home-intro-content .home-intro-text ul.steps li:after {
  content: " -";
  display: inline-block;
  margin-left: 0.5rem;
}
#home-intro .home-intro-content .home-intro-text ul.steps li:last-of-type:before {
  content: "";
}
#home-intro .home-intro-content .home-intro-text ul.steps li:last-of-type:after {
  content: "";
}
#home-intro .home-intro-content .home-intro-text .inline-btns a,
#home-intro .home-intro-content .home-intro-text .inline-btns span {
  max-width: 250px;
}
#home-intro .home-intro-content .home-intro-circles {
  flex-basis: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #home-intro .home-intro-content .home-intro-circles {
    margin-bottom: 2rem;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_photos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(219.0794979079, 159.2468619247, 0.9205020921);
  overflow: hidden;
  transform-origin: 0 0;
  width: 500px;
  height: 500px;
}
@media (max-width: 1024px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_photos {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 850px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_photos {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_photos {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    width: 400px;
    height: 400px;
    padding: 0;
  }
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_photos {
    width: 300px;
    height: 300px;
    scale: 100% !important;
  }
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_2 {
  left: 0%;
  top: 5%;
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1bb78f;
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_2 {
    left: -2%;
    top: -4%;
    width: 150px;
    height: 150px;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_2 h2 {
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_2 h2 {
    font-size: 1rem;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_2 h2 span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 70%;
  line-height: 1.25em;
}
#home-intro .home-intro-content .home-intro-circles .home-circle_2 a {
  text-decoration: none;
  color: #ffffff;
}
#home-intro .home-intro-content .home-intro-circles .home-circle_2 a:hover {
  text-decoration: underline;
}
#home-intro .home-intro-content .home-intro-circles .home-circle_3 {
  right: 5%;
  top: 35%;
  width: 20%;
  padding-bottom: 20%;
  background-color: #3c9ad5;
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_3 {
    right: 0;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_3-grunge {
  right: 2%;
  top: 34%;
  width: 20%;
  padding-bottom: 20%;
  background-image: url("/wp-content/themes/kiddos/images/global/intro-circle_grunge.svg");
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_3-grunge {
    right: -3%;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_4 {
  left: 10%;
  top: 75%;
  width: 12%;
  padding-bottom: 12%;
  background-color: #ec6624;
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_4 {
    left: 5%;
    top: 85%;
  }
}
#home-intro .home-intro-content .home-intro-circles .home-circle_4-grunge {
  left: 10%;
  top: 75%;
  width: 12%;
  padding-bottom: 12%;
  background-position: bottom;
  opacity: 0.7;
  background-image: url("/wp-content/themes/kiddos/images/global/intro-circle_grunge.svg");
}
@media (max-width: 640px) {
  #home-intro .home-intro-content .home-intro-circles .home-circle_4-grunge {
    left: 5%;
    top: 85%;
  }
}

.event-address {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.125em;
}
.event-address a, .event-address .spanlink {
  text-decoration: none;
}
.event-address a:hover, .event-address .spanlink:hover {
  text-decoration: underline;
}
.event-address.noreg {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

#countdown {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 1rem;
}
#countdown h2 {
  font-size: 1.5rem;
  line-height: 1.5em !important;
  margin: 0 !important;
}

#event-info {
  overflow: hidden;
}
#event-info .event-info-circle_1 {
  left: 0;
  top: -320px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-color: #1bb78f;
}
@media (max-width: 1024px) {
  #event-info .event-info-circle_1 {
    width: 300px;
    height: 300px;
    top: -220px;
    left: -100px;
  }
}
@media (max-width: 640px) {
  #event-info .event-info-circle_1 {
    width: 200px;
    height: 200px;
    top: -140px;
  }
}
#event-info .event-info-circle_2 {
  right: 50px;
  top: -180px;
  width: 300px;
  height: 300px;
  z-index: -1;
  background-color: #ec6624;
}
@media (max-width: 1248px) {
  #event-info .event-info-circle_2 {
    right: -50px;
  }
}
@media (max-width: 1024px) {
  #event-info .event-info-circle_2 {
    top: -80px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 640px) {
  #event-info .event-info-circle_2 {
    width: 150px;
    height: 150px;
    right: -110px;
    top: -50px;
  }
}
#event-info .event-info-circle_2-grunge {
  right: 30px;
  top: -190px;
  width: 300px;
  height: 300px;
  z-index: -1;
  background-image: url("/wp-content/themes/kiddos/images/home/event-info-circle_grunge.svg");
}
@media (max-width: 1248px) {
  #event-info .event-info-circle_2-grunge {
    right: -20px;
  }
}
@media (max-width: 1024px) {
  #event-info .event-info-circle_2-grunge {
    top: -90px;
    right: -60px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 640px) {
  #event-info .event-info-circle_2-grunge {
    right: -160px;
    top: -100px;
  }
}
#event-info .event-info-circle_3 {
  left: -150px;
  top: 45%;
  width: 200px;
  height: 200px;
  z-index: -1;
  background-color: #3c9ad5;
}
@media (max-width: 768px) {
  #event-info .event-info-circle_3 {
    left: -180px;
  }
}
#event-info .event-info-circle_4 {
  right: -140px;
  top: 35%;
  width: 180px;
  height: 180px;
  z-index: -1;
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
}
@media (max-width: 768px) {
  #event-info .event-info-circle_4 {
    right: -150px;
  }
}
#event-info .event-info-circle_5 {
  left: 40%;
  bottom: -260px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-color: #1bb78f;
}
@media (max-width: 768px) {
  #event-info .event-info-circle_5 {
    bottom: -230px;
  }
}
@media (max-width: 640px) {
  #event-info .event-info-circle_5 {
    width: 300px;
    height: 300px;
  }
}
#event-info .event-info-circle_5-grunge {
  left: 37%;
  bottom: -250px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-image: url("/wp-content/themes/kiddos/images/home/event-info-circle_grunge.svg");
}
@media (max-width: 768px) {
  #event-info .event-info-circle_5-grunge {
    bottom: -220px;
  }
}
@media (max-width: 640px) {
  #event-info .event-info-circle_5-grunge {
    width: 300px;
    height: 300px;
  }
}
#event-info .event-info-circle_6 {
  left: 40%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  z-index: -1;
  background-color: #8d4399;
}
@media (max-width: 768px) {
  #event-info .event-info-circle_6 {
    left: 30%;
    bottom: 2%;
  }
}
@media (max-width: 640px) {
  #event-info .event-info-circle_6 {
    left: 10%;
  }
}
#event-info .event-info__content {
  padding: 6em 4rem 10em;
}
@media (max-width: 768px) {
  #event-info .event-info__content {
    padding: 6em 2rem;
  }
}
#event-info .event-info__content .event-info__title .circle-icon i {
  margin-top: -0.1em;
}
#event-info .event-info__content .event-info__date {
  font-size: 2rem;
  margin-top: -0.5rem;
  font-family: "Varela Round", sans-serif;
}
@media (max-width: 768px) {
  #event-info .event-info__content .event-info__date {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
#event-info .event-info__content .event-info__date span {
  font-size: 1.125em;
}
#event-info .event-info__content .event-info__calendar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 3rem;
}
#event-info .event-info__content .event-info__calendar .calendar__day {
  position: relative;
  flex-basis: calc(25% - 4.5rem);
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1248px) {
  #event-info .event-info__content .event-info__calendar .calendar__day {
    flex-basis: calc(33% - 2.5rem);
  }
}
@media (max-width: 845px) {
  #event-info .event-info__content .event-info__calendar .calendar__day {
    flex-basis: calc(50% - 0.5rem);
  }
}
@media (max-width: 640px) {
  #event-info .event-info__content .event-info__calendar .calendar__day {
    flex-basis: 100%;
  }
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_header {
  position: relative;
  width: 100%;
  background-color: #febd11;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_header .calendar__day_day {
  flex: 1;
  padding: 10px 10px 8px;
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_header .calendar__day_date {
  font-size: 1.25em;
  padding-top: 0.15em;
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444444;
  background-color: rgb(254.640167364, 231.2510460251, 169.359832636);
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_content {
  padding: 15px;
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_content h2 {
  font-size: 1.5em;
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_content h3 {
  font-size: 1.125em;
  margin-top: 0.5rem;
  font-weight: 400;
}
#event-info .event-info__content .event-info__calendar .calendar__day .calendar__day_content p {
  font-size: 1.125em;
  margin-top: 0.5rem;
}
#event-info.consign .event-info__content {
  padding-bottom: 0;
}

.features {
  padding: 4em 0;
  background-color: #fffde1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features {
    padding: 2em 0;
  }
}
.features .features-content .feature-box {
  padding: 0;
  position: relative;
}
.features .features-content .feature-box .feature-circle {
  left: -200px;
  bottom: 140px;
  width: 400px;
  height: 400px;
  z-index: 0;
  background-color: #ffffff;
}
.features .features-content .feature-box .feature-circle.reverse {
  left: auto;
  right: -200px;
  bottom: -70px;
}
.features .features-content .feature-box .feature-circle-grunge {
  left: -200px;
  bottom: 160px;
  width: 400px;
  height: 400px;
  z-index: 0;
  background-image: url("/wp-content/themes/kiddos/images/home/features-circle_grunge.svg");
}
.features .features-content .feature-box .feature-circle-grunge.reverse {
  left: auto;
  right: -200px;
  bottom: -90px;
}
.features .features-content .feature-box .feature-box-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  width: calc(40% - 2em);
}
@media (max-width: 1248px) {
  .features .features-content .feature-box .feature-box-image {
    width: calc(40% - 2em);
  }
}
@media (max-width: 845px) {
  .features .features-content .feature-box .feature-box-image {
    position: relative;
    width: 100%;
    height: 65vw;
  }
}
.features .features-content .feature-box .feature-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 550px;
  background-color: #ee3e92;
  color: #ffffff;
  padding: 3em;
  border-radius: 20px;
}
@media (max-width: 845px) {
  .features .features-content .feature-box .feature-box-content {
    width: 100%;
    margin-top: 32.5px;
  }
}
@media (max-width: 768px) {
  .features .features-content .feature-box .feature-box-content {
    padding: 3em 2em;
  }
}
@media (min-width: 1400px) {
  .features .features-content .feature-box .feature-box-content {
    min-height: 35vw;
  }
}
.features .features-content .feature-box .feature-box-content .feature-icon {
  font-size: 4em;
  margin-bottom: 2rem;
  color: #febd11;
}
.features .features-content .feature-box .feature-box-content .section-title {
  margin-bottom: 1rem;
}
.features .features-content .feature-box .feature-box-content .feature-text a {
  color: inherit;
  text-decoration: underline;
}
.features .features-content .feature-box .feature-box-content .feature-text a:hover {
  opacity: 0.65;
}
.features .features-content .feature-box .feature-box-content .feature-text p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.features .features-content .feature-box .feature-box-content .feature-text p:last-of-type {
  margin: 0;
}
.features .features-content .feature-box .feature-box-content .feature-link {
  margin-top: 2rem;
  font-size: 1.25rem;
  color: #444444;
  background-color: #febd11;
}
.features .features-content .feature-box .feature-box-content .feature-link:hover {
  background-color: #ffffff;
}
.features .features-content .feature-box.reverse .feature-box-image {
  right: auto;
  left: 0;
}
.features .features-content .feature-box.reverse .feature-box-content {
  float: right;
}
.features .features-content .feature-box.style-2 .feature-box-content {
  background-color: #8d4399;
  color: #ffffff;
}
.features .features-content .feature-box.style-3 .feature-box-content {
  background-color: #3c9ad5;
  color: #ffffff;
}
.features .features-content .color-strip:last-of-type {
  display: none;
}

#footer-ticker {
  padding: 1rem 0;
}
#footer-ticker h2 {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.ticker-wrapper {
  width: 100%;
  max-width: none;
  overflow: hidden;
  background-color: rgb(124.6568181818, 59.2340909091, 135.2659090909);
  white-space: nowrap;
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker-scroll 40s linear infinite;
}

.ticker-items {
  display: flex;
  flex-shrink: 0;
}

.ticker-item {
  display: inline-block;
  padding-right: 50px; /* Space between items */
  white-space: nowrap;
  color: #ffffff;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#home-sustainable {
  padding: 4em 0;
  background-color: #caf4f0;
}
@media (max-width: 640px) {
  #home-sustainable {
    padding: 3em 0;
  }
}
#home-sustainable .sustainable-image {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  z-index: 0;
}
@media (max-width: 950px) {
  #home-sustainable .sustainable-image {
    opacity: 0.15 !important;
  }
}
@media (max-width: 640px) {
  #home-sustainable .sustainable-image {
    display: none;
  }
}
#home-sustainable .home-sustainable-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  float: right;
  padding: 0 4em;
  margin-right: 1em;
}
@media (max-width: 1024px) {
  #home-sustainable .home-sustainable-content {
    width: 50vw;
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  #home-sustainable .home-sustainable-content {
    width: 100%;
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #home-sustainable .home-sustainable-content {
    padding: 0 2em;
  }
}
#home-sustainable .home-sustainable-content .sustainable-icon {
  font-size: 4em;
  margin-bottom: 2rem;
  color: #1bb78f;
}
#home-sustainable .home-sustainable-content .sustainable-title {
  margin-bottom: 1rem;
}
#home-sustainable .home-sustainable-content .sustainable-text {
  text-align: center;
}

/*******************************************************
CONSIGN
********************************************************/
#how-it-works .how-it-works__content {
  padding: 4em 0 0;
}
#how-it-works .how-it-works__content .hiw-circle {
  right: -200px;
  top: 140px;
  width: 400px;
  height: 400px;
  z-index: 0;
  background-color: #e6f9f3;
}
#how-it-works .how-it-works__content .hiw-circle.reverse {
  right: auto;
  left: -200px;
  top: -70px;
}
#how-it-works .how-it-works__content .hiw-circle-grunge {
  right: -200px;
  top: 160px;
  width: 400px;
  height: 400px;
  z-index: 0;
  background-image: url("/wp-content/themes/kiddos/images/consign/hiw-circle_grunge.svg");
}
#how-it-works .how-it-works__content .hiw-circle-grunge.reverse {
  right: auto;
  left: -200px;
  top: -90px;
}
#how-it-works .how-it-works__content .how-it-works__subtitle {
  font-size: 2rem;
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  #how-it-works .how-it-works__content .how-it-works__subtitle {
    margin-top: 0;
  }
}

#intro.how-to-videos .intro-circle_2 {
  left: -110px;
  bottom: 50px;
  width: 200px;
  padding-bottom: 200px;
}
#intro.how-to-videos .intro-circle_2-grunge {
  left: -90px;
  bottom: 60px;
  width: 200px;
  padding-bottom: 200px;
}
#intro.how-to-videos .intro-circle_3 {
  right: 30px;
  top: 210px;
}

@keyframes pulse {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.pulse {
  transform: scale(1);
  animation: pulse 1.5s infinite;
}

/*******************************************************
 JOIN THE TEAM
********************************************************/
#team-percentages {
  overflow: hidden;
}
#team-percentages .team-percentages-circle_1 {
  left: 0;
  top: -320px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-color: #1bb78f;
}
@media (max-width: 1024px) {
  #team-percentages .team-percentages-circle_1 {
    width: 350px;
    height: 350px;
    top: -350px;
  }
}
#team-percentages .team-percentages-circle_2 {
  right: 50px;
  top: -180px;
  width: 300px;
  height: 300px;
  z-index: -1;
  background-color: #ec6624;
}
@media (max-width: 1248px) {
  #team-percentages .team-percentages-circle_2 {
    right: -100px;
  }
}
@media (max-width: 1024px) {
  #team-percentages .team-percentages-circle_2 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 640px) {
  #team-percentages .team-percentages-circle_2 {
    display: none;
  }
}
#team-percentages .team-percentages-circle_3 {
  left: -150px;
  top: 45%;
  width: 200px;
  height: 200px;
  z-index: -1;
  background-color: #3c9ad5;
}
#team-percentages .team-percentages-circle_4 {
  right: -140px;
  top: 35%;
  width: 180px;
  height: 180px;
  z-index: -1;
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
}
#team-percentages .team-percentages-circle_5 {
  left: 40%;
  bottom: -260px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-color: #1bb78f;
}
@media (max-width: 1024px) {
  #team-percentages .team-percentages-circle_5 {
    bottom: -200px;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 640px) {
  #team-percentages .team-percentages-circle_5 {
    bottom: -260px;
  }
}
#team-percentages .team-percentages-circle_5-grunge {
  left: 37%;
  bottom: -250px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-image: url("/wp-content/themes/kiddos/images/home/event-info-circle_grunge.svg");
}
@media (max-width: 1024px) {
  #team-percentages .team-percentages-circle_5-grunge {
    bottom: -190px;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 640px) {
  #team-percentages .team-percentages-circle_5-grunge {
    bottom: -260px;
  }
}
#team-percentages .team-percentages-circle_6 {
  left: 40%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  z-index: -1;
  background-color: #8d4399;
}
@media (max-width: 1024px) {
  #team-percentages .team-percentages-circle_6 {
    bottom: 5%;
  }
}
#team-percentages .team-percentages__content {
  padding: 6em 4rem 10em;
}
@media (max-width: 640px) {
  #team-percentages .team-percentages__content {
    padding: 4em 0 8em;
  }
}
#team-percentages .team-percentages__content .team-percentages__subtitle {
  font-size: 2rem;
  margin-top: 0.25em;
}
#team-percentages .team-percentages__content .team-percentages__boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  #team-percentages .team-percentages__content .team-percentages__boxes {
    padding: 0 2rem;
  }
}
#team-percentages .team-percentages__content .team-percentages__boxes .percentage-box {
  position: relative;
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
  border-radius: 20px;
  overflow: hidden;
  flex-basis: calc(20% - 1rem);
}
@media (max-width: 1024px) {
  #team-percentages .team-percentages__content .team-percentages__boxes .percentage-box {
    flex-basis: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 640px) {
  #team-percentages .team-percentages__content .team-percentages__boxes .percentage-box {
    flex-basis: 100%;
  }
}
#team-percentages .team-percentages__content .team-percentages__boxes .percentage-box .percentage-box_header {
  position: relative;
  width: 100%;
  background-color: #febd11;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
}
#team-percentages .team-percentages__content .team-percentages__boxes .percentage-box .percentage-box_header .percentage-box_shifts {
  flex: 1;
  padding: 10px 10px 8px;
  font-size: 1.125em;
}
#team-percentages .team-percentages__content .team-percentages__boxes .percentage-box .percentage-box_content {
  padding: 30px 15px;
}
#team-percentages .team-percentages__content .team-percentages__boxes .percentage-box .percentage-box_content h2 {
  font-size: 1.125em;
}
#team-percentages .team-percentages__content .team-percentages__boxes .percentage-box .percentage-box_content h3 {
  font-size: 3em;
  font-weight: 700;
}

/*******************************************************
CHARITIES
********************************************************/
#charities {
  overflow: hidden;
}
#charities .charities-circle_1 {
  left: 0;
  top: -320px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-color: #1bb78f;
}
@media (max-width: 1024px) {
  #charities .charities-circle_1 {
    width: 350px;
    height: 350px;
    top: -350px;
  }
}
#charities .charities-circle_2 {
  right: 50px;
  top: -180px;
  width: 300px;
  height: 300px;
  z-index: -1;
  background-color: #ec6624;
}
@media (max-width: 1248px) {
  #charities .charities-circle_2 {
    right: -100px;
  }
}
@media (max-width: 1024px) {
  #charities .charities-circle_2 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 640px) {
  #charities .charities-circle_2 {
    display: none;
  }
}
#charities .charities-circle_3 {
  left: -150px;
  top: 45%;
  width: 200px;
  height: 200px;
  z-index: -1;
  background-color: #3c9ad5;
}
@media (max-width: 640px) {
  #charities .charities-circle_3 {
    top: 60%;
  }
}
#charities .charities-circle_4 {
  right: -140px;
  top: 35%;
  width: 180px;
  height: 180px;
  z-index: -1;
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
}
#charities .charities-circle_5 {
  left: 40%;
  bottom: -260px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-color: #1bb78f;
}
@media (max-width: 1024px) {
  #charities .charities-circle_5 {
    bottom: -200px;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 640px) {
  #charities .charities-circle_5 {
    bottom: -260px;
  }
}
#charities .charities-circle_5-grunge {
  left: 37%;
  bottom: -250px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background-image: url("/wp-content/themes/kiddos/images/home/event-info-circle_grunge.svg");
}
@media (max-width: 1024px) {
  #charities .charities-circle_5-grunge {
    bottom: -190px;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 640px) {
  #charities .charities-circle_5-grunge {
    bottom: -260px;
  }
}
#charities .charities-circle_6 {
  left: 40%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  z-index: -1;
  background-color: #8d4399;
}
@media (max-width: 1024px) {
  #charities .charities-circle_6 {
    bottom: 5%;
  }
}
#charities .charities__content {
  padding: 6em 4rem 10em;
}
@media (max-width: 640px) {
  #charities .charities__content {
    padding: 4em 0 8em;
  }
}
#charities .charities__content .charities__title .circle-icon {
  vertical-align: top;
}
#charities .charities__content .charities__title .circle-icon i {
  margin-top: -0.1em;
}
#charities .charities__content .charities__subtitle {
  font-size: 2rem;
  margin-top: 0.25em;
}
#charities .charity-box {
  margin-top: 2rem;
}
#charities .charity-box .kh-logo {
  width: 100%;
  max-width: 500px;
}
#charities .charity-box .charity-stores {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  #charities .charity-box .charity-stores {
    flex-direction: column;
  }
}
#charities .charity-box .charity-stores a {
  text-decoration: none;
}
@media (max-width: 640px) {
  #charities .charity-box .charity-stores a {
    margin-bottom: 1rem;
  }
}
#charities .charity-box .charity-stores a img {
  width: 60%;
  max-width: 300px;
  margin: 0 4rem;
}
#charities .charity-box .charity-stores a h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
}

#charity-feature {
  padding: 4em 0;
  background-color: #99d2f1;
}
#charity-feature .charity-feature-image {
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: left bottom;
  z-index: 0;
}
@media (max-width: 950px) {
  #charity-feature .charity-feature-image {
    display: none;
  }
}
#charity-feature .charity-feature-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  float: right;
  padding: 0 4em;
  margin-right: 1em;
  font-size: 1.25em;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  #charity-feature .charity-feature-content {
    width: 50vw;
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  #charity-feature .charity-feature-content {
    width: 100%;
    float: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #charity-feature .charity-feature-content {
    padding: 0 2em;
  }
}
#charity-feature .charity-feature-content .charity-feature-icon {
  font-size: 4em;
  margin-bottom: 2rem;
  color: #ee3e92;
}
@media (max-width: 640px) {
  #charity-feature .charity-feature-content .charity-feature-icon {
    margin-bottom: 1rem;
  }
}
#charity-feature .charity-feature-content .charity-feature-title {
  margin-bottom: 1rem;
}
#charity-feature .charity-feature-content p {
  margin-bottom: 1rem;
}
#charity-feature .charity-feature-content .charity-info .kh-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#charity-feature .charity-feature-content .charity-info a {
  display: block;
}
#charity-feature .charity-feature-content .sponsor-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin: 2rem 0;
}
#charity-feature .charity-feature-content .sponsor-logos .sponsor-logo {
  width: calc(50% - 1rem);
  padding: 0 0.5rem;
}
@media (max-width: 640px) {
  #charity-feature .charity-feature-content .sponsor-logos .sponsor-logo {
    width: 100%;
  }
}
#charity-feature .charity-feature-content .sponsor-logos .sponsor-logo img {
  margin-bottom: 1rem;
}
#charity-feature .charity-feature-content .sponsor-logos .sponsor-logo img.gymboree {
  max-width: 270px;
}
#charity-feature .charity-feature-content .sponsor-logos .sponsor-logo img.the-stroller-edit {
  max-width: 100px;
}
#charity-feature .charity-feature-content .sponsor-logos .sponsor-logo a {
  display: inline-block;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NEWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.kiddos-buzz {
  width: 50%;
  max-width: 250px;
  margin-bottom: 2rem;
}

body.single #slider {
  height: 500px;
}

@media (max-width: 768px) {
  #news-content {
    margin-top: 1em;
  }
}
@media (max-width: 640px) {
  #news-content {
    margin-top: 0;
  }
}
#news-content .news-content_wrapper {
  padding: 0 1rem;
}

/*Flex items*/
.news-post-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.news-post-holder .news-post {
  display: flex;
  width: calc(33.33% - 0.7rem);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1248px) {
  .news-post-holder .news-post {
    width: calc(50% - 0.7rem);
  }
}
@media (max-width: 845px) {
  .news-post-holder .news-post {
    width: 100%;
  }
}
.news-post-holder .news-post .news-post-content {
  position: relative;
  display: flex;
  background: #8d4399;
  flex-direction: column;
  width: 100%;
  text-decoration: none !important;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.news-post-holder .news-post .news-post-content img {
  max-width: 100%;
  flex-shrink: 0;
}
.news-post-holder .news-post .news-post-content .post-img {
  position: relative;
  width: 100%;
  height: 28vw;
}
@media (max-width: 845px) {
  .news-post-holder .news-post .news-post-content .post-img {
    height: 60vw;
  }
}
.news-post-holder .news-post .news-post-content .news-post-text {
  position: relative;
  padding: 3em 2em 4.5em;
}
@media (max-width: 640px) {
  .news-post-holder .news-post .news-post-content .news-post-text {
    padding: 3em 1em 4.5em;
  }
}
.news-post-holder .news-post .news-post-content .more {
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 2em;
  font-size: 1.25em;
  padding: 0 0.75rem;
}
.news-post-holder .news-post .news-post-content .more:after {
  content: "";
  width: 0.5em;
  height: 0.7em;
  background-image: url("/wp-content/themes/client-theme/images/global/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: relative;
  bottom: 0.125em;
  margin: 0 0.25em;
  font-size: 0.75em;
  will-change: left, opacity;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.news-post-holder .news-post .news-post-content:hover {
  background-color: rgb(124.6568181818, 59.2340909091, 135.2659090909);
}
.news-post-holder .news-post .news-post-content:hover .more:after {
  margin: 0 0 0 0.5em;
}
.news-post-holder .news-post .news-post-content .news-post-text .date {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #ffffff;
}
.news-post-holder .news-post .news-post-content .news-post-text h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.125em;
  margin-bottom: 1rem;
  text-align: center;
  margin: 0 1rem 1rem;
}
.news-post-holder .news-post .news-post-content .news-post-text p {
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.news-post-single .featured-img {
  border-radius: 20px;
  overflow: hidden;
}
.news-post-single .news-post-intro {
  padding: 2em 1rem;
}
.news-post-single .news-post-intro h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #444444;
  text-align: center;
  margin: 0 0 0.5rem;
}
.news-post-single .news-post-intro .date {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #444444;
}
.news-post-single .news-post-text {
  padding: 2em 1rem;
}
.news-post-single .news-post-text p {
  color: #444444;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.news-post-single .single-post-img {
  width: 100%;
  height: 55vw;
  margin-bottom: 1em;
}
@media (min-width: 1280px) {
  .news-post-single .single-post-img {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .news-post-single .single-post-img {
    height: 60vw;
  }
}
@media (max-width: 640px) {
  .news-post-single .single-post-img {
    height: 70vw;
  }
}

.news-back {
  padding: 4em;
}
@media (max-width: 640px) {
  .news-back {
    padding: 2em;
  }
}

#btn_loadmore {
  width: 250px;
  margin: 1em auto 0;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
#btn_loadmore .boxbtn:after {
  display: none;
}
/*******************************************************
 AMENITIES
********************************************************/
#contact {
  padding: 4em 0 1em;
  min-height: 200px;
  background-color: #fffde1;
  overflow: hidden;
}
#contact .contact-content .contact__header {
  position: relative;
  z-index: 1;
}
#contact .contact-content .contact__subtitle {
  font-size: 2rem;
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  #contact .contact-content .contact__subtitle {
    margin-top: 0;
  }
}
#contact .contact-content .form-holder {
  position: relative;
  z-index: 5;
}
#contact .contact-content .contact-circle {
  left: 100px;
  top: 0px;
  width: 400px;
  height: 400px;
  z-index: 0;
  opacity: 0.6;
  background-color: #ffffff;
}
#contact .contact-content .contact-circle-grunge {
  left: 100px;
  top: 20px;
  width: 400px;
  height: 400px;
  z-index: 0;
  background-image: url("/wp-content/themes/kiddos/images/home/features-circle_grunge.svg");
}

#contact-info {
  margin-top: 2rem;
}
#contact-info p {
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
#contact-info a {
  text-decoration: none;
}
#contact-info a:hover {
  text-decoration: underline;
}

#contact-social {
  list-style: none;
  margin-top: 2rem;
}
#contact-social ul {
  margin-top: 1rem;
}
#contact-social ul li {
  display: inline-block;
  margin-right: 1rem;
}
#contact-social ul li a {
  font-size: 1.75rem;
  color: #ffffff;
}

div.with_frm_style .frm_submit {
  text-align: center;
  margin: 0;
}

div.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
  display: inline-block;
  border-radius: 4em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8d4399;
  text-decoration: none;
  border: 0;
  margin: 1rem auto;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
div.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  color: #ffffff;
  background-color: #ee3e92;
}
@media (max-width: 640px) {
  div.frm_style_formidable-style.with_frm_style .frm_submit button {
    font-size: 1.25em;
  }
}

/*******************************************************
 AMENITIES
********************************************************/
.amenitybox {
  padding-bottom: 4em;
}
.amenitybox .amenitybox-wrapper {
  position: relative;
}
.amenitybox .amenitybox-wrapper .amenitybox-title {
  position: relative;
  width: 100%;
  padding: 4rem 0 2rem;
}
@media (max-width: 640px) {
  .amenitybox .amenitybox-wrapper .amenitybox-title {
    padding: 2rem 0;
  }
}
.amenitybox .amenitybox-wrapper .amenitybox-content {
  display: flex;
  gap: 2em;
}
.amenitybox .amenitybox-wrapper .amenitybox-content .amenitybox-image {
  position: relative;
  min-height: 300px;
  flex: 1;
}
.amenitybox .amenitybox-wrapper .amenitybox-content .amenitybox-text {
  flex: 0 0 400px;
}
.amenitybox .amenitybox-wrapper .amenitybox-content .amenitybox-text p {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 3rem;
  font-size: 1.5em;
}

/*******************************************************
 EXPERIENCE
********************************************************/
#inclusive-features {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  #inclusive-features {
    padding: 4rem 0;
  }
}
@media (max-width: 640px) {
  #inclusive-features {
    padding: 2rem 0;
  }
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-title {
  position: absolute;
  top: 0;
  left: 0;
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-items .if-item {
  width: 100%;
  margin-top: -2.5rem;
  transform: translateY(2.5rem);
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-items .if-item .if-item-content {
  width: 45%;
  float: left;
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-items .if-item .if-item-content .if-image {
  height: 300px;
  width: 100%;
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-items .if-item .if-item-content .if-title {
  padding: 1rem 0;
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-items .if-item.align-right .if-item-content {
  float: right;
}
#inclusive-features .inclusive-features-wrapper .inclusive-features-items .if-item:nth-of-type(3n + 1) .if-item-content {
  width: 40%;
  margin-right: 5%;
}

body.shop #intro {
  overflow: visible;
}
body.shop #intro .intro-content {
  overflow: visible;
}
body.shop #intro .intro-content .boxbtn {
  font-size: 1.125rem !important;
  color: #ffffff !important;
  max-width: 250px !important;
}
body.shop #intro .intro-content .boxbtn span.addeventatc_icon {
  display: none !important;
}

/*******************************************************
 CONCIERGE
********************************************************/
#concierge {
  padding: 4em 0;
}
#concierge .concierge-wrapper {
  display: flex;
}
#concierge .concierge-wrapper .concierge-title {
  width: 40%;
}
#concierge .concierge-wrapper .concierge-content {
  display: flex;
  gap: 2em;
  width: 60%;
}
#concierge .concierge-wrapper .concierge-content .concierge-image {
  width: 50%;
  padding-top: 60%;
}
#concierge .concierge-wrapper .concierge-content .concierge-text {
  width: 50%;
  padding-top: 4em;
}

/*******************************************************
 GALLERY
********************************************************/
#intro.gallery-intro .intro-content {
  max-width: 1000px;
}

.gallery__header {
  padding: 0 1rem;
}

.gallery__subtitle {
  font-size: 2rem;
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  .gallery__subtitle {
    margin-top: 0;
  }
}

.image-gallery {
  padding: 4em 60px;
}
@media (max-width: 640px) {
  .image-gallery {
    padding: 4em 0;
  }
}
.image-gallery ul.gallery-list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 2em), 1fr));
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .image-gallery ul.gallery-list {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2em), 1fr));
  }
}
@media (max-width: 640px) {
  .image-gallery ul.gallery-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 2rem;
  }
}
.image-gallery ul.gallery-list li {
  width: 100%;
  position: relative;
  overflow: hidden;
  grid-column: span 1;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgb(80.9810126582, 164.8670886076, 217.5189873418);
}
.image-gallery ul.gallery-list li:last-of-type {
  margin-bottom: 0;
}
.image-gallery ul.gallery-list li a {
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  display: block;
  height: 15vw;
  cursor: zoom-in;
  background-color: white;
}
@media (max-width: 1024px) {
  .image-gallery ul.gallery-list li a {
    height: 30vw;
  }
}
@media (max-width: 640px) {
  .image-gallery ul.gallery-list li a {
    height: 50vw;
  }
}
.image-gallery ul.gallery-list li a .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.image-gallery ul.gallery-list li a:hover {
  display: block;
}
.image-gallery ul.gallery-list li a:hover .bgimg {
  transform: scale(1.07);
}
.image-gallery ul.gallery-list li a:hover .caption {
  padding: 1.5rem 1rem;
}
.image-gallery ul.gallery-list li .overlay {
  opacity: 0;
  z-index: 10;
  background-color: rgba(68, 68, 68, 0.5);
  transition: 0.3s opacity ease-in-out;
}
.image-gallery ul.gallery-list li.with-icon a {
  text-decoration: none;
}
.image-gallery ul.gallery-list li.with-icon a .vr-icon,
.image-gallery ul.gallery-list li.with-icon a .video-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  height: auto;
  font-size: 9em; /*3em;*/
  display: block;
  text-align: center;
  line-height: 1em;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}
.image-gallery ul.gallery-list li.with-icon a .video-icon {
  font-size: 4em;
}
.image-gallery ul.gallery-list li.with-icon a:hover .vr-icon,
.image-gallery ul.gallery-list li.with-icon a:hover .video-icon {
  opacity: 1;
}
.image-gallery ul.gallery-list li.with-icon a:hover .overlay {
  opacity: 1;
}
.image-gallery ul.gallery-list img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .image-gallery ul.gallery-list img {
    height: auto;
  }
}
.image-gallery .caption {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  transition: 0.3s opacity ease-in-out;
  font-size: 1.125rem;
  width: 100%;
  padding: 1rem;
  line-height: 1.125em;
  background-color: #8d4399;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
@media (max-width: 640px) {
  .image-gallery .caption {
    font-size: 1em;
  }
}

div.fancybox-container {
  z-index: 99999;
}

div.fancybox-content,
div.fancybox-slide--iframe .fancybox-content {
  background: none;
}

div.fancybox-controls {
  bottom: 0 !important;
}

div.fancybox-toolbar {
  opacity: 1 !important;
}

div.fancybox-infobar {
  display: none;
}

div.fancybox-show-infobar fancybox-infobar {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

div.fancybox-show-infobar .fancybox-button--right,
div.fancybox-show-infobar .fancybox-button--left {
  position: absolute !important;
  top: 49% !important;
  font-size: 2em !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

div.fancybox-show-infobar .fancybox-button--right {
  right: 2% !important;
}

div.fancybox-show-infobar .fancybox-button--left {
  left: 2% !important;
}

div.fancybox-show-infobar .fancybox-button--left::after,
div.fancybox-show-infobar .fancybox-button--right::after {
  top: 15px !important;
  width: 15px !important;
  height: 15px !important;
  border-top: 4px solid currentColor !important;
  border-right: 4px solid currentColor !important;
}

div.fancybox-slide--html button.fancybox-close-small {
  border-radius: 50%;
  top: 1rem;
}

div.fancybox-show-infobar .fancybox-button--right::after {
  right: 18px !important;
}

div.fancybox-show-infobar .fancybox-button--left::after {
  left: 18px !important;
}

div.fancybox-infobar__body {
  color: #ffffff;
}
div.fancybox-infobar__body .js-fancybox-index,
div.fancybox-infobar__body .js-fancybox-count {
  color: #ffffff;
}

button.fancybox-button {
  background-color: #8d4399;
  opacity: 1 !important;
  visibility: visible !important;
  color: #ffffff !important;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
button.fancybox-button:hover {
  background-color: #ee3e92;
}
button.fancybox-button.fancybox-button--zoom, button.fancybox-button.fancybox-button--thumbs, button.fancybox-button.fancybox-button--play {
  display: none;
}
button.fancybox-button.fancybox-button--close {
  border-radius: 50%;
  overflow: hidden;
  top: 0.5rem;
  width: 60px;
  height: 60px;
  right: 1.5rem;
}

div.fancybox-container--ready .fancybox-bg,
div.fancybox-bg {
  opacity: 0.85 !important;
  background: #000000;
}

img.fancybox-image {
  padding: 2em;
}
@media (max-width: 640px) {
  img.fancybox-image {
    padding: 1em;
  }
}

div.fancybox-navigation button.fancybox-button--arrow_left,
div.fancybox-navigation button.fancybox-button--arrow_right {
  width: 90px;
  height: 120px;
  border-radius: 50%;
}
div.fancybox-navigation button.fancybox-button--arrow_left:disabled,
div.fancybox-navigation button.fancybox-button--arrow_right:disabled {
  display: none;
}

div.fancybox-caption {
  font-size: 1.25em;
  line-height: 1.125em;
}

div.fancybox-caption__body {
  overflow: hidden;
}

div.g-recaptcha {
  display: none !important;
}

#popout {
  position: fixed;
  top: 230px;
  width: 250px;
  right: -300px;
  z-index: 9998;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: rgba(238, 62, 146, 0.95);
  border-radius: 15px;
  -webkit-transition: right 1s ease;
  -moz-transition: right 1s ease;
  -ms-transition: right 1s ease;
  -o-transition: right 1s ease;
  transition: right 1s ease;
}
#popout.active {
  right: 0.5rem;
}
#popout h2 {
  font-family: "Aristotelica Bold", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.125em;
}
#popout a {
  display: block;
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 1.25rem;
  color: #8d4399;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
#popout a:hover {
  background-color: #8d4399;
  color: #ffffff;
}
#popout .close-popout {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.125rem;
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#popout .close-popout:hover {
  opacity: 0.65;
}

/*******************************************************
 BASIC FORM SCSS
********************************************************/
.g-recaptcha {
  display: none !important;
}

.form-styles :invalid,
.form-styles :-moz-submit-invalid,
.form-styles :-moz-ui-invalid {
  box-shadow: none;
}
.form-styles {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .form-styles .half,
  .form-styles .fourth {
    width: 100% !important;
  }
}
.form-styles div.fielditem {
  position: relative;
  padding: 0 0 2em;
}
@media (max-width: 1024px) {
  .form-styles div.fielditem {
    padding: 0 0 1.5em;
  }
}
.form-styles div.fielditem.fieldlist {
  padding-bottom: 0;
}
.form-styles div.fielditem.focused label {
  transform: translateY(-125%);
  font-size: 0.75em;
  left: 5px;
}
.form-styles div.fieldinput label {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 55%;
  font-size: 17px;
  padding: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-styles div.fieldinput.focused label {
  transform: translateY(-200%);
  font-size: 0.75em;
}
.form-styles div.fieldinput.focused input {
  border-bottom: 1px solid #ffffff;
}
.form-styles div.fieldinput.focused#comments-input label {
  transform: translateY(-100%);
}
.form-styles div.fieldinput#comments-input label {
  bottom: auto;
  top: 0.75em;
  left: 0;
}
.form-styles div.fieldinput#comments-input.focused label {
  transform: translate(0.25em, -130%);
  font-size: 0.75em;
}
.form-styles label {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25em;
  padding: 0.5 0.75em;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-styles label.full {
  width: 10%;
  display: block;
}
.form-styles input[type=text], .form-styles input[type=email] {
  width: 100%;
  position: relative;
  background: none;
  color: #ffffff;
  padding: 0.75em 0.25em;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-styles .required-highlight {
  position: relative;
}
.form-styles .required-highlight:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  color: #EB0000;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid white;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.form-styles .required-highlight .control__indicator {
  border: 1px solid #EB0000;
}
.form-styles .required-highlight label.control {
  margin-left: 0;
}
.form-styles .select.required-highlight select {
  color: #EB0000;
  border-bottom: 1px solid #EB0000;
}
.form-styles .select.required-highlight .select__arrow {
  border-color: #EB0000 transparent transparent transparent;
}
.form-styles .required-highlight label,
.form-styles label.required-highlight {
  /*margin-left: 10px;*/
}
.form-styles textarea {
  width: 100%;
  background: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0.75em 0.25em;
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 2.75em;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.form-styles textarea:focus {
  border-color: #ffffff;
}

/* CONTROL GROUP */
.control-group .full {
  margin-bottom: 1em;
}
.control-group {
  display: inline-block !important;
  vertical-align: top !important;
  text-align: left !important;
}

.control {
  display: block;
  position: relative;
  padding: 0 0 0 30px !important;
  margin-bottom: 0.9em !important;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator {
  background: none;
}
.control input:focus ~ .control__indicator {
  background: none;
}
.control input:checked ~ .control__indicator {
  background: #ffffff !important;
}
.control input:checked ~ .control__indicator:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25%;
  border: none;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: none;
}
.control input:checked:focus ~ .control__indicator {
  background: none;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.7;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.checkboxitem {
  display: inline-block;
  margin-left: 0;
  vertical-align: sub;
}

.double-height-checkbox .checkboxitem label {
  padding: 0 0 0 50px !important;
  user-select: none;
}
.double-height-checkbox .control__indicator {
  height: 35px;
  width: 35px;
  border-radius: 0;
  border-color: #ffffff;
  border-width: 2px;
}

.control--checkbox {
  margin-left: 0 !important;
}
.control--checkbox .control__indicator {
  top: 0;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.control--radio input:checked ~ .control__indicator:after {
  padding-top: 10%;
  font-size: 13px;
}

.room-info-title {
  margin: 1em 0 1em;
  font-weight: 600;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select label {
  transform: translateY(-90%) !important;
  font-size: 0.75em !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  cursor: default;
}
.select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  font-weight: 300;
  padding: 0.7em 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
}
.select.focused label {
  opacity: 1;
}
.select.focused select {
  color: #ffffff;
  border-color: 1px solid #ffffff;
}
.select::-ms-expand {
  display: none;
}
.select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select .select__arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* SOLID ARROW */
}
.select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

#form-submit {
  width: 100%;
  float: right;
  padding: 0 1em;
  width: 100%;
  padding: 0;
  margin: 3em auto 0;
  text-align: left;
  position: relative;
}
#form-submit .required-text {
  position: absolute;
  right: 1em;
  top: 0.75em;
  display: inline-block;
  text-align: left;
}

#process,
#success {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#process h4,
#process .form-loader,
#success h4 {
  font-weight: 700;
  font-size: 2.25em;
  margin: 0 0 0.5em 0;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  color: #ffffff;
}

#process p,
#success p {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}

#errorchecking.alert {
  background-color: #ffffff;
  text-align: center;
  clear: both;
  padding: 1em;
  margin: 0.9em 0;
  margin-bottom: 2em;
}
#errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: #EB0000;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill select:-webkit-autofill,
textarea:-webkit-autofill select:-webkit-autofill:hover,
textarea:-webkit-autofill select:-webkit-autofill:focus,
textarea:-webkit-autofill select:-webkit-autofill:active {
  border: none;
  background-color: #ffffff !important;
  color: #444444 !important;
  -webkit-text-fill-color: #444444 !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  transition: background-color 5000s ease-out 0s !important;
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
  -webkit-transition-delay: 9999s !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MAP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#map {
  width: 100%;
  padding: 65px 0 0;
}
@media (max-width: 768px) {
  #map {
    padding: 32.5px 0 0;
  }
}

.googledirections-map {
  position: relative;
}
.googledirections-map .map-directions-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 85%;
  max-width: 210px;
  text-align: center;
  bottom: 2rem;
  z-index: 100;
}

#googledirections form {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#googledirections h2 {
  display: table-cell;
  margin: 0;
  padding: 0.25em 0 0 0;
  text-align: center;
  vertical-align: middle;
  width: 280px;
  font-size: 2.75em;
  line-height: 0.5em;
  text-align: left;
}
@media (max-width: 768px) {
  #googledirections h2 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
}

#saddr {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  border: 1px solid #ffffff;
  color: #444444;
  display: table-cell;
  font-size: 1em;
  height: 2.5rem;
  margin: 0;
  padding: 0 2.75em 0 0;
  text-indent: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  #saddr {
    display: block;
    width: 100%;
  }
}
#saddr::-webkit-input-placeholder {
  color: #444444;
}
#saddr:-moz-placeholder {
  color: #444444;
}
#saddr::-moz-placeholder {
  color: #444444;
}
#saddr:-ms-input-placeholder {
  color: #444444;
}

.directions-display {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.directions-display p {
  font-family: "Varela Round", sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}
.directions-display a:link, .directions-display a:visited {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  width: 350px;
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.directions-display a:link:hover, .directions-display a:visited:hover {
  opacity: 0.65;
}

#google-btn {
  background-color: rgb(255, 255, 255);
  border-left: none;
  color: rgb(124.6568181818, 59.2340909091, 135.2659090909);
  border: 1px solid #ffffff;
  border-left: none;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5em;
  height: 2.5rem;
  -webkit-transition: background-color 0.5s ease, padding 0.125s ease;
  -moz-transition: background-color 0.5s ease, padding 0.125s ease;
  -ms-transition: background-color 0.5s ease, padding 0.125s ease;
  -o-transition: background-color 0.5s ease, padding 0.125s ease;
  transition: background-color 0.5s ease, padding 0.125s ease;
}
#google-btn:hover {
  padding-left: 0.25em;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

/*******************************************************
 MAP
********************************************************/
@media (max-width: 940px) {
  #gmapHolder {
    width: 100%;
    height: auto !important;
    padding: 1.3em;
  }
}

@media (max-width: 940px) {
  #map_canvas {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 720px) {
  #map_canvas {
    height: 480px;
  }
}
@media (max-width: 540px) {
  #map_canvas {
    height: 460px;
  }
}
@media (max-width: 480px) {
  #map_canvas {
    height: 380px;
  }
}
@media (max-width: 480px) {
  #map_canvas {
    height: 320px;
  }
}

#map, #map_canvas {
  width: 100%;
}

.map-views, .map-views2,
#cd-zoom-in, #cd-zoom-out {
  position: absolute;
  z-index: 200;
  width: 140px;
  margin: 0;
  top: 10px;
  padding: 0.7em 0.5em 0.3em;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.map-views:hover, .map-views2:hover,
#cd-zoom-in:hover, #cd-zoom-out:hover {
  background-color: rgb(242.4318181818, 230.6590909091, 244.3409090909);
}

.map-views2 {
  display: none;
}

.map-views,
.map-views2 {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  right: 10px;
}
@media (max-width: 940px) {
  .map-views,
  .map-views2 {
    display: none;
  }
}

#controlHolder {
  position: absolute;
}

#cd-zoom-in, #cd-zoom-out {
  left: 10px;
  width: 30px;
  height: 30px;
  padding: 0.4em;
  cursor: pointer;
}

#cd-zoom-in {
  left: 50px;
}

.googledirections-title {
  margin-bottom: 1rem;
}

.google-map,
.googledirections-map {
  height: 70vh;
  max-height: 850px;
  width: 100%;
  position: relative;
  background-color: white;
}
@media (max-width: 768px) {
  .google-map,
  .googledirections-map {
    height: 450px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#upcoming-events-footer {
  background-color: #febd11;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}
#upcoming-events-footer .events-circle-grunge {
  left: 20%;
  bottom: -100px;
  width: 450px;
  height: 450px;
  z-index: 0;
  opacity: 0.4;
  background-image: url("/wp-content/themes/kiddos/images/home/features-circle_grunge.svg");
}
#upcoming-events-footer .events-circle_1 {
  left: 15%;
  top: -100px;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-color: #1bb78f;
}
#upcoming-events-footer h2 {
  margin-bottom: 2rem;
}
#upcoming-events-footer .upcoming-events-footer_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 10%;
}
@media (max-width: 640px) {
  #upcoming-events-footer .upcoming-events-footer_list {
    flex-direction: column;
  }
}
#upcoming-events-footer .upcoming-events-footer_list p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #upcoming-events-footer .upcoming-events-footer_list p {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  #upcoming-events-footer .upcoming-events-footer_list p {
    margin-bottom: 1.5rem;
  }
}
#upcoming-events-footer .upcoming-events-footer_list p:last-of-type {
  margin: 0;
}

#footer-notify .footer-notify-circle_1 {
  right: 100px;
  top: -60px;
  width: 100px;
  height: 100px;
  z-index: -1;
  background-color: #ec6624;
}
@media (max-width: 640px) {
  #footer-notify .footer-notify-circle_1 {
    display: none;
  }
}
#footer-notify .footer-notify-circle_2 {
  left: -85px;
  top: 40%;
  width: 150px;
  height: 150px;
  z-index: -1;
  background-color: #ee3e92;
}
@media (max-width: 640px) {
  #footer-notify .footer-notify-circle_2 {
    width: 100px;
    height: 100px;
  }
}
#footer-notify .footer-notify-circle_2-grunge {
  left: -75px;
  top: 37%;
  width: 150px;
  height: 150px;
  z-index: -1;
  background-image: url("/wp-content/themes/kiddos/images/global/notify-circle_grunge.svg");
}
@media (max-width: 640px) {
  #footer-notify .footer-notify-circle_2-grunge {
    width: 100px;
    height: 100px;
  }
}
#footer-notify .footer-notify-circle_3 {
  left: 30%;
  top: 32%;
  width: 150px;
  height: 150px;
  z-index: -1;
  background-color: rgb(227.8481012658, 240.9367088608, 249.1518987342);
}
#footer-notify .footer-notify-circle_4 {
  right: -40px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  z-index: -1;
  background-color: #3c9ad5;
}
@media (max-width: 845px) {
  #footer-notify .footer-notify-circle_4 {
    bottom: -140px;
  }
}
#footer-notify .footer-notify-circle_4-grunge {
  right: -60px;
  bottom: -100px;
  width: 180px;
  height: 180px;
  z-index: -1;
  background-image: url("/wp-content/themes/kiddos/images/global/notify-circle_grunge.svg");
}
@media (max-width: 845px) {
  #footer-notify .footer-notify-circle_4-grunge {
    bottom: -150px;
  }
}
#footer-notify .footer-notify__content {
  padding: 4em;
}
@media (max-width: 640px) {
  #footer-notify .footer-notify__content {
    padding: 4em 0;
  }
}
#footer-notify .footer-notify__content .footer-notify__subtitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  #footer-notify .footer-notify__content .footer-notify__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  #footer-notify .footer-notify__content p {
    padding: 0 1rem;
  }
}

#above-footer .above-footer-content {
  padding: 4em 0;
}
@media (max-width: 768px) {
  #above-footer .above-footer-content {
    padding: 4em 0;
  }
}

footer {
  padding: 3em 0;
}
footer .footer-content .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 2rem;
}
@media (max-width: 845px) {
  footer .footer-content .footer-top {
    flex-direction: column;
  }
}
@media (max-width: 845px) {
  footer .footer-content .footer-top {
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-content .footer-top #footer-logo {
  width: 100%;
  max-width: 205px;
  margin: 0 auto;
}
@media (max-width: 845px) {
  footer .footer-content .footer-top #footer-logo {
    margin-bottom: 2rem;
  }
}
footer .footer-content .footer-top h2 {
  font-weight: 700;
  margin-bottom: 0.125rem;
}
@media (max-width: 640px) {
  footer .footer-content .footer-top h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 640px) {
  footer .footer-content .footer-top #footer-address,
  footer .footer-content .footer-top #footer-info {
    padding-left: 0;
  }
}
footer .footer-content .footer-top #footer-address p,
footer .footer-content .footer-top #footer-info p {
  line-height: 1.25em;
  margin-bottom: 0.5rem;
}
footer .footer-content .footer-top #footer-address a,
footer .footer-content .footer-top #footer-info a {
  text-decoration: none;
}
footer .footer-content .footer-top #footer-address a:hover,
footer .footer-content .footer-top #footer-info a:hover {
  text-decoration: underline;
}
footer .footer-content .footer-top #footer-address #footer-social,
footer .footer-content .footer-top #footer-info #footer-social {
  list-style: none;
}
@media (max-width: 768px) {
  footer .footer-content .footer-top #footer-address #footer-social,
  footer .footer-content .footer-top #footer-info #footer-social {
    margin-top: 2rem;
  }
}
footer .footer-content .footer-top #footer-address #footer-social li,
footer .footer-content .footer-top #footer-info #footer-social li {
  display: inline-block;
  margin-right: 1rem;
}
footer .footer-content .footer-top #footer-address #footer-social li a,
footer .footer-content .footer-top #footer-info #footer-social li a {
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 845px) {
  footer .footer-content .footer-top #footer-address,
  footer .footer-content .footer-top #footer-info {
    text-align: center;
  }
}
footer .footer-content .footer-top #footer-address {
  padding: 0 2rem;
}
@media (max-width: 845px) {
  footer .footer-content .footer-top #footer-address {
    margin-bottom: 1rem;
  }
}
footer .footer-content .footer-bottom {
  line-height: 1.5em;
}
footer a:link, footer a:visited {
  color: #ffffff;
  opacity: 1;
}
footer a:link:hover, footer a:visited:hover {
  opacity: 0.6;
}
footer #copyright {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  color: #ffffff;
  margin-top: 3em;
}
footer #copyright a {
  text-decoration: underline;
}
footer #copyright .c-icons {
  color: #ffffff;
  display: inline-block;
}
footer #copyright .c-icons i {
  display: inline-block;
  font-size: 1em;
  margin-right: 0.25em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRIVACY ALERT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#privacy-alert {
  display: none;
  background-color: #8d4399;
  display: none;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 5000;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -moz-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
}
@media (max-width: 1100px) {
  #privacy-alert {
    padding: 1.5rem 140px 1.5rem 2.5rem;
    text-align: left;
  }
}
@media (max-width: 640px) {
  #privacy-alert {
    padding: 1.5rem;
    text-align: center;
  }
}
#privacy-alert h2 {
  font-family: "open-sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}
@media (max-width: 768px) {
  #privacy-alert h2 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 640px) {
  #privacy-alert h2 {
    display: block;
  }
}
#privacy-alert h2 a:link, #privacy-alert h2 a:visited {
  color: #ffffff;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#privacy-alert h2 a:link:hover, #privacy-alert h2 a:visited:hover {
  opacity: 0.65;
}
#privacy-alert #privacy-policy-agree {
  font-family: "Aristotelica Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none !important;
  padding: 0.5rem 1rem 0.25rem;
  margin-left: 2em;
  color: #444444;
  white-space: nowrap;
  width: fit-content;
  cursor: pointer;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#privacy-alert #privacy-policy-agree:hover {
  color: #ee3e92;
}
@media (max-width: 1100px) {
  #privacy-alert #privacy-policy-agree {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 2em;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #privacy-alert #privacy-policy-agree {
    display: block;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    margin: 1em auto 0;
  }
}

/*******************************************************
 MOBILE LANDSCAPE
********************************************************/
/*******************************************************
 IOS
********************************************************/
@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  ul#main-nav.mobile-nav {
    height: calc(100vh - 100px);
    max-width: none;
    overflow-y: auto;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  ul#main-nav.mobile-nav li {
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
  .menubg {
    width: 100%;
    min-width: 0;
  }
}
/*******************************************************
 BREVO
********************************************************/
#footer-mailing-list {
  padding: 1rem;
}
#footer-mailing-list .sib-form,
#footer-mailing-list .sib-form .form-contents {
  padding: 0;
}
#footer-mailing-list .sib-form #sib-form-container #success-error,
#footer-mailing-list .sib-form #sib-form-container #error-message,
#footer-mailing-list .sib-form .form-contents #sib-form-container #success-error,
#footer-mailing-list .sib-form .form-contents #sib-form-container #error-message {
  font-weight: 400;
}
#footer-mailing-list .sib-form #sib-form-container #success-error .sib-form-message-panel__text,
#footer-mailing-list .sib-form #sib-form-container #error-message .sib-form-message-panel__text,
#footer-mailing-list .sib-form .form-contents #sib-form-container #success-error .sib-form-message-panel__text,
#footer-mailing-list .sib-form .form-contents #sib-form-container #error-message .sib-form-message-panel__text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-mailing-list .sib-form #sib-form-container #success-message,
#footer-mailing-list .sib-form .form-contents #sib-form-container #success-message {
  color: #1bb78f;
}
#footer-mailing-list .sib-form #sib-form-container #error-message,
#footer-mailing-list .sib-form .form-contents #sib-form-container #error-message {
  color: red;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container {
  background: none;
  padding: 0;
  max-width: none !important;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
@media (max-width: 768px) {
  #footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents,
  #footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .form__label-row,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .form__label-row {
  margin: 0;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .entry__field,
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .sib-sms-select__number-input,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .entry__field,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .sib-sms-select__number-input {
  border-color: #444444;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input {
  border-color: #000000 !important;
  background: rgba(27, 183, 143, 0.1);
  font-size: 1rem;
  opacity: 1 !important;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input:-moz-placeholder,
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input::-moz-placeholder,
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input:-ms-input-placeholder,
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input::-webkit-input-placeholder,
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input::placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input:-moz-placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input::-moz-placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input:-ms-input-placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input::-webkit-input-placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input::placeholder { /* Modern browsers */
  color: #000000;
  opacity: 1 !important;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input::-webkit-input-placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input::-webkit-input-placeholder {
  color: #444444;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents input::-moz-placeholder,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents input::-moz-placeholder {
  color: #444444;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .sib-form-block,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .sib-form-block {
  flex: auto;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .sib-form-block:has(.boxbtn),
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .sib-form-block:has(.boxbtn) {
  flex: 0 0 200px;
}
@media (max-width: 768px) {
  #footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .sib-form-block:has(.boxbtn),
  #footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .sib-form-block:has(.boxbtn) {
    flex: 0 0 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  #footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .sib-form-block,
  #footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .sib-form-block {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 640px) {
  #footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .form-contents .sib-form-block,
  #footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .form-contents .sib-form-block {
    width: 100%;
  }
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form input,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form input {
  width: 100%;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .sib-sms-input-wrapper,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .sib-sms-input-wrapper {
  margin: 0;
  width: 100%;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .sib-sms-input-wrapper .sib-sms-tooltip,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .sib-sms-input-wrapper .sib-sms-tooltip {
  display: none;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .sib-sms-select__title,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .sib-sms-select__title {
  display: none;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .sib-sms-select__number-input .sib-sms-select__calling-code,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .sib-sms-select__number-input .sib-sms-select__calling-code {
  display: none;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container #sib-form .sib-sms-select__number-input .sib-sms-select__phone-number,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container #sib-form .sib-sms-select__number-input .sib-sms-select__phone-number {
  width: 100%;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container .sib-form-block,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container .sib-form-block {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container .sib-form-block.form-note,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container .sib-form-block.form-note {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
#footer-mailing-list .sib-form #sib-form-container #sib-container .sib-form-block.form-note p,
#footer-mailing-list .sib-form .form-contents #sib-form-container #sib-container .sib-form-block.form-note p {
  font-size: 0.85rem;
}
#footer-mailing-list .sib-optin label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
}
#footer-mailing-list {
  /* Hide the native checkbox */
}
#footer-mailing-list .sib-optin input.input_replaced[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  pointer-events: all;
}
#footer-mailing-list {
  /* Style the custom checkbox */
}
#footer-mailing-list .sib-optin .checkbox.checkbox_tick_positive {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #3C4858;
  border-radius: 4px;
  background: #fff;
  position: relative;
  margin-right: 0.5em;
  flex-shrink: 0;
}
#footer-mailing-list {
  /* Visually indicate checked state */
}
#footer-mailing-list .sib-optin input.input_replaced[type=checkbox]:checked + .checkbox.checkbox_tick_positive {
  background: #3C4858;
  border-color: #3C4858;
}
#footer-mailing-list .sib-optin .checkbox.checkbox_tick_positive + .checkbox.checkbox_tick_positive,
#footer-mailing-list .sib-optin label .checkbox.checkbox_tick_positive:nth-of-type(2) {
  display: none !important;
}
#footer-mailing-list .sib-optin .entry__choice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#footer-mailing-list .sib-optin label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
#footer-mailing-list .sib-optin input.input_replaced[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
#footer-mailing-list .sib-optin .checkbox.checkbox_tick_positive {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #444444;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
#footer-mailing-list .sib-optin .checkbox.checkbox_tick_positive:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
#footer-mailing-list .sib-optin input.input_replaced[type=checkbox]:checked + .checkbox.checkbox_tick_positive {
  background-color: #444444;
  border-color: #444444;
}
#footer-mailing-list .sib-optin input.input_replaced[type=checkbox]:checked + .checkbox.checkbox_tick_positive:after {
  opacity: 1;
}
#footer-mailing-list .sib-optin .checkbox.checkbox_tick_positive + .checkbox.checkbox_tick_positive,
#footer-mailing-list .sib-optin label .checkbox.checkbox_tick_positive:nth-of-type(2) {
  display: none !important;
}

.sib-optin .checkbox.checkbox_tick_positive + .checkbox.checkbox_tick_positive {
  display: none !important;
}

.sib-optin label .checkbox.checkbox_tick_positive:nth-of-type(2) {
  display: none !important;
}

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