/* Variables */
/* Utilities */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

a {
  color: inherit;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

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

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrap-1,
.wrap-2,
.wrap-3 {
  display: none !important;
}

@media (min-width: 1101px) {
  .wrap-1 {
    display: block !important;
  }
}

@media (max-width: 1100px) and (min-width: 500px) {
  .wrap-2 {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .wrap-3 {
    display: block !important;
  }
}

/* Base */
/***** FONTS *****/
/***** VARIABLES *****/
/***** TYPOGRAPHY *****/
body {
  font-size: 100%;
}

body,
html {
  color: #231F20;
  font-family: "tt-commons-pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 500px) {
  body,
  html {
    font-size: 20px;
  }
}
body *,
html * {
  -webkit-font-smoothing: antialiased !important;
}

header,
main,
footer {
  font-size: 19px;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6,
p {
  font-weight: unset;
  margin: 0;
  padding: 0;
}

/***** HEADERS *****/
.title--1,
.title--1 p,
.admin-content h1 {
  font-family: "jumble", sans-serif;
  font-size: 45px;
  line-height: 1.25em;
}

.title--2,
.title--2 p,
.admin-content h2 {
  font-family: "jumble", sans-serif;
  font-size: 32px;
  margin: 40px 0 10px;
}

.title--3,
.title--3 p,
.admin-content h3 {
  font-family: "jumble", sans-serif;
  font-size: 19px;
}
.title--3.uppercase,
.title--3 p.uppercase,
.admin-content h3.uppercase {
  font-family: "tt-commons-pro", sans-serif;
  line-height: 0.95em;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04rem;
  margin: 25px 0 5px;
}

p {
  font-family: "tt-commons-pro", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  padding-top: 8px;
}
@media (max-width: 500px) {
  p {
    font-size: 18px;
  }
}

.p-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

td .p-small {
  padding-top: 10px;
  text-wrap: balance;
}

p + .button,
.p-small + .button,
.p-medium + .button {
  margin-top: 90px;
}

.admin-content ul,
.admin-content ol,
.styled-list {
  margin: 0;
  padding-top: 0;
  padding-left: 30px;
  font-family: "tt-commons-pro", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  padding-top: 8px;
}
@media (max-width: 500px) {
  .admin-content ul,
  .admin-content ol,
  .styled-list {
    font-size: 18px;
  }
}
/***** Font Classes *****/
.font-body {
  font-family: "tt-commons-pro", sans-serif;
}

.font-title {
  font-family: "jumble", sans-serif;
}

.font-xlight {
  font-weight: 100;
}

.font-light {
  font-weight: 200;
}

.font-regular {
  font-weight: 300;
}

.font-demi {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

.font-black {
  font-weight: 700;
}

/***** Colors *****/
.black {
  color: #231F20;
}

.white {
  color: #FFFFFF;
}

.primary-1 {
  color: #4435E5;
}

.primary-2 {
  color: #d96c00;
}

.primary-3 {
  color: #8d9122;
}

/* Standards */
.block {
  display: block;
}

.all-caps,
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center img {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

b,
strong {
  font-weight: 600;
}

@media (min-width: 1101px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1100px) {
  .desktop {
    display: none;
  }
}

.hide {
  display: none !important;
}

.hide-accessible,
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

hr {
  border: 0;
  border-bottom: 1px solid #EDEDED;
}

.relative {
  position: relative;
}

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

a.no-underline,
.no-underline a {
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  background-color: #4435E5;
  color: white;
  margin: auto;
  z-index: 9999;
  width: auto;
  display: inline-block;
  font-size: 18px;
  left: 20px;
  top: 20px;
  opacity: 0;
  transform: translateY(-300px);
  border-radius: 30px;
}
.skip-link:focus {
  border: 1px solid white;
  opacity: 1;
  transform: translate(0);
  z-index: 999;
  width: auto;
  height: auto;
  clip: unset;
  padding: 15px;
  text-decoration: none;
}

/* Lib: External library css */
/* Structure: General Layout or global items */
/***** Floating Footer *****/
html.sr .scr {
  visibility: hidden;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #DBE31C;
}

/***** Page Layout *****/
body {
  background-color: white;
}

.sr {
  overflow-x: hidden;
}

.content-wrapper--full {
  width: 100%;
}

.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
  width: 100%;
  margin: auto;
  padding: 0 60px;
}
.content-wrapper--large [class*=content-wrapper--],
.content-wrapper--medium [class*=content-wrapper--],
.content-wrapper--small [class*=content-wrapper--] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1640px) {
  .content-wrapper--large,
  .content-wrapper--medium,
  .content-wrapper--small {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 500px) {
  .content-wrapper--large,
  .content-wrapper--medium,
  .content-wrapper--small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-wrapper--large {
  max-width: 1640px;
}

.content-wrapper--medium {
  max-width: 1100px;
}

.content-wrapper--small {
  max-width: 500px;
}

.align-left {
  margin-left: 0;
  padding-left: 0;
}

.pad-1x {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pad-2x {
  padding-top: 67.5px;
  padding-bottom: 67.5px;
}

.pad-3x {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pad-lr {
  padding-left: 135px;
  padding-right: 135px;
}
@media (max-width: 1640px) {
  .pad-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.pad-0 {
  padding: 0;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

/***** Grid *****/
.flex,
.flex--wrap,
.flex--center,
.flex--top,
.flex--between {
  display: flex;
  width: 100%;
}
@media (max-width: 1100px) {
  .flex,
  .flex--wrap,
  .flex--center,
  .flex--top,
  .flex--between {
    flex-wrap: wrap;
  }
}

.flex--wrap {
  flex-wrap: wrap;
}

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

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

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

@media (min-width: 1101px) {
  .gutters [class^=col] {
    margin-right: 90px;
  }
  .gutters [class^=col]:last-of-type {
    margin-right: 0;
  }
}

/***** Columns *****/
.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-3-4 {
  width: 75%;
}

.col-3-5 {
  width: 60%;
}

.col-2-5 {
  width: 40%;
}

.col-5-12 {
  width: 41.6666666667%;
}

.col-7-12 {
  width: 58.3333333333%;
}

@media (max-width: 1100px) {
  [class^=col-] {
    width: 100%;
  }
}

/***** Background Colors *****/
.bg-gray {
  background-color: #F4F2EB;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-primary-1 {
  background-color: #4435E5;
}

.bg-primary-2 {
  background-color: #CD5D00;
}

.bg-secondary-1 {
  background-color: #F4F2EB;
}

.bg-secondary-2 {
  background-color: #FF7F00;
}

.bg-secondary-3 {
  background-color: #DBE31C;
}

/***** Lists *****/
.list--inline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list--inline li {
  padding: 0 45px 0 0;
  display: inline-block;
}
.right .list--inline li, .list--inline.right li {
  padding: 0 0 0 45px;
}

.site-header .logo {
  flex: 0 1 70%;
}
.site-header .logo img {
  width: 100%;
  display: block;
}
.site-header .menu {
  flex: 1 1 30%;
}
.site-header .menu ul {
  margin: 1vw 0 0;
  padding: 0 0 0 30px;
  list-style: none;
  display: flex;
}
.site-header .menu ul li {
  padding: 0 15px;
}
.site-header .menu ul a {
  color: #d96c00;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 500px) {
  .site-header {
    padding: 45px 0;
  }
  .site-header .logo {
    flex: 1 1 100%;
    overflow: hidden;
  }
  .site-header .logo img {
    width: 135%;
  }
  .site-header .menu ul {
    margin: 30px 0 0;
    padding: 0;
    justify-content: center;
  }
}

/* Components: Individual, repeatable items to be used across site and in modules */
.indicates-required {
  font-size: 14px;
  margin: 15px 0 45px;
}

.mc-field-group {
  padding: 5px;
}
.mc-field-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 5px;
}
.mc-field-group input {
  border: 1px solid #4435E5;
  width: 100%;
  padding: 10px;
}
.mc-field-group .checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.mc-field-group .checkbox input {
  margin: 0 10px 3px 0;
  width: auto;
}
.mc_fieldset {
  border: 1px solid #4435E5;
  background-color: white;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.content__gdprLegal p,
.content__gdpr p {
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px;
}

#mc_embed_signup .foot {
  text-align: center;
}
#mc_embed_signup .button {
  background-color: #4435E5;
  color: white;
  padding: 15px 36px;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  margin: 30px auto 0;
  display: inline-block;
  cursor: pointer;
}
#mc_embed_signup .button:hover {
  background-color: #d96c00;
}

/* Layout: Page specifc changes */
table {
  width: 100%;
  border-collapse: collapse;
}
table tr:last-child td {
  border-bottom: 2px solid #5f51fd;
}
table td {
  padding: 25px 0;
  width: 25%;
  border-top: 2px solid #5f51fd;
  text-align: center;
}
table td:first-child {
  font-weight: 600;
}
table td p {
  padding: 0;
  line-height: 1;
}
@media (min-width: 501px) {
  table td:first-child {
    text-align: left;
  }
  table td:last-child {
    text-align: right;
  }
}
table .cancelled p {
  font-style: italic;
  text-decoration: line-through;
  position: relative;
}
@media (max-width: 500px) {
  table .cancelled p {
    display: inline-block;
  }
}
table .cancelled p:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  background-image: url(../../images/cancel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 500px) {
  table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  table tr td {
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  table tr td:first-child {
    border-top: 0;
  }
}

#about .col-1-3 {
  padding: 45px;
  margin-right: 15px;
}
@media (max-width: 1100px) {
  #about .col-1-3 {
    margin: 15px 0 0;
  }
}
@media (max-width: 500px) {
  #about .col-1-3 {
    padding: 30px;
  }
}
#about .list--inline {
  margin-top: 6px;
}

.circle-icon-wrap {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px;
  border-radius: 120px;
}
.circle-icon-wrap img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1100px) {
  .circle-icon-wrap {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
}

#closing-notes {
  position: relative;
}
#closing-notes span {
  font-size: 32px;
}
@media (max-width: 500px) {
  #closing-notes span {
    font-size: 25.6px;
  }
}

#animated-text-strip {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
}

#animated-text-strip .marquee {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  max-width: none;
  padding: 10px 0;
}
#animated-text-strip .marquee img {
  display: block;
  width: 30px;
  margin: 0 40px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

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