/*! 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;
}
:root {
  --purple-100: #34388c;
  --active-blue: #00d0e4;
  --neutral-60: #a65f14;
  --red-15: #faa0a9;
  --teal-100: #054d4d;
  --oz-dark: #339c54;
  --candy-apple-light: #fbc0c6;
  --neutral-50: #b36715;
  --calypso: #0fbfbf;
  --red-05: #ffd9dd;
  --green-90: #14592a;
  --gray-90: #213343;
  --marigold-dark: #e69722;
  --neutral-40: #d18534;
  --green-80: #186932;
  --gray-80: #2e475d;
  --olaf: #ffffff;
  --neutral-30: #e09f5a;
  --green-70: #1c7338;
  --orange-15: #ff974d;
  --gray-70: #3e5974;
  --violet-100: #850d63;
  --neutral-20: #ebb57c;
  --green-i-dark: #387d4e;
  --tangerine-15: #ffa994;
  --green-60: #1f7d3d;
  --orange-05: #ffdbc1;
  --gray-60: #516f90;
  --tangerine-05: #ffebe6;
  --green-50: #2a8c49;
  --candy-apple-lightest: #ffd9dd;
  --gray-50: #607d9c;
  --violet-90: #990f72;
  --neutral-10: #fcead7;
  --green-40: #339c54;
  --gray-40: #7691ad;
  --violet-80: #ad1181;
  --lorax: #ff5c35;
  --green-100: #104d23;
  --green-30: #4fb06d;
  --gray-30: #99afc4;
  --thunderdome: #7075db;
  --violet-70: #bd138d;
  --gray-100: #192733;
  --teal-90: #065757;
  --green-20: #7bc492;
  --gray-20: #b6c7d6;
  --purple-90: #3a3f9e;
  --violet-60: #c7309c;
  --teal-80: #076666;
  --white: #ffffff;
  --norman: #f86295;
  --green-10: #cae7d3;
  --flint: #99afc4;
  --error-red: #ad0007;
  --gray-10: #eaf0f6;
  --purple-80: #4348b0;
  --violet-50: #ce4eaa;
  --blue-90: #00518a;
  --purple-70: #4e54c2;
  --violet-40: #d667b7;
  --neutral-15: #f2c99d;
  --teal-70: #087070;
  --neutral-100: #663704;
  --sorbet-lightest: #ffdbc1;
  --blue-80: #005896;
  --marigold: #ffbc4b;
  --oz: #4fb06d;
  --oz-light: #cae7d3;
  --marigold-light: #ffcd78;
  --purple-60: #5c62d6;
  --violet-30: #de81c5;
  --candy-apple-dark: #e02b3d;
  --neutral-05: #fef4ea;
  --teal-60: #0b8484;
  --blue-70: #005fa3;
  --purple-50: #7075db;
  --violet-20: #e69cd2;
  --slinky: #516f90;
  --teal-50: #0b8f8f;
  --blue-60: #0068b1;
  --norman-light: #fcc0d4;
  --purple-40: #8589e0;
  --violet-10: #ebb8dd;
  --teal-40: #0da8a8;
  --gypsum: #f6f9fc;
  --eerie: #7691ad;
  --blue-50: #267ebd;
  --green-15: #a3d9b4;
  --gray-15: #dbe4ed;
  --purple-30: #999de8;
  --pink-90: #9e1140;
  --teal-30: #0fbfbf;
  --blue-40: #408ec5;
  --green-05: #daf2e2;
  --gray-05: #f6f9fc;
  --purple-20: #afb3ed;
  --pink-80: #b8164c;
  --thunderdome-light: #ced0f3;
  --teal-20: #57d2d2;
  --heffalump: #3e5974;
  --blue-30: #5fa3d4;
  --lorax-light: #ffcec2;
  --purple-10: #ced0f3;
  --pink-70: #cf1b57;
  --yellow-90: #754200;
  --teal-10: #b7ecec;
  --calypso-lightest: #cef2f2;
  --flat-earth: #192733;
  --blue-20: #88bde3;
  --sorbet-dark: #d95f09;
  --pink-60: #e32061;
  --yellow-80: #804b00;
  --tangerine-100: #7a2312;
  --blue-10: #b2d1e7;
  --koala: #eaf0f6;
  --orange-100: #733000;
  --violet-15: #e8a9d7;
  --pink-50: #f62d71;
  --yellow-70: #8c5200;
  --yellow-i-dark: #d49134;
  --red-90: #a11f2c;
  --violet-05: #fadcf2;
  --pink-40: #f54781;
  --yellow-60: #9e5d02;
  --red-80: #bf2434;
  --pink-30: #f86295;
  --yellow-50: #b06802;
  --battleship: #b6c7d6;
  --calypso-light: #b7ecec;
  --red-70: #cf2738;
  --purple-15: #bdc0f0;
  --pink-20: #fa91b4;
  --candy-apple: #f56271;
  --yellow-40: #b87004;
  --red-100: #821923;
  --teal-15: #85dede;
  --red-60: #e02b3d;
  --purple-05: #e1e2fa;
  --pink-10: #fcc0d4;
  --yellow-30: #cc7c04;
  --lorax-lightest: #ffebe6;
  --orange-90: #823803;
  --teal-05: #cef2f2;
  --thunderdome-lightest: #e1e2fa;
  --blue-15: #9ec8e6;
  --red-50: #ed2d40;
  --tangerine-90: #8c2915;
  --yellow-20: #e69722;
  --orange-80: #913e03;
  --calypso-dark: #0b8484;
  --blue-05: #d2e8f7;
  --yellow-100: #663a00;
  --red-40: #f24657;
  --tangerine-80: #9e2f19;
  --yellow-10: #ffcd78;
  --orange-70: #a34603;
  --norman-lightest: #ffd9e5;
  --red-30: #f56271;
  --tangerine-70: #b3361d;
  --orange-60: #b54f05;
  --orange-i-dark: #cc6d29;
  --red-20: #f7818c;
  --pink-100: #820e35;
  --tangerine-60: #d44325;
  --orange-50: #c75808;
  --red-10: #fbc0c6;
  --tangerine-50: #e04826;
  --pink-15: #fca9c5;
  --obsidian: #2e475d;
  --orange-40: #d95f09;
  --sorbet-light: #ffa766;
  --sorbet: #ff8933;
  --marigold-lightest: #ffebc9;
  --oz-lightest: #daf2e2;
  --lorax-dark: #d44325;
  --tangerine-40: #f05129;
  --great-white: #dbe4ed;
  --pink-05: #ffd9e5;
  --orange-30: #e66910;
  --neutral-90: #804506;
  --tangerine-30: #ff5c35;
  --yellow-15: #ffbc4b;
  --orange-20: #ff8933;
  --thunderdome-dark: #4e54c2;
  --pantera: #213343;
  --neutral-80: #8c4c08;
  --tangerine-20: #ff7a59;
  --yellow-05: #ffebc9;
  --blue-100: #00497d;
  --orange-10: #ffa766;
  --neutral-70: #99550c;
  --tangerine-10: #ffcec2;
  --norman-dark: #e32061;
  --black: #000000;
}

:root {
  --bright-blue: #5FCDE1;
  --siena-red: #b50001;
}

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

.workshop-body {
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--pantera);
  font-size: 18px;
  line-height: 1.7;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}

.workshop-form form input[type=text],
.workshop-form form input[type=email],
.workshop-form form input[type=password],
.workshop-form form input[type=tel],
.workshop-form form input[type=number],
.workshop-form form input[type=file],
.workshop-form form select,
.workshop-form form textarea {
  width: 100%;
  height: 40px;
  background: var(--gypsum);
  border: 1px solid var(--battleship);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 9px 10px;
  margin-top: 10px;
}

.workshop-form form select {
  appearance: none;
  appearance: none;
  background-image: url();
  background-repeat:no-repeat;
  background-position:center right 20px;
}

.workshop-form form .hs-input:focus-visible {
  outline: 2px solid var(--bright-blue);
}

.workshop-form form .hs-input.invalid {
  outline: 2px solid var(--siena-red);
}

.workshop-form .hs-error-msgs {
  font-size: 0.875rem;
  padding: 10px 0;
  color: var(--siena-red);
}

.button.button--white {
  background-color: var(--white);
  color: var(--obsidian);
}

.button,
form input[type="submit"] {
  background: var(--lorax);
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
  text-align: center;
}

.button--outlined {
  border: 1px solid var(--lorax);
  background-color: transparent;
  color: var(--lorax);
  min-width: 200px;
  padding: 14px 20px;
}

.workshop-form form .hs-form-field {
  margin-bottom: 23px;
}

.popup-show .workshop-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.popup-show .workshop-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  z-index: 999;
}

.workshop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 71, 91, 0.5);
  z-index: -1;
  animation: fadein 2s;
}

.workshop-popup--close-btn {
  padding: 0 1rem;
  margin: 0 0 0 auto;
  float: right;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 2rem;
  color: var(--gray-80);
}

// TODO: Delete this class once the workshop-popup popup in membership-login has been updated
.workshop-popup--close {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.workshop-popup--close:before,
.workshop-popup--close:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--eerie);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  display: block;
}

.workshop-popup--close:after {
  transform: translate(-50%, 50%) rotate(-45deg);
}

.workshop-popup--inner {
  width: 100%;
  max-width: 470px;
  background: var(--white);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  box-sizing: border-box;
  position: relative;
}

.workshop-popup--inner h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--obsidian);
}


@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}