/* 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: "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: 900px;
  margin: 0 auto;
}

h1 {
  font-family: filson-pro, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  color: #013A71;
  margin: 0 0 30px 0;
  padding: 0;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

h2 {
  font-family: filson-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #013A71;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.5px;
}

h3 {
  font-family: filson-pro, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #013A71;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4 {
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #013A71;
  margin: 0 0 0 0;
  padding: 0;
  letter-spacing: 0.5px;
}

p, label, div {
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: inherit;
  margin: 0 0 20px 0;
}
p.less-margin, label.less-margin, div.less-margin {
  margin: 0 0 5px 0;
}
p.add-spacing, label.add-spacing, div.add-spacing {
  letter-spacing: 1px;
}
p.no-margin, label.no-margin, div.no-margin {
  margin: 0;
}

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

div {
  margin: 0;
}

.link-heavy {
  font-weight: 700;
  color: #013A71;
}

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

.button {
  width: auto;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #013A71;
  border: none;
  padding: 0 80px;
  margin: 0px auto 20px auto;
  outline: none;
  cursor: pointer;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}

.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: #013A71;
  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;
}
@media (max-width: 639px) {
  .hamburger-menu {
    top: 25px;
    right: 10px;
  }
}

.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: #013A71;
}

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

.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: 6px;
  width: 11px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(-45deg);
  left: 4px;
  top: 6px;
}

.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 CHECKBOX : 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 CHECKBOX : CHECKMARK */
.radiobtn label::after {
  height: 7px;
  width: 12px;
  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%;
}

.page {
  background-color: transparent;
  /*
  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 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: 158px;
  background-color: #ffffff;
  color: #1F9B6D;
  z-index: 10;
}
.page header .logo-container {
  width: 96%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}
.page header .logo-container .logo-header {
  display: block;
  height: 64px;
  width: auto;
  margin: 20px 0 0 0;
}
@media (max-width: 639px) {
  .page header .logo-container .logo-header {
    height: 46px;
    margin: 15px 0 0 10px;
  }
}
.page header .hamburger-menu {
  display: none;
  margin: 0 10px 0 0;
}
@media (max-width: 1023px) {
  .page header .hamburger-menu {
    display: block;
  }
}
.page header .heronav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #013A71;
  width: 100%;
  color: #ffffff;
}
.page header .heronav nav {
  display: table;
  width: 100%;
}
.page header .heronav nav div {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  padding: 15px 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
.page header .heronav nav div a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.page header .heronav nav div a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .page header {
    height: 110px;
    /*
    .heronav {

        visibility: hidden;

        display:block;
        position:fixed; top:0px; left:0px; right:0px;
        width:90%;
        height:fit-content; min-height:200px;
        margin:100px auto 0 auto;
        border-radius:15px;
        box-shadow: 0px 0px 25px #27272750;

        nav {

            display:block;
            padding:60px 0;

            a {
                display:block;
                padding:15px 0;
            }

        }


    }
    */
  }
  .page header .heronav {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 90%;
    height: fit-content;
    min-height: 200px;
    margin: 100px auto 0 auto;
    border-radius: 15px;
    box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
    /*
    display:block;
    position:fixed; top:0px; left:0px; right:0px;
    width:90%;
    height:fit-content; min-height:200px;
    margin:100px auto 0 auto;
    border-radius:15px;
    box-shadow: 0px 0px 25px #27272750;

    nav {

        display:block;
        padding:60px 0;

        a {
            display:block;
            padding:15px 0;
        }

    }
    */
  }
  .page header .heronav nav {
    display: block;
    text-align: center;
    padding: 0 0 50px 0;
  }
  .page header .heronav nav div {
    display: block;
    width: 100%;
  }
  .page header .heronav nav div a {
    font-size: 16px;
  }
  .page header .heronav nav div:first-child {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 639px) {
  .page header {
    height: 80px;
  }
}

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

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-form {
  position: relative;
  max-width: 900px;
  width: 96%;
  margin: -60px auto 0 auto;
  padding: 0 0 80px 0;
}
section.section-form .inner-padding {
  margin: 0;
  padding: 0 100px;
}
@media (max-width: 767px) {
  section.section-form {
    margin: -30px auto 0 auto;
  }
  section.section-form .inner-padding {
    padding: 0 40px;
  }
}
@media (max-width: 479px) {
  section.section-form .inner-padding {
    padding: 0 10px;
  }
}
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;
  padding: 60px 0;
  background-color: #ffffff;
  /*
  .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 .smallertype {
  font-size: 12px;
  line-height: 16px;
}
section.section-form .regForm p.required-indicator {
  color: #7b7b7b;
  margin: 40px 0;
}
section.section-form .regForm label, section.section-form .regForm p, section.section-form .regForm li {
  color: #7b7b7b;
}
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 .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: #013A71;
  margin: 0 0 60px 0;
  /* STORY PHOTO LOCKUP */
}
section.section-form .regForm .leadingcopy p {
  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: #013A71;
  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: 200px;
}
.page .screen .content {
  display: block;
  padding: 40px 80px;
}
.page .screen .content h1, .page .screen .content h2 {
  color: #1F9B6D;
}
@media (max-width: 639px) {
  .page .screen .content {
    padding: 40px 40px;
  }
}
.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 {
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: transparent;
  display: block;
  /*

  p {
      font-size: 14px; line-height: 20px;
      margin: 0 0 2px 0;
      color: $footer-copy-color;
      letter-spacing: 0.5px;
  }    


  .logo-table {
      display:table;
      margin:40px auto;

      .logo-table-cell {
          display:table-cell;
          width:50%;
          text-align:center;
          vertical-align:middle;
          padding:10px;

          &:first-child {
              img {
                  height:70px; width:auto;
              }
          }

          &:last-child {
              img {
                  height:60px; width:auto;
              }
          }

      }

  }


  @media ( max-width: $breakpoint-tablet ) {

      p {
          line-height: 18px;
          margin:0 0 8px 0;
      }

  }

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

      .logo-table {
          .logo-table-cell {
              &:first-child, &:last-child {
                  img {
                      height:auto; width:90%;
                  }
              }
          }
      }

  }
  */
}
footer .lockup {
  display: table;
  width: 100%;
  padding: 20px 0;
}
footer .lockup div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
footer .lockup div p {
  font-size: 12px;
  margin: 0;
  color: #404145;
}
footer .lockup div p.fnav {
  margin: 0 0 10px 0;
}
footer .lockup div p.fnav a {
  color: #013A71;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  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 {
  height: 62px;
  width: auto;
}
footer .lockup .right {
  padding: 0 0 0 30px;
  text-align: right;
}
@media (max-width: 767px) {
  footer .lockup {
    display: block;
  }
  footer .lockup div {
    display: block;
  }
  footer .lockup div p.fnav a:first-child {
    margin: 0 10px 0 0;
  }
  footer .lockup div img {
    margin: 0 0 30px 0;
  }
  footer .lockup .right {
    padding: 0;
    text-align: left;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* ########################################################################################## */
/* # ISI                                                                                      */
/* ########################################################################################## */
.isi-container {
  background-color: #ffffff;
  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: #476371;
  width: 100%;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 30px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 17px;
  background-color: #013A71;
  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: 900px;
  margin: 0 auto;
}
.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: #013A71;
  text-decoration: none;
}
.isi-container .isi .isi-main a:hover {
  text-decoration: underline;
}
.isi-container .isi .isi-main .nomargin {
  margin: 0;
}

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

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.eventcards ul, .eventcards li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.eventcards .list {
  display: flex;
  flex-wrap: wrap;
}
.eventcards .list .list-item {
  display: flex;
  padding: 10px 10px 30px 10px;
  width: 50%;
}
.eventcards .list .list-item .list-content {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
  width: 100%;
}
.eventcards .list .list-item .list-content .header {
  background-color: #102f37;
  padding: 20px;
}
.eventcards .list .list-item .list-content .header .title {
  color: #ffffff;
  float: left;
}
.eventcards .list .list-item .list-content .header .type {
  color: #FFB420;
  float: right;
}
.eventcards .list .list-item .list-content .header .icon {
  display: none;
}
.eventcards .list .list-item .list-content .header .date {
  display: none;
}
.eventcards .list .list-item .list-content .body {
  padding: 20px;
}
.eventcards .list .list-item .list-content .cta {
  padding: 20px;
  color: #14ADA6;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}
.eventcards .list .list-item .list-content .cta img {
  height: 10px;
  width: auto;
  padding: 0 0 0 8px;
}
.eventcards .list .list-item .list-content .cta:hover {
  color: #013A71;
}
@media (max-width: 767px) {
  .eventcards .list .list-item {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .eventcards .list .list-item .list-content {
    /*
    width: 100%;
    */
    height: 60px;
    overflow: hidden;
  }
  .eventcards .list .list-item .list-content .header {
    z-index: 1;
  }
  .eventcards .list .list-item .list-content .header .icon {
    display: inline;
    float: right;
    padding: 4px 0 0 20px;
  }
  .eventcards .list .list-item .list-content .header .icon.icon-minus {
    display: none;
    padding: 8px 0 0 20px;
  }
  .eventcards .list .list-item .list-content.list-content-mobile-open {
    height: unset;
  }
  .eventcards .list .list-item .list-content.list-content-mobile-open .header .icon-plus {
    display: none;
  }
  .eventcards .list .list-item .list-content.list-content-mobile-open .header .icon-minus {
    display: inline;
  }
  .eventcards .list .list-item.list-item-none {
    display: none;
  }
}

.selected-event {
  display: flex;
  width: 100%;
  padding: 10px 0 30px 0;
}
.selected-event .list-content {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.selected-event .list-content .header {
  background-color: #102f37;
  padding: 20px 50px;
}
.selected-event .list-content .header .title {
  color: #ffffff;
  float: left;
}
.selected-event .list-content .header .type {
  color: #FFB420;
  float: right;
}
.selected-event .list-content .body {
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .selected-event .list-content .header, .selected-event .list-content .body {
    padding: 20px;
  }
}