/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=693afb5a-c32a-4781-b3a6-f4d86235027c");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* 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 {
  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: not-allowed; }

/**
 * 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"] {
  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 */
  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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Casper", "Avenir Next W01", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

@font-face {
  font-family: "Avenir Next W01_n1";
  src: url("/fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix");
  src: url("/fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix") format("eot"), url("/fonts/2e3f5cb9-101f-46cf-a7b3-dfaa58261e03.woff2") format("woff2"), url("/fonts/fa19948e-5e38-4909-b31e-41acd170d6f2.woff") format("woff"), url("/fonts/6de0ce4d-9278-467b-b96f-c1f5f0a4c375.ttf") format("truetype"), url("/fonts/9fd4ea0c-b19a-4b21-9fdf-37045707dd78.svg#9fd4ea0c-b19a-4b21-9fdf-37045707dd78") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n3";
  src: url("/fonts/42c793cf-df5a-4e07-bf3e-37de54df02b6.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/42c793cf-df5a-4e07-bf3e-37de54df02b6.eot?#iefix");
  src: url("/fonts/42c793cf-df5a-4e07-bf3e-37de54df02b6.eot?#iefix") format("eot"), url("/fonts/64779e28-a3b8-4364-949c-771372a0a327.woff2") format("woff2"), url("/fonts/c6c8e4be-17eb-4475-bbfc-bb485ffde766.woff") format("woff"), url("/fonts/87a872d0-5af3-4231-a77c-37f41ec74662.ttf") format("truetype"), url("/fonts/91464696-717b-4eaa-adbd-0dfc5e5fd782.svg#91464696-717b-4eaa-adbd-0dfc5e5fd782") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n4";
  src: url("/fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix");
  src: url("/fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"), url("/fonts/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"), url("/fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"), url("/fonts/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype"), url("/fonts/869dc33b-3685-4d74-a51c-82b435579093.svg#869dc33b-3685-4d74-a51c-82b435579093") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n5";
  src: url("/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("/fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n6";
  src: url("/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"), url("/fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n7";
  src: url("/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("/fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("/fonts/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n8";
  src: url("/fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
  src: url("/fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"), url("/fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), url("/fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"), url("/fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype"), url("/fonts/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next W01_n9";
  src: url("/fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Avenir Next W01";
  src: url("/fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix");
  src: url("/fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix") format("eot"), url("/fonts/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2") format("woff2"), url("/fonts/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff") format("woff"), url("/fonts/045d1654-97f2-4ff0-9d24-21ba9dfee219.ttf") format("truetype"), url("/fonts/3c111f4f-c9f7-45d4-b35f-4f4ed018842f.svg#3c111f4f-c9f7-45d4-b35f-4f4ed018842f") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Casper";
  src: url("/fonts/Casper_R.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Casper";
  src: url("/fonts/Casper_B.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem; }

img.svg {
  width: 100%; }

svg {
  width: 100%; }

a {
  color: #898989;
  text-decoration: none; }
  a:hover {
    color: #0a0a0a; }

nav {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  padding-top: 0;
  padding-bottom: 0; }
  nav .title-bar {
    background: #fefefe;
    color: #0a0a0a;
    padding: 0.5rem; }
    nav .title-bar::before, nav .title-bar::after {
      content: ' ';
      display: table; }
    nav .title-bar::after {
      clear: both; }
    nav .title-bar .menu-icon {
      margin-left: 0.25rem;
      margin-right: 0.5rem; }
  nav .title-bar-left {
    float: left; }
  nav .title-bar-right {
    float: right;
    text-align: right; }
  nav .title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block; }
  nav .menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px; }
    nav .menu-icon.dark::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background: #0a0a0a;
      top: 0;
      left: 0;
      box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
    nav .menu-icon.dark:hover::after {
      background: #898989;
      box-shadow: 0 7px 0 #898989, 0 14px 0 #898989; }
  nav::before, nav::after {
    content: ' ';
    display: table; }
  nav::after {
    clear: both; }
  nav .sticky-container {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 99; }
    nav .sticky-container > .container {
      max-width: none;
      margin-left: auto;
      margin-right: auto;
      background-color: #fefefe;
      transition: padding 0.1s linear; }
      nav .sticky-container > .container::before, nav .sticky-container > .container::after {
        content: ' ';
        display: table; }
      nav .sticky-container > .container::after {
        clear: both; }
      @media screen and (min-width: 40em) {
        nav .sticky-container > .container {
          padding-top: 0.5625rem;
          padding-bottom: 0.5625rem; } }
      @media screen and (min-width: 64em) {
        nav .sticky-container > .container {
          padding-top: 1.125rem;
          padding-bottom: 1.125rem; } }
      nav .sticky-container > .container .title-bar {
        width: 83.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-left: 8.33333%; }
        @media screen and (min-width: 40em) {
          nav .sticky-container > .container .title-bar {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        nav .sticky-container > .container .title-bar:last-child:not(:first-child) {
          float: right; }
    nav .sticky-container.is-stuck > .container {
      padding-top: 0;
      padding-bottom: 0; }
  @media screen and (min-width: 64em) {
    nav {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  nav .title-bar-title img {
    width: 6.25rem;
    padding-top: 6px; }
    @media screen and (min-width: 40em) {
      nav .title-bar-title img {
        width: 6.875rem;
        padding-top: 0px; } }
    @media screen and (min-width: 64em) {
      nav .title-bar-title img {
        width: 9.375rem; } }
  nav .title-bar {
    padding-left: 0;
    padding-right: 0; }
  nav .title-bar-right {
    width: auto !important; }
  nav ul {
    padding-left: 0; }
    @media screen and (min-width: 40em) {
      nav ul {
        padding-left: inherit; } }
    @media screen and (min-width: 40em) {
      nav ul > li {
        font-size: 0.875rem; } }
    @media screen and (min-width: 64em) {
      nav ul > li {
        font-size: 1rem; } }
    nav ul > li a.active {
      color: #007eaf; }
    @media screen and (min-width: 64em) {
      nav ul > li.how-it-works-link, nav ul > li.health-system-benefits-links, nav ul > li.clinical-study-link {
        display: table-cell; } }
    nav ul > li.user-accounts-link {
      display: none; }
      @media screen and (min-width: 64em) {
        nav ul > li.user-accounts-link {
          display: table-cell; } }
  @media screen and (min-width: 64em) {
    nav .mobile-menu {
      display: none; } }
  nav .mobile-menu .user-accounts-link {
    margin-top: 1.125rem;
    text-align: center;
    background-color: #898989;
    color: #fefefe; }
  nav .standard-menu {
    display: none; }
    @media screen and (min-width: 40em) {
      nav .standard-menu {
        display: inherit; } }

footer {
  background-color: #e6e6e6;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  z-index: 99;
  font-size: 1rem;
  clear: both;
  max-width: none;
  margin-left: auto;
  margin-right: auto; }
  footer::before, footer::after {
    content: ' ';
    display: table; }
  footer::after {
    clear: both; }
  footer > .outer-container {
    max-width: 85.375rem;
    margin-left: auto;
    margin-right: auto; }
    footer > .outer-container::before, footer > .outer-container::after {
      content: ' ';
      display: table; }
    footer > .outer-container::after {
      clear: both; }
    footer > .outer-container > .inner-container {
      width: 83.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-left: 8.33333%; }
      @media screen and (min-width: 40em) {
        footer > .outer-container > .inner-container {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      footer > .outer-container > .inner-container:last-child:not(:first-child) {
        float: right; }
      footer > .outer-container > .inner-container .links {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        text-align: center; }
        @media screen and (min-width: 40em) {
          footer > .outer-container > .inner-container .links {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        footer > .outer-container > .inner-container .links:last-child:not(:first-child) {
          float: right; }
        @media screen and (min-width: 40em) {
          footer > .outer-container > .inner-container .links {
            width: 66.66667%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
            text-align: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    footer > .outer-container > .inner-container .links {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 40em) {
            footer > .outer-container > .inner-container .links:last-child:not(:first-child) {
              float: right; } }
        @media screen and (min-width: 64em) {
          footer > .outer-container > .inner-container .links {
            width: 66.66667%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    footer > .outer-container > .inner-container .links {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 64em) {
            footer > .outer-container > .inner-container .links:last-child:not(:first-child) {
              float: right; } }
        footer > .outer-container > .inner-container .links ul {
          margin: 0;
          list-style-type: none;
          padding-left: 0; }
          footer > .outer-container > .inner-container .links ul > li {
            display: table-cell;
            vertical-align: middle; }
            [data-whatinput='mouse'] footer > .outer-container > .inner-container .links ul > li {
              outline: 0; }
          footer > .outer-container > .inner-container .links ul > li > a {
            display: block;
            padding: 0.7rem 1rem;
            line-height: 1; }
          footer > .outer-container > .inner-container .links ul input,
          footer > .outer-container > .inner-container .links ul a,
          footer > .outer-container > .inner-container .links ul button {
            margin-bottom: 0; }
          footer > .outer-container > .inner-container .links ul > li {
            display: table-cell; }
          @media screen and (max-width: 39.9375em) {
            footer > .outer-container > .inner-container .links ul {
              font-size: 14px;
              width: 100%;
              display: table;
              table-layout: fixed; } }
          @media screen and (min-width: 40em) {
            footer > .outer-container > .inner-container .links ul {
              font-size: 1.25rem; } }
          @media screen and (min-width: 40em) {
            footer > .outer-container > .inner-container .links ul li:first-child a {
              padding-left: 0; } }
      footer > .outer-container > .inner-container .contact-button-container {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-bottom: 2rem; }
        @media screen and (min-width: 40em) {
          footer > .outer-container > .inner-container .contact-button-container {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        footer > .outer-container > .inner-container .contact-button-container:last-child:not(:first-child) {
          float: right; }
        @media screen and (min-width: 40em) {
          footer > .outer-container > .inner-container .contact-button-container {
            width: 33.33333%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
            margin-bottom: 0;
            float: right !important; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    footer > .outer-container > .inner-container .contact-button-container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 40em) {
            footer > .outer-container > .inner-container .contact-button-container:last-child:not(:first-child) {
              float: right; } }
        @media screen and (min-width: 64em) {
          footer > .outer-container > .inner-container .contact-button-container {
            width: 33.33333%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    footer > .outer-container > .inner-container .contact-button-container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 64em) {
            footer > .outer-container > .inner-container .contact-button-container:last-child:not(:first-child) {
              float: right; } }
        footer > .outer-container > .inner-container .contact-button-container button {
          display: inline-block;
          text-align: center;
          line-height: 1;
          cursor: pointer;
          -webkit-appearance: none;
          transition: background-color 0.25s ease-out, color 0.25s ease-out;
          vertical-align: middle;
          border: 1px solid transparent;
          border-radius: 0;
          padding: 0.85em 1em;
          margin: 0 0 1rem 0;
          font-size: 0.9rem;
          background-color: #fefefe;
          color: #0a0a0a;
          font-size: 1.25rem;
          display: block;
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0; }
          [data-whatinput='mouse'] footer > .outer-container > .inner-container .contact-button-container button {
            outline: 0; }
          footer > .outer-container > .inner-container .contact-button-container button:hover, footer > .outer-container > .inner-container .contact-button-container button:focus {
            background-color: #898989;
            color: #0a0a0a; }
      footer > .outer-container > .inner-container .copyright {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        color: #898989;
        text-align: center;
        font-size: 12px;
        margin-top: 1.125rem; }
        @media screen and (min-width: 40em) {
          footer > .outer-container > .inner-container .copyright {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        footer > .outer-container > .inner-container .copyright:last-child:not(:first-child) {
          float: right; }
        @media screen and (min-width: 40em) {
          footer > .outer-container > .inner-container .copyright {
            text-align: left;
            font-size: 1rem;
            margin-top: 1.125rem; } }
  footer .sticky-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #fefefe;
    border-top: 2px #e6e6e6 solid;
    width: 100%; }
    footer .sticky-footer button {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.85em 1em;
      margin: 0 0 1rem 0;
      font-size: 0.9rem;
      background-color: #007eaf;
      color: #fefefe;
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      font-size: 1rem; }
      [data-whatinput='mouse'] footer .sticky-footer button {
        outline: 0; }
      footer .sticky-footer button:hover, footer .sticky-footer button:focus {
        background-color: #006b95;
        color: #fefefe; }
      @media screen and (min-width: 40em) {
        footer .sticky-footer button {
          font-size: 1.25rem; } }
    footer .sticky-footer .menu {
      text-align: center;
      padding-left: 0;
      font-size: 12px; }
      @media screen and (min-width: 40em) {
        footer .sticky-footer .menu {
          font-size: 1rem; } }
      footer .sticky-footer .menu li {
        padding-top: 5px;
        padding-bottom: 5px; }
        footer .sticky-footer .menu li a.active {
          color: #007eaf; }
    @media screen and (min-width: 40em) {
      footer .sticky-footer {
        display: none; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #007eaf;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #006b95;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #007eaf;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #00658c;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #007eaf;
    color: #007eaf; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #003f58;
      color: #003f58; }
    .button.hollow.primary {
      border: 1px solid #007eaf;
      color: #007eaf; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #003f58;
        color: #003f58; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

button {
  font-weight: bold; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #898989;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28137, 137, 137%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

form label {
  margin-bottom: 1.125rem; }
  form label.error {
    color: #ec5840; }

.contact-form h1 {
  font-weight: normal;
  color: #007eaf;
  text-align: center; }
.contact-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #007eaf;
  color: #fefefe;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  [data-whatinput='mouse'] .contact-form input[type="submit"] {
    outline: 0; }
  .contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus {
    background-color: #006b95;
    color: #fefefe; }
.contact-form .first-name, .contact-form .last-name {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .contact-form .first-name, .contact-form .last-name {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .contact-form .first-name:last-child:not(:first-child), .contact-form .last-name:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .contact-form .first-name, .contact-form .last-name {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: calc(50% - 1px); } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .contact-form .first-name, .contact-form .last-name {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
      .contact-form .first-name:last-child:not(:first-child), .contact-form .last-name:last-child:not(:first-child) {
        float: right; } }
.contact-form .first-name {
  margin-right: 1px; }
.contact-form .last-name {
  margin-left: 1px; }

.mfp-content {
  height: 100%; }
  @media screen and (min-width: 40em) {
    .mfp-content {
      max-width: 640px !important; } }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.generic {
  width: 83.33333%;
  float: left;
  margin-left: 8.33333%;
  clear: both; }
  .generic:last-child:not(:first-child) {
    float: right; }
  .generic h1 {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: #007eaf;
    font-size: 2rem;
    font-weight: bold; }
    @media screen and (min-width: 40em) {
      .generic h1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .generic h1:last-child:not(:first-child) {
      float: right; }

.home {
  font-size: 1rem;
  text-align: center; }
  .home > div {
    width: 100%; }
    .home > div > .outer-container {
      max-width: 85.375rem;
      margin-left: auto;
      margin-right: auto;
      height: 100%; }
      .home > div > .outer-container::before, .home > div > .outer-container::after {
        content: ' ';
        display: table; }
      .home > div > .outer-container::after {
        clear: both; }
      .home > div > .outer-container > .inner-container {
        width: 83.33333%;
        float: left;
        margin-left: 8.33333%; }
        .home > div > .outer-container > .inner-container:last-child:not(:first-child) {
          float: right; }
    .home > div > .outer-half-container {
      width: 100%; }
      @media screen and (min-width: 64em) {
        .home > div > .outer-half-container {
          width: 50%;
          float: left; } }
      .home > div > .outer-half-container > .inner-container {
        max-width: 85.375rem;
        margin-left: auto;
        margin-right: auto; }
        .home > div > .outer-half-container > .inner-container::before, .home > div > .outer-half-container > .inner-container::after {
          content: ' ';
          display: table; }
        .home > div > .outer-half-container > .inner-container::after {
          clear: both; }
        @media screen and (min-width: 64em) {
          .home > div > .outer-half-container > .inner-container {
            max-width: 42.6875rem;
            margin-left: auto;
            margin-right: auto; }
            .home > div > .outer-half-container > .inner-container::before, .home > div > .outer-half-container > .inner-container::after {
              content: ' ';
              display: table; }
            .home > div > .outer-half-container > .inner-container::after {
              clear: both; } }
        .home > div > .outer-half-container > .inner-container.left {
          margin-right: 0; }
          .home > div > .outer-half-container > .inner-container.left > .info {
            width: 83.33333%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
            margin-left: 8.33333%; }
            @media screen and (min-width: 40em) {
              .home > div > .outer-half-container > .inner-container.left > .info {
                padding-left: 0.625rem;
                padding-right: 0.625rem; } }
            .home > div > .outer-half-container > .inner-container.left > .info:last-child:not(:first-child) {
              float: right; }
            @media screen and (min-width: 64em) {
              .home > div > .outer-half-container > .inner-container.left > .info {
                width: 83.33333%;
                float: left;
                padding-left: 0.625rem;
                padding-right: 0.625rem;
                margin-left: 16.66667%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home > div > .outer-half-container > .inner-container.left > .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
            @media screen and (min-width: 64em) {
                .home > div > .outer-half-container > .inner-container.left > .info:last-child:not(:first-child) {
                  float: right; } }
        .home > div > .outer-half-container > .inner-container.right {
          margin-left: 0; }
          .home > div > .outer-half-container > .inner-container.right > .info {
            width: 83.33333%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
            margin-left: 8.33333%; }
            @media screen and (min-width: 40em) {
              .home > div > .outer-half-container > .inner-container.right > .info {
                padding-left: 0.625rem;
                padding-right: 0.625rem; } }
            .home > div > .outer-half-container > .inner-container.right > .info:last-child:not(:first-child) {
              float: right; }
            @media screen and (min-width: 64em) {
              .home > div > .outer-half-container > .inner-container.right > .info {
                width: 83.33333%;
                float: left;
                padding-left: 0.625rem;
                padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home > div > .outer-half-container > .inner-container.right > .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
            @media screen and (min-width: 64em) {
                .home > div > .outer-half-container > .inner-container.right > .info:last-child:not(:first-child) {
                  float: right; } }
    .home > div > .image {
      display: none;
      height: 100%;
      background-size: cover; }
      @media screen and (min-width: 64em) {
        .home > div > .image {
          display: inherit;
          width: 50%;
          float: left; } }
  @media screen and (min-width: 64em) {
    .home {
      text-align: left; } }
  .home .intro {
    background-image: url("/images/imaged_patient_flipped.jpg");
    background-position: right;
    background-size: cover;
    text-align: left; }
    @media screen and (min-width: 64em) {
      .home .intro {
        height: 25rem; } }
    .home .intro > .outer-container {
      background-color: rgba(255, 255, 255, 0.8); }
      @media screen and (min-width: 64em) {
        .home .intro > .outer-container {
          background: none;
          opacity: 1; } }
    .home .intro .info {
      font-size: 1.25rem;
      padding-top: 3.75rem;
      padding-bottom: 11.875rem; }
      @media screen and (min-width: 40em) {
        .home .intro .info {
          padding-top: 2rem;
          padding-bottom: 5.9375rem; } }
      @media screen and (min-width: 64em) {
        .home .intro .info {
          width: 50%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          padding-top: 5.9375rem;
          padding-bottom: 5.9375rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .intro .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
      @media screen and (min-width: 64em) {
          .home .intro .info:last-child:not(:first-child) {
            float: right; } }
      .home .intro .info h1 {
        color: #007eaf;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0; }
      .home .intro .info h2 {
        font-size: 1.625rem;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0; }
      .home .intro .info button {
        display: inline-block;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        -webkit-appearance: none;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        vertical-align: middle;
        border: 1px solid transparent;
        border-radius: 0;
        padding: 0.85em 1em;
        margin: 0 0 1rem 0;
        font-size: 0.9rem;
        background-color: #007eaf;
        color: #fefefe;
        display: block;
        font-size: 1.25rem;
        display: none; }
        [data-whatinput='mouse'] .home .intro .info button {
          outline: 0; }
        .home .intro .info button:hover, .home .intro .info button:focus {
          background-color: #006b95;
          color: #fefefe; }
        @media screen and (min-width: 40em) {
          .home .intro .info button {
            width: 18.75rem;
            margin-top: 2rem;
            display: block; } }
        @media screen and (min-width: 64em) {
          .home .intro .info button {
            margin-left: 0;
            margin-right: 0;
            width: 23.125rem; } }
      .home .intro .info form {
        width: 100%; }
        @media screen and (min-width: 40em) {
          .home .intro .info form {
            width: 25rem;
            margin: auto; } }
        @media screen and (min-width: 64em) {
          .home .intro .info form {
            margin: 0; } }
        .home .intro .info form input {
          height: 3.375rem;
          width: 100%;
          padding-left: 1.125rem;
          margin-bottom: 1.125rem;
          display: block; }
          @media screen and (min-width: 40em) {
            .home .intro .info form input {
              width: 25rem; } }
  .home .quote {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #898989; }
    @media screen and (min-width: 64em) {
      .home .quote {
        padding-bottom: 5.9375rem; } }
    .home .quote .body {
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 1.125rem;
      margin-bottom: 0.375rem; }
    .home .quote .caption {
      text-align: center;
      font-size: 1rem;
      padding-bottom: 2rem;
      border-bottom: 1px #e6e6e6 solid; }
  .home .difference {
    padding-bottom: 2rem; }
    .home .difference .images {
      max-width: 85.375rem;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-top: 2rem; }
      .home .difference .images::before, .home .difference .images::after {
        content: ' ';
        display: table; }
      .home .difference .images::after {
        clear: both; }
      @media screen and (min-width: 40em) {
        .home .difference .images {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .home .difference .images:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 64em) {
        .home .difference .images {
          width: 58.33333%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .difference .images {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
      @media screen and (min-width: 64em) {
          .home .difference .images:last-child:not(:first-child) {
            float: right; } }
      .home .difference .images .image {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        text-align: center; }
        @media screen and (min-width: 40em) {
          .home .difference .images .image {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        .home .difference .images .image:last-child:not(:first-child) {
          float: right; }
        @media screen and (min-width: 40em) {
          .home .difference .images .image {
            width: 33.33333%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .home .difference .images .image {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 40em) {
            .home .difference .images .image:last-child:not(:first-child) {
              float: right; } }
        .home .difference .images .image h3 {
          font-size: 100%; }
        .home .difference .images .image .image-container img {
          width: 9.375rem;
          border-radius: 50%;
          margin: auto; }
        .home .difference .images .image .caption p {
          color: #898989; }
    .home .difference .info {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 2rem; }
      @media screen and (min-width: 40em) {
        .home .difference .info {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .home .difference .info:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 64em) {
        .home .difference .info {
          width: 41.66667%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .difference .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
      @media screen and (min-width: 64em) {
          .home .difference .info:last-child:not(:first-child) {
            float: right; } }
      .home .difference .info h1 {
        color: #007eaf;
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 0; }
      .home .difference .info h2 {
        font-size: 1.625rem;
        margin-top: 0; }
      @media screen and (min-width: 64em) {
        .home .difference .info.mobile {
          display: none; } }
      .home .difference .info.standard {
        display: none; }
        @media screen and (min-width: 64em) {
          .home .difference .info.standard {
            display: inherit;
            padding-left: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .home .difference {
        padding-bottom: 5.9375rem; } }
  .home .time-saving {
    background-color: #007eaf; }
    @media screen and (min-width: 64em) {
      .home .time-saving {
        height: 45.9375rem; } }
    .home .time-saving .info {
      color: #fefefe;
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
      @media screen and (min-width: 64em) {
        .home .time-saving .info {
          padding-top: 5.9375rem;
          padding-bottom: 5.9375rem; } }
      .home .time-saving .info h1 {
        font-size: 1.625rem;
        margin-top: 0; }
      .home .time-saving .info .statistic {
        overflow: auto; }
        .home .time-saving .info .statistic .graphic {
          width: 12.5rem;
          margin: auto; }
          @media screen and (min-width: 40em) {
            .home .time-saving .info .statistic .graphic {
              margin-left: -1.5625rem;
              float: left; } }
        .home .time-saving .info .statistic .caption {
          margin: auto; }
          @media screen and (min-width: 40em) {
            .home .time-saving .info .statistic .caption {
              width: 50%;
              float: left;
              padding-top: 4.25rem; } }
    .home .time-saving .image {
      background-image: url("/images/waiting_room.jpg");
      background-position: right; }
  .home .how-it-works {
    text-align: center;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
    @media screen and (min-width: 64em) {
      .home .how-it-works {
        padding-top: 5.9375rem;
        padding-bottom: 5.9375rem; } }
    .home .how-it-works h1 {
      margin-top: 0;
      font-size: 1.625rem; }
    .home .how-it-works h2 {
      font-size: 100%;
      font-weight: normal; }
    .home .how-it-works .workflow-steps {
      max-width: 85.375rem;
      margin-left: auto;
      margin-right: auto; }
      .home .how-it-works .workflow-steps::before, .home .how-it-works .workflow-steps::after {
        content: ' ';
        display: table; }
      .home .how-it-works .workflow-steps::after {
        clear: both; }
      .home .how-it-works .workflow-steps .step {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
        @media screen and (min-width: 40em) {
          .home .how-it-works .workflow-steps .step {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        .home .how-it-works .workflow-steps .step:last-child:not(:first-child) {
          float: right; }
        @media screen and (min-width: 40em) {
          .home .how-it-works .workflow-steps .step {
            width: 50%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .home .how-it-works .workflow-steps .step {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 40em) {
            .home .how-it-works .workflow-steps .step:last-child:not(:first-child) {
              float: right; } }
        @media screen and (min-width: 64em) {
          .home .how-it-works .workflow-steps .step {
            width: 20%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .how-it-works .workflow-steps .step {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 64em) {
            .home .how-it-works .workflow-steps .step:last-child:not(:first-child) {
              float: right; } }
        @media screen and (min-width: 40em) {
          .home .how-it-works .workflow-steps .step:last-child:not(:first-child) {
            float: left; } }
        @media screen and (min-width: 64em) {
          .home .how-it-works .workflow-steps .step:last-child:not(:first-child) {
            float: right; } }
        .home .how-it-works .workflow-steps .step .step-number {
          width: 1.875rem;
          margin: auto;
          margin-bottom: 0;
          margin-top: 3.75rem;
          display: none; }
          @media screen and (min-width: 40em) {
            .home .how-it-works .workflow-steps .step .step-number {
              display: inherit; } }
          @media screen and (min-width: 64em) {
            .home .how-it-works .workflow-steps .step .step-number {
              display: none; } }
        .home .how-it-works .workflow-steps .step .graphic {
          width: 12.5rem;
          margin: auto; }
        .home .how-it-works .workflow-steps .step .caption {
          color: #007eaf; }
          @media screen and (min-width: 40em) {
            .home .how-it-works .workflow-steps .step .caption {
              height: 3rem; } }
          @media screen and (min-width: 64em) {
            .home .how-it-works .workflow-steps .step .caption {
              height: auto; } }
  .home .health-system-benefits {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-color: #e6e6e6; }
    @media screen and (min-width: 64em) {
      .home .health-system-benefits {
        padding-top: 5.9375rem;
        padding-bottom: 5.9375rem; } }
    .home .health-system-benefits h1 {
      color: #007eaf;
      font-size: 1.25rem;
      margin-bottom: 0; }
    .home .health-system-benefits h2 {
      color: #0a0a0a;
      font-size: 1.625rem;
      margin-top: 0; }
    .home .health-system-benefits .statistics {
      max-width: 85.375rem;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      float: left;
      color: #007eaf; }
      .home .health-system-benefits .statistics::before, .home .health-system-benefits .statistics::after {
        content: ' ';
        display: table; }
      .home .health-system-benefits .statistics::after {
        clear: both; }
      .home .health-system-benefits .statistics:last-child:not(:first-child) {
        float: right; }
      .home .health-system-benefits .statistics .statistic {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
        @media screen and (min-width: 40em) {
          .home .health-system-benefits .statistics .statistic {
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
        .home .health-system-benefits .statistics .statistic:last-child:not(:first-child) {
          float: right; }
        @media screen and (min-width: 40em) {
          .home .health-system-benefits .statistics .statistic {
            width: 50%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .home .health-system-benefits .statistics .statistic {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 40em) {
            .home .health-system-benefits .statistics .statistic:last-child:not(:first-child) {
              float: right; } }
        @media screen and (min-width: 64em) {
          .home .health-system-benefits .statistics .statistic {
            width: 25%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .health-system-benefits .statistics .statistic {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
        @media screen and (min-width: 64em) {
            .home .health-system-benefits .statistics .statistic:last-child:not(:first-child) {
              float: right; } }
        .home .health-system-benefits .statistics .statistic .graphic {
          margin: auto;
          width: 10rem; }
          @media screen and (min-width: 40em) {
            .home .health-system-benefits .statistics .statistic .graphic {
              width: 12.5rem; } }
        .home .health-system-benefits .statistics .statistic .caption {
          width: 100%;
          text-align: center;
          font-size: 1.25rem;
          margin: auto; }
          @media screen and (min-width: 40em) {
            .home .health-system-benefits .statistics .statistic .caption {
              height: 3.75rem; } }
  .home .provider-benefits-intro {
    background-image: url("/images/triage_station_inverted.jpg");
    background-position: left;
    background-size: cover;
    height: 25rem; }
    @media screen and (min-width: 40em) {
      .home .provider-benefits-intro {
        height: 37.5rem; } }
    @media screen and (min-width: 64em) {
      .home .provider-benefits-intro {
        display: none; } }
  @media screen and (min-width: 64em) {
    .home .provider-benefits {
      height: 44.375rem; } }
  .home .provider-benefits .image {
    background-image: url("/images/triage_station_inverted.jpg");
    background-position: left; }
  .home .provider-benefits .info {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
    @media screen and (min-width: 64em) {
      .home .provider-benefits .info {
        padding-top: 5.9375rem;
        padding-bottom: 5.9375rem; } }
    .home .provider-benefits .info h1 {
      font-size: 1.625rem;
      margin-top: 3.75rem; }
      @media screen and (min-width: 40em) {
        .home .provider-benefits .info h1 {
          margin-top: inherit; } }
      .home .provider-benefits .info h1:first-child {
        margin-top: inherit; }
    .home .provider-benefits .info ul {
      list-style: none;
      padding-left: 0; }
      .home .provider-benefits .info ul li {
        overflow: auto;
        color: #007eaf;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        margin: auto;
        padding-top: 0.5625rem; }
        @media screen and (min-width: 40em) {
          .home .provider-benefits .info ul li {
            text-align: left;
            font-size: 1.25rem;
            width: 420px;
            padding-top: 0; } }
        @media screen and (min-width: 64em) {
          .home .provider-benefits .info ul li {
            margin: inherit; } }
        .home .provider-benefits .info ul li .icon {
          width: 3.125rem;
          float: left;
          display: none; }
          @media screen and (min-width: 40em) {
            .home .provider-benefits .info ul li .icon {
              display: inherit; } }
        .home .provider-benefits .info ul li .item {
          float: left;
          padding-top: 7px;
          width: 100%; }
          @media screen and (min-width: 40em) {
            .home .provider-benefits .info ul li .item {
              width: auto; } }
    @media screen and (min-width: 64em) {
      .home .provider-benefits .info {
        padding-left: 0 !important; } }
    @media screen and (min-width: 90em) {
      .home .provider-benefits .info {
        padding-left: 3.75rem !important; } }
  .home .clinical-study {
    background-color: #007eaf;
    color: #fefefe;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
    @media screen and (min-width: 64em) {
      .home .clinical-study {
        padding-top: 5.9375rem;
        padding-bottom: 5.9375rem; } }
    .home .clinical-study .info {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 2rem; }
      @media screen and (min-width: 40em) {
        .home .clinical-study .info {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .home .clinical-study .info:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 40em) {
        .home .clinical-study .info {
          text-align: left; } }
      @media screen and (min-width: 64em) {
        .home .clinical-study .info {
          width: 41.66667%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .clinical-study .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
      @media screen and (min-width: 64em) {
          .home .clinical-study .info:last-child:not(:first-child) {
            float: right; } }
      .home .clinical-study .info h1 {
        font-size: 1.625rem;
        margin-top: 0;
        margin-bottom: 0; }
    .home .clinical-study .graphics {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .home .clinical-study .graphics {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .home .clinical-study .graphics:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 64em) {
        .home .clinical-study .graphics {
          width: 58.33333%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .home .clinical-study .graphics {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
      @media screen and (min-width: 64em) {
          .home .clinical-study .graphics:last-child:not(:first-child) {
            float: right; } }
      .home .clinical-study .graphics .graphic {
        text-align: center; }
        .home .clinical-study .graphics .graphic div {
          display: inline-block;
          margin: auto; }
        .home .clinical-study .graphics .graphic .in-person {
          margin-top: 0;
          width: 7.5rem;
          margin-right: -9px; }
          @media screen and (min-width: 40em) {
            .home .clinical-study .graphics .graphic .in-person {
              width: 15.625rem;
              margin-right: -1.125rem; } }
          @media screen and (min-width: 64em) {
            .home .clinical-study .graphics .graphic .in-person {
              margin-left: -2rem; } }
        .home .clinical-study .graphics .graphic .vs {
          margin-top: 0;
          font-size: 100%; }
          @media screen and (min-width: 40em) {
            .home .clinical-study .graphics .graphic .vs {
              margin-top: 6.875rem;
              font-size: 1.625rem; } }
        .home .clinical-study .graphics .graphic .remote {
          margin-top: 0;
          margin-left: -15px;
          width: 7.5rem; }
          @media screen and (min-width: 40em) {
            .home .clinical-study .graphics .graphic .remote {
              margin-left: -20px;
              width: 15.625rem; } }
  .home .try-3derm {
    text-align: center;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
    @media screen and (min-width: 64em) {
      .home .try-3derm {
        padding-top: 5.9375rem;
        padding-bottom: 5.9375rem; } }
    .home .try-3derm h1 {
      font-size: 1.25rem; }
    .home .try-3derm button {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.85em 1em;
      margin: 0 0 1rem 0;
      font-size: 0.9rem;
      background-color: #007eaf;
      color: #fefefe;
      font-size: 1.25rem;
      margin: auto; }
      [data-whatinput='mouse'] .home .try-3derm button {
        outline: 0; }
      .home .try-3derm button:hover, .home .try-3derm button:focus {
        background-color: #006b95;
        color: #fefefe; }
      @media screen and (min-width: 64em) {
        .home .try-3derm button {
          width: 18.75rem; } }

.stay-in-touch {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; }
  .stay-in-touch::before, .stay-in-touch::after {
    content: ' ';
    display: table; }
  .stay-in-touch::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .stay-in-touch {
      margin-top: 2rem; } }
  @media screen and (min-width: 64em) {
    .stay-in-touch {
      margin-top: 5.9375rem; } }
  .stay-in-touch .container {
    width: 83.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 8.33333%; }
    @media screen and (min-width: 40em) {
      .stay-in-touch .container {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .stay-in-touch .container:last-child:not(:first-child) {
      float: right; }

.thank-you {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5.9375rem; }
  .thank-you::before, .thank-you::after {
    content: ' ';
    display: table; }
  .thank-you::after {
    clear: both; }
  .thank-you .container {
    width: 83.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 8.33333%; }
    @media screen and (min-width: 40em) {
      .thank-you .container {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .thank-you .container:last-child:not(:first-child) {
      float: right; }
  .thank-you h1 {
    font-weight: normal;
    color: #007eaf; }

.careers .who-we-are {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .careers .who-we-are {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .careers .who-we-are:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .careers .who-we-are {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .careers .who-we-are {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
      .careers .who-we-are:last-child:not(:first-child) {
        float: right; } }
.careers .corperate-culture {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .careers .corperate-culture {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .careers .corperate-culture:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .careers .corperate-culture {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .careers .corperate-culture {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
      .careers .corperate-culture:last-child:not(:first-child) {
        float: right; } }
.careers .perks {
  margin-top: 2rem;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .careers .perks {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .careers .perks:last-child:not(:first-child) {
    float: right; }
.careers .perk {
  float: left;
  padding: 10px;
  width: 100%;
  height: 100px; }
  @media screen and (min-width: 40em) {
    .careers .perk {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .careers .perk {
      width: 33.333333%; } }
  .careers .perk .icon {
    width: 70px;
    height: 50px;
    float: left;
    text-align: center; }
    .careers .perk .icon img {
      height: 100%; }
  .careers .perk .description {
    padding-left: 10px;
    margin-top: 10px;
    float: left;
    text-wrap: normal;
    width: calc(100% - 70px); }
.careers .positions {
  margin-top: 2rem;
  padding-bottom: 11.875rem;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .careers .positions {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .careers .positions:last-child:not(:first-child) {
    float: right; }
.careers .position {
  cursor: pointer;
  height: 40px;
  background-color: #007eaf;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 10px;
  color: #ffffff;
  display: block; }
  .careers .position .title {
    padding-top: 8px;
    padding-left: 20px;
    float: left; }
  .careers .position .location {
    padding-top: 8px;
    float: right;
    padding-right: 20px; }
  .careers .position:hover {
    background-color: #005b7c; }

.career .title {
  float: left; }
.career .location {
  padding-top: 20px;
  float: right; }
.career .info {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .career .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .career .info:last-child:not(:first-child) {
    float: right; }
  .career .info .header {
    clear: both;
    width: 100%;
    height: 60px; }
  @media screen and (min-width: 40em) {
    .career .info {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-right: 2rem !important;
      padding-bottom: 5.9375rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .career .info {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
      .career .info:last-child:not(:first-child) {
        float: right; } }
.career .form-container {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .career .form-container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .career .form-container:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .career .form-container {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-left: 2rem !important; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .career .form-container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) {
      .career .form-container:last-child:not(:first-child) {
        float: right; } }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #007eaf; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #007eaf transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #007eaf transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #007eaf;
  border-left-style: solid;
  border-right-width: 0; }
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #007eaf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007eaf transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007eaf;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #007eaf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007eaf transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007eaf;
    border-left-style: solid;
    border-right-width: 0; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007eaf transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007eaf;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

html {
  font-size: 100% !important; }
