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

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
@font-face {
  font-family: "718";
  src: url("../fonts/718/SevenOneEight-Book.otf") format("opentype");
  font-weight: normal;
  ascent-override: 100%;
}
@font-face {
  font-family: "718";
  src: url("../fonts/718/SevenOneEight-Medium.otf") format("opentype");
  font-weight: 500;
  ascent-override: 100%;
}
@font-face {
  font-family: "718";
  src: url("../fonts/718/SevenOneEight-Bold.otf") format("opentype");
  font-weight: 700;
  ascent-override: 100%;
}
/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
* {
  box-sizing: border-box;
}

.outer-column {
  max-width: 940px;
  margin: 0 auto;
}

.outer-column-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .outer-column-wide {
    padding: 0 20px;
  }
}

h1 {
  font-family: "718", sans-serif;
  font-size: 55px;
  line-height: 58px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  color: #072B49;
  /*
  b {
      font-weight:600;
  }

  @media ( max-width: 1400px ) {
      font-size: 52px; line-height: 58px;
  }

  @media ( max-width: $breakpoint-mobile-1 ) {
      font-size: 40px; line-height: 46px;
  }
  */
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

h2 {
  font-family: "718", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
  /*
  @media ( max-width: 1400px ) {
      font-size: 42px; line-height: 48px;
  }

  @media ( max-width: $breakpoint-mobile-1 ) {
      font-size: 36px; line-height: 40px;
  }
  */
}

h3 {
  font-family: "718", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  /*
  b {
      font-weight:600;
  }

  @media ( max-width: 1400px ) {
      font-size: 24px; line-height: 32px;
  }

  @media ( max-width: $breakpoint-mobile-1 ) {
      font-size: 18px; line-height: 24px;
  }
  */
}

h4 {
  font-family: "718", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
h4 b {
  font-weight: 600;
}
@media (max-width: 1400px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-family: "718", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

h6 {
  font-family: "718", sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

p, label, div {
  font-family: "718", sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px 0;
  letter-spacing: 0.4px;
  color: #072B49;
  /*
  &.less-margin {
      margin: 0 0 5px 0;
  }

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

  &.no-margin {
      margin:0;
  }
  */
}
p a, label a, div a {
  color: inherit;
  text-decoration: underline;
}
p a:hover, label a:hover, div a:hover {
  text-decoration: none;
}

/* ########################################################################################## */
/* # FORM BUTTON                                                                              */
/* ########################################################################################## */
button, .button {
  width: auto;
  max-width: 100%;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  padding: 0 80px;
  margin: 0px auto 20px auto;
  outline: none;
  cursor: pointer;
  font-family: "718", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #aa1b46;
}

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

/* ########################################################################################## */
/* ########################################################################################## */
/* # HAMBURGER MENU                                                                           */
/* ########################################################################################## */
.hamburger-menu {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 30px;
  margin: 0;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -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: #ffffff;
  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%;
}

/* ########################################################################################## */
/* ########################################################################################## */
/* # CHECKBOXES AND RADIO BUTTONS                                                             */
/* ########################################################################################## */
.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;
  border: 1px solid #072B49;
  left: 0px;
  top: 0px;
  background-color: #F5F5F5;
  box-sizing: border-box;
}

/* FAKE CHECKBOX : CHECKMARK */
.checkbox label::after {
  height: 4px;
  width: 11px;
  border-left: 3px solid #072B49;
  border-bottom: 3px solid #072B49;
  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;
  border: 1px solid #072B49;
  left: 0px;
  top: 0px;
  background-color: #F5F5F5;
  box-sizing: border-box;
}

/* FAKE CHECKBOX : CHECKMARK */
.radiobtn label::after {
  height: 12px;
  width: 12px;
  background-color: #072B49;
  left: 4px;
  top: 4px;
  border-radius: 7px;
  /* CHECKMARK */
  /*
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(-45deg);
  */
}

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

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

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

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

div {
  margin: 0;
}

.centered {
  text-align: center;
}

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

.snowreg_color_primary {
  color: #aa1b46;
}

.snowreg_color_primary_bg {
  background-color: #aa1b46;
}

.snowreg_color_secondary {
  color: #072B49;
}

.snowreg_color_secondary_bg {
  background-color: #072B49;
}

.has-text-align-center {
  text-align: center;
}

/*
#onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk .ot-b-addl-desc, #onetrust-consent-sdk .ot-dpd-desc, #onetrust-consent-sdk .ot-dpd-title, #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, #onetrust-banner-sdk .ot-cat-header, #onetrust-banner-sdk .ot-optout-signal {
    color: #0000ff !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: #0000ff !important;
}


#onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
    color: #0000ff !important;
}

#onetrust-pc-sdk {
    button {
        background-color: #0000ff !important;
    }
}

*/
/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
html, body, .page {
  width: 100%;
  height: auto;
}

body {
  background-color: #cbdfe6;
}

.page {
  background-color: #ffffff;
}

.regForm .form-type .violator {
  background-color: #072B49;
  margin: 10px 0 30px 0;
  padding: 40px 100px;
  text-align: center;
}
.regForm .form-type .violator h3 {
  margin: 0;
}
@media (max-width: 1400px) {
  .regForm .form-type .violator {
    padding: 40px 200px;
  }
}
@media (max-width: 767px) {
  .regForm .form-type .violator {
    padding: 40px 20px;
  }
}

section.default {
  max-width: 940px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page header {
  box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -webkit-box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -moz-box-shadow: 0px 0px 2px rgba(39, 39, 39, 0.3137254902);
  background-color: #072B49;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  z-index: 10;
}
.page header .eyebrow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  background-color: #cbdfe6;
}
.page header .logo-header {
  height: 100%;
  width: auto;
  padding: 15px 0 15px 40px;
}
.page header nav {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px 0 0;
}
.page header nav div.menu-header-menu-container ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page header nav div.menu-header-menu-container ul.menu li.menu-item {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 20px 0 20px 50px;
  display: inline-block;
}
.page header nav div.menu-header-menu-container ul.menu li.menu-item a {
  text-decoration: none;
}
.page header nav div.menu-header-menu-container ul.menu li.menu-item a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page header nav div.menu-header-menu-container {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .page header nav {
    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;
    box-shadow: 0px 0px 15px rgba(39, 39, 39, 0.3137254902);
    text-align: center;
  }
  .page header nav div.menu-header-menu-container ul.menu li.menu-item {
    display: block;
    padding: 20px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 639px) {
  .page header nav {
    position: absolute;
    top: 10px;
    right: 0px;
    left: 0px;
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page header {
    height: 100px;
  }
  .page header .logo-header {
    padding: 15px 0 15px 20px;
  }
}
.page .hamburger-menu {
  display: none;
}
@media (max-width: 1023px) {
  .page .hamburger-menu {
    display: block;
  }
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.hero {
  position: relative;
  height: auto;
  min-height: 200px;
  width: 100%;
  margin-top: 120px;
  text-align: center;
  background-color: #7b7b7b;
  background: linear-gradient(90deg, rgb(137, 130, 127) 0%, rgb(194, 190, 187) 100%);
  /*
  .lockup {
      padding: 40px 100px;
      max-width:1440px;
      margin:0 auto;

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

  @media ( max-width: $breakpoint-mobile-1 ) {
      margin-top: $header-height-mobile;
  }          
  */
}
section.hero > .table {
  display: table;
  width: 100%;
}
section.hero > .table .cell {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  text-align: center;
}
section.hero > .table .cell:first-child {
  text-align: left;
  padding: 40px 0 20px 0;
}
section.hero > .table .cell:first-child .bubble-mobile {
  display: none;
  width: 100%;
}
section.hero > .table .cell:last-child {
  width: 40%;
  padding: 60px 0 20px 0;
  vertical-align: top;
}
section.hero > .table .cell:last-child img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: inline-block;
}
section.hero > .table .cell .btn-find {
  display: inline-block;
  background-color: #aa1b46;
  color: #ffffff;
  padding: 20px 30px;
  margin: 20px 0 30px 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
section.hero > .table .cell .btn-find:hover {
  opacity: 0.8;
}
section.hero > .table .cell .next-event {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
section.hero > .table .cell .next-event span {
  color: #ffffff;
}
@media (max-width: 767px) {
  section.hero > .table {
    display: block;
  }
  section.hero > .table .cell {
    display: block;
    width: 100%;
  }
  section.hero > .table .cell:first-child .bubble-mobile {
    display: block;
  }
  section.hero > .table .cell:last-child {
    width: 100%;
    display: none;
  }
  section.hero > .table .cell > div {
    text-align: center;
  }
  section.hero > .table .cell .btn-find {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  section.hero {
    margin-top: 100px;
  }
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-events .intro {
  position: relative;
  display: block;
  background-color: #cbdfe6;
  text-align: center;
  padding: 60px 0 80px 0;
  border-top: 20px solid #072B49;
}
section.section-events .intro .table {
  display: table;
  width: 100%;
  max-width: 940px;
  margin: 40px auto 60px auto;
}
section.section-events .intro .table .cell {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: baseline;
}
section.section-events .intro .table .cell img {
  height: 120px;
  width: auto;
  display: inline-block;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  section.section-events .intro {
    padding: 60px 20px 100px 20px;
  }
  section.section-events .intro .table {
    display: block;
  }
  section.section-events .intro .table .cell {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  section.section-events .intro .table .cell h3 br {
    display: none;
  }
  section.section-events .intro .table .cell img {
    margin: 0 0 15px 0;
  }
}
section.section-events .events {
  position: relative;
  display: block;
  background-color: #ffffff;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
}
section.section-events .events .tabs {
  height: 60px;
  position: absolute;
  top: -60px;
  text-align: center;
  width: 100%;
}
section.section-events .events .tabs .tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 80px;
  margin: 0 15px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  background-color: #aa1b46;
  color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
}
section.section-events .events .tabs .tab img {
  position: absolute;
  top: 15px;
  left: 20px;
  height: 30px;
  width: auto;
}
section.section-events .events .tabs .tab:hover {
  opacity: 0.8;
}
section.section-events .events .tabs .tab.selected {
  background-color: #ffffff;
  color: #072B49;
}
section.section-events .events .tabs .tab.selected:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  section.section-events .events .tabs {
    height: 100px;
    top: -100px;
  }
  section.section-events .events .tabs .tab {
    width: 140px;
    display: inline-block;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    line-height: 20px;
  }
  section.section-events .events .tabs .tab img {
    position: relative;
    top: unset;
    left: unset;
    display: inline-block;
  }
  section.section-events .events .tabs .tab span {
    display: block;
    margin: 5px 0 0 0;
  }
}
section.section-events .events .list-heading {
  padding: 0 20px;
}
section.section-events .events .list {
  padding: 20px 40px 0 40px;
}
section.section-events .events .list .event {
  border: 1.5px solid #67A1B8;
  border-radius: 20px;
  padding: 20px 0;
  margin: 0 0 30px 0;
  width: 100%;
  display: table;
}
section.section-events .events .list .event > div {
  display: table-cell;
  width: 45%;
  border-right: 1.5px solid #67A1B8;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}
section.section-events .events .list .event > div.date {
  width: 35%;
  padding-left: 80px;
}
section.section-events .events .list .event > div.date p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
section.section-events .events .list .event > div:last-child {
  width: 20%;
  border-right: none;
  text-align: center;
}
section.section-events .events .list .event > div .regbutton {
  display: inline-block;
  background-color: #aa1b46;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 12px;
  padding: 10px 15px;
  cursor: pointer;
}
section.section-events .events .list .event > div .regbutton:hover {
  opacity: 0.8;
}
section.section-events .events .list .event > div p {
  margin: 0 0 10px 0;
}
section.section-events .events .list .event > div p:last-child {
  margin: 0;
}
section.section-events .events .list .noevents h4 {
  border: 1.5px solid #67A1B8;
  display: inline-block;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  section.section-events .events .list {
    padding: 20px 20px 0 20px;
  }
  section.section-events .events .list .event > div.date {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  section.section-events .events .list .event {
    display: block;
    padding: 20px;
  }
  section.section-events .events .list .event > div {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1.5px solid #67A1B8;
  }
  section.section-events .events .list .event > div.date {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  section.section-events .events .list .event > div.info {
    padding: 20px 0;
  }
  section.section-events .events .list .event > div:last-child {
    width: 100%;
    border-bottom: none;
    padding: 30px 0 10px 0;
  }
}
section.section-events .events .disclaimer {
  margin: 40px 0 0 0;
  padding: 0;
}
section.section-events .events .disclaimer p.fineprint {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1023px) {
  section.section-events .events .disclaimer {
    padding: 0 40px;
  }
  section.section-events .events .disclaimer br {
    display: none;
  }
}
@media (max-width: 479px) {
  section.section-events .events .disclaimer {
    padding: 0 20px;
    text-align: left;
  }
  section.section-events .events .disclaimer p.fineprint {
    font-size: 10px;
    line-height: 12px;
  }
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-form {
  max-width: 940px;
  width: 96%;
  background-color: #ffffff;
  margin: 120px auto 0 auto;
  padding: 0 0 80px 0;
  display: none;
}
section.section-form .regForm {
  /*
  .form-type-live, .form-type-virtual {
      display:none;
  }
  */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 60px 0;
}
section.section-form .regForm .btn-back {
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  top: -20px;
}
section.section-form .regForm .btn-back:hover {
  text-decoration: underline;
}
section.section-form .regForm .event-info {
  display: block;
  margin: 0 0 20px 0;
}
section.section-form .regForm .event-info p {
  margin: 5px 0;
}
section.section-form .regForm .event-info .desc, section.section-form .regForm .event-info .speakers {
  margin: 10px 0 0 0;
}
section.section-form .regForm .form-type .inner-padding {
  margin: 0;
  padding: 0 140px;
}
@media (max-width: 1023px) {
  section.section-form .regForm .form-type .inner-padding {
    padding: 0 20px;
  }
}
section.section-form .regForm .required-indicator {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
  color: #7b7b7b;
  font-style: italic;
}
section.section-form .regForm .form-button {
  margin: 20px 0;
}
section.section-form .regForm .form-row {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 15px 0 15px 0;
  /*
  .other-inset {
      display:block;
      clear:both;

      input {
          width: 80%;
          margin-left: 30px;
      }
  }

  &.otherdd-dependent, &.customdd-dependent {
      display:none;
  }


  &.form-row-container {
      background-color:#fbfbfb;
      padding:10px;
      border-radius:8px;
      margin:0 0 10px 0;
  }

  &.lessbottompadding {
      padding: 0 0 10px 0;
  }                
  */
}
section.section-form .regForm .form-row input[type=text], section.section-form .regForm .form-row input[type=email], section.section-form .regForm .form-row select, section.section-form .regForm .form-row input[type=number] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: 0 0 0 15px;
  margin: 5px 0 5px 0;
  outline: none;
}
section.section-form .regForm .form-row input[type=text]::placeholder, section.section-form .regForm .form-row input[type=email]::placeholder, section.section-form .regForm .form-row select::placeholder, section.section-form .regForm .form-row input[type=number]::placeholder {
  color: #9b9fa7;
}
section.section-form .regForm .form-row .two-thirds-width {
  width: 66%;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .two-thirds-width {
    width: 100%;
  }
}
section.section-form .regForm .form-row label {
  display: block;
  margin: 0;
}
section.section-form .regForm .form-row label.listheader {
  margin: 0 0 20px 0;
}
section.section-form .regForm .form-row .checkbox label, section.section-form .regForm .form-row .radiobtn label {
  margin: 0;
  padding: 0 10px 15px 28px;
  color: inherit;
  /*
  &::before {
      border: 1px solid transparent;
  }
  */
}
section.section-form .regForm .form-row .checkbox .error_input, section.section-form .regForm .form-row .radiobtn .error_input {
  border: none;
}
section.section-form .regForm .form-row .checkbox .error_input::before, section.section-form .regForm .form-row .radiobtn .error_input::before {
  border: 1px solid #da3732;
}
section.section-form .regForm .form-row .error_label {
  color: #da3732;
}
section.section-form .regForm .form-row .error_input {
  border: 1px solid #da3732;
}
section.section-form .regForm .form-row .error_input[type=text] {
  border: 1px solid #da3732;
}
section.section-form .regForm .form-row .error_input[type=email] {
  border: 1px solid #da3732;
}
section.section-form .regForm .form-row .ui-spinner {
  display: block;
  border: none;
}
section.section-form .regForm .form-row .ui-spinner input[type=text] {
  margin: 0;
}
section.section-form .regForm .form-row textarea {
  width: 100%;
  height: 100px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 5px 15px 5px 15px;
  margin: 5px 0 5px 0;
}
section.section-form .regForm .form-row h2 {
  color: #ffffff;
}
section.section-form .regForm .form-row .form-row-half {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .form-row-half {
    width: 100%;
  }
}
section.section-form .regForm .form-row .form-row-half:first-child {
  padding-right: 10px;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .form-row-half:first-child {
    padding-right: unset;
    margin: 0 0 15px 0;
  }
}
section.section-form .regForm .form-row .form-row-half:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-row .form-row-half:last-child {
    padding-left: unset;
  }
}
section.section-form .regForm .form-row.notoppadding {
  padding-top: 0;
}
section.section-form .regForm .form-row.nobottompadding {
  padding-bottom: 0;
}
section.section-form .regForm .form-row.indent {
  padding: 0 0 0 50px;
}
section.section-form .regForm .form-row.isDependent {
  display: none;
}
section.section-form .regForm .form-row.isDependent-visible {
  display: block;
  padding: 0 0 15px 0;
}
section.section-form .regForm .error {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #da3732;
  font-style: italic;
  font-weight: 700;
  clear: both;
}
section.section-form .regForm .error_show {
  display: block;
}
section.section-form .regForm .error_clear {
  display: block;
  color: #57b549;
}
@media (max-width: 767px) {
  section.section-form {
    margin: 100px auto 0 auto;
  }
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page > footer {
  margin: 0 auto;
  padding: 60px 0;
  background-color: #cbdfe6;
}
.page > footer .lockup {
  display: flex;
  align-items: center;
}
.page > footer .lockup .logo {
  height: 42px;
  width: auto;
}
.page > footer .lockup p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #072B49;
  margin: 0;
  padding: 0 0 0 20px;
}
.page > footer br {
  display: none;
}
@media (max-width: 767px) {
  .page > footer .lockup {
    display: block;
  }
  .page > footer .lockup p {
    padding: 10px 0 0 0;
  }
  .page > footer .desktop-only {
    display: none;
  }
  .page > footer br {
    display: block;
  }
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.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;
}
.page .screen .content {
  display: block;
  padding: 40px 80px;
  text-align: center;
  /*
  h1 {
      color: $theme-color-secondary;
  }
  p {
      margin:0 0 20px 0;
  }
  */
}
@media (max-width: 639px) {
  .page .screen .content {
    padding: 40px 40px;
  }
}
.page .screen-processing {
  text-align: center;
}
.page .screen-processing img {
  display: inline-block;
  height: 200px;
  width: auto;
}
.page .screen-thankyou .content {
  padding: 40px 80px;
}
.page .screen-thankyou .content a {
  color: inherit;
  text-decoration: none;
}
.page .screen-thankyou .content a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page .screen-thankyou .content {
    padding: 20px;
  }
}

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.isi-container {
  background-color: #ffffff;
  border-radius: 5px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px -1px 5px rgba(100, 100, 100, 0.2);
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 30px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.isi-container .header .arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: auto;
  cursor: pointer;
}
.isi-container .header .arrow:hover {
  transform: scale(1.1);
}
.isi-container .header .arrow.arrow-down {
  display: none;
}
@media (max-width: 520px) {
  .isi-container .header {
    padding-right: 45px;
  }
}
.isi-container .isi {
  display: flex;
  padding: 20px;
}
.isi-container .isi .isi-main {
  width: 100%;
  margin: 0 auto;
  /* EXPANDED VS. COLLAPSED VIEWS */
}
.isi-container .isi .isi-main h2 {
  padding-right: 60px;
}
.isi-container .isi .isi-main ul {
  margin: 0 0 20px 0;
  padding-left: 1.3em;
}
.isi-container .isi .isi-main ul li {
  margin: 0 0 10px 0;
}
.isi-container .isi .isi-main ul li ul {
  margin: 0;
}
.isi-container .isi .isi-main .nomargin {
  margin: 0;
}
.isi-container .isi .isi-main .collapsed ul {
  margin: 0;
}
.isi-container .isi .isi-main .collapsed ul li {
  margin: 0;
}
.isi-container .isi .isi-main .expanded {
  display: none;
}

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

/*
$theme-font-label: lato, sans-serif;
$theme-font-headline-condensed: obvia-condensed, sans-serif;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-unsubscribe {
  max-width: 940px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 80px 0;
}