/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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.3em;
}

/* 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;
}

@font-face {
  font-family: BigShoulders;
  src: url("../fonts/Big_Shoulders/BigShoulders-VariableFont_opsz,wght.ttf");
}
@font-face {
  font-family: SofiaSans;
  src: url("../fonts/Sofia_Sans/SofiaSans-VariableFont_wght.ttf");
  font-style: normal;
}
@font-face {
  font-family: SofiaSans;
  src: url("../fonts/Sofia_Sans/SofiaSans-Italic-VariableFont_wght.ttf");
  font-style: italic;
}
/*

@font-face{
    font-family:"Avenir Next W01 Light";
    src:url("../fonts/avenir/0ecef829-586e-426d-a633-4c8a8c926769.eot");
    src:url("../fonts/avenir/0ecef829-586e-426d-a633-4c8a8c926769.eot") format("eot"),url("../fonts/avenir/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"),url("../fonts/avenir/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"),url("../fonts/avenir/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype");
}
@font-face{
    font-family:"AvenirNextLTW01-Regular";
    src:url("../fonts/avenir/e9167238-3b3f-4813-a04a-a384394eed42.eot");
    src:url("../fonts/avenir/e9167238-3b3f-4813-a04a-a384394eed42.eot") format("eot"),url("../fonts/avenir/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"),url("../fonts/avenir/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"),url("../fonts/avenir/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype");
}
@font-face{
    font-family:"AvenirNextLTW01-Medium";
    src:url("../fonts/avenir/1a7c9181-cd24-4943-a9d9-d033189524e0.eot");
    src:url("../fonts/avenir/1a7c9181-cd24-4943-a9d9-d033189524e0.eot") format("eot"),url("../fonts/avenir/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"),url("../fonts/avenir/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"),url("../fonts/avenir/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
}
@font-face{
    font-family:"Avenir Next LT W01 Bold";
    src:url("../fonts/avenir/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot");
    src:url("../fonts/avenir/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot") format("eot"),url("../fonts/avenir/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"),url("../fonts/avenir/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"),url("../fonts/avenir/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype");
}
@font-face{
    font-family:"AvenirNextLTW01-Heavy";
    src:url("../fonts/avenir/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot");
    src:url("../fonts/avenir/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot") format("eot"),url("../fonts/avenir/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2") format("woff2"),url("../fonts/avenir/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff") format("woff"),url("../fonts/avenir/045d1654-97f2-4ff0-9d24-21ba9dfee219.ttf") format("truetype");
}
@font-face{
    font-family:"AvenirNextLTW01-Condens_721299";
    src:url("../fonts/avenir/f737d53f-f6ed-4f15-8fe7-925fb68a8851.eot");
    src:url("../fonts/avenir/f737d53f-f6ed-4f15-8fe7-925fb68a8851.eot") format("eot"),url("../fonts/avenir/7fb4cb78-601f-4bb2-995a-442252089573.woff2") format("woff2"),url("../fonts/avenir/19db35b6-b3e8-400b-ae62-a3d37cc9fa56.woff") format("woff"),url("../fonts/avenir/61860563-e9eb-40bd-844e-48e96af9d063.ttf") format("truetype");
}
@font-face{
    font-family:"AvenirNextLTW01-BoldCn";
    src:url("../fonts/avenir/07690b8a-c348-4c53-8de3-59f7cfef9ee8.eot");
    src:url("../fonts/avenir/07690b8a-c348-4c53-8de3-59f7cfef9ee8.eot") format("eot"),url("../fonts/avenir/9f6106aa-36e0-4cfb-8cda-c3354eab2461.woff2") format("woff2"),url("../fonts/avenir/ff039068-be8b-415c-b1a9-24eedee1c3ab.woff") format("woff"),url("../fonts/avenir/cdd2cecb-bd0e-41e5-9ecd-ef60f52a35be.ttf") format("truetype");
}

*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* ########################################################################################## */
/* ########################################################################################## */
* {
  box-sizing: border-box;
}

.outer-column {
  height: 100%;
  max-width: 760px;
  margin: 0 auto;
}

h1 {
  font-family: BigShoulders, sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
  color: #5B2C86;
  margin: 0 0 30px 0;
  padding: 0;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 43px;
  }
}

h2 {
  font-family: SofiaSans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

h3 {
  font-family: SofiaSans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #5B2C86;
  margin: 0 0 10px 0;
  padding: 0;
  /*
  letter-spacing: 0.5px;
  */
  /*
  @media ( max-width: $breakpoint-mobile-1 ) {
      font-size: 20px; 
      line-height: 28px;
  }
  */
}

h4 {
  font-family: SofiaSans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #5B2C86;
  margin: 0 0 0 0;
  padding: 0;
  letter-spacing: 0.5px;
}

h5 {
  font-family: SofiaSans, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #5B2C86;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 1px;
}

h6 {
  font-family: SofiaSans, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  color: inherit;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 0.5px;
}

p, label, div {
  font-family: SofiaSans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: inherit;
  margin: 0 0 20px 0;
  /*
  &.less-margin {
      margin: 0 0 5px 0;
  }

  &.add-spacing {
      letter-spacing:1px;
  }

  &.no-margin {
      margin:0;
  }
  */
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

div {
  margin: 0;
}

.link-heavy {
  font-weight: 700;
  color: #5B2C86;
}

hr {
  border: none;
  height: 1px;
  color: #ACB1C0;
  background-color: #ACB1C0;
}

ul {
  margin: 0 0 20px 20px;
  padding-inline-start: 0;
  /*
  list-style-position: inside;    
  */
}

.button {
  width: auto;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7AFBD6;
  border: none;
  padding: 0 80px;
  margin: 0px auto 20px auto;
  outline: none;
  cursor: pointer;
  font-family: SofiaSans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  color: #5B2C86;
}

.button:hover {
  opacity: 0.9;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.5);
}

/* ########################################################################################## */
/* # HAMBURGER MENU */
/* ########################################################################################## */
/* ########################################################################################## */
/* ########################################################################################## */
.hamburger-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45px;
  right: 30px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #5B2C86;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 0px;
}
.hamburger-menu span:nth-child(2), .hamburger-menu span:nth-child(3) {
  top: 12px;
}
.hamburger-menu span:nth-child(4) {
  top: 24px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #5B2C86;
}

.hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #5B2C86;
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* ########################################################################################## */
/* ########################################################################################## */
/* ########################################################################################## */
/* # CUSTOM  CHECKBOX */
/* ########################################################################################## */
.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.checkbox label {
  position: relative;
  padding: 0 10px 15px 28px;
  float: left;
}

.checkbox label::before, .checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

/* FAKE CHECKBOX : BOX SHAPE/POSITION */
.checkbox label::before {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  left: 0px;
  top: 0px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  /*
  border: 1px solid $color-input-border;
  */
}

/* FAKE CHECKBOX : CHECKMARK */
.checkbox label::after {
  height: 5px;
  width: 11px;
  border-left: 3px solid #27A066;
  border-bottom: 3px solid #27A066;
  transform: rotate(-45deg);
  left: 3px;
  top: 4px;
}

.checkbox input[type=checkbox] + label::after {
  content: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.checkbox-inline {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-inline label {
  margin: 8px 0 0 0;
  width: 100%;
}

.checkbox-columns {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-columns label {
  margin: 8px 0 0 0;
  width: 50%;
  min-width: 200px;
}

.checkbox-align-vert label {
  clear: both;
}

.radiobtn {
  display: block;
  overflow: visible;
  margin: 8px 0 0 0;
}

.radiobtn input[type=radio] {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.radiobtn label {
  position: relative;
  padding: 0 20px 10px 30px;
  float: left;
}

.radiobtn label::before, .radiobtn label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

/* FAKE RADIO BUTTON : BOX SHAPE/POSITION */
.radiobtn label::before {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  left: 0px;
  top: 0px;
  background-color: #F5F5F5;
  box-sizing: border-box;
}

/* FAKE RADIO BUTTON : CHECKMARK */
.radiobtn label::after {
  height: 12px;
  width: 12px;
  background-color: #27A066;
  border-radius: 6px;
  left: 4px;
  top: 4px;
  /*
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(-45deg);
  left: 4px;
  top: 5px;
  */
}

.radiobtn input[type=radio] + label::after {
  content: none;
}

.radiobtn input[type=radio]:checked + label::after {
  content: "";
}

/* ########################################################################################## */
/* # DEPENDENT FIELDS                                                                         */
/* ########################################################################################## */
.dependent {
  display: none;
}

/* ########################################################################################## */
/* # STYLE FIRST OPTION IN SELECT LIST                                                        */
/* ########################################################################################## */
.select-stylefirstoption {
  color: #9b9fa7;
}
.select-stylefirstoption option {
  color: #000;
}
.select-stylefirstoption option:first-child {
  color: #9b9fa7;
}

.select-stylefirstoption-on {
  color: #9b9fa7;
}

.select-stylefirstoption-off {
  color: #000000;
}

/* ########################################################################################## */
/* ########################################################################################## */
/* # BITS & PIECES                                                                            */
/* ########################################################################################## */
.linebreak-desktop-only {
  display: block;
}
@media (max-width: 767px) {
  .linebreak-desktop-only {
    display: inline;
  }
}

.no-margin {
  margin: 0;
}

.more-margin-bottom {
  margin-bottom: 30px;
}

.custom-option-list, .selected-value {
  display: none;
}

.centered {
  text-align: center;
}

.check-width {
  display: none;
  position: relative;
  height: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .check-width {
    display: block;
  }
}

/* ########################################################################################## */
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
html, body, .page {
  width: 100%;
  height: 100%;
}

body {
  background-color: #F8F8F8;
}

.page {
  /*
  background-color: $theme-bg-color;
  */
  /*
  background-image: $theme-bg-image;
  background-repeat: no-repeat;
  background-size: 100% 500px;
  background-position: center top;
  padding: $theme-page-padding;
  */
  /*
  @media ( max-width: $breakpoint-desktop ) {
      background-size: 100% 540px;
  }        

  @media ( max-width: $breakpoint-mobile-1 ) {
      background-size: 100% 480px;
  }        
  */
  /*######################################################################*/
  /* SECONDARY SCREENS */
  /*######################################################################*/
  /*######################################################################*/
  /*######################################################################*/
}
.page .screen {
  /*  DISPLAY:NONE FOR NORMAL USE, COMMENT OUT FOR TROUBLESHOOTING
  display:none;
  */
  display: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 60px 0;
  margin: 0px auto;
  text-align: center;
  color: #476a7e;
  min-height: 400px;
}
.page .screen h1 {
  font-size: 36px;
  line-height: 40px;
}
.page .screen p {
  margin: 0 0 20px 0;
}
.page .screen .social-icon {
  margin: 0 10px;
}
.page .screen-processing {
  text-align: center;
}
.page .screen-processing img {
  height: 200px;
  width: auto;
}
.page .screen-thankyou {
  text-align: left;
  /*
  @media ( max-width: $breakpoint-desktop ) {
      margin-bottom:50px;
  }
  */
}
.page .screen-thankyou .content {
  display: block;
  padding: 40px 80px;
  /*
  h1, p {
      color:$color-gray;
  }
  */
  /*
  text-align: center;
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  */
}
@media (max-width: 639px) {
  .page .screen-thankyou .content {
    padding: 40px 40px;
  }
}

.cc-grower {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cc-grower .cc-message, .cc-grower .cc-btn, .cc-grower .cc-link {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .cc-grower {
    /*
    .cc-message, .cc-btn, .cc-link {
        font-size:10px;
    }
    */
  }
  .cc-grower .cc-window.cc-banner {
    display: block;
  }
  .cc-grower .cc-window.cc-banner .cc-message {
    text-align: center;
  }
  .cc-grower .cc-window.cc-banner .cc-highlight.cc-compliance {
    justify-content: center;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page {
  /* MOBILE NAV IS WITHIN THE HERO ELEMENT */
  /*
  section.hero .mobile-nav {


      display: none;


      background-color: $theme-color-secondary;
      color: #ffffff;

      nav {
          text-align: center;
          padding: 20px;

          div {
              font-weight: 500;
              padding: 5px 0;

              a {
                  text-decoration: none;
                  &:hover {
                      text-decoration: underline;
                  }
              }

          }

      }

  }
  */
}
.page header {
  box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -webkit-box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -moz-box-shadow: 0px 0px 2px rgba(39, 39, 39, 0.3137254902);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  color: #1F9B6D;
  z-index: 10;
}
.page header .gradient-border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: #76F9D2;
  background: linear-gradient(90deg, rgb(118, 249, 210) 0%, rgb(70, 148, 240) 100%);
}
.page header .logo-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  margin: 0 auto;
  padding: 25px 0 0 60px;
}
.page header .logo-container .logo-header {
  display: block;
  height: 90px;
  width: auto;
}
@media (max-width: 639px) {
  .page header .logo-container {
    padding: 15px 0 0 40px;
  }
  .page header .logo-container .logo-header {
    height: 68px;
  }
}
.page header .nav-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #5B2C86;
}
.page header .nav-container nav {
  display: table;
  height: 100%;
  margin: 0 60px 0 auto;
}
.page header .nav-container nav div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.page header .nav-container nav div a {
  text-decoration: none;
}
.page header .nav-container nav div a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .page header .nav-container {
    display: none;
  }
}
.page header .hamburger-menu {
  display: none;
  margin: 0 10px 0 0;
}
@media (max-width: 1023px) {
  .page header .hamburger-menu {
    display: block;
  }
}
@media (max-width: 639px) {
  .page header .hamburger-menu {
    top: 30px;
  }
}
.page header .mobile-nav {
  display: none;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 100%;
  background-color: #5B2C86;
  color: #ffffff;
  box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -webkit-box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -moz-box-shadow: 0px 0px 2px rgba(39, 39, 39, 0.3137254902);
}
.page header .mobile-nav nav {
  text-align: center;
  padding: 20px;
}
.page header .mobile-nav nav div {
  font-weight: 500;
  padding: 5px 0;
}
.page header .mobile-nav nav div a {
  text-decoration: none;
}
.page header .mobile-nav nav div a:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .page header .mobile-nav {
    top: 110px;
  }
}
@media (max-width: 639px) {
  .page header {
    height: 110px;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.hero {
  position: relative;
  width: 100%;
  margin-top: 150px;
}
section.hero .image-container {
  position: relative;
  width: 100%;
}
section.hero .image-container img.background {
  width: 100%;
  height: auto;
  display: block;
}
section.hero .image-container img.background.mobile {
  display: none;
}
@media (max-width: 767px) {
  section.hero .image-container img.background {
    display: none;
  }
  section.hero .image-container img.background.mobile {
    display: block;
  }
}
@media (max-width: 639px) {
  section.hero {
    margin-top: 110px;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-form {
  position: relative;
  max-width: 760px;
  width: 96%;
  margin: -60px auto 0 auto;
  padding: 0;
  /*
  padding: 0 0 80px 0;
  */
  /*
  .inner-padding {
      margin:0;
      padding: 0 100px;
  }
  */
  /*
  @media ( max-width: $breakpoint-mobile-3 ) {

      .inner-padding {
          padding: 0 10px;
      }

  }
  */
}
@media (max-width: 767px) {
  section.section-form {
    margin: -30px auto 0 auto;
  }
}
section.section-form .regForm {
  /*
  .form-type-live, .form-type-virtual {
      display:none;
  }
  */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  /*
  border-radius: 15px;
  */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 60px 0;
  background-color: #ffffff;
  /*
  .smallertype {
      font-size: 12px;
      line-height: 16px;
  }
  */
  /*
  .dependent-inset {
      background-color:#fcfcfc;
      padding:0 20px 0 20px;

      &.dependent-inset-first {
          border-radius:10px 10px 0 0;
          padding-top:20px;
      }
      &.dependent-inset-last {
          border-radius: 0 0 10px 10px;
          padding-bottom:10px;
          margin-bottom:20px;
      }
  }
  */
  /* CHARACTER COUNT BELOW TEXTAREA */
}
section.section-form .regForm .form-type {
  display: none;
  padding: 0 60px;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-type {
    padding: 0 20px;
  }
}
section.section-form .regForm p.required-indicator {
  font-size: 14px;
  line-height: 18px;
  margin: 40px 0;
}
section.section-form .regForm label, section.section-form .regForm p, section.section-form .regForm li {
  color: #7b7b7b;
}
section.section-form .regForm label a, section.section-form .regForm p a, section.section-form .regForm li a {
  color: #5B2C86;
  overflow-wrap: break-word;
  word-break: break-word;
}
section.section-form .regForm label p {
  margin: 0;
}
section.section-form .regForm .form-row {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
  display: table;
  /*
  h2 {
      color: $theme-color-text-headline;
  }
  */
  /* ############################################################# */
  /* ############################################################# */
  /* ############################################################# */
  /* #  DEPENDENT FIELDS                                         # */
  /* ############################################################# */
  /* ############################################################# */
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row {
    padding: 0 0 15px 0;
  }
}
section.section-form .regForm .form-row input[type=text], section.section-form .regForm .form-row input[type=email], section.section-form .regForm .form-row select, section.section-form .regForm .form-row input[type=number] {
  width: 100%;
  height: 40px;
  /*
  border: 1px solid $color-input-border;
  */
  border: none;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: 0 0 0 15px;
  margin: 5px 0 5px 0;
  outline: none;
  /*
  @media ( max-width: $breakpoint-desktop ) {
      width: 100%;
  }
  */
}
section.section-form .regForm .form-row input[type=text]::placeholder, section.section-form .regForm .form-row input[type=email]::placeholder, section.section-form .regForm .form-row select::placeholder, section.section-form .regForm .form-row input[type=number]::placeholder {
  color: #9b9fa7;
}
section.section-form .regForm .form-row .two-thirds-width {
  width: 66%;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .two-thirds-width {
    width: 100%;
  }
}
section.section-form .regForm .form-row label {
  display: block;
  margin: 0;
}
section.section-form .regForm .form-row label.listheader {
  width: 100%;
  margin: 0 0 10px 0;
}
section.section-form .regForm .form-row .ui-spinner {
  display: block;
  border: none;
}
section.section-form .regForm .form-row .ui-spinner input[type=text] {
  margin: 0;
}
section.section-form .regForm .form-row textarea {
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 15px;
  margin: 5px 0 5px 0;
  resize: vertical;
}
section.section-form .regForm .form-row textarea::placeholder {
  color: #9b9fa7;
  font-style: italic;
}
section.section-form .regForm .form-row .checkbox, section.section-form .regForm .form-row .radiobtn {
  margin: 10px 0 5px 0;
}
section.section-form .regForm .form-row .checkbox label, section.section-form .regForm .form-row .radiobtn label {
  margin: 0;
  padding: 0 10px 15px 28px;
  color: #7b7b7b;
}
section.section-form .regForm .form-row .form-row-half {
  width: 50%;
  display: table-cell;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .form-row-half {
    display: block;
    width: 100%;
  }
}
section.section-form .regForm .form-row .form-row-half:first-child {
  padding-right: 10px;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .form-row-half:first-child {
    padding-right: unset;
    margin: 0 0 15px 0;
  }
}
section.section-form .regForm .form-row .form-row-half:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .form-row-half:last-child {
    padding-left: unset;
  }
}
section.section-form .regForm .form-row .other-inset {
  display: block;
  clear: both;
}
section.section-form .regForm .form-row .other-inset input {
  width: 80%;
  margin-left: 30px;
}
section.section-form .regForm .form-row.lessbottompadding {
  padding: 0 0 10px 0;
}
section.section-form .regForm .form-row.form-row-container {
  padding: 5px 10px;
  border-radius: 8px;
  margin: 0 0 15px 0;
  border: 1px solid #f5f5f5;
}
section.section-form .regForm .form-row.isDependent {
  display: none;
}
section.section-form .regForm .form-row.live-event-only {
  display: none;
}
section.section-form .regForm .character-count {
  position: absolute;
  top: auto;
  right: 0px;
}
section.section-form .regForm .error {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #da3732;
  font-style: italic;
  font-weight: 700;
  clear: both;
  /*
  background-image: url(../images/icon-error.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  */
}
section.section-form .regForm .error_show {
  display: block;
}
section.section-form .regForm .error_clear {
  display: block;
  color: #57b549;
  /*
  background-image: url(../images/icon-check.svg);
  */
}
section.section-form .regForm .error_label {
  color: #da3732;
}
section.section-form .regForm .error_input {
  border: 1px solid #da3732;
}
section.section-form .regForm .error_input[type=text] {
  border: 1px solid #da3732;
}
section.section-form .regForm .error_input[type=email] {
  border: 1px solid #da3732;
}
@media (max-width: 767px) {
  section.section-form .regForm {
    padding: 30px 0;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-form .regForm .leadingcopy {
  color: #000000;
  padding: 0 60px;
  margin: 0 0 20px 0;
  /* STORY PHOTO LOCKUP */
}
@media (max-width: 767px) {
  section.section-form .regForm .leadingcopy {
    padding: 0 20px;
  }
}
section.section-form .regForm .leadingcopy p, section.section-form .regForm .leadingcopy li {
  color: inherit;
}
section.section-form .regForm .leadingcopy .lockup {
  display: table;
  width: 100%;
  margin: 30px 0;
}
section.section-form .regForm .leadingcopy .lockup div {
  display: table-cell;
  vertical-align: top;
  width: 45%;
}
section.section-form .regForm .leadingcopy .lockup div .subcaption {
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0 0 0;
}
section.section-form .regForm .leadingcopy .lockup div.center-cell {
  width: 10%;
  text-align: center;
  background-image: url("../images/dotted-line-vertical.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: auto;
}
section.section-form .regForm .leadingcopy .lockup div .container {
  display: table;
  width: 100%;
}
section.section-form .regForm .leadingcopy .lockup div .container div {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #1F9B6D;
}
section.section-form .regForm .leadingcopy .lockup div .container div:last-child {
  width: 60%;
  padding: 0 0 0 20px;
}
section.section-form .regForm .leadingcopy .lockup div .container div img {
  display: block;
  width: 100%;
  height: auto;
}
section.section-form .regForm .leadingcopy .lockup div .container div img.caption {
  width: 90%;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  section.section-form .regForm .leadingcopy .lockup {
    display: block;
  }
  section.section-form .regForm .leadingcopy .lockup div {
    display: block;
    width: 100%;
  }
  section.section-form .regForm .leadingcopy .lockup div.center-cell {
    width: auto;
    height: 30px;
    background-image: url("../images/dotted-line-horizontal.png");
    margin: 40px auto;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-form .regForm .fileselect {
  margin: 30px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
section.section-form .regForm .fileselect .btn {
  appearance: none;
  border: none;
  background: #5B2C86;
  color: #ffffff;
  padding: 10px 20px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
}
section.section-form .regForm .fileselect .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
section.section-form .regForm .fileselect-errors {
  color: #da3732;
  margin-top: 8px;
  font-size: 13px;
}
section.section-form .regForm .fileselect-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
section.section-form .regForm .fileselect-list .item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
}
section.section-form .regForm .fileselect-list .item .thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  overflow: hidden;
}
section.section-form .regForm .fileselect-list .item .filemeta {
  flex: 1;
  min-width: 180px;
}
section.section-form .regForm .fileselect-list .item .filemeta .name {
  font-weight: 600;
  font-size: 14px;
}
section.section-form .regForm .fileselect-list .item .filemeta .size {
  font-size: 12px;
  color: var(--muted);
}
section.section-form .regForm .fileselect-list .item .remove {
  font-size: 12px;
  border: 1px solid #7b7b7b;
  background: transparent;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
}
section.section-form .regForm .total {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  /*
  &.ok { color: $validation-green; }
  &.warn { color: $validation-red; }
  */
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page {
  /*######################################################################*/
  /* FORM MODAL SCREENS                                                   */
  /*######################################################################*/
}
.page .screen {
  display: none;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 60px 0;
  margin: 0px auto;
  text-align: left;
  min-height: 400px;
}
.page .screen .content {
  display: block;
  padding: 40px 80px;
  /*
  h1, h2 {
      color: $color-darkgreen;
  }
  */
}
@media (max-width: 639px) {
  .page .screen .content {
    padding: 40px 20px;
  }
}
.page .screen-thankyou .content {
  text-align: center;
}
.page .screen-thankyou .btn-back-to-home {
  margin: 20px 0 60px 0;
}
.page .screen-thankyou .icon-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.page .screen-processing {
  text-align: center;
}
.page .screen-processing .content img {
  display: block;
  height: 200px;
  width: auto;
  margin: 0 auto;
}
.page .screen-processing .content .msg {
  color: #1F9B6D;
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
footer {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
footer .lockup {
  display: table;
  width: 100%;
  padding: 60px;
  /*
  @media ( max-width: $breakpoint-mobile-1 ) {

      display:block;

      div {
          display:block;

          p {
              &.fnav {
                  a {
                      &:first-child {
                          margin:0 10px 0 0;
                      }
                  }
              }
          }

          img {
              margin: 0 0 30px 0;
          }
      }

      .right {
          padding: 0;
          text-align: left;
      }    

  }
  */
}
footer .lockup div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
footer .lockup div p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin: 0;
}
footer .lockup div p.fnav {
  margin: 0 0 10px 0;
}
footer .lockup div p.fnav a {
  color: #5B2C86;
  font-size: 18px;
  line-height: 21px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin: 0;
  text-decoration: none;
}
footer .lockup div p.fnav a:first-child {
  margin: 0 30px 0 0;
}
footer .lockup div p.fnav a:hover {
  text-decoration: underline;
}
footer .lockup div img.logo {
  height: 100px;
  width: auto;
}
footer .lockup div.right {
  padding: 0 0 0 30px;
  text-align: right;
}
@media (max-width: 1023px) {
  footer .lockup {
    padding: 60px 40px;
  }
  footer .lockup div img.logo {
    height: 80px;
  }
}
@media (max-width: 767px) {
  footer .lockup {
    display: block;
  }
  footer .lockup div {
    display: block;
    text-align: center;
  }
  footer .lockup div.right {
    text-align: center;
    padding: 0;
  }
  footer .lockup div.right .fnav {
    margin: 30px 0;
  }
  footer .lockup div.right .fnav a {
    display: block;
    margin: 10px 0;
  }
  footer .lockup div.right .fnav a:first-child {
    margin: 0;
  }
}
footer .gradient-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: #76F9D2;
  background: linear-gradient(90deg, rgb(118, 249, 210) 0%, rgb(70, 148, 240) 100%);
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* ########################################################################################## */
/* # ISI                                                                                      */
/* ########################################################################################## */
.isi-container {
  background-color: #efebf3;
  /*
  border-radius: 5px;

  */
  position: fixed;
  top: 1000px;
  left: 0px;
  right: 0px;
  box-shadow: 0px -5px 5px rgba(100, 100, 100, 0.2);
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  color: #000000;
  width: 100%;
  z-index: 1;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 30px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 17px;
  background-color: #5B2C86;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.isi-container .header .arrow-up {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 520px) {
  .isi-container .header {
    padding-right: 45px;
  }
  .isi-container .header .arrow-up {
    right: 15px;
  }
}
.isi-container .isi {
  display: flex;
}
.isi-container .isi .isi-main {
  width: 95%;
  /*
  max-width: $theme-outer-column-max-width;
  */
  max-width: 840px;
  margin: 0 auto;
  padding: 20px 0;
}
.isi-container .isi .isi-main .padding-right-for-button {
  padding: 0 50px 0 0;
}
.isi-container .isi .isi-main ul {
  margin: 0 0 20px 0;
  padding-left: 1.3em;
}
.isi-container .isi .isi-main ul li {
  margin: 0;
}
.isi-container .isi .isi-main ul li .sublist-head {
  display: block;
  margin: 10px 0 0 0;
}
.isi-container .isi .isi-main ul.bullet-dash {
  list-style: none;
}
.isi-container .isi .isi-main ul.bullet-dash li {
  position: relative;
  padding-left: 25px;
}
.isi-container .isi .isi-main ul.bullet-dash li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/bullet-dash.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.isi-container .isi .isi-main a {
  color: #5B2C86;
  /*
  text-decoration:none;
  &:hover {
      text-decoration: underline;
  }
  */
}
.isi-container .isi .isi-main .nomargin {
  margin: 0;
}

.isi-container-inline {
  position: relative;
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.events-container .events {
  text-align: center;
  margin: 0 0 40px 0;
}
.events-container .events .event {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 280px;
  text-align: left;
  background-image: url("../images/card-unselected.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px 30px;
  margin: 10px 20px;
  cursor: pointer;
}
.events-container .events .event p {
  margin: 0;
}
.events-container .events .event .card-check-container {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 34px;
  width: 34px;
  display: block;
  border: 3px solid #5B2C86;
  border-radius: 17px;
  background-color: #ffffff;
}
.events-container .events .event .card-check-container .card-check {
  display: none;
  position: absolute;
  top: 7px;
  left: 5px;
  height: 10px;
  width: 18px;
  border-left: 4px solid #5B2C86;
  border-bottom: 4px solid #5B2C86;
  transform: rotate(-45deg);
}
.events-container .events .event.selected {
  background-image: url("../images/card-selected.svg");
}
.events-container .events .event.selected .card-check-container .card-check {
  display: block;
}
.events-container .events .event:hover {
  background-image: url("../images/card-selected.svg");
}
.events-container .events .noevents {
  background-color: #f5f5f5;
  width: 80%;
  margin: 20px auto;
  padding: 40px 20px;
  font-size: 20px;
  line-height: 28px;
}

/*
.eventcards {


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



      .list {

        display: flex;
        flex-wrap: wrap;

            .list-item {
                display: flex; 
                padding: 10px 10px 30px 10px;
                width: 50%;

                .list-content {

                    background-color: #f5f5f5;
                    display: flex;
                    flex-direction: column;
                    position: relative;
                    padding-bottom: 50px;
                    width: 100%;

                    .header {
                        background-color: #102f37;
                        padding: 20px;

                        .title {
                            color: #ffffff;
                            float: left;
                        }

                        .type {
                            color: #FFB420;
                            float: right;
                        }

                        .icon {
                            display: none;
                        }

                        .date {
                            display:none;
                        }
                    }

                    .body {
                        padding: 20px;

                    }

                    .cta {
                        padding: 20px;
                        color: #14ADA6;
                        position: absolute;
                        bottom:0px;
                        cursor: pointer;

                        img {
                            height:10px;
                            width:auto;
                            padding:0 0 0 8px;
                        }

                        &:hover {
                            color: $color-darkblue;
                        }
                    }


                }


                @media ( max-width: $breakpoint-mobile-1 ) {

                    width: 100%;
                    padding: 0 0 10px 0;

                    .list-content {

                        height: 60px;
                        overflow: hidden;

                        .header {
                            z-index:1;

                            .icon {
                                display: inline;
                                float: right;
                                padding: 4px 0 0 20px;

                                &.icon-minus {
                                    display:none;
                                    padding: 8px 0 0 20px;
                                }
                            }

                        }


                        &.list-content-mobile-open {
                            height: unset;

                            .header {
                                .icon-plus {
                                    display:none;
                                } 
                                .icon-minus {
                                    display:inline;
                                } 
                            }
                        }


                    }

                    &.list-item-none {
                        display:none;
                    }


                }



            }

      }


}
*/
/*
.selected-event {

    display: flex; 
    width: 100%;

    padding: 10px 0 30px 0;

    .list-content {

        background-color: #f5f5f5;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;

        .header {
            background-color: #102f37;
            padding: 20px 50px;

            .title {
                color: #ffffff;
                float: left;
            }

            .type {
                color: #FFB420;
                float: right;
            }

        }

        .body {
            padding: 20px 50px;

        }

        @media ( max-width: $breakpoint-mobile-1 ) {

            .header, .body {
                padding: 20px;
            }


        }



    }


}
*/