@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: "PostGrotesk-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-Bold.eot");
  src: url("../fonts/PostGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-Bold.woff2") format("woff2"), url("../fonts/PostGrotesk-Bold.woff") format("woff"), url("../fonts/PostGrotesk-Bold.ttf") format("truetype"), url("../fonts/PostGrotesk-Bold.svgPostGrotesk-Bold") format("svg"); }

@font-face {
  font-family: "PostGrotesk-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-BoldItalic.eot");
  src: url("../fonts/PostGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-BoldItalic.woff") format("woff"), url("../fonts/PostGrotesk-BoldItalic.ttf") format("truetype"), url("../fonts/PostGrotesk-BoldItalic.svgPostGrotesk-BoldItalic") format("svg"); }

@font-face {
  font-family: "PostGrotesk-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-Medium.eot");
  src: url("../fonts/PostGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-Medium.woff2") format("woff2"), url("../fonts/PostGrotesk-Medium.woff") format("woff"), url("../fonts/PostGrotesk-Medium.ttf") format("truetype"), url("../fonts/PostGrotesk-Medium.svgPostGrotesk-Medium") format("svg"); }

@font-face {
  font-family: "PostGrotesk-MediumItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-MediumItalic.eot");
  src: url("../fonts/PostGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-MediumItalic.woff") format("woff"), url("../fonts/PostGrotesk-MediumItalic.ttf") format("truetype"), url("../fonts/PostGrotesk-MediumItalic.svgPostGrotesk-MediumItalic") format("svg"); }

@font-face {
  font-family: "PostGrotesk-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-Book.eot");
  src: url("../fonts/PostGrotesk-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-Book.woff2") format("woff2"), url("../fonts/PostGrotesk-Book.woff") format("woff"), url("../fonts/PostGrotesk-Book.ttf") format("truetype"), url("../fonts/PostGrotesk-Book.svgPostGrotesk-Book") format("svg"); }

@font-face {
  font-family: "PostGrotesk-BookItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-BookItalic.eot");
  src: url("../fonts/PostGrotesk-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-BookItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-BookItalic.woff") format("woff"), url("../fonts/PostGrotesk-BookItalic.ttf") format("truetype"), url("../fonts/PostGrotesk-BookItalic.svgPostGrotesk-BookItalic") format("svg"); }

@font-face {
  font-family: "PostGrotesk-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-Light.eot");
  src: url("../fonts/PostGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-Light.woff2") format("woff2"), url("../fonts/PostGrotesk-Light.woff") format("woff"), url("../fonts/PostGrotesk-Light.ttf") format("truetype"), url("../fonts/PostGrotesk-Light.svgPostGrotesk-Light") format("svg"); }

@font-face {
  font-family: "PostGrotesk-LightItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PostGrotesk-LightItalic.eot");
  src: url("../fonts/PostGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PostGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-LightItalic.woff") format("woff"), url("../fonts/PostGrotesk-LightItalic.ttf") format("truetype"), url("../fonts/PostGrotesk-LightItalic.svgPostGrotesk-LightItalic") format("svg"); }

@font-face {
  font-family: "TiemposHeadline-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/TiemposHeadline-Medium.eot");
  src: url("../fonts/TiemposHeadline-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposHeadline-Medium.woff2") format("woff2"), url("../fonts/TiemposHeadline-Medium.woff") format("woff"); }

h1,
h2,
h3,
h4 {
  font-family: PostGrotesk-Light, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #000; }

h1, .h1 {
  font-size: 7rem;
  line-height: calc(80 / 70);
  letter-spacing: -0.5px; }
  @media screen and (max-width: 879px) {
    h1, .h1 {
      font-size: 5rem; } }

h2, .h2 {
  font-size: 5rem;
  line-height: calc(58 / 50); }
  @media screen and (max-width: 879px) {
    h2, .h2 {
      font-size: 3.8rem; } }

h3, .h3 {
  font-size: 3.8rem;
  margin-bottom: 30px;
  line-height: calc(46 / 38); }
  @media screen and (max-width: 879px) {
    h3, .h3 {
      font-size: 2.6rem;
      margin-bottom: 22px; } }

h4 {
  font-size: 2.6rem;
  margin-bottom: 30px;
  line-height: calc(32 / 26); }
  @media screen and (max-width: 879px) {
    h4 {
      margin-bottom: 22px; } }

h5, .h5 {
  font-size: 2.6rem;
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  color: #231F20; }

h6 a, .h6 a {
  color: #5051DB; }

.label, .basic-page__content .gfield legend,
.basic-page__content .hbspt-form legend,
.page-template-page-contact .gfield legend,
.page-template-page-contact .hbspt-form legend,
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .hbspt-form legend,
.gravity-form-container .gfield legend,
.gravity-form-container .hbspt-form legend {
  font-size: 1.8rem;
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal; }
  @media screen and (max-width: 879px) {
    .label, .basic-page__content .gfield legend,
    .basic-page__content .hbspt-form legend,
    .page-template-page-contact .gfield legend,
    .page-template-page-contact .hbspt-form legend,
    .page-template-page-patient-opt-out .gfield legend,
    .page-template-page-patient-opt-out .hbspt-form legend,
    .gravity-form-container .gfield legend,
    .gravity-form-container .hbspt-form legend {
      font-size: 1.6rem; } }

p {
  font-size: 2rem;
  margin: 0 0 30px 0;
  line-height: calc(28 / 20); }
  @media screen and (max-width: 879px) {
    p {
      font-size: 1.8rem;
      margin-bottom: 22px; } }
  p.large {
    font-size: 2.6rem;
    line-height: calc(34 / 26); }
    @media screen and (max-width: 879px) {
      p.large {
        font-size: 2rem; } }

a {
  text-decoration: none;
  color: currentColor; }

p a {
  border-bottom: 1px solid currentColor;
  transition: border 0.175s ease-in; }
  p a:hover, p a:focus {
    border-bottom-color: transparent; }

strong, b {
  font-size: 1.6rem;
  font-family: PostGrotesk-Medium, sans-serif;
  font-weight: normal; }

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

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

body {
  font-family: PostGrotesk-Light, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: calc(28 / 20);
  margin: 0;
  padding-top: 75px;
  background-color: #fff;
  color: #231F20;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.no-scroll {
  height: 100%;
  overflow: hidden; }

pre {
  font-size: 1.8rem;
  padding: 30px; }

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.flex-center {
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.flex-center-column {
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }

.grid {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 699px) {
    .grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 700px) {
    .grid--reversed > .grid-cell:first-child {
      -ms-flex-order: 2;
          order: 2; }
    .grid--reversed > .grid-cell:last-child {
      -ms-flex-order: 1;
          order: 1; } }

.grid-cell {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%; }
  @media screen and (max-width: 699px) {
    .grid-cell {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  .grid-cell--2of3 {
    -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%; }
    @media screen and (max-width: 699px) {
      .grid-cell--2of3 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .grid-cell--1of2 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    @media screen and (max-width: 699px) {
      .grid-cell--1of2 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .grid-cell--1of4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    @media screen and (max-width: 699px) {
      .grid-cell--1of4 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .grid-cell--5of6 {
    -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%; }
    @media screen and (max-width: 699px) {
      .grid-cell--5of6 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .grid-cell--1of6 {
    -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%; }
    @media screen and (max-width: 699px) {
      .grid-cell--1of6 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.grid--gutters {
  margin: 0 0 0 -30px; }

.grid--gutters > .grid-cell {
  padding: 0 0 0 30px; }

.grid--top {
  -ms-flex-align: start;
      align-items: flex-start; }

.grid--bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.grid--center {
  -ms-flex-align: center;
      align-items: center; }

.grid--baseline {
  -ms-flex-align: end;
      align-items: flex-end; }

.grid--stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.grid--center-horizontal {
  -ms-flex-pack: center;
      justify-content: center; }

.grid--justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.grid--justify-center {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.grid--center-center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.is-hidden {
  display: none; }

.horizontal-link-list {
  padding: 0;
  margin: 0; }
  .horizontal-link-list > li {
    position: relative;
    display: inline-block;
    list-style: none;
    text-align: left; }

.flexbox-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }
  .flexbox-link-list > li {
    padding: 0; }

div[class*="__content"] ul:not(.list-no-style) {
  margin: 0;
  padding: 18px 0 0 0;
  list-style: none; }
  div[class*="__content"] ul:not(.list-no-style) li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    div[class*="__content"] ul:not(.list-no-style) li::before {
      font-size: 1.6rem;
      content: '— ';
      margin-right: 12px;
      font-family: PostGrotesk-Bold, sans-serif;
      line-height: 1.7; }
      @media screen and (max-width: 479px) {
        div[class*="__content"] ul:not(.list-no-style) li::before {
          font-size: 1.4rem;
          margin-right: 12px;
          line-height: 1.5; } }

div[class*="__content"] ol {
  margin: 0;
  padding: 18px 0 0 18px;
  list-style: lower-roman;
  counter-reset: item; }
  div[class*="__content"] ol li {
    margin-bottom: 30px; }
  div[class*="__content"] ol ol {
    margin: 15px 45px; }

.list-no-style {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-no-style::before {
    content: none;
    margin-right: 12px;
    font-family: PostGrotesk-Bold, sans-serif;
    line-height: 1.7; }
    @media screen and (max-width: 479px) {
      .list-no-style::before {
        font-size: 1.4rem;
        margin-right: 12px;
        line-height: 1.5; } }

ul.list--dashes {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 879px) {
    ul.list--dashes {
      font-size: 1.8rem; } }
  ul.list--dashes li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 30px; }
    ul.list--dashes li::before {
      font-size: 1.6rem;
      position: absolute;
      left: 0;
      content: '— ';
      margin-right: 12px;
      font-family: PostGrotesk-Bold, sans-serif;
      line-height: 1.7; }
      @media screen and (max-width: 479px) {
        ul.list--dashes li::before {
          font-size: 1.4rem;
          margin-right: 12px;
          line-height: 1.5; } }
    ul.list--dashes li:last-child {
      margin-bottom: 0; }

.list--checkmarks {
  font-size: 3.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 879px) {
    .list--checkmarks {
      font-size: 2rem; } }
  @media screen and (max-width: 699px) {
    .list--checkmarks {
      font-size: 1.8rem; } }
  .list--checkmarks li {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%;
    margin-bottom: 30px;
    width: 40%; }
    @media screen and (max-width: 879px) {
      .list--checkmarks li {
        width: 44%;
        margin-right: 6%; } }
    @media screen and (max-width: 699px) {
      .list--checkmarks li {
        width: 100%;
        margin-right: 0; } }
    .list--checkmarks li::before {
      content: '';
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ0LjEgKDQxNDU1KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5DaGVjayBDb3B5IDg8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0icHJvZHVjdC0iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJPbmNvQmlsbGluZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0NC4wMDAwMDAsIC0yNjU1LjAwMDAwMCkiIHN0cm9rZT0iIzM4ODdGNiI+CiAgICAgICAgICAgIDxnIGlkPSJDaGVjayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQ0LjAwMDAwMCwgMjY1My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGFnZS0xIiBwb2ludHM9IjE4LjU0MzEyODIgMi4xODUzNDIgNi4xODEwNDI3NCAxNC41NDc0Mjc1IDAgOC4zNjYzODQ3NCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      background-repeat: no-repeat;
      background-position: center;
      width: 20px;
      height: 15px;
      padding: 12px;
      margin-right: 30px;
      line-height: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media screen and (max-width: 879px) {
        .list--checkmarks li::before {
          margin-right: 22.5px; } }
      @media screen and (max-width: 699px) {
        .list--checkmarks li::before {
          width: 18px;
          height: 14px;
          margin-right: 15px;
          padding: 0;
          margin-top: 4px;
          background-size: cover; } }
      .border-green .list--checkmarks li::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMTQiPjxzdHlsZT4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwYWQ4Yn08L3N0eWxlPjx0aXRsZT5DaGVjayBDb3B5IDg8L3RpdGxlPjxnIGlkPSJwcm9kdWN0LSI+PGcgaWQ9Ik9uY29CaWxsaW5nIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjQ0IC0yNjU1KSI+PGcgaWQ9IkNoZWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDQgMjY1MykiPjxwYXRoIGlkPSJQYWdlLTEiIGNsYXNzPSJzdDAiIGQ9Ik0xOC41IDIuMkw2LjIgMTQuNSAwIDguNCIvPjwvZz48L2c+PC9nPjwvc3ZnPg==); }
    .list--checkmarks li:last-child {
      margin-bottom: 0; }

ul.list--columns,
ul.list--3-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  margin-left: -15px; }
  @media screen and (max-width: 699px) {
    ul.list--columns,
    ul.list--3-columns {
      display: block; } }
  ul.list--columns li,
  ul.list--3-columns li {
    margin-bottom: 21px;
    padding-left: 15px; }
    @media screen and (max-width: 699px) {
      ul.list--columns li,
      ul.list--3-columns li {
        margin-bottom: 0; } }

ul.list--3-columns {
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  margin-left: 0; }
  ul.list--3-columns li {
    padding: 0 30px 0 0; }

.title-icon {
  width: 80px;
  height: 80px;
  margin-top: -16px;
  margin-right: 30px; }
  @media screen and (max-width: ml-1px) {
    .title-icon {
      width: 60px;
      height: 60px; } }
  @media screen and (max-width: 879px) {
    .title-icon {
      width: 50px;
      height: 50px;
      margin-top: 0;
      margin-bottom: 15px; } }

img {
  transition: all 0.25s ease-in; }
  img.fit {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'; }
  img.lazyload, img.lazyloading {
    opacity: 0; }
  img.lazyloaded {
    opacity: 1; }
    img.lazyloaded ~ .caption {
      opacity: 1; }

input[type="text"],
input[type="email"] {
  padding: 10px 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.6rem !important; }

.form-item {
  position: relative; }
  .form-item label {
    font-size: 1.6rem; }

fieldset {
  float: none;
  border: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

::-webkit-input-placeholder {
  opacity: 1; }

textarea {
  -webkit-appearance: none;
  border-radius: 0; }

.filter-menu,
.filter-sub-menu,
.filter-menu--positions,
.filter-menu--posts {
  padding: 7.5px 0;
  font-size: 2rem;
  vertical-align: middle; }
  @media screen and (max-width: 879px) {
    .filter-menu,
    .filter-sub-menu,
    .filter-menu--positions,
    .filter-menu--posts {
      font-size: 1.8rem; } }
  @media screen and (max-width: 699px) {
    .filter-menu,
    .filter-sub-menu,
    .filter-menu--positions,
    .filter-menu--posts {
      display: none; } }
  .filter-menu a,
  .filter-sub-menu a,
  .filter-menu--positions a,
  .filter-menu--posts a {
    color: rgba(80, 81, 219, 0.73); }
    .filter-menu a span:first-child,
    .filter-sub-menu a span:first-child,
    .filter-menu--positions a span:first-child,
    .filter-menu--posts a span:first-child {
      border-bottom: 1px solid transparent;
      transition: border 0.175s ease-in-out; }
    .filter-menu a:hover, .filter-menu a.current-menu-item,
    .filter-sub-menu a:hover,
    .filter-sub-menu a.current-menu-item,
    .filter-menu--positions a:hover,
    .filter-menu--positions a.current-menu-item,
    .filter-menu--posts a:hover,
    .filter-menu--posts a.current-menu-item {
      color: #5051DB; }
      .filter-menu a:hover span:first-child, .filter-menu a.current-menu-item span:first-child,
      .filter-sub-menu a:hover span:first-child,
      .filter-sub-menu a.current-menu-item span:first-child,
      .filter-menu--positions a:hover span:first-child,
      .filter-menu--positions a.current-menu-item span:first-child,
      .filter-menu--posts a:hover span:first-child,
      .filter-menu--posts a.current-menu-item span:first-child {
        border-bottom-color: currentColor; }
  .filter-menu svg,
  .filter-sub-menu svg,
  .filter-menu--positions svg,
  .filter-menu--posts svg {
    fill: #5051DB;
    display: inline-block;
    vertical-align: middle;
    transition: fill 0.175s ease-in-out; }
  .filter-menu span:first-child,
  .filter-sub-menu span:first-child,
  .filter-menu--positions span:first-child,
  .filter-menu--posts span:first-child {
    margin-right: 7.5px; }
  .filter-menu li,
  .filter-sub-menu li,
  .filter-menu--positions li,
  .filter-menu--posts li {
    margin: 0 30px;
    line-height: 40px; }
    @media screen and (max-width: 879px) {
      .filter-menu li,
      .filter-sub-menu li,
      .filter-menu--positions li,
      .filter-menu--posts li {
        margin: 0 7.5px; } }

.filter-menu,
.filter-menu--positions,
.filter-menu--posts {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8; }

.filter-sub-menu {
  border-bottom: 1px solid #D8D8D8; }

.current-menu-item svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.filter-menu-secondary {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.175s linear; }
  .filter-menu-secondary.js-visible {
    opacity: 1;
    height: auto; }

.search-form {
  width: 100%; }
  .search-form input {
    border: none;
    outline: 0;
    width: 100%; }

.search-form input::-webkit-input-placeholder {
  color: rgba(80, 81, 219, 0.73); }

.search-form input:-ms-input-placeholder {
  color: rgba(80, 81, 219, 0.73); }

.search-form input::placeholder {
  color: rgba(80, 81, 219, 0.73); }

.search-form input:focus::-webkit-input-placeholder {
  color: transparent; }

.search-form input:focus:-ms-input-placeholder {
  color: transparent; }

.search-form input:focus::placeholder {
  color: transparent; }

.cta-link, .cta-link-no-js {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 4px 0;
  color: rgba(80, 81, 219, 0.73);
  line-height: calc(24 / 14);
  border: none;
  transition: color 0.175s ease-in;
  font-family: PostGrotesk-Book, sans-serif; }
  .cta-link::after, .cta-link-no-js::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60%;
    height: 1px;
    background-color: currentColor;
    transition: width 0.175s ease-in; }
  .has-hover .cta-link:hover, .has-hover .cta-link-no-js:hover, .has-hover .cta-link:focus, .has-hover .cta-link-no-js:focus {
    color: #5051DB; }
    .has-hover .cta-link:hover::after, .has-hover .cta-link-no-js:hover::after, .has-hover .cta-link:focus::after, .has-hover .cta-link-no-js:focus::after {
      width: 100%; }
  .page-template-page-team main .cta-link, .page-template-page-team main .cta-link-no-js,
  .page-id-166 main .cta-link,
  .page-id-166 main .cta-link-no-js,
  .page-id-625 main .cta-link,
  .page-id-625 main .cta-link-no-js,
  .page-id-624 main .cta-link,
  .page-id-624 main .cta-link-no-js,
  .page-id-626 main .cta-link,
  .page-id-626 main .cta-link-no-js,
  .page-id-253 main .cta-link,
  .page-id-253 main .cta-link-no-js,
  .press_release-template-default main .cta-link,
  .press_release-template-default main .cta-link-no-js,
  .page-template-page-values main .cta-link,
  .page-template-page-values main .cta-link-no-js {
    color: rgba(0, 173, 139, 0.73); }
    .page-template-page-team main .cta-link:hover, .page-template-page-team main .cta-link-no-js:hover, .page-template-page-team main .cta-link:focus, .page-template-page-team main .cta-link-no-js:focus,
    .page-id-166 main .cta-link:hover,
    .page-id-166 main .cta-link-no-js:hover,
    .page-id-166 main .cta-link:focus,
    .page-id-166 main .cta-link-no-js:focus,
    .page-id-625 main .cta-link:hover,
    .page-id-625 main .cta-link-no-js:hover,
    .page-id-625 main .cta-link:focus,
    .page-id-625 main .cta-link-no-js:focus,
    .page-id-624 main .cta-link:hover,
    .page-id-624 main .cta-link-no-js:hover,
    .page-id-624 main .cta-link:focus,
    .page-id-624 main .cta-link-no-js:focus,
    .page-id-626 main .cta-link:hover,
    .page-id-626 main .cta-link-no-js:hover,
    .page-id-626 main .cta-link:focus,
    .page-id-626 main .cta-link-no-js:focus,
    .page-id-253 main .cta-link:hover,
    .page-id-253 main .cta-link-no-js:hover,
    .page-id-253 main .cta-link:focus,
    .page-id-253 main .cta-link-no-js:focus,
    .press_release-template-default main .cta-link:hover,
    .press_release-template-default main .cta-link-no-js:hover,
    .press_release-template-default main .cta-link:focus,
    .press_release-template-default main .cta-link-no-js:focus,
    .page-template-page-values main .cta-link:hover,
    .page-template-page-values main .cta-link-no-js:hover,
    .page-template-page-values main .cta-link:focus,
    .page-template-page-values main .cta-link-no-js:focus {
      color: #00AD8B; }
  .page-template-page-product main .cta-link, .page-template-page-product main .cta-link-no-js {
    color: rgba(56, 135, 246, 0.73); }
    .page-template-page-product main .cta-link:hover, .page-template-page-product main .cta-link-no-js:hover, .page-template-page-product main .cta-link:focus, .page-template-page-product main .cta-link-no-js:focus {
      color: #3887F6; }
  .page-header--blog main .cta-link, .page-header--blog main .cta-link-no-js {
    color: rgba(255, 255, 255, 0.73); }
    .page-header--blog main .cta-link:hover, .page-header--blog main .cta-link-no-js:hover, .page-header--blog main .cta-link:focus, .page-header--blog main .cta-link-no-js:focus {
      color: #fff; }

.button {
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  display: inline-block;
  padding: 7.5px 15px;
  border: 1px solid;
  transition: color 0.175s ease-in-out; }
  .button--green {
    border-color: #00AD8B;
    color: rgba(0, 173, 139, 0.73); }
    .button--green:hover {
      color: #00AD8B; }

.accordion-content dl {
  margin: 0;
  padding: 0; }

.accordion-content .is-active .accordion-item__title::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.accordion-item__content p {
  font-size: 2rem; }
  @media screen and (max-width: 879px) {
    .accordion-item__content p {
      font-size: 1.6rem; } }

.accordion-item__content:not([aria-hidden="false"]) {
  display: none; }

.accordion-item {
  border-bottom: 1px solid #F7F7F7;
  margin: 0; }

.accordion-item__title {
  position: relative;
  display: block;
  padding: 22.5px 0;
  font-size: 2.4rem;
  font-family: PostGrotesk-Medium, sans-serif;
  color: #4A4A4A; }
  @media screen and (max-width: 879px) {
    .accordion-item__title {
      font-size: 2rem; } }
  .accordion-item__title::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMyA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NC4xICg0MTQ1NSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiM1MDUxREIiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSI2IDcuMSAwIDEuMSAxLjEgMCA2IDUgMTEgMCAxMi4xIDEuMSI+PC9wb2x5Z29uPgogICAgPC9nPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    fill: #5051DB; }

.team-members-team h3 {
  margin-bottom: 0; }

.team-members-team .grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 879px) {
  .team-members-team .grid-cell {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

@media screen and (max-width: 699px) {
  .team-members-team .grid-cell {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.card-people {
  margin-top: 60px; }
  @media screen and (max-width: 879px) {
    .card-people {
      margin-top: 45px; } }
  .card-people__name {
    margin-top: 0;
    margin-bottom: 22.5px;
    color: #00AD8B; }
    @media screen and (max-width: 879px) {
      .card-people__name {
        margin-bottom: 15px; } }
    @media screen and (max-width: 699px) {
      .card-people__name {
        font-size: 2rem;
        margin-bottom: 0; } }
    .card-people__name a {
      border-bottom: 1px solid transparent;
      transition: border 0.175s ease-in; }
      .has-hover .card-people__name a:hover, .has-hover .card-people__name a:focus {
        border-bottom-color: #00AD8B; }
  .card-people__role {
    font-size: 1.8rem;
    margin-bottom: 0; }
    @media screen and (max-width: 699px) {
      .card-people__role {
        font-size: 1.6rem; } }
  .card-people__photo {
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 879px) {
      .card-people__photo {
        margin-bottom: 15px; } }

.modal-close {
  padding: 0;
  margin: 0;
  height: auto;
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

.burger-icon {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -9px; }
  .burger-icon::after {
    top: 9px; }
  .burger-icon.close {
    background-color: transparent; }
  .burger-icon.close::before {
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  .burger-icon.close::after {
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg); }

.team-member h3 {
  margin-bottom: 60px; }
  @media screen and (max-width: 699px) {
    .team-member h3 {
      margin-bottom: 30px; } }

.team-member h5 {
  margin-top: 0; }
  @media screen and (max-width: 699px) {
    .team-member h5 {
      margin-bottom: 15px; } }

@media screen and (max-width: 879px) {
  .team-member .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 879px) {
  .team-member .grid-cell {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

@media screen and (max-width: 879px) {
  .team-member .grid-cell:not(.grid-cell--2of3) {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px; } }

@media screen and (max-width: 479px) {
  .team-member .grid-cell:not(.grid-cell--2of3) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 879px) {
  .team-member .grid-cell--2of3 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.team-member__photo {
  margin-bottom: 30px; }
  @media screen and (max-width: 879px) {
    .team-member__photo {
      width: 50%;
      max-width: 316px;
      margin-right: 30px;
      margin-bottom: 0; } }
  @media screen and (max-width: 599px) {
    .team-member__photo {
      width: 36%; } }
  @media screen and (max-width: 479px) {
    .team-member__photo {
      width: 100%;
      max-width: none;
      margin-right: 0;
      margin-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .team-member__photo img {
      width: 100%;
      max-width: none; } }

.team-member__meta {
  padding: 0 15px; }
  @media screen and (max-width: 879px) {
    .team-member__meta {
      padding: 0; } }
  @media screen and (max-width: 479px) {
    .team-member__meta {
      width: 100%; } }
  .team-member__meta p {
    font-size: 1.8rem; }
    @media screen and (max-width: 599px) {
      .team-member__meta p {
        margin-bottom: 15px; } }
  .team-member__meta .cta-link, .team-member__meta .cta-link-no-js {
    color: rgba(0, 173, 139, 0.73);
    margin-right: 60px;
    margin-bottom: 12px; }
    @media screen and (max-width: 699px) {
      .team-member__meta .cta-link, .team-member__meta .cta-link-no-js {
        margin-right: 22.5px; } }
    .team-member__meta .cta-link:hover, .team-member__meta .cta-link-no-js:hover {
      color: #00AD8B; }

.modal-back {
  color: rgba(0, 173, 139, 0.73);
  cursor: pointer; }
  .has-hover .modal-back:hover, .has-hover .modal-back:focus {
    color: #00AD8B; }
  .modal-back::before {
    position: absolute;
    left: -24px;
    content: '←';
    display: inline-block;
    margin-right: 10px;
    color: rgba(0, 173, 139, 0.73); }

/*
  These are styles for Case study callouts and
  3 content callouts blocks
*/
@media screen and (max-width: 699px) {
  .case-study-callouts,
  .content-callouts {
    border: none; } }

.case-study-callouts__wrapper,
.content-callouts__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px; }

.case-study-callouts .grid,
.content-callouts .grid {
  -ms-flex-align: stretch;
      align-items: stretch; }

@media screen and (max-width: 699px) {
  .case-study-callouts .grid-cell,
  .content-callouts .grid-cell {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

@media screen and (max-width: 699px) {
  .case-study-callouts .grid-cell:not(:last-child),
  .content-callouts .grid-cell:not(:last-child) {
    margin-bottom: 60px; } }

.case-study-callouts__wrapper {
  border: 1px solid #5051DB; }
  .page-template-page-product .case-study-callouts__wrapper {
    border: 1px solid #3887F6; }

.content-callouts.background--lighterGray .content-callouts__wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }

.content-callouts .callout-item {
  padding-bottom: 30px; }
  .content-callouts .callout-item h4 {
    padding-bottom: 0; }

.content-callouts.border--green .content-callouts__wrapper {
  border: 1px solid #00AD8B; }

.content-callouts.border--green .cta-link, .content-callouts.border--green .cta-link-no-js {
  color: rgba(0, 173, 139, 0.73); }
  .content-callouts.border--green .cta-link:hover, .content-callouts.border--green .cta-link-no-js:hover, .content-callouts.border--green .cta-link:focus, .content-callouts.border--green .cta-link-no-js:focus {
    color: #00AD8B; }

.content-callouts.border--blue .content-callouts__wrapper {
  border: 1px solid #3887F6; }
  .content-callouts.border--blue .content-callouts__wrapper .cta-link, .content-callouts.border--blue .content-callouts__wrapper .cta-link-no-js {
    color: rgba(56, 135, 246, 0.73); }
    .content-callouts.border--blue .content-callouts__wrapper .cta-link:hover, .content-callouts.border--blue .content-callouts__wrapper .cta-link-no-js:hover, .content-callouts.border--blue .content-callouts__wrapper .cta-link:focus, .content-callouts.border--blue .content-callouts__wrapper .cta-link-no-js:focus {
      color: #3887F6; }

.callout-item {
  position: relative;
  padding: 0 24px;
  height: 100%;
  opacity: 1;
  transition: opacity 0.175s linear; }
  @media screen and (max-width: 919px) {
    .callout-item {
      padding: 0 8px; } }
  @media screen and (max-width: 479px) {
    .callout-item {
      padding: 0; } }
  .callout-item__wrapper {
    min-height: 100%; }
  .callout-item h4 {
    font-family: PostGrotesk-Book, sans-serif;
    font-weight: normal;
    padding-bottom: 20px; }
    @media screen and (max-width: 919px) {
      .callout-item h4 {
        font-size: 2rem; } }
  .callout-item p {
    padding-bottom: 30px;
    margin-bottom: 0; }
    @media screen and (max-width: 919px) {
      .callout-item p {
        font-size: 1.8rem; } }
  .callout-item .cta-link, .callout-item .cta-link-no-js {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 919px) {
      .callout-item .cta-link, .callout-item .cta-link-no-js {
        left: 8px; } }
    @media screen and (max-width: 479px) {
      .callout-item .cta-link, .callout-item .cta-link-no-js {
        left: 0; } }

.callout-item__icon {
  margin-bottom: 30px;
  width: 40px;
  height: auto; }

.large-text {
  color: #5051DB; }
  .page-template-page-product .large-text {
    color: #3887F6; }
  .page-id-624 .large-text,
  .page-id-625 .large-text,
  .page-id-626 .large-text,
  .page-id-166 .large-text,
  .page-id-253 .large-text {
    color: #00AD8B; }
  .large-text__content, .large-text__cta {
    margin-right: 60px;
    margin-left: 180px; }
    @media screen and (max-width: 879px) {
      .large-text__content, .large-text__cta {
        margin-left: 120px; } }
    @media screen and (max-width: 699px) {
      .large-text__content, .large-text__cta {
        margin-right: 0;
        margin-left: 60px; } }
    @media screen and (max-width: 479px) {
      .large-text__content, .large-text__cta {
        margin-left: 0; } }
  .large-text__content {
    margin-bottom: 60px; }
    @media screen and (max-width: 699px) {
      .large-text__content {
        margin-bottom: 45px; } }
  .large-text .cta-link:not(:last-child), .large-text .cta-link-no-js:not(:last-child) {
    margin-right: 60px; }
    @media screen and (max-width: 699px) {
      .large-text .cta-link:not(:last-child), .large-text .cta-link-no-js:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 359px) {
      .large-text .cta-link:not(:last-child), .large-text .cta-link-no-js:not(:last-child) {
        margin-bottom: 15px; } }
  @media screen and (min-width: 480px) {
    .large-text br {
      display: none; } }

@media screen and (max-width: 879px) {
  .image-content p,
  .content-image p {
    margin-bottom: 24px; } }

@media screen and (max-width: 879px) {
  .image-content__content .grid,
  .content-image__content .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 879px) {
  .image-content__content h3 span,
  .content-image__content h3 span {
    -ms-flex-positive: 1;
        flex-grow: 1; } }

.image-content .caption,
.content-image .caption {
  width: 100%;
  padding: 0 10px;
  margin-top: 12px;
  border-left: 2px solid #5051DB;
  font-size: 1.2rem;
  line-height: calc(16 / 12);
  font-family: PostGrotesk-BookItalic, sans-serif;
  opacity: 0;
  transition: opacity 0.175s ease-in; }

.image-content .fit,
.content-image .fit {
  width: 100%;
  height: 70vh;
  max-height: 530px;
  object-fit: cover;
  object-position: center center; }
  @media screen and (max-width: 699px) {
    .image-content .fit,
    .content-image .fit {
      height: 56vh; } }
  @media (max-width: 699px) and (orientation: landscape) {
    .image-content .fit,
    .content-image .fit {
      height: auto;
      max-height: 300px; } }

.image-content .fit-svg,
.content-image .fit-svg {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px; }

.image-content .object-fit,
.content-image .object-fit {
  background-size: cover;
  background-position: center center; }
  .image-content .object-fit img,
  .content-image .object-fit img {
    opacity: 0; }

@media screen and (max-width: 699px) {
  .image-content .grid-cell:first-child {
    margin-bottom: 45px; } }

.image-content__content {
  margin-left: 50px; }
  @media screen and (max-width: 879px) {
    .image-content__content {
      margin-left: 28px; } }
  @media screen and (max-width: 699px) {
    .image-content__content {
      margin-left: 0; } }

@media screen and (max-width: 699px) {
  .content-image .grid-cell:first-child {
    margin-bottom: 45px; } }

@media screen and (max-width: 479px) {
  .content-image .grid-cell:first-child {
    margin-bottom: 30px; } }

.content-image__content {
  margin-right: 50px; }
  @media screen and (max-width: 879px) {
    .content-image__content {
      margin-right: 28px; } }
  @media screen and (max-width: 699px) {
    .content-image__content {
      margin-right: 0; } }

.content--with-link-list .label, .content--with-link-list .basic-page__content .gfield legend, .basic-page__content .gfield .content--with-link-list legend, .content--with-link-list
.basic-page__content .hbspt-form legend,
.basic-page__content .hbspt-form .content--with-link-list legend, .content--with-link-list
.page-template-page-contact .gfield legend,
.page-template-page-contact .gfield .content--with-link-list legend, .content--with-link-list
.page-template-page-contact .hbspt-form legend,
.page-template-page-contact .hbspt-form .content--with-link-list legend, .content--with-link-list
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .gfield .content--with-link-list legend, .content--with-link-list
.page-template-page-patient-opt-out .hbspt-form legend,
.page-template-page-patient-opt-out .hbspt-form .content--with-link-list legend, .content--with-link-list
.gravity-form-container .gfield legend,
.gravity-form-container .gfield .content--with-link-list legend, .content--with-link-list
.gravity-form-container .hbspt-form legend,
.gravity-form-container .hbspt-form .content--with-link-list legend {
  font-size: 2.6rem;
  margin-bottom: 60px; }

.content--with-link-list .content {
  margin-bottom: 60px; }

.content--with-link-list .cta-link:not(:last-child), .content--with-link-list .cta-link-no-js:not(:last-child) {
  margin-right: 60px; }

.page-header {
  padding-bottom: 60px; }
  @media screen and (max-width: 479px) {
    .page-header {
      padding-bottom: 45px; } }
  .page-header .container {
    position: relative; }
  .page-header .h5 {
    margin-bottom: 0; }
  .page-header--basic {
    padding-top: 60px;
    padding-bottom: 0; }
  .page-header--values h3 {
    padding-right: 90px; }
  .page-header--values .content {
    padding-left: 0; }

.page-header--animated {
  padding-top: 60px;
  overflow: hidden; }
  @media screen and (max-width: 699px) {
    .page-header--animated {
      padding-top: 30px; } }
  .page-header--animated .h5 {
    margin-bottom: 30px; }
  .page-header--animated .page-header__title {
    z-index: 1;
    width: 90%; }
    @media screen and (max-width: 879px) {
      .page-header--animated .page-header__title {
        width: 48%;
        margin-bottom: -60px; } }
    @media screen and (max-width: 699px) {
      .page-header--animated .page-header__title {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        bottom: auto; } }
    .page-header--animated .page-header__title h2 {
      position: relative; }
      @media screen and (max-width: 1079px) {
        .page-header--animated .page-header__title h2 {
          font-size: 3.8rem; } }
      @media screen and (max-width: 879px) {
        .page-header--animated .page-header__title h2 {
          font-size: 3.0rem; } }
      @media screen and (max-width: 699px) {
        .page-header--animated .page-header__title h2 {
          font-size: 2.6rem;
          margin-top: 22.5px;
          padding-left: 30px; } }
  .page-header--animated .fit-wrapper {
    position: relative; }
    .page-header--animated .fit-wrapper img {
      width: 100%;
      height: 76vh;
      max-height: 600px; }
      @media screen and (max-width: 699px) {
        .page-header--animated .fit-wrapper img {
          height: 48vh; } }
      @media (max-width: 699px) and (orientation: landscape) {
        .page-header--animated .fit-wrapper img {
          height: auto;
          max-height: 300px; } }
    .page-header--animated .fit-wrapper .caption {
      font-family: PostGrotesk-Book, sans-serif;
      font-weight: normal;
      position: absolute;
      top: 15px;
      right: 15px;
      border-right: 5px solid #5051DB;
      background-color: #fff;
      padding: 12px 12px 12px 20px;
      font-size: 1.2rem;
      line-height: calc(16 / 12);
      text-align: right;
      max-width: 260px;
      opacity: 0;
      transition: opacity 0.175s ease-in; }
      @media screen and (max-width: 699px) {
        .page-header--animated .fit-wrapper .caption {
          position: relative;
          border-right: 0;
          border-left: 2px solid #5051DB;
          margin: 15px 30px 0 30px;
          text-align: left;
          top: auto;
          right: auto;
          max-width: none;
          padding: 0 0 0 12px; } }
      @media screen and (max-width: 699px) {
        .page-header--animated .fit-wrapper .caption br {
          display: none; } }
    .page-header--animated .fit-wrapper .lazyloaded ~ .caption {
      opacity: 1; }
  .page-header--animated .page-header__media {
    position: relative; }
    .page-header--animated .page-header__media svg {
      position: absolute;
      bottom: -1px; }
      @media screen and (max-width: 699px) {
        .page-header--animated .page-header__media svg {
          display: none; } }
  .page-header--animated .page-header__content {
    margin-top: 60px; }
    @media screen and (max-width: 879px) {
      .page-header--animated .page-header__content {
        margin-top: 30px; } }
    @media screen and (max-width: 699px) {
      .page-header--animated .page-header__content {
        opacity: 1;
        margin-top: 45px; } }
    @media screen and (max-width: 479px) {
      .page-header--animated .page-header__content {
        margin-top: 30px; } }
    .page-header--animated .page-header__content p,
    .page-header--animated .page-header__content p.large {
      margin-bottom: 0; }
      @media screen and (max-width: 699px) {
        .page-header--animated .page-header__content p,
        .page-header--animated .page-header__content p.large {
          font-size: 2rem;
          margin-left: 60px; } }
    .page-header--animated .page-header__content .grid {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .page-header--animated .page-header__content .grid-cell {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
      @media screen and (max-width: 699px) {
        .page-header--animated .page-header__content .grid-cell {
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
          margin-right: 30px; } }
      @media screen and (max-width: 479px) {
        .page-header--animated .page-header__content .grid-cell {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media screen and (max-width: 699px) {
    .page-header--animated .page-header__wrapper > .container {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (max-width: 699px) {
  .page-header--home .page-header__title {
    bottom: 0;
    margin-bottom: 30px;
    width: 100%; } }

.page-header--home .page-header__title h2 {
  font-size: 5rem;
  color: #5051DB; }
  @media screen and (max-width: 879px) {
    .page-header--home .page-header__title h2 {
      font-size: 3.8rem; } }
  @media screen and (max-width: 699px) {
    .page-header--home .page-header__title h2 {
      font-size: 3.8rem;
      margin-top: 30px; } }

.page-header--home .fit-wrapper {
  overflow: hidden; }
  .page-header--home .fit-wrapper img {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: none; }

.homepage__media-title {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center; }

.page-header__label {
  margin-bottom: 75px; }
  @media screen and (max-width: 699px) {
    .page-header__label {
      margin-bottom: 45px; } }
  .page-header__label label,
  .page-header__label h1 {
    position: relative;
    display: inline-block; }
    .page-header__label label::after,
    .page-header__label h1::after {
      position: absolute;
      content: '';
      right: 0%;
      bottom: -10px;
      height: 2px;
      width: calc(100% * 15);
      background-color: #3887F6; }

.page-header--product {
  padding-top: 60px; }
  @media screen and (max-width: 699px) {
    .page-header--product {
      padding-top: 30px; } }
  @media screen and (max-width: 699px) {
    .page-header--product .grid-cell:first-child {
      margin-bottom: 30px; } }
  .page-header--product .content {
    padding-left: 60px; }
    @media screen and (max-width: 699px) {
      .page-header--product .content {
        padding-left: 0; } }
  .page-template-page-values .page-header--product .h5 {
    margin-bottom: 60px; }
  .page-header--product.page-header--values .content {
    padding-left: 0; }

.page-header--publications {
  padding-top: 60px; }
  .page-header--publications .page-header {
    margin-top: 60px;
    padding: 60px 0 0 0; }
  @media screen and (max-width: 699px) {
    .page-header--publications {
      padding-top: 30px; } }
  @media screen and (max-width: 699px) {
    .page-header--publications .grid-cell:first-child {
      margin-bottom: 30px; } }
  .page-header--publications .content {
    padding-left: 60px; }
    @media screen and (max-width: 699px) {
      .page-header--publications .content {
        padding-left: 0; } }
  .page-header--publications h2 {
    margin-top: 60px;
    margin-bottom: 30px; }
  .page-header--publications img {
    margin-top: -20px;
    width: 100%;
    height: 70vh;
    max-height: 515px; }
    @media screen and (max-width: 699px) {
      .page-header--publications img {
        margin-top: 0;
        height: auto; } }

.page-header--blog {
  background-color: #5051DB;
  color: #fff;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 0; }
  @media screen and (max-width: 699px) {
    .page-header--blog {
      padding-top: 30px; } }
  .page-header--blog .section {
    padding-top: 0; }
  .page-header--blog .page-header {
    padding: 60px 0 0 0; }
  .page-header--blog .page-header__label {
    margin-bottom: 20px; }
  .page-header--blog a {
    color: #fff;
    transition: color 0.175s ease-in; }
    .page-header--blog a:hover, .page-header--blog a:focus {
      color: rgba(255, 255, 255, 0.73); }
      .page-header--blog a:hover img, .page-header--blog a:focus img {
        opacity: 0.73; }
    .page-header--blog a img {
      background-color: #5051DB; }
  .page-header--blog .post-category {
    font-size: 1.6rem; }
    .page-header--blog .post-category a {
      border-bottom: 1px solid transparent;
      transition: border 0.175s ease-in-out; }
      .page-header--blog .post-category a:hover, .page-header--blog .post-category a.current-menu-item {
        border-bottom-color: currentColor;
        color: #fff; }
  .page-header--blog .post-author {
    font-size: 1.6rem; }
  .page-header--blog h1, .page-header--blog h2, .page-header--blog h3, .page-header--blog h4 {
    font-family: TiemposHeadline-Medium, serif;
    color: #fff; }
  .page-header--blog .h5 {
    font-family: PostGrotesk-Book, sans-serif;
    margin-bottom: 60px; }
    @media screen and (max-width: 699px) {
      .page-header--blog .h5 {
        margin-bottom: 30px; } }
  .page-header--blog .featured-primary {
    margin-bottom: 120px; }
    @media screen and (max-width: 699px) {
      .page-header--blog .featured-primary {
        margin-bottom: 60px; } }
    .page-header--blog .featured-primary h3 {
      margin-right: 30px; }
    .page-header--blog .featured-primary p {
      margin-right: 60px; }
    .page-header--blog .featured-primary .fit {
      width: 100%;
      height: 70vh;
      max-height: 440px;
      object-fit: cover;
      object-position: center center; }
      @media screen and (max-width: 699px) {
        .page-header--blog .featured-primary .fit {
          height: 56vh; } }
      @media (max-width: 699px) and (orientation: landscape) {
        .page-header--blog .featured-primary .fit {
          height: auto;
          max-height: 300px; } }
    .page-header--blog .featured-primary .cta-link, .page-header--blog .featured-primary .cta-link-no-js {
      color: rgba(255, 255, 255, 0.73); }
      .page-header--blog .featured-primary .cta-link:hover, .page-header--blog .featured-primary .cta-link-no-js:hover, .page-header--blog .featured-primary .cta-link:focus, .page-header--blog .featured-primary .cta-link-no-js:focus {
        color: #fff; }
    @media screen and (max-width: 699px) {
      .page-header--blog .featured-primary .grid > .grid-cell:first-child {
        -ms-flex-order: 2;
            order: 2; }
      .page-header--blog .featured-primary .grid > .grid-cell:last-child {
        -ms-flex-order: 1;
            order: 1;
        margin-bottom: 30px; } }
  .page-header--blog .featured-secondary {
    padding-bottom: 60px; }
    .page-header--blog .featured-secondary .fit {
      width: 100%;
      height: 40vh;
      max-height: 266px;
      object-fit: cover;
      object-position: center center; }
      @media screen and (max-width: 699px) {
        .page-header--blog .featured-secondary .fit {
          height: 40vh; } }
      @media (max-width: 699px) and (orientation: landscape) {
        .page-header--blog .featured-secondary .fit {
          height: auto;
          max-height: 300px; } }
    .page-header--blog .featured-secondary .post-meta {
      padding: 30px; }
  @media screen and (max-width: 699px) {
    .page-header--blog .grid-cell:first-child {
      margin-bottom: 30px; } }
  .page-header--blog .content {
    padding-left: 60px; }
    @media screen and (max-width: 699px) {
      .page-header--blog .content {
        padding-left: 0; } }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide:focus {
    outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none;
  height: 48px;
  width: 28px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100; }
  .slick-prev:hover svg,
  .slick-next:hover svg {
    stroke: #5051DB; }
  .has-touch .slick-prev, .has-touch
  .slick-next {
    display: block; }
  .slick-prev svg,
  .slick-next svg {
    max-width: 100%;
    height: 48px;
    transition: stroke 0.175s ease-in;
    stroke: #fff; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  transition: bottom 0.175s ease-in; }
  @media screen and (max-width: 699px) {
    .slick-dots {
      bottom: 0;
      padding: 5px 0; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover::before, .slick-dots li button:focus::before {
          background-color: #5051DB; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #fff;
        transition: background-color 0.175s ease-in; }
    .slick-dots li.slick-active button:before {
      background-color: #5051DB; }

.image-carousel {
  overflow: hidden;
  margin-bottom: 60px; }
  @media screen and (max-width: 699px) {
    .image-carousel {
      margin-bottom: 30px; } }
  @media screen and (min-width: 700px) {
    .image-carousel:hover .slick-prev {
      left: 30px; }
    .image-carousel:hover .slick-next {
      right: 30px; }
    .image-carousel:hover .slick-dots {
      bottom: 0; } }
  @media screen and (max-width: 699px) {
    .image-carousel .container {
      padding: 0; } }
  .image-carousel img {
    width: 100%;
    height: 70vh;
    max-height: 520px; }
    @media screen and (max-width: 699px) {
      .image-carousel img {
        height: 50vh; } }
  .image-carousel .object-fit {
    background-size: cover;
    background-position: center center; }
    .image-carousel .object-fit img {
      opacity: 0; }
  .image-carousel .slick-prev {
    left: -28px;
    transition: left 0.175s ease-in; }
    [dir="rtl"] .image-carousel .slick-prev {
      left: auto;
      right: 0; }
  .image-carousel .slick-next {
    right: -28px;
    transition: right 0.175s ease-in; }
    [dir="rtl"] .image-carousel .slick-next {
      left: 0;
      right: auto; }

.image-carousel-content .grid-cell:first-child {
  padding-right: 60px; }
  @media screen and (max-width: 879px) {
    .image-carousel-content .grid-cell:first-child {
      padding-right: 0; } }

.image-carousel-content .grid-cell:last-child {
  padding-left: 90px; }
  @media screen and (max-width: 879px) {
    .image-carousel-content .grid-cell:last-child {
      padding-left: 30px; } }

.quote.section {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 699px) {
    .quote.section {
      padding-top: 75px;
      padding-bottom: 75px; } }

.quote blockquote {
  margin: 0 60px 0 180px; }
  @media screen and (max-width: 879px) {
    .quote blockquote {
      margin-right: 30px;
      margin-left: 120px; } }
  @media screen and (max-width: 699px) {
    .quote blockquote {
      margin-right: 15px;
      margin-left: 30px; } }
  @media screen and (max-width: 479px) {
    .quote blockquote {
      margin-right: 0;
      margin-left: 7.5px; } }
  .quote blockquote > p {
    position: relative;
    margin-bottom: 60px;
    color: #5051DB; }
    .page-template-page-product .quote blockquote > p {
      color: #3887F6; }
    .page-id-624 .quote blockquote > p,
    .page-id-625 .quote blockquote > p,
    .page-id-626 .quote blockquote > p,
    .page-id-253 .quote blockquote > p,
    .page-id-166 .quote blockquote > p {
      color: #00AD8B; }
    @media screen and (max-width: 699px) {
      .quote blockquote > p {
        margin-bottom: 30px; } }
    .quote blockquote > p::before, .quote blockquote > p::after {
      position: absolute;
      display: inline-block;
      line-height: 1; }
    .quote blockquote > p::before {
      content: '“';
      top: 2px;
      left: -50px;
      font-size: 10rem; }
      @media screen and (max-width: 879px) {
        .quote blockquote > p::before {
          left: -32px;
          font-size: 7rem; } }
      @media screen and (max-width: 479px) {
        .quote blockquote > p::before {
          top: 4px;
          left: -22px;
          font-size: 4.8rem; } }
    .quote blockquote > p::after {
      content: '”';
      margin-left: 10px;
      font-size: 10rem; }
      @media screen and (max-width: 879px) {
        .quote blockquote > p::after {
          font-size: 7rem;
          margin-left: 8px; } }
      @media screen and (max-width: 479px) {
        .quote blockquote > p::after {
          font-size: 4.8rem;
          margin-left: 6px; } }

.quote footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .quote footer p {
    margin-bottom: 0; }
    @media screen and (max-width: 699px) {
      .quote footer p {
        padding: 15px 0; } }

.author-image {
  border-radius: 100%;
  margin-right: 30px; }
  @media screen and (max-width: 479px) {
    .author-image {
      margin-right: 15px; } }

.quote--large > p {
  font-size: 7rem;
  line-height: calc(80 / 70);
  letter-spacing: -0.5px; }
  @media screen and (max-width: 699px) {
    .quote--large > p {
      font-size: 5rem;
      line-height: calc(60 / 50); } }
  @media screen and (max-width: 479px) {
    .quote--large > p {
      font-size: 2.8rem;
      line-height: calc(38 / 28); } }

blockquote.quote--small > p {
  font-size: 4.8rem;
  line-height: calc(62 / 48); }
  @media screen and (max-width: 879px) {
    blockquote.quote--small > p {
      font-size: 3.8rem;
      line-height: calc(50 / 38); } }
  @media screen and (max-width: 479px) {
    blockquote.quote--small > p {
      font-size: 2.8rem;
      line-height: calc(38 / 28); } }

.video-content__video {
  margin-bottom: 60px; }

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  max-height: 600px;
  width: 100%;
  background-color: #000; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.175s ease-in; }
    .video-wrapper iframe.is-loaded {
      opacity: 1; }

.video-content__content .grid-cell:first-child {
  padding-right: 60px; }
  @media screen and (max-width: 879px) {
    .video-content__content .grid-cell:first-child {
      padding-right: 0; } }

.video-content__content .grid-cell:last-child {
  padding-left: 90px; }
  @media screen and (max-width: 879px) {
    .video-content__content .grid-cell:last-child {
      padding-left: 30px; } }

.video-overlay {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.4s ease-out; }
  .video-overlay:hover {
    opacity: 0.9; }
    .video-overlay:hover svg {
      stroke: #3887F6; }
  .video-overlay svg {
    max-width: 100px;
    max-height: 100px;
    width: 60%;
    height: auto;
    stroke: #fff;
    transition: stroke 0.25s ease-out; }
    @media screen and (max-width: 699px) {
      .video-overlay svg {
        max-width: 60px;
        max-height: 60px; } }

.feature-list h3 {
  margin-bottom: 60px; }
  @media screen and (max-width: 699px) {
    .feature-list h3 {
      margin-bottom: 30px; } }

.feature-list .label, .feature-list .basic-page__content .gfield legend, .basic-page__content .gfield .feature-list legend, .feature-list
.basic-page__content .hbspt-form legend,
.basic-page__content .hbspt-form .feature-list legend, .feature-list
.page-template-page-contact .gfield legend,
.page-template-page-contact .gfield .feature-list legend, .feature-list
.page-template-page-contact .hbspt-form legend,
.page-template-page-contact .hbspt-form .feature-list legend, .feature-list
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .gfield .feature-list legend, .feature-list
.page-template-page-patient-opt-out .hbspt-form legend,
.page-template-page-patient-opt-out .hbspt-form .feature-list legend, .feature-list
.gravity-form-container .gfield legend,
.gravity-form-container .gfield .feature-list legend, .feature-list
.gravity-form-container .hbspt-form legend,
.gravity-form-container .hbspt-form .feature-list legend {
  font-family: PostGrotesk-Medium, sans-serif; }

@media screen and (max-width: 699px) {
  .feature-list .grid-cell:not(:last-child) {
    margin-bottom: 45px; } }

.border-blue,
.border-green {
  border: 1px solid;
  padding: 60px 30px; }
  @media screen and (max-width: 699px) {
    .border-blue,
    .border-green {
      padding: 30px 22.5px; } }

.border-blue {
  border-color: #3887F6; }

.border-green {
  border-color: #00AD8B; }

.single-list {
  padding: 60px;
  padding-bottom: 30px; }
  @media screen and (max-width: 879px) {
    .single-list {
      padding: 37.5px;
      padding-bottom: 7.5px; } }
  @media screen and (max-width: 699px) {
    .single-list {
      padding: 30px 22.5px;
      padding-bottom: 7.5px; } }

.logo-garden {
  background-color: #F7F7F7; }
  .logo-garden h3 {
    margin-bottom: 30px; }
    @media screen and (max-width: 699px) {
      .logo-garden h3 {
        margin-bottom: 30px; } }
  .logo-garden .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .logo-garden .grid-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding-top: 45px;
    padding-bottom: 45px;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
    @media screen and (max-width: 699px) {
      .logo-garden .grid-cell {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 479px) {
      .logo-garden .grid-cell {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    .logo-garden .grid-cell img {
      margin: auto;
      max-width: 220px;
      width: 100%; }
      @media screen and (max-width: 699px) {
        .logo-garden .grid-cell img {
          width: 86%; } }

.contact-form {
  background-color: #5051DB;
  overflow: hidden;
  transition: height 0.175s ease-in; }
  .contact-form.section {
    padding-bottom: 60px; }
  .modal--form .contact-form {
    background-color: transparent; }
  .contact-form__wrapper {
    position: relative;
    overflow: hidden;
    transition: height 0.175s ease-out; }
    .contact-form__wrapper.js-collapsed {
      height: 180px; }
      @media screen and (max-width: 699px) {
        .contact-form__wrapper.js-collapsed {
          height: 280px; } }
  .contact-form .message {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility 0.175s ease-in, opacity 0.175s ease-in; }
    .contact-form .message.js-visible {
      visibility: visible;
      opacity: 1;
      height: auto;
      display: block; }
  .contact-form .expand {
    position: relative;
    background-color: transparent;
    bottom: -40px;
    left: 50%;
    margin-left: 7px;
    border: none;
    cursor: pointer;
    outline: none; }
    @media screen and (max-width: 699px) {
      .contact-form .expand {
        margin-left: -13px; } }
    .contact-form .expand.js-open {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .contact-form .expand svg {
      width: 14px;
      height: 18px;
      fill: rgba(255, 255, 255, 0.73); }
  .contact-form .grid {
    overflow: hidden; }
  .contact-form h3, .contact-form p {
    color: #fff;
    padding-right: 60px; }
  .page-template-page-contact .contact-form h3 {
    color: #00AD8B;
    margin-left: 30px; }
  .contact-form form {
    padding-right: 60px; }
    @media screen and (max-width: 879px) {
      .contact-form form {
        padding-right: 30px; } }
    @media screen and (max-width: 699px) {
      .contact-form form {
        padding-right: 0; } }
  .contact-form input[type="submit"] {
    font-size: 1.6rem;
    padding: 8px 14px 6px 14px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.73);
    color: rgba(255, 255, 255, 0.73);
    line-height: calc(24 / 16);
    cursor: pointer;
    outline: none;
    transition: background 0.175s ease-in, color 0.175s ease-in; }
    .contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus {
      background-color: rgba(255, 255, 255, 0.73);
      color: #5051DB; }

.contact-form label {
  display: none; }

.contact-form .hbspt-form {
  width: auto !important;
  margin-bottom: 30px;
  padding: 0 !important;
  /* Matching style of old Marketo error messages */
  /* override because this error message is longer than other fields */ }
  .contact-form .hbspt-form legend {
    display: none; }
  .contact-form .hbspt-form .mktoFormCol,
  .contact-form .hbspt-form .hs-form-field {
    float: none; }
  .contact-form .hbspt-form .hs-input {
    margin-bottom: 1.2em; }
  .contact-form .hbspt-form input[type="text"],
  .contact-form .hbspt-form input[type="email"],
  .contact-form .hbspt-form textarea {
    padding: 10px 0;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 1.6rem !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.73);
    color: rgba(255, 255, 255, 0.73); }
    @media screen and (max-width: 699px) {
      .contact-form .hbspt-form input[type="text"],
      .contact-form .hbspt-form input[type="email"],
      .contact-form .hbspt-form textarea {
        margin-bottom: 22.5px; } }
  .contact-form .hbspt-form .hs-form-field {
    position: relative; }
  .contact-form .hbspt-form .hs-error-msgs li:before {
    display: none; }
  .contact-form .hbspt-form .hs-error-msgs li {
    margin-bottom: 0; }
  .contact-form .hbspt-form .hs_error_rollup {
    display: none; }
  .contact-form .hbspt-form ul.hs-error-msgs {
    list-style: none;
    margin: 0;
    padding-start: 0;
    padding-left: 0;
    padding: 0 0 0 0 !important; }
  .contact-form .hbspt-form .hs-error-msgs label {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    max-width: 11rem;
    background-color: #e51b00;
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    margin-top: 0px;
    padding: .4em .6em;
    border: 1px solid #9f1300;
    border-radius: 6px;
    color: #f3f3f3;
    font-size: 1.2rem;
    line-height: 1.2;
    text-shadow: #901100 0 -1px 0; }
  .contact-form .hbspt-form .hs_select_ .hs-error-msgs label {
    max-width: 15rem; }
  @media screen and (max-width: 699px) {
    .contact-form .hbspt-form select {
      margin-bottom: 22.5px; } }
  .contact-form .hbspt-form select {
    padding: 10px 0;
    width: 100% !important;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem !important;
    color: rgba(255, 255, 255, 0.73);
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.73);
    border-radius: 0;
    outline: 0; }
    .contact-form .hbspt-form select.mktoField {
      padding: 10px 0; }
  .contact-form .hbspt-form textarea.hs-input {
    padding: 0;
    margin-bottom: 30px;
    height: 8em;
    resize: none; }
  .contact-form .hbspt-form .mktoButtonWrap {
    margin-left: 0 !important; }

.basic-page__content li:before,
.page-template-page-contact li:before,
.page-template-page-patient-opt-out li:before,
.gravity-form-container li:before {
  content: ''; }

.basic-page__content .section-contact h3,
.page-template-page-contact .section-contact h3,
.page-template-page-patient-opt-out .section-contact h3,
.gravity-form-container .section-contact h3 {
  text-align: center; }

.basic-page__content .contact-form,
.page-template-page-contact .contact-form,
.page-template-page-patient-opt-out .contact-form,
.gravity-form-container .contact-form {
  padding-top: 30px;
  margin: auto;
  max-width: 72rem; }

.basic-page__content .gfield legend,
.basic-page__content .hbspt-form legend,
.page-template-page-contact .gfield legend,
.page-template-page-contact .hbspt-form legend,
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .hbspt-form legend,
.gravity-form-container .gfield legend,
.gravity-form-container .hbspt-form legend {
  display: block;
  padding: 0;
  margin: 0 0 30px 0; }

.basic-page__content .gfield input[type="text"],
.basic-page__content .gfield input[type="email"],
.basic-page__content .gfield textarea,
.basic-page__content .hbspt-form input[type="text"],
.basic-page__content .hbspt-form input[type="email"],
.basic-page__content .hbspt-form textarea,
.page-template-page-contact .gfield input[type="text"],
.page-template-page-contact .gfield input[type="email"],
.page-template-page-contact .gfield textarea,
.page-template-page-contact .hbspt-form input[type="text"],
.page-template-page-contact .hbspt-form input[type="email"],
.page-template-page-contact .hbspt-form textarea,
.page-template-page-patient-opt-out .gfield input[type="text"],
.page-template-page-patient-opt-out .gfield input[type="email"],
.page-template-page-patient-opt-out .gfield textarea,
.page-template-page-patient-opt-out .hbspt-form input[type="text"],
.page-template-page-patient-opt-out .hbspt-form input[type="email"],
.page-template-page-patient-opt-out .hbspt-form textarea,
.gravity-form-container .gfield input[type="text"],
.gravity-form-container .gfield input[type="email"],
.gravity-form-container .gfield textarea,
.gravity-form-container .hbspt-form input[type="text"],
.gravity-form-container .hbspt-form input[type="email"],
.gravity-form-container .hbspt-form textarea {
  border-bottom: 1px solid #00ad8b;
  color: #00ad8b; }

.basic-page__content .gfield input[type="text"],
.basic-page__content .gfield input[type="email"],
.basic-page__content .hbspt-form input[type="text"],
.basic-page__content .hbspt-form input[type="email"],
.page-template-page-contact .gfield input[type="text"],
.page-template-page-contact .gfield input[type="email"],
.page-template-page-contact .hbspt-form input[type="text"],
.page-template-page-contact .hbspt-form input[type="email"],
.page-template-page-patient-opt-out .gfield input[type="text"],
.page-template-page-patient-opt-out .gfield input[type="email"],
.page-template-page-patient-opt-out .hbspt-form input[type="text"],
.page-template-page-patient-opt-out .hbspt-form input[type="email"],
.gravity-form-container .gfield input[type="text"],
.gravity-form-container .gfield input[type="email"],
.gravity-form-container .hbspt-form input[type="text"],
.gravity-form-container .hbspt-form input[type="email"] {
  margin-bottom: 37.5px; }

.basic-page__content .gfield select.hs-input,
.basic-page__content .hbspt-form select.hs-input,
.page-template-page-contact .gfield select.hs-input,
.page-template-page-contact .hbspt-form select.hs-input,
.page-template-page-patient-opt-out .gfield select.hs-input,
.page-template-page-patient-opt-out .hbspt-form select.hs-input,
.gravity-form-container .gfield select.hs-input,
.gravity-form-container .hbspt-form select.hs-input {
  border-bottom: 1px solid #00ad8b;
  color: #00ad8b;
  margin-bottom: 37.5px; }

.basic-page__content .gfield:-moz-placeholder,
.basic-page__content .hbspt-form:-moz-placeholder,
.page-template-page-contact .gfield:-moz-placeholder,
.page-template-page-contact .hbspt-form:-moz-placeholder,
.page-template-page-patient-opt-out .gfield:-moz-placeholder,
.page-template-page-patient-opt-out .hbspt-form:-moz-placeholder,
.gravity-form-container .gfield:-moz-placeholder,
.gravity-form-container .hbspt-form:-moz-placeholder {
  color: #00AD8B;
  opacity: 1; }

.basic-page__content .gfield::-moz-placeholder,
.basic-page__content .hbspt-form::-moz-placeholder,
.page-template-page-contact .gfield::-moz-placeholder,
.page-template-page-contact .hbspt-form::-moz-placeholder,
.page-template-page-patient-opt-out .gfield::-moz-placeholder,
.page-template-page-patient-opt-out .hbspt-form::-moz-placeholder,
.gravity-form-container .gfield::-moz-placeholder,
.gravity-form-container .hbspt-form::-moz-placeholder {
  color: #00AD8B;
  opacity: 1; }

.basic-page__content .gfield:-ms-input-placeholder,
.basic-page__content .hbspt-form:-ms-input-placeholder,
.page-template-page-contact .gfield:-ms-input-placeholder,
.page-template-page-contact .hbspt-form:-ms-input-placeholder,
.page-template-page-patient-opt-out .gfield:-ms-input-placeholder,
.page-template-page-patient-opt-out .hbspt-form:-ms-input-placeholder,
.gravity-form-container .gfield:-ms-input-placeholder,
.gravity-form-container .hbspt-form:-ms-input-placeholder {
  color: #00AD8B;
  opacity: 1; }

.basic-page__content .gfield::-webkit-input-placeholder,
.basic-page__content .hbspt-form::-webkit-input-placeholder,
.page-template-page-contact .gfield::-webkit-input-placeholder,
.page-template-page-contact .hbspt-form::-webkit-input-placeholder,
.page-template-page-patient-opt-out .gfield::-webkit-input-placeholder,
.page-template-page-patient-opt-out .hbspt-form::-webkit-input-placeholder,
.gravity-form-container .gfield::-webkit-input-placeholder,
.gravity-form-container .hbspt-form::-webkit-input-placeholder {
  color: #00AD8B;
  opacity: 1; }

.basic-page__content .gfield textarea.hs-input[rows="2"],
.basic-page__content .hbspt-form textarea.hs-input[rows="2"],
.page-template-page-contact .gfield textarea.hs-input[rows="2"],
.page-template-page-contact .hbspt-form textarea.hs-input[rows="2"],
.page-template-page-patient-opt-out .gfield textarea.hs-input[rows="2"],
.page-template-page-patient-opt-out .hbspt-form textarea.hs-input[rows="2"],
.gravity-form-container .gfield textarea.hs-input[rows="2"],
.gravity-form-container .hbspt-form textarea.hs-input[rows="2"] {
  height: 7.75em; }

.modal-content h3 {
  color: #00AD8B; }

.basic-page__content form,
.page-template-page-contact form,
.page-template-page-patient-opt-out form,
.gravity-form-container form {
  padding-right: 0; }

.basic-page__content .hbspt-form,
.basic-page__content .gform_footer,
.page-template-page-contact .hbspt-form,
.page-template-page-contact .gform_footer,
.page-template-page-patient-opt-out .hbspt-form,
.page-template-page-patient-opt-out .gform_footer,
.gravity-form-container .hbspt-form,
.gravity-form-container .gform_footer {
  /* overflow: hidden; */
  /* width: 100% !important; */
  /* success message, contact page */ }
  .basic-page__content .hbspt-form .submitted-message p,
  .basic-page__content .gform_footer .submitted-message p,
  .page-template-page-contact .hbspt-form .submitted-message p,
  .page-template-page-contact .gform_footer .submitted-message p,
  .page-template-page-patient-opt-out .hbspt-form .submitted-message p,
  .page-template-page-patient-opt-out .gform_footer .submitted-message p,
  .gravity-form-container .hbspt-form .submitted-message p,
  .gravity-form-container .gform_footer .submitted-message p {
    color: #00AD8B;
    text-align: center;
    padding-right: 0;
    font-size: 3rem; }
  .basic-page__content .hbspt-form input[type="submit"],
  .basic-page__content .gform_footer input[type="submit"],
  .page-template-page-contact .hbspt-form input[type="submit"],
  .page-template-page-contact .gform_footer input[type="submit"],
  .page-template-page-patient-opt-out .hbspt-form input[type="submit"],
  .page-template-page-patient-opt-out .gform_footer input[type="submit"],
  .gravity-form-container .hbspt-form input[type="submit"],
  .gravity-form-container .gform_footer input[type="submit"] {
    border: 1px solid rgba(0, 173, 139, 0.73);
    color: rgba(0, 173, 139, 0.73); }
    .basic-page__content .hbspt-form input[type="submit"]:hover, .basic-page__content .hbspt-form input[type="submit"]:focus,
    .basic-page__content .gform_footer input[type="submit"]:hover,
    .basic-page__content .gform_footer input[type="submit"]:focus,
    .page-template-page-contact .hbspt-form input[type="submit"]:hover,
    .page-template-page-contact .hbspt-form input[type="submit"]:focus,
    .page-template-page-contact .gform_footer input[type="submit"]:hover,
    .page-template-page-contact .gform_footer input[type="submit"]:focus,
    .page-template-page-patient-opt-out .hbspt-form input[type="submit"]:hover,
    .page-template-page-patient-opt-out .hbspt-form input[type="submit"]:focus,
    .page-template-page-patient-opt-out .gform_footer input[type="submit"]:hover,
    .page-template-page-patient-opt-out .gform_footer input[type="submit"]:focus,
    .gravity-form-container .hbspt-form input[type="submit"]:hover,
    .gravity-form-container .hbspt-form input[type="submit"]:focus,
    .gravity-form-container .gform_footer input[type="submit"]:hover,
    .gravity-form-container .gform_footer input[type="submit"]:focus {
      background-color: rgba(0, 173, 139, 0.73);
      color: #fff; }
  .basic-page__content .hbspt-form h3,
  .basic-page__content .gform_footer h3,
  .page-template-page-contact .hbspt-form h3,
  .page-template-page-contact .gform_footer h3,
  .page-template-page-patient-opt-out .hbspt-form h3,
  .page-template-page-patient-opt-out .gform_footer h3,
  .gravity-form-container .hbspt-form h3,
  .gravity-form-container .gform_footer h3 {
    color: #00AD8B; }

.page-template-page-contact .contact-form,
.page-template-page-patient-opt-out .contact-form {
  background-color: transparent; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: transparent !important;
  background-image: none !important;
  color: rgba(0, 173, 139, 0.73) !important;
  border: 1px solid rgba(0, 173, 139, 0.73) !important;
  padding: 8px 14px 6px 14px !important;
  font-size: 1.6rem; }
  .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    background-color: rgba(0, 173, 139, 0.73) !important;
    color: #fff !important; }

.stats-content h3 {
  margin-bottom: 60px; }
  @media screen and (max-width: 699px) {
    .stats-content h3 {
      margin-bottom: 30px; } }

.stats-content .h2 {
  margin-bottom: 20.01px; }
  @media screen and (max-width: 699px) {
    .stats-content .h2 {
      margin-bottom: 7.5px; } }

.stats-content .large {
  margin-bottom: 0; }

@media screen and (max-width: 699px) {
  .stats-content .grid-cell {
    margin-bottom: 45px; } }

@media screen and (max-width: 699px) {
  .stats-content .grid-cell:last-child {
    margin-bottom: 0; } }

.stats-content .source {
  margin-top: 60px; }

.page-footer {
  background-color: #F7F7F7; }
  .page-footer.section {
    padding-top: 120px;
    padding-bottom: 120px; }
    @media screen and (max-width: 479px) {
      .page-footer.section {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .page-footer h4 {
    font-family: TiemposHeadline-Medium, serif;
    font-weight: medium;
    font-size: 2.4rem;
    line-height: calc(32 / 24);
    color: #231F20; }
    @media screen and (max-width: 879px) {
      .page-footer h4 {
        font-size: 2rem;
        line-height: calc(26 / 20); } }
    .page-footer h4 a {
      transition: color 0.175s ease-in-out; }
      .page-footer h4 a:hover {
        color: rgba(35, 31, 32, 0.73); }
  .page-footer img {
    width: 100%;
    margin-bottom: 30px; }
  .page-footer p {
    margin-bottom: 0; }
    @media screen and (max-width: 699px) {
      .page-footer p {
        font-size: 1.6rem; } }
  .page-footer .cta-link, .page-footer .cta-link-no-js {
    vertical-align: middle;
    color: rgba(80, 81, 219, 0.73); }
    .page-footer .cta-link:hover, .page-footer .cta-link-no-js:hover, .page-footer .cta-link:focus, .page-footer .cta-link-no-js:focus {
      color: #5051DB; }
  .page-footer .icon {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle; }
  .page-footer .column-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 30px; }
  .page-footer .grid-cell {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (max-width: 699px) {
      .page-footer .grid-cell {
        padding-top: 0;
        padding-bottom: 0; } }
  .page-footer .grid-cell:not(:last-child) {
    position: relative; }
    .page-footer .grid-cell:not(:last-child)::after {
      display: inline-block;
      position: absolute;
      top: 0;
      content: '';
      height: 100%;
      width: 1px;
      background-color: #D8D8D8; }
      @media screen and (max-width: 699px) {
        .page-footer .grid-cell:not(:last-child)::after {
          display: none; } }
    @media screen and (max-width: 699px) {
      .page-footer .grid-cell:not(:last-child) {
        margin-bottom: 60px; } }
  .page-footer .grid-cell:first-child::after {
    right: -12px; }
  .page-footer .grid-cell:first-child .footer-column {
    padding-right: 18px; }
    @media screen and (max-width: 699px) {
      .page-footer .grid-cell:first-child .footer-column {
        padding: 0; } }
  .page-footer .grid-cell:nth-child(2)::after {
    right: -18px; }
  .page-footer .grid-cell:nth-child(2) .footer-column {
    padding: 0 9px; }
    @media screen and (max-width: 699px) {
      .page-footer .grid-cell:nth-child(2) .footer-column {
        padding: 0; } }
  .page-footer .grid-cell:last-child .footer-column {
    padding-left: 18px; }
    @media screen and (max-width: 699px) {
      .page-footer .grid-cell:last-child .footer-column {
        padding: 0; } }

.feature-list-description h3 {
  margin-bottom: 60px; }
  @media screen and (min-width: 1120px) {
    .feature-list-description h3 {
      max-width: 60%; } }
  @media screen and (max-width: 1119px) {
    .feature-list-description h3 {
      max-width: 60%; } }
  @media screen and (max-width: 879px) {
    .feature-list-description h3 {
      max-width: 80%; } }

.feature-list-description .label, .feature-list-description .basic-page__content .gfield legend, .basic-page__content .gfield .feature-list-description legend, .feature-list-description
.basic-page__content .hbspt-form legend,
.basic-page__content .hbspt-form .feature-list-description legend, .feature-list-description
.page-template-page-contact .gfield legend,
.page-template-page-contact .gfield .feature-list-description legend, .feature-list-description
.page-template-page-contact .hbspt-form legend,
.page-template-page-contact .hbspt-form .feature-list-description legend, .feature-list-description
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .gfield .feature-list-description legend, .feature-list-description
.page-template-page-patient-opt-out .hbspt-form legend,
.page-template-page-patient-opt-out .hbspt-form .feature-list-description legend, .feature-list-description
.gravity-form-container .gfield legend,
.gravity-form-container .gfield .feature-list-description legend, .feature-list-description
.gravity-form-container .hbspt-form legend,
.gravity-form-container .hbspt-form .feature-list-description legend {
  font-size: 1.6rem;
  font-family: PostGrotesk-Medium, sans-serif;
  line-height: calc(24 / 16); }

.feature-list-description p {
  margin-left: 24px; }
  .feature-list-description p.description {
    margin-bottom: 0; }

.feature-list-description .grid-cell {
  position: relative; }
  @media screen and (max-width: 699px) {
    .feature-list-description .grid-cell:not(:last-child) {
      margin-bottom: 45px; } }
  .feature-list-description .grid-cell::before {
    font-size: 1.6rem;
    content: '—';
    display: inline-block;
    position: absolute;
    top: 0;
    font-family: PostGrotesk-Medium, sans-serif;
    line-height: calc(24 / 16); }

.link-list {
  margin-top: 60px; }
  .link-list__wrapper .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .link-list__wrapper p {
    font-size: 1.6rem;
    font-family: PostGrotesk-Book, sans-serif;
    font-weight: normal;
    position: relative;
    padding: 0 22px;
    line-height: calc(24 / 16); }
    .link-list__wrapper p::before {
      position: absolute;
      content: '—';
      left: 0;
      color: #3887F6;
      font-family: PostGrotesk-Medium, sans-serif; }
  .link-list__wrapper a {
    color: #3887F6;
    border-bottom-color: transparent; }
    .link-list__wrapper a:hover, .link-list__wrapper a:focus {
      border-bottom-color: currentColor; }
  .link-list .grid-cell {
    margin-top: 30px; }

.text-content {
  margin-bottom: 0; }
  .text-content .grid-cell:not(:last-child) {
    -ms-flex: 0 0 32%;
        flex: 0 0 32%; }
    @media screen and (max-width: 699px) {
      .text-content .grid-cell:not(:last-child) {
        margin-bottom: 30px;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .text-content .grid-cell--1of2:last-child {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
    @media screen and (max-width: 699px) {
      .text-content .grid-cell--1of2:last-child {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .text-content.background-blue {
    background-color: #3887F6;
    color: #fff; }
    .text-content.background-blue h3 {
      font-family: PostGrotesk-Book, sans-serif;
      font-weight: normal;
      color: #fff;
      padding-right: 30px; }
      @media screen and (max-width: 699px) {
        .text-content.background-blue h3 {
          padding-right: 0; } }
    .text-content.background-blue .large {
      margin-bottom: 0; }

.centered-content__content {
  padding-right: 180px;
  padding-left: 180px; }
  @media screen and (max-width: 879px) {
    .centered-content__content {
      padding-right: 120px;
      padding-left: 120px; } }
  @media screen and (max-width: 699px) {
    .centered-content__content {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 699px) {
    .centered-content__content {
      padding-right: 0;
      padding-left: 0; } }
  .centered-content__content p {
    padding-right: 90px; }
    @media screen and (max-width: 979px) {
      .centered-content__content p {
        padding-right: 0; } }

.centered-content__callouts {
  padding-right: 180px;
  padding-left: 270px; }
  @media screen and (max-width: 979px) {
    .centered-content__callouts {
      padding-left: 240px; } }
  @media screen and (max-width: 879px) {
    .centered-content__callouts {
      padding-right: 120px;
      padding-left: 150px; } }
  @media screen and (max-width: 699px) {
    .centered-content__callouts {
      padding-right: 60px;
      padding-left: 60px; } }
  @media screen and (max-width: 479px) {
    .centered-content__callouts {
      padding-right: 15px;
      padding-left: 15px; } }
  .centered-content__callouts .callout {
    margin-top: 60px; }
    @media screen and (max-width: 699px) {
      .centered-content__callouts .callout {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

.callout__icon {
  max-width: 60px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 699px) {
    .callout__icon {
      max-width: 48px; } }
  @media screen and (max-width: 419px) {
    .callout__icon {
      width: 42px; } }

.callout__content {
  padding-left: 60px;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  @media screen and (max-width: 699px) {
    .callout__content {
      padding-left: 30px; } }
  @media screen and (max-width: 879px) {
    .callout__content p {
      font-size: 1.8rem; } }

@media screen and (max-width: 699px) {
  .three-column-content .grid-cell {
    margin-bottom: 45px; } }

@media screen and (max-width: 699px) {
  .four-column-content .grid-cell {
    margin-bottom: 45px; } }

.four-column-content h4 {
  font-family: TiemposHeadline-Medium, serif;
  font-weight: medium;
  font-size: 2.4rem;
  line-height: calc(32 / 24);
  color: #231F20; }
  @media screen and (max-width: 879px) {
    .four-column-content h4 {
      font-size: 2rem;
      line-height: calc(26 / 20); } }

.announcement {
  box-sizing: border-box;
  border-bottom: 3px solid white;
  background-color: #D8D8D8;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #5051DB;
  padding: 15px 0;
  transform: translate3d(0, -100%, 0);
  transition: all 0.25s ease-in;
  z-index: 10; }
  .announcement.is-active {
    transform: translate3d(0, 0, 0);
    transition: all 0.25s ease-out; }

.announcement-container {
  position: relative; }
  .announcement-container p {
    margin: 0; }

.announcement-close {
  position: absolute;
  top: 0;
  right: 15px; }

.logo {
  position: absolute;
  display: block;
  top: 0;
  left: 30px;
  line-height: 1;
  width: 120px;
  height: 37px; }
  .logo svg {
    width: 100%; }

#main-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  padding: 18px 0 20px;
  background-color: #fff;
  z-index: 1000; }
  #main-navigation .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 37px; }

.main-menu {
  font-size: 2rem;
  vertical-align: middle;
  line-height: 1; }
  @media screen and (max-width: 879px) {
    .main-menu {
      font-size: 1.8rem; } }
  @media screen and (max-width: 699px) {
    .main-menu {
      display: none; } }
  .main-menu a {
    cursor: pointer;
    display: inline-block;
    transition: color 0.175s ease-in-out; }
    .main-menu a:hover, .main-menu a:focus, .main-menu a.js-active {
      color: #5051DB; }
      .main-menu a:hover svg, .main-menu a:focus svg, .main-menu a.js-active svg {
        fill: #5051DB; }
  .main-menu span {
    display: inline-block; }
  .main-menu li {
    margin: 0 15px; }
    @media screen and (max-width: 879px) {
      .main-menu li {
        margin: 0 7.5px; } }
  .main-menu .current-parent-menu-item a {
    color: #5051DB; }
  .main-menu .current-parent-menu-item svg {
    fill: #5051DB; }
  .main-menu svg {
    display: inline-block;
    vertical-align: middle;
    transition: fill 0.175s ease-in-out; }
  .main-menu .js-active span {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .main-menu .js-active svg {
    margin-bottom: 2px; }

.utility-menu {
  font-size: 1.8rem;
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  line-height: 1; }
  @media screen and (max-width: 879px) {
    .utility-menu {
      font-size: 1.6rem; } }
  @media screen and (max-width: 699px) {
    .utility-menu {
      display: none; } }
  .utility-menu li:not(:last-child) {
    margin-right: 30px; }
    @media screen and (max-width: 879px) {
      .utility-menu li:not(:last-child) {
        margin-right: 15px; } }
  .utility-menu .current-menu-item a {
    color: #5051DB; }
  .utility-menu a {
    transition: color 0.175s ease-in-out; }
    .utility-menu a:hover, .utility-menu a:focus {
      color: #5051DB; }

.mega-menu {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 102;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  box-shadow: 0 0 2px 0 rgba(216, 216, 216, 0.75);
  transition: opacity 0.175s linear; }
  @media screen and (max-width: 699px) {
    .mega-menu {
      display: none; } }
  .mega-menu.js-visible {
    visibility: visible;
    opacity: 1;
    height: auto; }
  @media screen and (max-width: 959px) {
    .mega-menu p {
      font-size: 1.8rem; } }
  .mega-menu p.h6 {
    font-family: PostGrotesk-Medium, sans-serif; }
    .mega-menu p.h6 a {
      border-bottom: none; }
      .mega-menu p.h6 a span {
        border-bottom: 1px solid transparent;
        transition: border 0.175s ease-in-out; }
      .mega-menu p.h6 a:hover span, .mega-menu p.h6 a:focus span {
        border-bottom-color: currentColor; }
      .mega-menu p.h6 a:after {
        display: inline-block;
        content: '';
        width: 6px;
        height: 11px;
        margin-left: 4px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NSAoNDM0NzUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlNoYXBlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjNTA1MURCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNTAwMDAwLCA2LjAwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtMy41MDAwMDAsIC02LjAwMDAwMCkgIiBwb2ludHM9IjMuNDU0NTQ1NDUgOSAtMiAzLjkyOTU3NzQ2IC0xIDMgMy40NTQ1NDU0NSA3LjIyNTM1MjExIDggMyA5IDMuOTI5NTc3NDYiPjwvcG9seWdvbj4KICAgIDwvZz4KPC9zdmc+);
        background-repeat: no-repeat;
        background-position: right center; }
  .mega-menu .current-menu-item a {
    border-color: currentColor; }
  .mega-menu .grid-cell-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
    height: 100%;
    padding: 0 18px; }
    .mega-menu .grid-cell-wrapper p {
      width: 100%; }
  .mega-menu ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mega-menu ul a {
    font-size: 1.6rem;
    color: #5051DB; }
  .mega-menu .menu-single-link a {
    font-size: 1.8rem;
    border-bottom: 1px solid transparent;
    transition: border 0.175s ease-in;
    color: #5051DB; }
    .mega-menu .menu-single-link a:hover, .mega-menu .menu-single-link a:focus {
      border-bottom-color: #5051DB; }

#menu-overlay {
  position: fixed;
  visibility: hidden;
  background-color: rgba(247, 247, 247, 0.75);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 101;
  transition: opacity 0.175s linear; }
  #menu-overlay.js-visible {
    visibility: visible;
    opacity: 1; }
    @media screen and (max-width: 699px) {
      #menu-overlay.js-visible {
        visibility: hidden;
        opacity: 0; } }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

.headroom--unpinned {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.js-noscroll .headroom {
  -ms-transform: translateY(0%) !important;
      transform: translateY(0%) !important; }

.nav-toggle {
  position: absolute;
  right: 30px;
  top: 50%;
  padding: 0;
  margin: 0;
  margin-top: -9px;
  height: auto;
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer; }
  @media screen and (min-width: 700px) {
    .nav-toggle {
      display: none; } }

.burger-icon {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -9px; }
  .burger-icon::after {
    top: 9px; }
  .js-active .burger-icon {
    background-color: transparent; }
  .js-active .burger-icon::before {
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  .js-active .burger-icon::after {
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg); }

.mobile-navigation {
  position: fixed;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.175s linear; }
  @media screen and (min-width: 700px) {
    .mobile-navigation {
      display: none; } }
  .mobile-navigation.js-visible {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .mobile-navigation a {
    color: #5051DB; }
  .mobile-navigation .current-menu-item a {
    font-family: PostGrotesk-Medium, sans-serif;
    border-left: 2px solid currentColor;
    padding-left: 8px; }
  .mobile-navigation .current-parent-menu-item > a {
    font-family: PostGrotesk-Book, sans-serif; }
  .mobile-navigation .container {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .mobile-navigation .js-active svg {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .mobile-navigation .js-active ~ div {
    display: block; }

.mobile-navigation__menu {
  margin-bottom: 30px; }
  .mobile-navigation__menu a {
    display: block; }
  .mobile-navigation__menu .sub-menu {
    font-size: 1.6rem;
    padding: 0 0 30px 30px; }
    .mobile-navigation__menu .sub-menu a {
      display: block;
      color: #5051DB; }
    .mobile-navigation__menu .sub-menu li:not(:last-child) {
      margin-bottom: 20px; }
    .mobile-navigation__menu .sub-menu__wrapper {
      display: none; }
  .mobile-navigation__menu .menu-item {
    border-bottom: 2px solid #F7F7F7; }
    .mobile-navigation__menu .menu-item > a {
      font-size: 2.6rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 30px 0;
      color: #5051DB;
      line-height: 1; }
    .mobile-navigation__menu .menu-item svg {
      display: inline-block;
      vertical-align: middle;
      fill: #5051DB;
      margin-top: -4px; }
  .mobile-navigation__menu p {
    color: #5051DB; }
    .mobile-navigation__menu p a {
      border: 0; }

.mobile-navigation__utility-menu li {
  margin-bottom: 30px; }

.mobile-navigation__footer {
  font-size: 1.6rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  bottom: 0;
  padding: 30px 0; }
  .mobile-navigation__footer a:hover svg,
  .mobile-navigation__footer a:focus svg {
    fill: #5051DB; }
  .mobile-navigation__footer svg {
    fill: #5051DB; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: auto;
  z-index: 1000;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.175s ease-in, visibility 0.175s ease-in; }
  .state-modal-open .modal {
    opacity: 1;
    visibility: visible; }
  .modal .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .modal .modal-header {
    padding: 18px 30px 20px 30px; }
    .modal .modal-header .logo {
      position: relative;
      left: 0; }
  .modal .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .modal .modal-content__wrapper {
    position: relative;
    background-color: #fff;
    opacity: 1;
    transition: opacity 0.4s ease-in; }
  .modal .js-loading {
    opacity: 0; }
  .modal--form .modal-content .container {
    display: block; }

.modal-content {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: margin 0.175s ease-in; }

.contact-form--modal .container {
  max-width: 700px; }

/**
 * Global sticky footer with flexbox
 *
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */
body {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  /* 1, 3 */
  -ms-flex-direction: column;
      flex-direction: column; }

#main-navigation,
.mobile-navigation,
.site-footer {
  -ms-flex: none;
      flex: none;
  /* 2 */ }

main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  /* 2 */
  width: 100%; }

.js-noscroll {
  height: 100%;
  overflow: hidden; }

.background--lighterGray {
  background-color: #F7F7F7; }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 479px) {
    .section {
      padding-top: 45px;
      padding-bottom: 45px; } }

.audiences {
  background-color: #F7F7F7; }
  .audiences .section {
    padding: 30px 0; }

.home .contact-form {
  margin-top: 30px; }

.home .large-text.section {
  padding-top: 120px; }
  @media screen and (max-width: 479px) {
    .home .large-text.section {
      padding-top: 60px; } }

.image-carousel-content ~ .stats-content.section {
  padding-top: 0; }

.basic-page__content {
  font-size: 1.8rem; }
  .basic-page__content p {
    font-size: 1.8rem; }
  .basic-page__content .container {
    max-width: 700px; }
  .basic-page__content h6 {
    font-size: 1.6rem;
    margin-top: 60px;
    font-family: PostGrotesk-Medium, sans-serif;
    font-weight: normal; }

@media screen and (max-width: 699px) {
  .page-template-page-values ul.list--columns li {
    margin-bottom: 15px !important; } }

.values-carousel .container {
  position: relative; }

.values-carousel .slick-prev {
  left: -28px;
  transition: left 0.175s ease-in; }
  [dir="rtl"] .values-carousel .slick-prev {
    left: auto;
    right: 0; }

.values-carousel .slick-next {
  right: -28px;
  transition: right 0.175s ease-in; }
  [dir="rtl"] .values-carousel .slick-next {
    left: 0;
    right: auto; }

.values-carousel .button-container {
  position: absolute;
  height: 70vh;
  max-height: 520px;
  width: calc(100% - 60px);
  z-index: 98; }
  @media screen and (max-width: 699px) {
    .values-carousel .button-container {
      height: 50vh; } }
  .values-carousel .button-container:hover .slick-next {
    right: 30px; }
  .values-carousel .button-container:hover .slick-prev {
    left: 30px; }

.values-carousel__item {
  margin-bottom: 120px; }

.title-content {
  font-size: 1.6rem;
  padding-right: 60px; }
  @media screen and (max-width: 699px) {
    .title-content {
      padding-right: 0;
      margin-bottom: 60px; } }

.values-carousel__image {
  margin-bottom: 60px; }
  .values-carousel__image img {
    width: 100%;
    height: 70vh;
    max-height: 520px; }
    @media screen and (max-width: 699px) {
      .values-carousel__image img {
        height: 50vh; } }
  .values-carousel__image .caption {
    width: 100%;
    padding: 0 10px;
    margin-top: 12px;
    border-left: 2px solid #5051DB;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
    font-family: PostGrotesk-BookItalic, sans-serif;
    opacity: 0;
    transition: opacity 0.175s ease-in; }

.navigation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 60px 0; }
  @media screen and (max-width: 699px) {
    .navigation-container {
      padding: 30px 0;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  .navigation-container svg {
    display: inline-block;
    height: 5px;
    width: 10px;
    fill: #00AD8B;
    vertical-align: top; }
  .navigation-container span {
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 699px) {
      .navigation-container span {
        max-width: 94%; } }
  .navigation-container button {
    font-size: 1.8rem;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #00AD8B;
    line-height: 1;
    text-align: left; }
    @media screen and (max-width: 699px) {
      .navigation-container button:first-child {
        margin-bottom: 30px; } }
  .navigation-container .nav-next span {
    margin-right: 10px; }
  .navigation-container .nav-next svg {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    margin-top: 6px; }
  .navigation-container .nav-next:focus {
    outline: none; }
  .navigation-container .nav-prev span {
    margin-left: 10px; }
  .navigation-container .nav-prev svg {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    margin-top: 6px; }
  .navigation-container .nav-prev:focus {
    outline: none; }

.page-id-166 .page-footer .cta-link, .page-id-166 .page-footer .cta-link-no-js,
.page-id-625 .page-footer .cta-link,
.page-id-625 .page-footer .cta-link-no-js,
.page-id-624 .page-footer .cta-link,
.page-id-624 .page-footer .cta-link-no-js,
.page-id-626 .page-footer .cta-link,
.page-id-626 .page-footer .cta-link-no-js,
.page-id-253 .page-footer .cta-link,
.page-id-253 .page-footer .cta-link-no-js {
  color: rgba(80, 81, 219, 0.73); }

.pagination {
  font-size: 1.8rem;
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  padding: 60px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pagination ul {
    list-style: none;
    padding: 0 30px;
    margin: 0; }
    .pagination ul > li {
      position: relative;
      display: inline-block;
      list-style: none;
      text-align: left;
      margin-right: 15px; }
  .pagination .current {
    padding: 4px 2px;
    cursor: default;
    border-bottom: 1px solid currentColor; }
  .pagination a {
    padding: 4px 2px;
    border-bottom: 1px solid transparent;
    transition: border 0.175s ease-in-out; }
    .pagination a:hover {
      border-bottom-color: currentColor; }
  .blog .pagination,
  .archive .pagination,
  .category .pagination,
  .page .pagination {
    color: rgba(80, 81, 219, 0.73); }
  .post-type-archive-press_release .pagination,
  .post-type-archive-news .pagination {
    color: rgba(0, 173, 139, 0.73); }

.category .page-header--basic {
  margin-bottom: 60px; }

.featured-positions.section {
  padding-top: 0; }

.featured-positions h3 {
  margin-bottom: 0; }

.featured-positions .grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.featured-positions .grid-cell {
  margin-top: 60px; }
  @media screen and (max-width: 879px) {
    .featured-positions .grid-cell {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media screen and (max-width: 699px) {
    .featured-positions .grid-cell {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.featured-positions h4 a {
  border-bottom: 1px solid transparent;
  transition: border 0.175s ease-in-out; }
  .featured-positions h4 a:hover {
    border-bottom-color: currentColor; }

.featured-positions__role {
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%; }

.featured-positions .label, .featured-positions .basic-page__content .gfield legend, .basic-page__content .gfield .featured-positions legend, .featured-positions
.basic-page__content .hbspt-form legend,
.basic-page__content .hbspt-form .featured-positions legend, .featured-positions
.page-template-page-contact .gfield legend,
.page-template-page-contact .gfield .featured-positions legend, .featured-positions
.page-template-page-contact .hbspt-form legend,
.page-template-page-contact .hbspt-form .featured-positions legend, .featured-positions
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .gfield .featured-positions legend, .featured-positions
.page-template-page-patient-opt-out .hbspt-form legend,
.page-template-page-patient-opt-out .hbspt-form .featured-positions legend, .featured-positions
.gravity-form-container .gfield legend,
.gravity-form-container .gfield .featured-positions legend, .featured-positions
.gravity-form-container .hbspt-form legend,
.gravity-form-container .hbspt-form .featured-positions legend {
  font-size: 1.6rem;
  font-family: PostGrotesk-Medium, sans-serif; }

.featured-positions .center {
  text-align: center;
  padding: 120px 0 0 0; }

.media-kit-assets .container {
  max-width: 700px; }

.media-kit-assets ul {
  max-width: 70%; }
  @media screen and (max-width: 879px) {
    .media-kit-assets ul {
      max-width: none; } }
  @media screen and (max-width: 699px) {
    .media-kit-assets ul {
      display: block; } }

.media-kit-assets li {
  margin-bottom: 30px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

.site-footer {
  padding: 110px 0; }
  @media screen and (max-width: 479px) {
    .site-footer {
      padding: 60px 0; } }
  .site-footer a {
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: color 0.175s ease-in, border 0.175s ease-in; }
    .site-footer a:hover, .site-footer a:focus {
      color: #3887F6;
      border-bottom-color: currentColor; }
  .site-footer .footer-logo-link {
    border-bottom: none; }
    .site-footer .footer-logo-link:hover, .site-footer .footer-logo-link:focus {
      border-bottom: none; }
  .site-footer .grid {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 16%; }
    @media screen and (min-width: 1120px) {
      .site-footer .grid {
        padding: 0 120px; } }
    @media screen and (max-width: 479px) {
      .site-footer .grid {
        display: block; } }
    @media screen and (max-width: ml-1px) {
      .site-footer .grid {
        padding: 0 10%; } }
    @media screen and (max-width: 699px) {
      .site-footer .grid {
        padding: 0 6%; } }
    @media screen and (max-width: 479px) {
      .site-footer .grid {
        padding: 0; } }
  .site-footer .footer-logo,
  .site-footer .footer-link,
  .site-footer .social-list {
    display: block; }
    @media screen and (max-width: 479px) {
      .site-footer .footer-logo,
      .site-footer .footer-link,
      .site-footer .social-list {
        margin: 0 auto 30px auto;
        text-align: center; } }
  @media screen and (max-width: 479px) {
    .site-footer .social-list {
      margin-bottom: 0; } }

.footer-list li {
  padding: 0 10px; }

@media screen and (max-width: 479px) {
  .social-list {
    margin-bottom: 0; } }

.social-list svg {
  transition: fill 0.175s ease-in; }

.social-list li {
  padding: 0 10px; }

.social-list a {
  display: block;
  border-bottom: none; }
  .social-list a:hover svg, .social-list a:focus svg {
    fill: #3887F6; }

.page-template-page-contact .page-header {
  padding: 60px 0 0 0; }

.page-template-page-contact .page-header__label {
  margin-bottom: 20px; }

.page-template-page-contact .contact-form {
  background-color: transparent; }
  .page-template-page-contact .contact-form form {
    padding-right: 0; }

@media screen and (max-width: 699px) {
  .page-template-page-contact .mktoForm {
    padding: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 699px) {
  .page-template-page-contact .mktoForm fieldset {
    padding: 0; } }

.page-template-page-contact .mktoForm > .mktoFormRow {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 699px) {
    .page-template-page-contact .mktoForm > .mktoFormRow {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px; } }

.page-template-page-contact .mktoForm > .mktoButtonRow {
  padding-left: 30px; }

.page-template-page-contact button[type="submit"] {
  border: 1px solid rgba(0, 173, 139, 0.73);
  color: rgba(0, 173, 139, 0.73); }
  .page-template-page-contact button[type="submit"]:hover, .page-template-page-contact button[type="submit"]:focus {
    background-color: rgba(0, 173, 139, 0.73);
    color: #fff; }

.single-location {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 699px) {
    .single-location {
      padding-right: 0;
      padding-left: 0; } }
  .single-location .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .single-location .grid-cell {
    padding-right: 30px; }
    @media screen and (max-width: 699px) {
      .single-location .grid-cell {
        padding-right: 0; } }
  @media screen and (max-width: 699px) {
    .single-location .location-info {
      padding: 0 30px; } }
  .single-location .phone-number,
  .single-location .email-address {
    font-size: 1.6rem;
    color: #00AD8B; }
  .single-location .email-address {
    margin-bottom: 15px; }

.acf-map {
  width: 100%;
  height: 76vh;
  max-height: 515px; }
  @media screen and (max-width: 879px) {
    .acf-map {
      max-height: 320px; } }
  @media screen and (max-width: 699px) {
    .acf-map {
      margin-bottom: 30px;
      max-height: 380px; } }
  @media screen and (max-width: 479px) {
    .acf-map {
      max-height: 280px; } }

.single-post .page-header--blog {
  margin-bottom: 0;
  padding-bottom: 60px; }
  @media screen and (max-width: 699px) {
    .single-post .page-header--blog {
      padding-bottom: 30px; } }

.page-header--blog .post-author {
  float: left;
  padding-right: 60px;
  font-size: 1.6rem; }

.page-header--blog .post-date {
  font-size: 1.6rem; }

.featured-image {
  position: relative;
  background: linear-gradient(to bottom, #5051db 0%, #5051db 50%, white 50%, white 100%); }
  .featured-image .container {
    padding-right: 150px;
    padding-left: 150px; }
    @media screen and (max-width: 699px) {
      .featured-image .container {
        padding-left: 30px;
        padding-right: 30px; } }
  .featured-image .caption {
    width: 100%;
    padding: 0 10px;
    margin-top: 12px;
    border-left: 2px solid #5051DB;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
    font-family: PostGrotesk-BookItalic, sans-serif; }

.blog .centered-content {
  padding-right: 180px;
  padding-left: 180px; }
  @media screen and (max-width: 879px) {
    .blog .centered-content {
      padding-right: 120px;
      padding-left: 120px; } }
  @media screen and (max-width: 699px) {
    .blog .centered-content {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 699px) {
    .blog .centered-content {
      padding-right: 0;
      padding-left: 0; } }
  .blog .centered-content p {
    padding-right: 90px; }
    @media screen and (max-width: 979px) {
      .blog .centered-content p {
        padding-right: 0; } }

.blog article a {
  transition: color 0.175s ease-in-out; }

.blog article a:hover,
.blog article a:focus {
  color: #5051DB;
  border-bottom-color: currentColor; }

.blog article ul {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none; }
  .blog article ul li {
    margin-bottom: 30px; }
    @media screen and (max-width: 699px) {
      .blog article ul li {
        font-size: 1.8rem; } }
  .blog article ul li::before {
    position: absolute;
    font-family: PostGrotesk-Bold, sans-serif;
    display: inline-block;
    left: 0;
    content: '- ';
    left: 0; }

.blog .meta-content a {
  transition: color 0.175s ease-in-out; }

.blog .meta-content a:hover,
.blog .meta-content a:focus {
  color: #5051DB;
  border-bottom-color: currentColor; }

.blog .post-list-row {
  border-bottom: 1px solid #D8D8D8;
  margin: 30px 0 0 0;
  padding-bottom: 30px; }
  .blog .post-list-row h4 {
    font-family: TiemposHeadline-Medium, serif; }
    .blog .post-list-row h4 a {
      transition: color 0.175s ease-in; }
      .blog .post-list-row h4 a:hover {
        color: rgba(80, 81, 219, 0.73); }

.blog #filter-navigation .filter-menu {
  border-top: 0; }

.blog #filter-navigation a {
  border-bottom: 1px solid transparent;
  transition: border 0.175s ease-in-out, color 0.175s ease-in; }
  .blog #filter-navigation a:hover, .blog #filter-navigation a.current-menu-item {
    border-bottom-color: currentColor;
    color: #5051DB; }

.blog .post-author {
  padding-right: 30px;
  font-family: PostGrotesk-Medium, sans-serif;
  font-size: 1.6rem; }

.blog .post-list-meta {
  float: right;
  width: 300px; }
  @media screen and (max-width: 699px) {
    .blog .post-list-meta {
      float: none;
      width: auto; } }
  .blog .post-list-meta p {
    margin-left: 60px;
    margin-bottom: 15px;
    font-size: 1.6rem; }
    @media screen and (max-width: 699px) {
      .blog .post-list-meta p {
        margin-left: 0; } }
  .blog .post-list-meta a {
    font-family: PostGrotesk-Medium, sans-serif;
    border-bottom: 1px solid transparent;
    transition: border 0.175s ease-in-out, color 0.175s ease-in; }
    .blog .post-list-meta a:hover, .blog .post-list-meta a.current-menu-item {
      border-bottom-color: currentColor;
      color: #5051DB; }
  .blog .post-list-meta .label, .blog .post-list-meta .basic-page__content .gfield legend, .basic-page__content .gfield .blog .post-list-meta legend, .blog .post-list-meta
  .basic-page__content .hbspt-form legend,
  .basic-page__content .hbspt-form .blog .post-list-meta legend, .blog .post-list-meta
  .page-template-page-contact .gfield legend,
  .page-template-page-contact .gfield .blog .post-list-meta legend, .blog .post-list-meta
  .page-template-page-contact .hbspt-form legend,
  .page-template-page-contact .hbspt-form .blog .post-list-meta legend, .blog .post-list-meta
  .page-template-page-patient-opt-out .gfield legend,
  .page-template-page-patient-opt-out .gfield .blog .post-list-meta legend, .blog .post-list-meta
  .page-template-page-patient-opt-out .hbspt-form legend,
  .page-template-page-patient-opt-out .hbspt-form .blog .post-list-meta legend, .blog .post-list-meta
  .gravity-form-container .gfield legend,
  .gravity-form-container .gfield .blog .post-list-meta legend, .blog .post-list-meta
  .gravity-form-container .hbspt-form legend,
  .gravity-form-container .hbspt-form .blog .post-list-meta legend {
    font-size: 1.6rem;
    font-family: PostGrotesk-Medium, sans-serif; }

.blog .meta-heading {
  font-size: 1.6rem;
  font-family: PostGrotesk-Bold, sans-serif;
  margin-top: 60px;
  margin-bottom: 30px; }

.blog .meta-heading.meta-heading-author {
  margin-bottom: -30px; }

.blog .author-name a {
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 8px; }

.blog .author-title {
  font-size: 1.8rem; }

.blog .author-bio {
  font-size: 1.6rem; }

.blog .author-photo {
  float: left;
  margin-right: 30px;
  width: 75px;
  height: 75px;
  border-radius: 50%; }

.blog .featured-image-spacer {
  margin-bottom: 160px; }

.blog .blog-back {
  margin-top: 40px; }

.blog .blog-back::before {
  position: absolute;
  left: -24px;
  content: '←';
  display: inline-block;
  margin-right: 10px; }

.single-post figure {
  margin: 0 90px 30px 0;
  width: auto !important;
  max-width: 700px !important; }
  @media screen and (max-width: 979px) {
    .single-post figure {
      margin-right: 0; } }
  @media screen and (max-width: 699px) {
    .single-post figure {
      margin: 30px 0; } }
  .single-post figure img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }

.single-post figcaption {
  width: 100%;
  padding: 0 10px;
  margin-top: 12px;
  border-left: 2px solid #5051DB;
  font-size: 1.2rem;
  line-height: calc(16 / 12);
  font-family: PostGrotesk-BookItalic, sans-serif; }

.social-share svg {
  fill: #5051DB; }

.social-share li:first-child {
  padding-left: 0; }

.social-share a:hover svg, .social-share a:focus svg {
  fill: #4A4A4A; }

.social-share .js-tooltip::after {
  font-size: 1.6rem;
  position: absolute;
  display: inline-block;
  left: 100%;
  top: 0;
  content: 'Link copied';
  width: 100px;
  padding: 4px;
  line-height: 1;
  background-color: #F7F7F7;
  text-align: center; }

.meta-author {
  margin-top: 60px;
  margin-bottom: 30px; }

.gravity-form-container .validation_error {
  display: none; }

.gravity-form-container .gform_wrapper .top_label input.medium {
  width: 100%; }

.gravity-form-container input[type="submit"] {
  font-size: 16px !important; }

.gravity-form-container .gform_wrapper .validation_message {
  color: #e51b00;
  font-weight: normal; }

.gravity-form-container .gform_wrapper .top_label .gfield_label {
  display: none; }

.gravity-form-container .gform_wrapper li.gfield_error input[type=text] {
  border: 0;
  border-bottom: 1px solid #00AD8B; }

.gravity-form-container .gform_wrapper .gfield_required {
  color: #5051DB;
  display: none; }

.gravity-form-container .gform_confirmation_message {
  color: #00AD8B;
  text-align: center;
  font-size: 3rem; }

.gravity-form-container .gform_wrapper {
  margin: 0;
  max-width: 100%; }

.gravity-form-container .gform_wrapper .gform_footer {
  padding-top: 0px;
  padding: 0;
  margin: 0; }

.gravity-form-container .gform_wrapper li.gfield.gfield_error,
.gravity-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0; }

.gravity-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-left: 0;
  max-width: 100%; }

.gravity-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0 !important; }

.gravity-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin-left: 0 !important; }

.gravity-form-container .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0; }

.gravity-form-container .gform_wrapper .top_label .gfield_description.validation_message, .gravity-form-container .gform_wrapper .gfield_description.validation_message,
.gravity-form-container .gform_wrapper .instruction {
  margin: 0;
  padding-top: 5px !important; }

.gravity-form-container .gform_wrapper .top_label .gfield_error {
  width: 100% !important; }

.publications-page__content .post-list-row {
  font-family: PostGrotesk-Book, sans-serif;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D8D8D8;
  position: relative; }
  .publications-page__content .post-list-row:first-child {
    border-top: 1px solid #D8D8D8;
    padding-top: 60px; }

.publications-page__content h4 {
  font-family: PostGrotesk-Book, sans-serif; }
  @media screen and (max-width: 699px) {
    .publications-page__content h4 {
      font-size: 2rem; } }
  .publications-page__content h4 a {
    display: inline-block;
    position: relative;
    transition: color 0.175s ease-in;
    padding-right: 60px; }
    .publications-page__content h4 a:hover {
      color: rgba(80, 81, 219, 0.73); }

.publications-page__content .authors {
  font-size: 1.8rem; }
  @media screen and (max-width: 699px) {
    .publications-page__content .authors {
      font-size: 1.6rem;
      margin-bottom: 30px; } }

.publications-page__content .post-list-arrow {
  position: absolute;
  right: 0;
  top: 0; }

.publications-page__content .post-list-meta {
  float: right;
  width: 300px; }
  @media screen and (max-width: 699px) {
    .publications-page__content .post-list-meta {
      float: none;
      width: auto;
      padding-right: 30px; } }
  .publications-page__content .post-list-meta p {
    margin-left: 60px;
    margin-bottom: 15px;
    font-size: 1.6rem; }
    @media screen and (max-width: 699px) {
      .publications-page__content .post-list-meta p {
        margin-left: 0; } }
  .publications-page__content .post-list-meta a {
    font-family: PostGrotesk-Medium, sans-serif;
    border-bottom: 1px solid transparent;
    transition: border 0.175s ease-in-out, color 0.175s ease-in; }
    .publications-page__content .post-list-meta a:hover, .publications-page__content .post-list-meta a.current-menu-item {
      border-bottom-color: currentColor;
      color: #5051DB; }
  .publications-page__content .post-list-meta .label, .publications-page__content .post-list-meta .basic-page__content .gfield legend, .basic-page__content .gfield .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .basic-page__content .hbspt-form legend,
  .basic-page__content .hbspt-form .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .page-template-page-contact .gfield legend,
  .page-template-page-contact .gfield .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .page-template-page-contact .hbspt-form legend,
  .page-template-page-contact .hbspt-form .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .page-template-page-patient-opt-out .gfield legend,
  .page-template-page-patient-opt-out .gfield .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .page-template-page-patient-opt-out .hbspt-form legend,
  .page-template-page-patient-opt-out .hbspt-form .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .gravity-form-container .gfield legend,
  .gravity-form-container .gfield .publications-page__content .post-list-meta legend, .publications-page__content .post-list-meta
  .gravity-form-container .hbspt-form legend,
  .gravity-form-container .hbspt-form .publications-page__content .post-list-meta legend {
    font-size: 1.6rem;
    font-family: PostGrotesk-Medium, sans-serif; }

.publication__content .publication__title, .publication__content p {
  padding: 0 30px 0 30px; }

.publication__content img {
  margin-bottom: 60px; }

.publication-footer {
  max-width: 700px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto; }
  .publication-footer .label, .publication-footer .basic-page__content .gfield legend, .basic-page__content .gfield .publication-footer legend, .publication-footer
  .basic-page__content .hbspt-form legend,
  .basic-page__content .hbspt-form .publication-footer legend, .publication-footer
  .page-template-page-contact .gfield legend,
  .page-template-page-contact .gfield .publication-footer legend, .publication-footer
  .page-template-page-contact .hbspt-form legend,
  .page-template-page-contact .hbspt-form .publication-footer legend, .publication-footer
  .page-template-page-patient-opt-out .gfield legend,
  .page-template-page-patient-opt-out .gfield .publication-footer legend, .publication-footer
  .page-template-page-patient-opt-out .hbspt-form legend,
  .page-template-page-patient-opt-out .hbspt-form .publication-footer legend, .publication-footer
  .gravity-form-container .gfield legend,
  .gravity-form-container .gfield .publication-footer legend, .publication-footer
  .gravity-form-container .hbspt-form legend,
  .gravity-form-container .hbspt-form .publication-footer legend {
    font-size: 1.6rem;
    font-family: PostGrotesk-Medium, sans-serif; }

@media screen and (max-width: 699px) {
  .post-list-content {
    padding-right: 30px; } }

.publication-flatiron-authored {
  background-color: rgba(80, 81, 219, 0.1);
  padding: 2px 2px 1px 2px; }

.news-hero .grid {
  -ms-flex-align: start;
      align-items: flex-start; }

.news-hero .subhead {
  font-size: 1.8rem;
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  margin-bottom: 60px;
  color: #231F20; }

.news-hero .label, .news-hero .basic-page__content .gfield legend, .basic-page__content .gfield .news-hero legend, .news-hero
.basic-page__content .hbspt-form legend,
.basic-page__content .hbspt-form .news-hero legend, .news-hero
.page-template-page-contact .gfield legend,
.page-template-page-contact .gfield .news-hero legend, .news-hero
.page-template-page-contact .hbspt-form legend,
.page-template-page-contact .hbspt-form .news-hero legend, .news-hero
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .gfield .news-hero legend, .news-hero
.page-template-page-patient-opt-out .hbspt-form legend,
.page-template-page-patient-opt-out .hbspt-form .news-hero legend, .news-hero
.gravity-form-container .gfield legend,
.gravity-form-container .gfield .news-hero legend, .news-hero
.gravity-form-container .hbspt-form legend,
.gravity-form-container .hbspt-form .news-hero legend {
  margin-top: 15px; }
  @media screen and (max-width: 699px) {
    .news-hero .label, .news-hero .basic-page__content .gfield legend, .basic-page__content .gfield .news-hero legend, .news-hero
    .basic-page__content .hbspt-form legend,
    .basic-page__content .hbspt-form .news-hero legend, .news-hero
    .page-template-page-contact .gfield legend,
    .page-template-page-contact .gfield .news-hero legend, .news-hero
    .page-template-page-contact .hbspt-form legend,
    .page-template-page-contact .hbspt-form .news-hero legend, .news-hero
    .page-template-page-patient-opt-out .gfield legend,
    .page-template-page-patient-opt-out .gfield .news-hero legend, .news-hero
    .page-template-page-patient-opt-out .hbspt-form legend,
    .page-template-page-patient-opt-out .hbspt-form .news-hero legend, .news-hero
    .gravity-form-container .gfield legend,
    .gravity-form-container .gfield .news-hero legend, .news-hero
    .gravity-form-container .hbspt-form legend,
    .gravity-form-container .hbspt-form .news-hero legend {
      margin-bottom: 30px; } }

.news-hero .cta-link, .news-hero .cta-link-no-js {
  color: rgba(0, 173, 139, 0.73); }
  .news-hero .cta-link:hover, .news-hero .cta-link-no-js:hover {
    color: #00AD8B; }

.featured-news h3 {
  margin-bottom: 60px; }

.featured-news h5 {
  margin-top: 0; }

@media screen and (max-width: 699px) {
  .featured-news .grid-cell:first-of-type {
    margin-bottom: 60px; } }

.featured-news .cta-link, .featured-news .cta-link-no-js {
  color: rgba(0, 173, 139, 0.73); }
  .featured-news .cta-link:hover, .featured-news .cta-link-no-js:hover {
    color: #00AD8B; }

.featured-news .subhead {
  font-size: 1.8rem;
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  margin-bottom: 30px; }

.featured-news__media {
  margin-bottom: 30px; }
  .featured-news__media .fit {
    height: 266px;
    width: 100%; }

.featured-news__meta {
  padding: 0 30px; }
  @media screen and (max-width: 479px) {
    .featured-news__meta {
      padding: 0 15px; } }

.featured-news .center {
  text-align: center;
  padding: 60px 0 0 0; }

.press-release-about h6 {
  margin-top: 0; }

@media screen and (max-width: 699px) {
  .press-media-contact .grid-cell:first-of-type {
    margin-bottom: 60px; } }

.press-media-contact .cta-link, .press-media-contact .cta-link-no-js {
  color: rgba(0, 173, 139, 0.73); }
  .press-media-contact .cta-link:hover, .press-media-contact .cta-link-no-js:hover {
    color: #00AD8B; }

.pr-contact,
.media-kit {
  padding-right: 90px; }
  @media screen and (max-width: 879px) {
    .pr-contact,
    .media-kit {
      padding-right: 30px; } }

.pr-contact .cta-link:first-of-type, .pr-contact .cta-link-no-js:first-of-type {
  margin-bottom: 30px; }

.press-release__content {
  margin-top: 60px; }

.press-release__title {
  margin-bottom: 60px; }

.press-release__meta {
  font-size: 1.6rem;
  font-family: PostGrotesk-Medium, sans-serif; }

.press-release-fotoer .container {
  max-width: 880px; }

.press-release-fotoer .label, .press-release-fotoer .basic-page__content .gfield legend, .basic-page__content .gfield .press-release-fotoer legend, .press-release-fotoer
.basic-page__content .hbspt-form legend,
.basic-page__content .hbspt-form .press-release-fotoer legend, .press-release-fotoer
.page-template-page-contact .gfield legend,
.page-template-page-contact .gfield .press-release-fotoer legend, .press-release-fotoer
.page-template-page-contact .hbspt-form legend,
.page-template-page-contact .hbspt-form .press-release-fotoer legend, .press-release-fotoer
.page-template-page-patient-opt-out .gfield legend,
.page-template-page-patient-opt-out .gfield .press-release-fotoer legend, .press-release-fotoer
.page-template-page-patient-opt-out .hbspt-form legend,
.page-template-page-patient-opt-out .hbspt-form .press-release-fotoer legend, .press-release-fotoer
.gravity-form-container .gfield legend,
.gravity-form-container .gfield .press-release-fotoer legend, .press-release-fotoer
.gravity-form-container .hbspt-form legend,
.gravity-form-container .hbspt-form .press-release-fotoer legend {
  font-size: 1.6rem;
  font-family: PostGrotesk-Medium, sans-serif; }

.press-release-fotoer .cta-link, .press-release-fotoer .cta-link-no-js {
  color: rgba(0, 173, 139, 0.73); }
  .press-release-fotoer .cta-link:hover, .press-release-fotoer .cta-link-no-js:hover {
    color: #00AD8B; }

.press-contact .cta-link:first-of-type, .press-contact .cta-link-no-js:first-of-type {
  margin-bottom: 30px; }

.post-type-archive header {
  margin-bottom: 60px; }

.post-type-archive .filter-menu--posts a {
  color: rgba(0, 173, 139, 0.73);
  border-bottom: 1px solid transparent;
  transition: border 0.175s ease-in-out; }
  .post-type-archive .filter-menu--posts a:hover {
    color: #00AD8B;
    border-bottom-color: currentColor; }

.post-type-archive .filter-menu__current-item a {
  color: #00AD8B;
  border-bottom-color: currentColor; }

.archive-list.section {
  padding-top: 30px;
  padding-bottom: 30px; }

.archive-list__item {
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #D8D8D8; }

.archive-list__subhead {
  font-size: 1.8rem;
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  margin-top: 30px;
  color: #231F20; }

.archive-list h5, .archive-list p {
  margin-bottom: 0; }

.archive-list h5 {
  margin-top: 0;
  padding-right: 135px; }

.archive-list a {
  transition: color 0.175s ease-in-out; }
  .archive-list a:hover {
    color: #00AD8B; }
  .archive-list a:visited {
    color: #8CDACA; }
  .archive-list a.link-arrow:after {
    font-size: 2rem;
    font-family: PostGrotesk-Book, sans-serif;
    font-weight: normal;
    content: '→';
    display: inline;
    margin-left: 15px; }

.page-template-greenhouse-open-positions #filter-navigation,
.job-post__wrapper #filter-navigation {
  margin: 60px 0; }

.filter-menu--positions {
  padding: 0; }
  @media screen and (max-width: 699px) {
    .filter-menu--positions {
      display: block; } }
  .filter-menu--positions li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px 0 30px 0;
    font-family: PostGrotesk-Book, sans-serif;
    color: #00AD8B;
    line-height: 1.2; }
    .filter-menu--positions li.js-active span,
    .filter-menu--positions li span:hover {
      color: #00AD8B; }
    .filter-menu--positions li span {
      color: rgba(0, 173, 139, 0.73);
      transition: color 0.175s ease-in-out;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
    .filter-menu--positions li:before {
      position: relative;
      content: '';
      max-height: 20px;
      max-width: 21px;
      padding: 2px 6.5px;
      margin-right: 18px;
      font-size: 1.1rem;
      line-height: 1.6;
      border-radius: 100%;
      text-align: center; }
  .filter-menu--positions .js-active:before {
    content: 'X';
    background-color: #F7F7F7;
    margin-right: 11px;
    cursor: pointer; }
  .filter-menu--positions .clear-department {
    font-size: 1.8rem;
    font-family: PostGrotesk-Medium, sans-serif;
    opacity: 0;
    visibility: hidden; }
    .filter-menu--positions .clear-department.js-visible {
      opacity: 1;
      visibility: visible; }
  .filter-menu--positions span {
    border-bottom: 1px solid transparent;
    transition: border 0.175s ease-in-out; }

.job-post {
  padding-top: 60px; }

.related-jobs {
  display: none; }
  .related-jobs.js-visible {
    display: block; }
  .related-jobs a {
    font-size: 1.6rem;
    color: #00AD8B;
    border-bottom: 1px solid transparent;
    transition: border 0.175s ease-in; }
    .related-jobs a:hover {
      border-bottom-color: #00AD8B; }

.fuzzy-search,
.search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjIiPjxzdHlsZT4uc3Qwe2ZpbGw6IzAwYWQ4Yn08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMS43IDIwLjNsLTQtNGMzLjItMy45IDMtOS43LS43LTEzLjRDMTMuMi0xIDYuOC0xIDIuOSAyLjktMSA2LjgtMSAxMy4yIDIuOSAxNy4xIDQuOSAxOSA3LjQgMjAgMTAgMjBjMi4yIDAgNC41LS44IDYuMy0yLjNsNCA0IDEuNC0xLjR6TTQuMyAxNS43Yy0zLjEtMy4xLTMuMS04LjIgMC0xMS4zQzUuOSAyLjggOCAyIDEwIDJzNC4xLjggNS43IDIuM2MzLjEgMy4xIDMuMSA4LjIgMCAxMS4zcy04LjIgMy4yLTExLjQuMXoiLz48L3N2Zz4=);
  background-position: left center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  text-indent: 30px;
  margin: 26px 0 26px 30px;
  color: #00AD8B;
  width: calc(100% - 30px); }
  .fuzzy-search:-moz-placeholder,
  .search:-moz-placeholder {
    color: #00AD8B; }
  .fuzzy-search::-moz-placeholder,
  .search::-moz-placeholder {
    color: #00AD8B; }
  .fuzzy-search:-ms-input-placeholder,
  .search:-ms-input-placeholder {
    color: #00AD8B; }
  .fuzzy-search::-webkit-input-placeholder,
  .search::-webkit-input-placeholder {
    color: #00AD8B; }

.department-list {
  font-size: 1.8rem;
  border-top: 1px solid #D8D8D8;
  padding: 30px 0; }
  @media screen and (max-width: 699px) {
    .department-list {
      display: none; } }

#jobs {
  font-family: PostGrotesk-Book, sans-serif;
  font-weight: normal;
  font-size: 2.6rem; }
  @media screen and (max-width: 879px) {
    #jobs {
      font-size: 2rem; } }
  #jobs li {
    padding: 30px;
    border-bottom: 1px solid #D8D8D8; }
  #jobs a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
    opacity: 1;
    transition: color 0.175s ease-in; }
    #jobs a:hover {
      color: #00AD8B; }
    #jobs a:visited {
      color: #8CDACA; }
  #jobs .location {
    font-size: 1.8rem;
    margin-left: 30px;
    vertical-align: top; }
  #jobs .job-description {
    display: none; }

/*# sourceMappingURL=styles.min.css.map */
