@charset "UTF-8";
/* FONTS (default2 to identify fixin gaps) */
/* 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;
}

/* FONTS (default2 to identify fixin gaps) */
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* ########################################################################################## */
/* ########################################################################################## */
* {
  box-sizing: border-box;
}

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

h1 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
  color: #6ebb52;
  margin: 0 0 20px 0;
  padding: 0;
  /*
  text-transform: uppercase;
  */
}
@media (max-width: 639px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  margin: 0 0 15px 0;
  padding: 0;
}
@media (max-width: 639px) {
  h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

h3 {
  font-size: 18px;
  line-height: 22px;
  color: #4db2ea;
  letter-spacing: 0.4px;
}

h4 {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #6ebb52;
}

h5 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

p, label, div {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin: 0 0 20px 0;
}
p.less-margin, label.less-margin, div.less-margin {
  margin: 0 0 5px 0;
}
p.bigger, label.bigger, div.bigger {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 639px) {
  p.bigger, label.bigger, div.bigger {
    font-size: 14px;
    line-height: 20px;
  }
}

div {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

.link-heavy {
  font-weight: 700;
  color: #2d6cfc;
}

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

button, .button {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  width: 300px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1B8FAA;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 40px;
  margin: 40px auto;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
button:hover, .button:hover {
  opacity: 0.9;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.5);
}

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

/* ########################################################################################## */
/* # HAMBURGER MENU */
/* ########################################################################################## */
/* ########################################################################################## */
/* ########################################################################################## */
.hamburger-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  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: #000000;
  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: #ffffff;
}

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

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

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

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

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

/* ########################################################################################## */
/* ########################################################################################## */
.icon-row {
  display: table;
}
.icon-row .icon {
  display: table-cell;
  vertical-align: middle;
}
.icon-row .icon img {
  display: block;
}
.icon-row .desc {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}

/* ########################################################################################## */
.modal, .thank-you {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.modal .modal-dialog, .thank-you .modal-dialog {
  width: 80%;
  max-width: 500px;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 15px;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  position: fixed;
  top: 150px;
  left: 0px;
  right: 0px;
  text-align: center;
  outline: none;
}

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

span.req-span {
  padding: 0 0 0 15px;
  color: #ee3322;
  font-style: italic;
  display: none;
}

.required-text span.req-span {
  display: inline !important;
}

/*
.form-div.validation-error input::placeholder {
     color: #ee3322;
     font-style: italic;
}
*/
.error-oops {
  display: none;
  color: #da3732;
  font-weight: 700;
  margin: 0 0 30px 0;
}

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

/* ########################################################################################## */
/* # ISI                                                                            */
/* ########################################################################################## */
.isi-container {
  background-color: #ffffff;
  position: fixed;
  top: 1000px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  z-index: 5;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  /*
  color:#476371;
  border-radius: 5px;
  max-width: $panel-col-width + 60px;
  width: 100%;
  */
}
.isi-container .hide-when-collapsed {
  display: none;
}
.isi-container .show-when-collapsed {
  display: inline;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 15px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 10px;
  background-color: #1B8FAA;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.isi-container .header .arrow-up {
  position: absolute;
  top: 18px;
  right: 30px;
  height: 15px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 520px) {
  .isi-container .header {
    padding-right: 45px;
  }
}
.isi-container .isi {
  padding: 0 30px 20px 30px;
  display: flex;
  direction: rtl;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  /*
  padding:20px 60px;
  */
  /*
  .isi-sidebar {
      display:table-cell;
      width:20%;
      padding-left:20px;
      direction:ltr;

      display:none;

      ul {
          list-style-image: url('../images/bullet-dash.svg');
          padding-left:1em;
      }

  }
  */
}
.isi-container .isi .isi-main {
  display: table-cell;
  width: 100%;
  direction: ltr;
  /*
  p, label, div, li, h4 {
      @include font-condensed;
  }
  */
  /*
  p, li {
      line-height: 20px;
  }
  */
  /*
  a {
      color: $link-blue;

      &.bluelink {
          color: $color-darkblue;
      }
  }
  */
  /*
  h4, p, li {
      font-size:16px; line-height:20px;
      margin: 0 0 30px 0;
      color: $color-darkpurple;

      &.no-margin {
          margin: 0;
      }

  }
  */
  /*
  h4 {
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-right: 50px;
  }
  */
}
.isi-container .isi .isi-main a.readmore {
  text-decoration: none;
  color: #6ebb52;
}
.isi-container .isi .isi-main a.readmore:hover {
  text-decoration: underline;
}
.isi-container .isi .isi-main .isi-heading {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.isi-container .isi .isi-main .pmargin, .isi-container .isi .isi-main p {
  /*
  margin: 0 0 15px 0;
  */
  margin: 0 0 10px 0;
}
.isi-container .isi .isi-main .nomargin {
  margin: 0;
}
.isi-container .isi .isi-main a {
  color: #6ebb52;
}
.isi-container .isi .isi-main ul {
  padding-left: 1.2em;
}
.isi-container .isi .isi-main ul li {
  color: #6ebb52;
  margin: 0 0 5px 0;
}
.isi-container .isi .isi-main ul li span {
  color: #666666;
}
.isi-container .isi .isi-main ul.clear-margins-within {
  margin: 0 0 30px 0;
}
.isi-container .isi .isi-main ul.clear-margins-within li {
  margin: 0;
}
.isi-container .isi .isi-main ul.inline {
  list-style-type: none;
  padding: 0;
}
.isi-container .isi .isi-main ul.inline li {
  display: inline;
}
.isi-container .isi .isi-main ul.inline li:before {
  content: "•";
  display: inline-block;
  margin-left: 4px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .isi-container .isi {
    flex-direction: column-reverse;
    /*
    padding: 20px;
    */
    padding: 0 20px 20px 20px;
  }
  .isi-container .isi .isi-main {
    width: 100%;
  }
  .isi-container .isi .isi-sidebar {
    width: 100%;
    padding-left: 0;
  }
}

.isi-container-inline {
  position: relative;
  box-shadow: unset;
}

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

.select-dependent {
  display: none;
}

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

.no-margin {
  margin: 0;
}

.more-margin-top-bottom {
  margin: 20px 0 40px 0;
}

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

.greencopy {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  color: #4CB2AD;
}

/* ########################################################################################## */
/* FONTS (default2 to identify fixin gaps) */
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
html, body, .page {
  width: 100%;
  height: 100%;
}

body {
  background-color: #e2e2e2;
}

.page {
  background-color: transparent;
  /*
  background-image: $theme-bg-image;
  background-repeat: no-repeat;
  background-size: 100% 630px;
  background-position: center top;
  */
  /*
  padding: $theme-page-padding;
  */
  padding: 120px 0 0 0;
  /*
  .footer-spacer {
      margin:0; padding:0;
      width:100px; height:80px;
  }
  */
  /*######################################################################*/
  /* SECONDARY SCREENS */
  /*######################################################################*/
  /*######################################################################*/
  /*######################################################################*/
}
@media (max-width: 1199px) {
  .page {
    background-size: 100% 540px;
  }
}
@media (max-width: 767px) {
  .page {
    /*
    background-image: $theme-bg-image-mobile;
    */
    background-size: 100% 480px;
    padding: 100px 0 0 0;
  }
}
.page header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  color: #000000;
  z-index: 10;
  /*
  box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  */
}
.page header .logo-header {
  float: left;
  height: 100%;
  width: auto;
  padding: 20px 20px 20px 0;
  /*
  @media ( max-width: $breakpoint-mobile-3 ) {
      padding: $header-logo-padding-mobile;
  } 
  */
}
@media (max-width: 1199px) {
  .page header .logo-header {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page header .logo-header {
    padding: 10px 10px 10px 20px;
  }
}
.page header nav {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /*
  text-transform: uppercase;
  */
}
.page header nav .link-container {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 0 20px 50px;
}
.page header nav .link-container a {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}
.page header nav .link-container a span {
  display: block;
}
@media (max-width: 1023px) {
  .page header nav .link-container a span {
    display: inline;
  }
}
.page header nav .link-container a:hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .page header nav {
    box-shadow: 0px 0px 15px rgba(39, 39, 39, 0.3137254902);
    display: block;
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80%;
    min-width: 300px;
    height: unset;
    padding: 100px 0 80px 0;
    border-radius: 15px;
    text-align: center;
    background-color: #1B8FAA;
  }
  .page header nav .link-container {
    padding: 0;
  }
  .page header nav .link-container a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    text-decoration: none;
  }
  .page header nav .link-container span {
    display: none;
  }
}
@media (max-width: 639px) {
  .page header nav {
    width: 96%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}
.page header .hamburger-menu {
  display: none;
}
@media (max-width: 1023px) {
  .page header .hamburger-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .page header {
    height: 100px;
  }
}
.page section.hero {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #e2e2e2;
  background-image: url("../images/hero_bg.png");
  background-size: contain;
  background-repeat: repeat;
  padding: 0 0 10px 0;
}
.page section.hero img {
  width: 100%;
  height: auto;
  max-width: 920px;
  display: block;
  margin: 0 auto;
}
.page section.section-form {
  max-width: 840px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto 40px auto;
  padding: 20px 100px 50px 100px;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.1);
  border-top: 16px solid #1B8FAA;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1199px) {
  .page section.section-form {
    padding: 60px 80px;
  }
}
@media (max-width: 767px) {
  .page section.section-form {
    padding: 30px;
    border-top: 8px solid #1B8FAA;
  }
}
@media (max-width: 479px) {
  .page section.section-form {
    padding: 20px;
  }
}
.page section.section-form .regForm {
  /*
  .form-type-live, .form-type-virtual {
      display:none;
  }
  */
  /*
  .icon-row {
      margin:30px 0 40px 0;
  }
  .required-indicator {
      margin: 30px 0 40px 0;
      font-style: italic;
  }
  .smaller-form-type {
      font-size:14px; line-height:20px;
  }
  */
}
.page section.section-form .regForm .logo-bmp {
  margin: 0 0 10px 0;
  width: 206px;
  height: auto;
}
@media (max-width: 767px) {
  .page section.section-form .regForm .logo-bmp {
    width: 164px;
  }
}
.page section.section-form .regForm ul {
  padding-left: 1.2em;
}
.page section.section-form .regForm ul li {
  color: #6ebb52;
  font-size: 18px;
  line-height: 26px;
}
.page section.section-form .regForm ul li span {
  color: #666666;
}
@media (max-width: 639px) {
  .page section.section-form .regForm ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.page section.section-form .regForm .lg {
  color: #8e8e8e;
}
.page section.section-form .regForm .lockup {
  border-top: 1px solid #6ebb52;
  border-bottom: 1px solid #6ebb52;
  padding: 20px 0 20px 0;
  margin: 30px auto;
}
.page section.section-form .regForm .lockup .tag1 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #888888;
}
.page section.section-form .regForm .lockup .tag2 {
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #1B8FAA;
}
.page section.section-form .regForm .lockup .tag2 span.color {
  color: #6ebb52;
}
.page section.section-form .regForm .lockup .tag2 span.divider {
  display: inline;
}
@media (max-width: 767px) {
  .page section.section-form .regForm .lockup {
    margin: 50px auto;
  }
  .page section.section-form .regForm .lockup .tag1 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .page section.section-form .regForm .lockup .tag2 {
    font-size: 22px;
    line-height: 26px;
  }
  .page section.section-form .regForm .lockup .tag2 span.divider {
    display: block;
  }
}
.page section.section-form .regForm .form-type {
  margin: 40px 0 0 0;
}
.page section.section-form .regForm .form-row {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0 0 30px 0;
  /* ############################################################# */
  /* ############################################################# */
}
.page section.section-form .regForm .form-row input[type=text], .page section.section-form .regForm .form-row input[type=email], .page section.section-form .regForm .form-row select, .page 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%;
  }
  */
}
.page section.section-form .regForm .form-row .two-thirds-width {
  width: 66%;
}
@media (max-width: 767px) {
  .page section.section-form .regForm .form-row .two-thirds-width {
    width: 100%;
  }
}
.page section.section-form .regForm .form-row label {
  display: block;
  margin: 0;
  color: #383838;
}
.page section.section-form .regForm .form-row label.normaltext {
  font-weight: 400;
}
.page section.section-form .regForm .form-row label a {
  color: inherit;
}
.page section.section-form .regForm .form-row .error_label {
  color: #da3732;
}
.page section.section-form .regForm .form-row .error_input {
  border: 1px solid #da3732;
}
.page section.section-form .regForm .form-row .error_input[type=text] {
  border: 1px solid #da3732;
}
.page section.section-form .regForm .form-row .error_input[type=email] {
  border: 1px solid #da3732;
}
.page section.section-form .regForm .form-row .ui-spinner {
  display: block;
  border: none;
}
.page section.section-form .regForm .form-row .ui-spinner input[type=text] {
  margin: 0;
}
.page section.section-form .regForm .form-row textarea {
  width: 100%;
  height: 100px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 5px 15px 5px 15px;
  margin: 5px 0 5px 0;
}
.page section.section-form .regForm .form-row h2 {
  color: #6ebb52;
}
.page section.section-form .regForm .form-row .checkbox {
  margin: 10px 0 5px 0;
}
.page section.section-form .regForm .form-row .checkbox label {
  margin: 0;
  padding: 0 10px 10px 28px;
}
.page section.section-form .regForm .form-row .form-row-half {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .page section.section-form .regForm .form-row .form-row-half {
    width: 100%;
  }
}
.page section.section-form .regForm .form-row .form-row-half:first-child {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .page section.section-form .regForm .form-row .form-row-half:first-child {
    padding-right: unset;
    margin: 0 0 15px 0;
  }
}
.page section.section-form .regForm .form-row .form-row-half:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .page section.section-form .regForm .form-row .form-row-half:last-child {
    padding-left: unset;
  }
}
.page section.section-form .regForm .form-row .otherdd-dependent {
  display: none;
}
.page section.section-form .regForm .form-row .other-inset {
  display: block;
  clear: both;
}
.page section.section-form .regForm .form-row .other-inset input {
  width: 80%;
  margin-left: 30px;
}
.page section.section-form .regForm .dependent-inset {
  background-color: #fcfcfc;
  padding: 0 20px 0 20px;
}
.page section.section-form .regForm .dependent-inset.dependent-inset-first {
  border-radius: 10px 10px 0 0;
  padding-top: 20px;
}
.page section.section-form .regForm .dependent-inset.dependent-inset-last {
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.page section.section-form .regForm .error {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #da3732;
  font-style: italic;
  clear: both;
  /*
  font-weight:700;
  background-image: url(../images/icon-error.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  */
}
.page section.section-form .regForm .error_show {
  display: block;
  margin: 0 0 10px 0;
}
.page section.section-form .regForm .error_clear {
  display: block;
  color: #57b549;
  /*
  background-image: url(../images/icon-check.svg);
  */
}
.page footer {
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
}
.page footer .lockup {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 60px;
}
.page footer .lockup .half {
  display: table-cell;
  width: 40%;
  text-align: left;
  vertical-align: top;
}
.page footer .lockup .half img {
  width: 100%;
  max-width: 300px;
}
.page footer .lockup .half p {
  font-size: 14px;
  line-height: 18px;
}
.page footer .lockup .half a {
  color: #6ebb52;
}
.page footer .lockup .half:last-child {
  text-align: left;
  width: 60%;
}
@media (max-width: 1023px) {
  .page footer .lockup {
    display: block;
    text-align: center;
  }
  .page footer .lockup .half {
    display: block;
    width: 100%;
  }
  .page footer .lockup .half:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page footer .lockup {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .page footer .lockup {
    padding: 0;
  }
  .page footer .lockup .half img {
    max-width: 180px;
  }
  .page footer .lockup .half p {
    font-size: 12px;
    line-height: 18px;
  }
}
.page .screen {
  /*  DISPLAY:NONE FOR NORMAL USE, COMMENT OUT FOR TROUBLESHOOTING
  display:none;
  */
  display: none;
  margin: 0px auto;
  text-align: center;
  color: #476a7e;
}
.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 {
  min-height: 150px;
}
.page .screen-thankyou .content {
  width: 100%;
  display: block;
  text-align: left;
  /*
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  */
}
.page .screen-thankyou .content .logo-bmp {
  margin: 20px auto 40px auto;
}