/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* 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;
}

/*
@mixin font-condensed {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
}

@mixin font-boldcondensed {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
}
*/
/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
/* ########################################################################################## */
/* ########################################################################################## */
* {
  box-sizing: border-box;
}

.outer-column {
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 479px) {
  .outer-column {
    padding: 0 10px;
  }
}

h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  /*
  font-size:60px; line-height:65px;
  letter-spacing: 2px;
  */
  color: #002B49;
  margin: 0 0 10px 0;
  padding: 0;
  /*
  @media ( max-width: $breakpoint-widescreen ) {
      font-size:45px; line-height:50px;
  }
  @media ( max-width: $breakpoint-tablet ) {
      font-size:30px; line-height:36px;
      margin:0 0 8px 0;
  }
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:24px; line-height:28px;
  }
  @media ( max-width: $breakpoint-tiny ) {
      font-size:18px; line-height:22px;
  }
  */
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  /*    
  font-size: 48px; line-height: 53px;
  */
  color: #002B49;
  margin: 0 0 15px 0;
  padding: 0;
  /*
  @media ( max-width: $breakpoint-widescreen ) {
      font-size:35px; line-height:40px;
  }
  @media ( max-width: $breakpoint-tablet ) {
      font-size:25px; line-height:28px;
      margin:0 0 8px 0;
  }
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:18px; line-height:22px;
  }
  @media ( max-width: $breakpoint-tiny ) {
      font-size:14px; line-height:18px;
  }
  */
}
@media (max-width: 1023px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #002B49;
  margin: 0 0 10px 0;
  padding: 0;
  /*
  @media ( max-width: $breakpoint-widescreen ) {
      font-size:22px; line-height:26px;
  }
  @media ( max-width: $breakpoint-tablet ) {
      font-size:18px; line-height:26px;
  }
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:15px; line-height:19px;
  }
  @media ( max-width: $breakpoint-tiny ) {
      font-size:12px; line-height:16px;
  }
  */
}
@media (max-width: 1023px) {
  h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
h3 b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #71DBD4;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 639px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
  }
}

p, label, div {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /*
  font-size: 22px; line-height:28px;
  color: $theme-color-text-body;
  */
  margin: 0 0 20px 0;
  /*
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:16px; line-height:19px;
  }
  */
}
p b, label b, div b {
  font-weight: 600;
}

div {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

/*****************************************************************************/
/* FORM BUTTON(S)                                                            */
/*****************************************************************************/
button, .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 80px;
  margin: 20px 0 40px 0;
  background-color: #002B49;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  /*
  @media ( max-width: $breakpoint-mobile-2 ) {
      font-size:24px; line-height:30px;
      padding: 10px 20px;
  }
  */
}
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 {
  position: absolute;
  margin-top: -50%;
  width: 40px;
  height: 40px;
  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;
  /*
  @media ( max-width: $breakpoint-tablet ) {
      top: 25px;
  }
  */
}
.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%;
}

/* ########################################################################################## */
/* ########################################################################################## */
/* ########################################################################################## */
/* # 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;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  border-radius: 3px;
}

/* 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;
  box-sizing: border-box;
  background-color: #F5F5F5;
}

/* 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 {
        display:table-cell;
        vertical-align: middle;
        img {
            display:block;
        }
    }
    .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;
}

/* ########################################################################################## */
/* ########################################################################################## */
/* # STYLE FIRST OPTION IN SELECT LIST                                                        */
/* ########################################################################################## */
.select-stylefirstoption {
  color: #9F9EA6;
}
.select-stylefirstoption option {
  color: #000;
}
.select-stylefirstoption option:first-child {
  color: #9F9EA6;
}

.select-stylefirstoption-on {
  color: #9F9EA6;
}

.select-stylefirstoption-off {
  color: #000000;
}

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

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

.linebreak-all {
  display: block;
}

.no-margin {
  margin: 0;
}

.margintop {
  margin-top: 20px;
}

.color-hytrulo {
  color: #8E4199;
}

/*
.more-margin-top-bottom {
    margin: 20px 0 40px 0;
}
.more-margin-bottom {
    margin-bottom:30px;
}
.greencopy {

    @include font-bold;

    color: $color-lightgreen;

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

.page {
  background-color: #ffffff;
  /*
  background-image: $theme-bg-image;
  background-repeat: no-repeat;
  background-size: 100% 630px;
  background-position: center top;
  */
  /*
  padding: $theme-page-padding;
  */
  /*
  @media ( max-width: $breakpoint-desktop ) {
      background-size: 100% 540px;
  } 
  */
  /*
  @media ( max-width: $breakpoint-mobile-1 ) {
      padding: $header-height-mobile 0 0 0;
  }        
  */
  /*
  @media ( max-width: $breakpoint-tablet ) {
      padding: $header-height-mobile 0 0 0;
  } 
  */
  /*
  .footer-spacer {
      margin:0; padding:0;
      width:100px; height:80px;
  }
  */
  /*######################################################################*/
  /* SECONDARY SCREENS */
  /*######################################################################*/
  /*######################################################################*/
  /*######################################################################*/
}
.page .screen {
  /*  DISPLAY:NONE FOR NORMAL USE, COMMENT OUT FOR TROUBLESHOOTING
  display:none;
  */
  display: none;
  margin: 0px auto;
  text-align: center;
  color: #476a7e;
}
.page .screen h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 62px;
  line-height: 74px;
}
@media (max-width: 1023px) {
  .page .screen h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .page .screen h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page .screen p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 22px;
}
.page .screen .social-icon {
  margin: 0 10px;
}
.page .screen-processing {
  text-align: center;
}
.page .screen-processing img {
  height: 200px;
  width: auto;
  mix-blend-mode: multiply;
}
.page .screen-thankyou {
  min-height: 150px;
}
.page .screen-thankyou .content {
  width: 100%;
  display: block;
  background-color: #ffffff;
  padding: 60px 80px;
  border-radius: 30px;
  /*
  .logo-bmp {
      margin: 20px auto 40px auto;
  }
  */
  /*
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  */
}
.page .screen-thankyou .content h1 {
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .page .screen-thankyou .content {
    padding: 30px;
  }
}

/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background-color: #002B49;
  padding: 50px 40px;
}
header > .main {
  position: relative;
}
header > .main .logo-lockup {
  display: table;
  height: 100%;
}
header > .main .logo-lockup div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  /*
  .divider {
      height:60px;
      border-left:1px solid #D8D8D8;
  }
  */
}
header > .main .logo-lockup div img {
  height: 100px;
  width: auto;
}
header > .main .nav {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  color: #ffffff;
  padding: 8px 0 0 0;
}
header > .main .nav > div {
  display: block;
  margin: 0 0 4px 0;
}
header > .main .nav > div a {
  color: inherit;
  text-decoration: underline;
}
header > .main .nav > div a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  header > .main .logo-lockup div img {
    height: 90px;
  }
  header > .main .nav {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  header > .main .logo-lockup {
    margin: 0 auto 30px auto;
  }
  header > .main .logo-lockup div img {
    width: 100%;
    max-width: 480px;
  }
  header > .main .nav {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 767px) {
  header {
    padding: 30px 20px;
  }
  header > .main {
    /*
    .logo-lockup {
        margin: 0 auto 30px auto;
        div {
            img {
                width: 100%;
                max-width: 480px;
            }
        }
    }

    .nav {
        position: relative;
        text-align: center;
    }
    */
  }
  header > .main .logo-lockup {
    margin: 0 auto 20px auto;
  }
  header > .main .nav > div {
    padding: 0 0 5px 0;
  }
  header > .main .nav > div a {
    font-size: 12px;
  }
}

/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.landing {
  min-height: 100px;
}
section.landing h2 {
  font-size: 53px;
  line-height: 60px;
  font-weight: 800;
  text-decoration: underline;
}
section.landing h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
section.landing p {
  margin: 0;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
}
section.landing a {
  color: inherit;
  text-decoration: underline;
}
section.landing a:hover {
  text-decoration: none;
}
section.landing .heading {
  position: relative;
  height: 260px;
  background-image: url("../images/landing_hero.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 1px solid #002B49;
}
section.landing .heading .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50%;
  float: right;
}
section.landing .heading .logo-container img {
  display: block;
  height: 60%;
  width: auto;
}
@media (max-width: 1199px) {
  section.landing .heading .logo-container {
    background-color: #ffffff;
  }
  section.landing .heading .logo-container img {
    height: 50%;
  }
}
@media (max-width: 1023px) {
  section.landing .heading {
    height: 180px;
  }
}
@media (max-width: 767px) {
  section.landing .heading {
    height: 120px;
  }
}
@media (max-width: 639px) {
  section.landing .heading {
    height: 100px;
  }
}
@media (max-width: 479px) {
  section.landing .heading {
    height: 80px;
  }
}
section.landing #landing-video {
  display: block;
  width: 100%;
  height: auto;
}
section.landing .violator {
  padding: 60px;
  background-color: #FFC600;
}
section.landing .violator .table {
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.landing .violator .table .cell {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding: 0 40px 0 0;
}
section.landing .violator .table .cell h3 {
  white-space: nowrap;
  text-align: left;
}
section.landing .violator .table .cell .lockup {
  position: relative;
  display: inline-block;
}
section.landing .violator .table .cell .lockup .imgheading {
  position: absolute;
  height: 70px;
  width: auto;
  right: 0px;
  top: 50px;
}
section.landing .violator .table .cell:last-child {
  width: 100%;
  border-left: 2px solid #002B49;
  padding: 0 0 0 60px;
}
section.landing div.programs {
  min-height: 200px;
  text-align: center;
  padding: 40px 60px;
}
section.landing div.programs h2 {
  margin: 0 0 40px 0;
}
section.landing div.programs .imgheading {
  width: 120px;
  height: auto;
}
section.landing div.programs .events {
  margin: 20px 0 60px 0;
}
section.landing div.programs .events .event, section.landing div.programs .events .event-blank {
  position: relative;
  background-color: #002B49;
  text-align: left;
  padding: 20px 40px;
  margin: 0 0 20px 0;
  color: #ffffff;
  cursor: pointer;
  border: 4px solid transparent;
}
section.landing div.programs .events .event.event-blank, section.landing div.programs .events .event-blank.event-blank {
  cursor: unset;
  text-align: center;
}
section.landing div.programs .events .event p, section.landing div.programs .events .event span, section.landing div.programs .events .event-blank p, section.landing div.programs .events .event-blank span {
  font-size: 31px;
  line-height: 40px;
  font-weight: 800;
}
section.landing div.programs .events .event .button-signup, section.landing div.programs .events .event-blank .button-signup {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: table;
  background-image: url("../images/arrow-light.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 36px auto;
  padding: 0 40px 0 50px;
  transition: linear 100ms;
}
section.landing div.programs .events .event .button-signup span, section.landing div.programs .events .event-blank .button-signup span {
  display: table-cell;
  vertical-align: middle;
  text-decoration: underline;
}
section.landing div.programs .events .event:hover:not(.event-blank), section.landing div.programs .events .event-blank:hover:not(.event-blank) {
  border: 4px solid #71DBD4;
}
section.landing div.programs .events .event:hover:not(.event-blank) .button-signup span, section.landing div.programs .events .event-blank:hover:not(.event-blank) .button-signup span {
  text-decoration: none;
}
section.landing div.programs .events.events-inperson .event {
  background-color: #71DBD4;
  color: #002B49;
}
section.landing div.programs .events.events-inperson .event .button-signup {
  background-image: url("../images/arrow-dark.svg");
}
section.landing div.programs .events.events-inperson .event:hover {
  border: 4px solid #002B49;
}
section.landing div.programs .events.events-inperson .event-blank {
  background-color: #71DBD4;
  color: #002B49;
}
@media (max-width: 1023px) {
  section.landing h2 {
    font-size: 40px;
    line-height: 46px;
  }
  section.landing h3 {
    font-size: 26px;
    line-height: 30px;
  }
  section.landing p {
    font-size: 16px;
    line-height: 20px;
  }
  section.landing .violator .table .cell .lockup .imgheading {
    top: 35px;
    height: 60px;
  }
  section.landing .violator .table .cell:last-child {
    padding: 0 0 0 40px;
  }
  section.landing div.programs .imgheading {
    width: 80px;
  }
  section.landing div.programs .events .event p, section.landing div.programs .events .event span, section.landing div.programs .events .event-blank p, section.landing div.programs .events .event-blank span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  section.landing h2 {
    font-size: 30px;
    line-height: 36px;
  }
  section.landing h3 {
    font-size: 20px;
    line-height: 24px;
  }
  section.landing p {
    font-size: 14px;
    line-height: 18px;
  }
  section.landing .violator {
    padding: 40px;
  }
  section.landing .violator .table .cell {
    padding: 0 20px 0 0;
  }
  section.landing .violator .table .cell .lockup .imgheading {
    top: 30px;
    height: 40px;
  }
  section.landing .violator .table .cell:last-child {
    padding: 0 0 0 20px;
  }
  section.landing div.programs {
    padding: 40px 10px 0 10px;
  }
  section.landing div.programs .imgheading {
    width: 60px;
  }
  section.landing div.programs .events .event {
    padding: 15px 120px 15px 15px;
  }
  section.landing div.programs .events .event p, section.landing div.programs .events .event span {
    font-size: 16px;
    line-height: 20px;
  }
  section.landing div.programs .events .event .button-signup {
    padding: 0 15px 0 36px;
    background-size: 24px auto;
  }
  section.landing div.programs .events .event:hover .button-signup span {
    text-decoration: none;
  }
}
@media (max-width: 639px) {
  section.landing .violator .table {
    display: block;
  }
  section.landing .violator .table .cell {
    display: block;
    padding: 0 0 20px 0;
    text-align: center;
  }
  section.landing .violator .table .cell:last-child {
    padding: 20px 0 0 0;
    border-left: none;
    border-top: 2px solid #002B49;
    text-align: left;
  }
}

/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.form-container {
  width: 100%;
  position: relative;
  margin: 0;
  background-color: #a9d9d6;
  padding: 20px 0 80px 0;
  display: none;
  /* regForm */
}
section.form-container h1 {
  text-align: center;
  padding: 20px 0 40px 0;
}
section.form-container .regForm {
  background-color: #ffffff;
  padding: 60px 80px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
section.form-container .regForm .event-info h2 {
  margin: 0;
}
section.form-container .regForm .event-info .label-speakers {
  margin: 10px 0 0 0;
}
section.form-container .regForm .required-indicator {
  font-size: 12px;
  color: #7B7B7B;
}
@media (max-width: 1023px) {
  section.form-container .regForm {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  section.form-container .regForm {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  section.form-container h1 {
    padding: 0 0 20px 0;
  }
}

/* section */
/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.form-type {
  margin: 30px 0 0 0;
  /* form-row */
  /* ############################################################# */
  /* CUSTOMIZATIONS */
  /* ############################################################# */
  /* ############################################################# */
  /* ############################################################# */
}
.form-type a {
  color: inherit;
}
.form-type .form-row {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0 0 40px 0;
  /* ############################################################# */
  /* CUSTOMIZATIONS */
  /* ############################################################# */
  /* ############################################################# */
  /* ############################################################# */
}
.form-type .form-row input[type=text], .form-type .form-row input[type=tel], .form-type .form-row input[type=email], .form-type .form-row select, .form-type .form-row input[type=number] {
  width: 100%;
  height: 44px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 0 0 0 15px;
  margin: 5px 0 5px 0;
  outline: none;
}
.form-type .form-row input[type=text].select-multiple, .form-type .form-row input[type=tel].select-multiple, .form-type .form-row input[type=email].select-multiple, .form-type .form-row select.select-multiple, .form-type .form-row input[type=number].select-multiple {
  height: unset;
  overflow: hidden;
}
.form-type .form-row input[type=text].select-multiple option, .form-type .form-row input[type=tel].select-multiple option, .form-type .form-row input[type=email].select-multiple option, .form-type .form-row select.select-multiple option, .form-type .form-row input[type=number].select-multiple option {
  padding: 5px 0;
  color: #9F9EA6;
}
.form-type .form-row .two-thirds-width {
  width: 66%;
}
@media (max-width: 767px) {
  .form-type .form-row .two-thirds-width {
    width: 100%;
  }
}
.form-type .form-row label, .form-type .form-row label p {
  display: block;
  margin: 0;
  color: #7B7B7B;
}
.form-type .form-row label.normaltext, .form-type .form-row label p.normaltext {
  font-weight: 400;
}
.form-type .form-row label a, .form-type .form-row label p a {
  color: inherit;
}
.form-type .form-row label sup.req-dependent, .form-type .form-row label p sup.req-dependent {
  display: none;
}
.form-type .form-row .error_label {
  color: #da3732;
}
.form-type .form-row .error_input {
  border: 1px solid #da3732;
}
.form-type .form-row .error_input[type=text] {
  border: 1px solid #da3732;
}
.form-type .form-row .error_input[type=email] {
  border: 1px solid #da3732;
}
.form-type .form-row .ui-spinner {
  display: block;
  border: none;
}
.form-type .form-row .ui-spinner input[type=text] {
  margin: 0;
}
.form-type .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;
}
.form-type .form-row h2 {
  color: #002B49;
}
.form-type .form-row .checkbox {
  margin: 10px 0 5px 0;
}
.form-type .form-row .checkbox label {
  margin: 0;
  padding: 0 10px 10px 28px;
}
.form-type .form-row .form-row-half {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .form-type .form-row .form-row-half {
    width: 100%;
  }
}
.form-type .form-row .form-row-half:first-child {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .form-type .form-row .form-row-half:first-child {
    padding-right: unset;
    margin: 0 0 15px 0;
  }
}
.form-type .form-row .form-row-half:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .form-type .form-row .form-row-half:last-child {
    padding-left: unset;
  }
}
.form-type .form-row .line-spacer {
  display: block;
}
@media (max-width: 767px) {
  .form-type .form-row .line-spacer {
    display: none;
  }
}
.form-type .form-row.no-padding {
  padding: 0;
}
@media (max-width: 767px) {
  .form-type .form-row {
    padding: 0 0 15px 0;
  }
}
.form-type .dependent {
  display: none;
  clear: both;
}
.form-type p.add-padding {
  margin: 0;
  padding: 0 0 40px 0;
}
.form-type p.text-color-lightblue {
  color: #71DBD4;
}
.form-type .error {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #da3732;
  font-style: italic;
  clear: both;
}
.form-type .error_show {
  display: block;
}
.form-type .error_clear {
  display: block;
  color: #57b549;
}
.form-type .g-recaptcha {
  width: 304px;
  margin: 0 auto;
}
.form-type .recap-msg {
  color: #da3732;
  margin: 5px 0;
  display: none;
}

/* form-type */
/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
section.hero {
  position: relative;
  width: 100%;
  background-color: #71DBD4;
  display: none;
}
section.hero .lockup {
  padding: 50px 0 30px 0;
}
@media (max-width: 767px) {
  section.hero .lockup {
    padding: 30px 0 15px 0;
  }
}

/* section */
/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
footer {
  background-color: #002B49;
  padding: 45px 0;
}
footer .lockup {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
footer .lockup .half {
  display: table-cell;
  width: 40%;
  text-align: left;
  vertical-align: middle;
}
footer .lockup .half .logo {
  width: auto;
  height: 70px;
}
footer .lockup .half p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
footer .lockup .half:last-child {
  text-align: right;
  width: 60%;
}
@media (max-width: 1023px) {
  footer .lockup .half .logo {
    height: 46px;
  }
  footer .lockup .half p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .lockup {
    padding: 0 30px;
  }
  footer .lockup .half {
    width: 30%;
  }
  footer .lockup .half:last-child {
    width: 70%;
  }
}
@media (max-width: 639px) {
  footer .lockup .half .logo {
    height: 30px;
  }
  footer .lockup .half p {
    font-size: 9px;
    line-height: 14px;
  }
  footer .lockup .half:last-child {
    text-align: left;
    padding-left: 30px;
  }
}
@media (max-width: 413px) {
  footer .lockup {
    display: block;
  }
  footer .lockup .half {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .lockup .half .logo {
    height: 40px;
  }
  footer .lockup .half:last-child {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    padding-left: unset;
  }
}

/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.dvpopup-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
}
.dvpopup-container .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.dvpopup-container .dvpopup {
  position: relative;
  display: block;
  width: 96%;
  max-width: 400px;
  min-height: 200px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.dvpopup-container .dvpopup .lockup {
  text-align: center;
  margin: 20px 0 0 0;
}
.dvpopup-container .dvpopup .lockup .btn {
  display: inline-block;
  border: 1px solid #002B49;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  font-weight: 600;
  color: #002B49;
  cursor: pointer;
}
.dvpopup-container .dvpopup .lockup .btn:hover {
  background-color: #71DBD4;
  color: #ffffff;
}

/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.isi-container {
  background-color: #ffffff;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  z-index: 5;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-top: 20px solid #002B49;
}
.isi-container .header {
  text-align: center;
  padding: 0;
  height: 15px;
  margin: 0;
}
.isi-container .header .topbar {
  width: 100%;
  height: 10px;
  background-color: #002B49;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.isi-container .header .arrow-up {
  position: absolute;
  top: 18px;
  right: 30px;
  height: 15px;
  width: auto;
  cursor: pointer;
}
.isi-container .isi {
  padding: 60px 80px 40px 80px;
  display: flex;
  /*
  direction: rtl;
  */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.isi-container .isi .isi-main {
  display: table-cell;
  width: 100%;
  /*
  direction:ltr;
  */
  /*
  .col {
      width: 45%;
      float: left;

      &:first-child {
          padding: 0 30px 0 0;
      }

      &:last-child {
          width: 55%;
          padding: 0 0 0 30px;
      }
  }
  */
}
.isi-container .isi .isi-main .isi-heading {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.isi-container .isi .isi-main p, .isi-container .isi .isi-main li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #002B49;
}
.isi-container .isi .isi-main p b, .isi-container .isi .isi-main li b {
  font-weight: 800;
  /*
  color: $color-purple;
  */
}
.isi-container .isi .isi-main p.listheader, .isi-container .isi .isi-main li.listheader {
  margin: 0 0 10px 0;
}
.isi-container .isi .isi-main p, .isi-container .isi .isi-main .pmargin {
  margin: 0 0 20px 0;
}
.isi-container .isi .isi-main .nomargin {
  margin: 0;
}
.isi-container .isi .isi-main .notopmargin {
  margin-top: 0;
}
.isi-container .isi .isi-main .bottom-margin-10 {
  display: block;
  margin-bottom: 10px;
}
.isi-container .isi .isi-main a {
  color: inherit;
  text-decoration: underline;
}
.isi-container .isi .isi-main a.color-hytrulo {
  color: #8E4199;
}
.isi-container .isi .isi-main a:hover {
  text-decoration: none;
}
.isi-container .isi .isi-main b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.isi-container .isi .isi-main ul {
  padding-left: 25px;
}
.isi-container .isi .isi-main ul li {
  color: #002B49;
}
.isi-container .isi .isi-main ul.altbullets {
  list-style-type: none;
  padding-left: 10px;
}
.isi-container .isi .isi-main ul.altbullets li {
  background-image: url("../images/tinybullet.png");
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: left 15px;
  background-size: 5px;
}
.isi-container .isi .isi-main ul.three-column-list {
  column-count: 3;
  column-gap: 2rem;
  margin: 10px 0 20px 0;
}
.isi-container .isi .isi-main ul.three-column-list .li {
  break-inside: avoid;
}
.isi-container .isi .isi-main ul.two-column-list {
  column-count: 2;
  column-gap: 2rem;
  margin: 10px 0 20px 0;
}
.isi-container .isi .isi-main ul.two-column-list .li {
  break-inside: avoid;
}
@media (max-width: 1023px) {
  .isi-container .isi {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .isi-container .isi {
    padding: 20px;
  }
  .isi-container .isi .isi-main p, .isi-container .isi .isi-main li {
    font-size: 16px;
    line-height: 22px;
  }
  .isi-container .isi .isi-main ul.three-column-list {
    column-count: 2;
  }
}

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

/*
.isi-container {

    background-color:#ffffff;

    margin:0px auto;
    display: flex;
    flex-direction: column;
    z-index: 5;

    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);

    clear: both;

    .header {
        text-align: center;
        padding: 0;
        height:15px;
        margin:0;

        .topbar {
            width:100%; height:10px;
            background-color: $theme-color-primary;
            position:absolute; top:0px; left:0px; right:0px;
        }

        .arrow-up {
            position:absolute; top:18px; right:30px;
            height: 15px; width: auto;
            cursor: pointer;
        }
    }


    .isi {

        padding:40px 80px 40px 80px;
        display: flex;
        direction:rtl;

        width: 100%;
        margin: 0 auto;


        .isi-main {

            display:table-cell;
            width:100%;
            direction:ltr;

            .isi-heading {
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            h2 {
                margin: 0 0 5px 0;
            }

            p, li {
                @include font-light;
                @include font-size-h2;
            }

            p, h2, li span {
                line-height:30px;
            }

            p, .pmargin {
                margin: 0 0 20px 0;
            }

            .nomargin {
                margin: 0;
            }

            .notopmargin {
                margin-top: 0;
            }

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

                &.color-hytrulo {
                    color: $color-hytrulo;
                }

                &:hover {
                    text-decoration: none;
                }
            }

            b {
                @include font-semibold;
            }

            ul {
                padding-left: 25px;


            }

            ul.clear-margins-within {

                margin: 0 0 30px 0;

                li {
                    margin: 0;
                }

            }

        }

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

            padding: 30px;


        }


    }
}

.isi-container-inline {
    position:relative;
    box-shadow: unset;
}
*/
/* FONTS (default2 to identify fixin gaps) */
/*
$theme-font-headline: Courier;
$theme-font-medium: Courier;
$theme-font-body: Courier;
*/
/* COLORS */
/* PAGE */
/* HEADER */
/* FOOTER */
/* COPY */
/* FORM */
/* ####################################################################################### */
/* ####################################################################################### */
.smodal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}
.smodal .box {
  position: relative;
  background-color: #002B49;
  max-width: 900px;
  width: 96%;
  padding: 80px;
  border-radius: 30px;
  text-align: center;
}
.smodal .box .heading {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  padding: 30px;
}
.smodal .box .heading .btn-close {
  float: right;
  cursor: pointer;
  height: 20px;
  width: auto;
}
.smodal .box .heading .btn-close:hover {
  transform: scale(1.1);
  transform-origin: center;
  transition: all 0.1s;
}
.smodal .box p {
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .smodal .box p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .smodal .box {
    padding: 80px 40px 40px 40px;
  }
  .smodal .box p {
    font-size: 16px;
    line-height: 22px;
  }
}