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

h1 {
  font-family: obvia-condensed, sans-serif;
  font-size: 72px;
  line-height: 82px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}
h1 b {
  font-weight: 600;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font-family: obvia-condensed, sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #004650;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3 {
  font-family: obvia, sans-serif;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 15px 0;
}
h3 b {
  font-weight: 600;
}
h3 .alt-color {
  color: #004650;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

h4 {
  font-family: lato, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #7b7b7b;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

p, label, div {
  font-family: lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #255b55;
  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:hover {
  text-decoration: none;
}

div {
  margin: 0;
}

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

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

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

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: 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: #004650;
  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: #004650;
}

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

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

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

/* ########################################################################################## */
.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: 1199px) {
  .page {
    background-size: 100% 540px;
  }
}
@media (max-width: 767px) {
  .page {
    background-size: 100% 480px;
  }
}
.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: 120px;
  background-color: #004650;
  color: #255b55;
  z-index: 10;
}
.page header .logo-header {
  height: 100%;
  width: auto;
  padding: 20px 0 20px 40px;
}
@media (max-width: 767px) {
  .page header {
    height: 100px;
  }
  .page header .logo-header {
    padding: 20px 0 20px 20px;
  }
}
.page section.hero {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #53ada7;
  margin-top: 120px;
  text-align: center;
}
.page section.hero .lockup {
  padding: 40px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
.page section.hero .lockup .divider {
  background-color: #e93c3b;
  height: 8px;
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
}
@media (max-width: 1023px) {
  .page section.hero .lockup {
    width: 100%;
    padding: 40px 20px;
  }
  .page section.hero .lockup br.break-desktop {
    display: none;
  }
}
.page section.hero .hero-mobile {
  width: 100%;
  height: auto;
  display: none;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page section.hero .hero-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .page section.hero {
    margin-top: 100px;
  }
}
.page section.section-form {
  max-width: 940px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 80px 0;
  /*
  border-radius: 15px;
  box-shadow: 0px 0px 25px #27272750;
  -webkit-box-shadow: 0px 0px 25px #27272750;
  -moz-box-shadow: 0px 0px 2px #27272750;
  padding: 100px 140px;
  */
}
.page section.section-form .regForm {
  /*
  .form-type-live, .form-type-virtual {
      display:none;
  }
  */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.page section.section-form .regForm p, .page section.section-form .regForm label {
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
}
.page section.section-form .regForm p.bodytext, .page section.section-form .regForm label.bodytext {
  color: #255b55;
}
.page section.section-form .regForm p a, .page section.section-form .regForm label a {
  color: #004650;
}
.page section.section-form .regForm p a.tel, .page section.section-form .regForm label a.tel {
  text-decoration: none;
}
.page section.section-form .regForm p a.tel:hover, .page section.section-form .regForm label a.tel:hover {
  text-decoration: underline;
}
.page section.section-form .regForm .sidenote {
  font-size: 12px;
  margin: 20px 0 30px 0;
}
.page section.section-form .regForm .form-type .inner-padding {
  margin: 0;
  padding: 0 140px;
}
@media (max-width: 1023px) {
  .page section.section-form .regForm .form-type .inner-padding {
    padding: 0 20px;
  }
}
.page section.section-form .regForm .form-type .violator {
  background-color: #004650;
  padding: 40px 100px;
  text-align: center;
  /*
  span {
      color:$color-magenta;
  }
  */
}
.page section.section-form .regForm .form-type .violator a {
  color: inherit;
  text-decoration: none;
}
.page section.section-form .regForm .form-type .violator a:hover {
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .page section.section-form .regForm .form-type .violator {
    padding: 40px 200px;
  }
}
@media (max-width: 767px) {
  .page section.section-form .regForm .form-type .violator {
    padding: 40px 20px;
  }
}
.page section.section-form .regForm .icon-row {
  margin: 30px 0 40px 0;
}
.page section.section-form .regForm .required-indicator {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 0;
  color: #7b7b7b;
  font-style: italic;
}
.page section.section-form .regForm .smaller-form-type {
  font-size: 14px;
  line-height: 20px;
}
.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 input[type=text]::placeholder, .page section.section-form .regForm .form-row input[type=email]::placeholder, .page section.section-form .regForm .form-row select::placeholder, .page section.section-form .regForm .form-row input[type=number]::placeholder {
  color: #9b9fa7;
}
.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;
}
.page section.section-form .regForm .form-row label.listheader {
  margin: 0 0 20px 0;
}
.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: #ffffff;
}
.page section.section-form .regForm .form-row .checkbox, .page section.section-form .regForm .form-row .radiobtn {
  margin: 10px 0 5px 0;
}
.page section.section-form .regForm .form-row .checkbox label, .page section.section-form .regForm .form-row .radiobtn label {
  margin: 0;
  padding: 0 10px 15px 28px;
  color: #7b7b7b;
}
.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 .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 .form-row.otherdd-dependent, .page section.section-form .regForm .form-row.customdd-dependent {
  display: none;
}
.page section.section-form .regForm .form-row.form-row-container {
  background-color: #fbfbfb;
  padding: 10px;
  border-radius: 8px;
  margin: 0 0 10px 0;
}
.page section.section-form .regForm .form-row.lessbottompadding {
  padding: 0 0 10px 0;
}
.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;
  font-weight: 700;
  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 {
  margin: 0 auto;
  padding: 60px 20px 100px 20px;
  background-color: #F0F0F0;
}
.page footer .lockup-table {
  display: table;
  width: 100%;
}
.page footer .lockup-table .lockup-table-cell {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  padding: 0 20px;
}
.page footer .lockup-table .lockup-table-cell:first-child {
  width: 20%;
}
.page footer .lockup-table p {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.page footer .lockup-table img.takeda-logo {
  width: 100%;
  max-width: 150px;
  display: inline-block;
}
.page footer .lockup-table img.takeda-logo-small {
  width: auto;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .page footer {
    padding: 40px 0 100px 0;
  }
  .page footer br.break-desktop {
    display: none;
  }
  .page footer .lockup-table .lockup-table-cell, .page footer .lockup-table .lockup-table-cell:first-child {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .page footer .lockup-table p {
    margin: 0 0 8px 0;
  }
}
.page .screen {
  display: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 150px;
  padding: 60px 0;
  margin: 0px auto;
  text-align: center;
}
.page .screen .content {
  display: block;
  padding: 40px 80px;
}
.page .screen .content h1 {
  color: #004650;
}
.page .screen .content p {
  margin: 0 0 20px 0;
}
@media (max-width: 639px) {
  .page .screen .content {
    padding: 40px 40px;
  }
}
.page .screen-processing img {
  height: 200px;
  width: auto;
}
.page .screen-thankyou {
  background-color: #004650;
}
.page .screen-thankyou .content .violator-ty {
  background-color: #004650;
  padding: 40px 80px;
  text-align: center;
  /*
  span {
      color:$color-magenta;
  }
  */
}
.page .screen-thankyou .content .violator-ty a {
  color: inherit;
  text-decoration: none;
}
.page .screen-thankyou .content .violator-ty a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page .screen-thankyou .content .violator-ty {
    padding: 20px 0;
  }
}

.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 */
/* ####################################################################################### */
/* ####################################################################################### */
/* ########################################################################################## */
/* # ISI                                                                            */
/* ########################################################################################## */
.isi-container {
  background-color: #ffffff;
  border-radius: 5px;
  /*
  position:fixed; top:1000px; left:0px; right:0px;
  box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.2);
  */
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  color: #476371;
  /*
  z-index: 5;
  max-width: $panel-col-width + 60px;
  */
  max-width: 1240px;
  width: 100%;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 30px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 9px;
  background-color: #34566d;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.isi-container .header .arrow-up {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 15px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 520px) {
  .isi-container .header {
    padding-right: 45px;
  }
}
.isi-container .isi {
  padding: 20px 60px;
  display: flex;
  direction: rtl;
}
.isi-container .isi .isi-main {
  display: table-cell;
  width: 100%;
  direction: ltr;
}
.isi-container .isi .isi-main p, .isi-container .isi .isi-main li {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.isi-container .isi .isi-main p a, .isi-container .isi .isi-main li a {
  font-weight: bold;
  color: #4faaa5;
}
.isi-container .isi .isi-main .listheading {
  margin: 0 0 10px 0;
}
.isi-container .isi .isi-main .mediumtype {
  font-weight: 600;
}
.isi-container .isi .isi-main ul {
  margin: 0 0 20px 0;
  padding-left: 1.3em;
  /*
  &.column {
      column-count: 2;
      width: 60%;
      @media(max-width: $breakpoint-mobile-1) {
          width: auto;
      }
  }
  li {
      color: $theme-color-secondary;

      span {
          color: $theme-color-text-body;
      }

      ul {
          list-style-image: url('../images/bullet-dash.svg');

          li {
              color: $theme-color-text-body;
          }
      }
  }
  */
}
.isi-container .isi .isi-main ul li {
  margin: 0 0 5px 0;
}
.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;
}

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