@-webkit-keyframes gradientAnimation {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@-moz-keyframes gradientAnimation {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@keyframes gradientAnimation {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@font-face {
  font-family: 'MDLórien-Regular';
  src: url("/assets/fonts/MDLórien-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MDLórien-Regular';
  src: url("/assets/fonts/MDLórien-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TheFuture-Light';
  src: url("/assets/fonts/TheFuture-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TheFuture-Regular';
  src: url("/assets/fonts/TheFuture-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TheFuture-Medium';
  src: url("/assets/fonts/TheFuture-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: TheFuture-Regular, sans-serif;
  color: #1E1E1E;
  background-color: #F4F1EA;
  font-weight: 500;
  overflow-x: hidden; }

main {
  position: relative;
  padding-top: 200px;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #1E1E1E; }
  a:link, a:visited, a:active, a:hover {
    text-decoration: none; }
  a:hover {
    color: #1E1E1E; }

p, a, ul, li {
  font-weight: 500;
  font-style: normal; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1E1E1E; }

h1, h2, h3, h4, h5, h6 {
  font-family: MDLórien-Regular;
  margin: 0;
  font-weight: 400; }

p {
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  font-weight: 300;
  color: #1E1E1E; }

p strong {
  font-weight: 600; }

sup {
  font-size: 60%;
  left: 1px;
  margin-right: 2px; }

.row-wrapper .grid-container {
  max-width: 1800px;
  margin: 0px auto; }
  .row-wrapper .grid-container .container {
    padding-left: 100px;
    padding-right: 100px; }
  .row-wrapper .grid-container::after {
    clear: both;
    content: "";
    display: block; }

.row-wrapper.posRelative {
  position: relative; }

.halfSplitCol {
  float: left;
  width: 50%; }

.scrollLock {
  position: relative;
  overflow: hidden !important; }

.floatLeft {
  float: left;
  display: block; }

.floatRight {
  float: right;
  display: block; }

.imageFloatLeft {
  float: left;
  display: block;
  margin: 10px 10px 10px 0; }

.imageFloatRight {
  float: right;
  display: block;
  margin: 10px 0 10px 10px; }

.hidden {
  display: none; }

.clear {
  clear: both;
  height: 0; }

.showMobile {
  display: none; }

.show960 {
  display: none; }

.overflowX {
  overflow-x: hidden; }

.bg-white {
  background-color: #FFFFFF; }

.bg-black {
  background-color: #1E1E1E; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:focus {
  outline: 0; }

.embed_media {
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
  margin-top: 30px; }
  .embed_media object, .embed_media embed, .embed_media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9B9D;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF; }

body.scrollLock {
  position: relative; }

header {
  position: relative;
  z-index: 300; }

.home .mastheadContainer, .your-care .mastheadContainer, .our-origins .mastheadContainer {
  animation: none; }

.home.loaded .mastheadContainer, .your-care.loaded .mastheadContainer, .our-origins.loaded .mastheadContainer {
  animation: 0.9s cubic-bezier(0.25, 0.55, 0.52, 0.9) 0s 1 animateMasthead; }

.mastheadContainer {
  width: calc(100% - 200px);
  padding-top: 64px;
  position: absolute;
  left: 0;
  animation: 0.9s cubic-bezier(0.25, 0.55, 0.52, 0.9) 0s 1 animateMasthead; }
  .mastheadContainer .logoContainer {
    display: block;
    float: left;
    position: relative;
    z-index: 950;
    max-width: 70px; }
    .mastheadContainer .logoContainer a svg {
      display: block;
      max-width: 100%;
      height: auto;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .mastheadContainer .logoContainer:hover a svg {
      opacity: .5;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mastheadContainer.open .logoContainer {
    position: fixed;
    -webkit-animation-name: mobileLogoFixed;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.2s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 1.2s;
    animation-name: mobileLogoFixed;
    animation-fill-mode: forwards;
    animation-delay: .5s;
    opacity: 1; }
  .mastheadContainer.open.scrollDown #menuBtn {
    background-color: #1E1E1E; }
  .mastheadContainer .navContainer {
    float: right; }
    .mastheadContainer .navContainer li {
      display: none;
      margin-left: 80px;
      position: relative; }
      .mastheadContainer .navContainer li:first-child {
        margin-left: 0; }
      .mastheadContainer .navContainer li:nth-child(4) {
        margin-left: 200px; }
      .mastheadContainer .navContainer li a {
        color: #1E1E1E;
        display: inline-block;
        font-family: TheFuture-Medium;
        letter-spacing: 0.4px;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        padding-top: 23px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .mastheadContainer .navContainer li a:hover {
          color: #1E1E1E; }
          .mastheadContainer .navContainer li a:hover::after {
            transform: translate(0, 0);
            background: #BD8052; }
        .mastheadContainer .navContainer li a::after {
          content: '';
          display: block;
          height: 8px;
          width: 8px;
          background-color: transparent;
          position: absolute;
          top: 1px;
          transform: translate(0, -3px);
          left: calc(50% - 2px);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .mastheadContainer .navContainer li.active a::after {
        transform: translate(0, 0);
        background: #BD8052; }

.mainNavOverlay {
  display: none;
  position: fixed;
  z-index: 900;
  background-color: #F4F1EA;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  top: 0; }
  .mainNavOverlay.open {
    display: block;
    -webkit-animation-name: mobileMenuSlide;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: mobileMenuSlide;
    animation-duration: 1s; }
    .mainNavOverlay.open .navContainer ul li {
      -webkit-animation-name: mobileNavItemFade;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 1s;
      /* Safari 4.0 - 8.0 */
      animation-name: mobileNavItemFade;
      animation-duration: 1s;
      animation-direction: normal;
      animation-fill-mode: forwards;
      animation-iteration-count: 1; }
      .mainNavOverlay.open .navContainer ul li:nth-child(2) {
        animation-delay: .2s; }
      .mainNavOverlay.open .navContainer ul li:nth-child(3) {
        animation-delay: .4s; }
      .mainNavOverlay.open .navContainer ul li:nth-child(4) {
        animation-delay: .6s; }
      .mainNavOverlay.open .navContainer ul li:nth-child(5) {
        animation-delay: .8s; }
      .mainNavOverlay.open .navContainer ul li.active a {
        background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        position: relative; }
        .mainNavOverlay.open .navContainer ul li.active a::after {
          content: '';
          display: block;
          height: 1.5px;
          width: 100%;
          background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
          position: absolute;
          bottom: -3px; }
  .mainNavOverlay .logoContainer {
    cursor: pointer;
    margin-left: 15px;
    margin-top: 15px; }
    .mainNavOverlay .logoContainer svg {
      height: 35px;
      width: 181px;
      -webkit-backface-visibility: hidden; }
  .mainNavOverlay .navContainer {
    text-align: center;
    padding-top: 160px; }
    .mainNavOverlay .navContainer ul li {
      margin-bottom: 30px;
      opacity: 0; }
      .mainNavOverlay .navContainer ul li a {
        color: #1E1E1E;
        font-size: 48px;
        line-height: 56px;
        font-family: MDLórien-Regular;
        display: inline-block; }
        .mainNavOverlay .navContainer ul li a.utility {
          font-family: TheFuture-Regular;
          font-size: 22px;
          line-height: 32px; }
      .mainNavOverlay .navContainer ul li:nth-child(4) {
        margin-bottom: 35px; }

@-webkit-keyframes mobileNavItemFade {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

#menuBtn {
  display: none;
  z-index: 910;
  width: 60px;
  height: 56px;
  top: 42px;
  right: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: fixed;
  background: rgba(244, 241, 234, 0.8);
  border-radius: 8px 0 0 8px; }

#menuBtn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #1E1E1E;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menuBtn span:nth-child(1) {
  top: 19px;
  left: 24px;
  width: 20px; }

#menuBtn span:nth-child(2), #menuBtn span:nth-child(3) {
  top: 28px;
  left: 14px; }

#menuBtn span:nth-child(4) {
  top: 37px;
  left: 26px;
  width: 18px; }

#menuBtn.open span:nth-child(1) {
  width: 0%;
  left: auto;
  right: 15px; }

#menuBtn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 15px; }

#menuBtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px; }

#menuBtn.open span:nth-child(4) {
  width: 0%;
  left: auto;
  right: 15px; }

@-webkit-keyframes animateMasthead {
  from {
    opacity: 0;
    transform: translateY(-120px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes mobileMenuSlide {
  from {
    opacity: 0;
    transform: translateY(-120px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

footer .footerContent {
  padding: 100px 0 50px;
  position: relative; }
  footer .footerContent h3 {
    max-width: 710px;
    font-size: 46px;
    line-height: 56px;
    color: #1E1E1E;
    margin-bottom: 80px; }

footer .footerItems .footerCol {
  column-count: 3;
  column-width: 200px;
  max-width: 800px;
  margin-right: 40px; }
  footer .footerItems .footerCol ul {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%; }
    footer .footerItems .footerCol ul li {
      margin-bottom: 12px; }
      footer .footerItems .footerCol ul li:first-child {
        color: #1E1E1E;
        font-family: TheFuture-Medium; }
  footer .footerItems .footerCol li, footer .footerItems .footerCol li a {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .2px;
    color: #555555;
    font-family: TheFuture-Regular; }
  footer .footerItems .footerCol li a {
    position: relative; }
    footer .footerItems .footerCol li a:hover::after {
      width: 100%; }
    footer .footerItems .footerCol li a::after {
      content: '';
      display: block;
      height: 2px;
      width: 0;
      background-color: #555555;
      position: absolute;
      bottom: -3px;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

footer .footerUtility {
  text-align: right; }
  footer .footerUtility .address {
    margin-right: 50px;
    margin-bottom: 30px; }
    footer .footerUtility .address p {
      font-size: 16px;
      line-height: 28px; }
      footer .footerUtility .address p.title {
        font-family: TheFuture-Medium; }
  footer .footerUtility .legal ul {
    display: flex;
    justify-content: right; }
    footer .footerUtility .legal ul li {
      display: inline-block;
      font-size: 16px; }
      footer .footerUtility .legal ul li a {
        font-size: 16px;
        line-height: 28px;
        margin-right: 50px; }
        footer .footerUtility .legal ul li a:hover {
          color: #1E1E1E;
          text-decoration: underline; }
      footer .footerUtility .legal ul li.social a {
        margin-right: 40px; }
        footer .footerUtility .legal ul li.social a:hover g, footer .footerUtility .legal ul li.social a:hover g path, footer .footerUtility .legal ul li.social a:hover polygon {
          fill: #1E1E1E; }
      footer .footerUtility .legal ul li.social:last-child a {
        margin-right: 50px; }

/* GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL  */
/* GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL  */
#overlayLoader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F4F1EA;
  transition: 1s .4s;
  text-align: center;
  transition: all .25s ease-out; }
  #overlayLoader .overlayContainer {
    position: relative;
    height: 100%; }
    #overlayLoader .overlayContainer .overlayContent {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #overlayLoader .overlayContainer .overlayContent h3 {
        display: inline-block;
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
        font-weight: 500;
        position: relative; }
      #overlayLoader .overlayContainer .overlayContent .loadIcon {
        width: 200px; }

.cta-btn {
  display: inline-block;
  background-color: #333639;
  border: 2px solid #333639;
  border-radius: 100px;
  font-size: 24px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 18px 18px 15px 22px;
  width: 180px;
  max-width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cta-btn svg {
    float: right; }
  .cta-btn:hover {
    background-color: #f1f1f1;
    color: #1E1E1E;
    border: 2px solid #1E1E1E; }
    .cta-btn:hover svg g {
      fill: #1E1E1E;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.cta-link {
  display: inline-block;
  position: relative;
  color: #F4F1EA;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 12px;
  background-image: url("/assets/img/icon_arrow_next_tout.svg");
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 36px; }
  .cta-link::after {
    content: '';
    display: block;
    height: 1.5px;
    width: 100%;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: -8px;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cta-link:hover {
    color: #FFFFFF;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .cta-link:hover::after {
      width: 50%;
      transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.cta-link-list {
  display: inline-block;
  position: relative;
  color: #555555;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none; }
  .cta-link-list::after {
    content: '';
    display: block;
    height: 1.5px;
    width: 100%;
    background-color: #555555;
    position: absolute;
    bottom: -6px;
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cta-link-list:hover {
    color: #1E1E1E; }
    .cta-link-list:hover::after {
      height: 4px;
      transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      background-color: #1E1E1E; }

.formHeadline h2 {
  font-size: 138px;
  line-height: 145px;
  background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 1040px;
  margin-bottom: 130px; }

.formBlock {
  background-color: #F4F1EA; }
  .formBlock .grid-container .container {
    padding-top: 120px;
    padding-bottom: 200px;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1600px;
    margin: 0 auto; }
  .formBlock.hubspotPadding .formSideContent {
    margin-top: 32px; }
  .formBlock.hubspotPadding .container {
    padding-top: 0;
    padding-bottom: 100px; }
  .formBlock .formSideContent {
    flex: 0 1 540px;
    margin-right: 100px; }
    .formBlock .formSideContent h3 {
      font-size: 46px;
      line-height: 56px;
      color: #1E1E1E;
      margin-bottom: 36px; }
    .formBlock .formSideContent p {
      color: #555555;
      font-size: 24px;
      line-height: 40px; }
  .formBlock .formStandard {
    flex: 1 1 auto; }
  .formBlock .formContainer {
    display: flex; }
    .formBlock .formContainer p {
      color: #555555;
      font-size: 24px;
      line-height: 40px;
      margin-bottom: 46px; }
      .formBlock .formContainer p.title {
        color: #f1f1f1;
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 36px;
        font-family: MDLórien-Regular; }
      .formBlock .formContainer p:last-child {
        margin-bottom: 0; }
    .formBlock .formContainer a {
      color: #555555;
      font-size: 24px;
      line-height: 40px;
      text-decoration: underline; }
      .formBlock .formContainer a:hover {
        text-decoration: none; }

.lightBackgroundForm {
  background-color: inherit; }
  .lightBackgroundForm .formContainer p, .lightBackgroundForm .formContainer a {
    color: #555555; }
  .lightBackgroundForm .formContainer .formStandard input[type="text"], .lightBackgroundForm .formContainer .formStandard input[type="tel"], .lightBackgroundForm .formContainer .formStandard input[type="email"] {
    box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: black; }
    .lightBackgroundForm .formContainer .formStandard input[type="text"]:focus, .lightBackgroundForm .formContainer .formStandard input[type="tel"]:focus, .lightBackgroundForm .formContainer .formStandard input[type="email"]:focus {
      border-color: #1E1E1E; }
  .lightBackgroundForm .formContainer [type="radio"]:checked + label {
    color: #1E1E1E; }
  .lightBackgroundForm .formContainer [type="radio"]:checked + label:after, .lightBackgroundForm .formContainer [type="radio"]:not(:checked) + label:after {
    background: #1E1E1E; }
  .lightBackgroundForm .formContainer .formStandard [type="radio"]:checked + label::before, .lightBackgroundForm .formContainer .formStandard [type="radio"]:not(:checked) + label::before {
    border: 1px solid #666; }
  .lightBackgroundForm .formContainer .formStandard .dropdownSelect .select-dropdown {
    box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 4px rgba(0, 0, 0, 0.1);
    background-image: url("/assets/img/icon_arrow_down_black.svg"); }
  .lightBackgroundForm .formContainer [type="checkbox"] {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 2px; }
  .lightBackgroundForm .formContainer .formStandard button[type="submit"], .lightBackgroundForm .formContainer input[type="submit"] {
    background-color: #333639;
    border: 2px solid #333639; }
    .lightBackgroundForm .formContainer .formStandard button[type="submit"]:hover, .lightBackgroundForm .formContainer input[type="submit"]:hover {
      background-color: transparent;
      color: #1E1E1E;
      border: 2px solid #1E1E1E; }

.formStandard.formHubspot label {
  display: block;
  color: #1E1E1E;
  font-family: TheFuture-Regular;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 50px; }

.formStandard.formHubspot .hs-error-msgs {
  position: absolute; }

.formStandard.formHubspot .hbspt-form .hs-error-msgs li > label {
  color: #b97f50;
  font-size: 16px;
  margin-top: 2px; }

.formStandard.formHubspot .hbspt-form li.hs-form-radio {
  display: inline-block;
  margin-right: 20px; }
  .formStandard.formHubspot .hbspt-form li.hs-form-radio label {
    margin-top: 0; }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:checked, .formStandard.formHubspot .hbspt-form .input input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:checked + span, .formStandard.formHubspot .hbspt-form .input input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 24px;
  line-height: 23px;
  display: inline-block;
  color: #1E1E1E; }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:checked + span {
  color: #1E1E1E; }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:checked + span:before, .formStandard.formHubspot .hbspt-form .input input[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #1E1E1E;
  border-radius: 100%;
  background: transparent; }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:checked + span:after, .formStandard.formHubspot .hbspt-form .input input[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #555555;
  position: absolute;
  top: 1px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.formStandard.formHubspot .hbspt-form .input input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.formStandard.formHubspot .hbspt-form .hs-fieldtype-textarea.hs-input {
  margin-bottom: 50px; }

.formStandard.formHubspot .hs-fieldtype-textarea.hs-input {
  resize: none;
  min-height: 200px; }

.formStandard.formHubspot button[type="submit"], .formStandard.formHubspot input[type="submit"] {
  margin-left: 0;
  margin-top: 45px; }

.formStandard .freeform-row .freeform-column {
  margin-bottom: 30px; }

.formStandard .freeform-row .freeform-column .hideLabel label {
  display: none; }

.formStandard #form-input-other_location {
  display: none;
  margin: -25px 15px 40px;
  width: calc(100% - 34px);
  max-width: 346px; }

.formStandard .freeform-row .freeform-column.otherLocationCol {
  padding: 0;
  margin: 0; }

.formStandard input[type=text], .formStandard input[type=tel], .formStandard input[type=email], .formStandard input[type=password] {
  max-width: 100%;
  width: calc(100% - 48px);
  background-color: transparent;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  padding: 0 10px 10px 0;
  color: #1E1E1E;
  font-family: TheFuture-Regular;
  outline: none;
  border-bottom: 1px solid #DFC4A5;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-appearance: none; }
  .formStandard input[type=text]:focus, .formStandard input[type=tel]:focus, .formStandard input[type=email]:focus, .formStandard input[type=password]:focus {
    border-color: #1E1E1E; }

.formStandard textarea {
  max-width: 100%;
  width: calc(100% - 48px);
  background-color: transparent;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  padding: 10px;
  color: #1E1E1E;
  font-family: TheFuture-Regular;
  outline: none;
  border: 1px solid #DFC4A5;
  -webkit-appearance: none;
  resize: none; }
  .formStandard textarea:focus {
    border-color: #1E1E1E; }

.formStandard ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1E1E1E;
  opacity: 1;
  /* Firefox */ }

.formStandard :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1E1E1E; }

.formStandard ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1E1E1E; }

.formStandard input[type=radio] {
  height: 20px;
  width: 20px; }

.formStandard .radioInputs {
  margin-top: 50px; }
  .formStandard .radioInputs p {
    margin-bottom: 8px; }
  .formStandard .radioInputs label {
    color: #9A9B9D;
    font-size: 22px;
    line-height: 32px;
    margin-right: 50px;
    letter-spacing: 0.4px;
    margin-left: 0; }

.formStandard [type="radio"]:checked, .formStandard [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.formStandard [type="radio"]:checked + label, .formStandard [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 24px;
  line-height: 23px;
  display: inline-block;
  color: #1E1E1E; }

.formStandard [type="radio"]:checked + label {
  color: #1E1E1E; }

.formStandard [type="radio"]:checked + label:before, .formStandard [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #1E1E1E;
  border-radius: 100%;
  background: transparent; }

.formStandard [type="radio"]:checked + label:after, .formStandard [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #555555;
  position: absolute;
  top: 1px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.formStandard [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.formStandard [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.formStandard .dropdownSelect {
  margin-top: 50px;
  margin-bottom: 50px; }
  .formStandard .dropdownSelect .select-dropdown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-image: url("/assets/img/icon_arrow_down_black.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) calc(100% - 23px);
    max-width: 100%;
    width: calc(100% - 46px);
    background-color: transparent;
    border-bottom: 1px solid #DFC4A5;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 24px;
    line-height: 32px;
    padding: 0 42px 0 0;
    color: #1E1E1E;
    font-family: TheFuture-Regular;
    outline: none;
    -webkit-appearance: none; }
  .formStandard .dropdownSelect select {
    border: 0 none;
    color: #1E1E1E;
    background: transparent;
    font-weight: 400;
    font-family: TheFuture-Regular;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.4px;
    cursor: pointer;
    padding: 13px 0 10px;
    width: calc(100% + 58px);
    -webkit-appearance: none; }
  .formStandard .dropdownSelect option {
    font-family: TheFuture-Regular; }
  .formStandard .dropdownSelect p {
    margin-bottom: 10px; }

.formStandard button[type="submit"], .formStandard input[type="submit"] {
  display: block;
  text-align: center;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 100px;
  font-size: 24px;
  line-height: 29px;
  color: #F4F1EA;
  padding: 20px 36px 15px;
  letter-spacing: 0.4px;
  margin-left: auto;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .formStandard button[type="submit"] svg, .formStandard input[type="submit"] svg {
    float: right; }
  .formStandard button[type="submit"]:hover, .formStandard button[type="submit"]:focus, .formStandard input[type="submit"]:hover, .formStandard input[type="submit"]:focus {
    background-color: #F4F1EA;
    color: #1E1E1E;
    border: 1px solid #1E1E1E svg g;
      border-fill: #1E1E1E;
    border-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.bottomToutFull {
  text-align: center;
  position: relative; }
  .bottomToutFull .bgColor {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #333639; }
  .bottomToutFull .grid-container {
    max-width: 1800px; }
    .bottomToutFull .grid-container .container {
      padding-top: 260px;
      padding-bottom: 320px; }
  .bottomToutFull h2 a {
    display: inline-block;
    max-width: 1200px;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 140px;
    line-height: 148px;
    margin-bottom: 45px;
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .bottomToutFull h2 a:hover {
      opacity: .65;
      transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .bottomToutFull p {
    color: #F4F1EA;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 45px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto; }

.introCopy .contentPadding {
  max-width: 1260px; }

.introCopy h1 {
  font-size: 140px;
  line-height: 148px;
  background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 80px; }
  .introCopy h1 sup {
    position: inherit;
    vertical-align: super;
    font-size: 50%;
    -webkit-text-fill-color: #23334A;
    color: #23334A;
    font-family: MDLórien-Regular;
    top: 0;
    left: 3px; }

.introCopy p {
  max-width: 760px;
  color: #555555;
  font-size: 24px;
  line-height: 40px; }

.showMobile {
  display: none; }

.showMobileImage {
  display: none;
  margin-bottom: 75px; }
  .showMobileImage img {
    display: block;
    width: 100%; }

.posRelative {
  position: relative; }

span.squareShape {
  height: 8px;
  width: 8px;
  background-color: #23334A;
  display: inline-block;
  margin-left: 8px; }

/* HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE  */
/* HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE  */
.backgroundTextureWaveFixed {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: -1; }
  .backgroundTextureWaveFixed video {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    clip-path: inset(-1px -1px);
    width: 102%;
    height: 100%;
    overflow: hidden; }

.home .bottomToutFull .grid-container .container {
  padding-top: 260px; }

.home main {
  padding-top: 0; }

.homeHero {
  position: relative;
  height: 100vh; }
  .homeHero .heroCopyContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .homeHero .heroCopy {
    position: relative;
    z-index: 200;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .homeHero .heroCopy .heroSubCopy {
      opacity: 0; }
    .homeHero .heroCopy h1 {
      font-size: 70px;
      line-height: 84px;
      margin-bottom: 20px;
      color: #1E1E1E;
      text-transform: capitalize;
      margin-bottom: 50px; }
    .homeHero .heroCopy p {
      font-size: 22px;
      line-height: 26px;
      color: #555555; }
      .homeHero .heroCopy p.title {
        font-family: TheFuture-Regular;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: .2px;
        margin-bottom: 35px;
        color: #1E1E1E;
        max-width: 100%; }
      .homeHero .heroCopy p.tagline {
        margin-left: 3px;
        margin-bottom: 30px; }

.heroArrowDown {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  width: 56px;
  height: 56px;
  left: calc(50% - 28px);
  bottom: 80px;
  margin: 0 auto;
  border-radius: 4px;
  background-image: url("/assets/img/icon_arrow_down_darkBlack.svg");
  background-repeat: no-repeat;
  background-position: center 15px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .heroArrowDown:hover {
    background-color: white;
    background-position: center 20px; }

.homeHeroSmallContainer {
  padding: 250px 0 320px; }
  .homeHeroSmallContainer .homeHeroSmall {
    position: relative;
    z-index: 200;
    text-align: center; }
    .homeHeroSmallContainer .homeHeroSmall .copy:first-child {
      margin-bottom: 300px; }
    .homeHeroSmallContainer .homeHeroSmall p {
      font-size: 24px;
      line-height: 40px;
      color: #555555;
      max-width: 714px;
      margin-left: auto;
      margin-right: auto; }
    .homeHeroSmallContainer .homeHeroSmall h2 {
      margin-bottom: 36px; }
      .homeHeroSmallContainer .homeHeroSmall h2 .effect_copySlide span {
        font-family: MDLórien-Regular;
        font-size: 70px;
        line-height: 84px;
        margin-bottom: 35px;
        color: #1E1E1E;
        max-width: 100%;
        background: linear-gradient(90.67deg, #fcfaf2 6.8%, #fcfaf2 38.12%, #fcfaf2 68.04%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin-bottom: 0; }

.homeSolidBG, .offWhiteSolidBG {
  background-color: #F4F1EA; }

.homeHeroTaglineContainer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.homeHeroTagline {
  text-align: center; }
  .homeHeroTagline h3 {
    font-size: 70px;
    line-height: 84px;
    color: #1E1E1E; }
    .homeHeroTagline h3 sup {
      font-size: 50%;
      left: 0;
      position: inherit;
      vertical-align: super;
      margin-left: 6px;
      top: 0px; }

.row-wrapper .grid-container .container.homeScrollWrapper {
  padding: 0; }

.homeFactoids {
  padding: 80px 0; }
  .homeFactoids .homeScrollItem {
    margin-bottom: 80px;
    flex: 0 0 100%; }
    .homeFactoids .homeScrollItem:last-child {
      margin-bottom: 0; }
  .homeFactoids .homeFactoidItem {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F1EA;
    box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.5), 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    width: calc(100% - 360px);
    margin-left: 80px;
    margin-top: 80px;
    padding: 200px 100px; }
    .homeFactoids .homeFactoidItem .illustration {
      flex: 0 1 50%;
      height: 374px;
      width: 100%; }
      .homeFactoids .homeFactoidItem .illustration img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    .homeFactoids .homeFactoidItem .content {
      flex: 0 1 700px;
      margin-right: 100px;
      padding-left: 80px; }
      .homeFactoids .homeFactoidItem .content h2 {
        font-weight: 700;
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 56px;
        font-weight: 400;
        color: #1E1E1E; }
      .homeFactoids .homeFactoidItem .content p {
        font-size: 24px;
        line-height: 40px;
        color: #555555; }
      .homeFactoids .homeFactoidItem .content .navBar {
        margin-bottom: 50px; }
        .homeFactoids .homeFactoidItem .content .navBar span {
          display: inline-block;
          font-size: 16px;
          color: #1E1E1E; }
        .homeFactoids .homeFactoidItem .content .navBar .barShape {
          display: inline-block;
          content: '';
          background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
          transition: width 2s;
          height: 1px;
          width: 0;
          margin: 0 20px;
          top: -6px;
          position: relative; }
          .homeFactoids .homeFactoidItem .content .navBar .barShape.active {
            width: 147px; }

/* YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE */
/* YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE YOUR CARE */
.your-care .introCopy h1 {
  margin-bottom: 60px; }

.splitImageTitle .contentPadding {
  max-width: 1200px; }

.splitImageTitle h2 {
  font-size: 140px;
  line-height: 148px;
  background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 140px; }
  .splitImageTitle h2 sup {
    position: inherit;
    vertical-align: super;
    font-size: 50%; }

.splitImageCopy {
  display: flex;
  margin-bottom: 300px;
  justify-content: space-between;
  position: relative; }
  .splitImageCopy.imageRight .imageContainer {
    order: 2;
    margin-right: 0; }
    .splitImageCopy.imageRight .imageContainer .imagePrimary {
      margin-left: 0;
      margin-right: 80px; }
  .splitImageCopy.imageRight .copy {
    order: 1; }
    .splitImageCopy.imageRight .copy .contentPadding {
      margin-right: 100px; }
  .splitImageCopy.lastSection {
    margin-bottom: 120px; }
  .splitImageCopy .imageContainer {
    flex: 0 1 700px;
    margin-right: 100px;
    position: relative; }
    .splitImageCopy .imageContainer .imagePrimary {
      border-radius: 4px 4px 0 4px;
      height: 900px;
      width: 620px;
      background-repeat: no-repeat;
      z-index: 10;
      margin-left: 80px;
      position: relative;
      overflow: hidden; }
      .splitImageCopy .imageContainer .imagePrimary .imageMasked {
        position: absolute;
        top: -130px;
        left: 0; }
    .splitImageCopy .imageContainer .videoBG {
      width: 700px;
      height: 700px;
      overflow: hidden;
      border-radius: 4px;
      position: absolute;
      z-index: 5; }
      .splitImageCopy .imageContainer .videoBG video {
        width: 100%; }
  .splitImageCopy .copy {
    flex: 1 1 auto; }
    .splitImageCopy .copy .contentPadding {
      max-width: 700px; }
    .splitImageCopy .copy h2 {
      font-size: 56px;
      line-height: 64px;
      margin-bottom: 80px; }
    .splitImageCopy .copy h3 {
      font-size: 46px;
      line-height: 56px;
      margin-bottom: 40px;
      color: #1E1E1E; }
    .splitImageCopy .copy p.title {
      font-family: TheFuture-Medium;
      margin-bottom: 30px;
      color: #1E1E1E; }
    .splitImageCopy .copy p {
      font-size: 24px;
      line-height: 40px;
      margin-bottom: 80px;
      color: #555555; }
      .splitImageCopy .copy p:last-child {
        margin-bottom: 0; }

.originsQuote {
  padding: 200px 0;
  position: relative;
  margin-bottom: 100px; }

.fullQuote {
  max-width: 1100px;
  z-index: 10;
  margin: 0 auto;
  position: relative;
  padding: 160px 0; }
  .fullQuote h3 {
    font-size: 72px;
    line-height: 80px;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
    .fullQuote h3 sup {
      position: inherit;
      vertical-align: super;
      font-size: 50%;
      margin-left: 5px;
      -webkit-text-fill-color: #23334A;
      top: 0; }
  .fullQuote p {
    margin-top: 60px;
    font-size: 24px;
    line-height: 36px; }

.bgEllipse {
  display: block;
  height: 700px;
  width: 700px;
  background-image: url("/assets/img/bg_ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }

.faqContainer {
  background-color: #FFFFFF;
  padding: 100px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 120px;
  border-radius: 4px; }
  .faqContainer .blurb {
    max-width: 996px;
    margin-bottom: 75px; }
    .faqContainer .blurb h2 {
      font-size: 46px;
      line-height: 56px;
      margin-bottom: 40px; }
    .faqContainer .blurb p {
      margin-bottom: 50px; }

.faqItems .faqItem {
  cursor: pointer;
  padding: 45px 0 42px;
  border-top: 1px solid #DFC4A5; }
  .faqItems .faqItem:last-child {
    border-bottom: 1px solid #DFC4A5; }
  .faqItems .faqItem p.title {
    font-family: TheFuture-Medium;
    background-image: url("/assets/img/icon_expand.svg");
    background-repeat: no-repeat;
    background-position: right 40px top 9px;
    padding-right: 300px; }
  .faqItems .faqItem .answer {
    display: none;
    margin-top: 20px;
    max-width: 1200px; }
    .faqItems .faqItem .answer p {
      margin-bottom: 20px; }
      .faqItems .faqItem .answer p:last-child {
        margin-bottom: 0; }
  .faqItems .faqItem.selected p.title {
    background-image: url("/assets/img/icon_contract.svg"); }
  .faqItems .faqItem.selected .answer {
    display: block; }

/* OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS  */
/* OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS OUR ORIGINS  */
.our-origins .introCopy {
  margin-bottom: 260px; }
  .our-origins .introCopy h1 {
    position: relative;
    margin-bottom: 110px; }
  .our-origins .introCopy p {
    max-width: 717px;
    margin-left: auto;
    opacity: 0; }
  .our-origins .introCopy .effect_copySlide.quoteOffset {
    margin-left: -52px; }

.our-origins .splitHeroOrigins .effect_copySlide span {
  color: #F4F1EA;
  background: none;
  -webkit-text-fill-color: #F4F1EA; }

.our-origins .splitImageCopy {
  margin-bottom: 120px; }
  .our-origins .splitImageCopy .copy {
    align-self: center; }

.our-origins .narrowCopy {
  margin-bottom: 0; }

.our-origins .bottomToutFull {
  margin-top: 200px; }

.our-origins .fullQuote .effect_copySlide.quoteOffset {
  margin-left: -25px; }

#originHero {
  margin-bottom: 200px; }

.splitHeroOrigins {
  display: flex;
  position: relative; }
  .splitHeroOrigins .videoBG {
    flex: 0 1 50%;
    overflow: hidden;
    height: 1000px;
    position: relative; }
    .splitHeroOrigins .videoBG video {
      margin-left: -650px;
      height: 100%; }
    .splitHeroOrigins .videoBG::before {
      display: block;
      content: '';
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      position: absolute; }
  .splitHeroOrigins .image {
    flex: 0 1 50%;
    height: 1000px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 -305px; }
  .splitHeroOrigins .heading {
    position: absolute;
    top: 170px;
    text-align: center;
    width: 100%; }
    .splitHeroOrigins .heading h2 {
      font-size: 46px;
      line-height: 56px;
      color: #F4F1EA; }

.narrowCopy {
  max-width: 690px;
  margin: 0 auto 200px; }
  .narrowCopy p {
    margin-bottom: 35px;
    color: #555555; }
    .narrowCopy p.title {
      font-family: TheFuture-Medium;
      color: #1E1E1E; }
    .narrowCopy p + .title {
      margin-top: 100px; }
  .narrowCopy h2 {
    max-width: 700px;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 40px; }

.mainContent h2 {
  color: #1E1E1E;
  font-size: 46px;
  line-height: 44px;
  margin-left: -2px;
  margin-bottom: 10px; }

.mainContent h3 {
  color: #1E1E1E;
  margin-bottom: 8px;
  font-family: TheFuture-Regular;
  font-size: 31px;
  line-height: 37px; }

.mainContent h4 {
  color: #1E1E1E;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 3px;
  font-weight: 600; }

.mainContent p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #555555; }
  .mainContent p + ul {
    margin-top: -14px; }
  .mainContent p:last-child {
    margin-bottom: 0; }

.mainContent p + h3, .mainContent p + h4, .mainContent p + h5 {
  margin-top: 50px; }

.mainContent p + .btn-cta-primary, .mainContent p + .btn-cta-secondary {
  margin-top: -10px; }

.mainContent a {
  color: #1E1E1E;
  text-decoration: underline; }
  .mainContent a:hover {
    color: #1E1E1E;
    text-decoration: none; }

.mainContent a:not([href]) {
  color: #1E1E1E;
  text-decoration: none; }

.mainContent img {
  max-width: 100%;
  height: auto !important; }
  .mainContent img.floatImageLeft {
    float: left;
    margin: 20px 20px 20px 0; }
  .mainContent img.floatImageRight {
    float: right;
    margin: 20px 0 20px 20px; }

.mainContent ul {
  list-style: disc outside none;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: 300;
  color: #555555; }
  .mainContent ul li {
    color: #555555;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    list-style: disc outside none; }
    .mainContent ul li ul, .mainContent ul li ol {
      margin-top: 10px;
      margin-bottom: 0;
      padding-left: 30px; }
    .mainContent ul li:last-of-type {
      margin-bottom: 0; }

.mainContent ol {
  list-style: outside;
  padding-left: 40px;
  margin-bottom: 0;
  color: #555555; }
  .mainContent ol li {
    color: #555555;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    list-style: decimal outside none;
    display: list-item; }
    .mainContent ol li ol, .mainContent ol li ul {
      margin-top: 10px;
      margin-bottom: 0; }
      .mainContent ol li ol li, .mainContent ol li ul li {
        list-style-type: lower-alpha; }
    .mainContent ol li:last-of-type {
      margin-bottom: 0; }

.mainContent ul + p, .mainContent ol + p {
  margin-top: 30px; }

.mainContent p + ul, .mainContent p + ol {
  margin-top: -20px; }

.mainContent ul + h3, .mainContent ul + h4, .mainContent ul + h5, .mainContent ol + h3, .mainContent ol + h4, .mainContent ol + h5 {
  margin-top: 50px; }

/* LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS */
/* LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS LOCATIONS */
.locations .introCopy p {
  text-align: center;
  max-width: 490px; }

.locations .imageDivider {
  background-repeat: no-repeat;
  background-size: calc(100% + 300px) auto;
  background-position: center;
  height: 840px;
  width: 100%;
  margin-bottom: 200px; }

.locations .locationsMap img {
  cursor: pointer; }

.locationsMap {
  max-width: 960px;
  margin: 0 auto 80px;
  opacity: 0; }
  .locationsMap img {
    display: block;
    max-width: 100%; }

.officesList {
  margin-bottom: 200px; }
  .officesList h2 {
    font-size: 46px;
    line-height: 56px;
    font-family: MDLórien-Regular; }
  .officesList .officesListContainer {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .officesList .officesListContainer .officesItem {
      flex: 0 1 25%;
      margin-top: 65px; }
      .officesList .officesListContainer .officesItem::before {
        content: '';
        display: block;
        border-top: 1px solid #DFC4A5;
        position: absolute;
        margin-top: -35px;
        width: 100%; }
    .officesList .officesListContainer h3 {
      font-size: 16px;
      line-height: 30px;
      font-family: TheFuture-Medium;
      margin-bottom: 20px; }
    .officesList .officesListContainer ul {
      margin-bottom: 40px; }
      .officesList .officesListContainer ul li {
        padding-right: 80px;
        margin-bottom: 16px; }
        .officesList .officesListContainer ul li a {
          font-size: 24px;
          line-height: 40px;
          font-family: TheFuture-Regular;
          letter-spacing: 0.2px;
          color: #555555;
          position: relative; }
          .officesList .officesListContainer ul li a:hover::after {
            width: 100%; }
          .officesList .officesListContainer ul li a::after {
            content: '';
            display: block;
            height: 2px;
            width: 0;
            background-color: #555555;
            position: absolute;
            bottom: -3px;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.breadcrumbs {
  border-bottom: 1px solid #DFC4A5;
  padding-bottom: 20px; }
  .breadcrumbs .backBtn {
    display: inline-block; }
    .breadcrumbs .backBtn a {
      padding-left: 40px;
      color: #555555;
      font-size: 22px;
      line-height: 28px;
      background-image: url("/assets/img/icon_arrow_back.svg");
      background-repeat: no-repeat;
      transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .breadcrumbs h1, .breadcrumbs h2 {
    display: block;
    float: right;
    font-size: 22px;
    line-height: 28px;
    font-family: TheFuture-Regular;
    color: #555555; }
  .breadcrumbs p.title {
    display: none;
    margin-bottom: 6px;
    font-family: MDLórien-Regular;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
    .breadcrumbs p.title span.effect_copySlide {
      font-size: 35px;
      line-height: 48px; }
      .breadcrumbs p.title span.effect_copySlide.subOfficeTitle {
        font-size: 24px;
        line-height: 30px; }

@-webkit-keyframes arrowBounce {
  0% {
    background-position: 0 0; }
  60% {
    background-position: 7px 0; }
  100% {
    background-position: 0 0; } }

@-moz-keyframes arrowBounce {
  0% {
    background-position: 0 0; }
  60% {
    background-position: 7px 0; }
  100% {
    background-position: 0 0; } }

@keyframes arrowBounce {
  0% {
    background-position: 0 0; }
  60% {
    background-position: 7px 0; }
  100% {
    background-position: 0 0; } }

.officeTitle {
  padding: 66px 0 70px; }
  .officeTitle h3 {
    font-size: 140px;
    line-height: 148px;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .officeTitle p {
    font-size: 40px;
    line-height: 48px;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

.officeDetails {
  display: flex;
  margin-bottom: 60px; }
  .officeDetails .sidebar {
    flex: 0 0 360px;
    margin-right: 170px; }
    .officeDetails .sidebar .sidebarItem {
      margin-bottom: 46px; }
      .officeDetails .sidebar .sidebarItem h2 {
        font-family: TheFuture-Medium;
        font-size: 24px;
        line-height: 40px;
        padding-top: 44px;
        border-top: 1px solid #DFC4A5; }
      .officeDetails .sidebar .sidebarItem h3 {
        font-family: TheFuture-Regular;
        font-size: 18px;
        line-height: 28px; }
      .officeDetails .sidebar .sidebarItem p {
        font-size: 18px;
        line-height: 28px;
        color: #555555;
        margin-bottom: 30px; }
      .officeDetails .sidebar .sidebarItem ul li {
        font-size: 18px;
        line-height: 28px; }
      .officeDetails .sidebar .sidebarItem a {
        color: #555555; }
        .officeDetails .sidebar .sidebarItem a:hover {
          text-decoration: underline;
          color: #1E1E1E; }
        .officeDetails .sidebar .sidebarItem a.directions-link {
          text-decoration: underline;
          font-size: 18px;
          line-height: 28px; }
          .officeDetails .sidebar .sidebarItem a.directions-link:hover {
            text-decoration: none; }
      .officeDetails .sidebar .sidebarItem.last h2 {
        margin-bottom: 0; }
      .officeDetails .sidebar .sidebarItem.first h2 {
        margin-bottom: 0;
        padding-top: 0;
        border-top: none; }
  .officeDetails .content {
    flex: 0 1 1510px; }
    .officeDetails .content .mapEmbedContainer {
      margin-bottom: 60px; }
      .officeDetails .content .mapEmbedContainer iframe {
        width: 100% !important;
        border: 1px solid #DFC4A5 !important;
        border-radius: 4px; }
    .officeDetails .content .officeImage {
      margin-bottom: 30px; }
      .officeDetails .content .officeImage img {
        max-width: 100%;
        height: auto;
        border-radius: 4px; }
    .officeDetails .content .blocksContainer .blockItem {
      max-width: 1000px; }
      .officeDetails .content .blocksContainer .blockItem p {
        font-size: 22px;
        line-height: 36px; }
  .officeDetails .blockBio {
    margin-top: 90px; }
    .officeDetails .blockBio .content h2 {
      font-family: TheFuture-Medium;
      font-size: 30px;
      margin-bottom: 0; }
    .officeDetails .blockBio .content img {
      display: block;
      float: left;
      padding: 0 40px 20px 0;
      width: 300px; }

.officeImageMobile {
  display: none;
  margin-bottom: 30px; }
  .officeImageMobile img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; }

/* INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE  */
/* INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE INQUIRE  */
.inquire .formBlock {
  margin-bottom: 100px; }
  .inquire .formBlock .grid-container .container {
    padding-top: 0;
    padding-bottom: 0; }

.inquire .corporateOffice .contentPadding {
  padding: 80px 0 75px;
  border-top: 1px solid #DFC4A5;
  border-bottom: 1px solid #DFC4A5; }

.inquire .corporateOffice h2 {
  color: #1E1E1E;
  font-family: TheFuture-Medium;
  font-size: 24px;
  line-height: 40px; }

.inquire .corporateOffice p {
  color: #555555;
  margin-bottom: 30px; }
  .inquire .corporateOffice p strong {
    font-family: TheFuture-Medium;
    color: #1E1E1E; }
  .inquire .corporateOffice p:last-child {
    margin-bottom: 0; }

.inquire .corporateOffice a {
  color: #555555;
  display: inline-block; }
  .inquire .corporateOffice a:hover {
    text-decoration: underline; }

.inquire .inquireBtn a, .inquire footer .footerInquire {
  display: none; }

/* SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN  */
/* SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN SIGN IN  */
.signin h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 40px;
  color: #1E1E1E; }

.signin .backgroundTexture {
  width: 25%;
  height: 100%;
  z-index: 10;
  position: absolute;
  overflow: hidden; }
  .signin .backgroundTexture .colorOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F4F1EA;
    right: 0; }
  .signin .backgroundTexture video {
    height: 100%;
    margin-left: -600px; }

.signin #formError {
  max-width: 360px;
  margin-bottom: 30px;
  color: #cf6c1c;
  font-size: 18px;
  line-height: 27px; }

.signin .formBlock .grid-container .container {
  padding-bottom: 100px; }

.signin .formBlock .formStandard {
  opacity: 0; }

.signin .formBlock .formContainer {
  max-width: 440px;
  margin-left: auto;
  padding-right: 380px; }
  .signin .formBlock .formContainer .formStandard input[type="text"], .signin .formBlock .formContainer .formStandard input[type="tel"], .signin .formBlock .formContainer .formStandard input[type="email"], .signin .formBlock .formContainer .formStandard input[type="password"] {
    padding: 16px 18px 14px 0;
    width: calc(100% - 38px); }
  .signin .formBlock .formContainer #form-input-pw {
    padding: 16px 48px 14px 0;
    width: calc(100% - 68px); }

.signin .formBlock label {
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 10px;
  display: block; }

.signin .formBlock .signinBottom {
  display: flex;
  margin-top: 50px; }
  .signin .formBlock .signinBottom .utility {
    flex: 0 1 50%; }
    .signin .formBlock .signinBottom .utility a {
      display: inline-block;
      margin-top: 5px;
      font-size: 18px;
      line-height: 24px; }
    .signin .formBlock .signinBottom .utility label {
      display: block;
      margin-top: 2px;
      margin-bottom: 0; }
      .signin .formBlock .signinBottom .utility label input {
        margin-right: 4px; }
  .signin .formBlock .signinBottom .signinSubmit {
    flex: 0 1 50%; }

.signin .pwInput {
  position: relative; }
  .signin .pwInput #showPW {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    width: 58px;
    background-image: url("/assets/img/icon_eye_on.svg");
    background-repeat: no-repeat;
    background-position: center; }
    .signin .pwInput #showPW.active {
      background-image: url("/assets/img/icon_eye_off.svg"); }

.signin footer {
  display: none; }

/* PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING  */
/* PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING PROSPECTIVE LANDING  */
.prospective main {
  padding-top: 0; }

.prospective header .row-wrapper {
  background-color: #FFFFFF; }

.prospective .row-wrapper .grid-container {
  max-width: 1700px;
  position: relative; }

.prospective .mastheadContainer {
  background-color: #FFFFFF; }

.prospective .faqContainer {
  margin-bottom: 200px; }

.prospective .fullQuote {
  max-width: 1610px;
  margin: 0 0 200px 0;
  padding: 50px 0; }

.prospective.prospLandlord .prospectiveMap .prospectiveMapContainer, .prospective.prospWealthManager .prospectiveMap .prospectiveMapContainer {
  padding-top: 0; }

.prospective.prospLandlord .fullQuote {
  margin: 100px 0 0; }

.prospective.prospLandlord .splitImageCopy .copy p {
  margin-bottom: 50px; }

.prospective.prospLandlord .prospectiveImagine .container {
  padding-top: 0; }

.prospective.prospLandlord .splitImageCopy:last-child {
  margin-bottom: 340px; }

.prospective.prospLandlord .splitImageAbout {
  margin-bottom: 100px !important; }

.prospective.prospLandlord .prospectiveMap .prospectiveMapContainer {
  padding-bottom: 80px; }

.prospectiveLetter {
  background-color: #FFFFFF;
  padding-top: 200px; }
  .prospectiveLetter .letterContainer {
    display: flex;
    padding-bottom: 150px; }
    .prospectiveLetter .letterContainer .content {
      flex: 0 1 800px;
      margin-right: 115px; }
      .prospectiveLetter .letterContainer .content h1 {
        font-size: 56px;
        line-height: 80px;
        margin-bottom: 40px;
        background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
      .prospectiveLetter .letterContainer .content p {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 36px;
        color: #555555; }
      .prospectiveLetter .letterContainer .content .signature p {
        margin-bottom: 0;
        color: #353535; }
        .prospectiveLetter .letterContainer .content .signature p.title {
          font-family: TheFuture-Medium; }
      .prospectiveLetter .letterContainer .content .signature a:hover {
        text-decoration: underline; }
      .prospectiveLetter .letterContainer .content .signature img {
        display: block;
        max-width: 100%; }
    .prospectiveLetter .letterContainer .image {
      flex: 0 1 auto;
      margin-top: 125px; }
      .prospectiveLetter .letterContainer .image img {
        display: block;
        max-width: 100%;
        margin-left: auto; }
  .prospectiveLetter .biosContainer {
    padding-bottom: 200px; }
    .prospectiveLetter .biosContainer .doctorBio {
      display: block;
      text-align: center;
      margin-bottom: 36px; }
      .prospectiveLetter .biosContainer .doctorBio a {
        display: inline-block;
        position: relative;
        font-size: 96px;
        line-height: 140px;
        font-family: MDLórien-Regular;
        background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .prospectiveLetter .biosContainer .doctorBio a span {
          display: inline-block;
          height: 49px;
          width: 58px;
          background-image: url("/assets/img/icon_modal_open.svg");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: auto;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .prospectiveLetter .biosContainer .doctorBio a::after {
          content: '';
          display: block;
          height: 1.5px;
          width: 100%;
          background-color: #1E1E1E;
          position: absolute;
          bottom: -3px;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .prospectiveLetter .biosContainer .doctorBio a:hover::after {
          height: 5px; }
        .prospectiveLetter .biosContainer .doctorBio a:hover span {
          background-position: right -3px bottom 5px; }

.prospectiveMap .prospectiveMapContainer {
  padding: 160px 0 210px; }
  .prospectiveMap .prospectiveMapContainer .introCopy {
    max-width: 765px;
    margin: 0 auto 80px;
    text-align: center; }
    .prospectiveMap .prospectiveMapContainer .introCopy h2 {
      font-size: 46px;
      line-height: 56px;
      max-width: 550px;
      margin: 0 auto 40px; }
    .prospectiveMap .prospectiveMapContainer .introCopy p {
      font-size: 24px;
      line-height: 40px;
      margin: 0 auto 40px; }
    .prospectiveMap .prospectiveMapContainer .introCopy a.cta-btn {
      font-size: 24px;
      line-height: 36px;
      background-color: #1E1E1E;
      color: #F4F1EA;
      letter-spacing: 0.4px;
      border: 1px solid #1E1E1E;
      padding: 16px 48px 10px 50px; }
      .prospectiveMap .prospectiveMapContainer .introCopy a.cta-btn:hover {
        background-color: transparent;
        color: #1E1E1E; }
  .prospectiveMap .prospectiveMapContainer img {
    display: block;
    max-width: 900px;
    margin: 0 auto 60px;
    width: 100%; }

.howardLetter {
  margin-bottom: 200px; }
  .howardLetter .howardletterContainer {
    display: flex;
    position: relative; }
    .howardLetter .howardletterContainer .content {
      flex: 0 1 765px;
      margin-left: 180px; }
      .howardLetter .howardletterContainer .content h2 {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 40px;
        max-width: 460px; }
      .howardLetter .howardletterContainer .content p {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 36px;
        color: #555555; }
      .howardLetter .howardletterContainer .content .signature p {
        margin-bottom: 0; }
        .howardLetter .howardletterContainer .content .signature p.title {
          font-family: TheFuture-Medium; }
    .howardLetter .howardletterContainer .image {
      flex: 0 1 auto; }
      .howardLetter .howardletterContainer .image img {
        display: block;
        max-width: 100%;
        margin-left: auto; }

.prospectiveImagine .container {
  padding-top: 150px; }

.prospectiveImagine .heading h2 {
  background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 140px;
  line-height: 158px;
  margin-bottom: 80px; }

.prospectiveImagine .fullWidthMobile .splitImageCopy .copy {
  align-self: center; }
  .prospectiveImagine .fullWidthMobile .splitImageCopy .copy h2 {
    max-width: 500px; }
  .prospectiveImagine .fullWidthMobile .splitImageCopy .copy p {
    max-width: 460px;
    margin-bottom: 40px; }

.prospectiveImagine .fullWidthMobile .splitImageCopy.imageRight .contentPadding {
  float: right; }

.prospectiveFullTwoCol .container {
  padding-top: 100px; }

.prospectiveFullTwoCol .fullWidthMobile .splitImageCopy {
  justify-content: space-between;
  margin-bottom: 100px; }
  .prospectiveFullTwoCol .fullWidthMobile .splitImageCopy .copy .contentPadding {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%; }
  .prospectiveFullTwoCol .fullWidthMobile .splitImageCopy .copy h2 {
    max-width: 100%; }
  .prospectiveFullTwoCol .fullWidthMobile .splitImageCopy .copy p {
    max-width: 100%;
    margin-bottom: 40px; }
  .prospectiveFullTwoCol .fullWidthMobile .splitImageCopy.imageRight .image {
    margin-left: 100px; }

.prospectiveGallery {
  margin-bottom: 120px;
  /* the parent */ }
  .prospectiveGallery .slick-slide {
    margin: 0 40px; }
  .prospectiveGallery .slick-next {
    right: 17.6%; }
  .prospectiveGallery .slick-prev {
    left: 17.6%; }
  .prospectiveGallery .slick-list {
    margin: 0; }
  .prospectiveGallery .galleryItems .slick-center img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); }
  .prospectiveGallery .slick-slide img {
    width: 100%;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0.6;
    transform: scale(0.9);
    transition: all 300ms ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .prospectiveGallery .galleryCaptions {
    margin-top: 20px;
    text-align: center; }
    .prospectiveGallery .galleryCaptions p {
      color: #555555;
      font-size: 20px;
      line-height: 28px; }

.prospectiveBios {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px; }
  .prospectiveBios.prospectiveBiosIntro {
    background-color: #F4F1EA;
    position: relative;
    padding: 0; }
    .prospectiveBios.prospectiveBiosIntro .bgColor {
      content: '';
      width: 100%;
      display: block;
      height: 100%;
      position: absolute;
      z-index: 5;
      background-color: #333639; }
    .prospectiveBios.prospectiveBiosIntro .prospectiveBiosIntroContainer {
      padding: 80px 0 90px;
      z-index: 10;
      position: relative; }
    .prospectiveBios.prospectiveBiosIntro .introCopy {
      text-align: center; }
      .prospectiveBios.prospectiveBiosIntro .introCopy h2 {
        background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 56px;
        line-height: 64px;
        max-width: 650px;
        margin: 0 auto 50px; }
      .prospectiveBios.prospectiveBiosIntro .introCopy p {
        color: #F4F1EA;
        margin: 0 auto 30px; }
        .prospectiveBios.prospectiveBiosIntro .introCopy p:last-of-type {
          margin-bottom: 0; }
  .prospectiveBios .prospectiveBioItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .prospectiveBios .prospectiveBioItems .bioItem {
      display: flex;
      flex: 0 1 610px;
      margin-bottom: 100px; }
      .prospectiveBios .prospectiveBioItems .bioItem .image {
        flex: 0 1 185px;
        margin-right: 30px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .prospectiveBios .prospectiveBioItems .bioItem .image:hover {
          opacity: .7; }
      .prospectiveBios .prospectiveBioItems .bioItem .content {
        flex: 0 1 400px;
        margin-right: 50px; }
        .prospectiveBios .prospectiveBioItems .bioItem .content p {
          font-size: 24px;
          line-height: 32px; }
          .prospectiveBios .prospectiveBioItems .bioItem .content p.location {
            font-size: 20px;
            line-height: 24px;
            font-family: MDLórien-Regular;
            margin-bottom: 20px; }
          .prospectiveBios .prospectiveBioItems .bioItem .content p.name {
            color: #1E1E1E;
            font-family: TheFuture-Medium;
            margin-bottom: 10px; }
          .prospectiveBios .prospectiveBioItems .bioItem .content p.quote {
            color: #555555;
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 20px; }
        .prospectiveBios .prospectiveBioItems .bioItem .content a {
          display: inline-block;
          position: relative;
          font-size: 22px;
          line-height: 32px;
          padding-right: 30px;
          background-image: url("/assets/img/icon_modal_open_small.svg");
          background-repeat: no-repeat;
          background-position: right 0px bottom 9px;
          background-size: auto;
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .prospectiveBios .prospectiveBioItems .bioItem .content a::after {
            content: '';
            display: block;
            height: 1.5px;
            width: 100%;
            background-color: #1E1E1E;
            position: absolute;
            bottom: -3px;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .prospectiveBios .prospectiveBioItems .bioItem .content a:hover {
            background-position: right -4px bottom 13px; }
            .prospectiveBios .prospectiveBioItems .bioItem .content a:hover::after {
              height: 5px; }

.footerProspective {
  background-color: #333639; }
  .footerProspective .grid-container {
    max-width: 1800px; }
    .footerProspective .grid-container .container {
      padding-top: 280px;
      padding-bottom: 300px; }
  .footerProspective .footerProspectiveContent .content h2 {
    display: inline-block;
    max-width: 1440px;
    background: linear-gradient(90.67deg, #fcfaf2 6.8%, #fcfaf2 38.12%, #fcfaf2 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 180px;
    line-height: 190px;
    margin-bottom: 45px;
    max-width: 1120px; }
  .footerProspective .footerProspectiveContent .content p {
    font-size: 24px;
    line-height: 36px;
    max-width: 830px;
    color: #f1f1f1; }
    .footerProspective .footerProspectiveContent .content p a {
      color: #f1f1f1;
      text-decoration: underline; }
      .footerProspective .footerProspectiveContent .content p a:hover {
        text-decoration: none; }

.modalContainer {
  max-width: 1700px;
  margin: 0 auto;
  position: relative; }
  .modalContainer .contentPadding {
    padding: 200px 80px 180px; }
  .modalContainer .doctorModalBio {
    display: flex;
    justify-content: space-between; }
    .modalContainer .doctorModalBio .content {
      flex: 0 1 800px;
      margin-right: 120px; }
      .modalContainer .doctorModalBio .content h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 30px; }
      .modalContainer .doctorModalBio .content p {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 30px; }
      .modalContainer .doctorModalBio .content .contactInfo {
        margin-top: 120px; }
        .modalContainer .doctorModalBio .content .contactInfo p {
          margin: 0; }
        .modalContainer .doctorModalBio .content .contactInfo p a {
          padding-left: 40px;
          background-repeat: no-repeat;
          background-position: 0 center left; }
          .modalContainer .doctorModalBio .content .contactInfo p a:hover {
            text-decoration: underline; }
        .modalContainer .doctorModalBio .content .contactInfo .email a {
          background-image: url("/assets/img/icon_email.svg"); }
        .modalContainer .doctorModalBio .content .contactInfo .phone a {
          background-image: url("/assets/img/icon_phone.svg"); }
    .modalContainer .doctorModalBio .image {
      flex: 0 1 auto;
      margin-top: 100px; }
      .modalContainer .doctorModalBio .image img {
        display: block;
        max-width: 100%; }
  .modalContainer .mfp-close {
    border: 1px solid #555555;
    border-radius: 100px;
    width: auto;
    font-size: 18px;
    font-family: TheFuture-Regular;
    background-image: url("/assets/img/icon_close_x.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding: 2px 56px 0px 25px;
    height: auto; }
    .modalContainer .mfp-close:hover, .modalContainer .mfp-close:focus {
      background-color: #1E1E1E;
      color: #FFFFFF;
      background-image: url("/assets/img/icon_close_x_white.svg"); }
  .modalContainer .locationsList h2 {
    text-align: center;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 60px; }
  .modalContainer .locationsList ul {
    margin-bottom: 60px;
    text-align: center; }
    .modalContainer .locationsList ul li:first-child {
      color: #1E1E1E;
      font-family: TheFuture-Medium; }
  .modalContainer .locationsList li, .modalContainer .locationsList li a {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: .4px;
    color: #555555;
    font-family: TheFuture-Regular; }
  .modalContainer .locationsList li a {
    position: relative; }
    .modalContainer .locationsList li a:hover::after {
      width: 100%; }
    .modalContainer .locationsList li a::after {
      content: '';
      display: block;
      height: 2px;
      width: 0;
      background-color: #555555;
      position: absolute;
      bottom: -3px;
      left: 0;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* MARKETING LANDING MARKETING LANDING MARKETING LANDING MARKETING LANDING MARKETING LANDING MARKETING LANDING  */
/* MARKETING LANDING MARKETING LANDING MARKETING LANDING MARKETING LANDING MARKETING LANDING MARKETING LANDING  */
.marketing-landing main {
  padding-top: 0; }

.marketing-landing .marketingHero {
  position: relative; }
  .marketing-landing .marketingHero .heroCopyContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    height: 80vh; }
    .marketing-landing .marketingHero .heroCopyContainer .heroCopy {
      position: relative;
      z-index: 100; }
      .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
        font-size: 72px;
        line-height: 82px;
        margin-bottom: 50px;
        text-transform: capitalize; }
    .marketing-landing .marketingHero .heroCopyContainer .heroSubCopy {
      opacity: 0; }

.marketing-landing .marketingIntro {
  text-align: center;
  padding: 150px 0;
  max-width: 1100px;
  margin: 0 auto; }

.marketing-landing .marketingFactoidItems {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 200px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px; }
    .marketing-landing .marketingFactoidItems .marketingFactoidItem:last-child {
      margin-bottom: 0; }
    .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration {
      flex: 0 1 auto;
      max-height: 500px;
      order: 2; }
      .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%; }
    .marketing-landing .marketingFactoidItems .marketingFactoidItem .content {
      flex: 0 1 700px;
      align-self: center;
      margin-right: 100px; }
      .marketing-landing .marketingFactoidItems .marketingFactoidItem .content h2 {
        font-size: 56px;
        line-height: 64px;
        max-width: 680px;
        margin-bottom: 40px; }
      .marketing-landing .marketingFactoidItems .marketingFactoidItem .content p {
        max-width: 600px; }

.marketing-landing .marketingMapContainer {
  padding: 180px 0 200px;
  text-align: center; }
  .marketing-landing .marketingMapContainer .introCopy {
    max-width: 765px;
    margin: 0 auto 80px;
    text-align: center; }
    .marketing-landing .marketingMapContainer .introCopy h2 {
      font-size: 46px;
      line-height: 56px;
      max-width: 650px;
      margin: 0 auto 30px; }
      .marketing-landing .marketingMapContainer .introCopy h2 .effect_copySlide span {
        background: none;
        -webkit-text-fill-color: #1E1E1E; }
    .marketing-landing .marketingMapContainer .introCopy p {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 40px; }
  .marketing-landing .marketingMapContainer a.cta-btn {
    font-size: 24px;
    line-height: 36px;
    background-color: #1E1E1E;
    color: #F4F1EA;
    letter-spacing: 0.4px;
    border: 1px solid #1E1E1E;
    padding: 16px 48px 10px 50px;
    width: auto; }
    .marketing-landing .marketingMapContainer a.cta-btn:hover {
      background-color: transparent;
      color: #1E1E1E; }
  .marketing-landing .marketingMapContainer img {
    display: block;
    max-width: 960px;
    margin: 0 auto 60px;
    width: 100%; }

.marketing-landing .standardContent {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .marketing-landing .standardContent h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 50px; }
    .marketing-landing .standardContent h2 .effect_copySlide span {
      background: none;
      -webkit-text-fill-color: #1E1E1E; }
  .marketing-landing .standardContent .narrowParagraph {
    max-width: 540px;
    margin: 0 auto; }
    .marketing-landing .standardContent .narrowParagraph p:last-child {
      margin-bottom: 0; }
  .marketing-landing .standardContent p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #555555; }
    .marketing-landing .standardContent p sup {
      font-weight: 600; }

.marketing-landing .formBlock .grid-container .container {
  padding-bottom: 120px; }

.marketingBios {
  position: relative;
  background-color: #F4F1EA; }
  .marketingBios .bgColor {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: #333639; }
  .marketingBios .biosContainer {
    padding: 200px 0;
    text-align: center;
    z-index: 20;
    position: relative; }
    .marketingBios .biosContainer h2 {
      color: #F4F1EA;
      font-size: 46px;
      line-height: 56px;
      margin-bottom: 40px; }
    .marketingBios .biosContainer .doctorBio a {
      display: inline-block;
      position: relative;
      margin-bottom: 20px;
      font-size: 72px;
      line-height: 80px;
      font-family: MDLórien-Regular;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
      .marketingBios .biosContainer .doctorBio a::after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #1E1E1E;
        bottom: -3px;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%); }
      .marketingBios .biosContainer .doctorBio a:hover {
        background-position: right -5px bottom 38px; }
        .marketingBios .biosContainer .doctorBio a:hover::after {
          width: 70%; }
    .marketingBios .biosContainer .introCopy p {
      margin: 0 auto 30px;
      color: #F4F1EA; }
      .marketingBios .biosContainer .introCopy p:last-child {
        margin-bottom: 0; }

.marketingFooter {
  background-color: #F4F1EA;
  border-top: 1px solid #DFC4A5; }
  .marketingFooter .footerMarketingContainer {
    display: flex;
    justify-content: space-between;
    padding: 120px 0; }
    .marketingFooter .footerMarketingContainer .logoContainer {
      flex: 0 1 100px;
      margin-right: 200px; }
    .marketingFooter .footerMarketingContainer .content {
      flex: 0 1 200px; }
      .marketingFooter .footerMarketingContainer .content ul li a {
        font-size: 18px;
        line-height: 36px;
        text-decoration: none;
        color: #555555; }
        .marketingFooter .footerMarketingContainer .content ul li a:hover {
          text-decoration: underline; }

.centeredContent .introCopy .contentPadding {
  max-width: 100%;
  text-align: center; }

.centeredContent .narrowCopy.mainContent {
  text-align: center; }
  .centeredContent .narrowCopy.mainContent h2 {
    max-width: 100%; }

.freeform-row .freeform-column .freeform-errors > li {
  background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
  margin-top: 14px; }

.freeform-form-has-errors {
  background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  margin-bottom: 10px; }

/* PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS  */
/* PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS PRESS  */
.pressLanding .introCopy h1 {
  margin-bottom: 120px; }

.pressLanding .pressContainer {
  display: flex;
  justify-content: space-between; }
  .pressLanding .pressContainer .pressItems {
    flex: 0 1 80%; }
  .pressLanding .pressContainer .sideContent {
    flex: 0 1 auto;
    margin-left: 80px; }

.pressItems {
  max-width: 900px; }
  .pressItems .pressItem {
    border-bottom: 1px solid #DFC4A5;
    margin-bottom: 80px;
    padding-bottom: 90px; }
    .pressItems .pressItem h2 {
      margin-bottom: 30px; }
    .pressItems .pressItem h2 a {
      font-size: 56px;
      line-height: 64px;
      text-decoration: none;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .pressItems .pressItem h2 a:hover {
        opacity: .6; }
    .pressItems .pressItem .info p {
      font-size: 18px;
      line-height: 26px; }
    .pressItems .pressItem .info span {
      margin: 0 15px;
      font-family: MDLórien-Regular; }
    .pressItems .pressItem p {
      font-size: 24px;
      line-height: 36px;
      color: #555555;
      margin-bottom: 30px; }
    .pressItems .pressItem:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 160px; }

.pressContact {
  text-align: right; }
  .pressContact h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px; }
  .pressContact a:hover {
    text-decoration: underline; }

.paginationContainer {
  display: block;
  margin-top: 80px;
  margin-bottom: 100px; }
  .paginationContainer ul {
    display: block; }
    .paginationContainer ul li {
      display: inline-block;
      margin-right: 25px; }
      .paginationContainer ul li a {
        display: block;
        font-size: 18px;
        line-height: 28px;
        padding: 8px 9px;
        color: #555555;
        position: relative;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .paginationContainer ul li a:hover {
          opacity: .5; }
        .paginationContainer ul li a.active {
          color: #1E1E1E; }
          .paginationContainer ul li a.active::after {
            content: '';
            display: block;
            height: 1.5px;
            width: 100%;
            position: absolute;
            background-color: #1E1E1E;
            bottom: -6px;
            left: 0;
            transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .paginationContainer ul li a.active:hover {
            opacity: 1; }

.pressDetail .introCopy {
  text-align: center;
  margin-top: 100px; }
  .pressDetail .introCopy .contentPadding {
    max-width: 100%; }
  .pressDetail .introCopy h1 {
    font-size: 56px;
    line-height: 64px; }
  .pressDetail .introCopy h2 {
    text-align: center;
    font-size: 140px;
    line-height: 148px;
    background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 80px; }
  .pressDetail .introCopy p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 20px; }
  .pressDetail .introCopy span {
    margin: 0 15px;
    font-family: MDLórien-Regular; }

.pressDetail .articleLink {
  margin-top: 80px; }
  .pressDetail .articleLink a {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #1E1E1E;
    border-radius: 100px;
    font-size: 22px;
    line-height: 18px;
    color: #1E1E1E;
    padding: 18px 36px 15px;
    max-width: 100%;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pressDetail .articleLink a svg {
      float: right; }
    .pressDetail .articleLink a:hover {
      background-color: #333639;
      color: #FFFFFF;
      border: 2px solid #333639; }

.basicPage .introCopy {
  text-align: center;
  margin-top: 100px;
  max-width: 100%; }
  .basicPage .introCopy .contentPadding {
    margin: 0 auto; }

.backToTops {
  opacity: 0;
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  width: 59px;
  height: 59px;
  right: 50px;
  bottom: 150px;
  background-color: #FFFFFF;
  background-image: url("/assets/img/icon_arrow_up_black.svg");
  background-repeat: no-repeat;
  background-position: center top 14px;
  border-radius: 50%;
  transform: scale(1.1) translateY(100px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .backToTops:hover {
    background-position: center top 10px; }
  .backToTops.active {
    transform: scale(1) translateY(0); }

.marketing-landing-physician .effect_copySlide span {
  font-size: 140px;
  line-height: 152px; }

.marketing-landing-physician .mainTitle h1 {
  font-size: 43px;
  line-height: 55px;
  max-width: 1200px;
  margin: 12px 0 32px; }

.marketing-landing-physician .mainTitle .border {
  width: 100%;
  height: 1px;
  background-color: #DFC4A5;
  margin-bottom: 100px; }

.marketing-landing-physician .imageSideFloat {
  display: flex;
  max-width: 1400px;
  margin: 0 auto 100px; }
  .marketing-landing-physician .imageSideFloat .image {
    flex: 0 1 475px;
    margin-left: 100px;
    order: 2; }
    .marketing-landing-physician .imageSideFloat .image img {
      display: block;
      max-width: 100%; }
  .marketing-landing-physician .imageSideFloat .content {
    flex: 0 1 700px;
    order: 1; }
    .marketing-landing-physician .imageSideFloat .content h2 {
      font-size: 46px;
      line-height: 56px;
      margin-bottom: 40px; }
    .marketing-landing-physician .imageSideFloat .content p {
      margin-bottom: 40px;
      color: #555555; }
      .marketing-landing-physician .imageSideFloat .content p a {
        text-decoration: underline; }
        .marketing-landing-physician .imageSideFloat .content p a:hover {
          text-decoration: none; }
    .marketing-landing-physician .imageSideFloat .content .quote p {
      background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 36px;
      line-height: 47px;
      font-family: MDLórien-Regular; }

.marketing-landing-physician .questionSideFloat {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 100px; }
  .marketing-landing-physician .questionSideFloat .question {
    flex: 0 1 475px;
    margin-right: 80px; }
    .marketing-landing-physician .questionSideFloat .question h2 {
      text-align: right;
      font-size: 46px;
      line-height: 56px; }
  .marketing-landing-physician .questionSideFloat .content {
    flex: 0 1 100%; }
    .marketing-landing-physician .questionSideFloat .content p {
      color: #555555;
      margin-bottom: 30px; }
      .marketing-landing-physician .questionSideFloat .content p + .quote {
        margin-top: 50px; }
    .marketing-landing-physician .questionSideFloat .content .quote p {
      background: linear-gradient(90.67deg, #23334A 6.8%, #23334A 38.12%, #23334A 68.04%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 36px;
      line-height: 47px;
      font-family: MDLórien-Regular; }

/*  ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS  */
/*  ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS ANIMATIONS  */
.effect_copySlide {
  overflow: hidden;
  display: block; }
  .effect_copySlide span {
    top: 1px;
    position: relative;
    transform: translateY(140px);
    display: block;
    top: 0;
    color: #1E1E1E;
    background: linear-gradient(90.67deg, #fcfaf2 6.8%, #fcfaf2 38.12%, #fcfaf2 68.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .effect_copySlide.subheadline {
    font-size: 46px;
    line-height: 56px; }
  .effect_copySlide.subheadlineMargin {
    margin-bottom: 20px; }

.marketing-landing-physician .effect_copySlide span sup {
  -webkit-text-fill-color: #23334A; }

.effect_copySlide span {
  animation-timing-function: cubic-bezier(0.25, 0.55, 0.52, 0.9);
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.effect_copySlide:nth-child(1) span {
  animation-duration: .7s;
  animation-delay: .1s; }

.effect_copySlide:nth-child(2) span {
  animation-delay: .3s;
  animation-duration: .5s; }

.effect_copySlide:nth-child(3) span {
  animation-delay: .3s;
  animation-duration: .5s; }

.effect_copySlide:nth-child(4) span {
  animation-delay: .25s;
  animation-duration: .55s; }

.signin .formStandard {
  animation-name: animateBlurbSide;
  animation-timing-function: cubic-bezier(0.25, 0.55, 0.52, 0.9);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .3s;
  animation-duration: .5s; }

.signin .backgroundTexture .colorOverlay {
  animation-name: animateVideoOverlaySide;
  animation-timing-function: cubic-bezier(0.25, 0.55, 0.52, 0.9);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .3s;
  animation-duration: .5s; }

.locationsMap {
  animation-name: animateBlurbSide;
  animation-timing-function: cubic-bezier(0.25, 0.55, 0.52, 0.9);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .3s;
  animation-duration: .5s; }

.locations .effect_copySlide.active span, .locations-detail .effect_copySlide.active span, .inquire .effect_copySlide.active span, .pressLanding .effect_copySlide.active span, .basicPage .effect_copySlide.active span {
  animation-name: animateHeadlineUp; }

.effect_copySlide.removeColor span {
  background: none !important;
  -webkit-text-fill-color: #1E1E1E !important; }

.loaded .effect_copySlide.active span {
  animation-name: animateHeadlineUp; }

.loaded.home .heroCopy .effect_copySlide span, .loaded.home .homeHeroTagline .effect_copySlide span, .loaded.marketing-landing .heroCopy .effect_copySlide span {
  background: none;
  -webkit-text-fill-color: #1E1E1E; }

.loaded.home .heroCopy .heroSubCopy, .loaded.home .homeHeroTagline .heroSubCopy, .loaded.marketing-landing .heroCopy .heroSubCopy {
  animation-name: animateBlurbHome;
  animation-timing-function: cubic-bezier(0.25, 0.55, 0.52, 0.9);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .4s;
  animation-duration: .6s; }

.loaded.our-origins .introCopy p {
  animation-name: animateBlurbSide;
  animation-timing-function: cubic-bezier(0.25, 0.55, 0.52, 0.9);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .3s;
  animation-duration: .5s; }

@-webkit-keyframes animateHeadlineUp {
  from {
    transform: translateY(140px); }
  to {
    transform: translateY(0); } }

@keyframes animateHeadlineUp {
  from {
    transform: translateY(140px); }
  to {
    transform: translateY(0); } }

@-webkit-keyframes animateBlurbSide {
  from {
    opacity: 0;
    transform: translateX(360px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes animateBlurbSide {
  from {
    opacity: 0;
    transform: translateX(360px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes animateBlurbHome {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes animateBlurbHome {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes animateVideoOverlaySide {
  from {
    width: 100%; }
  to {
    width: 0; } }

@keyframes animateVideoOverlaySide {
  from {
    width: 100%; }
  to {
    width: 0; } }

.blocksContainer ul + p, .blocksContainer ol + p {
  margin-top: 30px; }

.blocksContainer ul + h3, .blocksContainer ul + h4, .blocksContainer ul + h5, .blocksContainer ol + h3, .blocksContainer ol + h4, .blocksContainer ol + h5 {
  margin-top: 50px; }

.blocksContainer .blockItem {
  margin-bottom: 40px; }
  .blocksContainer .blockItem h2 {
    color: #1E1E1E;
    font-size: 46px;
    line-height: 44px;
    margin-left: -2px;
    margin-bottom: 10px; }
  .blocksContainer .blockItem h3 {
    color: #1E1E1E;
    margin-bottom: 8px;
    font-family: TheFuture-Regular;
    font-size: 31px;
    line-height: 37px; }
  .blocksContainer .blockItem h4 {
    color: #1E1E1E;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 3px;
    font-weight: 600; }
  .blocksContainer .blockItem p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #555555; }
    .blocksContainer .blockItem p + ul {
      margin-top: -14px; }
    .blocksContainer .blockItem p:last-child {
      margin-bottom: 0; }
  .blocksContainer .blockItem p + h3, .blocksContainer .blockItem p + h4, .blocksContainer .blockItem p + h5 {
    margin-top: 50px; }
  .blocksContainer .blockItem p + .btn-cta-primary, .blocksContainer .blockItem p + .btn-cta-secondary {
    margin-top: -10px; }
  .blocksContainer .blockItem a {
    color: #1E1E1E;
    text-decoration: underline; }
    .blocksContainer .blockItem a:hover {
      color: #1E1E1E;
      text-decoration: none; }
  .blocksContainer .blockItem a:not([href]) {
    color: #1E1E1E;
    text-decoration: none; }
  .blocksContainer .blockItem img {
    max-width: 100%;
    height: auto !important; }
    .blocksContainer .blockItem img.floatImageLeft {
      float: left;
      margin: 20px 20px 20px 0; }
    .blocksContainer .blockItem img.floatImageRight {
      float: right;
      margin: 20px 0 20px 20px; }
  .blocksContainer .blockItem ul {
    list-style: disc outside none;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 300;
    color: #1E1E1E; }
    .blocksContainer .blockItem ul li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
      list-style: disc outside none; }
      .blocksContainer .blockItem ul li ul, .blocksContainer .blockItem ul li ol {
        margin-top: 10px;
        margin-bottom: 0;
        padding-left: 30px; }
      .blocksContainer .blockItem ul li:last-of-type {
        margin-bottom: 0; }
  .blocksContainer .blockItem ol {
    list-style: outside;
    padding-left: 40px;
    margin-bottom: 0;
    color: #1E1E1E; }
    .blocksContainer .blockItem ol li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
      list-style: decimal outside none;
      display: list-item; }
      .blocksContainer .blockItem ol li ol, .blocksContainer .blockItem ol li ul {
        margin-top: 10px;
        margin-bottom: 0; }
        .blocksContainer .blockItem ol li ol li, .blocksContainer .blockItem ol li ul li {
          list-style-type: lower-alpha; }
      .blocksContainer .blockItem ol li:last-of-type {
        margin-bottom: 0; }
  .blocksContainer .blockItem .caption {
    font-size: 15px !important;
    line-height: 19px !important;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 6px;
    color: #999;
    font-weight: 300; }
  .blocksContainer .blockItem blockquote {
    font-style: italic; }

.blocksContainer .blockStandard {
  max-width: 1100px; }

.blocksContainer .thirdsToutContainer .thirdsItem img {
  margin-bottom: 20px;
  box-shadow: 4px 4px 6px 0 rgba(212, 212, 206, 0.45); }

.blocksContainer .thirdsToutContainer .thirdsItem .contentPadding {
  padding-left: 14px; }
  .blocksContainer .thirdsToutContainer .thirdsItem .contentPadding h2 a {
    margin-bottom: 3px; }

.blocksContainer .blockImage img {
  display: block;
  border-radius: 6px;
  box-shadow: -4px 0 0 0 #DB3327; }

.blocksContainer .blockHalfContentImage .blockContent .contentPadding {
  padding: 20px 40px 0 0; }

.blocksContainer .blockHalfContentImage .blockImage .contentPadding {
  padding: 0; }
  .blocksContainer .blockHalfContentImage .blockImage .contentPadding img {
    border-radius: 4px;
    background-clip: content-box; }

.blocksContainer .blockHalfContentImage .blockContent.floatRight .contentPadding {
  padding: 20px 0 0 40px; }

.blocksContainer .blockFAQ .FAQitem {
  display: block;
  margin-bottom: 35px;
  max-width: 900px; }
  .blocksContainer .blockFAQ .FAQitem .question {
    display: flex;
    cursor: pointer; }
    .blocksContainer .blockFAQ .FAQitem .question:hover p, .blocksContainer .blockFAQ .FAQitem .question.selected p {
      color: #1E1E1E; }
    .blocksContainer .blockFAQ .FAQitem .question.selected .arrow img {
      transform: rotate(180deg);
      padding-left: 0; }
    .blocksContainer .blockFAQ .FAQitem .question .arrow {
      display: block;
      float: left;
      width: 40px;
      margin-top: -2px;
      padding-right: 10px;
      text-align: center;
      flex: 0 1 20px; }
      .blocksContainer .blockFAQ .FAQitem .question .arrow img {
        width: 17px;
        padding-left: 5px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .blocksContainer .blockFAQ .FAQitem .question p {
      flex: 1;
      display: block;
      width: 700px;
      float: left;
      font-size: 20px;
      line-height: 22px;
      letter-spacing: 6.67px;
      color: #1E1E1E;
      text-transform: uppercase;
      font-family: MDLórien-Regular;
      font-weight: 300;
      margin-bottom: 10px;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .blocksContainer .blockFAQ .FAQitem .answer {
    display: none;
    margin-left: 32px; }
    .blocksContainer .blockFAQ .FAQitem .answer p {
      font-size: 18px;
      line-height: 28px;
      color: #1E1E1E; }
      .blocksContainer .blockFAQ .FAQitem .answer p + p {
        margin-top: -14px; }
  .blocksContainer .blockFAQ .FAQitem:last-child {
    margin-bottom: 0; }

.blocksContainer .blockVideo {
  position: relative; }
  .blocksContainer .blockVideo .videoContainer {
    position: relative;
    border-radius: 6px;
    box-shadow: -4px 0 0 0 #DB3327; }
    .blocksContainer .blockVideo .videoContainer .videoWrapper {
      position: relative;
      margin-top: 12px;
      z-index: 10;
      padding-bottom: 51.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0;
      margin-bottom: 10px;
      border-radius: 6px; }
      .blocksContainer .blockVideo .videoContainer .videoWrapper object, .blocksContainer .blockVideo .videoContainer .videoWrapper embed, .blocksContainer .blockVideo .videoContainer .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 6px; }
  .blocksContainer .blockVideo p.caption {
    margin-left: 12px; }

.blocksContainer .blockTwoColumns .twoColumn .contentPadding {
  padding: 0 40px 0 0; }

.blocksContainer .blockGallery .galleryItemsContainer {
  position: relative; }
  .blocksContainer .blockGallery .galleryItemsContainer .galleryItems {
    position: relative;
    z-index: 10;
    margin: 0;
    max-width: 1440px; }
    .blocksContainer .blockGallery .galleryItemsContainer .galleryItems .slick-slide img {
      border-radius: 6px;
      box-shadow: 0 4px 0 0 #DB3327; }

.blocksContainer .blockGallery .galleryCaptions {
  margin-left: 12px; }

.blocksContainer .blockTable .tableContainer {
  overflow-x: auto; }

.blocksContainer .blockTable table {
  border-collapse: collapse; }
  .blocksContainer .blockTable table tr:first-child {
    background-color: #444444 !important; }
    .blocksContainer .blockTable table tr:first-child td {
      color: #FFFFFF; }
  .blocksContainer .blockTable table tr:nth-child(even) {
    background-color: #F6F6F6; }
  .blocksContainer .blockTable table tr:nth-child(odd) {
    background-color: #E9E9E9; }
  .blocksContainer .blockTable table td {
    padding: 12px 18px; }

/* #Media Queries
================================================== */
/* Microsoft Edge Browser 12+ (All) - @supports method */
/*WEBKIT ONLY BROWSER*/
@media only screen and (min-width: 2500px) {
  .signin .backgroundTexture {
    width: 39%; } }

@media only screen and (max-width: 2100px) {
  .locations .imageDivider {
    background-size: auto calc(100% + 300px); } }

/*WEBKIT ONLY BROWSERS - Tablet Portrait to Standard 960 */
@media only screen and (max-width: 1921px) {
  .prospectiveGallery .slick-next {
    right: 17%; }
  .prospectiveGallery .slick-prev {
    left: 17%; } }

/* 2021 MBP desktop */
@media only screen and (max-width: 1800px) {
  .home .bottomToutFull .grid-container .container {
    padding-top: 160px; } }

@media only screen and (max-width: 1540px) {
  .your-care .splitImageCopy .copy h3 br {
    display: none; }
  .splitImageTitle h2, .your-care .introCopy h1 {
    font-size: 110px;
    line-height: 128px; }
  .your-care .splitImageCopy.section1 {
    margin-bottom: 350px; }
  .your-care .splitImageCopy.section2, .your-care .splitImageCopy.section3 {
    margin-bottom: 200px; }
  .your-care .introCopy h1 {
    margin-bottom: 40px; }
  .prospective .fullQuote {
    padding: 0; }
  .footerProspective .grid-container .container {
    padding-top: 110px;
    padding-bottom: 170px; } }

@media only screen and (max-width: 1440px) {
  .homeHero .heroCopy {
    margin-top: 0; }
  .officeDetails .sidebar {
    margin-right: 100px; }
  .prospectiveGallery .slick-next {
    right: 16.5%; }
  .prospectiveGallery .slick-prev {
    left: 16.5%; }
  .howardLetter .howardletterContainer .content {
    margin-left: 80px; }
  .footerProspective .grid-container .container {
    padding-top: 220px;
    padding-bottom: 240px; }
  .prospectiveBios .prospectiveBioItems .bioItem {
    flex: 0 1 510px; }
  .our-origins .introCopy h1 {
    font-size: 120px;
    line-height: 128px; }
  .our-origins .introCopy .effect_copySlide.quoteOffset {
    margin-left: -46px; }
  .splitImageCopy .imageContainer .videoBG {
    width: 100%; }
  .splitImageCopy .imageContainer .imagePrimary {
    width: 90%;
    margin-left: auto; }
  .signin .backgroundTexture {
    width: 220px; }
  .marketing-landing-physician .effect_copySlide span {
    font-size: 118px;
    line-height: 129px; } }

@media only screen and (max-width: 1300px) {
  .homeHero .heroCopy h1, .homeHeroSmallContainer .homeHeroSmall h2 .effect_copySlide span, .homeHeroTagline h3 {
    font-size: 56px;
    line-height: 72px; }
  .homeFactoids .homeFactoidItem {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-top: 60px;
    padding: 80px 0; }
  .homeFactoids .homeFactoidItem .content {
    margin-right: 60px; }
  .homeFactoids .homeFactoidItem .illustration {
    padding-right: 60px; }
  .marketingBios .biosContainer .doctorBio a {
    font-size: 76px;
    line-height: 110px; }
  .row-wrapper .grid-container .container.homeScrollWrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .bottomToutFull h2 a {
    font-size: 100px;
    line-height: 108px; }
  .formBlock .formSideContent {
    flex: 0 1 350px; }
  .our-origins .fullQuote h3 {
    font-size: 52px;
    line-height: 64px; }
  .our-origins .fullQuote .effect_copySlide.quoteOffset {
    margin-left: -21px; }
  .originsQuote {
    margin-bottom: 50px; }
  .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 59px;
    line-height: 70px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration {
    height: 350px; } }

@media only screen and (max-width: 1249px) {
  footer .footerItems .footerCol li, footer .footerItems .footerCol li a, footer .footerItems .footerCol .legal ul li a {
    font-size: 18px;
    line-height: 28px; }
  .prospectiveLetter .biosContainer .doctorBio a {
    font-size: 76px;
    line-height: 120px; }
  .our-origins .introCopy h1 {
    font-size: 90px;
    line-height: 105px; }
  .our-origins .effect_copySlide.subheadline {
    font-size: 36px;
    line-height: 50px; }
  .our-origins .introCopy .effect_copySlide.quoteOffset {
    margin-left: -34px; }
  .splitImageTitle h2, .your-care .introCopy h1 {
    font-size: 90px;
    line-height: 105px;
    margin-bottom: 60px; }
  .your-care .introCopy h1 {
    margin-bottom: 20px; }
  .your-care .splitImageCopy.section2, .your-care .splitImageCopy.section3 {
    margin-bottom: 150px; } }

/* Smaller than large 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  .mastheadContainer .navContainer li:nth-child(4) {
    margin-left: 80px; }
  .splitImageCopy.imageRight .copy .contentPadding {
    margin-right: 50px; }
  .splitImageCopy .imageContainer {
    margin-right: 50px; }
  .introCopy h1, .formHeadline h2 {
    font-size: 120px;
    line-height: 128px; }
  .officeDetails .sidebar {
    margin-right: 40px;
    flex: 0 0 260px; }
  .splitImageCopy .copy h2 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 60px; }
  .prospectiveLetter .letterContainer .content {
    margin-right: 50px; }
  .homeFactoids .homeFactoidItem .content {
    margin-left: 25px; }
  .officesList .officesListContainer ul li a {
    font-size: 20px;
    line-height: 28px; }
  .splitImageCopy .copy h3 {
    font-size: 42px;
    line-height: 54px; }
  .signin .backgroundTexture {
    width: 150px; }
  .signin .formBlock .formContainer {
    max-width: 440px;
    margin-left: 180px;
    padding-right: 0; }
  .marketing-landing-physician .effect_copySlide span {
    font-size: 100px;
    line-height: 116px; } }

@media only screen and (max-width: 1180px) {
  .prospectiveBios .prospectiveBioItems .bioItem .content {
    margin-right: 0; } }

/* Smaller than large 1100 (devices and browsers) */
@media only screen and (max-width: 1100px) {
  .bottomToutFull .copy {
    display: block; }
  .bottomToutFull p {
    margin-bottom: 30px; }
  .bottomToutFull h2 a, .introCopy h1, .formHeadline h2, .homeStoryTagline h3, .footerProspective .footerProspectiveContent .content h2 {
    font-size: 110px;
    line-height: 116px; }
  .faqItems .faqItem p.title {
    padding-right: 150px; }
  .prospectiveGallery .slick-next {
    right: 15.5%; }
  .prospectiveGallery .slick-prev {
    left: 15.5%; }
  .prospectiveLetter .biosContainer .doctorBio a {
    font-size: 66px;
    line-height: 114px; }
  .modalContainer .contentPadding {
    padding: 200px 40px 180px; }
  .modalContainer .doctorModalBio .content {
    margin-right: 80px; }
  .mfp-close {
    right: 40px; }
  .prospectiveImagine .container {
    padding-top: 120px; }
  .prospectiveBios .prospectiveBioItems .bioItem:last-child {
    margin-bottom: 0; }
  .officesList {
    margin-bottom: 100px; }
  .locations .imageDivider {
    margin-bottom: 120px; }
  .narrowCopy {
    margin-bottom: 140px; }
  .bottomToutFull .grid-container .container {
    padding-top: 200px;
    padding-bottom: 230px; }
  .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 56px;
    line-height: 66px; } }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Smaller than 1050 (devices and browsers) */
@media only screen and (max-width: 1049px) {
  .row-wrapper .grid-container .container {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0; }
  .mastheadContainer {
    width: calc(100% - 80px); }
  .row-wrapper.formBlock .grid-container .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .row-wrapper.formBlock.hubspotPadding .grid-container .container {
    padding-bottom: 60px; }
  .marketing-landing .row-wrapper.formBlock .grid-container .container {
    padding-bottom: 80px; }
  .bottomToutFull h2 a, .introCopy h1, .formHeadline h2, .homeStoryTagline h3, .footerProspective .footerProspectiveContent .content h2 {
    font-size: 94px;
    line-height: 105px; }
  .howardLetter .howardletterContainer .content {
    margin-left: 40px; }
  .pressDetail .row-wrapper .grid-container .container.introCopy {
    margin-top: 80px; }
  footer .backToTop {
    right: 40px; }
  .faqContainer {
    margin-left: 40px;
    margin-right: 40px; }
  footer .footerUtility {
    padding-right: 60px; }
  .officeDetails .blockBio .content img {
    width: 200px; } }

/* Smaller than 1024 (devices and browsers) */
@media screen and (max-width: 1024px) {
  .homeFactoids .homeScrollItem {
    height: auto;
    max-width: 500px;
    margin: 0 auto 50px; }
  .homeFactoids .homeFactoidItem {
    height: auto;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .homeFactoids .homeFactoidItem .content {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
    flex: 0 1 auto;
    order: 2; }
  .homeFactoids .homeFactoidItem .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  .homeFactoids .homeFactoidItem .content p {
    font-size: 20px;
    line-height: 34px; }
  .homeFactoids {
    display: block;
    padding: 20px 0px 100px; }
  .homeFactoids .homeFactoidItem .illustration {
    order: 1;
    margin-bottom: 30px;
    padding-right: 0;
    max-height: 300px; }
  .homeFactoids .homeFactoidItem .illustration img {
    max-height: 210px;
    margin-bottom: 60px;
    margin: 0 auto; }
  .marketing-landing-physician .imageSideFloat .image {
    margin-left: 40px; } }

/* Tablet - LANDSCAPE LANDSCAPE LANDSCAPE LANDSCAPE LANDSCAPE */
/* Tablet - PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT */
/* 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 */
/* 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 */
/* 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 */
/* Smaller than standard 960 (devices and browsers) */
@media screen and (max-width: 959px) {
  #menuBtn {
    display: block; }
  main {
    padding-top: 140px; }
  .mastheadContainer .navContainer {
    display: none; }
  .prospective .mastheadContainer .navContainer, .marketing-landing .mastheadContainer .navContainer, .marketing-landing-physician .mastheadContainer .navContainer {
    display: block; }
  .prospective .mastheadContainer {
    width: calc(100% - 80px); }
  .homeHero .homeHeroSmall .copy {
    float: none;
    width: 100%;
    margin-bottom: 100px; }
  .homeHero .heroCopy {
    margin-bottom: 110px; }
  .homeHero .homeHeroSmall {
    width: 100%; }
  .homeHero .heroCopy p.title {
    font-size: 28px;
    line-height: 40px; }
  .splitImageCopy .copy h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px; }
  .fullQuote h3 {
    font-size: 75px;
    line-height: 90px; }
  .faqItems .faqItem p.title {
    padding-right: 75px; }
  .our-origins .introCopy h1 {
    font-size: 98px;
    line-height: 108px; }
  .our-origins .introCopy h1 span {
    margin-top: 2px; }
  .narrowCopy {
    margin-bottom: 100px;
    max-width: 100%; }
  .mapContainer .locationsMap {
    display: block; }
  .mapContainer .locationsMap .image {
    margin-right: 0;
    margin-bottom: 60px; }
  .mapContainer .locationsMap .offices {
    text-align: center; }
  .introCopy h1 {
    margin-top: 0;
    margin-bottom: 30px; }
  .mapContainer {
    margin-bottom: 100px; }
  .officeTitle h3 {
    font-size: 95px;
    line-height: 108px; }
  .introCopy h1 {
    font-size: 76px;
    line-height: 86px; }
  .footerProspective .footerProspectiveContent .content h2 {
    font-size: 66px;
    line-height: 76px; }
  .bottomToutFull h2 a {
    font-size: 86px;
    line-height: 100px; }
  .prospectiveGallery .slick-next {
    right: 5%; }
  .prospectiveGallery .slick-prev {
    left: 5%; }
  .prospectiveLetter .letterContainer .content h1 {
    font-size: 40px;
    line-height: 46px; }
  .prospectiveLetter .letterContainer .content p, .footerProspective .footerProspectiveContent .content p, .prospectiveMap .prospectiveMapContainer .introCopy p, .howardLetter .howardletterContainer .content p {
    font-size: 22px;
    line-height: 36px; }
  .prospectiveLetter .biosContainer .doctorBio a {
    font-size: 60px;
    line-height: 112px; }
  .bottomToutFull .grid-container .container, .home .bottomToutFull .grid-container .container {
    padding-top: 120px;
    padding-bottom: 130px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem {
    display: block;
    margin-bottom: 160px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration {
    margin: 0 0 60px 0; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration img {
    margin: 0;
    max-height: 350px; }
  .marketingBios .biosContainer .doctorBio a {
    font-size: 60px;
    line-height: 90px; }
  .prospectiveLetter .letterContainer .image {
    margin-top: 92px; }
  .homeStoryTagline {
    max-width: 530px;
    margin-bottom: 140px !important; }
  .show960 {
    display: block; }
  .marketing-landing .standardContent h2, .marketingBios .biosContainer h2, .marketing-landing .marketingMapContainer .introCopy h2 {
    font-size: 65px;
    line-height: 76px; }
  .your-care .introCopy h1 {
    margin-bottom: 0; }
  .our-origins .introCopy {
    margin-bottom: 90px; }
  .our-origins .splitImageCopy {
    margin-bottom: 90px; }
  .mapContainer .locationsMap .offices ul li a::after {
    display: none; }
  .homeHero .heroCopy.heroSubCopy {
    margin-bottom: 120px; }
  .officesList .officesListContainer .officesItem {
    flex: 0 1 24%; }
  .formBlock .formContainer {
    display: block; }
  .formBlock .formSideContent {
    max-width: 480px;
    margin-bottom: 80px;
    margin-right: 0; }
  .formBlock .formStandard {
    max-width: 580px; }
  .our-origins .introCopy h1 {
    font-size: 77px;
    line-height: 90px;
    margin-bottom: 50px; }
  .our-origins .introCopy .effect_copySlide.quoteOffset {
    margin-left: -30px; }
  .our-origins .effect_copySlide.subheadline {
    font-size: 32px;
    line-height: 43px; }
  .introCopy p {
    font-size: 20px;
    line-height: 32px; }
  .our-origins .fullQuote h3 {
    font-size: 44px;
    line-height: 62px; }
  .splitHeroOrigins .image {
    background-position: -100px -305px; }
  .faqContainer {
    padding: 40px; }
  .formHeadline h2 {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 60px; }
  .homeHero .heroCopy h1, .homeHeroSmallContainer .homeHeroSmall h2 .effect_copySlide span, .homeHeroTagline h3 {
    font-size: 40px;
    line-height: 58px; }
  .home .formBlock {
    padding-bottom: 80px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .content {
    margin-right: 0; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem {
    text-align: center; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration img {
    margin: 0 auto; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .content h2, .marketing-landing .marketingFactoidItems .marketingFactoidItem .content p {
    margin-left: auto;
    margin-right: auto; }
  .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 44px;
    line-height: 56px; }
  .effect_copySlide.subheadlineMargin {
    margin-bottom: 10px; }
  .your-care .introCopy h1 {
    font-size: 78px;
    line-height: 90px; }
  .splitImageTitle h2, .your-care .introCopy h1 {
    font-size: 68px;
    line-height: 84px; }
  .marketing-landing-physician .effect_copySlide span {
    font-size: 80px;
    line-height: 96px; }
  .marketing-landing-physician .mainTitle h1 {
    font-size: 35px;
    line-height: 46px; }
  .marketing-landing-physician .mainTitle .border {
    margin-bottom: 70px; }
  .marketing-landing-physician .questionSideFloat .question {
    margin-right: 40px; } }

@media screen and (max-width: 819px) {
  .officeTitle {
    display: none; }
  .breadcrumbs p.title, .breadcrumbs p.title span {
    display: block; }
  .breadcrumbs .backBtn {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 44px;
    border-bottom: 1px solid #DFC4A5; }
  .breadcrumbs {
    border: none;
    padding-bottom: 0;
    margin-bottom: 50px; }
  .breadcrumbs h1 {
    float: none;
    font-size: 18px;
    line-height: 24px; }
  .pressDetail .breadcrumbs h2 {
    display: none; }
  .officeDetails {
    display: block; }
  .officeDetails .sidebar {
    margin-right: 0; }
  .marketing-landing-physician .imageSideFloat {
    display: block; }
  .marketing-landing-physician .imageSideFloat .image {
    margin-left: 0;
    margin-bottom: 40px; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #menuBtn {
    right: 25px;
    top: 40px; }
  .mastheadContainer {
    padding-top: 48px; }
  .splitHeroOrigins .heading h2 {
    font-size: 36px;
    line-height: 52px; }
  .splitHeroOrigins .heading {
    top: 100px; } }

/* ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px  */
/* ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px  */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .showMobile {
    display: block; }
  .hideMobile {
    display: none; }
  .mastheadContainer {
    padding-top: 40px; }
  #menuBtn {
    top: 32px;
    right: 0; }
  footer .footerItems {
    margin-bottom: 40px;
    display: block; }
  footer .footerItems .footerCol {
    overflow-x: hidden; }
  footer .footerItems .footerCol ul {
    margin-bottom: 40px;
    display: block;
    width: auto; }
  .row-wrapper .grid-container .container {
    padding-left: 20px;
    padding-right: 20px; }
  .mastheadContainer {
    width: calc(100% - 40px); }
  footer .footerMobile.footerLegal .legal {
    padding-bottom: 20px; }
  .introCopy h1, .homeStoryTagline h3, .footerProspective .footerProspectiveContent .content h2 {
    font-size: 54px;
    line-height: 62px; }
  .bottomToutFull h2 a {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 30px; }
  .homeHero .heroCopy p.title {
    font-size: 26px;
    line-height: 38px; }
  .homeHero .homeHeroSmall .copy p.title, .homeHero .homeHeroSmall .copy p.title, .formBlock .formContainer p.title, .officesList h2 {
    font-size: 42px;
    line-height: 50px; }
  .homeFactoids .homeFactoidItem .content h2 {
    font-size: 36px;
    line-height: 46px; }
  .homeHero .heroCopy p.tagline {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px; }
  .homeHero sup {
    top: -8px; }
  .formStandard [type="radio"]:checked + label, .formStandard [type="radio"]:not(:checked) + label {
    padding-left: 28px; }
  .formStandard .radioInputs label {
    margin-right: 22px; }
  .formBlock .formContainer p, .formBlock .formContainer p a {
    font-size: 20px;
    line-height: 30px;
    display: inline-block; }
  .splitImageCopy {
    display: block; }
  .container.fullWidthMobile {
    padding: 0 !important; }
  .splitImageCopy .copy .contentPadding h2, .splitImageCopy .copy .contentPadding p {
    padding-left: 20px;
    padding-right: 20px; }
  .showMobileImage {
    display: block; }
  .splitImageCopy .image {
    display: none; }
  .our-origins .splitImageCopy .image {
    display: block; }
  .splitImageCopy .copy .contentPadding {
    margin-left: 0;
    max-width: 100%; }
  .splitImageCopy.imageRight .copy .contentPadding {
    margin-right: 0; }
  .fullQuote h3 {
    font-size: 40px;
    line-height: 48px; }
  .faqContainer .blurb {
    padding-right: 30px; }
  .faqContainer .blurb h2 {
    font-size: 28px;
    line-height: 36px; }
  .splitImageCopy .copy h2 {
    margin-bottom: 20px; }
  .our-origins .introCopy {
    margin-bottom: 100px; }
  .our-origins .splitImageCopy {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
  .our-origins .splitImageCopy .copy {
    flex: 0 1 auto;
    align-self: normal; }
  .splitImageCopy.imageRight .image img {
    width: 100%; }
  .mapContainer .locationsMap .offices ul li a, .mapContainer .locationsMap .offices h2 {
    font-size: 22px;
    line-height: 48px; }
  .mapContainer .locationsMap .offices ul li a {
    font-family: TheFuture-Regular; }
  .inquire .row-wrapper.formBlock .grid-container .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .signin .formBlock .signinBottom {
    flex-direction: column; }
  .signin .row-wrapper.formBlock .grid-container .container {
    padding-top: 30px; }
  .signin .formBlock .signinBottom .utility {
    margin-bottom: 36px; }
  .prospectiveLetter .letterContainer {
    flex-direction: column;
    padding-bottom: 100px; }
  .prospectiveLetter .letterContainer .content {
    margin-right: 0;
    order: 2; }
  .prospectiveLetter .letterContainer .image {
    order: 1;
    margin-bottom: 50px;
    margin-top: 0; }
  .prospectiveLetter .letterContainer .image img {
    margin-left: 0;
    width: 100%; }
  .splitImageCopy.imageRight .copy .contentPadding, .prospectiveImagine .fullWidthMobile .splitImageCopy.imageRight .contentPadding {
    margin-left: 0;
    float: none;
    max-width: 100%; }
  .footerProspective .grid-container .container {
    padding-top: 120px;
    padding-bottom: 120px; }
  .prospectiveMap .prospectiveMapContainer .introCopy h2, .howardLetter .howardletterContainer .content h2, .prospectiveBios .introCopy h2 {
    font-size: 28px;
    line-height: 36px; }
  .prospectiveQuote {
    margin-top: 120px; }
  .fullQuote p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px; }
  .prospective .fullQuote {
    margin-bottom: 120px; }
  .prospectiveImagine .fullWidthMobile .splitImageCopy .copy p {
    max-width: 100%; }
  .splitImageCopy .copy p {
    margin-bottom: 50px; }
  .showMobileImage {
    margin-bottom: 50px; }
  .prospectiveGallery {
    margin-bottom: 140px; }
  .howardLetter .howardletterContainer {
    display: block; }
  .howardLetter .howardletterContainer .image img {
    margin-left: 0;
    margin-bottom: 50px; }
  .howardLetter .howardletterContainer .content {
    margin-left: 0; }
  .prospectiveLetter .biosContainer .doctorBio a {
    font-size: 40px;
    line-height: 52px;
    text-align: left;
    display: block;
    padding-right: 40px; }
  .prospectiveLetter .biosContainer .doctorBio a span {
    background-size: 33px;
    background-position: 2px 10px;
    height: 45px;
    width: 26px;
    position: absolute;
    right: 0;
    bottom: 8px; }
  .prospectiveLetter .biosContainer .doctorBio a:hover span {
    background-size: 33px;
    background-position: 2px 10px; }
  .modalContainer .contentPadding {
    padding: 130px 20px 80px; }
  .modalContainer .mfp-close {
    top: 40px;
    right: 20px; }
  .prospective .mastheadContainer {
    width: calc(100% - 40px); }
  .modalContainer .doctorModalBio {
    flex-direction: column; }
  .modalContainer .doctorModalBio .content {
    margin-right: 0;
    order: 2; }
  .modalContainer .doctorModalBio .image {
    order: 1;
    margin-bottom: 40px;
    margin-top: 0; }
  .modalContainer .doctorModalBio .image img {
    width: 100%; }
  .modalContainer .doctorModalBio .content .contactInfo {
    margin-top: 60px; }
  .mobileCollapse.row-wrapper .grid-container .container {
    padding: 0; }
  .mobileCollapse.row-wrapper .content {
    padding-left: 20px;
    padding-right: 20px; }
  .prospectiveLetter .biosContainer .doctorBio {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px; }
  .prospectiveLetter .biosContainer {
    padding-bottom: 100px; }
  .prospectiveMap .prospectiveMapContainer {
    padding: 100px 0 60px; }
  .howardLetter .howardletterContainer .image img {
    width: 100%; }
  .howardLetter {
    margin-bottom: 100px; }
  .prospectiveImagine .heading h2 {
    font-size: 70px;
    line-height: 98px;
    text-align: left;
    padding-left: 20px; }
  .prospectiveImagine .heading {
    margin-bottom: 50px; }
  .prospectiveBios .introCopy {
    text-align: left; }
  .prospectiveImagine .fullWidthMobile .splitImageCopy .copy h2 {
    max-width: 100%; }
  .prospectiveImagine .heading {
    padding: 60px 0 60px; }
  .prospective .faqContainer {
    margin-bottom: 120px; }
  .marketingBios .biosContainer .doctorBio a {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px; }
  .marketing-landing .standardContent h2, .marketing-landing .marketingMapContainer .introCopy h2 {
    font-size: 32px;
    line-height: 48px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem {
    margin-bottom: 100px; }
  .marketingBios .biosContainer, .marketing-landing .marketingMapContainer {
    padding: 100px 0; }
  .marketingFooter .footerMarketingContainer .content {
    flex: 0 1 auto; }
  .marketingFooter .footerMarketingContainer .logoContainer {
    margin-right: 0; }
  .modalContainer .doctorModalBio .content h2, .pressItems .pressItem h2 a {
    font-size: 42px;
    line-height: 52px; }
  .pressDetail .introCopy h1 {
    margin-top: 0;
    margin-bottom: 50px; }
  .pressDetail .introCopy p span {
    display: block; }
  .pressLanding .pressContainer {
    display: block; }
  .pressLanding .pressContainer .sideContent {
    margin-left: 0;
    margin-bottom: 120px; }
  .pressContact {
    text-align: left; }
  .formStandard .freeform-row .freeform-column {
    margin-bottom: 20px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration {
    margin: 0 0 30px 0; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .content h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 46px; }
  .marketingBios .biosContainer h2 {
    font-size: 36px;
    line-height: 50px; }
  .homeFactoids .homeFactoidItem .content {
    text-align: left; }
  .splitImageCopy, .fullQuote {
    margin-bottom: 100px; }
  .our-origins .splitImageCopy .copy h2 {
    font-size: 39px; }
  .our-origins .fullQuote h3 {
    font-size: 36px;
    line-height: 48px; }
  .mapContainer {
    margin-top: 80px; }
  .signin h1 {
    margin-bottom: 30px; }
  .signin .formBlock .signinBottom {
    margin-top: 30px; }
  .officesList .officesListContainer .officesItem::before {
    content: '';
    display: block;
    border-top: 1px solid #DFC4A5;
    position: absolute;
    margin-top: -35px;
    width: 100%; }
  .officesList .officesListContainer .officesItem {
    flex: 0 1 50%; }
  .locations .officesList, .locations .imageDivider {
    margin-bottom: 80px; }
  footer .footerContent {
    padding: 80px 0; }
  footer .footerContent h3 {
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 70px; }
  .locations .imageDivider {
    background-size: auto calc(100%); }
  .bottomToutFull p {
    font-size: 20px;
    line-height: 30px;
    max-width: 260px; }
  .cta-link {
    font-size: 20px;
    line-height: 30px; }
  footer .footerUtility .legal ul {
    flex-direction: column; }
  footer .footerItems .footerCol {
    margin-right: 0;
    column-count: 1;
    column-width: auto; }
  footer .backToTop {
    right: 20px;
    bottom: 20px;
    top: auto; }
  footer .footerUtility .legal ul li {
    display: block;
    margin-bottom: 4px;
    order: 4; }
    footer .footerUtility .legal ul li.social {
      margin-top: 0;
      order: 1; }
    footer .footerUtility .legal ul li:nth-child(3) {
      order: 2;
      margin-top: 4px; }
  footer .footerUtility {
    text-align: left;
    padding-bottom: 10px; }
  p, .blocksContainer .blockItem p, .splitImageCopy .copy p, .faqContainer .blurb p {
    font-size: 20px;
    line-height: 32px; }
  .locationsMap {
    margin-bottom: 50px; }
  .formStandard button[type="submit"], .formStandard input[type="submit"] {
    padding: 16px 36px 11px; }
  .our-origins .introCopy h1 {
    font-size: 58px;
    line-height: 65px;
    font-family: 'MDLórien-Regular'; }
  .our-origins .introCopy .effect_copySlide.quoteOffset {
    margin-left: -15px; }
  .our-origins .effect_copySlide.subheadline {
    font-size: 26px;
    line-height: 38px; }
  .splitHeroOrigins .videoBG {
    flex: 0 1 10%;
    height: 750px; }
  .splitHeroOrigins .image {
    flex: 0 1 90%;
    background-position: -45px 0;
    height: 750px;
    background-size: cover; }
  .splitHeroOrigins .heading {
    text-align: left;
    padding-left: 75px;
    top: 76px; }
  .splitHeroOrigins .heading h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 280px; }
  #originHero {
    margin-bottom: 80px; }
  .originsQuote {
    padding: 100px 0;
    margin-bottom: 0; }
  .splitImageCopy, .fullQuote {
    margin-bottom: 0;
    padding: 80px 0; }
  .our-origins .fullQuote .effect_copySlide.quoteOffset {
    margin-left: -14px; }
  .narrowCopy h2, .splitImageCopy .copy h3 {
    font-size: 36px;
    line-height: 50px; }
  .your-care .introCopy h1 {
    font-size: 40px;
    line-height: 54px; }
  .splitImageTitle h2 {
    font-size: 36px;
    line-height: 48px; }
  .your-care .splitImageCopy .imageContainer, .prospectiveImagine .fullWidthMobile .splitImageCopy .imageContainer {
    margin-right: 0;
    margin-bottom: 50px; }
  .your-care .introCopy h1, .splitImageTitle h2 {
    margin-bottom: 0; }
  .splitImageCopy .copy h3 {
    font-size: 28px;
    line-height: 36px;
    padding: 0 20px;
    margin-bottom: 20px; }
  .splitImageCopy {
    padding-top: 30px; }
  .splitImageCopy .imageContainer .imagePrimary {
    height: 700px; }
  .splitImageCopy .imageContainer .videoBG {
    height: 670px; }
  .splitImageCopy .imageContainer .videoBG video {
    width: auto;
    height: 100%; }
  .splitImageTitle h2 {
    padding-left: 10px; }
  .your-care .splitImageCopy.section2, .your-care .splitImageCopy.section3 {
    margin-bottom: 20px; }
  .faqContainer {
    margin-left: 20px;
    margin-right: 20px; }
  .splitImageCopy.lastSection {
    margin-bottom: 0; }
  .faqItems .faqItem p.title {
    background-position: right 20px top 9px; }
  .splitImageCopy .imageContainer .imagePrimary .imageMasked {
    height: 760px;
    top: 0; }
  .formStandard input[type=text], .formStandard input[type=tel], .formStandard input[type=email], .formStandard input[type=password], .formStandard .dropdownSelect select, .formStandard [type="radio"]:checked + label, .formStandard [type="radio"]:not(:checked) + label {
    font-size: 20px;
    line-height: 22px; }
  footer .homeSolidBG {
    padding-bottom: 110px; }
  .homeHero .heroCopy h1 {
    margin-top: 120px; }
  .signin .formBlock .formContainer {
    max-width: 440px;
    margin-left: 72px;
    padding-right: 0; }
  .signin .backgroundTexture {
    width: 55px; }
  .backToTops {
    right: 20px;
    bottom: 130px; }
  .marketing-landing .marketingHero .heroCopyContainer {
    height: 100vh; }
  .marketing-landing .marketingIntro {
    padding: 120px 0; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration img {
    max-height: 250px; }
  .marketing-landing .marketingFactoidItems .marketingFactoidItem .illustration {
    height: auto; }
  .marketing-landing .marketingFactoidItems {
    padding-bottom: 100px; }
  .marketing-landing .marketingMapContainer .introCopy p, .marketing-landing .standardContent p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }
  .marketing-landing .marketingMapContainer .introCopy {
    margin-bottom: 0; }
  .marketing-landing .marketingMapContainer a.cta-btn {
    font-size: 22px;
    line-height: 34px; }
  .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 34px;
    line-height: 50px;
    font-family: MDLórien-Regular; }
  .formStandard .dropdownSelect .select-dropdown {
    background-position: calc(100% - 1px) calc(100% - 13px); }
  .prospectiveLetter {
    padding-top: 120px; }
  .mobileCollapse.row-wrapper .grid-container .container.faqContainer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px; }
  .your-care .mobileCollapse.row-wrapper .grid-container .container.faqContainer {
    margin-bottom: 0;
    padding-bottom: 120px; }
  .your-care .splitImageCopy.section1 {
    margin-bottom: 220px; }
  .your-care .introCopy {
    margin-bottom: 20px; }
  .marketing-landing .standardContent {
    padding-bottom: 80px; }
  .marketing-landing .standardContent h2 {
    margin-bottom: 30px; }
  .prospectiveLetter .letterContainer .content p, .footerProspective .footerProspectiveContent .content p, .prospectiveMap .prospectiveMapContainer .introCopy p, .howardLetter .howardletterContainer .content p, .modalContainer .doctorModalBio .content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }
  .prospectiveMap .prospectiveMapContainer img {
    margin-bottom: 40px; }
  .prospective .fullQuote {
    padding: 20px 0; }
  .prospectiveLetter .letterContainer .content h1 {
    margin-bottom: 30px; }
  .homeHeroSmallContainer {
    padding: 150px 0 220px; }
  .homeHeroSmallContainer .homeHeroSmall .copy:first-child {
    margin-bottom: 160px; }
  .marketing-landing .marketingHero .heroCopyContainer .heroSubCopy p {
    font-size: 24px;
    line-height: 36px; }
  .our-origins .effect_copySlide.subheadline {
    max-width: 290px; }
  .effect_copySlide.subheadlineMargin {
    margin-bottom: 40px; }
  .pressDetail .introCopy h1 {
    font-size: 44px;
    line-height: 54px; }
  .modalContainer .locationsList h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 50px; }
  .modalContainer .locationsList li, .modalContainer .locationsList li a {
    font-size: 20px;
    line-height: 36px; }
  .modalContainer .locationsList ul {
    margin-bottom: 50px; }
  .prospectiveImagine .splitImageTitle {
    padding: 50px 0 0; }
  .prospectiveImagine .splitImageTitle h2 {
    font-size: 54px;
    line-height: 66px; }
  .prospective.prospLandlord .prospectiveFullTwoCol .fullWidthMobile .splitImageCopy {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .prospective.prospLandlord .splitImageCopy {
    margin-bottom: 20px; }
  .prospective.prospLandlord .prospectiveGallery {
    margin-bottom: 40px; }
  .prospective.prospLandlord .splitImageAbout.splitImageCopy .imageContainer {
    margin-bottom: 50px; }
  .prospective.prospLandlord .splitImageAbout {
    margin-bottom: 20px !important; }
  .prospective.prospLandlord .splitImageCopy:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 600px) {
  .prospectiveGallery .slick-slide {
    margin: 0 5px; }
  footer .footerContent {
    padding-bottom: 10px; }
  .our-origins .fullQuote h3 {
    font-size: 28px;
    line-height: 46px; }
  .our-origins .fullQuote .effect_copySlide.quoteOffset {
    margin-left: -11px; }
  .our-origins .introCopy h1 {
    font-size: 39px;
    line-height: 48px; }
  .marketing-landing-physician .questionSideFloat {
    display: block; }
  .marketing-landing-physician .questionSideFloat .question h2 {
    text-align: left;
    margin-bottom: 20px; }
  .marketing-landing-physician .questionSideFloat .question {
    margin-right: 0; }
  .marketing-landing-physician .effect_copySlide span {
    font-size: 40px;
    line-height: 54px; }
  .marketing-landing-physician .mainTitle h1 {
    font-size: 26px;
    line-height: 38px; } }

/* STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* BETWEEN LANDSCAPE AND PORTRAIT - MOBILE / BETWEEN LANDSCAPE AND PORTRAIT - MOBILE / BETWEEN LANDSCAPE AND PORTRAIT - MOBILE */
/* STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD  */
/* PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT  */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .prospectiveBios .prospectiveBioItems .bioItem {
    display: block;
    text-align: center; }
  .prospectiveBios .prospectiveBioItems .bioItem .image {
    margin-bottom: 10px;
    margin-right: 0; }
  .officesList .officesListContainer {
    display: block; }
  .inquire .introCopy h1, .formHeadline h2 {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 20px; }
  .formBlock .formSideContent h3 {
    font-size: 34px;
    line-height: 53px;
    margin-bottom: 20px; }
  .formBlock .formSideContent {
    max-width: 320px;
    margin-bottom: 60px; }
  .our-origins .fullQuote h3 {
    font-size: 42px;
    line-height: 57px; }
  .our-origins .fullQuote .effect_copySlide.quoteOffset {
    margin-left: 0; }
  .our-origins .fullQuote .effect_copySlide, .our-origins .fullQuote .effect_copySlide span {
    display: inline; }
  .our-origins .fullQuote .effect_copySlide span {
    color: #23334A;
    -webkit-text-fill-color: #23334A;
    background: none; }
  .fullQuote h3 sup {
    margin-left: 2px; }
  p, .blocksContainer .blockItem p {
    font-size: 20px;
    line-height: 34px; }
  .locations .imageDivider {
    height: 320px;
    margin-bottom: 50px; }
  .homeHero .heroCopy h1, .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 70px;
    font-family: MDLórien-Regular; }
  .homeHeroSmallContainer .homeHeroSmall h2 .effect_copySlide span, .homeHeroTagline h3 {
    font-size: 53px;
    line-height: 62px; }
  .homeHero .heroCopy p.title {
    font-size: 24px;
    line-height: 36px; }
  .prospectiveMap .prospectiveMapContainer .introCopy p.narrowWidth {
    max-width: 290px;
    margin: 0 auto 40px; }
  .marketing-landing-physician .imageSideFloat .content h2, .marketing-landing-physician .questionSideFloat .question h2 {
    font-size: 36px;
    line-height: 46px; }
  .marketing-landing-physician .mainTitle .border {
    margin-bottom: 40px; }
  .mastheadContainer .navContainer li:nth-child(2) {
    display: none; }
  .officeDetails .blockBio .content img {
    width: auto;
    float: none; }
  .officeImage {
    display: none; }
  .officeImageMobile {
    display: block; }
  .faqContainer .blurb {
    padding-right: 0; } }

@media only screen and (max-width: 393px) {
  .our-origins .fullQuote h3 {
    font-size: 28px;
    line-height: 47px; }
  .homeHero .heroCopy h1, .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 33px;
    line-height: 49px; }
  .homeHeroSmallContainer .homeHeroSmall h2 .effect_copySlide span, .homeHeroTagline h3 {
    font-size: 50px;
    line-height: 58px; }
  .our-origins .introCopy h1 {
    font-size: 37px;
    line-height: 42px; } }

@media only screen and (max-width: 375px) {
  .marketing-landing .marketingHero .heroCopyContainer .heroCopy h1 {
    font-size: 32px;
    line-height: 50px; }
  .signin .row-wrapper.formBlock .grid-container .container {
    padding-top: 0; }
  .marketingBios .biosContainer .doctorBio a {
    font-size: 28px;
    line-height: 44px; }
  .our-origins .introCopy h1 {
    font-size: 36px;
    line-height: 42px; }
  .your-care .introCopy h1 {
    font-size: 39px;
    line-height: 54px; } }

@media only screen and (max-width: 360px) {
  .our-origins .introCopy h1 {
    font-size: 35px;
    line-height: 42px; }
  .our-origins .fullQuote h3 {
    font-size: 21px;
    line-height: 40px; } }

/* LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC  */
/* iPhone 5 (ALL) */
/* iPhone 5 (portrait)  */
/* iPhone 5 (landscape) */
/* iPhone 6 (ALL) */
/*  #iPhone 6 (Portrait)  */
/*  #iPhone 6 (Landscape)  */
/*  #iPhone 6PLUS (ALL)  */
/*  #iPhone 6PLUS (Portrait)  */
/*  #iPhone X (Portrait)  */
/*  #iPhone X (Landscape)  */
@media only screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3) {
  body.offline .mainOfflineContainer .contentPadding {
    padding-top: 30px;
    padding-bottom: 30px; } }

/* #iphone XR */
/* 1792x828px at 326ppi */
/* #iphone XS */
/* 2436x1125px at 458ppi */
/* #iPhone XS Max */
/* 2688x1242px at 458ppi */

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