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

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
* {
  box-sizing: border-box;
}

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

h1 {
  font-family: "museo-sans", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 0;
  color: inherit;
  /*
  @media ( max-width: $breakpoint-tablet ) {
      font-size: 19px; line-height: 24px;
  }
  */
}
h1 sup {
  font-size: 50%;
  top: -8px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 19px;
    line-height: 22px;
  }
}

h2 {
  font-family: "museo-sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #4060AF;
  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: "museo-sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #4060AF;
  margin: 0 0 15px 0;
  /*
  @media ( max-width: $breakpoint-tablet ) {
      font-size: 24px; line-height:32px;
  }
  @media ( max-width: $breakpoint-mobile-3 ) {
      font-size: 16px; line-height:22px;
  }
  */
}

h4 {
  font-family: "museo-sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 5px 0;
  /*
  b {
      font-weight:600;
  }

  @media ( max-width: $breakpoint-tablet ) {
      font-size: 14px; line-height:22px;
  }
  */
}

/*
h5 {
    font-family: $theme-font-headline;
    font-size:18px; line-height:26px;

    font-weight:400;
    margin:0 0 15px 0;
}

h6 {
    font-family: $theme-font-headline;
    font-size:16px; line-height:22px;

    font-weight:600;
    margin:0 0 15px 0;

    color:$theme-color-primary;
}
*/
p, label, li {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  margin: 0 0 20px 0;
  /*
  &.less-margin {
      margin: 0 0 5px 0;
  }

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

  &.no-margin {
      margin:0;
  }

  b, strong {
      font-weight: 300;
  }

  a {
      color: $color-blue;
      text-decoration: underline;
      &:hover {
          text-decoration: none;
      }
  }
  */
}
p sup, label sup, li sup {
  font-size: 100%;
  top: 0px;
}
p sup.reg, label sup.reg, li sup.reg {
  font-size: 65%;
  color: inherit;
  top: -0.3em;
}
p b, p strong, label b, label strong, li b, li strong {
  font-weight: 500;
}

/* ########################################################################################## */
/* # FORM BUTTON                                                                              */
/* ########################################################################################## */
button, .button {
  width: auto;
  max-width: 100%;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 7px;
  padding: 0 40px;
  margin: 0px auto 20px auto;
  outline: none;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #EA5329;
}

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: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 0px;
}
.hamburger-menu span:nth-child(2), .hamburger-menu span:nth-child(3) {
  top: 12px;
}
.hamburger-menu span:nth-child(4) {
  top: 24px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

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

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

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* ########################################################################################## */
/* ########################################################################################## */
/* # CHECKBOXES AND RADIO BUTTONS                                                             */
/* ########################################################################################## */
.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;
}

/* FAKE CHECKBOX : CHECKMARK */
.checkbox label::after {
  /* SQUARE */
  top: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  background-color: #4060AF;
  border-radius: 2px;
  /* CHECKMARK */
  /*
  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: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #4060AF;
  left: 4px;
  top: 4px;
  /*
  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: "";
}

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

.snowreg_color_primary_bg {
  background-color: #4060AF;
}

.snowreg_color_secondary {
  color: #188b63;
}

.snowreg_color_secondary_bg {
  background-color: #188b63;
}

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

/*
sup {

    font-size: 75%;
    top: -0.1em;

    &.sup-headline {
        font-size: 40%;
        top: -22px;
    }
    &.sup-smaller {
        font-size: 60%;
        top: -4px;
    }

    @media ( max-width: $breakpoint-mobile-1 ) {
        &.sup-headline {
            top: -12px;
        }    
    }        

}
*/
.desktop-only {
  display: inline;
}
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

#onetrust-consent-sdk {
  font-family: sans-serif;
}

/* CUSTOM: "NO EVENTS" MESSAGING */
.hasevents {
  visibility: hidden;
}

.noevents {
  display: none;
  font-family: "museo-sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #4060AF;
  text-align: center;
  padding: 20px;
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #4060AF;
}

.page {
  background-color: #ffffff;
  width: 100%;
  height: auto;
}

/*
.regForm {
    .form-type {

        .violator {

            background-color: $theme-color-secondary;
            margin: 10px 0 30px 0;
            padding:40px 100px;
            text-align: center;

            h3 {
                margin:0;
            }       

            @media ( max-width: 1400px ) {
                padding:40px 200px;
            }
            @media ( max-width: $breakpoint-mobile-1 ) {
                padding:40px 20px;
            }
        }        
    }
}
*/
section.default {
  max-width: 600px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page header {
  box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -webkit-box-shadow: 0px 0px 25px rgba(39, 39, 39, 0.3137254902);
  -moz-box-shadow: 0px 0px 2px rgba(39, 39, 39, 0.3137254902);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  z-index: 10;
  background-color: #ffffff;
  border-top: 25px solid #4060AF;
}
.page header .logo-header {
  height: 100%;
  width: auto;
  padding: 25px 0 25px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .page header {
    height: 100px;
  }
  .page header .logo-header {
    padding: 15px 0 20px 15px;
  }
}
.page.lang-de header .logo-header {
  padding: 25px 0 25px 30px;
}
.page.lang-de header .logo-header.mynov {
  padding: 30px 0 30px 50px;
}
.page.lang-de header .divider {
  display: inline-table;
  height: 100%;
  width: 30px;
}
.page.lang-de header .divider .cell {
  display: table-cell;
  vertical-align: middle;
}
.page.lang-de header .divider .cell .line {
  display: block;
  height: 50px;
  border-right: 1px solid #4060AF;
}
@media (max-width: 767px) {
  .page.lang-de header .logo-header {
    padding: 24px 0 24px 15px;
  }
  .page.lang-de header .logo-header.mynov {
    padding: 26px 0 28px 15px;
  }
  .page.lang-de header .divider {
    width: 15px;
  }
  .page.lang-de header .divider .cell .line {
    height: 25px;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page section.hero {
  position: relative;
  height: 460px;
  width: 100%;
  margin-top: 120px;
  overflow: hidden;
  background-color: #ffffff;
  background-size: cover;
  background-image: url("/wp-content/themes/genesis-block-theme-child/snowassets/images/de/hero-desktop.jpg");
  background-repeat: no-repeat;
  background-position: center 25%;
  color: #ffffff;
  /*
  .hero-mobile {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      display: none;
  }



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

      margin-top: $header-height-mobile;

      background-image: none;

      .hero-mobile {
          display: block;
      }

  }
  */
}
.page section.hero .outer-column {
  padding: 40px 0 0 0;
}
.page section.hero .outer-column .caption {
  position: absolute;
  bottom: 50px;
  right: 40px;
  width: 130px;
}
.page section.hero .outer-column .caption p {
  font-size: 9px;
  line-height: 12px;
  text-align: right;
}
.page section.hero ul {
  margin: 0 0 40px 0;
  padding-left: 1.1em;
}
.page section.hero ul li {
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 15px;
}
.page section.hero ul li span {
  color: #000000;
}
.page section.hero .table {
  display: table;
  width: 100%;
}
.page section.hero .table div {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
.page section.hero .table div p {
  font-size: 9px;
  line-height: 12px;
}
.page section.hero .table div:last-child {
  width: 100%;
  padding: 0 0 0 5px;
}
.page section.hero .br-mobile {
  display: none;
}
.page section.hero .br-desktop {
  display: block;
}
.page section.hero .dash-mobile {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: none;
}
@media (max-width: 767px) {
  .page section.hero {
    margin-top: 100px;
    background-image: url("/wp-content/themes/genesis-block-theme-child/snowassets/images/de/hero-mobile.jpg");
    height: 560px;
  }
  .page section.hero .outer-column {
    padding: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  .page section.hero .outer-column .caption {
    width: 100%;
    bottom: 30px;
    right: 0;
    left: 0;
    padding: 0 30px;
  }
  .page section.hero ul {
    margin: 0 0 30px 0;
    padding-left: 1em;
  }
  .page section.hero ul li {
    margin: 0 0 8px 0;
    font-size: 11px;
    line-height: 13px;
  }
  .page section.hero .br-desktop {
    display: none;
  }
  .page section.hero .br-mobile {
    display: block;
  }
  .page section.hero .dash-mobile {
    display: inline;
  }
}

/*
section.hero {


    position: relative;
    height: 400px; 
    width: 100%;
    margin-top: $header-height;
    overflow: hidden;

    background-color:#ffffff;
    background-size: cover;
    background-image:url( '/wp-content/themes/genesis-block-theme-child/snowassets/images/hero-desktop.jpg' );
    background-repeat: no-repeat;
    background-position: center center;



    .hero-mobile {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        display: none;
    }



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

        margin-top: $header-height-mobile;

        background-image: none;

        .hero-mobile {
            display: block;
        }

    }



    .outer-column {

        position: relative;

        .hero-title, .patient-label {
            position: absolute;
            right: -160px;
            color: #ffffff;
            text-shadow: 1px 1px 20px rgba( 0, 0, 0, 1 );

            text-rendering: optimizeLegibility;
        }

        .hero-title {
            top: 70px;
        }

        .patient-label {
            bottom: 80px;
            font-size: 11px;
            line-height: 11px;
            font-weight: 300;
        }

    }


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

        background-position: 10% 0;

        .outer-column {

            .hero-title, .patient-label {
                right: 0px;
            }

            .hero-title {
                top: 40px;
            }

            .patient-label {
                bottom: 130px;
            }

        }

    }               


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

        background-image: none;

        .hero-mobile {
            display: block;
        }

        .outer-column {

            .hero-title, .patient-label {
                right: 20px;
            }

            .hero-title {
                top: 30px;
            }

            .patient-label {
                bottom: 120px;
            }

        }

    }               

}
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-form {
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  background-color: #ffffff;
}
section.section-form .regForm {
  /*
  .form-type-live, .form-type-virtual {
      display:none;
  }
  */
  /*
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  */
  padding: 40px 0 30px 0;
  /* THESE STYLES DUPLICATED IN _modal.scss combine? */
  position: relative;
  margin-top: -30px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
section.section-form .regForm a {
  color: #4060AF;
}
section.section-form .regForm a:hover {
  text-decoration: none;
}
section.section-form .regForm .form-type .inner-padding {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 767px) {
  section.section-form .regForm .form-type .inner-padding {
    padding: 0 20px;
  }
}
section.section-form .regForm .required-indicator {
  font-weight: 500;
  margin: 0 0 5px 0;
  color: #da3732;
}
section.section-form .regForm .form-button {
  margin: 20px 0 0 0;
}
section.section-form .regForm .fieldheading {
  font-weight: 500;
  font-size: 17px;
}
section.section-form .regForm .fieldheading sup {
  color: #da3732;
}
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;
  }                
  */
  /*
  &.isDependent {
      display:none;
  }
  &.isDependent-visible {
      display:block;
      padding:0 0 15px 0;
  }
  */
}
section.section-form .regForm .form-row input[type=text], section.section-form .regForm .form-row input[type=email], section.section-form .regForm .form-row select, section.section-form .regForm .form-row input[type=number] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: 0 0 0 15px;
  margin: 5px 0 5px 0;
  outline: none;
  font-family: "museo-sans", sans-serif;
}
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;
  font-weight: 500;
}
section.section-form .regForm .form-row label p {
  font-weight: inherit;
}
section.section-form .regForm .form-row label p.normalweight {
  font-weight: 100;
}
section.section-form .regForm .form-row label sup {
  color: #da3732;
}
section.section-form .regForm .form-row label sup.reg {
  font-size: 65%;
  color: inherit;
  top: -0.3em;
}
section.section-form .regForm .form-row label.listheader {
  margin: 0 0 20px 0;
}
section.section-form .regForm .form-row .checkbox, section.section-form .regForm .form-row .radiobtn {
  /*
  label:not( .error_label ) {
      color: inherit;
  }
  */
}
section.section-form .regForm .form-row .checkbox label, section.section-form .regForm .form-row .radiobtn label {
  margin: 0;
  padding: 0 10px 5px 28px;
  font-weight: 100;
  color: inherit;
}
section.section-form .regForm .form-row .checkbox label::before, section.section-form .regForm .form-row .radiobtn label::before {
  border: 1px solid transparent;
}
section.section-form .regForm .form-row .checkbox label sup, section.section-form .regForm .form-row .radiobtn label sup {
  color: inherit;
}
section.section-form .regForm .form-row .checkbox label sup.validation-red, section.section-form .regForm .form-row .radiobtn label sup.validation-red {
  color: #da3732;
}
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 .error_input p {
  color: #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 .isDependent {
  display: none;
  padding: 0 0 0 50px;
}
section.section-form .regForm .form-row .isDependent-visible {
  display: block;
}
section.section-form .regForm .form-row.nobottompadding {
  padding-bottom: 0;
}
section.section-form .regForm .form-row.notoppadding {
  padding-top: 0;
}
section.section-form .regForm .error {
  font-family: "museo-sans", sans-serif;
  display: none;
  font-size: 11px;
  line-height: 12px;
  color: #da3732;
  font-style: italic;
  font-weight: 300;
  clear: both;
}
section.section-form .regForm .error_show {
  margin: 0 0 10px 0;
}
section.section-form .regForm .error_clear {
  color: #57b549;
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page footer {
  margin: 0 auto;
  padding: 20px 50px 60px 50px;
  background-color: #4060AF;
  color: #ffffff;
  border-top: 30px solid #EA5329;
}
.page footer .outer-column {
  max-width: unset;
}
.page footer .lockup-table {
  display: table;
  width: 100%;
}
.page footer .lockup-table .lockup-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.page footer .lockup-table p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: inherit;
}
.page footer .lockup-table p.codeline {
  text-align: center;
  margin: 30px 0 0 0;
}
.page footer .lockup-table img {
  width: 100%;
  max-width: 160px;
  margin: 25px 0 15px 0;
}
@media (max-width: 767px) {
  .page footer {
    padding: 15px 15px 60px 15px;
  }
}
.page.lang-de footer {
  background-color: #ffffff;
  color: #000000;
  border-top: none;
}
.page.lang-de footer .lockup-table .lockup-table-cell {
  width: 25%;
}
.page.lang-de footer .lockup-table .lockup-table-cell:first-child {
  padding: 0 20px 0 0;
}
.page.lang-de footer .lockup-table .lockup-table-cell:last-child {
  width: 75%;
  text-align: right;
}
.page.lang-de footer .lockup-table img {
  max-width: 200px;
}
@media (max-width: 1023px) {
  .page.lang-de footer .lockup-table {
    display: block;
  }
  .page.lang-de footer .lockup-table .lockup-table-cell:first-child {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .page.lang-de footer .lockup-table .lockup-table-cell:last-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page.lang-de footer .lockup-table p {
    font-size: 11px;
    line-height: 16px;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.page {
  /*
  .screen-error {

      .content {

          padding:40px 80px;

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

          @media ( max-width: $breakpoint-mobile-1 ) {
              padding:20px 0;
          }
      }

  }
  */
}
.page .screen {
  display: none;
  min-height: 150px;
  padding: 40px 100px;
  /* DUP STYLES FROM _form.scss - regForm ... combine? */
  position: relative;
  margin-top: -70px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.page .screen .content {
  display: block;
}
.page .screen .content h2 {
  font-size: 26px;
  line-height: 32px;
}
.page .screen .content a {
  font-weight: 500;
}
@media (max-width: 639px) {
  .page .screen {
    padding: 40px 20px;
  }
}
.page .screen-thankyou .content {
  text-align: center;
}
.page .screen-processing {
  text-align: center;
}
.page .screen-processing img {
  height: 200px;
  width: auto;
}
.page #popup-formspacer {
  display: none;
  height: 200px;
}
@media (max-width: 767px) {
  .page #popup-formspacer {
    height: 100px;
  }
}
.page #popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.page #popup-container .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #050E36;
  opacity: 0.9;
}
.page #popup-container .table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.page #popup-container .table .cell {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.page #popup-container .table .cell .content {
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 500px;
  padding: 40px 60px;
  border-radius: 10px;
  position: relative;
}
.page #popup-container .table .cell .content .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
}
.page #popup-container .table .cell .content .btn-close img {
  height: 20px;
  width: auto;
}
.page #popup-container .table .cell .content .btn-close:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .page #popup-container .table .cell {
    padding: 20px;
  }
  .page #popup-container .table .cell .content {
    padding: 40px 30px;
  }
}

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.isi-container {
  background-color: #ffffff;
  border-radius: 5px;
  /*
  position:fixed; top:1000px; left:0px; right:0px;
  box-shadow: 0px -5px 5px rgba(100,100,100,0.2);
  */
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.isi-container .header {
  display: none;
  /*
  text-align: center;
  padding: 0;
  height:30px;
  margin:0;

  .topbar {
      width:100%; height:17px;
      position:absolute; top:0px; left:0px; right:0px;
  }

  .arrow {
      position:absolute; top:40px; right:30px;
      height: 15px; width: auto;
      cursor: pointer;
      &:hover {
          transform:scale(1.1);
      }

      &.arrow-down {
          display:none;
      }
  }

  @media ( max-width: $breakpoint-mobile-3 ) {
      .arrow {
          top:35px;
      }
  }
  */
}
.isi-container .isi {
  display: flex;
}
.isi-container .isi .isi-main {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 30px auto;
  padding: 0 20px;
  /*
  h6, p {
      margin:0 0 6px 0;
  }

  h6 {
      letter-spacing:1px;
  }

  a {
      color:#47af46;
  }

  p, li {
      b, strong {
          font-weight:600;
      }
  }

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

  */
  /*
  ul {
      margin: 0 0 20px 0;
      padding-left:1.1em;

      li {
          margin: 0;
          color:$theme-color-primary;

          span {
              color:#000000;
          }
      }
  }
  */
  /*
  @media ( max-width: $breakpoint-mobile-3 ) {

      margin:10px auto 30px auto;

      h6, p, li {
          font-size:14px;
          line-height: 20px;
          margin:0 0 2px 0;
      }
  }
  */
}
.isi-container .isi .isi-main .nomargin {
  margin: 0;
}
.isi-container .isi .isi-main ul {
  margin: 0 0 20px 0;
}

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

/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.section-unsubscribe {
  max-width: 600px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 80px 0;
}