/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
 * IE10 in Windows (Phone) 8
 * Support for responsive views via media queries do not work in IE10 on mobile for
 * versions prior to WP8 Update 3 (GDR3).
 */
@-ms-viewport {
  width: device-width; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Use the iOS devices hardware accelerator to provide native scrolling.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch;
  /* 3 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
  .p_ios sub,
  .p_mac sub {
    bottom: 2px; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  color: #222;
  font-size: 16px;
  line-height: 1.2em; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*/
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #444;
  line-height: 28px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem; }
  body.locked {
    position: fixed; }

header,
main,
footer,
section {
  width: 100%;
  min-width: 320px; }

section {
  margin: 0 auto; }

article,
.header-content,
.footer-content,
.isi-content,
.section-content {
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }

/* ++++++++++++ TEXT FORMATTING START ++++++++++++ */
.green {
  color: #0f964a; }

.blue {
  color: #005eb8; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

strong {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal; }
  strong.semi-bold {
    font-family: acumin-pro-condensed;
    font-style: normal;
    font-weight: 600; }

sub {
  font-size: 100%; }

.d-arrow {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.9%22%20height%3D%2214.1%22%20viewBox%3D%220%200%2012.9%2014.1%22%3E%3Cpath%20fill%3D%22%234185c6%22%20d%3D%22M12.2%206.4L7%2012.1V0H6v12.1L.7%206.4%200%207l6.5%207.1%206.4-7-.7-.7z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  width: 13px;
  height: 15px;
  display: inline-block; }

.disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #55565a;
  line-height: 18px; }
  .disclaimer.right_ali {
    text-align: right;
    margin-top: 0; }

a {
  color: #4185c6; }

.down {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  position: relative;
  display: inline-block;
  top: 3px;
  margin-left: 5px; }

/* ++++++++++++ TEXT FORMATTING END ++++++++++++ */
/* ++++++++++++ LIST FORMATTING START ++++++++++++ */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px; }
  ul.bulleted li {
    position: relative;
    padding-left: .5em;
    line-height: 1.2; }
    ul.bulleted li + li {
      margin-top: 5px; }
    ul.bulleted li:before {
      font-family: Arial, Helvetica, sans-serif;
      content: '\2022';
      position: absolute;
      top: 2px;
      left: 0;
      color: #215eaa; }
  ul.bulleted.squared li:before {
    content: '\25AA'; }
  ul.bulleted.bullet-green li:before {
    color: #0f964a; }

/* ++++++++++++ LIST FORMATTING END ++++++++++++ */
/* ++++++++++++ HEADER STYLES START ++++++++++++ */
header .header-content {
  max-width: initial; }
  header .header-content nav {
    margin: 0 auto;
    max-width: 375px; }

header #top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px; }
  header #top_nav li {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    text-align: center;
    background-color: #215eaa;
    border-radius: 0 0 5px 5px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2px; }
    header #top_nav li a {
      font-family: acumin-pro-condensed;
      font-style: normal;
      font-weight: 600;
      text-decoration: none;
      color: #fff; }
    header #top_nav li + li {
      position: relative;
      margin-left: 1px; }

/* ++++++++++++ HEADER STYLES END ++++++++++++ */
/* ++++++++++++ FOOTER STYLES START ++++++++++++ */
footer {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  color: #7c878e;
  line-height: 16px;
  border-top: 2px solid #d1d5d8; }
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 33px auto; }
  footer .footer-logo {
    background-image: url("../img/logo-harmony-bioscience.68b8fbb6.png");
    background-size: 93px auto;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    height: 81px;
    text-indent: -9999px;
    width: 93px; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      footer .footer-logo {
        background-image: url("../img/logo-harmony-bioscience-2x.ea3ddfb1.png");
        background-size: 93px auto; } }
  footer .footer-nav {
    padding-left: 26px;
    width: 227px; }
  footer #footer_nav li {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 18px; }
    footer #footer_nav li a {
      font-family: acumin-pro, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #7c878e;
      text-decoration: none; }

/* ++++++++++++ FOOTER STYLES END ++++++++++++ */
/* ++++++++++++ HOME PAGE START ++++++++++++ */
.coming-soon {
  display: inline-block;
  width: 118px;
  height: 103px;
  overflow: hidden;
  position: absolute;
  top: 42px;
  right: 0; }
  .coming-soon span {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 21px;
    font-size: 1.3125rem;
    background-color: #0f964a;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    width: 181px;
    padding: 63px 0 5px 0;
    position: absolute;
    top: -38px;
    left: 9px;
    -webkit-transform: rotateZ(40deg);
            transform: rotateZ(40deg); }

.home-1 h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: acumin-pro-condensed;
  font-style: normal;
  font-weight: 600;
  background-image: url("../img/m-bg-now-approved.1e865370.png");
  background-size: 244px auto;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  display: inline-block;
  height: 40px;
  left: -28px;
  line-height: 40px;
  padding: 0 38px 0 28px;
  position: relative;
  margin: 32px auto 17px;
  width: 244px;
  text-align: right;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .home-1 h1 {
      background-image: url("../img/m-bg-now-approved-2x.75c70e74.png");
      background-size: 244px auto; } }
  .home-1 h1 span {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .home-1 h1.animate-slide {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw); }
    .home-1 h1.animate-slide span {
      opacity: 1;
      -webkit-transition: opacity 0.5s linear .5s;
      transition: opacity 0.5s linear .5s; }

.home-1 img,
.home-1 svg {
  width: 317px;
  margin: 0 auto 20px; }

.home-1 h2 {
  font-size: 23.42px;
  font-size: 1.46375rem;
  font-family: acumin-pro-condensed;
  font-style: normal;
  font-weight: 600;
  color: #095eb5;
  line-height: 1em;
  margin: 0;
  text-align: left; }

.home-2 .required {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 2em;
  color: #959595; }

.home-2 .content-area p {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem; }
  .home-2 .content-area p + p {
    margin-top: .5em;
    font-size: 20px;
    font-size: 1.25rem; }
  .home-2 .content-area p:first-child {
    margin-top: 0; }

.home-2 .content-area ul.bulleted {
  margin-top: 10px; }

.home-2 .form-link {
  text-decoration: none;
  font-family: acumin-pro-condensed;
  font-style: normal;
  font-weight: 600; }

.home-2 .hexagon {
  margin: 0 auto;
  width: 210px; }
  .home-2 .hexagon li {
    height: 220px; }
    .home-2 .hexagon li div {
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 220px;
      margin: 20px 0;
      padding: 0 0 0;
      text-align: center;
      position: relative;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
      transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .home-2 .hexagon li div:before {
        background-image: url("../img/hex-update.23aeec86.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 233px;
        content: '';
        display: inline-block;
        position: absolute;
        top: -14px;
        left: -22px;
        width: 254px;
        height: 254px;
        z-index: 0; }
      .home-2 .hexagon li div p {
        font-size: 20px;
        font-size: 1.25rem;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .5s linear .5s;
        transition: opacity .5s linear .5s;
        width: 100%; }
        .home-2 .hexagon li div p:last-child {
          margin: 10px 0 0; }
        .home-2 .hexagon li div p span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          width: 100%; }
        .home-2 .hexagon li div p strong {
          font-size: 22px;
          font-size: 1.375rem; }
          .home-2 .hexagon li div p strong span {
            padding-top: 10px;
            display: block;
            position: relative; }
      .home-2 .hexagon li div a {
        color: #fff;
        text-decoration: none; }
      .home-2 .hexagon li div.pop {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .home-2 .hexagon li div.pop p {
          opacity: 1;
          -webkit-transition: opacity .5s linear .5s;
          transition: opacity .5s linear .5s; }
    .home-2 .hexagon li.hex2 div p {
      font-family: acumin-pro-condensed, sans-serif;
      font-weight: 400;
      font-style: normal; }
      .home-2 .hexagon li.hex2 div p strong {
        font-size: 23px;
        font-size: 1.4375rem; }
    .home-2 .hexagon li.hex3 div:before {
      background-image: url("../img/hex-update-blue.fcfd873c.svg"); }
    .home-2 .hexagon li.hex3 div p {
      font-family: acumin-pro-condensed, sans-serif;
      font-weight: 400;
      font-style: normal; }
      .home-2 .hexagon li.hex3 div p strong {
        font-size: 22px;
        font-size: 1.375rem;
        display: inline-block;
        margin: 3px 0; }
    .home-2 .hexagon li.hex3 div i {
      font-style: normal;
      position: relative;
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 1em;
      display: inline-block; }
      .home-2 .hexagon li.hex3 div i:before {
        content: "";
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22452.2%22%20height%3D%22452.2%22%20viewBox%3D%220%200%20452.2%20452.2%22%3E%3Cpath%20d%3D%22M7690.5%203452.4a226.2%20226.2%200%201%200%2066.2%20159.9%20224.7%20224.7%200%200%200-66.2-159.9zm-159.9%20346c-102.6%200-186.1-83.5-186.1-186.1s83.5-186.1%20186.1-186.1%20186.1%2083.5%20186.1%20186.1-83.5%20186.1-186.1%20186.1zm127-186.1a19.9%2019.9%200%200%201-20%2020h-87v87a20%2020%200%201%201-40%200v-87h-87a20%2020%200%200%201%200-40h87v-87a20%2020%200%200%201%2040%200v87h87a20%2020%200%200%201%2020%2020z%22%20transform%3D%22translate%28-7304.5%20-3386.2%29%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 15px;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 3px;
        position: relative;
        top: 1px; }

.home-2 .form-container {
  border: 2px solid #c1d0e4;
  border-radius: 5px;
  margin: 1em 0 2em;
  padding: 138px 21px 0;
  position: relative; }
  .home-2 .form-container h1.headline {
    color: #0f964a;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    font-size: 2.625rem; }
  .error404 .home-2 .form-container {
    padding: 0 21px 0; }
  .home-2 .form-container .form-trigger {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    position: absolute;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: #005eb8;
    color: #fff;
    border-radius: 5px;
    padding: 0 70px 0 20px;
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    text-align: left; }
    .home-2 .form-container .form-trigger:before {
      content: '';
      background-color: transparent;
      background-image: url("../img/arrow.fbb42108.svg");
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block;
      height: 50px;
      position: absolute;
      right: 10px;
      top: 23px;
      width: 50px;
      -webkit-transform: rotateZ(0deg);
              transform: rotateZ(0deg); }
    .home-2 .form-container .form-trigger.opened:before {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .home-2 .form-container .right-space {
    padding-right: 50px; }
  .home-2 .form-container .button.form-button {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #4185c6;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 47px;
    min-width: 174px;
    outline: 0;
    width: 50px;
    margin: 1em auto; }

.home-2 .why-button {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  text-decoration: underline;
  color: #4185c6; }

/* ++++++++++++ HOME PAGE END ++++++++++++ */
/* ++++++++++++ TERMS AND PRIVACY STYLES START ++++++++++++ */
.terms-1 h1,
.privacy-1 h1 {
  color: #0f964a;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-size: 2.625rem; }

.terms-1 h2,
.privacy-1 h2 {
  color: #0f964a;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-size: 2rem; }

.terms-1 img,
.terms-1 svg,
.privacy-1 img,
.privacy-1 svg {
  width: 317px;
  margin: 59px auto 20px; }

.terms-1 ul,
.privacy-1 ul {
  margin-left: 10px; }

.terms-1 .backButton,
.privacy-1 .backButton {
  line-height: 40px;
  background-color: #215eaa;
  color: #fff;
  font-family: acumin-pro-condensed;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; }
  .terms-1 .backButton:before,
  .privacy-1 .backButton:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid #fff;
    top: 17px;
    left: 44px; }

.contact .terms-1 p,
.contact .terms-1 li, .contact
.privacy-1 p,
.contact
.privacy-1 li {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }

.contact .terms-1 ul, .contact
.privacy-1 ul {
  margin-left: 30px; }
  .contact .terms-1 ul + p, .contact
  .privacy-1 ul + p {
    margin-top: 2em; }

/* ++++++++++++ TERMS AND PRIVACY PAGE END ++++++++++++ */
/* ++++++++++++ FORM STYLES START ++++++++++++ */
.registration-info,
.registration-consumer,
.registration-hcp,
.thankyou,
.fail {
  display: none; }

.registration-consumer,
.registration-hcp {
  padding-top: 2em; }

.registration-info .about-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  margin-top: 1.5em;
  position: relative; }
  .registration-info .about-you .error-msg {
    top: -24px; }
  .registration-info .about-you label {
    width: 100%; }

.optional {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #959595; }

.permission-choice {
  position: relative;
  margin-bottom: 1.5em; }
  .permission-choice .error-msg {
    top: inherit;
    bottom: -20px; }

.thankyou,
.fail {
  font-size: 21px;
  font-size: 1.3125rem; }

.thankyou p {
  font-size: 24px;
  font-size: 1.5rem; }
  .thankyou p + p {
    font-size: 20px;
    font-size: 1.25rem; }

.error-msg {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #da2f30;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 51px;
  left: 0;
  line-height: 16px; }

input[type='text'],
input[type='email'],
input[type='phone'],
select {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #346eb3;
  background-color: #fff;
  padding: 0 6px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  min-height: 50px;
  width: 100%;
  margin-bottom: 48px; }
  input[type='text'].error,
  input[type='email'].error,
  input[type='phone'].error,
  select.error {
    border: 1px solid #da2f30; }

select {
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2246%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%235390CB%22%20d%3D%22M.023%2019.983L15.018-.008l14.995%2019.991H.023zm14.973%2026.025L.001%2026.017h29.99L14.996%2046.008z%22/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221%22%20height%3D%2299%22%20viewBox%3D%220%200%201%2099%22%3E%3Ctitle%3Eline%3C/title%3E%3Crect%20width%3D%221%22%20height%3D%2299%22%20fill%3D%22%23346eb3%22/%3E%3C/svg%3E");
  background-repeat: no-repeat,no-repeat;
  background-size: 15px,1px;
  background-position: right 14px center,right 42px center;
  padding-right: 49px;
  color: #8e8e8e; }
  select.error {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2246%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%235390CB%22%20d%3D%22M.023%2019.983L15.018-.008l14.995%2019.991H.023zm14.973%2026.025L.001%2026.017h29.99L14.996%2046.008z%22/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221%22%20height%3D%2299%22%20viewBox%3D%220%200%201%2099%22%3E%3Ctitle%3Eline%3C/title%3E%3Crect%20width%3D%221%22%20height%3D%2299%22%20fill%3D%22%23da2f30%22/%3E%3C/svg%3E"); }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  color: #959595; }

::-moz-placeholder {
  color: #959595; }

:-ms-input-placeholder {
  color: #959595; }

::-ms-input-placeholder {
  color: #959595; }

::placeholder {
  color: #959595; }

label {
  position: relative;
  display: inline-block;
  width: 100%; }
  label.label_checkbox {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 30px;
    width: auto;
    padding-right: 20px; }
    label.label_checkbox input {
      position: absolute;
      left: -9999px; }
    label.label_checkbox:before {
      border: 1px solid #346daf;
      display: inline-block;
      content: '';
      width: 35px;
      height: 35px;
      margin-right: 12px;
      background-color: #fff;
      top: 6px;
      position: relative; }
    label.label_checkbox span {
      display: inline-block;
      width: calc(100% - 45px); }
    label.label_checkbox.checked:before {
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218.4%22%20height%3D%2221%22%20viewBox%3D%220%200%2018.4%2021%22%3E%3Cpath%20fill%3D%22%230F964A%22%20d%3D%22M0%2016l5.4%205%2013-12.5V0l-13%2012.5-5.4-5V16z%22/%3E%3C/svg%3E");
      background-size: 66%;
      background-repeat: no-repeat;
      background-position: center center; }
    label.label_checkbox + span.error {
      visibility: hidden;
      font-size: 12px;
      font-size: 0.75rem;
      color: #f00; }
  label.label_radio {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    margin-bottom: 1em; }
    label.label_radio input {
      position: absolute;
      left: -9999px; }
    label.label_radio span {
      width: calc(100% - 45px); }
    label.label_radio:before {
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #346daf;
      content: '';
      display: inline-block;
      height: 23px;
      margin-right: 12px;
      width: 23px; }
    label.label_radio.checked:before {
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2233.5%22%20height%3D%2233.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23306AAE%22%20fill%3D%22%230F964A%22%20d%3D%22M16.5.5c8.837%200%2016%207.164%2016%2016%200%208.837-7.163%2016-16%2016s-16-7.163-16-16c0-8.836%207.163-16%2016-16z%22/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 15px; }
    label.label_radio.error:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 32px;
      height: 32px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2031%2031%22%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2215.5%22%20r%3D%2215%22%20fill%3D%22none%22%20stroke%3D%22%23f00%22%20stroke-width%3D%221%22%20/%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  label.input-324 span, label.input-674 span, label.input-310 span, label.input-132 span {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 50px;
    padding-left: 6px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #8e8e8e;
    -webkit-transition: 200ms;
    transition: 200ms; }
    label.input-324 span.error-msg, label.input-674 span.error-msg, label.input-310 span.error-msg, label.input-132 span.error-msg {
      font-size: 14px;
      top: 51px !important;
      color: red;
      line-height: 18px; }
  label.input-324 input[type='text']:focus + span,
  label.input-324 input[type='email']:focus + span,
  label.input-324 input[type='phone']:focus + span, label.input-674 input[type='text']:focus + span,
  label.input-674 input[type='email']:focus + span,
  label.input-674 input[type='phone']:focus + span, label.input-310 input[type='text']:focus + span,
  label.input-310 input[type='email']:focus + span,
  label.input-310 input[type='phone']:focus + span, label.input-132 input[type='text']:focus + span,
  label.input-132 input[type='email']:focus + span,
  label.input-132 input[type='phone']:focus + span {
    font-size: 16px;
    top: -38px; }
  label.input-324.input span, label.input-674.input span, label.input-310.input span, label.input-132.input span {
    top: 28px; }
  label.input-324.input input[type='text'] + span,
  label.input-324.input input[type='email'] + span,
  label.input-324.input input[type='phone'] + span, label.input-674.input input[type='text'] + span,
  label.input-674.input input[type='email'] + span,
  label.input-674.input input[type='phone'] + span, label.input-310.input input[type='text'] + span,
  label.input-310.input input[type='email'] + span,
  label.input-310.input input[type='phone'] + span, label.input-132.input input[type='text'] + span,
  label.input-132.input input[type='email'] + span,
  label.input-132.input input[type='phone'] + span {
    font-size: 16px;
    top: -38px; }
  label.input-324.opt span, label.input-674.opt span, label.input-310.opt span, label.input-132.opt span {
    top: 28px; }
    label.input-324.opt span.error-msg, label.input-674.opt span.error-msg, label.input-310.opt span.error-msg, label.input-132.opt span.error-msg {
      top: 79px !important; }
  label.input-324.opt input[type='text']:focus + span,
  label.input-324.opt input[type='email']:focus + span,
  label.input-324.opt input[type='phone']:focus + span, label.input-674.opt input[type='text']:focus + span,
  label.input-674.opt input[type='email']:focus + span,
  label.input-674.opt input[type='phone']:focus + span, label.input-310.opt input[type='text']:focus + span,
  label.input-310.opt input[type='email']:focus + span,
  label.input-310.opt input[type='phone']:focus + span, label.input-132.opt input[type='text']:focus + span,
  label.input-132.opt input[type='email']:focus + span,
  label.input-132.opt input[type='phone']:focus + span {
    font-size: 16px;
    top: -30px; }

/* ++++++++++++ FORM STYLES END ++++++++++++ */
/* ++++++++++++ ISI START ++++++++++++ */
#isi,
#isi-fixed {
  margin-bottom: 1.5em; }
  #isi .tray-only,
  #isi-fixed .tray-only {
    display: none; }
  #isi ul,
  #isi-fixed ul {
    margin: 0; }
  #isi p,
  #isi-fixed p {
    margin-bottom: 0; }
  #isi p,
  #isi li,
  #isi-fixed p,
  #isi-fixed li {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px; }
    #isi p strong,
    #isi li strong,
    #isi-fixed p strong,
    #isi-fixed li strong {
      font-family: acumin-pro, sans-serif;
      font-weight: 700;
      font-style: normal; }
  #isi h2,
  #isi-fixed h2 {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    color: #215eaa; }

#isi-fixed {
  background-color: #fff;
  -webkit-box-shadow: -1.251px -7.902px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -1.251px -7.902px 4px 0px rgba(0, 0, 0, 0.3);
  bottom: 0;
  max-height: 111px;
  overflow: hidden;
  position: fixed;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  width: 100vw;
  z-index: 11;
  display: none;
  margin-bottom: 0; }
  #isi-fixed .tray-only {
    display: inline; }
  #isi-fixed article {
    position: relative; }
    #isi-fixed article h2 {
      margin-bottom: .5em;
      color: #215eaa; }
    #isi-fixed article p {
      margin-top: .5em; }
      #isi-fixed article p strong {
        font-family: acumin-pro, sans-serif;
        font-weight: 700;
        font-style: normal; }
    #isi-fixed article .expand {
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2261.8%22%20height%3D%2261.7%22%20viewBox%3D%220%200%2061.8%2061.7%22%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath%20d%3D%22M667.2%2C508.9H643.3V485a3.5%2C3.5%2C0%2C0%2C0-7%2C0v23.9H612.4a3.5%2C3.5%2C0%2C0%2C0-3.5%2C3.5%2C3.5%2C3.5%2C0%2C0%2C0%2C3.5%2C3.5h23.9v23.8a3.5%2C3.5%2C0%2C0%2C0%2C7%2C0V515.9h23.9a3.5%2C3.5%2C0%2C0%2C0%2C3.5-3.5A3.5%2C3.5%2C0%2C0%2C0%2C667.2%2C508.9Z%22%20transform%3D%22translate%28-608.9%20-481.5%29%22%20fill%3D%22%2365b2e8%22/%3E%3C/svg%3E");
      background-size: 25px;
      width: 25px;
      height: 25px;
      display: inline-block;
      position: absolute;
      top: 10px;
      right: 0; }

/* ++++++++++++ ISI END ++++++++++++ */
/* ++++++++++++ OVERLAY START ++++++++++++ */
.modal {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 5px 15px;
  display: none;
  width: calc(100% - 20px);
  max-width: 320px; }
  .modal div {
    margin-bottom: 1em; }
  .modal h3 {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #215eaa;
    margin: 1em 0 .25em 0; }
  .modal p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px; }
  .modal .close {
    font-family: acumin-pro-condensed;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    background-color: transparent;
    color: #215eaa;
    position: absolute;
    top: 10px;
    right: 11px;
    line-height: 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase; }
    .modal .close:before {
      content: "";
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22452.2%22%20height%3D%22452.2%22%20viewBox%3D%220%200%20452.2%20452.2%22%3E%3Cpath%20d%3D%22M7530.6%203838.4a226%20226%200%201%201%20159.9-66.2%20224.4%20224.4%200%200%201-159.9%2066.2zm0-412.2c-102.6%200-186.1%2083.5-186.1%20186.1s83.5%20186.1%20186.1%20186.1%20186.1-83.5%20186.1-186.1-83.5-186.1-186.1-186.1zm127%20186.1a20%2020%200%200%200-20-20h-214a20%2020%200%200%200%200%2040h214a19.9%2019.9%200%200%200%2020-20z%22%20transform%3D%22translate%28-7304.5%20-3386.2%29%22%20fill%3D%22%23005eb8%22/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 15px;
      width: 15px;
      height: 15px;
      display: inline-block;
      margin-right: 3px;
      position: relative;
      top: 1px; }
  .modal strong {
    font-family: acumin-pro-condensed;
    font-style: normal;
    font-weight: 600; }

/* ++++++++++++ OVERLAY END ++++++++++++ */
/* ++++++++++++ VIEW SPECIFIC CLASSES START ++++++++++++ */
.desktop-only,
.desktop-only-block {
  display: none; }

/* ++++++++++++ VIEW SPECIFIC CLASSES END ++++++++++++ */
@media only screen and (min-width: 62.5em) {
  article,
  .header-content,
  .footer-content,
  .isi-content,
  .section-content {
    max-width: 1000px; }
  /* ++++++++++++ TEXT FORMATTING START ++++++++++++ */
  a[href^="javascript:void(0)"] {
    cursor: text;
    text-decoration: none;
    color: #444; }
  /* ++++++++++++ TEXT FORMATTING END ++++++++++++ */
  /* ++++++++++++ LIST FORMATTING START ++++++++++++ */
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px; }
    ul.bulleted.squared li:before {
      font-size: 18px;
      font-size: 1.125rem;
      top: 2px; }
    .p_mac ul.bulleted.squared li:before {
      font-size: 14px;
      font-size: 0.875rem;
      top: 5px; }
  /* ++++++++++++ LIST FORMATTING END ++++++++++++ */
  /* ++++++++++++ HEADER STYLES START ++++++++++++ */
  header .header-content {
    max-width: 1000px; }
    header .header-content nav {
      margin: 0 auto;
      max-width: 1000px; }
  header #top_nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 46px; }
    header #top_nav li {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 15px;
      border-radius: 0 0 9px 9px;
      padding: 0 17px;
      height: 46px; }
      header #top_nav li + li {
        margin-left: 2px; }
        header #top_nav li + li:last-child {
          padding-right: 17px; }
        header #top_nav li + li a {
          line-height: 46px; }
      header #top_nav li:hover {
        background-color: #004fab; }
  /* ++++++++++++ HEADER STYLES END ++++++++++++ */
  /* ++++++++++++ FOOTER STYLES START ++++++++++++ */
  footer {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px; }
    footer .footer-content {
      margin: 33px auto; }
    footer .footer-logo {
      background-image: url("../img/d-logo-harmony-bioscience.0869f281.png");
      background-size: 131px auto;
      height: 114px;
      width: 131px; } }
    @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
      footer .footer-logo {
        background-image: url("../img/d-logo-harmony-bioscience-2x.0e734a68.png");
        background-size: 131px auto; } }

@media only screen and (min-width: 62.5em) {
    footer .footer-nav {
      padding-left: 93px;
      width: 869px; }
    footer #footer_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer #footer_nav li {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 18px; }
        footer #footer_nav li + li {
          padding-left: 68px; }
  /* ++++++++++++ FOOTER STYLES END ++++++++++++ */
  /* ++++++++++++ HOME PAGE START ++++++++++++ */
  .coming-soon {
    width: 268px;
    height: 236px;
    top: 0; }
    .coming-soon span {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 44px;
      width: 400px;
      padding: 80px 0 13px 0;
      top: -38px;
      left: 1px;
      -webkit-transform: rotateZ(41deg);
              transform: rotateZ(41deg); }
  .home-1 {
    background-image: none;
    border-bottom: 0;
    padding-top: 29px; }
    .home-1 .logo-box {
      display: inline-block;
      text-align: center;
      width: 396px; }
    .home-1 h1 {
      font-size: 34px;
      font-size: 2.125rem;
      font-family: acumin-pro-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      background-image: url("../img/d-bg-now-approved.d8c41f59.png");
      background-size: 434px auto;
      height: 52px;
      left: -125px;
      line-height: 52px;
      padding: 0 58px 0 0;
      margin: 0 auto 15px;
      width: 434px; } }
    @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
      .home-1 h1 {
        background-image: url("../img/d-bg-now-approved.d8c41f59.png");
        background-size: 434px auto; } }

@media only screen and (min-width: 62.5em) {
    .home-1 img,
    .home-1 svg {
      width: 392px;
      margin: 0 auto 20px;
      position: relative;
      left: -12px; }
    .home-1 h2 {
      font-size: 34px;
      font-size: 2.125rem; }
  .home-2 {
    position: relative; }
    .home-2 article {
      position: relative; }
    .home-2 .content-area {
      display: inline-block;
      width: 528px; }
    .home-2 .hexagon {
      left: 677px;
      margin: 0;
      position: absolute;
      top: -308px;
      width: 377px; }
      .home-2 .hexagon li {
        margin: 0;
        width: 210px; }
        .home-2 .hexagon li div {
          padding-left: 0;
          padding-right: 0; }
          .home-2 .hexagon li div p {
            font-size: 18px;
            font-size: 1.125rem; }
            .home-2 .hexagon li div p strong {
              font-size: 21px;
              font-size: 1.3125rem; }
        .home-2 .hexagon li:nth-child(2) {
          left: -109px;
          position: absolute;
          top: 190px; }
        .home-2 .hexagon li:nth-child(3) {
          left: 109px;
          position: absolute;
          top: 190px; }
        .home-2 .hexagon li.hex2 div {
          font-size: 21px;
          font-size: 1.3125rem; }
      .home-2 .hexagon.animate-pop li.hex1 div {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .home-2 .hexagon.animate-pop li.hex1 div p {
          opacity: 1;
          -webkit-transition: opacity .5s linear .5s;
          transition: opacity .5s linear .5s; }
      .home-2 .hexagon.animate-pop li.hex2 div {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, opacity 0.5s;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s; }
        .home-2 .hexagon.animate-pop li.hex2 div p {
          opacity: 1;
          -webkit-transition: opacity .5s linear 1s;
          transition: opacity .5s linear 1s; }
      .home-2 .hexagon.animate-pop li.hex3 div {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
        transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s, opacity 0.5s;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s; }
        .home-2 .hexagon.animate-pop li.hex3 div p {
          opacity: 1;
          -webkit-transition: opacity .5s linear 1.5s;
          transition: opacity .5s linear 1.5s; }
    .home-2 .form-container {
      border: 4px solid #c1d0e4;
      padding: 80px 49px 0;
      margin-top: 10px; }
      .home-2 .form-container .form-trigger {
        line-height: 36px;
        padding: 0 70px 0 50px;
        width: calc(100% + 8px);
        top: -4px;
        left: -4px; }
        .home-2 .form-container .form-trigger:hover {
          background-color: #004fab; }
        .home-2 .form-container .form-trigger:before {
          background-size: 46px;
          height: 46px;
          right: 23px;
          top: 21px;
          width: 46px; }
      .home-2 .form-container .right-space {
        padding-right: 100px; }
      .home-2 .form-container .button.form-button {
        display: inline-block;
        margin: 1em 0; }
        .home-2 .form-container .button.form-button:hover {
          background-color: #1f5fac; }
  /* ++++++++++++ HOME PAGE END ++++++++++++ */
  /* ++++++++++++ TERMS AND PRIVACY STYLES START ++++++++++++ */
  .terms-1 .logo-box,
  .privacy-1 .logo-box {
    text-align: center; }
  .terms-1 img,
  .terms-1 svg,
  .privacy-1 img,
  .privacy-1 svg {
    width: 373px;
    margin: 59px auto 20px; }
  .terms-1 .backButton,
  .privacy-1 .backButton {
    line-height: 48px;
    font-size: 21px;
    font-size: 1.3125rem;
    width: 150px;
    height: 48px;
    border-radius: 8px;
    margin: 2em 0; }
    .terms-1 .backButton:before,
    .privacy-1 .backButton:before {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 11px solid #fff;
      top: 20px;
      left: 37px; }
    .terms-1 .backButton:hover,
    .privacy-1 .backButton:hover {
      background-color: #004fab; }
  .contact .terms-1 ul, .contact
  .privacy-1 ul {
    margin-left: 65px; }
  /* ++++++++++++ TERMS AND PRIVACY PAGE END ++++++++++++ */
  /* ++++++++++++ FORM STYLES START ++++++++++++ */
  .input-324 {
    width: 324px;
    display: block; }
    .input-324 + .text-right {
      text-align: left; }
  .input-310 {
    width: 310px; }
  .input-210 {
    width: 210px;
    margin-left: 11px; }
  .input-132 {
    width: 132px;
    margin-left: 11px; }
  .input-674 {
    width: 674px; }
    .input-674 .text-right {
      position: absolute;
      top: 10px;
      right: -170px; }
  label.input-324.opt span, label.input-674.opt span, label.input-310.opt span, label.input-132.opt span {
    top: 0; }
    label.input-324.opt span.error-msg, label.input-674.opt span.error-msg, label.input-310.opt span.error-msg, label.input-132.opt span.error-msg {
      top: 58px !important; }
  label.input-324.opt input[type='text']:focus + span,
  label.input-324.opt input[type='email']:focus + span,
  label.input-324.opt input[type='phone']:focus + span, label.input-674.opt input[type='text']:focus + span,
  label.input-674.opt input[type='email']:focus + span,
  label.input-674.opt input[type='phone']:focus + span, label.input-310.opt input[type='text']:focus + span,
  label.input-310.opt input[type='email']:focus + span,
  label.input-310.opt input[type='phone']:focus + span, label.input-132.opt input[type='text']:focus + span,
  label.input-132.opt input[type='email']:focus + span,
  label.input-132.opt input[type='phone']:focus + span {
    font-size: 16px;
    top: -38px; }
  .optional {
    position: absolute;
    top: 10px;
    right: -91px; }
  /* ++++++++++++ FORM STYLES END ++++++++++++ */
  /* ++++++++++++ ISI START ++++++++++++ */
  #isi h2 {
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: none; }
  #isi-fixed {
    -webkit-box-shadow: -1.251px -7.902px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: -1.251px -7.902px 4px 0px rgba(0, 0, 0, 0.3);
    max-height: 111px; }
    #isi-fixed .tray-only {
      display: inline; }
      #isi-fixed .tray-only.mobile-only {
        display: none; }
    #isi-fixed article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #isi-fixed article div {
        width: 50%; }
    #isi-fixed .fixed-isi-content h2 {
      padding-right: 10px; }
    #isi-fixed .fixed-indication-content {
      display: block;
      padding-right: 50px; }
  /* ++++++++++++ ISI END ++++++++++++ */
  /* ++++++++++++ OVERLAY START ++++++++++++ */
  .modal {
    width: 1000px;
    max-width: 600px;
    margin: 0;
    padding: 0 40px 40px; }
    .modal h3 {
      margin: 60px 0 .25em 0; }
    .modal .close {
      display: inline-block;
      background-color: transparent;
      color: #215eaa;
      position: absolute;
      top: 20px;
      right: 22px;
      line-height: 19px;
      border: 0;
      outline: 0;
      cursor: pointer;
      text-transform: uppercase; }
  /* ++++++++++++ OVERLAY END ++++++++++++ */
  /* ++++++++++++ VIEW SPECIFIC CLASSES START ++++++++++++ */
  .desktop-only {
    display: inline; }
  .desktop-only-block {
    display: block; }
  .mobile-only {
    display: none; }
  /* ++++++++++++ VIEW SPECIFIC CLASSES END ++++++++++++ */ }

/*! Helper classes */
/*
 * Image replacement
 */
.ir {
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `cf` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
section:before, footer:before, #isi-fixed article:before, .cf:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

section:after, footer:after, #isi-fixed article:after, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }

/*
 * Prevent text from breaking over two lines.
 */
.nobr {
  white-space: nowrap; }

/*
 * Float rules
 */
.left {
  float: left; }

.right {
  float: right; }

.text-right {
  text-align: right; }

/* 
* positioning rules
*/
.relative {
  position: relative; }

/*# sourceMappingURL=main.css.map */
