/*
$theme-font-headline: 'Montserrat', sans-serif;
$theme-font-body: 'Montserrat', sans-serif;
$theme-font-medium: 'Montserrat', sans-serif;
*/
/* ####################################################################################### */
/* ####################################################################################### */
/*! 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: "Gotham-Medium";
  src: url("../fonts/gotham/Gotham-Medium/Gotham-Medium.eot");
  src: url("../fonts/gotham/Gotham-Medium/Gotham-Medium.eot") format("eot"), url("../fonts/gotham/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium/Gotham-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/gotham/Gotham-Book/Gotham-Book.eot");
  src: url("../fonts/gotham/Gotham-Book/Gotham-Book.eot") format("eot"), url("../fonts/gotham/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book/Gotham-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham-BookItalic";
  src: url("../fonts/gotham/Gotham-BookItalic/Gotham-BookItalic.eot");
  src: url("../fonts/gotham/Gotham-BookItalic/Gotham-BookItalic.eot") format("eot"), url("../fonts/gotham/Gotham-BookItalic/Gotham-BookItalic.woff") format("woff"), url("../fonts/gotham/Gotham-BookItalic/Gotham-BookItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/gotham/Gotham-Bold/Gotham-Bold.eot");
  src: url("../fonts/gotham/Gotham-Bold/Gotham-Bold.eot") format("eot"), url("../fonts/gotham/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/gotham/Gotham-Bold/Gotham-Bold.ttf") format("truetype");
}
/* ########################################################################################## */
/* ########################################################################################## */
/*
@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");
}
*/
/* ########################################################################################## */
/* ########################################################################################## */
/*
$theme-font-headline: 'Montserrat', sans-serif;
$theme-font-body: 'Montserrat', sans-serif;
$theme-font-medium: 'Montserrat', sans-serif;
*/
/* ####################################################################################### */
/* ####################################################################################### */
* {
  box-sizing: border-box;
}

body {
  background-color: #ededed;
}

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

h1 {
  font-family: Gotham-Medium;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #3c3c3c;
  margin: 0 0 25px 0;
  padding: 0;
  /*
  @media ( max-width: $breakpoint-desktop ) {
      font-size:40px; line-height:44px;
  }
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:30px; line-height:32px;
  }
  */
}
@media (max-width: 639px) {
  h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

h2 {
  font-family: Gotham-Medium;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #3c3c3c;
  margin: 0 0 25px 0;
  padding: 0;
  /*
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:20px; line-height:24px;
  } 
  */
}

h3 {
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #76c9e5;
  letter-spacing: 0.4px;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: Gotham-Medium;
  font-size: 14px;
  line-height: 18px;
  color: inherit;
  margin: 0 0 4px 0;
}

p, label, div {
  font-family: Gotham-Book;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0 0 30px 0;
  /*
  @media ( max-width: $breakpoint-tablet ) {
      font-size:18px; line-height:22px;
  }
  */
}

div {
  margin: 0;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.link-heavy {
  font-weight: 700;
  color: #0c3068;
}

b {
  font-family: Gotham-Bold;
}

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

button, .button {
  /*
  width:260px; max-width:100%;
  font-weight:700;
  */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 500px;
  max-width: 100%;
  background-color: #982D8A;
  border: none;
  padding: 0 40px;
  margin: 40px auto 60px auto;
  outline: none;
  cursor: pointer;
  font-family: Gotham-Medium;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 8px;
}

button:hover, .button:hover {
  opacity: 0.8;
}

.centered {
  text-align: center;
}

/* ########################################################################################## */
/* # HAMBURGER MENU */
/* ########################################################################################## */
/* ########################################################################################## */
/* ########################################################################################## */
.hamburger-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  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: #39617A;
  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;
  -moz-appearance: none;
}

.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: auto;
  margin: 8px 0 0 0;
}

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

.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;
}

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

/* ISI */
.isi-container {
  background-color: #ffffff;
  border-radius: 5px;
  position: fixed;
  top: 1000px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  color: #476371;
  z-index: 5;
  /*
  box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.2);
  max-width: $panel-col-width + 60px;
  */
  width: 100%;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 30px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 16px;
  background-color: #E3E3E3;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.isi-container .header .arrow-up {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 15px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 639px) {
  .isi-container .header .arrow-up {
    top: 40px;
    right: 20px;
  }
}
@media (max-width: 520px) {
  .isi-container .header {
    padding-right: 45px;
  }
}
.isi-container .isi {
  display: flex;
  direction: rtl;
  max-width: 910px;
  margin: 0 auto;
  padding: 20px 20px 80px 20px;
}
.isi-container .isi .isi-main {
  display: table-cell;
  width: 100%;
  direction: ltr;
}
.isi-container .isi .isi-main h4 {
  font-size: 18px;
  line-height: 24px;
  color: #982D8A;
  /*
  &.font-smaller {
      font-size:14px; line-height:18px;
  }
  */
}
@media (max-width: 639px) {
  .isi-container .isi .isi-main h4 {
    font-size: 14px;
    line-height: 18px;
    padding-right: 40px;
  }
}
.isi-container .isi .isi-main p, .isi-container .isi .isi-main li {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
}
.isi-container .isi .isi-main p.margin-above, .isi-container .isi .isi-main li.margin-above {
  margin-top: 20px;
}
.isi-container .isi .isi-main p.no-margin, .isi-container .isi .isi-main li.no-margin {
  margin: 0;
}
.isi-container .isi .isi-main b {
  font-family: Gotham-Medium;
}
.isi-container .isi .isi-main a {
  color: #982D8A;
  text-decoration: none;
}
.isi-container .isi .isi-main a:hover {
  text-decoration: underline;
}
.isi-container .isi .isi-main ul {
  padding-left: 1em;
}
.isi-container .isi .isi-main ul li {
  color: #982D8A;
}
.isi-container .isi .isi-main ul li span {
  color: #3c3c3c;
}
.isi-container .isi .isi-main ul li ul {
  padding-left: 2.2em;
}
.isi-container .isi .isi-main ul.ul-closemargins {
  margin: 0 0 20px 0;
}
.isi-container .isi .isi-main ul.ul-closemargins li {
  margin: 0;
  color: #3c3c3c;
}
.isi-container .isi .isi-sidebar {
  display: table-cell;
  width: 20%;
  padding-left: 20px;
  direction: ltr;
  display: none;
}
.isi-container .isi .isi-sidebar ul {
  list-style-image: url("../images/bullet-dash.svg");
  padding-left: 1em;
}
@media (max-width: 767px) {
  .isi-container .isi {
    flex-direction: column-reverse;
    padding: 20px;
  }
  .isi-container .isi .isi-main {
    width: 100%;
  }
  .isi-container .isi .isi-sidebar {
    width: 100%;
    padding-left: 0;
  }
}

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

.linebreak-desktop-only {
  display: block;
}
@media (max-width: 767px) {
  .linebreak-desktop-only {
    display: inline;
  }
}

.show-desktop-only {
  display: inline;
}
@media (max-width: 639px) {
  .show-desktop-only {
    display: none;
  }
}

.no-margin {
  margin: 0;
}

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

/*
$theme-font-headline: 'Montserrat', sans-serif;
$theme-font-body: 'Montserrat', sans-serif;
$theme-font-medium: 'Montserrat', sans-serif;
*/
/* ####################################################################################### */
/* ####################################################################################### */
html, body, .page {
  width: 100%;
  height: 100%;
}

.page {
  /*
  section.hero {

      position:relative;
      height:420px; width:100%;

      background-color: #f0f0f0;
      background-image: $theme-bg-image;
      background-repeat: no-repeat;
      background-size: cover;

      background-position: center top;

      margin-top: $header-height;

      @media ( max-width: $breakpoint-desktop ) {
          background-position: 80% top;
      }
      @media ( max-width: $breakpoint-tablet ) {
          background-image:none;
          height:auto;
      }


      .lockup {
          width:60%;
          padding: 40px 0 0 0;

          @media ( max-width: $breakpoint-desktop ) {
              width:50%;
              padding: 40px 0 0 20px;
          }
          @media ( max-width: $breakpoint-tablet ) {
              width:100%;
              padding: 40px 20px;
          }
          @media ( max-width: $breakpoint-mobile-2 ) {
              padding: 20px;

              p.ital {
                  margin:0;
              }
          }

          .ital {
              font-style: italic;
              width: 85%;
          }
      }
  }
  */
  /*######################################################################*/
  /* SECONDARY SCREENS */
  /*######################################################################*/
  /*######################################################################*/
  /*######################################################################*/
}
.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: 90px;
  background-color: #982D8A;
  color: #4E6E7D;
  z-index: 10;
}
.page header .logo-header {
  float: left;
  height: 100%;
  width: auto;
  padding: 20px 20px 20px 0;
}
@media (max-width: 1199px) {
  .page header .logo-header {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .page header .logo-header {
    padding: 25px;
  }
}
.page header nav {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  font-family: Gotham-Medium;
}
.page header nav a {
  padding: 20px;
  text-decoration: none;
  color: #4E6E7D;
  font-weight: 400;
  letter-spacing: 1px;
}
.page header nav a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .page header nav {
    box-shadow: 0px 0px 15px rgba(39, 39, 39, 0.3137254902);
    -webkit-box-shadow: 0px 0px 15px rgba(39, 39, 39, 0.3137254902);
    -moz-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;
    background-color: #39617A;
    padding: 100px 0 80px 0;
    font-size: 20px;
    line-height: 24px;
    border-radius: 15px;
    text-align: center;
  }
  .page header nav a {
    color: #ffffff;
    display: block;
  }
}
@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;
  }
}
.page section.hero img {
  display: block;
  width: 100%;
  height: auto;
  margin: 90px 0 0 0;
}
.page section.section-form {
  max-width: 860px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 50px 100px;
}
@media (max-width: 1199px) {
  .page section.section-form {
    padding: 40px 20px;
  }
}
.page section.section-form .ec-logo {
  height: 26px;
  width: auto;
  margin: 0 0 15px 0;
}
.page section.section-form .regForm b {
  font-family: Gotham-Medium;
}
.page section.section-form .regForm a {
  color: #982D8A;
  text-decoration: none;
}
.page section.section-form .regForm a:hover {
  text-decoration: underline;
}
.page section.section-form .regForm .form-type-live, .page section.section-form .regForm .form-type-virtual {
  display: none;
}
.page section.section-form .regForm .aside {
  margin: 0 0 40px 0;
  padding: 40px 0;
  border-bottom: 1px solid #979797;
}
.page section.section-form .regForm .icon-row {
  margin: 30px 0 40px 0;
}
.page section.section-form .regForm .required-indicator {
  margin: 0 0 30px 0;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}
.page section.section-form .regForm .smaller-form-type {
  font-size: 14px;
  line-height: 20px;
}
.page section.section-form .regForm #DOB {
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.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;
  background-color: #F5F5F5;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 0 0 0 15px;
  margin: 5px 0 5px 0;
}
@media (max-width: 1199px) {
  .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%;
  }
}
.page section.section-form .regForm .form-row label {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-family: Gotham-Medium;
}
.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: #3c3c3c;
}
.page section.section-form .regForm .form-row .checkbox {
  margin: 10px 0 5px 0;
}
.page section.section-form .regForm .form-row .checkbox label {
  font-family: Gotham-Book;
  margin: 0;
}
.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 .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: 16px;
  line-height: 16px;
  color: #da3732;
  font-style: italic;
  font-weight: 400;
  clear: both;
  /*
  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;
}
.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: 80px 20px 80px 20px;
  /*
  background-image: url(../images/bottom-shapes.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  */
}
.page footer .outer-column p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  margin: 0 0 10px 0;
}
.page footer .outer-column .lockup {
  display: table;
  margin: 40px 0;
  padding: 0;
  /*
  @media ( max-width: $breakpoint-mobile-1 ) {

      display:block;
      margin: 0;

      a {
          img {
              display: block;
              width: 90%; max-width: 180px; height:auto;

              &:first-child {
                  margin: 0 auto 40px auto;
              }
              &:last-child {
                  margin: 0 auto 40px auto;
              }
          }
      }
  }
  */
}
.page footer .outer-column .lockup .left, .page footer .outer-column .lockup .right {
  display: table-cell;
  vertical-align: top;
}
.page footer .outer-column .lockup .left {
  width: 25%;
  text-align: left;
}
.page footer .outer-column .lockup .left img {
  height: 54px;
  width: auto;
  margin: 10px 0 0 0;
}
.page footer .outer-column .lockup .right {
  width: 75%;
  text-align: left;
}
.page footer .outer-column .lockup .right p {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .page footer .outer-column .lockup {
    display: block;
  }
  .page footer .outer-column .lockup .left, .page footer .outer-column .lockup .right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page footer .outer-column .lockup .left {
    text-align: center;
  }
  .page footer .outer-column .lockup .left img {
    margin: 0 auto 30px auto;
  }
  .page footer .outer-column .lockup .desktop-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .page footer .outer-column .lockup {
    padding: 0;
  }
}
.page .screen {
  /*  DISPLAY:NONE FOR NORMAL USE, COMMENT OUT FOR TROUBLESHOOTING
  display:none;
  */
  display: none;
  margin: 0px auto;
  text-align: left;
  color: #476a7e;
}
.page .screen h1 {
  font-size: 36px;
  line-height: 40px;
  color: #982D8A;
}
.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: 250px;
  /*
  .content {
      height:100%;
      display:flex;
      align-items: center;
      justify-content: center;
  }
  */
}
.page .screen-thankyou .ty-logo {
  margin: 120px 0 80px 0;
  height: 26px;
  width: auto;
}