  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container,.nav-nyu__container,.pcc-header__container,.footer-title,footer .footer-links,.footer-callout p,.footer-meta__container,.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before,.page__container,.search-doctors__container,.provider-landing-body__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-doctors__header:before,.image-callout__color-block-wrapper,.image-callout__tiles,.section-divider__container--container-width,.treatment-overview__title-block,.treatment-overview__tiles,.hero_video__corner,.cwt__container,.hassendfeld-content-landing__notch,.related-resources,.search-box-on-search-results__container,.tabs__list,.video-background--inited .video-background__actions--origin,#nyuuninav--header .globalnav-search-include__wrapper{max-width:1280px}@media only screen and (min-width: 0) and (max-width: 640px){.container,.nav-nyu__container,.pcc-header__container,.footer-title,footer .footer-links,.footer-callout p,.footer-meta__container,.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before,.page__container,.search-doctors__container,.provider-landing-body__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-doctors__header:before,.image-callout__color-block-wrapper,.image-callout__tiles,.section-divider__container--container-width,.treatment-overview__title-block,.treatment-overview__tiles,.hero_video__corner,.cwt__container,.hassendfeld-content-landing__notch,.related-resources,.search-box-on-search-results__container,.tabs__list,.video-background--inited .video-background__actions--origin,#nyuuninav--header .globalnav-search-include__wrapper{margin:0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.container,.nav-nyu__container,.pcc-header__container,.footer-title,footer .footer-links,.footer-callout p,.footer-meta__container,.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before,.page__container,.search-doctors__container,.provider-landing-body__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-doctors__header:before,.image-callout__color-block-wrapper,.image-callout__tiles,.section-divider__container--container-width,.treatment-overview__title-block,.treatment-overview__tiles,.hero_video__corner,.cwt__container,.hassendfeld-content-landing__notch,.related-resources,.search-box-on-search-results__container,.tabs__list,.video-background--inited .video-background__actions--origin,#nyuuninav--header .globalnav-search-include__wrapper{margin:0 20px}}@media only screen and (min-width: 1024px){.container,.nav-nyu__container,.pcc-header__container,.footer-title,footer .footer-links,.footer-callout p,.footer-meta__container,.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before,.page__container,.search-doctors__container,.provider-landing-body__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-doctors__header:before,.image-callout__color-block-wrapper,.image-callout__tiles,.section-divider__container--container-width,.treatment-overview__title-block,.treatment-overview__tiles,.hero_video__corner,.cwt__container,.hassendfeld-content-landing__notch,.related-resources,.search-box-on-search-results__container,.tabs__list,.video-background--inited .video-background__actions--origin,#nyuuninav--header .globalnav-search-include__wrapper{margin:0 24px}}@media only screen and (min-width: 1344px){.container,.nav-nyu__container,.pcc-header__container,.footer-title,footer .footer-links,.footer-callout p,.footer-meta__container,.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before,.page__container,.search-doctors__container,.provider-landing-body__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-doctors__header:before,.image-callout__color-block-wrapper,.image-callout__tiles,.section-divider__container--container-width,.treatment-overview__title-block,.treatment-overview__tiles,.hero_video__corner,.cwt__container,.hassendfeld-content-landing__notch,.related-resources,.search-box-on-search-results__container,.tabs__list,.video-background--inited .video-background__actions--origin,#nyuuninav--header .globalnav-search-include__wrapper{margin:0 auto}}.container--no-margin,.page__container--no-margin{margin:0 auto}.clearfix:after,.nav-nyu__main:after,.pcc-header__container:after,.pcc-menu__main-links-wrapper:after,.pcc-menu__main-links:after,footer .footer-links:after,.footer-meta__container:after,.nav-links:after,.nav-links__wrapper:after,.tablet-nav-nyu__main:after,.tile-grid:after,.page__container:after,.search-doctors__container:after,.provider-landing-body__container:after,.modal-menu__header:after,.page--location .page__section--location_related_articles .masonry:after,.page--location .page__section--location_leadership li:after,.landing-head:after,.simple-tile-section:after,.appointment__names-wrapper:after,.appointment-form__element-wrapper:after,.appointment-form__label-wrapper:after,.search-results .search-results__doctors-list:after,.providers-header__section:after,.provider-landing-body:after,.provider-tile:after,.provider-tile__provider-info:after,.section-panel:after,.cwt__container:after,.provider-group-filter:after,.provider-group-filter__header:after,.provider-group-filter__content:after,.provider-tile-short:after,.search-doctors__filter-container:after,.cta-boxes:after,.sub-pages-and-resources__blocks:after,.sub-pages-and-resources__item:after,.cwt-search-result__item:after,.location-group__list:after,.location-group-callout__wrapper:after{display:table;height:0;clear:both;content:'';visibility:hidden}.dotted-top-rule{position:absolute;display:block;width:100%;height:1px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiCI/L7Pz//z8DMgYIMACJ6g2cVToUSgAAAABJRU5ErkJggg==") left top repeat-x;content:'';top:0}.dotted-bottom-rule{position:absolute;display:block;width:100%;height:1px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiCI/L7Pz//z8DMgYIMACJ6g2cVToUSgAAAABJRU5ErkJggg==") left top repeat-x;content:'';bottom:0}.Select-menu-outer::-webkit-scrollbar-track,.provider-filter__scroll-wrapper::-webkit-scrollbar-track,.providers-dropdown__scroll-area::-webkit-scrollbar-track{background-color:transparent}.Select-menu-outer::-webkit-scrollbar,.provider-filter__scroll-wrapper::-webkit-scrollbar,.providers-dropdown__scroll-area::-webkit-scrollbar{width:6px;background-color:transparent}.Select-menu-outer::-webkit-scrollbar-thumb,.provider-filter__scroll-wrapper::-webkit-scrollbar-thumb,.providers-dropdown__scroll-area::-webkit-scrollbar-thumb{min-height:18px;border-radius:6px;background-color:#580f8b}.tile-grid-item__heading-link:after,.panel__title:after{position:absolute;top:50%;display:block;color:#fff;content:'\F061';float:right;font-family:"FontAwesome";font-size:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__heading-link:after,.panel__title:after{right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__heading-link:after,.panel__title:after{right:16px}}@media only screen and (min-width: 1024px){.tile-grid-item__heading-link:after,.panel__title:after{right:24px}}input[type=text]::-ms-clear{display:none}input[type=password]::-ms-reveal{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}body input[type=search],body input[type=text]{-webkit-appearance:none}body input[type=search]::-ms-clear,body input[type=text]::-ms-clear{display:none}body>img{display:block}*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit}*{background-repeat:no-repeat;-webkit-tap-highlight-color:rgba(255,255,255,0)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.3em}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span{font-family:"Benton",sans-serif}h1,.h1{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px}@media only screen and (min-width: 0) and (max-width: 640px){h1,.h1{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h1,.h1{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){h1,.h1{font-size:42px;line-height:48px}}h2,.h2{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){h2,.h2{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h2,.h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){h2,.h2{font-size:26px;line-height:30px}}h3,.h3{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){h3,.h3{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h3,.h3{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){h3,.h3{font-size:18px;line-height:24px}}h4,.h4{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){h4,.h4{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h4,.h4{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){h4,.h4{font-size:16px;line-height:22px}}h5,.h5{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){h5,.h5{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h5,.h5{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){h5,.h5{font-size:16px;line-height:22px}}h6,.h6{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){h6,.h6{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h6,.h6{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){h6,.h6{font-size:16px;line-height:22px}}.page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:antialiased}@media print{@page{margin:2cm 1cm;size:auto}html,body{height:auto;width:880px;margin:0 auto !important;padding:0}html *,body *{text-shadow:none;-webkit-filter:none;filter:none;-ms-filter:none;-webkit-print-color-adjust:exact;text-decoration:none;float:none;border:none !important}html h2,body h2{font-size:22px;padding-bottom:15px;orphans:3;widows:3;color:#000}html h3,html h5,body h3,body h5{font-weight:500;font-size:18px;line-height:1.1;color:#000}html p,html li,body p,body li{font-size:15px;margin:0;padding:0;orphans:3;widows:3;color:#000;page-break-inside:avoid !important}html a,body a{color:#000;text-decoration:underline}html pre,html blockquote,body pre,body blockquote{border:1px solid #999;page-break-inside:avoid}html thead,body thead{display:table-header-group}html tr,html img,body tr,body img{page-break-inside:avoid}html img,body img{max-width:100%}html header,body header{display:none}html footer,body footer{display:none}html .share,html .icon,html .button,html .page--location .location__overview_links .arrow:after,.page--location .location__overview_links html .arrow:after,html .condition-doctors__cta,html .toggle-down,body .share,body .icon,body .button,body .page--location .location__overview_links .arrow:after,.page--location .location__overview_links body .arrow:after,body .condition-doctors__cta,body .toggle-down{display:none !important}html .print-results,body .print-results{display:none !important}html .hero,body .hero{background:transparent}}.icon{font-family:"icomoon";font-style:normal}.icon--arrow-right:before{content:'\EA3C'}.pcc-nav__item-button:before,.pcc-menu__main-links li a:after,.resources__link--single:after,.contacts__main-icon:after,#disaster-alert .link-external-icon:after,.nyulmc-aside__link:after{font-family:"FontAwesome"}.nav-nyu{background-color:#fff;height:50px;-webkit-transition:height .5s linear;transition:height .5s linear}.nav-nyu:after{display:table;clear:both;content:' '}@media only screen and (min-width: 1024px){.nav-nyu--open{height:110px}}.nav-nyu__container{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.nav-nyu__top-line{display:block;height:50px;-webkit-transition:height .5s linear;transition:height .5s linear;vertical-align:middle;position:relative;z-index:1000;background:#fff;width:100%;float:left}.nav-nyu__top-line .nav-nyu__site{display:none}@media only screen and (min-width: 1024px){.nav-nyu__top-line--collapsed{height:40px}}.nav-nyu__top-line--collapsed .nav-nyu__main{height:0;width:0;overflow:hidden;visibility:hidden}@media only screen and (min-width: 1024px){.nav-nyu__top-line--collapsed .nav-nyu__main .nav-nyu__main-logo{margin:3px 0 0}.nav-nyu__top-line--collapsed .nav-nyu__main .nav-nyu__main-trigger{margin:8px 0 0 19px}}@media only screen and (min-width: 1024px){.nav-nyu__top-line--collapsed .nav-nyu__site{display:block}}.nav-nyu__main-line{display:none;overflow:hidden;background-color:#580f8b;height:70px;margin-top:-70px;-webkit-transition:margin-top .5s linear;transition:margin-top .5s linear;z-index:500;position:relative;left:0;clear:both;width:100%;float:left}@media only screen and (min-width: 1024px){.nav-nyu__main-line--visible{margin-top:0;display:block}}.nav-nyu__main-logo{display:block;width:77px;height:33px;margin:9px 0 0;-webkit-transition:margin .5s linear;transition:margin .5s linear;float:left}.nav-nyu__main-logo-image-inverted{width:77px;height:33px}.nav-nyu__main-big-logo{display:block;width:105px;height:45px;margin:12px 0 0;float:left}.nav-nyu__main-big-logo-image{width:105px;height:45px}.nav-nyu__main-trigger{position:relative;width:22px;height:22px;border:none;border-radius:50%;padding:0;float:left;text-decoration:none;text-align:center;background-color:#ececec;-webkit-transition:background-color .1s;transition:background-color .1s}.nav-nyu__main-trigger:after{margin:0;position:relative;top:-2px;font-family:"FontAwesome";font-size:10px;font-weight:400;color:#580f8b}.nav-nyu__main-trigger--hide{display:none}.nav-nyu__main-trigger--expand{margin:14px 0 0 19px;-webkit-transition:margin .5s linear;transition:margin .5s linear}.nav-nyu__main-trigger--expand:hover{background-color:#502e73}.nav-nyu__main-trigger--expand:hover:after{color:#fff}.nav-nyu__main-trigger--expand:after{content:'\F078'}.nav-nyu__main-trigger--collapse{margin:24px 0 0 23px}.nav-nyu__main-trigger--collapse:after{content:'\F077'}.nav-nyu__main-trigger--collapse:hover{background-color:#ccc}.nav-nyu__main-trigger--collapse:hover:after{color:#502e73}.nav-nyu__phone{padding:0;height:12px;float:right;word-break:inherit;display:none}.nav-nyu__phone-link{list-style:none;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.26px;text-align:right;text-decoration:none;color:#333;height:12px;margin:19px 15px 19px 0;display:inline-block}@media only screen and (min-width: 0) and (max-width: 374px){.nav-nyu__phone-link{margin-top:13px;height:24px}}@media only screen and (min-width: 641px) and (max-width: 676px){.nav-nyu__phone-link{margin-right:0}}.nav-nyu__phone-link:hover{color:#8116cc}@media only screen and (min-width: 641px) and (max-width: 676px){.nav-nyu__phone{display:block}}@media only screen and (min-width: 0) and (max-width: 640px){.nav-nyu__phone{display:block}}@media only screen and (min-width: 0) and (max-width: 374px){.nav-nyu__phone{display:block;width:142px}}.nav-nyu__site{padding:0;margin:0}.nav-nyu__site li{float:left;height:40px;vertical-align:middle;color:#7a7b7d;-ms-flex-line-pack:center;align-content:center;padding:0;list-style:none;cursor:pointer}.nav-nyu__site li.active{background-color:#e8e8e8;color:#580f8b}.nav-nyu__site li.active a{margin-right:1px;color:inherit;font-weight:700}.nav-nyu__site li:not(.active):hover{background-color:#fff;color:#1d1d1d}.nav-nyu__site li a{display:block;font-weight:500;font-size:12px;line-height:20px;min-width:110px;padding:10px;color:inherit;text-transform:uppercase;text-align:center;text-decoration:none}.nav-nyu__site:after{display:table;clear:both;content:''}.nav-nyu__utility{position:absolute;display:none;top:0;right:0;padding:0;margin:19px 0}@media only screen and (min-width: 1024px){.nav-nyu__utility{display:block}}.nav-nyu__utility li{padding:0 18px;border-right:1px solid #989898;float:left;font-weight:400;font-size:12px;letter-spacing:.3px;list-style:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-nyu__utility li{padding:0 10px}}.nav-nyu__utility li a{font-size:inherit;color:#333;text-decoration:none}.nav-nyu__utility li a:hover{color:#8116cc;text-decoration:none}.nav-nyu__utility li:last-child{border:none;padding-right:14px}.nav-nyu__utility li:first-child{padding-left:0}.nav-nyu__pages{overflow:hidden;padding:0;margin:0;list-style:none;position:absolute;right:0;top:0}.nav-nyu__pages li{float:left;height:70px;line-height:70px}.nav-nyu__pages li a{font-weight:500;letter-spacing:normal;text-decoration:none;color:#fff;display:block;padding:0 14px}.nav-nyu__pages li:hover{background-color:#6515a3}.pcc-nav{padding:0;margin:0;list-style:none}.pcc-nav__item{min-height:26px;-webkit-box-sizing:content-box;box-sizing:content-box;float:left;vertical-align:middle}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-nav__item{margin-right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-nav__item{margin-right:16px}}@media only screen and (min-width: 1024px){.pcc-nav__item{margin-right:24px}}.pcc-nav__item:last-child{margin-right:0}.pcc-nav__item-button{font-weight:500;font-size:16px;line-height:16px;letter-spacing:2.2px;color:#333;text-transform:uppercase;text-decoration:none;border-bottom:4px solid transparent;-webkit-transition:border-bottom-color .1s;transition:border-bottom-color .1s;border-left:none;border-top:none;border-right:none;padding:0;cursor:pointer;font-family:"Benton",sans-serif;background:#ececec}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-nav__item-button{border-bottom-color:transparent;font-size:0;letter-spacing:0;display:block;width:28px}}.pcc-nav__item-button:hover{border-bottom-color:#000}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-nav__item-button:hover{border-bottom-color:transparent;color:#502a70}}.pcc-nav__item-button:before{font-size:14px;position:relative;margin-right:10px;top:-1px}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-nav__item-button:before{margin-right:15px;top:6px}}.pcc-nav__item-button--search:before{content:'\f002'}.pcc-nav__item-button--menu:before{content:'\f0c9'}.pcc-nav__item-button--close:before{content:'\f00d'}.pcc-nav__item-phone{font-family:"Benton",sans-serif;font-weight:500;font-size:16px;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:.35px;color:#333;text-align:left;text-decoration:none;padding:0;cursor:pointer;border-bottom:4px solid transparent;display:inline-block}.pcc-nav__item-phone:hover{border-bottom-color:#000;text-decoration:none;color:#333}@media only screen and (min-width: 641px) and (max-width: 676px){.pcc-nav__item-phone{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-nav__item-phone{display:none}}.page__header{overflow:visible;position:absolute;top:0;width:100%;z-index:9000;-webkit-transition:-webkit-box-shadow .5s linear;transition:-webkit-box-shadow .5s linear;transition:box-shadow .5s linear;transition:box-shadow .5s linear, -webkit-box-shadow .5s linear;-webkit-box-shadow:0 2px 4px 1px rgba(50,50,50,0);box-shadow:0 2px 4px 1px rgba(50,50,50,0);will-change:transform, transition, box-shadow, position}.page__header--wrapper{position:relative}.page__header--not-on-el{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.page__header--shown{position:fixed;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s linear;transition:-webkit-transform .5s linear;transition:transform .5s linear;transition:transform .5s linear, -webkit-transform .5s linear;-webkit-box-shadow:0 2px 4px 1px rgba(50,50,50,0.3);box-shadow:0 2px 4px 1px rgba(50,50,50,0.3)}.page__header--not-on-el.page__header--hidden{position:fixed;-webkit-transition:-webkit-transform .5s linear;transition:-webkit-transform .5s linear;transition:transform .5s linear;transition:transform .5s linear, -webkit-transform .5s linear;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.pcc-header{position:relative;height:auto;background:#ececec}.pcc-header__container{position:relative;line-height:41px;vertical-align:middle;-webkit-transition:padding .5s linear;transition:padding .5s linear}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-header__container{padding:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-header__container{padding:16px 0}}@media only screen and (min-width: 1024px){.pcc-header__container{padding:24px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-header__container{line-height:26px}}.pcc-header__logo{padding:0;margin:0;float:left;line-height:0}.pcc-header__logo-link{display:block}.pcc-header__logo-img{position:relative;width:125px;height:41px;-webkit-transition:height .5s linear;transition:height .5s linear}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-header__logo-img{width:auto;height:26px}}.pcc-header__menu{display:none}.pcc-header__nav{float:right}.pcc-menu__grid-sizer{position:relative;height:0}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__grid-sizer{width:calc(((100% - 75px) / 6 * 1))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__grid-sizer{width:calc(((100% - 176px) / 12 * 1))}}@media only screen and (min-width: 1024px){.pcc-menu__grid-sizer{width:calc(((100% - 264px) / 12 * 1))}}.pcc-menu__grid-gutter-sizer{position:relative;height:0}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__grid-gutter-sizer{width:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__grid-gutter-sizer{width:16px}}@media only screen and (min-width: 1024px){.pcc-menu__grid-gutter-sizer{width:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__action{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__action{margin-bottom:32px}}@media only screen and (min-width: 1024px){.pcc-menu__action{margin-bottom:24px}}.pcc-menu__action-caption{display:block;margin:0;font-weight:400;font-size:16px;line-height:17px;color:#666}.pcc-menu__action-link{display:block;margin:0;font-weight:700;font-size:18px;color:#333;text-decoration:none}.pcc-menu__action-link:hover{text-decoration:none;color:#333}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__main-links-wrapper{padding:32px 0 16px;border-top:1px solid #979797;border-bottom:1px solid #979797}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__main-links-wrapper{border-bottom:1px solid #979797}}.pcc-menu__main-links{margin:0;padding:0;list-style:none}@media only screen and (min-width: 1024px){.pcc-menu__main-links{border-top:1px solid #979797;padding-top:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__main-links{border-top:1px solid #979797;padding:30px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__main-links{width:calc(80px + ((100% - 176px) / 12 * 6));margin-right:16px;float:left}.pcc-menu__main-links:last-child{margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__main-links li{margin-bottom:7.5px}.pcc-menu__main-links li:last-child{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__main-links li{margin-bottom:8px}.pcc-menu__main-links li:last-child{margin-bottom:16px}}@media only screen and (min-width: 1024px){.pcc-menu__main-links li{margin-bottom:12px}.pcc-menu__main-links li:last-child{margin-bottom:24px}}.pcc-menu__main-links li a{font-family:"Benton",sans-serif;color:#7030ac;font-weight:700;text-decoration:none;vertical-align:top;position:relative;display:inline-block;border-bottom:1px solid transparent}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__main-links li a{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__main-links li a{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.pcc-menu__main-links li a{font-size:16px;line-height:22px}}.pcc-menu__main-links li a:hover{color:#7b70bf;text-decoration:none;border-bottom-color:#7b70bf}.pcc-menu__main-links li a:after{content:'\F061';position:absolute;top:3px;right:-24px;font-size:14px;line-height:22px;vertical-align:middle}.pcc-menu__columns-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__columns-wrap{height:560px}}@media only screen and (min-width: 1024px){.pcc-menu__columns-wrap{height:310px}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__columns-wrap{padding-top:15px}}@media only screen and (min-width: 0) and (max-width: 640px){body.iOS .pcc-menu__section{padding-bottom:75px}}@media only screen and (min-width: 641px) and (max-width: 1023px){body.iOS .pcc-menu__section{padding-bottom:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__section{overflow-y:scroll;-webkit-overflow-scrolling:touch}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__section{overflow-y:scroll;-webkit-overflow-scrolling:touch}}.pcc-menu__group{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__group:nth-child(3),.pcc-menu__group:nth-child(7){-webkit-box-flex:999;-ms-flex-positive:999;flex-grow:999}}@media only screen and (min-width: 1024px){.pcc-menu__group:nth-child(2),.pcc-menu__group:nth-child(5),.pcc-menu__group:nth-child(7){-webkit-box-flex:999;-ms-flex-positive:999;flex-grow:999}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__group{padding-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__group{padding-bottom:16px}}@media only screen and (min-width: 1024px){.pcc-menu__group{padding-bottom:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__group{width:calc(75px + (100% - 75px));float:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__group{width:calc(32px + ((100% - 176px) / 12 * 3));float:left}}@media screen and (min-width: 1024px) and (max-width: 1279px){.pcc-menu__group{width:calc(48px + ((100% - 168px) / 8 * 3));float:left;margin-right:10px}}@media screen and (min-width: 1280px){.pcc-menu__group{width:calc(48px + ((100% - 192px) / 9 * 3));float:left}}.pcc-menu__group ul{padding:0;margin:0;list-style:none}.pcc-menu__group a{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:400;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__group a{font-size:14px;line-height:32px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__group a{font-size:16px;line-height:32px}}@media only screen and (min-width: 1024px){.pcc-menu__group a{font-size:16px;line-height:24px}}.pcc-menu__group a:hover{color:#7b70bf;text-decoration:none;border-bottom:1px solid #7b70bf}.pcc-menu__group-name{font-family:"Benton",sans-serif;color:#7030ac;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;text-decoration:none;-webkit-margin-after:0;-webkit-margin-before:0;-webkit-margin-start:0;-webkit-margin-end:0}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__group-name{font-size:14px;line-height:32px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__group-name{font-size:16px;line-height:32px}}@media only screen and (min-width: 1024px){.pcc-menu__group-name{font-size:16px;line-height:22px}}.pcc-menu__group-name a{font-family:"Benton",sans-serif;color:#7030ac;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.pcc-menu__group-name a{font-size:14px;line-height:32px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.pcc-menu__group-name a{font-size:16px;line-height:32px}}@media only screen and (min-width: 1024px){.pcc-menu__group-name a{font-size:16px;line-height:22px}}.pcc-menu__group-name a:hover{color:#7b70bf;text-decoration:none;border-bottom:1px solid #7b70bf}.footer-title{font-weight:700;font-size:20px;text-align:center;color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.footer-title{padding-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.footer-title{padding-bottom:32px}}@media only screen and (min-width: 1024px){.footer-title{padding-bottom:48px}}footer .footer-links{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px}@media only screen and (min-width: 641px) and (max-width: 1023px){footer .footer-links{margin-bottom:16px}}@media only screen and (min-width: 0) and (max-width: 640px){footer .footer-links{margin-bottom:0}}footer .footer-links__group{width:20%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:24px;float:left}@media only screen and (min-width: 641px) and (max-width: 1023px){footer .footer-links__group{width:25%;min-height:220px;padding:0 10px}}@media only screen and (min-width: 0) and (max-width: 640px){footer .footer-links__group{width:100%;padding:0;border-bottom:1px solid #414141}}footer .footer-links__social{padding-top:8px}@media only screen and (min-width: 0) and (max-width: 640px){footer .footer-links__social{padding-bottom:15px}}footer .footer-links__group--connect{padding-right:0}@media only screen and (min-width: 641px) and (max-width: 1023px){footer .footer-links__group--connect{width:100%;min-height:inherit;padding:18px 0;border-top:1px solid #414141;clear:both}footer .footer-links__group--connect .footer-links__group-name{margin-right:24px;margin-bottom:.8em}footer .footer-links__group--connect .footer-links__group-links{display:inline-block}footer .footer-links__group--connect .footer-links__item{display:inline-block;margin-right:14px}footer .footer-links__group--connect .footer-links__social{display:inline-block;margin-bottom:1em;line-height:1.5;padding-top:0}}footer .footer-links__group-name{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;color:#fff;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-.02em;margin-top:0}@media only screen and (min-width: 0) and (max-width: 640px){footer .footer-links__group-name{padding:22px 40px 22px 0}footer .footer-links__group-name:after{top:25px;color:#999}}footer .footer-links__group-links{padding:6px 0;margin:0;font-size:13px;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){footer .footer-links__group-links{margin-bottom:1em}}footer .footer-links__item{margin-bottom:1em;line-height:1.5}@media only screen and (min-width: 0) and (max-width: 640px){footer .footer-links__item{padding:10px 0}}footer .footer-links__link{color:#999;font-weight:500;text-decoration:none;letter-spacing:-.26px}footer .footer-links__link:hover{color:#fff}.footer-callout{font-family:"Benton",sans-serif;color:#fff;font-weight:400;padding:36px 0;background:#252525;line-height:24px;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.footer-callout{font-size:16px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.footer-callout{font-size:16px;line-height:24px}}@media only screen and (min-width: 1024px){.footer-callout{font-size:18px;line-height:24px}}.footer-callout strong{font-weight:700}.footer-callout a{color:#fff;font-weight:500;text-decoration:underline}.footer-callout a[href*='tel:']{text-decoration:none}.footer-callout p{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 20px}.footer-meta{padding:12px 0;background:#fff;color:#333;font-size:13px;line-height:54px}@media only screen and (min-width: 641px) and (max-width: 1023px){.footer-meta{line-height:28px;text-align:center}}@media only screen and (min-width: 0) and (max-width: 640px){.footer-meta{line-height:28px;text-align:center}}.footer-meta__container{-webkit-box-sizing:border-box;box-sizing:border-box}.footer-meta__links{padding:0;margin:0;float:right;list-style:none}.footer-meta__item{display:inline-block;padding:0 10px;letter-spacing:-.02em}@media only screen and (min-width: 641px) and (max-width: 1023px){.footer-meta__item:last-child{padding-right:0}.footer-meta__item--copyright{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:0;text-align:right}}.footer-meta__link{color:#93c;text-decoration:none;font-weight:500}.footer-meta__link:hover{text-decoration:underline}.footer-meta__logo{margin-top:3px;float:left}@media only screen and (min-width: 641px) and (max-width: 1023px){.footer-meta__logo{top:9px;width:81px;height:34px;margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.footer-meta__logo{display:block;width:81px;height:34px;margin:0 auto 12px;float:none}}@media only screen and (min-width: 0) and (max-width: 640px){.nav-links__item{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-links__item{margin-bottom:16px}}@media only screen and (min-width: 1024px){.nav-links__item{margin-bottom:24px}}.nav-links__item:last-of-type{margin-bottom:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-links__item{width:calc(80px + ((100% - 176px) / 12 * 6));float:left;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}.nav-links__item:nth-child(2n-1){padding-right:15px}.nav-links__item:nth-child(2n){padding-left:15px}}.nav-links__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;display:block;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.nav-links__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-links__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.nav-links__link{font-size:16px;line-height:22px}}.nav-links__link:hover{color:#7b70bf}.nav-links__link:after{content:'\F061';font-family:"FontAwesome";font-size:14px;line-height:22px;position:relative;margin-left:6px}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-links__link:after{margin-left:8px}}@media only screen and (min-width: 0) and (max-width: 640px){.nav-links__link:after{font-size:12px;margin-left:3px}}.nav-links__description{font-family:"Benton",sans-serif;color:#545454;font-weight:400;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.nav-links__description{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-links__description{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.nav-links__description{font-size:16px;line-height:22px}}.nav-links__divider{border-bottom:2px solid #ececec}@media only screen and (min-width: 0) and (max-width: 640px){.nav-links__divider{margin:15px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nav-links__divider{margin:16px 0 0}}@media only screen and (min-width: 1024px){.nav-links__divider{margin:24px 0 0}}@media only screen and (min-width: 1024px){.nav-links__divider{display:none}}.tablet-nav-nyu{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:0 15px 60px;overflow-y:auto;max-height:100vh}.tablet-nav-nyu__wrapper{overflow:visible}.tablet-nav-nyu__main{margin-bottom:25px;overflow:visible}.tablet-nav-nyu__main-logo{display:block;width:77px;height:33px;margin:9px 0 0;float:left}.tablet-nav-nyu__main-logo-image{width:77px;height:33px}.tablet-nav-nyu__main-trigger{position:absolute;width:20px;height:20px;border:none;right:-80px;text-decoration:none;text-align:center;padding:10px 30px 50px;z-index:9003;visibility:hidden;background-color:transparent}.tablet-nav-nyu__main-trigger:after{position:relative;font-family:"FontAwesome";font-size:20px;font-weight:400}.tablet-nav-nyu__main-trigger--collapse:after{color:#fff;content:'\F00D'}.page__tablet-nav--open .tablet-nav-nyu__main-trigger{visibility:visible}@media only screen and (min-width: 1024px){.page__tablet-nav--open .tablet-nav-nyu__main-trigger{visibility:hidden}}.tablet-nav-nyu__pages{position:relative;list-style:none;display:block;padding:0;margin:0 0 50px}.tablet-nav-nyu__pages li{display:block;margin-bottom:15px}.tablet-nav-nyu__pages li a{font-weight:500;font-size:16px;letter-spacing:.04px;text-decoration:none;color:#fff;display:block}.tablet-nav-nyu__utility{position:relative;list-style:none;display:block;clear:both;padding:0;margin:0}.tablet-nav-nyu__utility li{display:block;margin-bottom:15px}.tablet-nav-nyu__utility li a{font-weight:500;font-size:14px;letter-spacing:normal;text-decoration:none;color:#fff;display:block}.logo{border:none;background:transparent url("data:image/svg+xml,%3Csvg width='128px' height='54px' viewBox='0 0 129 55' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M46.775,11.088 C46.792,11.071 46.804,11.054 46.78,11.016 C46.746,10.961 46.658,10.842 46.471,10.571 C46.236,10.232 44.796,8.231 42.924,6.539 C41.046,4.842 35.359,0 26.319,0 C16.9,0 10.512,5.138 7.221,8.815 C4.005,12.406 2.398,16.363 2.354,16.474 C2.309,16.584 2.29,16.608 2.336,16.627 C2.386,16.647 2.401,16.574 2.46,16.466 C2.521,16.354 4.203,12.679 7.845,9.692 C11.489,6.703 17.56,3.258 26.412,3.258 C33.971,3.258 39.416,5.945 41.909,7.442 C44.402,8.938 45.993,10.426 46.338,10.748 C46.539,10.935 46.643,11.028 46.697,11.073 C46.734,11.104 46.757,11.103 46.775,11.088' id='Fill-1'%3E%3C/path%3E %3Cpath d='M0.157,25.239 C0.179,25.242 0.195,25.244 0.202,25.261 C0.219,25.301 0.207,25.398 0.206,25.605 C0.205,25.76 0.022,30.157 2.26,34.785 C4.568,39.556 8.657,44.546 15.192,47.812 C21.411,50.923 27.434,51.373 31.976,50.873 C36.345,50.392 39.701,48.753 40.07,48.6 C40.22,48.538 40.249,48.501 40.265,48.532 C40.268,48.538 40.271,48.549 40.267,48.558 C40.254,48.585 40.2,48.623 40.113,48.697 C39.99,48.801 39.791,48.967 39.527,49.166 C39.016,49.551 37.996,50.478 34.566,51.934 C29.654,54.019 21.422,55.334 13.202,50.881 C5.318,46.61 1.789,39.219 0.593,33.578 C-0.308,29.324 0.082,25.757 0.093,25.469 C0.102,25.367 0.101,25.306 0.11,25.273 C0.118,25.247 0.133,25.238 0.157,25.239' id='Fill-3'%3E%3C/path%3E %3Cpath d='M87.296,33.292 C87.368,33.299 87.436,33.3 87.505,33.299 L89.192,33.445 C91.271,33.593 91.372,33.888 91.372,34.397 C91.372,35.051 90.488,35.474 89.12,35.474 C87.197,35.474 86.802,35.002 86.802,34.294 C86.802,33.927 86.973,33.583 87.296,33.292 Z M89.015,24.023 C90.116,24.023 90.347,25.02 90.347,25.857 C90.347,27.036 89.862,27.712 89.015,27.712 C87.856,27.712 87.683,26.55 87.683,25.857 C87.683,25.172 87.856,24.023 89.015,24.023 Z M83.798,34.833 C83.798,36.661 85.297,37.371 88.659,37.371 C92.184,37.371 94.462,36.077 94.462,33.912 C94.462,31.774 93.137,30.921 89.739,30.691 L88.3,30.622 C87.465,30.533 87.432,30.344 87.432,30.146 C87.432,30.072 87.453,29.959 87.616,29.813 C88.049,29.914 88.512,29.965 88.994,29.965 C91.773,29.965 93.5,28.359 93.5,25.774 C93.5,25.378 93.434,24.975 93.301,24.546 C93.874,24.442 94.371,24.442 94.622,24.442 L94.796,24.442 L94.796,21.52 L94.603,21.541 C93.796,21.629 92.823,22.06 92.176,22.609 C91.402,21.923 90.305,21.561 88.994,21.561 C86.207,21.561 84.405,23.215 84.405,25.774 C84.405,27.119 84.93,28.266 85.891,29.031 C85.096,29.612 84.593,30.424 84.593,31.15 C84.593,31.726 84.84,32.215 85.311,32.578 C84.294,33.165 83.798,33.904 83.798,34.833 Z M51.77,44.111 L46.797,44.111 L46.797,38.179 L43.268,38.179 L43.268,53.77 L46.797,53.77 L46.797,47.095 L51.77,47.095 L51.77,53.77 L55.298,53.77 L55.298,38.179 L51.77,38.179 L51.77,44.111 Z M79.199,53.77 L82.644,53.77 L82.644,39.307 L79.199,39.765 L79.199,53.77 Z M73.737,50.403 C73.173,50.921 72.571,51.182 71.944,51.182 C71.382,51.182 71.073,50.85 71.073,50.248 C71.073,49.592 71.381,48.775 73.737,48.227 L73.737,50.403 Z M77.078,50.876 L77.078,45.918 C77.078,43.272 75.898,42.04 73.367,42.04 C71.364,42.04 69.573,42.676 68.189,43.882 L68.066,43.989 L69.671,46.096 L69.809,45.995 C70.407,45.554 71.588,44.815 72.781,44.815 C73.469,44.815 73.737,45.125 73.737,45.918 L73.737,46.232 C69.697,46.993 67.732,48.492 67.732,50.813 C67.732,52.772 68.787,53.895 70.627,53.895 C71.885,53.895 72.912,53.453 73.753,52.546 C73.786,53.028 73.871,53.369 73.953,53.646 L73.991,53.77 L77.425,53.77 L77.338,53.535 C77.151,53.028 77.078,52.282 77.078,50.876 Z M67.581,29.924 C67.018,30.442 66.415,30.704 65.789,30.704 C65.226,30.704 64.917,30.372 64.917,29.77 C64.917,29.113 65.226,28.297 67.581,27.748 L67.581,29.924 Z M67.835,33.292 L71.27,33.292 L71.182,33.056 C70.995,32.549 70.921,31.803 70.921,30.397 L70.921,25.439 C70.921,22.793 69.743,21.561 67.212,21.561 C65.208,21.561 63.417,22.198 62.034,23.403 L61.911,23.51 L63.515,25.618 L63.654,25.516 C64.252,25.076 65.432,24.337 66.626,24.337 C67.313,24.337 67.581,24.646 67.581,25.439 L67.581,25.754 C63.541,26.515 61.576,28.014 61.576,30.335 C61.576,32.294 62.631,33.417 64.47,33.417 C65.729,33.417 66.756,32.974 67.596,32.067 C67.63,32.549 67.714,32.89 67.797,33.167 L67.835,33.292 Z M79.771,21.561 C78.414,21.561 77.294,22.28 76.619,23.02 L76.619,21.791 L73.173,21.791 L73.173,33.292 L76.619,33.292 L76.619,25.432 C77.288,24.83 77.883,24.525 78.39,24.525 C78.822,24.525 79.22,24.661 79.22,25.648 L79.22,33.292 L82.644,33.292 L82.644,24.665 C82.644,22.634 81.651,21.561 79.771,21.561 Z M88.976,38.465 L85.552,38.921 L85.552,42.27 L83.963,42.27 L83.963,44.899 L85.552,44.899 L85.552,50.813 C85.552,53.089 86.485,53.895 89.116,53.895 C89.813,53.895 90.847,53.815 91.091,53.742 L91.215,53.705 L91.215,51.092 L90.972,51.197 C90.859,51.246 90.425,51.308 90.121,51.308 C89.179,51.308 88.976,51.083 88.976,50.039 L88.976,44.899 L91.362,44.899 L91.362,42.27 L88.976,42.27 L88.976,38.465 Z M113.596,21.561 C112.238,21.561 111.119,22.28 110.444,23.02 L110.444,21.791 L106.999,21.791 L106.999,33.292 L110.444,33.292 L110.444,25.432 C111.112,24.83 111.708,24.525 112.215,24.525 C112.646,24.525 113.045,24.661 113.045,25.648 L113.045,33.292 L116.469,33.292 L116.469,24.665 C116.469,22.634 115.475,21.561 113.596,21.561 Z M122.952,24.274 C123.278,24.274 124.253,24.274 124.438,26.373 L121.389,26.373 C121.557,25.017 122.108,24.274 122.952,24.274 Z M125.544,29.344 L125.44,29.509 C125.027,30.168 124.216,30.872 123.182,30.872 C122.084,30.872 121.487,30.089 121.36,28.479 L127.603,28.479 L127.603,27.74 C127.603,23.813 125.908,21.561 122.952,21.561 C120.652,21.561 117.965,23.13 117.965,27.552 C117.965,31.29 119.861,33.521 123.036,33.521 C124.962,33.521 126.433,32.744 127.531,31.144 L127.623,31.011 L125.544,29.344 Z M99.484,42.04 C98.127,42.04 97.006,42.758 96.332,43.499 L96.332,37.486 L92.887,37.946 L92.887,53.77 L96.332,53.77 L96.332,45.911 C97.001,45.309 97.596,45.004 98.104,45.004 C98.535,45.004 98.933,45.139 98.933,46.127 L98.933,53.77 L102.358,53.77 L102.358,45.143 C102.358,43.113 101.364,42.04 99.484,42.04 Z M100.287,30.808 C99.58,30.808 98.64,30.471 98.64,27.552 C98.64,25.342 99.148,24.358 100.287,24.358 C100.993,24.358 101.932,24.689 101.932,27.552 C101.932,29.804 101.425,30.808 100.287,30.808 Z M100.287,21.561 C98.861,21.561 97.636,22.042 96.747,22.953 C95.717,24.006 95.196,25.552 95.196,27.552 C95.196,31.953 97.826,33.521 100.287,33.521 C102.748,33.521 105.378,31.953 105.378,27.552 C105.378,25.555 104.853,24.007 103.819,22.952 C102.926,22.042 101.705,21.561 100.287,21.561 Z M61.929,44.753 C62.255,44.753 63.229,44.753 63.415,46.852 L60.366,46.852 C60.534,45.496 61.085,44.753 61.929,44.753 Z M64.418,49.988 C64.004,50.646 63.193,51.35 62.159,51.35 C61.061,51.35 60.463,50.567 60.337,48.958 L66.581,48.958 L66.581,48.218 C66.581,44.292 64.884,42.04 61.929,42.04 C59.629,42.04 56.942,43.609 56.942,48.03 C56.942,51.768 58.838,54 62.012,54 C63.939,54 65.41,53.222 66.508,51.623 L66.599,51.49 L64.521,49.822 L64.418,49.988 Z M46.797,27.74 L46.797,17.46 L43.415,17.46 L43.415,27.593 C43.415,29.669 42.829,30.515 41.392,30.515 C39.937,30.515 39.37,29.691 39.37,27.573 L39.37,17.46 L35.841,17.46 L35.841,27.761 C35.841,31.597 37.694,33.543 41.35,33.543 C45.015,33.543 46.797,31.644 46.797,27.74 Z M18.105,26.559 C16.986,24.326 13.467,17.858 13.3,17.551 L13.25,17.46 L9.688,17.46 L9.688,33.292 L12.923,33.292 L12.923,23.953 C14.075,26.14 17.884,32.882 18.065,33.203 L18.115,33.292 L21.341,33.292 L21.341,17.46 L18.105,17.46 L18.105,26.559 Z M60.118,30.328 L55.348,30.328 L55.348,17.46 L51.819,17.46 L51.819,33.292 L60.118,33.292 L60.118,30.328 Z M30.401,33.292 L30.401,27.068 L34.873,17.46 L31.388,17.46 L28.72,23.764 L26.053,17.46 L22.422,17.46 L26.873,27.088 L26.873,33.292 L30.401,33.292 L30.401,33.292 Z' id='Fill-4'%3E%3C/path%3E %3C/svg%3E") no-repeat center/contain}.logo--inverted{background-image:url("data:image/svg+xml,%3Csvg width='128px' height='54px' viewBox='0 0 129 55' fill='%23580f8b' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M46.775,11.088 C46.792,11.071 46.804,11.054 46.78,11.016 C46.746,10.961 46.658,10.842 46.471,10.571 C46.236,10.232 44.796,8.231 42.924,6.539 C41.046,4.842 35.359,0 26.319,0 C16.9,0 10.512,5.138 7.221,8.815 C4.005,12.406 2.398,16.363 2.354,16.474 C2.309,16.584 2.29,16.608 2.336,16.627 C2.386,16.647 2.401,16.574 2.46,16.466 C2.521,16.354 4.203,12.679 7.845,9.692 C11.489,6.703 17.56,3.258 26.412,3.258 C33.971,3.258 39.416,5.945 41.909,7.442 C44.402,8.938 45.993,10.426 46.338,10.748 C46.539,10.935 46.643,11.028 46.697,11.073 C46.734,11.104 46.757,11.103 46.775,11.088' id='Fill-1'%3E%3C/path%3E %3Cpath d='M0.157,25.239 C0.179,25.242 0.195,25.244 0.202,25.261 C0.219,25.301 0.207,25.398 0.206,25.605 C0.205,25.76 0.022,30.157 2.26,34.785 C4.568,39.556 8.657,44.546 15.192,47.812 C21.411,50.923 27.434,51.373 31.976,50.873 C36.345,50.392 39.701,48.753 40.07,48.6 C40.22,48.538 40.249,48.501 40.265,48.532 C40.268,48.538 40.271,48.549 40.267,48.558 C40.254,48.585 40.2,48.623 40.113,48.697 C39.99,48.801 39.791,48.967 39.527,49.166 C39.016,49.551 37.996,50.478 34.566,51.934 C29.654,54.019 21.422,55.334 13.202,50.881 C5.318,46.61 1.789,39.219 0.593,33.578 C-0.308,29.324 0.082,25.757 0.093,25.469 C0.102,25.367 0.101,25.306 0.11,25.273 C0.118,25.247 0.133,25.238 0.157,25.239' id='Fill-3'%3E%3C/path%3E %3Cpath d='M87.296,33.292 C87.368,33.299 87.436,33.3 87.505,33.299 L89.192,33.445 C91.271,33.593 91.372,33.888 91.372,34.397 C91.372,35.051 90.488,35.474 89.12,35.474 C87.197,35.474 86.802,35.002 86.802,34.294 C86.802,33.927 86.973,33.583 87.296,33.292 Z M89.015,24.023 C90.116,24.023 90.347,25.02 90.347,25.857 C90.347,27.036 89.862,27.712 89.015,27.712 C87.856,27.712 87.683,26.55 87.683,25.857 C87.683,25.172 87.856,24.023 89.015,24.023 Z M83.798,34.833 C83.798,36.661 85.297,37.371 88.659,37.371 C92.184,37.371 94.462,36.077 94.462,33.912 C94.462,31.774 93.137,30.921 89.739,30.691 L88.3,30.622 C87.465,30.533 87.432,30.344 87.432,30.146 C87.432,30.072 87.453,29.959 87.616,29.813 C88.049,29.914 88.512,29.965 88.994,29.965 C91.773,29.965 93.5,28.359 93.5,25.774 C93.5,25.378 93.434,24.975 93.301,24.546 C93.874,24.442 94.371,24.442 94.622,24.442 L94.796,24.442 L94.796,21.52 L94.603,21.541 C93.796,21.629 92.823,22.06 92.176,22.609 C91.402,21.923 90.305,21.561 88.994,21.561 C86.207,21.561 84.405,23.215 84.405,25.774 C84.405,27.119 84.93,28.266 85.891,29.031 C85.096,29.612 84.593,30.424 84.593,31.15 C84.593,31.726 84.84,32.215 85.311,32.578 C84.294,33.165 83.798,33.904 83.798,34.833 Z M51.77,44.111 L46.797,44.111 L46.797,38.179 L43.268,38.179 L43.268,53.77 L46.797,53.77 L46.797,47.095 L51.77,47.095 L51.77,53.77 L55.298,53.77 L55.298,38.179 L51.77,38.179 L51.77,44.111 Z M79.199,53.77 L82.644,53.77 L82.644,39.307 L79.199,39.765 L79.199,53.77 Z M73.737,50.403 C73.173,50.921 72.571,51.182 71.944,51.182 C71.382,51.182 71.073,50.85 71.073,50.248 C71.073,49.592 71.381,48.775 73.737,48.227 L73.737,50.403 Z M77.078,50.876 L77.078,45.918 C77.078,43.272 75.898,42.04 73.367,42.04 C71.364,42.04 69.573,42.676 68.189,43.882 L68.066,43.989 L69.671,46.096 L69.809,45.995 C70.407,45.554 71.588,44.815 72.781,44.815 C73.469,44.815 73.737,45.125 73.737,45.918 L73.737,46.232 C69.697,46.993 67.732,48.492 67.732,50.813 C67.732,52.772 68.787,53.895 70.627,53.895 C71.885,53.895 72.912,53.453 73.753,52.546 C73.786,53.028 73.871,53.369 73.953,53.646 L73.991,53.77 L77.425,53.77 L77.338,53.535 C77.151,53.028 77.078,52.282 77.078,50.876 Z M67.581,29.924 C67.018,30.442 66.415,30.704 65.789,30.704 C65.226,30.704 64.917,30.372 64.917,29.77 C64.917,29.113 65.226,28.297 67.581,27.748 L67.581,29.924 Z M67.835,33.292 L71.27,33.292 L71.182,33.056 C70.995,32.549 70.921,31.803 70.921,30.397 L70.921,25.439 C70.921,22.793 69.743,21.561 67.212,21.561 C65.208,21.561 63.417,22.198 62.034,23.403 L61.911,23.51 L63.515,25.618 L63.654,25.516 C64.252,25.076 65.432,24.337 66.626,24.337 C67.313,24.337 67.581,24.646 67.581,25.439 L67.581,25.754 C63.541,26.515 61.576,28.014 61.576,30.335 C61.576,32.294 62.631,33.417 64.47,33.417 C65.729,33.417 66.756,32.974 67.596,32.067 C67.63,32.549 67.714,32.89 67.797,33.167 L67.835,33.292 Z M79.771,21.561 C78.414,21.561 77.294,22.28 76.619,23.02 L76.619,21.791 L73.173,21.791 L73.173,33.292 L76.619,33.292 L76.619,25.432 C77.288,24.83 77.883,24.525 78.39,24.525 C78.822,24.525 79.22,24.661 79.22,25.648 L79.22,33.292 L82.644,33.292 L82.644,24.665 C82.644,22.634 81.651,21.561 79.771,21.561 Z M88.976,38.465 L85.552,38.921 L85.552,42.27 L83.963,42.27 L83.963,44.899 L85.552,44.899 L85.552,50.813 C85.552,53.089 86.485,53.895 89.116,53.895 C89.813,53.895 90.847,53.815 91.091,53.742 L91.215,53.705 L91.215,51.092 L90.972,51.197 C90.859,51.246 90.425,51.308 90.121,51.308 C89.179,51.308 88.976,51.083 88.976,50.039 L88.976,44.899 L91.362,44.899 L91.362,42.27 L88.976,42.27 L88.976,38.465 Z M113.596,21.561 C112.238,21.561 111.119,22.28 110.444,23.02 L110.444,21.791 L106.999,21.791 L106.999,33.292 L110.444,33.292 L110.444,25.432 C111.112,24.83 111.708,24.525 112.215,24.525 C112.646,24.525 113.045,24.661 113.045,25.648 L113.045,33.292 L116.469,33.292 L116.469,24.665 C116.469,22.634 115.475,21.561 113.596,21.561 Z M122.952,24.274 C123.278,24.274 124.253,24.274 124.438,26.373 L121.389,26.373 C121.557,25.017 122.108,24.274 122.952,24.274 Z M125.544,29.344 L125.44,29.509 C125.027,30.168 124.216,30.872 123.182,30.872 C122.084,30.872 121.487,30.089 121.36,28.479 L127.603,28.479 L127.603,27.74 C127.603,23.813 125.908,21.561 122.952,21.561 C120.652,21.561 117.965,23.13 117.965,27.552 C117.965,31.29 119.861,33.521 123.036,33.521 C124.962,33.521 126.433,32.744 127.531,31.144 L127.623,31.011 L125.544,29.344 Z M99.484,42.04 C98.127,42.04 97.006,42.758 96.332,43.499 L96.332,37.486 L92.887,37.946 L92.887,53.77 L96.332,53.77 L96.332,45.911 C97.001,45.309 97.596,45.004 98.104,45.004 C98.535,45.004 98.933,45.139 98.933,46.127 L98.933,53.77 L102.358,53.77 L102.358,45.143 C102.358,43.113 101.364,42.04 99.484,42.04 Z M100.287,30.808 C99.58,30.808 98.64,30.471 98.64,27.552 C98.64,25.342 99.148,24.358 100.287,24.358 C100.993,24.358 101.932,24.689 101.932,27.552 C101.932,29.804 101.425,30.808 100.287,30.808 Z M100.287,21.561 C98.861,21.561 97.636,22.042 96.747,22.953 C95.717,24.006 95.196,25.552 95.196,27.552 C95.196,31.953 97.826,33.521 100.287,33.521 C102.748,33.521 105.378,31.953 105.378,27.552 C105.378,25.555 104.853,24.007 103.819,22.952 C102.926,22.042 101.705,21.561 100.287,21.561 Z M61.929,44.753 C62.255,44.753 63.229,44.753 63.415,46.852 L60.366,46.852 C60.534,45.496 61.085,44.753 61.929,44.753 Z M64.418,49.988 C64.004,50.646 63.193,51.35 62.159,51.35 C61.061,51.35 60.463,50.567 60.337,48.958 L66.581,48.958 L66.581,48.218 C66.581,44.292 64.884,42.04 61.929,42.04 C59.629,42.04 56.942,43.609 56.942,48.03 C56.942,51.768 58.838,54 62.012,54 C63.939,54 65.41,53.222 66.508,51.623 L66.599,51.49 L64.521,49.822 L64.418,49.988 Z M46.797,27.74 L46.797,17.46 L43.415,17.46 L43.415,27.593 C43.415,29.669 42.829,30.515 41.392,30.515 C39.937,30.515 39.37,29.691 39.37,27.573 L39.37,17.46 L35.841,17.46 L35.841,27.761 C35.841,31.597 37.694,33.543 41.35,33.543 C45.015,33.543 46.797,31.644 46.797,27.74 Z M18.105,26.559 C16.986,24.326 13.467,17.858 13.3,17.551 L13.25,17.46 L9.688,17.46 L9.688,33.292 L12.923,33.292 L12.923,23.953 C14.075,26.14 17.884,32.882 18.065,33.203 L18.115,33.292 L21.341,33.292 L21.341,17.46 L18.105,17.46 L18.105,26.559 Z M60.118,30.328 L55.348,30.328 L55.348,17.46 L51.819,17.46 L51.819,33.292 L60.118,33.292 L60.118,30.328 Z M30.401,33.292 L30.401,27.068 L34.873,17.46 L31.388,17.46 L28.72,23.764 L26.053,17.46 L22.422,17.46 L26.873,27.088 L26.873,33.292 L30.401,33.292 L30.401,33.292 Z' id='Fill-4'%3E%3C/path%3E %3C/svg%3E")}.list-controls{top:0;width:100%;height:80px;padding:16px 0}.list-controls__back-link{color:#8116cc;float:right;font-weight:500;font-size:16px;line-height:48px;opacity:0;-webkit-tap-highlight-color:transparent;text-decoration:none}.list-controls.sticky{position:fixed !important;z-index:1000;top:0;border-bottom:1px solid #d1d1d1;background:#fff}.list-controls.sticky .list-controls__back-link{opacity:1}.alphabetic-jumps{display:inline-block}.alphabetic-jumps__text,.alphabetic-jumps__link{display:inline-block;width:22px;height:48px;padding:2px;color:#333;font-weight:900 !important;text-align:center;text-decoration:none;vertical-align:top}.alphabetic-jumps__text{color:#999}.alphabetic-jumps__link.active{border-bottom:5px solid #8116cc;color:#8116cc}.alphabetic-jumps__link.active:hover{border-bottom:5px solid #8116cc}.alphabetic-jumps__link:hover{border-bottom:5px solid #d1d1d1}.jumps-list{display:none;min-width:140px;float:left}@media only screen and (min-width: 641px) and (max-width: 1023px){.alphabetic-jumps{display:none}.jumps-list{display:inline-block}.jumps-list__select{width:100%;max-width:436px;height:50px;padding:10px 18px;border:1px solid #d1d1d1;border-radius:4px;font-weight:700;font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.list-controls__back-link{display:none}.alphabetic-jumps{display:none}.jumps-list{display:inline-block}.jumps-list__select{width:100%;max-width:436px;height:50px;padding:10px 18px;border:1px solid #d1d1d1;border-radius:4px;font-weight:700;font-size:16px}}.locations-list__group-title{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list__group-title{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list__group-title{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){.locations-list__group-title{font-size:42px;line-height:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list__group-title{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list__group-title{margin:0}}@media only screen and (min-width: 1024px){.locations-list__group-title{margin:0}}.locations-list__group-title:not(:first-of-type):before{content:'';display:block;height:8px;background:#7c60a9}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list__group-title:not(:first-of-type):before{margin-bottom:30px;margin-left:-15px;width:100vw}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list__group-title:not(:first-of-type):before{margin-bottom:32px;width:100%}}@media only screen and (min-width: 1024px){.locations-list__group-title:not(:first-of-type):before{margin-bottom:48px;width:100%}}.page__section.page__section--locations-directory-header,.page__section--locations-directory-header.cwt__section{background-color:#ececec}.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{height:123px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{height:139px}}.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{display:block;position:relative;height:2px;content:'';font-size:0;line-height:0;background-color:#f7f7f7}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{top:-16px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header:before,.page__section--locations-directory-header.cwt__section:before{top:-24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header,.page__section--locations-directory-header.cwt__section{padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header,.page__section--locations-directory-header.cwt__section{padding:16px 0 32px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header,.page__section--locations-directory-header.cwt__section{padding:24px 0 48px}}.page__section.page__section--locations-directory-header .share .upper,.page__section--locations-directory-header.cwt__section .share .upper{display:none}.page__section.page__section--locations-directory-header .share button,.page__section--locations-directory-header.cwt__section .share button{border-color:#ececec}.page__section.page__section--locations-directory-header .share .icon,.page__section--locations-directory-header.cwt__section .share .icon{background-color:#fff}.page__section.page__section--locations-directory-header .share .icon:hover,.page__section--locations-directory-header.cwt__section .share .icon:hover{background-color:#ccc}.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{font-family:"Benton",sans-serif;color:#333;font-weight:400;color:#252525}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{margin-top:16px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{margin-top:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description,.page__section--locations-directory-header.cwt__section .cta_description{width:calc(144px + ((100% - 264px) / 12 * 7))}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header .cta_description p:not([class]):first-child,.page__section--locations-directory-header.cwt__section .cta_description p:not([class]):first-child{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header .cta_description p:not([class]):first-child,.page__section--locations-directory-header.cwt__section .cta_description p:not([class]):first-child{margin-top:0}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description p:not([class]):first-child,.page__section--locations-directory-header.cwt__section .cta_description p:not([class]):first-child{margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header .cta_description p:not([class]):last-child,.page__section--locations-directory-header.cwt__section .cta_description p:not([class]):last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header .cta_description p:not([class]):last-child,.page__section--locations-directory-header.cwt__section .cta_description p:not([class]):last-child{margin-bottom:0}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description p:not([class]):last-child,.page__section--locations-directory-header.cwt__section .cta_description p:not([class]):last-child{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header .cta_description p:not([class]),.page__section--locations-directory-header.cwt__section .cta_description p:not([class]){margin:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header .cta_description p:not([class]),.page__section--locations-directory-header.cwt__section .cta_description p:not([class]){margin:16px 0}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description p:not([class]),.page__section--locations-directory-header.cwt__section .cta_description p:not([class]){margin:24px 0}}.page__section.page__section--locations-directory-header .cta_description a:not([class]),.page__section--locations-directory-header.cwt__section .cta_description a:not([class]){color:#7030ac;text-decoration:none}.page__section.page__section--locations-directory-header .cta_description a:not([class]):hover,.page__section--locations-directory-header.cwt__section .cta_description a:not([class]):hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.cancer-conditions-search{position:relative;width:55%;margin:50px 0 70px}.cancer-conditions-search__input[type=text]{width:calc(100% - 90px);height:30px;padding:10px 70px 10px 18px;border:1px solid #d1d1d1;border-radius:4px;font-size:16px}.cancer-conditions-search__icon{position:absolute;top:4px;right:15px;display:none;color:#333;cursor:pointer;font-family:"icomoon";font-size:1.4em;font-style:normal}.cancer-conditions-search__icon:before{content:'\e986'}.cancer-conditions-search__icon--active{display:block}.cancer-conditions-search__reset-icon{position:absolute;top:4px;right:15px;display:none;color:#333;cursor:pointer;font-family:"icomoon";font-size:1.4em;font-style:normal}.cancer-conditions-search__reset-icon:before{content:'\e900'}.cancer-conditions-search__reset-icon--active{display:block}.cancer-conditions-search__loader{position:absolute;z-index:400;top:17px;right:16px;display:none;width:50px;height:20px;background:url(/bundles/nyulangonefrontend/assets/images/loader_48.gif) no-repeat right top;background-size:cover}.cancer-conditions-search__loader--active{display:block}.cancer-conditions-search-results{padding:0;margin:0 auto;list-style:none}.cancer-conditions-search-results:after{display:table;clear:both;content:''}@media only screen and (min-width: 641px) and (max-width: 1023px){.cancer-conditions-search{width:100%}.cancer-conditions-search__icon{top:7px}}@media only screen and (min-width: 0) and (max-width: 640px){.cancer-conditions-search{width:100%}.cancer-conditions-search__icon{top:9px}.cancer-conditions-search__reset-icon{top:9px}}.content-box{position:relative;width:calc(33.33% - 7px);-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 10px 10px 0;cursor:pointer;float:left;line-height:20px;text-align:left}.content-box:nth-of-type(3n){margin-right:0}.content-box--standalone .content-box__icon{top:50%;font-size:14px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (min-width: 0) and (max-width: 640px){.content-box--standalone .content-box__icon{right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box--standalone .content-box__icon{right:16px}}@media only screen and (min-width: 1024px){.content-box--standalone .content-box__icon{right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box--standalone .content-box__icon{font-size:12px}}@media only screen and (min-width: 0) and (max-width: 640px){.content-box--standalone .content-box__icon{font-size:12px}}.content-box--standalone .content-box__icon:before{content:'\F061'}.content-box--bright{width:calc(72px + ((100% - 264px) / 12 * 4))}@media only screen and (min-width: 1024px){.content-box--bright:nth-of-type(-n+3){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box--bright:nth-of-type(-n+2){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.content-box--bright:first-child{margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.content-box--bright{margin:15px 14.95px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box--bright{margin:16px 15.95px 0 0}}@media only screen and (min-width: 1024px){.content-box--bright{margin:24px 23.95px 0 0}}.content-box--bright .content-box__icon{color:inherit}.content-box--bright .content-box__root-item{border-left:10px solid #7c60a9;background-color:#fff}.content-box--bright .content-box__root-item:before{content:' ';display:inline-block;height:100%;width:1%;vertical-align:middle}.content-box--bright .content-box__root-item:hover{border-color:#674a87;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.5);box-shadow:0 1px 4px 0 rgba(0,0,0,0.5)}.content-box--bright .content-box__title{display:inline-block;vertical-align:middle;max-width:96%}.content-box--grey .content-box__root-item{border-left-width:15px;background-color:#f8f8f8}.content-box--steelblue .content-box__root-item{border-color:#499cbc}.content-box--steelblue .content-box__root-item:hover{border-color:#3a809c}.content-box__icon{position:absolute;top:43px;right:10px;display:block;cursor:pointer;color:#4a4a4a;font-family:"FontAwesome";font-size:2em;font-style:normal}.content-box__icon:before{content:'\F061'}.content-box__root-item{display:block;height:150px;padding:20px 60px 20px 20px;background-color:#ececec;color:inherit !important;text-decoration:none !important}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box__root-item{height:110px}}@media only screen and (min-width: 0) and (max-width: 640px){.content-box__root-item{height:110px}}.content-box__title{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:700;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.content-box__title{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box__title{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.content-box__title{font-size:18px;line-height:24px}}.content-box__child-items{position:absolute;z-index:1;top:100%;left:0;display:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;background-color:#f6f6f6;list-style:none}.content-box__child-items--active{display:block}.content-box__child-item{padding:20px;border-right:1px solid #f6f6f6;border-bottom:1px solid #f6f6f6;border-left:1px solid #f6f6f6;cursor:pointer}.content-box__child-item:hover{background-color:#fff}.content-box__clild_link{color:inherit !important;text-decoration:none !important}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-box{width:49%}.content-box--bright{width:calc(80px + ((100% - 176px) / 12 * 6))}.content-box--grey:nth-of-type(3n),.content-box:nth-of-type(3n){margin-right:16px}.content-box:nth-of-type(2n){margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.content-box{width:100%}.content-box__child-items{position:relative;padding:0}}.tile-grid{position:relative}@media only screen and (min-width: 1024px){.tile-grid-sizer{width:calc(((100% - 264px) / 12 * 1))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-sizer{width:calc(((100% - 176px) / 12 * 1))}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-sizer{width:100%}}@media only screen and (min-width: 1024px){.tile-grid-gutter-sizer{width:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-gutter-sizer{width:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-gutter-sizer{width:100%}}.tile-grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;padding:0;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item{width:calc(45px + ((100% - 75px) / 6 * 4));height:0;padding-top:calc(45px + ((100% - 75px) / 6 * 4));margin:0 0 15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item{width:calc(48px + ((100% - 176px) / 12 * 4));height:0;padding-top:calc(48px + ((100% - 176px) / 12 * 4));margin:0 0 16px 0}}@media only screen and (min-width: 1024px){.tile-grid-item{width:calc(72px + ((100% - 264px) / 12 * 4));height:0;padding-top:calc(72px + ((100% - 264px) / 12 * 4));margin:0 0 24px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item{width:100%;height:auto;padding:0}}@media only screen and (min-width: 1024px){.tile-grid-item__wrapper{position:absolute;height:100%;top:0;bottom:0;width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__wrapper{position:absolute;height:100%;top:0;bottom:0;width:100%}}.tile-grid-item__box{background-color:#ececec;top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute;display:table;width:100%;height:100%}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__box{position:relative;display:block}}.tile-grid-item__box:hover{-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.5);box-shadow:0 1px 4px 0 rgba(0,0,0,0.5)}.tile-grid-item__heading{height:72px;width:100%;overflow:hidden;position:relative;padding:0;margin:0;display:table-row}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__heading{height:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__heading{height:auto;display:block}}.tile-grid-item__heading-link{font-family:"Benton",sans-serif;color:#fff;font-weight:700;display:block;text-align:left;vertical-align:middle;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__heading-link{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__heading-link{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.tile-grid-item__heading-link{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__heading-link{padding:15px 30px 15px 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__heading-link{padding:16px 32px 16px 16px}}@media only screen and (min-width: 1024px){.tile-grid-item__heading-link{padding:24px 48px 24px 24px}}.tile-grid-item__heading-link:after{font-weight:initial}.tile-grid-item__content{position:relative;overflow:hidden;width:100%;height:100%;display:table-row}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__content{display:block;padding-bottom:calc(100% / 16 * 9)}}.tile-grid-item__content--video{height:100%}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__content--video{padding-bottom:calc(100% / 16 * 9)}}.tile-grid-item__content--hidden{display:none}.tile-grid-item__content-wrapper{position:relative;height:100%;width:100%;overflow:hidden}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__content-wrapper{position:initial}}.tile-grid-item__content--player .vjs-paused .vjs-big-play-button{display:block}.tile-grid-item__image{width:100%;position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#333;background-color:#ececec;text-align:center}.tile-grid-item__floating-text{font-family:"Benton",sans-serif;color:#fff;font-weight:700;position:absolute;min-height:35px;text-align:left;width:530px}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__floating-text{font-size:16px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__floating-text{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.tile-grid-item__floating-text{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__floating-text{padding:15px 0 15px 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__floating-text{padding:16px 0 16px 16px}}@media only screen and (min-width: 1024px){.tile-grid-item__floating-text{padding:24px 0 24px 24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__floating-text{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__floating-text{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}.tile-grid-item__floating-icon{position:absolute;color:#fff;font-style:normal;font-size:96px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:none;background-color:transparent}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item__floating-icon{font-size:52px}}@media only screen and (min-width: 0) and (max-width: 640px){.tile-grid-item__floating-icon{font-size:38px}}.tile-grid-item__floating-icon-play:before{font-family:"FontAwesome";content:'\f144'}.tile-grid-item__footing-text{font-size:12px;line-height:1em;position:absolute;margin:0 0 0 25px;color:#fff}.tile-grid-item__footing-text--main{font-weight:700;bottom:38px}.tile-grid-item__footing-text--additional{font-weight:400;bottom:25px}@media only screen and (min-width: 1024px){.tile-grid-item--width2{width:calc(72px + ((100% - 264px) / 12 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item--width2{width:calc(48px + ((100% - 176px) / 12 * 4))}}@media only screen and (min-width: 1024px){.tile-grid-item--width3{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item--width3{width:calc(80px + ((100% - 176px) / 12 * 6))}}@media only screen and (min-width: 1024px){.tile-grid-item--width4{width:calc(168px + ((100% - 264px) / 12 * 8))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item--width4{width:calc(112px + ((100% - 176px) / 12 * 8))}}@media only screen and (min-width: 1024px){.tile-grid-item--width6{width:calc(264px + (100% - 264px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item--width6{width:calc(176px + (100% - 176px))}}@media only screen and (min-width: 1024px){.tile-grid-item--height2{padding-top:calc(168px + ((100% - 264px) / 12 * 8));margin-bottom:calc(24px - 1px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item--height2{padding-top:calc(112px + ((100% - 176px) / 12 * 8));margin-bottom:calc(16px - 1px)}}@media only screen and (min-width: 1024px){.tile-grid-item--height2 .tile-grid-item__image{height:100%;width:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tile-grid-item--height2 .tile-grid-item__image{height:100%;width:auto}}.nyulmc-aside{word-wrap:break-word}.nyulmc-aside__paragraph-wrapper{position:relative}.nyulmc-aside__wrapper{position:absolute;padding-top:28px;padding-left:28px}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__wrapper{position:relative;margin:30px 0;padding-top:20px;padding-left:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper{position:relative;margin:48px auto;width:50%;padding-top:20px;padding-left:20px}}@media only screen and (min-width: 1024px){.nyulmc-aside__wrapper{position:absolute;top:0;right:0;-webkit-transform:translateX(100%) translateX(24px);transform:translateX(100%) translateX(24px);width:calc(48px + ((100% - 120px) / 6 * 3));-webkit-box-sizing:border-box;box-sizing:border-box}}.nyulmc-aside__wrapper:before{content:'';position:absolute;top:0;left:0;width:48px;height:48px;border-top:5px solid #ececec;border-left:5px solid #ececec}.nyulmc-aside__title{margin:0;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__title{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__title{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.nyulmc-aside__title{font-size:16px;line-height:22px}}.nyulmc-aside__description{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__description{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__description{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.nyulmc-aside__description{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__description{margin:7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__description{margin:8px 0}}@media only screen and (min-width: 1024px){.nyulmc-aside__description{margin:12px 0}}.nyulmc-aside__link{display:block;text-decoration:none;font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.nyulmc-aside__link{font-size:16px;line-height:22px}}.nyulmc-aside__link:hover{color:#7b70bf;text-decoration:underline}.panel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px;float:left}.panel:nth-of-type(6n+1) .panel__title{background-color:#624988}.panel:nth-of-type(6n+2) .panel__title{background-color:#7b70bf}.panel:nth-of-type(6n+3) .panel__title{background-color:#6492e3}.panel:nth-of-type(6n+4) .panel__title{background-color:#499cbc}.panel:nth-of-type(6n+5) .panel__title{background-color:#37998c}.panel:nth-of-type(6n+6) .panel__title{background-color:#4c74b2}.panel:hover:nth-of-type(6n+1) .panel__title{background-color:#523e74}.panel:hover:nth-of-type(6n+2) .panel__title{background-color:#6d62b7}.panel:hover:nth-of-type(6n+3) .panel__title{background-color:#4a80de}.panel:hover:nth-of-type(6n+4) .panel__title{background-color:#3a809c}.panel:hover:nth-of-type(6n+5) .panel__title{background-color:#1d8678}.panel:hover:nth-of-type(6n+6) .panel__title{background-color:#44659c}.panel__container{position:absolute;top:0;left:0;bottom:0;right:0;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.panel__container{position:static}}.panel__wrap{display:table;width:100%;height:100%}@media only screen and (min-width: 0) and (max-width: 640px){.panel__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 641px) and (max-width: 1023px){.panel__row{display:table-row;height:100%}}@media only screen and (min-width: 1024px){.panel__row{display:table-row;height:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.panel__row--title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}}.panel__title{position:relative;display:table-cell;vertical-align:middle;margin:0;background-color:#7030ac;font-size:0;line-height:inherit}@media only screen and (min-width: 0) and (max-width: 640px){.panel__title{padding:15px 30px 15px 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.panel__title{padding:16px 32px 16px 16px}}@media only screen and (min-width: 1024px){.panel__title{padding:24px 48px 24px 24px}}@media only screen and (min-width: 0) and (max-width: 640px){.panel__title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.panel__title-text{font-family:"Benton",sans-serif;color:#fff;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.panel__title-text{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.panel__title-text{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.panel__title-text{font-size:18px;line-height:24px}}.panel__content{position:relative;display:block;height:100%;color:#fff;overflow:hidden}.panel__content a{display:block;height:100%;color:#fff}.panel__content-variant--hidden{display:none}.panel__content-title{position:absolute;line-height:12px;margin:0 0 0 25px;display:none}@media only screen and (min-width: 1024px){.panel__content-title{display:block}}.panel__content-title--person{bottom:38px;font-weight:700;font-size:12px;line-height:1.2em}.panel__content-body{position:absolute;margin-left:25px;display:none}@media only screen and (min-width: 1024px){.panel__content-body{display:block}}.panel__content-body--person{bottom:25px;font-weight:400;font-size:12px;line-height:1em}.panel__overlay{position:absolute;width:100%;height:100%;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0,0,0,0)), to(rgba(0,0,0,0.3)));background-image:linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.3) 100%);pointer-events:none}.panel__image{position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#333;background-color:#ececec;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.panel:nth-of-type(3) .panel__overlay{display:none}}.panel--size1of3{width:calc((100% - .05px) / 3 - 2 * 2px);padding-bottom:calc(100% / 3 * 2)}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of3{width:calc((100% - .05px) / 2 - 2 * 2px);padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of3 .panel__row--title{min-height:84px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.panel--size1of3 .panel__row--title{height:72px}}@media only screen and (min-width: 1024px){.panel--size1of3 .panel__row--title{height:72px}}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of3 .panel__content{padding-bottom:calc(100% * 2)}}.panel--size1of3 img{height:100%}.panel--size1of2{width:calc((100% - .05px) / 2 - 2 * 2px);padding-bottom:calc(100% / 2 * .66667)}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of2{width:calc((100% - .05px) / 1 - 2 * 2px);padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of2 .panel__row--title{min-height:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.panel--size1of2 .panel__row--title{height:56px}}@media only screen and (min-width: 1024px){.panel--size1of2 .panel__row--title{height:72px}}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of2 .panel__content{padding-bottom:calc(100% * .66667)}}.panel--size1of2 img{width:100%}.panel--size1of1{width:calc((100% - .05px) / 1 - 2 * 2px);padding-bottom:calc(100% / 1 * .33333);clear:both}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of1{width:calc((100% - .05px) / 1 - 2 * 2px);padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of1 .panel__row--title{min-height:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.panel--size1of1 .panel__row--title{height:56px}}@media only screen and (min-width: 1024px){.panel--size1of1 .panel__row--title{height:72px}}@media only screen and (min-width: 0) and (max-width: 640px){.panel--size1of1 .panel__content{padding-bottom:calc(100% * .66667)}}.panel--size1of1 img{width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.accordion{position:relative;clear:both;float:none}.accordion__trigger{width:100%;padding:30px 40px 30px 0;margin:0;cursor:pointer}.accordion__trigger:after{position:absolute;top:18px;right:15px;color:#8116cc;content:'\F078';font-family:"FontAwesome";font-weight:700;font-size:12px;line-height:12px}.accordion__expand{display:none}.accordion--open .accordion__expand{display:block}.accordion--open .accordion__trigger:after{content:'\F077'}}.social-links__item{display:inline-block;margin:0 17px 0 0;color:#999;font-family:"FontAwesome";font-size:18px;font-style:normal;font-weight:400;line-height:1;text-decoration:none}.social-links__item:last-child{margin-right:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.social-links__item{font-size:16px;margin:0 8px 0 0}}.social-links__item--facebook:before{content:'\f09a'}.social-links__item--twitter:before{content:'\f099'}.social-links__item--instagram:before{content:'\f16d'}.social-links__item--youtube:before{content:'\f16a'}.social-links__item--linkedin:before{content:'\f0e1'}.social-links__item--gplus:before{content:'\f0d5'}.social-links__item:hover{color:#fff}.logo-footer{position:relative;width:125px;height:41px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 371 122'%3E %3Cg fill='%23502a70'%3E %3Cpath d='m222.81 0.435-10.3 1.368v11.877h-9.63v-10.162l-10.297 1.368v8.794h-4.781v7.907h4.78v17.783c0 6.844 2.805 9.269 10.717 9.269 2.097 0 5.204-0.242 5.939-0.462l0.373-0.113v-7.854l-0.731 0.313c-0.34 0.147-1.644 0.336-2.561 0.336-2.829 0-3.44-0.679-3.44-3.817v-15.455h9.635v17.783c0 6.844 2.803 9.269 10.716 9.269 2.096 0 5.204-0.242 5.938-0.462l0.374-0.113v-7.854l-0.731 0.313c-0.342 0.147-1.644 0.336-2.562 0.336-2.827 0-3.439-0.679-3.439-3.817v-15.455h7.172v-7.907h-7.17zm-132.17 47.803h10.36v-47.472h-10.357zm-3.203-35.21c-4.352 0-7.103 2.313-8.794 4.747v-4.059h-10.438v34.522h10.438v-22.277c0.942-1.146 3.32-3.433 7.292-3.433 0.355 0 1.606 0.123 1.799 0.17l0.72 0.177 0.136-9.186 0.01-0.522-0.515-0.07s-0.504-0.07-0.648-0.07zm55.534 0c-3.922 0-7.288 2.274-9.389 4.668-1.146-3.14-3.735-4.669-7.878-4.669-3.708 0-6.901 2.079-8.92 4.257v-3.568h-10.436v34.522h10.437v-23.546c1.421-1.346 3.092-2.666 4.853-2.666 1.466 0 2.163 0.492 2.163 3.29v22.922h10.438v-23.546c1.351-1.277 3.082-2.666 4.79-2.666 1.754 0 2.289 0.769 2.289 3.29v22.922h10.374v-25.55c0-6.32-3.015-9.66-8.72-9.66zm31.765 24.428c-1.815 1.765-3.552 2.66-5.166 2.66-1.486 0-2.476-0.55-2.476-3.227v-23.173h-10.38v25.864c0 6.202 2.914 9.348 8.66 9.348 4.555 0 7.714-2.496 9.357-4.232v3.543h10.438v-34.523h-10.438zm109.09-24.36s-0.504-0.069-0.648-0.069c-4.35 0-7.103 2.314-8.794 4.748v-4.059h-10.437v34.522h10.437v-22.277c0.942-1.146 3.32-3.433 7.292-3.433 0.356 0 1.607 0.123 1.798 0.17l0.72 0.177 0.137-9.186 0.012-0.522-0.517-0.07zm-233.36 8.179c1.654 0 3.873 0.654 4.369 6.142h-8.966c0.51-4.022 2.092-6.142 4.597-6.142zm7.384 15.55c-1.228 1.954-3.632 4.042-6.696 4.042-3.224 0-4.985-2.298-5.374-7.017h18.662v-2.278c0-11.785-5.093-18.545-13.977-18.545-6.909 0-14.977 4.71-14.977 17.981 0 11.22 5.692 17.919 15.227 17.919 5.786 0 10.202-2.335 13.5-7.138l0.309-0.45-6.323-5.073-0.352 0.56zm188.36-15.55c1.655 0 3.874 0.654 4.37 6.142h-8.967c0.51-4.022 2.092-6.142 4.597-6.142zm7.384 15.55c-1.228 1.954-3.632 4.042-6.695 4.042-3.224 0-4.986-2.298-5.375-7.017h18.665v-2.278c0-11.785-5.095-18.545-13.979-18.545-6.909 0-14.978 4.71-14.978 17.981 0 11.22 5.694 17.919 15.23 17.919 5.785 0 10.2-2.335 13.498-7.138l0.31-0.45-6.324-5.073-0.352 0.56zm-234.56-13.411h-3.383v-13.524h3.32c4.618 0 6.417 1.852 6.417 6.605 0 4.914-1.842 6.918-6.354 6.918zm-0.125-22.648h-13.82v47.472h10.562v-16.138h3.131c13.932 0 16.856-8.622 16.856-15.854 0-10.126-5.786-15.48-16.73-15.48zm291.26 56.12h-10.374v11.45h-4.755v7.997h4.755v17.615c0 6.856 2.806 9.285 10.723 9.285 2.09 0 5.191-0.241 5.926-0.462l0.42-0.126v-7.963l-0.822 0.35c-0.302 0.13-1.552 0.329-2.52 0.329-2.789 0-3.353-0.626-3.353-3.728v-15.3h7.133v-7.998h-7.133v-11.45zm23.364 19.008c1.655 0 3.873 0.654 4.37 6.142h-8.967c0.51-4.022 2.092-6.142 4.597-6.142zm7.384 15.55c-1.227 1.954-3.632 4.042-6.696 4.042-3.224 0-4.986-2.298-5.374-7.017h18.664v-2.279c0-11.785-5.094-18.544-13.978-18.544-6.908 0-14.977 4.708-14.977 17.98 0 11.22 5.692 17.919 15.228 17.919 5.785 0 10.2-2.335 13.499-7.138l0.309-0.45-6.323-5.073zm30.229-23.729s-0.503-0.068-0.647-0.068c-4.351 0-7.104 2.313-8.795 4.748v-4.06h-10.438v34.522h10.438v-22.28c0.942-1.145 3.319-3.433 7.293-3.433 0.355 0 1.606 0.124 1.798 0.17l0.72 0.178 0.136-9.186 0.012-0.522-0.517-0.07zm-152.45 17.44c-1.157 6.938-3.034 9.518-6.926 9.518-5.089 0-7.67-5.252-7.67-15.613 0-10.112 2.54-15.239 7.545-15.239 3.685 0 5.46 2.41 6.55 8.892l0.099 0.585 10.092-1.764-0.08-0.565c-1.572-11.075-6.92-16.46-16.349-16.46-11.824 0-18.606 8.948-18.606 24.55 0 15.872 6.519 24.613 18.356 24.613 9.446 0 15.038-5.52 17.096-16.876l0.106-0.591-10.117-1.628-0.095 0.579zm65.173-17.508c-4.02 0-7.29 2.013-9.357 4.247v-3.559h-10.44v34.522h10.439v-23.54c1.975-1.776 3.733-2.675 5.228-2.675 1.253 0 2.414 0.399 2.414 3.29v22.922h10.375v-25.866c0-6.115-2.997-9.347-8.66-9.347zm-37.529 8.247c1.654 0 3.873 0.654 4.37 6.142h-8.967c0.51-4.022 2.09-6.142 4.597-6.142zm7.383 15.55c-1.227 1.954-3.631 4.042-6.695 4.042-3.224 0-4.986-2.298-5.374-7.017h18.663v-2.279c0-11.785-5.094-18.544-13.977-18.544-6.909 0-14.977 4.708-14.977 17.98 0 11.22 5.692 17.919 15.227 17.919 5.786 0 10.201-2.335 13.498-7.138l0.31-0.45-6.323-5.073zm-131.65-1.555c-1.031 5.016-3.091 5.597-4.553 5.597-1.949 0-4.54-1.022-4.54-9.859 0-9.607 3.464-9.607 4.603-9.607 1.824 0 3.148 0.875 4.116 5.231l0.13 0.583 9.354-2.214-0.14-0.576c-1.198-4.892-3.885-11.397-13.335-11.397-7.331 0-15.165 4.723-15.165 17.98 0 13.211 7.672 17.919 14.852 17.919 7.117 0 11.88-3.962 13.771-11.455l0.146-0.576-9.116-2.225zm25.901-13.995c1.654 0 3.872 0.654 4.369 6.142h-8.967c0.51-4.022 2.092-6.142 4.598-6.142zm7.383 15.55c-1.228 1.954-3.63 4.042-6.695 4.042-3.224 0-4.986-2.298-5.375-7.017h18.664v-2.279c0-11.785-5.094-18.544-13.977-18.544-6.91 0-14.978 4.708-14.978 17.98 0 11.22 5.692 17.919 15.227 17.919 5.786 0 10.202-2.335 13.498-7.138l0.31-0.45-6.322-5.073zm30.228-23.729s-0.503-0.068-0.646-0.068c-4.35 0-7.104 2.313-8.794 4.748v-4.06h-10.438v34.522h10.438v-22.28c0.94-1.145 3.319-3.433 7.292-3.433 0.355 0 1.606 0.124 1.798 0.17l0.72 0.178 0.136-9.186 0.012-0.522-0.518-0.07zm-95.334-0.068c-4.019 0-7.288 2.013-9.357 4.247v-3.559h-10.437v34.522h10.437v-23.54c1.976-1.776 3.735-2.675 5.228-2.675 1.254 0 2.414 0.399 2.414 3.29v22.922h10.375v-25.866c0-6.115-2.995-9.347-8.66-9.347zm-64.891 17.509c-1.157 6.937-3.033 9.517-6.926 9.517-5.088 0-7.67-5.252-7.67-15.613 0-10.112 2.54-15.239 7.545-15.239 3.684 0 5.46 2.41 6.55 8.892l0.1 0.585 10.092-1.764-0.08-0.565c-1.572-11.075-6.92-16.46-16.35-16.46-11.824 0-18.606 8.948-18.606 24.55 0 15.872 6.519 24.613 18.356 24.613 9.446 0 15.038-5.52 17.096-16.876l0.107-0.591-10.118-1.628zm29.89 7.535c-1.666 1.523-3.444 2.295-5.293 2.295-1.637 0-2.539-0.969-2.539-2.727 0-1.93 0.91-4.33 7.831-5.958v6.39zm10.123 1.445v-14.827c0-7.956-3.547-11.662-11.162-11.662-6.008 0-11.377 1.91-15.526 5.525l-0.417 0.363 4.878 6.404 0.467-0.343c1.78-1.312 5.298-3.513 8.847-3.513 2.032 0 2.79 0.874 2.79 3.226v0.887c-12.082 2.285-17.956 6.786-17.956 13.752 0 5.9 3.179 9.285 8.722 9.285 3.731 0 6.785-1.293 9.29-3.943a14.36 14.36 0 0 0 0.593 3.147l0.126 0.42h10.419l-0.295-0.794c-0.558-1.508-0.776-3.73-0.776-7.927z'/%3E %3Cpath fill='%231a1919' d='m3 123h360v-12h-360z'/%3E %3C/g%3E %3C/svg%3E") 0 50% no-repeat;background-size:contain}@media only screen and (min-width: 0) and (max-width: 640px){.logo-footer{width:81px;height:26.5px}}.button-purple,.page--location .button,.page--location .location__overview_links .arrow:after,.page--location .condition-doctors__cta{display:inline-block;padding:1em 30px;border:0;margin:12px 0;-webkit-appearance:none;background-color:#580f8b;border-radius:5px;color:#fff;cursor:pointer;font-family:"Benton",sans-serif;font-weight:500;font-size:16px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;text-align:center;text-decoration:none !important;-webkit-transition:background-color .3s, border-color .3s, color .3s;transition:background-color .3s, border-color .3s, color .3s}.button-purple:hover,.page--location .button:hover,.page--location .location__overview_links .arrow:hover:after,.page--location .condition-doctors__cta:hover{background-color:#7b70bf}.button-menu{display:inline-block;width:24px;height:21px;-webkit-box-sizing:content-box;box-sizing:content-box;color:#000;text-decoration:none}.button-menu span,.button-menu span:before,.button-menu span:after{left:0;display:block;width:100%;height:3px;background-color:#000;font-size:0;line-height:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.button-menu span:before,.button-menu span:after{position:absolute}.button-menu span{position:relative;top:9px}.button-menu span:before{top:-8px;content:''}.button-menu span:after{top:8px;content:''}.button-menu:hover span:before{top:-9px}.button-menu:hover span:after{top:9px}.button-menu--close:hover span{-webkit-transform:scale(1.1);transform:scale(1.1)}.button-menu--close span{background-color:transparent}.button-menu--close span:before{-webkit-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg)}.button-menu--close span:after{-webkit-transform:translateY(-8px) rotate(45deg);transform:translateY(-8px) rotate(45deg)}.button-menu--close:hover span:before{top:-8px}.button-menu--close:hover span:after{top:8px}.button-menu--modal-close{width:60px;height:42px}.button-menu--modal-close:hover span{-webkit-transform:scale(1.1);transform:scale(1.1)}.button-menu--modal-close span{top:19px;background-color:transparent}.button-menu--modal-close span:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.button-menu--modal-close span:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.button-menu--modal-close span:before,.button-menu--modal-close span:after,.button-menu--modal-close:hover span:after,.button-menu--modal-close:hover span:before{top:0;background:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.button-menu--modal-close{width:24px;height:21px}.button-menu--modal-close span{top:8px}}.button-search{display:block;padding:12px 15px;margin:-12px -15px -12px -5px;color:#000;text-decoration:none}.button-search:hover{background:#4a80de;border-radius:5px;color:#fff}.button-search:after{display:inline-block;content:'\f002';font:24px "FontAwesome"}.nyulmc-callout-paragraph__wrapper{position:relative}.nyulmc-callout-paragraph__wrapper:first-child{margin-top:0}@media only screen and (min-width: 1024px){.nyulmc-callout-paragraph__wrapper:before{content:"";background-color:#6492e3;display:block;width:8px;height:100%;position:absolute;left:-17px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-callout-paragraph__wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;border-left:solid 6px #6492e3;text-align:left;padding-left:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-callout-paragraph__wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;border-left:solid 5px #6492e3;text-align:left;padding-left:15px}}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-callout-paragraph__wrapper{margin:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-callout-paragraph__wrapper{margin:32px 0}}@media only screen and (min-width: 1024px){.nyulmc-callout-paragraph__wrapper{margin:48px 0}}.nyulmc-callout-paragraph__content{font-family:"Benton",sans-serif;color:#6492e3;font-weight:500;letter-spacing:-.5px;margin:0;letter-spacing:-.5px;text-align:left;word-wrap:break-word;overflow:hidden}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-callout-paragraph__content{font-size:22px;line-height:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-callout-paragraph__content{font-size:26px;line-height:38px}}@media only screen and (min-width: 1024px){.nyulmc-callout-paragraph__content{font-size:32px;line-height:44px}}.nyulmc-callout-paragraph__content>:first-child{margin-top:0}.nyulmc-callout-paragraph__content>:last-child{margin-bottom:0}.page{padding:0;margin:0;background:#fff;color:#333;font-family:"Benton",sans-serif;font-weight:400;-webkit-font-kerning:normal;font-kerning:normal;text-rendering:optimizeLegibility;-webkit-transform:none;transform:none;-webkit-transition:padding .5s linear, -webkit-transform .3s;transition:padding .5s linear, -webkit-transform .3s;transition:transform .3s, padding .5s linear;transition:transform .3s, padding .5s linear, -webkit-transform .3s}.page:before{content:'';display:block;opacity:0;height:0;-webkit-transition:opacity .8s;transition:opacity .8s;z-index:9001}@media only screen and (min-width: 0) and (max-width: 640px){.page--pcc-modal-menu-open,.page--pcc-modal-search-dropdown-open{overflow:hidden}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--pcc-modal-menu-open,.page--pcc-modal-search-dropdown-open{overflow:hidden}}@media only screen and (min-width: 0) and (max-width: 640px){.page--pcc-modal-menu-open.iOS,.page--pcc-modal-search-dropdown-open.iOS{position:fixed;height:100%;max-height:100vh;width:100%;max-width:100vw;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--pcc-modal-menu-open.iOS,.page--pcc-modal-search-dropdown-open.iOS{position:fixed;height:100%;max-height:100vh;width:100%;max-width:100vw;-webkit-overflow-scrolling:auto}}.page--nav-open{-webkit-transform:translateX(0);transform:translateX(0)}.page--nav-open:before{background:#000;opacity:.8;position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (min-width: 0) and (max-width: 640px){.page--nav-open{-webkit-transform:translateX(250px);transform:translateX(250px);max-width:100vw;max-height:100vh;height:100%;overflow:hidden;position:fixed}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--nav-open{-webkit-transform:translateX(280px);transform:translateX(280px);max-width:100vw;max-height:100vh;height:100%;overflow:hidden;position:fixed}}@media only screen and (min-width: 1024px){.page--nav-open{-webkit-transform:none;transform:none}.page--nav-open:before{display:none}}.page__main{-webkit-transform:none;transform:none;-webkit-transition:padding .5s linear;transition:padding .5s linear}@media only screen and (min-width: 1024px){.page__main--nav-open{-webkit-transform:none;transform:none;padding:60px 0 0;-webkit-transition:padding .5s linear, -webkit-transform .5s;transition:padding .5s linear, -webkit-transform .5s;transition:transform .5s, padding .5s linear;transition:transform .5s, padding .5s linear, -webkit-transform .5s}.page__main--nav-open:before{display:none}}.page__tablet-nav{position:absolute;top:0;bottom:0;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;overflow:visible;z-index:9002;-webkit-transform:translateX(-280px);transform:translateX(-280px);-webkit-overflow-scrolling:touch;background-color:#580f8b}.page__tablet-nav--hide{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.page__tablet-nav{width:250px;-webkit-transform:translateX(-250px);transform:translateX(-250px)}}.page__container,.search-doctors__container,.provider-landing-body__container{position:relative}.page__footer{background:#252525 url(/bundles/nyulangonefrontend/assets/images/background-footer.jpg) 0 0 no-repeat;background-size:auto 100%}@media only screen and (min-width: 0) and (max-width: 640px){.page__footer{padding-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__footer{padding-top:32px}}@media only screen and (min-width: 1024px){.page__footer{padding-top:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__footer{background-image:none;height:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page{padding:123px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.page{padding:106px 0 0}}.page__section,.cwt__section{overflow:auto;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.page__section,.cwt__section{padding:30px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section,.cwt__section{padding:32px 0 32px}}@media only screen and (min-width: 1024px){.page__section,.cwt__section{padding:48px 0 48px}}.page__section--gray{background-color:#ececec}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--gray:only-child{padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray:only-child{padding:16px 0 32px}}@media only screen and (min-width: 1024px){.page__section--gray:only-child{padding:24px 0 48px}}.page__section--gray:first-child:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray:first-child:before{height:123px}}@media only screen and (min-width: 1024px){.page__section--gray:first-child:before{height:139px}}.page__section--gray:first-child:before{display:block;position:relative;height:2px;content:'';font-size:0;line-height:0;background-color:#f7f7f7}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--gray:first-child:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray:first-child:before{top:-16px}}@media only screen and (min-width: 1024px){.page__section--gray:first-child:before{top:-24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--gray:first-child{padding:15px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray:first-child{padding:16px 0 16px}}@media only screen and (min-width: 1024px){.page__section--gray:first-child{padding:24px 0 24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--gray:last-child:not(:only-of-type):not(.page__section--ankle){padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray:last-child:not(:only-of-type):not(.page__section--ankle){padding:16px 0 32px}}@media only screen and (min-width: 1024px){.page__section--gray:last-child:not(:only-of-type):not(.page__section--ankle){padding:24px 0 48px}}.page__section--gray-no-divider{background-color:#ececec}.page__section--gray-no-divider:first-child:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray-no-divider:first-child:before{height:123px}}@media only screen and (min-width: 1024px){.page__section--gray-no-divider:first-child:before{height:139px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--gray-no-divider:first-child{padding:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--gray-no-divider:first-child{padding:0 0 32px}}@media only screen and (min-width: 1024px){.page__section--gray-no-divider:first-child{padding:0 0 48px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--ankle{padding:45px 0 45px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--ankle{padding:48px 0 48px}}@media only screen and (min-width: 1024px){.page__section--ankle{padding:72px 0 72px}}.page__section--overlap-to-top{z-index:100;padding-top:0}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--overlap-to-top{margin-top:-111px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--overlap-to-top{margin-top:-128px}}@media only screen and (min-width: 1024px){.page__section--overlap-to-top{margin-top:-168px}}.page__section--white,.cwt__section--white{background-color:#fff}.page__section--related-news{overflow-x:hidden}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--tile-grid{padding-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--tile-grid{padding-top:16px}}@media only screen and (min-width: 1024px){.page__section--tile-grid{padding-top:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--pcc-header-menu .content .content__sidebar{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--pcc-header-menu .content .content__sidebar{margin-bottom:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--pcc-header-menu{padding-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--pcc-header-menu{padding-bottom:32px}}@media only screen and (min-width: 1024px){.page__section--pcc-header-menu{padding-bottom:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--pcc-header-menu{padding-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--pcc-header-menu{padding-top:32px}}@media only screen and (min-width: 1024px){.page__section--pcc-header-menu{padding-top:72px}}@media screen and (min-width: 1024px) and (max-width: 1279px){.page__section--pcc-header-menu{overflow-x:hidden}}.page__section--request-appointment{overflow:visible}.page__section--request-appointment:after{display:block;position:relative;height:1px;content:'';font-size:0;line-height:0;background-color:#ccc}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--request-appointment:after{top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--request-appointment:after{top:32px}}@media only screen and (min-width: 1024px){.page__section--request-appointment:after{top:48px}}.page__section--find-a-doctor{overflow:visible}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--find-a-doctor{padding:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--find-a-doctor{padding:0 0 32px}}@media only screen and (min-width: 1024px){.page__section--find-a-doctor{padding:0 0 48px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--event-top{padding-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--event-top{padding-top:16px}}@media only screen and (min-width: 1024px){.page__section--event-top{padding-top:24px}}@media only screen and (min-width: 1024px){.page__section--event-top{padding-bottom:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--event-top{padding-bottom:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--event-top{padding-bottom:45px}}.page__section--locations-directory-menu{background-color:#f7f7f7;padding-bottom:0}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--locations-directory-menu{padding:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--locations-directory-menu{padding:0}}@media only screen and (min-width: 1024px){.page__section--locations-directory-menu{padding:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--locations-directory-menu{display:none}}.modal-menu{position:absolute;z-index:9000;bottom:0;width:100%;-webkit-box-shadow:0 2px 8px #ccc;box-shadow:0 2px 8px #ccc;background:#363d45;-webkit-transform:translateY(100%);transform:translateY(100%)}.modal-menu--menu{background:#fff}.modal-menu__triangle{position:absolute;top:-12px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid transparent}.modal-menu__triangle--search{right:118px;border-bottom-color:#363d45}@media only screen and (min-width: 0) and (max-width: 640px){.modal-menu__triangle--search{right:53px}}.modal-menu__triangle--menu{right:21px;border-bottom-color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.modal-menu__triangle--menu{right:10px}}.modal-menu__header{height:auto;position:relative}.modal-menu__logo{margin:19px 0 0 11px;float:left}.modal-menu__logo a{color:#fff}.modal-menu__button-close{margin:20px 20px 0 0;float:right}.modal-menu__search-bar{margin-left:300px}.modal-menu__search-result{padding:31px}@media only screen and (min-width: 1024px){.hero-banner--thin{height:62px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.hero-banner--thin{height:60px}}@media only screen and (min-width: 0) and (max-width: 640px){.hero-banner--thin{height:30px}}.hero-banner__clip{overflow:hidden;width:100%;height:100%}.hero-banner__image{display:inline-block;width:100%}.article{padding:40px 10px 0}.article__title{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px;margin:0;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.article__title{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__title{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){.article__title{font-size:42px;line-height:48px}}.article__title--margin-top{margin-top:50px}.article__summary{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.article__summary{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__summary{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.article__summary{font-size:18px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.article__summary{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__summary{margin-top:16px}}@media only screen and (min-width: 1024px){.article__summary{margin-top:24px}}.article__summary.rich-text h2:not([class]){margin-top:24px}.article__summary .callouts{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.article__share{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__share{margin-top:16px}}@media only screen and (min-width: 1024px){.article__share{margin-top:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__share{margin-bottom:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.article__share--bottom{margin-top:30px;margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__share--bottom{margin-top:32px;margin-bottom:0}}@media only screen and (min-width: 1024px){.article__share--bottom{margin-top:48px;margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page--fad .page__main .article__share{margin-bottom:0;padding-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--fad .page__main .article__share{margin-bottom:0;padding-bottom:0}}@media only screen and (min-width: 1024px){.page--fad .page__main .article__share{margin-bottom:0;padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__header__title{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__header__title{margin-top:0}}@media only screen and (min-width: 1024px){.page--location .location__header__title{margin-top:0}}@media only screen and (min-width: 1024px){.page--location .location__header__contacts{margin-top:0}}.page--location a .button,.page--location a .location__overview_links .arrow:after,.page--location .location__overview_links a .arrow:after,.page--location a .condition-doctors__cta{line-height:1.15}.page--location .location__phone_link_style{font-family:"Benton",sans-serif;color:#333;font-weight:400;color:#545454;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__phone_link_style{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__phone_link_style{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .location__phone_link_style{font-size:16px;line-height:22px}}.page--location .location__phone_link_style:hover{border-bottom-width:0}.page--location .location__link_style,.page--location .page__section--location_header .location__header__contacts a,.page--location .page__section--location_header .location__header__contacts a[href^='tel:'],.page--location .page__main .recognition a,.page--location .page__main .donation a,.page--location .location__overview_links .arrow,.page--location .page__section--location_related_articles .overview a[href^='tel:'],.page--location .page__section--location_related_articles ul a,.page--location .page__section--location_leadership .expand a,.page--location .page__section--location_plan_a_visit a:not(.icon),.page--location .page__section--location_plan_a_visit .contact-phone a[href^='tel:'],.page--location .page__section--location_aside .constrained a{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;text-decoration:none;border-bottom:1px solid transparent}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__link_style,.page--location .page__section--location_header .location__header__contacts a,.page--location .page__section--location_header .location__header__contacts a[href^='tel:'],.page--location .page__main .recognition a,.page--location .page__main .donation a,.page--location .location__overview_links .arrow,.page--location .page__section--location_related_articles .overview a[href^='tel:'],.page--location .page__section--location_related_articles ul a,.page--location .page__section--location_leadership .expand a,.page--location .page__section--location_plan_a_visit a:not(.icon),.page--location .page__section--location_plan_a_visit .contact-phone a[href^='tel:'],.page--location .page__section--location_aside .constrained a{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__link_style,.page--location .page__section--location_header .location__header__contacts a,.page--location .page__section--location_header .location__header__contacts a[href^='tel:'],.page--location .page__main .recognition a,.page--location .page__main .donation a,.page--location .location__overview_links .arrow,.page--location .page__section--location_related_articles .overview a[href^='tel:'],.page--location .page__section--location_related_articles ul a,.page--location .page__section--location_leadership .expand a,.page--location .page__section--location_plan_a_visit a:not(.icon),.page--location .page__section--location_plan_a_visit .contact-phone a[href^='tel:'],.page--location .page__section--location_aside .constrained a{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .location__link_style,.page--location .page__section--location_header .location__header__contacts a,.page--location .page__section--location_header .location__header__contacts a[href^='tel:'],.page--location .page__main .recognition a,.page--location .page__main .donation a,.page--location .location__overview_links .arrow,.page--location .page__section--location_related_articles .overview a[href^='tel:'],.page--location .page__section--location_related_articles ul a,.page--location .page__section--location_leadership .expand a,.page--location .page__section--location_plan_a_visit a:not(.icon),.page--location .page__section--location_plan_a_visit .contact-phone a[href^='tel:'],.page--location .page__section--location_aside .constrained a{font-size:16px;line-height:22px}}.page--location .location__link_style:hover,.page--location .page__section--location_header .location__header__contacts a:hover,.page--location .page__main .recognition a:hover,.page--location .page__main .donation a:hover,.page--location .location__overview_links .arrow:hover,.page--location .page__section--location_related_articles .overview a:hover[href^='tel:'],.page--location .page__section--location_related_articles ul a:hover,.page--location .page__section--location_leadership .expand a:hover,.page--location .page__section--location_plan_a_visit a:hover:not(.icon),.page--location .page__section--location_plan_a_visit .contact-phone a:hover[href^='tel:'],.page--location .page__section--location_aside .constrained a:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.page--location .page__section--location_header{background-color:#ececec}.page--location .page__section--location_header:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header:before{height:123px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header:before{height:139px}}.page--location .page__section--location_header:before{display:block;position:relative;height:2px;content:'';font-size:0;line-height:0;background-color:#f7f7f7}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_header:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header:before{top:-16px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header:before{top:-24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_header{padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header{padding:16px 0 32px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header{padding:24px 0 48px}}.page--location .page__section--location_header .article__eyebrow{margin-top:0}.page--location .page__section--location_header .eyebrow__title{font-family:"Benton",sans-serif;color:#333;font-weight:300;color:#353535}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_header .eyebrow__title{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header .eyebrow__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header .eyebrow__title{font-size:26px;line-height:30px}}.page--location .page__section--location_header .location__header__contacts>*{display:block}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_header .location__header__contacts>*{margin-top:7.5px;margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header .location__header__contacts>*{margin-top:8px;margin-bottom:0}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header .location__header__contacts>*{margin-top:12px;margin-bottom:0}}.page--location .page__section--location_header .location__header__contacts p,.page--location .page__section--location_header .location__header__contacts strong{font-family:"Benton",sans-serif;color:#333;font-weight:400;color:#545454}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_header .location__header__contacts p,.page--location .page__section--location_header .location__header__contacts strong{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header .location__header__contacts p,.page--location .page__section--location_header .location__header__contacts strong{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header .location__header__contacts p,.page--location .page__section--location_header .location__header__contacts strong{font-size:16px;line-height:22px}}.page--location .page__section--location_header .location__header__contacts h6{margin-top:0;font-family:"Benton",sans-serif;color:#333;font-weight:500;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_header .location__header__contacts h6{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_header .location__header__contacts h6{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_header .location__header__contacts h6{font-size:16px;line-height:22px}}.page--location .page__main .container,.page--location .page__main .nav-nyu__container,.page--location .page__main .pcc-header__container,.page--location .page__main .footer-title,.page--location .page__main footer .footer-links,footer .page--location .page__main .footer-links,.page--location .page__main .footer-callout p,.footer-callout .page--location .page__main p,.page--location .page__main .footer-meta__container,.page--location .page__main .page__section.page__section--locations-directory-header:before,.page--location .page__main .page__section--locations-directory-header.cwt__section:before,.page--location .page__main .page__container,.page--location .page__main .search-doctors__container,.page--location .page__main .provider-landing-body__container,.page--location .page__main .page__section--gray:first-child:before,.page--location .page__main .page__section--request-appointment:after,.page--location .page__main .modal-menu__container,.page--location .page__main .page__section--location_header:before,.page--location .page__main .search-doctors__header:before,.page--location .page__main .image-callout__color-block-wrapper,.page--location .page__main .image-callout__tiles,.page--location .page__main .section-divider__container--container-width,.page--location .page__main .treatment-overview__title-block,.page--location .page__main .treatment-overview__tiles,.page--location .page__main .hero_video__corner,.page--location .page__main .cwt__container,.page--location .page__main .hassendfeld-content-landing__notch,.page--location .page__main .related-resources,.page--location .page__main .search-box-on-search-results__container,.page--location .page__main .tabs__list,.page--location .page__main .video-background--inited .video-background__actions--origin,.video-background--inited .page--location .page__main .video-background__actions--origin,.page--location .page__main #nyuuninav--header .globalnav-search-include__wrapper,#nyuuninav--header .page--location .page__main .globalnav-search-include__wrapper{position:relative}@media only screen and (min-width: 1024px){.page--location .page__main .content--with-sidebar .content__main{width:calc(144px + ((100% - 264px) / 12 * 7))}.page--location .page__main .content--with-sidebar .content__main--location-doctors{width:calc(192px + ((100% - 264px) / 12 * 9))}}@media only screen and (min-width: 1024px){.page--location .page__main .content__sidebar{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .content__sidebar{margin-top:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__main .content__sidebar{margin-top:30px}}.page--location .page__main .content__sidebar .share,.page--location .page__main .content__sidebar .recognition{position:relative;border-bottom:1px solid #d1d1d1}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .content__sidebar .share,.page--location .page__main .content__sidebar .recognition{border-bottom:none}.page--location .page__main .content__sidebar .share:after,.page--location .page__main .content__sidebar .recognition:after{content:'';display:block;position:absolute;width:calc(64px + ((100% - 176px) / 12 * 5));height:1px;bottom:0;background-color:#d1d1d1}.page--location .page__main .content__sidebar .share:last-child:after,.page--location .page__main .content__sidebar .recognition:last-child:after{display:none}}.page--location .page__main .content__sidebar .share:last-child,.page--location .page__main .content__sidebar .recognition:last-child{border-bottom:none}@media only screen and (min-width: 1024px){.page--location .page__main .page__section--location_header .content__sidebar{margin-top:0}}.page--location .page__main .share{font-family:"Benton",sans-serif;color:#333;font-weight:400;text-transform:uppercase}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__main .share{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .share{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .page__main .share{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__main .share{padding-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .share{padding-bottom:16px}}@media only screen and (min-width: 1024px){.page--location .page__main .share{padding-bottom:24px}}.page--location .page__main .share--location-doctors{border-bottom:0}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__main .recognition{padding:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .recognition{padding:16px 0}}@media only screen and (min-width: 1024px){.page--location .page__main .recognition{padding:24px 0}}.page--location .page__main .recognition:before{content:'';background:url(/bundles/nyulangonefrontend/assets/images/location/recognition-badge.png) no-repeat;background-size:contain;display:block;height:59px;margin-bottom:16px}.page--location .page__main .recognition h6,.page--location .page__main .donation h6{font-family:"Benton",sans-serif;color:#333;font-weight:700;font-size:18px}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__main .recognition h6,.page--location .page__main .donation h6{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .recognition h6,.page--location .page__main .donation h6{margin-top:16px}}@media only screen and (min-width: 1024px){.page--location .page__main .recognition h6,.page--location .page__main .donation h6{margin-top:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__main .recognition h6,.page--location .page__main .donation h6{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__main .recognition h6,.page--location .page__main .donation h6{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page--location .page__main .recognition h6,.page--location .page__main .donation h6{font-size:18px;line-height:24px}}.page--location .location__overview_links{padding-top:30px}.page--location .location__overview_links h2{font-family:"Benton",sans-serif;color:#333;font-weight:700;margin-bottom:0}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__overview_links h2{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__overview_links h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.page--location .location__overview_links h2{font-size:26px;line-height:30px}}.page--location .location__overview_links h6{margin:0}.page--location .location__overview_links .overview__link_description{width:calc(264px + ((100% - 360px) / 16 * 12))}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__overview_links .overview__link_description{width:calc(96px + ((100% - 176px) / 12 * 7))}}.page--location .location__overview_links .overview__link_description p{margin-top:0}.page--location .location__overview_links ul{list-style:none;padding:0;margin-top:0}.page--location .location__overview_links ul li{position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__overview_links ul li{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__overview_links ul li{margin-top:16px}}@media only screen and (min-width: 1024px){.page--location .location__overview_links ul li{margin-top:24px}}.page--location .location__overview_links .arrow{font-family:"Benton",sans-serif;color:#7030ac;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__overview_links .arrow{font-size:16px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__overview_links .arrow{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page--location .location__overview_links .arrow{font-size:18px;line-height:24px}}.page--location .location__overview_links .arrow:after{content:'\f061';font-family:"FontAwesome";font-size:20px;position:absolute;right:0;top:50%;width:49px;height:51px;margin-top:-25px;padding:14px 17px;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .location__overview_links .arrow:after{display:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .location__overview_links .arrow:after{font-size:16px;width:30px;height:31px;margin-top:-10px;padding:3px 9px;right:21%}}.page--location .page__section--location_related_articles{background-color:#f7f7f7}.page--location .page__section--location_related_articles .heading{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_related_articles .heading{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_related_articles .heading{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_related_articles .heading{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_related_articles .heading{margin:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_related_articles .heading{margin:0 0 32px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_related_articles .heading{margin:0 0 48px}}.page--location .page__section--location_related_articles .overview{padding-bottom:40px;margin-top:-40px}.page--location .page__section--location_related_articles .masonry{position:relative}.page--location .page__section--location_related_articles .masonry div{max-width:calc(((100% - 48px) / 3 * 1));float:left;padding-right:20px;font-family:"Benton",sans-serif;color:#333;font-weight:400;color:#545454}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_related_articles .masonry div{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_related_articles .masonry div{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_related_articles .masonry div{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_related_articles .masonry div{max-width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_related_articles .masonry div{max-width:calc(((100% - 16px) / 2 * 1))}}.page--location .page__section--location_related_articles .masonry h3{margin:0 0 10px}.page--location .page__section--location_related_articles .masonry:after{content:''}.page--location .page__section--location_related_articles ul{list-style:none;padding:0}.page--location .page__section--location_related_articles ul li{padding-bottom:15px}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership h2{margin:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership h2{margin:0 0 32px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership h2{margin:0 0 48px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership h2{margin-bottom:15px}}.page--location .page__section--location_leadership .col-profile-image{float:left;padding:0;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .col-profile-image{margin-right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .col-profile-image{margin-right:16px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .col-profile-image{margin-right:24px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .col-profile-image{width:calc(24px + ((100% - 192px) / 9 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .col-profile-image{width:calc(32px + ((100% - 176px) / 12 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .col-profile-image{width:calc(15px + ((100% - 75px) / 6 * 2))}}.page--location .page__section--location_leadership .col-profile-image img{width:100%}.page--location .page__section--location_leadership ul{list-style:none;padding:0;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership li{margin:0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership li{margin:0 0 16px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership li{margin:0 0 24px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership li{width:calc(192px + ((100% - 264px) / 12 * 9))}}.page--location .page__section--location_leadership li:last-of-type{margin:0}.page--location .page__section--location_leadership .col-profile{overflow:hidden}.page--location .page__section--location_leadership .col-profile__head a{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:500;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .col-profile__head a{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .col-profile__head a{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .col-profile__head a{font-size:18px;line-height:22px}}.page--location .page__section--location_leadership .col-profile__head a:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.page--location .page__section--location_leadership .col-profile__head p{font-family:"Benton",sans-serif;color:#56606f;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .col-profile__head p{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .col-profile__head p{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .col-profile__head p{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .col-profile__head p{margin:7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .col-profile__head p{margin:8px 0}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .col-profile__head p{margin:12px 0}}.page--location .page__section--location_leadership .col-profile__head-link{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .col-profile__head-link{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .col-profile__head-link{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .col-profile__head-link{font-size:18px;line-height:22px}}.page--location .page__section--location_leadership .expand p{display:none;font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_leadership .expand p{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_leadership .expand p{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .expand p{font-size:18px;line-height:27px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_leadership .expand p{margin:24px 0;display:block}}.page--location .page__section--location_plan_a_visit .container,.page--location .page__section--location_plan_a_visit .nav-nyu__container,.page--location .page__section--location_plan_a_visit .pcc-header__container,.page--location .page__section--location_plan_a_visit .footer-title,.page--location .page__section--location_plan_a_visit footer .footer-links,footer .page--location .page__section--location_plan_a_visit .footer-links,.page--location .page__section--location_plan_a_visit .footer-callout p,.footer-callout .page--location .page__section--location_plan_a_visit p,.page--location .page__section--location_plan_a_visit .footer-meta__container,.page--location .page__section--location_plan_a_visit .page__section.page__section--locations-directory-header:before,.page--location .page__section--location_plan_a_visit .page__section--locations-directory-header.cwt__section:before,.page--location .page__section--location_plan_a_visit .page__container,.page--location .page__section--location_plan_a_visit .search-doctors__container,.page--location .page__section--location_plan_a_visit .provider-landing-body__container,.page--location .page__section--location_plan_a_visit .page__section--gray:first-child:before,.page--location .page__section--location_plan_a_visit .page__section--request-appointment:after,.page--location .page__section--location_plan_a_visit .modal-menu__container,.page--location .page__section--location_plan_a_visit .page__section--location_header:before,.page--location .page__section--location_plan_a_visit .search-doctors__header:before,.page--location .page__section--location_plan_a_visit .image-callout__color-block-wrapper,.page--location .page__section--location_plan_a_visit .image-callout__tiles,.page--location .page__section--location_plan_a_visit .section-divider__container--container-width,.page--location .page__section--location_plan_a_visit .treatment-overview__title-block,.page--location .page__section--location_plan_a_visit .treatment-overview__tiles,.page--location .page__section--location_plan_a_visit .hero_video__corner,.page--location .page__section--location_plan_a_visit .cwt__container,.page--location .page__section--location_plan_a_visit .hassendfeld-content-landing__notch,.page--location .page__section--location_plan_a_visit .related-resources,.page--location .page__section--location_plan_a_visit .search-box-on-search-results__container,.page--location .page__section--location_plan_a_visit .tabs__list,.page--location .page__section--location_plan_a_visit .video-background--inited .video-background__actions--origin,.video-background--inited .page--location .page__section--location_plan_a_visit .video-background__actions--origin,.page--location .page__section--location_plan_a_visit #nyuuninav--header .globalnav-search-include__wrapper,#nyuuninav--header .page--location .page__section--location_plan_a_visit .globalnav-search-include__wrapper{margin-top:60px}.page--location .page__section--location_plan_a_visit .hero h2{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_plan_a_visit .hero h2{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_plan_a_visit .hero h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit .hero h2{font-size:26px;line-height:24px}}.page--location .page__section--location_plan_a_visit ul{list-style:none;padding:0}.page--location .page__section--location_plan_a_visit .share{border-bottom:2px solid #d1d1d1;padding-bottom:7.2px}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit .share{margin-top:-30px;border-bottom:none;padding-bottom:0}}.page--location .page__section--location_plan_a_visit .share:last-child{border-bottom:none;padding-bottom:0}.page--location .page__section--location_plan_a_visit .spaced li{padding:5px 0}.page--location .page__section--location_plan_a_visit p{font-family:"Benton",sans-serif;color:#333;font-weight:400;color:#545454}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_plan_a_visit p{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_plan_a_visit p{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit p{font-size:16px;line-height:22px}}.page--location .page__section--location_plan_a_visit .location-info{position:relative;width:100%}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit .location-info{width:calc(24px + ((100% - 48px) / 3 * 2));float:left}}.page--location .page__section--location_plan_a_visit .location-info-details{position:relative}.page--location .page__section--location_plan_a_visit .map{position:absolute;top:0;right:0;width:calc(96px + ((100% - 264px) / 12 * 5))}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit .map{text-align:center}}.page--location .page__section--location_plan_a_visit .map a:hover{border-bottom-width:0}.page--location .page__section--location_plan_a_visit .location__address,.page--location .page__section--location_plan_a_visit .content-tertiary{width:calc(144px + ((100% - 264px) / 12 * 7))}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_plan_a_visit .map,.page--location .page__section--location_plan_a_visit .location__address,.page--location .page__section--location_plan_a_visit .content-tertiary{position:static;width:100%}}.page--location .page__section--location_plan_a_visit aside{width:100%}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit aside{width:calc(((100% - 48px) / 3 * 1));float:right}}.page--location .page__section--location_plan_a_visit aside h6{margin-top:30px}.page--location .page__section--location_plan_a_visit .location__address-title{margin-top:30px;font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_plan_a_visit .location__address-title{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_plan_a_visit .location__address-title{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_plan_a_visit .location__address-title{font-size:18px;line-height:24px}}.page--location .page__section--location_plan_a_visit .content-tertiary{padding-bottom:30px}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_plan_a_visit .center{text-align:center}}.page--location .page__section--location_aside .constrained{text-align:center;font-family:"Georgia",serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_aside .constrained{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_aside .constrained{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_aside .constrained{font-size:18px;line-height:30px}}.page--location .page__section--location_aside .constrained h2{margin:0 0 25px;font-family:"Benton",sans-serif;color:#333;font-weight:300}@media only screen and (min-width: 0) and (max-width: 640px){.page--location .page__section--location_aside .constrained h2{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location .page__section--location_aside .constrained h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.page--location .page__section--location_aside .constrained h2{font-size:26px;line-height:30px}}.aside-menu{padding-top:30px;font-size:28px}.content-section:not(:first-child){padding-top:48px}.content-section__teaser{font-family:"Benton",sans-serif;color:#6492e3;font-weight:300}@media only screen and (min-width: 0) and (max-width: 640px){.content-section__teaser{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-section__teaser{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.content-section__teaser{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.content-section__teaser{padding-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-section__teaser{padding-bottom:32px}}@media only screen and (min-width: 1024px){.content-section__teaser{padding-bottom:48px}}.content-section__header{font-family:"Benton",sans-serif;color:#333;font-weight:700;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.content-section__header{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-section__header{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.content-section__header{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.content-section__header{margin:0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-section__header{margin:0 0 16px}}@media only screen and (min-width: 1024px){.content-section__header{margin:0 0 24px}}.content-section h3{text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.content-section h3{margin:22.5px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-section h3{margin:24px 0 16px}}@media only screen and (min-width: 1024px){.content-section h3{margin:36px 0 24px}}.content-section__divider{border:none;border-bottom:2px solid #ececec}@media only screen and (min-width: 0) and (max-width: 640px){.content-section__divider{margin:15px 0 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content-section__divider{margin:16px 0 0 0}}@media only screen and (min-width: 1024px){.content-section__divider{margin:24px 0 0 0}}.resources__title{font-family:"Benton",sans-serif;color:#333;font-weight:300;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.resources__title{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.resources__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.resources__title{text-align:right}}@media only screen and (min-width: 1024px){.resources__title-condition{display:block}}.resources__group{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.resources__group{width:initial;margin-bottom:30px;float:none}.resources__group:last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__group--half{width:calc(80px + ((100% - 176px) / 12 * 6));margin-right:16px}}@media only screen and (min-width: 1024px){.resources__group--half{width:calc(120px + ((100% - 264px) / 12 * 6));margin-right:24px}}.resources__group--half:last-child{margin-right:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__group--third{width:calc(48px + ((100% - 176px) / 12 * 4));margin-right:15.95px}}@media only screen and (min-width: 1024px){.resources__group--third{width:calc(48px + ((100% - 192px) / 9 * 3));margin-right:23.95px}}.resources__group--third:last-child{margin-right:0}.resources__group h3{margin:0;padding:0}.resources__group p{font-family:"Benton",sans-serif;color:#333;font-weight:400;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.resources__group p{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__group p{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.resources__group p{font-size:18px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.resources__group p{margin:8px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__group p{margin:8px 0 16px}}@media only screen and (min-width: 1024px){.resources__group p{margin:8px 0 24px}}.resources__group ul{padding:0;margin:0;list-style:none}.resources__group li{border-bottom:1px solid #c1c1c1}.resources__group li:last-of-type{border:none}.resources__link{display:block;text-decoration:none}.resources__link--list{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.resources__link--list{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__link--list{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.resources__link--list{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.resources__link--list{padding:7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__link--list{padding:8px 0}}@media only screen and (min-width: 1024px){.resources__link--list{padding:12px 0}}.resources__link--single{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.resources__link--single{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.resources__link--single{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.resources__link--single{font-size:16px;line-height:22px}}.resources__link--single:after{content:'\F061';margin-left:12px;font-size:14px;line-height:14px}.resources__link:hover{color:#7b70bf}.clinical-trials__header{position:relative;margin:50px 0 30px}.clinical-trials__title{padding-right:80px;margin:0;font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__title{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.clinical-trials__title{font-size:26px;line-height:30px}}.clinical-trials__link,.clinical-trials__view-all-link{text-decoration:none;font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__link,.clinical-trials__view-all-link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__link,.clinical-trials__view-all-link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.clinical-trials__link,.clinical-trials__view-all-link{font-size:16px;line-height:22px}}.clinical-trials__link:hover,.clinical-trials__view-all-link:hover{color:#7b70bf;border-bottom:solid 1px #7b70bf}.clinical-trials__view-all{text-align:center;display:block;clear:both}.clinical-trials__item{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__item{margin-bottom:30px;width:calc(75px + (100% - 75px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__item{margin-bottom:32px;width:calc(80px + ((100% - 176px) / 12 * 6))}}@media only screen and (min-width: 1024px){.clinical-trials__item{margin-bottom:48px;width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__item{padding-right:calc(16px + ((100% - 176px) / 12 * 1));float:left}}@media only screen and (min-width: 1024px){.clinical-trials__item{padding-right:calc(24px + ((100% - 264px) / 12 * 1));float:left}}.clinical-trials__item:nth-child(2n+1){margin-right:24px}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__item:nth-child(2n+1){margin-right:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__item:nth-child(2n+1){margin-right:0}}.clinical-trials__phase{margin:0;font-family:"Benton",sans-serif;color:#878787;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__phase{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__phase{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.clinical-trials__phase{font-size:16px;line-height:22px}}.clinical-trials__name{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__name{margin:7.5px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__name{margin:8px 0 16px}}@media only screen and (min-width: 1024px){.clinical-trials__name{margin:12px 0 24px}}@media only screen and (min-width: 0) and (max-width: 640px){.clinical-trials__name{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.clinical-trials__name{font-size:18px;line-height:25px}}@media only screen and (min-width: 1024px){.clinical-trials__name{font-size:18px;line-height:25px}}.slick-slider{position:relative;display:block;width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:0;margin-left:0;-webkit-tap-highlight-color:transparent;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-touch-callout:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slick-list{position:relative;display:block;overflow:hidden;padding:0;margin:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;min-height:1px;float:left;outline:none;overflow:hidden}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-prev,.slick-next{position:absolute;z-index:1;top:50%;display:block;width:40px;height:40px;padding:11px;border:none;background:#8116cc;border-radius:50%;color:transparent;cursor:pointer;font-size:0;line-height:0;outline:none;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.slick-prev:hover,.slick-next:hover{background:#8116cc;color:#fff;outline:none}.slick-prev:hover:before,.slick-next:hover:before{color:#fff}.slick-prev.slick-disabled,.slick-next.slick-disabled{background:#dbdbdb}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{color:#656565}.slick-prev:before,.slick-next:before{color:#8116cc;font-family:"FontAwesome";font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.slick-prev{left:-35px}[dir='rtl'] .slick-prev{right:-35px;left:auto}.slick-prev:before{content:""}[dir='rtl'] .slick-prev:before{content:""}.slick-next{right:-35px}[dir='rtl'] .slick-next{right:auto;left:-35px}.slick-next:before{content:""}[dir='rtl'] .slick-next:before{content:""}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{display:block;width:100%;padding:0;margin:10px 0 0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;padding:0;margin:0 2px;background:transparent;cursor:pointer}.slick-dots li button{display:inline-block;width:8px;height:8px;padding:0;border:0;background-color:#cbcbcb;border-radius:50%;color:transparent;cursor:pointer;font-size:0;line-height:0;outline:none}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li.slick-active button{background-color:#2ed4aa}.location-details-block{font-family:"Benton",sans-serif;color:#333;font-weight:400;width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.location-details-block{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.location-details-block{width:70%}}.location-details-block__address-title{font-family:"Benton",sans-serif;color:#7030ac;font-weight:700;display:block;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__address-title{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block__address-title{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.location-details-block__address-title{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__address-title{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block__address-title{margin-top:16px}}@media only screen and (min-width: 1024px){.location-details-block__address-title{margin-top:24px}}.location-details-block__address-title:hover{color:#7b70bf;text-decoration:underline}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__address-content{margin:7.5px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block__address-content{margin:8px 0 0}}@media only screen and (min-width: 1024px){.location-details-block__address-content{margin:12px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__phone{margin:7.5px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block__phone{margin:8px 0 0}}@media only screen and (min-width: 1024px){.location-details-block__phone{margin:12px 0 0}}.location-details-block__phone-number{color:#333;cursor:default;text-decoration:none}.location-details-block__map-link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;display:none;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__map-link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block__map-link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.location-details-block__map-link{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__map-link{margin:7.5px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-details-block__map-link{margin:8px 0 0}}@media only screen and (min-width: 1024px){.location-details-block__map-link{margin:12px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-details-block__map-link{display:block}}.locations-list-menu{padding:0;margin:0;list-style:none}.locations-list-menu:after{display:table;clear:both;content:''}.locations-list-menu__item{float:left}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list-menu__item{margin-right:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list-menu__item{margin-right:32px}}@media only screen and (min-width: 1024px){.locations-list-menu__item{margin-right:48px}}.locations-list-menu__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;display:block;text-decoration:none !important;color:#580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list-menu__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list-menu__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.locations-list-menu__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list-menu__link{padding-top:4px;padding-bottom:4px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list-menu__link{padding-top:5px;padding-bottom:5px}}@media only screen and (min-width: 1024px){.locations-list-menu__link{padding-top:13px;padding-bottom:13px}}.locations-list-menu__link:hover{border-bottom:4px solid #580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.locations-list-menu__link:hover{padding-bottom:0px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.locations-list-menu__link:hover{padding-bottom:1px}}@media only screen and (min-width: 1024px){.locations-list-menu__link:hover{padding-bottom:9px}}.sublocation-list{list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list{padding:0 0 30px;margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sublocation-list{padding:0 0 32px;margin:0}}@media only screen and (min-width: 1024px){.sublocation-list{padding:0 0 48px;margin:0}}.sublocation-list:last-child{padding:0;border-bottom:none}.sublocation-list:after{display:table;clear:both;content:''}.sublocation-list__item{width:50%;float:left}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__item{margin:15px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sublocation-list__item{margin:16px 0 0}}@media only screen and (min-width: 1024px){.sublocation-list__item{margin:24px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__item{float:none;width:100%}}.sublocation-list__icon{display:none;position:absolute;top:13px;right:24px;color:#333;cursor:pointer;font-family:"FontAwesome";font-size:18px;font-style:normal}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__icon{display:block}}.sublocation-list__icon:before{content:""}.sublocation-list__icon--collapsed:before{content:""}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__item-header{position:relative;cursor:pointer}}.sublocation-list__subtitle{margin:0;font-family:"Benton",sans-serif;color:#333;font-weight:300}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__subtitle{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sublocation-list__subtitle{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.sublocation-list__subtitle{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__subtitle{padding-right:45px}}.sublocation-list__subtitle-optional{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__subtitle-optional{display:inline}}.sublocation-list__subtitle-info{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__subtitle-info{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sublocation-list__subtitle-info{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.sublocation-list__subtitle-info{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.sublocation-list__blocks{display:none}.sublocation-list__blocks--collapsed{display:block}}.aside-links{padding:0;margin:0;list-style-type:none}.aside-links__item{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;margin-bottom:10px;margin-left:-20px;font-weight:500;font-size:14px;line-height:1.6em}.aside-links__item--active{padding-left:15px;border-left:5px solid #8116cc;font-weight:700}.aside-links__link{color:#333;font-size:14px;text-decoration:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.aside-links__item{margin-top:20px}.aside-links__link{color:#8116cc}.aside-links__item--active .aside-links__link{color:#333}}@media only screen and (min-width: 0) and (max-width: 640px){.aside-links__item{margin-top:20px}.aside-links__link{color:#8116cc}.aside-links__item--active .aside-links__link{color:#333}}.additional-resources{position:relative;padding-top:24px;margin-top:24px}@media only screen and (min-width: 0) and (max-width: 640px){.additional-resources{margin-top:30px;padding-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.additional-resources{margin-top:32px;padding-top:32px}}.additional-resources__title{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.additional-resources__title{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.additional-resources__title{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.additional-resources__title{font-size:16px;line-height:22px}}.additional-resources__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;display:block;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.additional-resources__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.additional-resources__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.additional-resources__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.additional-resources__link{margin-top:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.additional-resources__link{margin-top:8px}}@media only screen and (min-width: 1024px){.additional-resources__link{margin-top:12px}}.additional-resources__link:hover{color:#7b70bf}.additional-resources:before{position:absolute;display:block;width:100%;height:1px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiCI/L7Pz//z8DMgYIMACJ6g2cVToUSgAAAABJRU5ErkJggg==") left top repeat-x;content:'';top:0}.page-nav{font-size:16px}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav{font-size:14px}}.page-nav__trigger{position:relative;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 10px 10px 15px;border-radius:4px;background-color:#f7f7f7;font-weight:700;font-size:16px;line-height:30px;border:none;width:100%;text-align:left}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__trigger{margin-top:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__trigger{margin-top:15px}}.page-nav__trigger:after{top:19px;right:15px;color:#4a4a4a}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__trigger{display:block}.page-nav__trigger:after{position:absolute;content:'\F078';font-family:"FontAwesome";font-weight:700;font-size:12px;line-height:12px}.page-nav__expand{display:none;background-color:#f7f7f7;border-bottom-left-radius:4px;border-bottom-right-radius:4px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__trigger{display:block}.page-nav__expand{background-color:#f7f7f7;border-bottom-left-radius:4px;border-bottom-right-radius:4px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav--wrapper{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav--wrapper{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}}@media only screen and (min-width: 0) and (max-width: 640px){.accordion--open .page-nav__trigger{border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion--open .page-nav__expand{border-top-left-radius:0;border-top-right-radius:0;margin-top:0;padding:0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.accordion--open .page-nav__trigger{display:block;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.accordion--open .page-nav__trigger:after{content:'\F077'}.accordion--open .page-nav__expand{border-top-left-radius:0;border-top-right-radius:0;display:block;margin-top:0;padding:0 15px}}@media only screen and (min-width: 1024px){.content--with-sidebar .content__main,.content--with-sidebar .content__header,.content--with-sidebar .cwt__header{width:calc(192px + ((100% - 264px) / 12 * 9));float:right}.content--with-sidebar .content__main--left,.content--with-sidebar .content__header--left{float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content--with-tablet-sidebar .content__main,.content--with-tablet-sidebar .content__header,.content--with-tablet-sidebar .cwt__header{width:calc(128px + ((100% - 176px) / 12 * 9));float:right}.content--with-tablet-sidebar .content__main--left,.content--with-tablet-sidebar .content__header--left{float:left}}@media only screen and (min-width: 1024px){.content--with-annotations .content__main,.content--with-annotations .content__header,.content--with-annotations .cwt__header{width:calc(120px + ((100% - 264px) / 12 * 6));float:right;margin-right:calc(72px + ((100% - 264px) / 12 * 3))}.content--with-annotations .content__main--left,.content--with-annotations .content__header--left{float:left;margin-left:calc(72px + ((100% - 264px) / 12 * 3));margin-right:0}}@media only screen and (min-width: 1024px){.content--with-annotations-no-sidebar .content__main,.content--with-annotations-no-sidebar .content__header,.content--with-annotations-no-sidebar .cwt__header{width:calc(144px + ((100% - 264px) / 12 * 7));float:right;margin-right:calc(120px + ((100% - 264px) / 12 * 5))}.content--with-annotations-no-sidebar .content__main--left,.content--with-annotations-no-sidebar .content__header--left{float:left;margin-left:calc(120px + ((100% - 264px) / 12 * 5));margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.content__main--no-summary .content-section:first-of-type{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__main--no-summary .content-section:first-of-type{margin-top:16px}}@media only screen and (min-width: 1024px){.content__main--no-summary .content-section:first-of-type{margin-top:24px}}.content__header,.cwt__header{position:relative}.content__header-link{position:absolute;right:0;bottom:0;display:block;color:#580f8b;font-size:16px;text-decoration:none}.content__title,.providers-header__title{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.content__title,.providers-header__title{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__title,.providers-header__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.content__title,.providers-header__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.content__title,.providers-header__title{margin:0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__title,.providers-header__title{margin:0 0 16px}}@media only screen and (min-width: 1024px){.content__title,.providers-header__title{margin:0 0 24px}}.content__title--gray{color:#717171}.content__title--large,.providers-header__title{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px}@media only screen and (min-width: 0) and (max-width: 640px){.content__title--large,.providers-header__title{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__title--large,.providers-header__title{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){.content__title--large,.providers-header__title{font-size:42px;line-height:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__title--width-2-of-3{width:calc(16px + ((100% - 32px) / 3 * 2))}}@media only screen and (min-width: 1024px){.content__title--width-2-of-3{width:calc(24px + ((100% - 48px) / 3 * 2))}}@media only screen and (min-width: 0) and (max-width: 640px){.content__sidebar{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__sidebar{margin-bottom:32px}}@media only screen and (min-width: 1024px){.content__sidebar{float:left;width:calc(48px + ((100% - 264px) / 12 * 3));margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.content__sidebar--right{margin-bottom:0;margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__sidebar--right{margin-bottom:0;margin-top:32px}}@media only screen and (min-width: 1024px){.content__sidebar--right{margin-top:0;margin-bottom:0;float:right}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__sidebar--on-tablet{float:left;width:calc(32px + ((100% - 176px) / 12 * 3));margin-bottom:0}.content__sidebar--on-tablet--right{float:right}}.content__ankle--pcc-doctors{text-align:center;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.content__ankle--pcc-doctors{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__ankle--pcc-doctors{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.content__ankle--pcc-doctors{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.content__ankle--pcc-doctors{margin-top:30px;border-top:2px solid #ddd;padding-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__ankle--pcc-doctors{margin-top:32px;border-top:2px solid #ddd;padding-top:32px}}@media only screen and (min-width: 1024px){.content__ankle--pcc-doctors{margin-top:48px;border-top:2px solid #ddd;padding-top:48px}}.content__ankle--pcc-doctors a{font-weight:700;color:#7030ac;text-decoration:none}.content__ankle--pcc-doctors a:hover{border-bottom:2px solid #7b70bf;color:#7b70bf}.divider{position:absolute;width:100%;height:1px;background-color:#989898}@media only screen and (min-width: 0) and (max-width: 640px){.divider{top:-30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.divider{top:-32px}}@media only screen and (min-width: 1024px){.divider{top:-48px}}.eyebrow__title{font-family:"Benton",sans-serif;color:#333;font-weight:300;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.eyebrow__title{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.eyebrow__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.eyebrow__title{font-size:26px;line-height:30px}}.eyebrow__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:400;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.eyebrow__link{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.eyebrow__link{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.eyebrow__link{font-size:26px;line-height:30px}}.eyebrow__link:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}@media only screen and (min-width: 0) and (max-width: 640px){.eyebrow--med-margin{margin:30px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.eyebrow--med-margin{margin:32px 0 0}}@media only screen and (min-width: 1024px){.eyebrow--med-margin{margin:48px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.eyebrow--small-margin{margin:15px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.eyebrow--small-margin{margin:16px 0 0}}@media only screen and (min-width: 1024px){.eyebrow--small-margin{margin:24px 0 0}}.landing-head__eyebrow{font-family:"Benton",sans-serif;color:#333;font-weight:300}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head__eyebrow{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head__eyebrow{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.landing-head__eyebrow{font-size:26px;line-height:30px}}.landing-head__title{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px;margin:0;letter-spacing:-.5px}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head__title{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head__title{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){.landing-head__title{font-size:42px;line-height:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head__share{margin:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head__share{margin:16px 0}}@media only screen and (min-width: 1024px){.landing-head__share{margin:24px 0}}.landing-head__body{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head__body{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head__body{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.landing-head__body{font-size:18px;line-height:30px}}.landing-head .landing-contact-info{font-family:"Benton",sans-serif;color:#56606f;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head .landing-contact-info{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head .landing-contact-info{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.landing-head .landing-contact-info{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head .landing-contact-info{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head .landing-contact-info{margin-top:16px}}@media only screen and (min-width: 1024px){.landing-head .landing-contact-info{margin-top:24px}}.landing-head .landing-contact-info a{font-family:"Benton",sans-serif;color:#56606f;font-weight:400;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.landing-head .landing-contact-info a{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.landing-head .landing-contact-info a{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.landing-head .landing-contact-info a{font-size:16px;line-height:22px}}.landing-head .landing-contact-info a:hover{text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.simple-tile-section{padding-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.simple-tile-section{padding-bottom:32px}}@media only screen and (min-width: 1024px){.simple-tile-section{padding-bottom:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.simple-tile-section:only-of-type{padding-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.simple-tile-section:only-of-type{padding-bottom:0}}@media only screen and (min-width: 1024px){.simple-tile-section:only-of-type{padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.simple-tile-section:last-child:not(:only-of-type){padding-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.simple-tile-section:last-child:not(:only-of-type){padding-bottom:0}}@media only screen and (min-width: 1024px){.simple-tile-section:last-child:not(:only-of-type){padding-bottom:0}}.simple-tile-section__title{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.simple-tile-section__title{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.simple-tile-section__title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.simple-tile-section__title{font-size:26px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.simple-tile-section__title{padding-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.simple-tile-section__title{padding-bottom:16px}}@media only screen and (min-width: 1024px){.simple-tile-section__title{padding-bottom:24px}}.simple-tile-section__list{padding:0;margin:0 auto;list-style:none}.page-menu__title{text-decoration:none;font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu__title{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu__title{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page-menu__title{font-size:18px;line-height:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu__title{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu__title{display:none}}.page-menu__list{padding:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;list-style:none}@media only screen and (min-width: 1024px){.page-menu__list{margin-top:12px;margin-left:12px}}.page-menu-item{margin-bottom:12px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu-item{margin-bottom:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu-item{margin-bottom:15px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu-item:last-child{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu-item:last-child{margin:0}}@media only screen and (min-width: 1024px){.page-menu-item:last-child{margin:0}}.page-menu-item__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:400;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu-item__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu-item__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page-menu-item__link{font-size:16px;line-height:22px}}.page-menu-item__link:hover{color:#7b70bf;text-decoration:none}.page-menu-item__children{display:none}@media only screen and (min-width: 1024px){.page-menu-item__children{display:block;margin:12px 0;padding-left:10px;list-style:none}}.page-menu-item--level-0>.page-menu-item__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu-item--level-0>.page-menu-item__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu-item--level-0>.page-menu-item__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page-menu-item--level-0>.page-menu-item__link{font-size:16px;line-height:22px}}.page-menu-item--level-0>.page-menu-item__link:hover{color:#7b70bf}@media only screen and (min-width: 1024px){.page-menu-item--level-0>.page-menu-item__children{margin-bottom:24px}}.page-menu-item--active>.page-menu-item__link{position:relative}.page-menu-item--active>.page-menu-item__link:before{position:absolute;height:100%;content:' ';background-color:#7030ac;width:5px}@media only screen and (min-width: 1024px){.page-menu-item--active>.page-menu-item__link:before{left:-11px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-menu-item--active>.page-menu-item__link:before{left:-15px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-menu-item--active>.page-menu-item__link:before{left:-15px}}.page-menu-item--active>.page-menu-item__link:hover:before{background-color:#7b70bf}@media only screen and (min-width: 1024px){.page-menu-item--active.page-menu-item--photo>.page-menu-item__link:before{left:-15px;bottom:0}}.contacts--page-nav{position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.contacts--page-nav{line-height:1.43;padding:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contacts--page-nav{line-height:1.38;padding:32px 0}}@media only screen and (min-width: 1024px){.contacts--page-nav{line-height:1.25;padding-top:24px;margin-top:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.contacts--page-nav:before{position:absolute;display:block;width:100%;height:1px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiCI/L7Pz//z8DMgYIMACJ6g2cVToUSgAAAABJRU5ErkJggg==") left top repeat-x;content:'';bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contacts--page-nav:before{position:absolute;display:block;width:100%;height:1px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiCI/L7Pz//z8DMgYIMACJ6g2cVToUSgAAAABJRU5ErkJggg==") left top repeat-x;content:'';bottom:0}}@media only screen and (min-width: 1024px){.contacts--page-nav:before{position:absolute;display:block;width:100%;height:1px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiCI/L7Pz//z8DMgYIMACJ6g2cVToUSgAAAABJRU5ErkJggg==") left top repeat-x;content:'';top:0}}.contacts__main{font-weight:500}.contacts__main-icon{float:left}.contacts__main-icon:after{display:block;width:32px;height:37px;font-size:32px;text-align:left;color:#4a4a4a}.contacts__main-icon--none:after{content:none}.contacts__main-icon--phone{margin-right:3px}@media only screen and (min-width: 1024px){.contacts__main-icon--phone{margin-right:7px}}.contacts__main-icon--phone:after{-webkit-transform:rotate(5deg);transform:rotate(5deg);content:'\F095'}.contacts__main-phone{display:block;color:#333;font-weight:700;text-decoration:none}.contacts__list{margin:0;padding:0;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.contact-info{margin-top:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact-info{margin-top:8px}}@media only screen and (min-width: 1024px){.contact-info{margin-top:12px}}.contact-info__title{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.contact-info__title{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact-info__title{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.contact-info__title{font-size:16px;line-height:22px}}.contact-info__contact{font-family:"Benton",sans-serif;color:#333;font-weight:700;display:block}@media only screen and (min-width: 0) and (max-width: 640px){.contact-info__contact{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact-info__contact{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.contact-info__contact{font-size:16px;line-height:22px}}.contact-info__contact--link,.contact-info__contact a{text-decoration:none}.contacts__list:only-child .contact-info:first-child{margin-top:0}.tooltip{position:absolute;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:110;-webkit-overflow-scrolling:touch;top:60px;left:0;margin:0 auto;width:auto}.tooltip:after,.tooltip:before{bottom:calc(100% - 1px);border:solid transparent;content:' ';height:0;width:0;position:absolute;pointer-events:none}.tooltip:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:13px;left:40px;margin-left:-13px}.tooltip:before{border-color:rgba(113,158,206,0);border-bottom-color:#ccc;border-width:14px;left:40px;margin-left:-14px}.tooltip__message{color:#333;display:inline-block;font-size:16px;font-weight:400;padding:24px 12px;min-height:64px;background-color:#fff;border:1px solid #ccc;border-top-color:#e8e8e8;-webkit-box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.2);box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.2);white-space:normal;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.tooltip__message{font-size:14px}}@media only screen and (min-width: 1024px){.tooltip--insurance{width:630px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tooltip--insurance{width:390px}}.search-doctors__field-insurance:hover .tooltip--insurance{display:inline-block}.touchevents .tooltip{display:none !important}.live-chat-widget .live-chat-widget__text-chat-with{font-family:"Benton",sans-serif}.live-chat-widget .live-chat-widget__text-need-doctor{font-family:"Benton",sans-serif;font-weight:700}.location-tagline{position:absolute;z-index:101;height:0}@media only screen and (min-width: 0) and (max-width: 640px){.location-tagline{margin:0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-tagline{margin:0 16px}}@media only screen and (min-width: 1024px){.location-tagline{margin:0 24px}}@media only screen and (min-width: 1024px){.location-tagline{margin-top:calc(66.67% - 140px);width:calc(100% / 1.6)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-tagline{margin-top:calc(66.67% - 40px);width:calc(100% / 1.2)}}@media only screen and (min-width: 0) and (max-width: 640px){.location-tagline{margin-top:calc(100% + 55px)}}.location-tagline:after{content:'';display:inline;line-height:100%}.location-tagline__text{display:block;-webkit-transform:translateY(-100%);transform:translateY(-100%);text-shadow:1px 1px 2px rgba(0,0,0,0.3);font-family:"Georgia",serif;color:#fff;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.location-tagline__text{font-size:9vw;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-tagline__text{font-size:60px;line-height:60px}}@media only screen and (min-width: 1024px){.location-tagline__text{font-size:72px;line-height:72px}}.location-tagline__text--White{color:#fff}.location-tagline__text--Black{color:#000}.v2--location-tagline{position:relative;margin:0}.nyulmc_caption{margin-left:0;margin-right:0;border-bottom:2px solid #ececec}@media only screen and (min-width: 1024px){.nyulmc_caption{margin-top:24px;margin-bottom:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption{margin:32px auto 16px;max-width:calc(112px + ((100% - 176px) / 12 * 8))}}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc_caption{margin-top:30px;margin-bottom:15px}}.nyulmc_caption .nyulmc_caption__figure{text-align:center}.nyulmc_caption .nyulmc_caption__figure p:not([class]){margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc_caption .nyulmc_caption__figure p:not([class]) img{margin:0 auto;max-width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption .nyulmc_caption__figure p:not([class]) img{margin:0 auto;max-width:100%}}@media only screen and (min-width: 1024px){.nyulmc_caption .nyulmc_caption__figure p:not([class]) img{margin:0 auto;max-width:100%}}.nyulmc_caption figcaption{font-family:"Benton",sans-serif;color:#878787;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc_caption figcaption{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption figcaption{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.nyulmc_caption figcaption{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc_caption figcaption{padding:7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption figcaption{padding:8px 0}}@media only screen and (min-width: 1024px){.nyulmc_caption figcaption{padding:12px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption figcaption{text-align:left}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment__header{margin:0;padding-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment__header{margin:0;padding-bottom:16px}}@media only screen and (min-width: 1024px){.appointment__header{margin:0;padding-bottom:24px}}@media only screen and (min-width: 1024px){.appointment__header{width:calc(120px + ((100% - 264px) / 12 * 6))}}.appointment__header-intro{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.appointment__header-intro{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment__header-intro{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.appointment__header-intro{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment__header-intro{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment__header-intro{margin:0}}@media only screen and (min-width: 1024px){.appointment__header-intro{margin:0}}@media only screen and (min-width: 1024px){.appointment__header-intro{width:calc(144px + ((100% - 264px) / 12 * 7))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment__confirm-wrapper h5{margin:15px 0 0}.appointment__confirm-wrapper h3{margin:7.5px 0 0}.appointment__confirm-wrapper h3+h3{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment__confirm-wrapper h5{margin:16px 0 0}.appointment__confirm-wrapper h3{margin:8px 0 0}.appointment__confirm-wrapper h3+h3{margin:0}}@media only screen and (min-width: 1024px){.appointment__confirm-wrapper h5{margin:24px 0 0}.appointment__confirm-wrapper h3{margin:12px 0 0}.appointment__confirm-wrapper h3+h3{margin:0}}@media only screen and (min-width: 1024px){.appointment__name-wrapper{float:left}.appointment__name-wrapper:first-of-type{margin-right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment__name-wrapper{float:left}.appointment__name-wrapper:first-of-type{margin-right:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__section-header{margin:0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__section-header{margin:0 0 16px}}@media only screen and (min-width: 1024px){.appointment-form__section-header{margin:0 0 24px}}.appointment-form label,.appointment-form input[type="text"],.appointment-form input[type="email"],.appointment-form input[type="password"],.appointment-form textarea,.appointment-form .chosen-container{display:block}.appointment-form label{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form label{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form label{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.appointment-form label{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form label{margin-bottom:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form label{margin-bottom:8px}}@media only screen and (min-width: 1024px){.appointment-form label{margin-bottom:12px}}.appointment-form input[type="text"]{width:100%;border:1px solid silver;border-radius:4px}.appointment-form textarea{width:100%;max-width:100%;height:138px;border:1px solid silver;border-radius:4px}.appointment-form input[type="text"],.appointment-form textarea{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form input[type="text"],.appointment-form textarea{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form input[type="text"],.appointment-form textarea{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.appointment-form input[type="text"],.appointment-form textarea{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form input[type="text"],.appointment-form textarea{padding:11.25px 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form input[type="text"],.appointment-form textarea{padding:12px 16px}}@media only screen and (min-width: 1024px){.appointment-form input[type="text"],.appointment-form textarea{padding:18px 24px}}.appointment-form input[type="text"]:focus,.appointment-form textarea:focus{outline:none;-webkit-box-shadow:0 0 0 1px #624988;box-shadow:0 0 0 1px #624988;border-color:#624988}.appointment-form input[type="text"].error,.appointment-form textarea.error{border-color:#ce3f1b;-webkit-box-shadow:0 0 0 1px #ce3f1b;box-shadow:0 0 0 1px #ce3f1b}.appointment-form input[type="radio"]{position:absolute;clip:rect(1px, 1px, 1px, 1px)}.appointment-form input[type="radio"]+label{font-family:"Benton",sans-serif;color:#666;font-weight:500;float:left;width:33.33%;padding:12px 0;margin:0;border:1px solid silver;background-color:#fff;text-align:center;border-right-width:0}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form input[type="radio"]+label{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form input[type="radio"]+label{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.appointment-form input[type="radio"]+label{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.appointment-form input[type="radio"]+label{padding:17px 0}}.appointment-form input[type="radio"]+label:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.appointment-form input[type="radio"]+label:last-of-type{border-right-width:1px;border-top-right-radius:4px;border-bottom-right-radius:4px}.appointment-form input[type="radio"].error+label{border-color:#ce3f1b;-webkit-box-shadow:0 0 0 1px #ce3f1b;box-shadow:0 0 0 1px #ce3f1b}.appointment-form input[type="radio"]:checked+label{color:#fff;background-color:#624988}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__element-wrapper{margin:30px 0}.appointment-form__element-wrapper--first{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper{margin:32px 0}.appointment-form__element-wrapper--first{margin-top:16px}}@media only screen and (min-width: 1024px){.appointment-form__element-wrapper{margin:48px 0}.appointment-form__element-wrapper--first{margin-top:24px}}@media only screen and (min-width: 1024px){.appointment-form__element-wrapper{width:calc(120px + ((100% - 264px) / 12 * 6))}}.appointment-form__element-wrapper:last-of-type{margin-bottom:0}@media only screen and (min-width: 1024px){.appointment-form__element-wrapper--plan{width:calc(72px + ((100% - 264px) / 12 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper--plan{width:calc(80px + ((100% - 176px) / 12 * 6))}}@media only screen and (min-width: 1024px){.appointment-form__element-wrapper--gender{width:calc(48px + ((100% - 264px) / 12 * 3))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper--gender{width:calc(48px + ((100% - 80px) / 6 * 4))}}@media only screen and (min-width: 1024px){.appointment-form__element-wrapper--diagnosis{width:calc(48px + ((100% - 120px) / 6 * 3))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper--diagnosis{width:calc(48px + ((100% - 80px) / 6 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper--additional{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper--contact{width:calc(96px + ((100% - 176px) / 12 * 7))}}@media only screen and (min-width: 1024px){.appointment-form__element-wrapper--city{width:calc(48px + ((100% - 264px) / 12 * 3))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__element-wrapper--city{width:calc(48px + ((100% - 176px) / 12 * 4))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__element-wrapper--city{width:calc(45px + ((100% - 75px) / 6 * 4))}}.appointment-form__name-element{float:left}@media only screen and (min-width: 1024px){.appointment-form__name-element{width:calc(48px + ((100% - 120px) / 6 * 3))}.appointment-form__name-element:first-of-type{margin-right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__name-element{width:calc(32px + ((100% - 80px) / 6 * 3))}.appointment-form__name-element:first-of-type{margin-right:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__name-element{float:none}.appointment-form__name-element:first-of-type{margin-bottom:30px}}.appointment-form__birth-element{float:left}@media only screen and (min-width: 1024px){.appointment-form__birth-element{width:calc(24px + ((100% - 120px) / 6 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__birth-element{width:calc(16px + ((100% - 80px) / 6 * 2))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__birth-element{width:calc(15px + ((100% - 75px) / 6 * 2))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__birth-element{margin-right:15px}.appointment-form__birth-element:last-of-type{margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__birth-element{margin-right:16px}.appointment-form__birth-element:last-of-type{margin-right:0}}@media only screen and (min-width: 1024px){.appointment-form__birth-element{margin-right:24px}.appointment-form__birth-element:last-of-type{margin-right:0}}.appointment-form__phone-number{float:left}@media only screen and (min-width: 1024px){.appointment-form__phone-number{width:calc(72px + ((100% - 120px) / 6 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__phone-number{width:calc(48px + ((100% - 96px) / 7 * 4))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__phone-number{width:calc(30px + ((100% - 75px) / 6 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__phone-number{margin-right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__phone-number{margin-right:16px}}@media only screen and (min-width: 1024px){.appointment-form__phone-number{margin-right:24px}}.appointment-form__phone-type{float:left}@media only screen and (min-width: 1024px){.appointment-form__phone-type{width:calc(24px + ((100% - 120px) / 6 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__phone-type{width:calc(32px + ((100% - 96px) / 7 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__phone-type{width:calc(30px + ((100% - 75px) / 6 * 3))}}.appointment-form__state-wrapper{float:left}@media only screen and (min-width: 1024px){.appointment-form__state-wrapper{width:calc(24px + ((100% - 120px) / 6 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__state-wrapper{width:calc(32px + ((100% - 96px) / 7 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__state-wrapper{width:calc(30px + ((100% - 75px) / 6 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__state-wrapper{margin-right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__state-wrapper{margin-right:16px}}@media only screen and (min-width: 1024px){.appointment-form__state-wrapper{margin-right:24px}}.appointment-form__zip-wrapper{float:left}@media only screen and (min-width: 1024px){.appointment-form__zip-wrapper{width:calc(72px + ((100% - 120px) / 6 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__zip-wrapper{width:calc(48px + ((100% - 96px) / 7 * 4))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__zip-wrapper{width:calc(30px + ((100% - 75px) / 6 * 3))}}@media only screen and (min-width: 1024px){.appointment-form__zip-wrapper input[type="text"]{width:calc(24px + ((100% - 72px) / 4 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__zip-wrapper input[type="text"]{width:calc(16px + ((100% - 48px) / 4 * 2))}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__zip-wrapper input[type="text"]{width:calc(15px + ((100% - 30px) / 3 * 2))}}.appointment-form .captcha_container{clear:both}@media only screen and (min-width: 1024px){.appointment-form .captcha_container{padding:48px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form .captcha_container{padding:32px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form .captcha_container{padding:30px 0 0}}.appointment-form__radio-label{display:inline-block}.appointment-form__cancer-type{display:none}.appointment-form__submit{font-family:"Benton",sans-serif;color:#fff;font-weight:700;background-color:#580f8b;border:none;border-radius:4px}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__submit{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__submit{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.appointment-form__submit{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__submit{padding:15px 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__submit{padding:16px 32px}}@media only screen and (min-width: 1024px){.appointment-form__submit{padding:24px 48px}}@media only screen and (min-width: 1024px){.appointment-form__submit{border-radius:6px}}.appointment-form__submit:focus{outline:none;background-color:#7b70bf}.appointment-form__submit:hover{cursor:pointer;background-color:#7b70bf}.appointment-form__error-fieldset .error+.chosen-container>.chosen-single{border-color:#ce3f1b;-webkit-box-shadow:0 0 0 1px #ce3f1b;box-shadow:0 0 0 1px #ce3f1b}.appointment-form__error-fieldset .field-error{font-family:"Benton",sans-serif;color:#ce3f1b;font-weight:500;display:block;margin-top:4px}@media only screen and (min-width: 0) and (max-width: 640px){.appointment-form__error-fieldset .field-error{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.appointment-form__error-fieldset .field-error{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.appointment-form__error-fieldset .field-error{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.appointment-form__error-fieldset .field-error{margin-top:8px}}.print-button{margin-bottom:24px}.print-button__icon{cursor:pointer;text-align:center;text-decoration:none;-webkit-tap-highlight-color:transparent;height:30px;width:30px}.print-button__icon:after{display:inline-block;font-family:"FontAwesome";font-size:15px;line-height:1;text-align:center;font-style:normal;font-weight:400;text-decoration:none;vertical-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;border-radius:50%;color:#4a4a4a;content:"\F02F";height:30px;width:30px;padding:7px 8px}.print-button__icon:hover:after{background-color:silver}@media only screen and (min-width: 0) and (max-width: 640px){.print-button{margin-bottom:15px}}@media print{.page--fad{padding:0}.page--fad .print-logo{display:block;position:absolute;top:0;width:100%;z-index:1000}.page--fad .print-logo__container{position:relative;width:100%}.page--fad .print-logo__pcc{position:absolute;height:41px;width:125px;top:0;left:0}.page--fad .print-logo__nyu{margin-top:8px;width:77px;height:32px;position:absolute;top:0;right:0}.page--fad .page__header{display:none !important;border:none !important;position:absolute !important;top:0 !important;z-index:1 !important;-webkit-transform:none !important;transform:none !important}.page--fad .page__main{z-index:2}.page--fad .page__footer,.page--fad .page__tablet-nav{display:none}.page--fad .page__section:before,.page--fad .cwt__section:before{display:none}.page--fad .page__section--gray{background-color:#fff !important}.page--fad .tablet-nav-nyu{display:none !important}.page--fad .tablet-nav-nyu__main,.page--fad .tablet-nav-nyu__main-logo,.page--fad .tablet-nav-nyu__utility,.page--fad .tablet-nav-nyu__pages{display:none !important}.page--fad .logo{display:none !important}.page--fad .nav-nyu{display:block;border:none;float:right;margin:0}.page--fad .nav-nyu__top-line{display:block}.page--fad .nav-nyu__container{display:block;margin:0}.page--fad .nav-nyu__main{display:block}.page--fad .nav-nyu__main-trigger,.page--fad .nav-nyu__main-trigger--expand,.page--fad .nav-nyu__utility,.page--fad .nav-nyu__main-line,.page--fad .nav-nyu__pages{display:none}.page--fad .nav-nyu__main-logo{display:block !important;border:none !important;margin-top:8px}.page--fad .pcc-header{display:block;border:none;background:none;float:left;margin:0;height:70px !important;z-index:100}.page--fad .pcc-header__container{margin:0}.page--fad .pcc-header__nav{display:none}.page--fad .pcc-header__logo{display:block;margin:0}.page--fad .pcc-header__logo-secondline{border-bottom:3px solid #1a1919 !important}.page--fad .search-doctors__title{font-size:22px !important;margin:0 14% 24pt 18% !important;padding-top:10px;display:block;position:relative;height:48px}.page--fad .search-doctors__filters-group{display:block;width:100% !important;padding:10px 0 0}.page--fad .search-doctors__field-location,.page--fad .search-doctors__field-insurance{min-width:inherit}.page--fad .search-doctors__field-location{padding-top:1px;width:180px}.page--fad .search-doctors__field-insurance{width:350px}.page--fad .search-doctors__filter-dropdown label{font-size:16px;color:#666;margin:0}.page--fad .search-doctors__filter-dropdown .select-icon{display:none !important}.page--fad .search-doctors__filter-dropdown .Select-control,.page--fad .search-doctors__filter-dropdown .location-select{border-bottom:3px solid #d8d8d8 !important}.page--fad .search-doctors__filter-dropdown .Select-value,.page--fad .search-doctors__filter-dropdown .Select-value-label,.page--fad .search-doctors__filter-dropdown .location-select{font-family:"benton bold", sans-serif !important;padding-left:0 !important;font-weight:800 !important;color:#624988}.page--fad .search-doctors__count{margin-top:0;padding-right:4pt;font-size:16px;font-weight:500;line-height:1}.page--fad .search-doctors__filter-heading,.page--fad .search-doctors__filter-clear{display:none}.page--fad .search-doctors__total{padding:6pt 0 9pt;font-size:16px;font-weight:500;line-height:1;display:block;float:none}.page--fad .provider-list{width:100% !important;margin:36px 0 0;padding:0}.page--fad .provider-tile-short{width:49% !important;margin-left:0 !important;margin-bottom:20px}.page--fad .provider-tile-short:nth-child(2n+2){margin-left:2% !important}.page--fad .provider-tile-short__empty-photo,.page--fad .provider-tile-short__photo{width:60px;float:left;margin-right:14px}.page--fad .provider-tile-short__empty-photo span span,.page--fad .provider-tile-short__photo span span{font-size:28px}.page--fad .provider-group-filter__header,.page--fad .provider-group-filter__toggle{display:none}.page--fad .provider-group-filter__content{display:block;border:none !important}.page--fad .provider-group-filter__content--close>div{display:block}.page--fad .provider-group-filter__content:after{display:none}.page--fad .search-results-pagination{display:none}.page--fad .providers-box__title{font-size:16px;font-weight:500;color:#666;margin:0}.page--fad .providers-box__input{border:none;border-radius:0;border-bottom:3px solid #d8d8d8 !important;-webkit-box-shadow:none !important;box-shadow:none !important;font-size:26px !important;padding:10px 0 !important;height:46px;background:#fff}.page--fad .providers-box__input:focus{outline:none;border:none;border-radius:0;border-bottom:3px solid #d8d8d8 !important}.page--fad .providers-box__button-clear,.page--fad .providers-box__button-search,.page--fad .providers-box:after{display:none}.page--fad .providers-dropdown{display:none;background:none}.page--fad .live-chat-widget{display:none !important}.page--fad .search-doctors__filter-container{margin-bottom:40pt}.page--fad .search-doctors__filter-container--header{display:none}.page--fad .provider-filter{width:31%;margin:0 1%;float:left}.page--fad .provider-filter:first-child,.page--fad .provider-filter:nth-child(3n+1){margin:0 1% 0 0;width:32%}.page--fad .provider-filter:nth-child(3n){margin:0 0 0 1%;width:32%}.page--fad .provider-filter__content{border:none;background:none;border-radius:0;border-bottom:3px solid #d8d8d8 !important;-webkit-box-shadow:none !important;box-shadow:none !important;font-size:26px !important;padding:10px 0 !important;height:56px !important;position:relative}.page--fad .provider-filter__content:focus{outline:none;border:none;border-radius:0;background:none;border-bottom:3px solid #d8d8d8 !important}.page--fad .provider-filter__content--with-input{display:none !important}.page--fad .provider-filter__content--empty{color:transparent !important}.page--fad .provider-filter__content li{display:none;margin-top:-12px;height:56px !important;vertical-align:middle;position:relative}.page--fad .provider-filter__content li a{font-family:"benton bold", sans-serif !important;padding-left:0 !important;font-weight:800 !important;color:#624988;font-size:18px;display:inline-block;position:absolute;bottom:0}.page--fad .provider-filter__content span{display:none}.page--fad .provider-filter__content--selected li{display:block}.page--fad .provider-filter__clear{display:none}.page--fad .provider-filter__label{font-size:16px;font-weight:500;color:#666;margin:0}.page--fad .provider-filter__input{height:56px !important}.page--fad .provider-filter__input input{border:none;background:none;border-radius:0;border-bottom:3px solid #d8d8d8 !important;-webkit-box-shadow:none !important;box-shadow:none !important;font-size:26px !important;padding:5px 0 !important;height:56px !important}.page--fad .provider-filter__input input:focus{outline:none;border:none;border-radius:0;background:none;border-bottom:3px solid #d8d8d8 !important}.page--fad .provider-filter__input input::-webkit-input-placeholder{color:#fff}.page--fad .provider-filter__input input::-moz-placeholder{color:#fff}.page--fad .provider-filter__input input:-ms-input-placeholder{color:#fff}.page--fad .provider-filter__input input::-ms-input-placeholder{}.page--fad .provider-filter__input input,.page--fad .provider-filter__input input::placeholder{color:#fff}.page--fad .provider-filter__input input::-webkit-input-placeholder{color:transparent}.page--fad .provider-filter__input input::-moz-placeholder{color:transparent}.page--fad .provider-filter__input input:-ms-input-placeholder{color:transparent}.page--fad .provider-filter__input input::-ms-input-placeholder{}.page--fad .provider-filter__input input::placeholder{color:transparent}.page--fad .provider-filter__input:before{display:none}.page--fad .show-all-doctors{display:none}.page--fad .share{display:none}.page--fad .content:before,.page--fad .content__sidebar,.page--fad .content__ankle{display:none !important}.page--fad .content__header,.page--fad .cwt__header,.page--fad .content__main{float:none;width:100%}.page--fad .content--with-sidebar{margin:0}.page--fad .content__title,.page--fad .providers-header__title{font-size:22px !important;margin:0 14% 24pt 18% !important;display:block;position:relative;height:48px}.page--fad .content__title span,.page--fad .providers-header__title span{display:inline-block;position:absolute;padding-bottom:2px;bottom:0}.page--fad .content__main .provider-filter{padding-bottom:20px;width:31%;margin:0 1%;float:left}.page--fad .content__main .provider-filter:first-child,.page--fad .content__main .provider-filter:nth-child(3n+1){margin:0 1% 0 0;width:32%}.page--fad .content__main .provider-filter:nth-child(3n){margin:0 0 0 1%;width:32%}.page--fad .article__title{font-size:22px !important;margin:0 14% 24pt 18% !important;display:block;position:relative;height:48px}.page--fad .article__title span{display:inline-block;position:absolute;padding-bottom:2px;bottom:0}.nyu-universal-navigation--header-placeholder{display:none}}.chosen-container{font-family:"Benton",sans-serif;color:#333;font-weight:500;width:100% !important;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.chosen-container{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.chosen-container{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.chosen-container{font-size:16px;line-height:22px}}.chosen-container a{cursor:pointer}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #ececec;border-top:0;margin-top:1px}.chosen-container .chosen-single{font-family:"Benton",sans-serif;color:#333;font-weight:500;display:block;border:1px solid silver;border-radius:5px;text-align:left;text-decoration:none;white-space:nowrap;background-color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.chosen-container .chosen-single{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.chosen-container .chosen-single{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.chosen-container .chosen-single{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.chosen-container .chosen-single{padding:11.25px 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.chosen-container .chosen-single{padding:12px 16px}}@media only screen and (min-width: 1024px){.chosen-container .chosen-single{padding:18px 24px}}.chosen-container .chosen-single:after{border:none;margin:0;content:"\f107";position:absolute;top:0;height:100%;color:#666;text-align:center;z-index:10;font-family:"FontAwesome";color:#666;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.chosen-container .chosen-single:after{font-size:20px;line-height:44px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.chosen-container .chosen-single:after{font-size:20px;line-height:46px}}@media only screen and (min-width: 1024px){.chosen-container .chosen-single:after{font-size:20px;line-height:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.chosen-container .chosen-single:after{right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.chosen-container .chosen-single:after{right:16px}}@media only screen and (min-width: 1024px){.chosen-container .chosen-single:after{right:24px}}.chosen-container .chosen-single.chosen-default{color:#666}.chosen-container .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container.loading .chosen-single:after{display:none !important}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container.chosen-with-drop .chosen-single{background-color:#fff !important}.chosen-container.chosen-with-drop .chosen-single span{color:#545454 !important}.chosen-container .chosen-search{z-index:1010;margin:0;padding:0;background:#fff;white-space:nowrap}.chosen-container .chosen-search input[type="text"]{font-size:inherit;height:auto;border:none;border-top:1px solid #ececec;border-bottom:1px solid #ececec;border-radius:0;margin:0;padding:10px 18px}.chosen-container .chosen-search input[type="text"]:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.chosen-container .chosen-results{position:relative;color:#333;overflow-x:hidden;overflow-y:auto;background:#fff;max-height:200px;margin:0;padding:0}.chosen-container .chosen-results li{display:none;position:relative;margin:0;padding:12px 12px 12px 18px;list-style:none;line-height:15px;border:none;font-size:16px;word-wrap:break-word;text-align:left}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.highlighted{background-color:#ececec}.chosen-container .chosen-results li.no-results{color:#333;display:list-item}.chosen-container .chosen-results li.result-selected.highlighted{background-color:#624988;color:#fff}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container-active .chosen-single{-webkit-box-shadow:0 0 0 1px #624988;box-shadow:0 0 0 1px #624988;border:1px solid #624988}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #624988;border-bottom-right-radius:0;border-bottom-left-radius:0}.chosen-container-active.chosen-with-drop .chosen-single:after{content:"\f106";color:#624988}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-disabled{opacity:.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}@media only screen and (min-width: 0) and (max-width: 640px){.event-header{width:calc(75px + (100% - 75px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-header{width:calc(176px + (100% - 176px))}}@media only screen and (min-width: 1024px){.event-header{width:calc(144px + ((100% - 264px) / 12 * 7))}}.event-header__title{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.event-header__title{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-header__title{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){.event-header__title{font-size:42px;line-height:48px}}.event-header__body{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.event-header__body{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-header__body{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.event-header__body{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-header__body p{margin:15px 0 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-header__body p{margin:16px 0 0 0}}@media only screen and (min-width: 1024px){.event-header__body p{margin:24px 0 0 0}}.event-header__body p a:not([class]){color:#7030ac;text-decoration:none}.event-header__body p a:not([class]):hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.event-header__body p a{text-decoration:none}.event-header__body p span:not([class]){font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.event-header__body p span:not([class]){font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-header__body p span:not([class]){font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.event-header__body p span:not([class]){font-size:16px;line-height:22px}}.event-selection{float:left}@media only screen and (min-width: 0) and (max-width: 640px){.event-selection{width:calc(75px + (100% - 75px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-selection{width:calc(176px + (100% - 176px))}}@media only screen and (min-width: 1024px){.event-selection{width:calc(120px + ((100% - 264px) / 12 * 6))}}.event-selection__label{margin-bottom:24px;font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.event-selection__label{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-selection__label{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.event-selection__label{font-size:26px;line-height:30px}}.event-selection__list{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.event-selection__list{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-selection__list{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.event-selection__list{font-size:16px;line-height:22px}}.event-selection__list label{display:block}@media only screen and (min-width: 1024px){.event-selection__list label{text-indent:-14px;margin-left:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-selection__list label{text-indent:-12px;margin-left:25px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-selection__list label{text-indent:-12px;margin-left:25px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-selection__list label{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-selection__list label{margin-bottom:16px}}@media only screen and (min-width: 1024px){.event-selection__list label{margin-bottom:24px}}.event-selection__list label:last-child{margin-bottom:0}.event-selection__list label:hover{color:#7030ac}.event-selection__list label:before{font-family:"FontAwesome";font-weight:500;font-size:20px;line-height:16px;vertical-align:middle}@media only screen and (min-width: 0) and (max-width: 640px){.event-selection__list label:before{margin-right:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-selection__list label:before{margin-right:8px}}@media only screen and (min-width: 1024px){.event-selection__list label:before{margin-right:12px}}.event-selection__list input[type=checkbox]{display:none}.event-selection__list input[type=checkbox]+label:before{font-family:"FontAwesome";display:inline-block;content:"\f096"}.event-selection__list input[type=checkbox]:checked+label:before{content:"\f046"}.event-registration-info{float:left;font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info{width:calc(75px + (100% - 75px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info{width:calc(176px + (100% - 176px))}}@media only screen and (min-width: 1024px){.event-registration-info{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.event-registration-info{font-size:16px;line-height:22px}}.event-registration-info a:not([class]){color:#7030ac;text-decoration:none}.event-registration-info a:not([class]):hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.event-registration-info h2{margin:0}.event-registration-info__label{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info__label{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info__label{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.event-registration-info__label{font-size:26px;line-height:30px}}.event-registration-info__list{list-style:none;margin:0;padding:0}.event-solid-horizontal{float:left;width:100%;background-color:#ccc;height:1px}@media only screen and (min-width: 0) and (max-width: 640px){.event-solid-horizontal{margin:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-solid-horizontal{margin:32px 0}}@media only screen and (min-width: 1024px){.event-solid-horizontal{margin:48px 0}}.event-validation ul{list-style:none;color:#ce3f1b}@media only screen and (min-width: 0) and (max-width: 640px){.event-validation ul{margin:0 0 15px 0;padding:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-validation ul{margin:0 0 16px 0;padding:0}}@media only screen and (min-width: 1024px){.event-validation ul{margin:0 0 24px 0;padding:0}}@media only screen and (min-width: 1024px){.event-confirmation-data{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data{width:calc(176px + (100% - 176px))}}@media only screen and (min-width: 0) and (max-width: 640px){.event-confirmation-data{width:calc(75px + (100% - 75px))}}.event-confirmation-data__list{list-style:none;margin:0;padding:0}.event-confirmation-data h2{font-family:"Benton",sans-serif;color:#333;font-weight:700;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.event-confirmation-data h2{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.event-confirmation-data h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item{margin-top:15px;float:left}.event-confirmation-data-item__label{font-family:"Benton",sans-serif;color:#131112;font-weight:500;margin-bottom:7.5px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 1024px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__info{font-family:"Benton",sans-serif;color:#131112;font-weight:700}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 1024px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item--events{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item{margin-top:16px;float:left}.event-confirmation-data-item__label{font-family:"Benton",sans-serif;color:#131112;font-weight:500;margin-bottom:8px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 1024px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__info{font-family:"Benton",sans-serif;color:#131112;font-weight:700}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 1024px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item--events{margin-top:0}}@media only screen and (min-width: 1024px){.event-confirmation-data-item{margin-top:24px;float:left}.event-confirmation-data-item__label{font-family:"Benton",sans-serif;color:#131112;font-weight:500;margin-bottom:12px}}@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px) and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.event-confirmation-data-item__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.event-confirmation-data-item__info{font-family:"Benton",sans-serif;color:#131112;font-weight:700}}@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px) and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.event-confirmation-data-item__info{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.event-confirmation-data-item--events{margin-top:0}}@media only screen and (min-width: 1024px){.event-confirmation-data-item--email,.event-confirmation-data-item--phone,.event-confirmation-data-item--people,.event-confirmation-data-item--guests{width:calc(120px + (100% - 120px))}.event-confirmation-data-item--first-name{display:inline-block;margin-right:24px}.event-confirmation-data-item--last-name{display:inline-block}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-confirmation-data-item--email,.event-confirmation-data-item--phone,.event-confirmation-data-item--people,.event-confirmation-data-item--guests{width:calc(176px + (100% - 176px))}.event-confirmation-data-item--first-name{display:inline-block;margin-right:16px}.event-confirmation-data-item--last-name{display:inline-block}}@media only screen and (min-width: 0) and (max-width: 640px){.event-confirmation-data-item{width:calc(75px + (100% - 75px))}}.selected-events{list-style:none;padding:0;font-family:"Benton",sans-serif;color:#131112;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.selected-events{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.selected-events{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.selected-events{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.selected-events{margin:30px 0 15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.selected-events{margin:32px 0 16px 0}}@media only screen and (min-width: 1024px){.selected-events{margin:48px 0 24px 0}}.selected-events li{float:none;width:inherit}@media only screen and (min-width: 0) and (max-width: 640px){.selected-events li{margin-top:15px}.selected-events li:first-of-type{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.selected-events li{margin-top:16px}.selected-events li:first-of-type{margin-top:0}}@media only screen and (min-width: 1024px){.selected-events li{margin-top:24px}.selected-events li:first-of-type{margin-top:0}}.selected-events li:before{position:relative;content:"\f111";font-family:"FontAwesome";font-weight:700;font-size:12px;line-height:11px;color:#7c60a9;vertical-align:middle}@media only screen and (min-width: 0) and (max-width: 640px){.selected-events li:before{margin-right:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.selected-events li:before{margin-right:8px}}@media only screen and (min-width: 1024px){.selected-events li:before{margin-right:12px}}@media only screen and (min-width: 1024px){.selected-events li{text-indent:-27px;margin-left:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.selected-events li{text-indent:-23px;margin-left:23px}}@media only screen and (min-width: 0) and (max-width: 640px){.selected-events li{text-indent:-22px;margin-left:22px}}.submit-event-info{float:left}.submit-event-info button{margin:0;font-family:"Benton",sans-serif;color:#fff;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.submit-event-info button{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.submit-event-info button{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.submit-event-info button{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.submit-event-info button{padding:15px 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.submit-event-info button{padding:16px 32px}}@media only screen and (min-width: 1024px){.submit-event-info button{padding:24px 48px}}@media only screen and (min-width: 1024px){.submit-event-info button{width:161px;height:72px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.submit-event-info button{width:129px;height:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.submit-event-info button{width:118px;height:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info-item{margin-top:30px;float:left}.event-registration-info-item--people:after{position:relative;content:"\F078";font-family:"FontAwesome";font-weight:700;font-size:12px;line-height:12px;right:31px;pointer-events:none}.event-registration-info-item--guests a{text-decoration:none}.event-registration-info-item--guests span{font-family:"Benton",sans-serif;color:#333;font-weight:500}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px){.event-registration-info-item--guests span{font-size:14px;line-height:20px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item--guests span{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 1024px){.event-registration-info-item--guests span{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info-item p{margin-top:0;margin-bottom:15px}.event-registration-info-item input,.event-registration-info-item textarea,.event-registration-info-item select{margin-top:7.5px;padding-left:15px;padding-right:15px}.event-registration-info-item input:focus,.event-registration-info-item textarea:focus,.event-registration-info-item select:focus{outline:none;border-color:#624988;-webkit-box-shadow:0 0 0 1px #624988;box-shadow:0 0 0 1px #624988}.event-registration-info-item label{font-family:"Benton",sans-serif;color:#333;font-weight:700}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px){.event-registration-info-item label{font-size:16px;line-height:18px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item label{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 1024px){.event-registration-info-item label{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info-item select{border:1px solid silver;background-color:#fff;border-radius:4px;-moz-appearance:none;-webkit-appearance:none}.event-registration-info-item input{width:100%;border:1px solid silver;border-radius:4px}.event-registration-info-item textarea{width:100%;border:1px solid silver;border-radius:4px;resize:none}.event-registration-info-item span:not([class]){width:100%;float:left}.event-registration-info-item__field--error{outline:none;border:2px solid #ce3f1b}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item{margin-top:32px;float:left}.event-registration-info-item--people:after{position:relative;content:"\F078";font-family:"FontAwesome";font-weight:700;font-size:12px;line-height:12px;right:32px;pointer-events:none}.event-registration-info-item--guests a{text-decoration:none}.event-registration-info-item--guests span{font-family:"Benton",sans-serif;color:#333;font-weight:500}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 0) and (max-width: 640px){.event-registration-info-item--guests span{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item--guests span{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 1024px){.event-registration-info-item--guests span{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item p{margin-top:0;margin-bottom:16px}.event-registration-info-item input,.event-registration-info-item textarea,.event-registration-info-item select{margin-top:8px;padding-left:16px;padding-right:16px}.event-registration-info-item input:focus,.event-registration-info-item textarea:focus,.event-registration-info-item select:focus{outline:none;border-color:#624988;-webkit-box-shadow:0 0 0 1px #624988;box-shadow:0 0 0 1px #624988}.event-registration-info-item label{font-family:"Benton",sans-serif;color:#333;font-weight:700}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 0) and (max-width: 640px){.event-registration-info-item label{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item label{font-size:18px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 1024px){.event-registration-info-item label{font-size:18px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item select{border:1px solid silver;background-color:#fff;border-radius:4px;-moz-appearance:none;-webkit-appearance:none}.event-registration-info-item input{width:100%;border:1px solid silver;border-radius:4px}.event-registration-info-item textarea{width:100%;border:1px solid silver;border-radius:4px;resize:none}.event-registration-info-item span:not([class]){width:100%;float:left}.event-registration-info-item__field--error{outline:none;border:2px solid #ce3f1b}}@media only screen and (min-width: 1024px){.event-registration-info-item{margin-top:48px;float:left}.event-registration-info-item--people:after{position:relative;content:"\F078";font-family:"FontAwesome";font-weight:700;font-size:12px;line-height:12px;right:40px;pointer-events:none}.event-registration-info-item--guests a{text-decoration:none}.event-registration-info-item--guests span{font-family:"Benton",sans-serif;color:#333;font-weight:500}}@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 640px){.event-registration-info-item--guests span{font-size:14px;line-height:20px}}@media only screen and (min-width: 1024px) and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item--guests span{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.event-registration-info-item--guests span{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.event-registration-info-item p{margin-top:0;margin-bottom:24px}.event-registration-info-item input,.event-registration-info-item textarea,.event-registration-info-item select{margin-top:12px;padding-left:24px;padding-right:24px}.event-registration-info-item input:focus,.event-registration-info-item textarea:focus,.event-registration-info-item select:focus{outline:none;border-color:#624988;-webkit-box-shadow:0 0 0 1px #624988;box-shadow:0 0 0 1px #624988}.event-registration-info-item label{font-family:"Benton",sans-serif;color:#333;font-weight:700}}@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 640px){.event-registration-info-item label{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px) and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item label{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.event-registration-info-item label{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.event-registration-info-item select{border:1px solid silver;background-color:#fff;border-radius:4px;-moz-appearance:none;-webkit-appearance:none}.event-registration-info-item input{width:100%;border:1px solid silver;border-radius:4px}.event-registration-info-item textarea{width:100%;border:1px solid silver;border-radius:4px;resize:none}.event-registration-info-item span:not([class]){width:100%;float:left}.event-registration-info-item__field--error{outline:none;border:2px solid #ce3f1b}}@media only screen and (min-width: 1024px){.event-registration-info-item--first-name,.event-registration-info-item--last-name{width:calc(120px + ((100% - 264px) / 12 * 6))}.event-registration-info-item:first-child{margin-right:24px}.event-registration-info-item--email{width:100%}.event-registration-info-item--phone{width:calc(168px + ((100% - 264px) / 12 * 8))}.event-registration-info-item--people{width:100%}.event-registration-info-item--people select{width:calc(72px + ((100% - 264px) / 12 * 4))}.event-registration-info-item--guests{width:100%}.event-registration-info-item select,.event-registration-info-item input{height:56px}.event-registration-info-item textarea{padding-top:12px;padding-bottom:12px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.event-registration-info-item--first-name,.event-registration-info-item--last-name{width:calc(48px + ((100% - 176px) / 12 * 4))}.event-registration-info-item:first-child{margin-right:16px}.event-registration-info-item--email{width:100%}.event-registration-info-item--email input{width:calc(64px + ((100% - 176px) / 12 * 5))}.event-registration-info-item--phone{width:100%}.event-registration-info-item--phone input{width:calc(48px + ((100% - 176px) / 12 * 4))}.event-registration-info-item--people{width:100%}.event-registration-info-item--people select{width:calc(16px + ((100% - 176px) / 12 * 2))}.event-registration-info-item--guests{width:100%}.event-registration-info-item--guests div{width:calc(176px + ((100% - 176px) / 12 * 11))}.event-registration-info-item select,.event-registration-info-item input{height:46px}.event-registration-info-item textarea{padding-top:12px;padding-bottom:12px}}@media only screen and (min-width: 0) and (max-width: 640px){.event-registration-info-item{width:100%}.event-registration-info-item--people select{width:calc(15px + ((100% - 75px) / 6 * 2))}.event-registration-info-item select,.event-registration-info-item input{height:44px}.event-registration-info-item textarea{padding-top:18px;padding-bottom:18px}}.event-registration-error[type=text],.event-registration-error[type=email],.event-registration-error[type=tel]{outline:none;border:2px solid #ce3f1b}.request-confirmation{background-color:#f7f7f7;border:solid 2px #4ccead;border-radius:4px}@media only screen and (min-width: 0) and (max-width: 640px){.request-confirmation{margin-bottom:15px;padding:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.request-confirmation{margin-bottom:16px;padding:16px}}@media only screen and (min-width: 1024px){.request-confirmation{margin-bottom:24px;padding:24px}}@media only screen and (min-width: 1024px){.request-confirmation__wrapper{width:calc(168px + ((100% - 264px) / 12 * 8))}}.request-confirmation__header{font-family:"Benton",sans-serif;color:#333;font-weight:700;margin-top:0}@media only screen and (min-width: 0) and (max-width: 640px){.request-confirmation__header{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.request-confirmation__header{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.request-confirmation__header{font-size:26px;line-height:30px}}.request-confirmation__header:before{position:relative;content:"\f058";font-family:"FontAwesome";font-weight:700;font-size:26px;line-height:23px;color:#4ccead}@media only screen and (min-width: 0) and (max-width: 640px){.request-confirmation__header:before{margin-right:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.request-confirmation__header:before{margin-right:8px}}@media only screen and (min-width: 1024px){.request-confirmation__header:before{margin-right:12px}}.request-confirmation__body{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.request-confirmation__body{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.request-confirmation__body{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.request-confirmation__body{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.request-confirmation__body{margin:15px 0 0 30.5px}.request-confirmation__body:first-of-type{margin-top:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.request-confirmation__body{margin:16px 0 0 31px}.request-confirmation__body:first-of-type{margin-top:8px}}@media only screen and (min-width: 1024px){.request-confirmation__body{margin:24px 0 0 35px}.request-confirmation__body:first-of-type{margin-top:12px}}.request-confirmation__body a:not([class]){color:#7030ac;text-decoration:none}.request-confirmation__body a:not([class]):hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.request-confirmation__body a{text-decoration:none}.request-confirmation__body span:not([class]){font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.request-confirmation__body span:not([class]){font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.request-confirmation__body span:not([class]){font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.request-confirmation__body span:not([class]){font-size:16px;line-height:22px}}/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */.fa,.fas,#disaster-alert .link-external-icon:after,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.pcc-nav__item-button:before,.pcc-menu__main-links li a:after,.resources__link--single:after,.contacts__main-icon:after,#disaster-alert .link-external-icon:after,.nyulmc-aside__link:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,#disaster-alert .fa-pull-left.link-external-icon:after,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,#disaster-alert .fa-pull-right.link-external-icon:after,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1, -1);transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-conditioner:before{content:"\f8f4"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-album:before{content:"\f89f"}.fa-album-collection:before{content:"\f8a0"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-alien:before{content:"\f8f5"}.fa-alien-monster:before{content:"\f8f6"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-slash:before{content:"\f846"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-amp-guitar:before{content:"\f8a1"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badge-sheriff:before{content:"\f8a2"}.fa-badger-honey:before{content:"\f6b4"}.fa-bags-shopping:before{content:"\f847"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-banjo:before{content:"\f8a3"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-bed-alt:before{content:"\f8f7"}.fa-bed-bunk:before{content:"\f8f8"}.fa-bed-empty:before{content:"\f8f9"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-on:before{content:"\f8fa"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-betamax:before{content:"\f8a4"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blinds:before{content:"\f8fb"}.fa-blinds-open:before{content:"\f8fc"}.fa-blinds-raised:before{content:"\f8fd"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boombox:before{content:"\f8a5"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-center-h:before{content:"\f89c"}.fa-border-center-v:before{content:"\f89d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-cactus:before{content:"\f8a7"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camcorder:before{content:"\f8a8"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-home:before{content:"\f8fe"}.fa-camera-movie:before{content:"\f8a9"}.fa-camera-polaroid:before{content:"\f8aa"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caravan:before{content:"\f8ff"}.fa-caravan-alt:before{content:"\e000"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cassette-tape:before{content:"\f8ab"}.fa-cat:before{content:"\f6be"}.fa-cat-space:before{content:"\e001"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-cctv:before{content:"\f8ac"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clarinet:before{content:"\f8ad"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-music:before{content:"\f8ae"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-pot:before{content:"\e002"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-coffin-cross:before{content:"\e051"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comet:before{content:"\e003"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-music:before{content:"\f8af"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-music:before{content:"\f8b0"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-computer-classic:before{content:"\f8b1"}.fa-computer-speaker:before{content:"\f8b2"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-construction:before{content:"\f85d"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cowbell:before{content:"\f8b3"}.fa-cowbell-more:before{content:"\f8b4"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digging:before{content:"\f85e"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-disc-drive:before{content:"\f8b5"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fan-table:before{content:"\e004"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-music:before{content:"\f8b6"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-film-canister:before{content:"\f8b7"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flashlight:before{content:"\f8b8"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-flute:before{content:"\f8b9"}.fa-flux-capacitor:before{content:"\f8ba"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-download:before{content:"\e053"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folder-upload:before{content:"\e054"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-font-case:before{content:"\f866"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-galaxy:before{content:"\e008"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-game-console-handheld:before{content:"\f8bb"}.fa-gamepad:before{content:"\f11b"}.fa-gamepad-alt:before{content:"\f8bc"}.fa-garage:before{content:"\e009"}.fa-garage-car:before{content:"\e00a"}.fa-garage-open:before{content:"\e00b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gramophone:before{content:"\f8bd"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-guitar-electric:before{content:"\f8be"}.fa-guitars:before{content:"\f8bf"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-headphones:before{content:"\f8c2"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-medical:before{content:"\f809"}.fa-head-side-virus:before{content:"\e064"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-heat:before{content:"\e00c"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-horizontal-rule:before{content:"\f86c"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-horse-saddle:before{content:"\f8c3"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house:before{content:"\e00d"}.fa-house-damage:before{content:"\f6f1"}.fa-house-day:before{content:"\e00e"}.fa-house-flood:before{content:"\f74f"}.fa-house-leave:before{content:"\e00f"}.fa-house-night:before{content:"\e010"}.fa-house-return:before{content:"\e011"}.fa-house-signal:before{content:"\e012"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-polaroid:before{content:"\f8c4"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-joystick:before{content:"\f8c5"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-jug:before{content:"\f8c6"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-kazoo:before{content:"\f8c7"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-lamp-desk:before{content:"\e014"}.fa-lamp-floor:before{content:"\e015"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lasso:before{content:"\f8c8"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-light-ceiling:before{content:"\e016"}.fa-light-switch:before{content:"\e017"}.fa-light-switch-off:before{content:"\e018"}.fa-light-switch-on:before{content:"\e019"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-music:before{content:"\f8c9"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microphone-stand:before{content:"\f8cb"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-microwave:before{content:"\e01b"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-alt:before{content:"\f8cd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mp3-player:before{content:"\f8ce"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-tea:before{content:"\f875"}.fa-music:before{content:"\f001"}.fa-music-alt:before{content:"\f8cf"}.fa-music-alt-slash:before{content:"\f8d0"}.fa-music-slash:before{content:"\f8d1"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-outlet:before{content:"\e01c"}.fa-oven:before{content:"\e01d"}.fa-overline:before{content:"\f876"}.fa-page-break:before{content:"\f877"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-rotary:before{content:"\f8d3"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-piano:before{content:"\f8d4"}.fa-piano-keyboard:before{content:"\f8d5"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-planet-moon:before{content:"\e01f"}.fa-planet-ringed:before{content:"\e020"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-police-box:before{content:"\e021"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portal-enter:before{content:"\e022"}.fa-portal-exit:before{content:"\e023"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-projector:before{content:"\f8d6"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radar:before{content:"\e024"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-radio:before{content:"\f8d7"}.fa-radio-alt:before{content:"\f8d8"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-raygun:before{content:"\e025"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-refrigerator:before{content:"\e026"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocket-launch:before{content:"\e027"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-router:before{content:"\f8da"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-sax-hot:before{content:"\f8db"}.fa-saxophone:before{content:"\f8dc"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-image:before{content:"\f8f3"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-sensor:before{content:"\e028"}.fa-sensor-alert:before{content:"\e029"}.fa-sensor-fire:before{content:"\e02a"}.fa-sensor-on:before{content:"\e02b"}.fa-sensor-smoke:before{content:"\e02c"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signal-stream:before{content:"\f8dd"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-siren:before{content:"\e02d"}.fa-siren-on:before{content:"\e02e"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-cow:before{content:"\f8de"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-solar-system:before{content:"\e02f"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-alt:before{content:"\f883"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-circle:before{content:"\e030"}.fa-sort-circle-down:before{content:"\e031"}.fa-sort-circle-up:before{content:"\e032"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-space-station-moon:before{content:"\e033"}.fa-space-station-moon-alt:before{content:"\e034"}.fa-spade:before{content:"\f2f4"}.fa-sparkles:before{content:"\f890"}.fa-speakap:before{content:"\f3f3"}.fa-speaker:before{content:"\f8df"}.fa-speaker-deck:before{content:"\f83c"}.fa-speakers:before{content:"\f8e0"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-sprinkler:before{content:"\e035"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-star-shooting:before{content:"\e036"}.fa-starfighter:before{content:"\e037"}.fa-starfighter-alt:before{content:"\e038"}.fa-stars:before{content:"\f762"}.fa-starship:before{content:"\e039"}.fa-starship-freighter:before{content:"\e03a"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-sword-laser:before{content:"\e03b"}.fa-sword-laser-alt:before{content:"\e03c"}.fa-swords:before{content:"\f71d"}.fa-swords-laser:before{content:"\e03d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-telescope:before{content:"\e03e"}.fa-temperature-down:before{content:"\e03f"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-up:before{content:"\e040"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-transporter:before{content:"\e042"}.fa-transporter-1:before{content:"\e043"}.fa-transporter-2:before{content:"\e044"}.fa-transporter-3:before{content:"\e045"}.fa-transporter-empty:before{content:"\e046"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-triangle-music:before{content:"\f8e2"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-trumpet:before{content:"\f8e3"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turntable:before{content:"\f8e4"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-alt:before{content:"\f8e5"}.fa-tv-music:before{content:"\f8e6"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typewriter:before{content:"\f8e7"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-ufo:before{content:"\e047"}.fa-ufo-beam:before{content:"\e048"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usb-drive:before{content:"\f8e9"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alien:before{content:"\e04a"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-cowboy:before{content:"\f8ea"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-music:before{content:"\f8eb"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-robot:before{content:"\e04b"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-user-unlock:before{content:"\e058"}.fa-user-visor:before{content:"\e04c"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vacuum:before{content:"\e04d"}.fa-vacuum-robot:before{content:"\e04e"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vhs:before{content:"\f8ec"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-violin:before{content:"\f8ed"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-wagon-covered:before{content:"\f8ee"}.fa-walker:before{content:"\f831"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-washer:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-calculator:before{content:"\f8f0"}.fa-watch-fitness:before{content:"\f63e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waveform:before{content:"\f8f1"}.fa-waveform-path:before{content:"\f8f2"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-frame:before{content:"\e04f"}.fa-window-frame-open:before{content:"\e050"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-solid-900.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-solid-900.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-solid-900.woff2) format("woff2"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-solid-900.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-solid-900.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-solid-900.svg) format("svg")}.fa,.fas,#disaster-alert .link-external-icon:after{font-family:'Font Awesome 5 Pro';font-weight:900}/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-regular-400.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-regular-400.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-regular-400.woff2) format("woff2"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-regular-400.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-regular-400.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/awesome5/fa-regular-400.svg) format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){#disaster-alert .container,#disaster-alert .nav-nyu__container,#disaster-alert .pcc-header__container,#disaster-alert .footer-title,#disaster-alert footer .footer-links,footer #disaster-alert .footer-links,#disaster-alert .footer-callout p,.footer-callout #disaster-alert p,#disaster-alert .footer-meta__container,#disaster-alert .page__section.page__section--locations-directory-header:before,#disaster-alert .page__section--locations-directory-header.cwt__section:before,#disaster-alert .page__container,#disaster-alert .search-doctors__container,#disaster-alert .provider-landing-body__container,#disaster-alert .page__section--gray:first-child:before,#disaster-alert .page__section--request-appointment:after,#disaster-alert .modal-menu__container,#disaster-alert .page--location .page__section--location_header:before,.page--location #disaster-alert .page__section--location_header:before,#disaster-alert .search-doctors__header:before,#disaster-alert .image-callout__color-block-wrapper,#disaster-alert .image-callout__tiles,#disaster-alert .section-divider__container--container-width,#disaster-alert .treatment-overview__title-block,#disaster-alert .treatment-overview__tiles,#disaster-alert .hero_video__corner,#disaster-alert .cwt__container,#disaster-alert .hassendfeld-content-landing__notch,#disaster-alert .related-resources,#disaster-alert .search-box-on-search-results__container,#disaster-alert .tabs__list,#disaster-alert .video-background--inited .video-background__actions--origin,.video-background--inited #disaster-alert .video-background__actions--origin,#disaster-alert #nyuuninav--header .globalnav-search-include__wrapper,#nyuuninav--header #disaster-alert .globalnav-search-include__wrapper{margin:0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#disaster-alert .container,#disaster-alert .nav-nyu__container,#disaster-alert .pcc-header__container,#disaster-alert .footer-title,#disaster-alert footer .footer-links,footer #disaster-alert .footer-links,#disaster-alert .footer-callout p,.footer-callout #disaster-alert p,#disaster-alert .footer-meta__container,#disaster-alert .page__section.page__section--locations-directory-header:before,#disaster-alert .page__section--locations-directory-header.cwt__section:before,#disaster-alert .page__container,#disaster-alert .search-doctors__container,#disaster-alert .provider-landing-body__container,#disaster-alert .page__section--gray:first-child:before,#disaster-alert .page__section--request-appointment:after,#disaster-alert .modal-menu__container,#disaster-alert .page--location .page__section--location_header:before,.page--location #disaster-alert .page__section--location_header:before,#disaster-alert .search-doctors__header:before,#disaster-alert .image-callout__color-block-wrapper,#disaster-alert .image-callout__tiles,#disaster-alert .section-divider__container--container-width,#disaster-alert .treatment-overview__title-block,#disaster-alert .treatment-overview__tiles,#disaster-alert .hero_video__corner,#disaster-alert .cwt__container,#disaster-alert .hassendfeld-content-landing__notch,#disaster-alert .related-resources,#disaster-alert .search-box-on-search-results__container,#disaster-alert .tabs__list,#disaster-alert .video-background--inited .video-background__actions--origin,.video-background--inited #disaster-alert .video-background__actions--origin,#disaster-alert #nyuuninav--header .globalnav-search-include__wrapper,#nyuuninav--header #disaster-alert .globalnav-search-include__wrapper{margin:0 26px}}#disaster-alert{position:relative;top:0;margin:0 auto;z-index:800;width:100%;background-color:#fff5b2;color:#333}#disaster-alert p{font-size:14px;font-family:"Benton",sans-serif;font-weight:500;line-height:1.21;letter-spacing:normal}@media only screen and (min-width: 0) and (max-width: 640px){#disaster-alert p{font-size:12px;line-height:1.5}}#disaster-alert .container,#disaster-alert .nav-nyu__container,#disaster-alert .pcc-header__container,#disaster-alert .footer-title,#disaster-alert footer .footer-links,footer #disaster-alert .footer-links,#disaster-alert .footer-callout p,.footer-callout #disaster-alert p,#disaster-alert .footer-meta__container,#disaster-alert .page__section.page__section--locations-directory-header:before,#disaster-alert .page__section--locations-directory-header.cwt__section:before,#disaster-alert .page__container,#disaster-alert .search-doctors__container,#disaster-alert .provider-landing-body__container,#disaster-alert .page__section--gray:first-child:before,#disaster-alert .page__section--request-appointment:after,#disaster-alert .modal-menu__container,#disaster-alert .page--location .page__section--location_header:before,.page--location #disaster-alert .page__section--location_header:before,#disaster-alert .search-doctors__header:before,#disaster-alert .image-callout__color-block-wrapper,#disaster-alert .image-callout__tiles,#disaster-alert .section-divider__container--container-width,#disaster-alert .treatment-overview__title-block,#disaster-alert .treatment-overview__tiles,#disaster-alert .hero_video__corner,#disaster-alert .cwt__container,#disaster-alert .hassendfeld-content-landing__notch,#disaster-alert .related-resources,#disaster-alert .search-box-on-search-results__container,#disaster-alert .tabs__list,#disaster-alert .video-background--inited .video-background__actions--origin,.video-background--inited #disaster-alert .video-background__actions--origin,#disaster-alert #nyuuninav--header .globalnav-search-include__wrapper,#nyuuninav--header #disaster-alert .globalnav-search-include__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}#disaster-alert .icon-alert{-ms-flex-item-align:start;align-self:flex-start;line-height:1}@media only screen and (min-width: 0) and (max-width: 640px){#disaster-alert .icon-alert{font-size:18px;padding-top:15px;letter-spacing:.67px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#disaster-alert .icon-alert{padding-top:16px;font-size:20px;letter-spacing:.75px}}@media only screen and (min-width: 1024px){#disaster-alert .icon-alert{-ms-flex-item-align:center;align-self:center;font-size:25px;letter-spacing:.94px}}#disaster-alert .content{color:#333;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){#disaster-alert .content{padding:15px 0 15px 8px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#disaster-alert .content{padding:16px 0 16px 8px}}@media only screen and (min-width: 1024px){#disaster-alert .content{padding:21px 0 21px 14px}}#disaster-alert .content p{margin:0}#disaster-alert .content a{color:#333;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;position:relative;white-space:nowrap}#disaster-alert .content a:hover .link-text{-webkit-box-shadow:0 2px 0 0;box-shadow:0 2px 0 0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){#disaster-alert .content a:hover .link-text:last-child{-webkit-box-shadow:inset 0 -2px 0 0;box-shadow:inset 0 -2px 0 0}}#disaster-alert .content .link-text{-webkit-box-shadow:0 1px 0 0;box-shadow:0 1px 0 0;display:inline;white-space:normal}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){#disaster-alert .content .link-text:last-child{-webkit-box-shadow:inset 0 -1px 0 0;box-shadow:inset 0 -1px 0 0}}#disaster-alert.low-impact{color:#333;background-color:#fff5b2}#disaster-alert.medium-impact{color:#333;background-color:#ffbb00}#disaster-alert.high-impact{color:#fff;background-color:#b32232}#disaster-alert.high-impact .content{color:#fff}#disaster-alert.high-impact .content a{color:#fff}#disaster-alert.high-impact .content p{color:#fff}#disaster-alert .link-external-icon{display:inline-block}#disaster-alert .link-external-icon:after{content:"\f08e";font-weight:400;font-size:.8em}.Select{position:relative}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;box-sizing:border-box}.Select-control{border:none;color:#333;cursor:pointer;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%;border-bottom:solid 2px #333}.Select-control:hover .Select-input,.Select-control:hover .Select-input>input,.Select-control:hover .Select-value-label,.Select-control:hover .select-icon:after{color:#7b70bf !important}.is-disabled .Select-control{cursor:default}.Select-control .Select-input:focus{outline:none}.is-searchable.is-open>.Select-control{cursor:text}.is-open>.Select-control{background:inherit}.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.Select-placeholder,.Select--single>.Select-control .Select-value{bottom:0;color:#aaa;left:0;line-height:34px;padding:0 20px 0 0;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.has-value.Select--single>.Select-control .Select-value .Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{font-size:18px;font-weight:500;line-height:2;color:#624988}@media only screen and (min-width: 0) and (max-width: 640px){.has-value.Select--single>.Select-control .Select-value .Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{font-size:16px}}.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select-input{height:34px;padding:0 20px 0 0;vertical-align:middle;font-weight:500;font-size:18px;line-height:2;color:#624988}.Select-input::-ms-clear{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.Select-input{font-size:16px}}.Select-input>input{width:100%;background:none transparent;padding:0;border:0 none;-webkit-box-shadow:none;box-shadow:none;cursor:default;display:inline-block;margin:0;outline:none;font-family:"Benton",sans-serif;font-size:18px;font-weight:500;line-height:2;color:#624988}@media only screen and (min-width: 0) and (max-width: 640px){.Select-input>input{font-size:16px}}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:16px}@media only screen and (min-width: 0) and (max-width: 640px){.Select-loading-zone{font-size:14px}}.Select-loading{-webkit-animation:select-animation-spin 400ms infinite linear;animation:select-animation-spin 400ms infinite linear;width:16px;height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block;position:relative;vertical-align:middle}@media only screen and (min-width: 0) and (max-width: 640px){.Select-loading{font-size:14px}}.Select-clear-zone{-webkit-animation:select-animation-fadeIn 200ms;animation:select-animation-fadeIn 200ms;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select-arrow{border:none;display:inline-block;height:0;width:0;position:relative;color:#4a4a4a}.is-open .Select-arrow,.Select-arrow-zone:hover>.Select-arrow{border-top-color:#4a4a4a}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0, 0, 0, 0);overflow:hidden;float:left}@-webkit-keyframes select-animation-fadeIn{from{opacity:0}to{opacity:1}}@keyframes select-animation-fadeIn{from{opacity:0}to{opacity:1}}.Select-menu-outer{background-color:#fff;border:1px solid #ccc;border-top-color:#e8e8e8;-webkit-box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.2);box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:100%;width:100%;z-index:110;margin-top:20px;padding-right:4px}@media only screen and (min-width: 0) and (max-width: 640px){.Select-menu-outer{padding-top:7.5px;padding-bottom:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.Select-menu-outer{padding-top:8px;padding-bottom:8px}}@media only screen and (min-width: 1024px){.Select-menu-outer{padding-top:12px;padding-bottom:12px}}.Select-menu-outer:after,.Select-menu-outer:before{bottom:100%;border:solid transparent;content:' ';height:0;width:0;position:absolute;pointer-events:none}.Select-menu-outer:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:13px;left:40px;margin-left:-13px}.Select-menu-outer:before{border-color:rgba(113,158,206,0);border-bottom-color:#ccc;border-width:14px;left:40px;margin-left:-14px}.Select-menu{overflow-y:auto;display:block;position:relative;z-index:110;width:100%;text-align:center}.Select-menu::-webkit-scrollbar{-webkit-appearance:none;width:6px;height:6px}.Select-menu::-webkit-scrollbar-thumb{border-radius:6px;height:40px;background-color:#580f8b}.Select-menu>.Select-option,.Select-menu .Select-option-group{border-bottom:#580f8b 1px solid;padding:20px 0;margin:0 6px 0 10px}.Select-menu>.Select-option:last-child,.Select-menu .Select-option-group:last-child{border-bottom:none}.Select-option-group-label{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;color:#333;cursor:default;display:block;margin:8px 0;font-size:16px;line-height:1.13;font-weight:700;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.Select-option-group-label{font-size:14px;line-height:1;margin:6px 0}}.Select-option-group{text-align:left}.Select-option{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;color:#333;font-size:16px;line-height:1.13;font-weight:400;cursor:pointer;display:block;padding:8px 10px;text-align:left}.Select-option.is-focused{color:#7030ac;border-color:#7030ac}@media only screen and (min-width: 0) and (max-width: 640px){.Select-option{font-size:14px;line-height:1;padding:6px 10px 0;margin:0}}.Select-option em{border-bottom:2px solid}.Select-option-group em,.Select-option em{font-style:normal}.Select-option-group .Select-option{padding:8px 0}.Select-option.is-selected{color:#580f8b;font-size:16px;line-height:1;font-weight:700}.Select-option.is-selected:before{content:'\F00C';font-family:"FontAwesome";color:#580f8b;margin-right:10px}.Select-option.is-selected:hover{color:#580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.Select-option.is-selected{font-size:14px}}.Select-option.is-disabled{cursor:default}.Select-noresults{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;color:#666;font-weight:700;font-size:18px;line-height:2;cursor:default;margin:0 auto;text-align:center;margin-top:-24px;word-wrap:break-word}@media only screen and (min-width: 0) and (max-width: 640px){.Select-noresults{font-size:16px}}.Select--multi .Select-input{vertical-align:middle;margin-left:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{color:#007eff;display:inline-block;font-size:18px;font-weight:500;line-height:2;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;padding:1px 5px 3px}.Select--multi .Select-value-icon:hover,.Select--multi .Select-value-icon:focus{color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff}@-webkit-keyframes select-animation-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes select-animation-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cwt-search-form{position:relative;width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form{padding:13px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form{padding:14px 0 32px}}@media only screen and (min-width: 1024px){.cwt-search-form{width:calc(192px + ((100% - 264px) / 12 * 9));padding:18px 0 48px}}.cwt-search-form__input-container{position:relative}.cwt-search-form__input{font-family:"Benton",sans-serif;color:#333;font-weight:700;width:100%;border-radius:5px;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__input{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__input{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.cwt-search-form__input{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__input{padding:15px 45px 15px 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__input{padding:16px 48px 16px 16px}}@media only screen and (min-width: 1024px){.cwt-search-form__input{padding:24px 72px 24px 24px}}@media only screen and (min-width: 1024px){.cwt-search-form__input{height:72px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__input{height:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__input{height:48px}}.cwt-search-form__input::-ms-clear{display:none}.cwt-search-form__input:focus{outline:none;border:2px solid #7030ac;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.6);box-shadow:0 1px 1px 0 rgba(0,0,0,0.6)}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__input:focus{padding-left:13px;padding-right:43px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__input:focus{padding-left:14px;padding-right:46px}}@media only screen and (min-width: 1024px){.cwt-search-form__input:focus{padding-left:22px;padding-right:70px}}.cwt-search-form__button{color:#624988;position:absolute;right:0;top:0;text-decoration:none;display:block;cursor:pointer;background:none;border:none;padding:0;margin:0}@media only screen and (min-width: 1024px){.cwt-search-form__button{height:72px;line-height:72px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__button{height:56px;line-height:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__button{height:48px;line-height:48px}}.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{display:inline-block;text-align:center;vertical-align:middle;font-family:"FontAwesome";font-size:24px;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{width:45px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{width:48px}}@media only screen and (min-width: 1024px){.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{width:72px}}.cwt-search-form__button--search:after{content:'\F002'}.cwt-search-form__button--clear:after{content:'\F00D';color:#333}.cwt-search-form__button--loader{background:url(/bundles/nyulangonefrontend/assets/images/loader_48.gif) no-repeat center center;background-size:contain}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__button--loader{width:30px;margin-right:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__button--loader{width:32px;margin-right:8px}}@media only screen and (min-width: 1024px){.cwt-search-form__button--loader{width:48px;margin-right:12px}}.cwt-search-form__label{font-family:"Benton",sans-serif;color:#333;font-weight:700;display:block;margin-bottom:2px}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__label{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__label{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.cwt-search-form__label{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.cwt-search-form__label{margin-bottom:6px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__label-text{display:none}}.cwt-search-form__label-text--mobile{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__label-text--mobile{display:inline}}.cwt-search-result__item{border-bottom:1px solid #7c60a9;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__item{padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__item{padding:16px 0 32px}}@media only screen and (min-width: 1024px){.cwt-search-result__item{padding:24px 0 48px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__item{border-bottom:none;padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__item:after{content:'';display:block;margin-top:30px;margin-left:-15px;width:calc(100% + 15px * 2);height:10px;background-color:#7c60a9}}.cwt-search-result__symbol-container{position:absolute}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__symbol-container{top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__symbol-container{top:32px}}@media only screen and (min-width: 1024px){.cwt-search-result__symbol-container{top:48px}}.cwt-search-result__conditions{margin-left:50px;width:auto;overflow:hidden}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__conditions{margin-left:30px}}.cwt-search-result__symbol{font-family:"Benton",sans-serif;color:#333;font-weight:700;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__symbol{font-size:22px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__symbol{font-size:26px;line-height:1}}@media only screen and (min-width: 1024px){.cwt-search-result__symbol{font-size:26px;line-height:1}}.cwt-condition{width:33.3333%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-condition{padding:15px 15px 1px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-condition{padding:16px 16px 1px}}@media only screen and (min-width: 1024px){.cwt-condition{padding:24px 24px 1px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-condition{width:100%}}.cwt-condition:nth-child(3n+1){clear:left}.cwt-condition__link{font-family:"Benton",sans-serif;color:#333;font-weight:500;text-decoration:none;font-style:normal}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-condition__link{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-condition__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.cwt-condition__link{font-size:16px;line-height:22px}}.cwt-condition__link:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.cwt-condition__link:hover em{border-bottom:none}.cwt-condition__link em{font-style:normal;border-bottom:2px solid}.search-results{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-header{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-header{margin-bottom:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-header{margin-bottom:24px}}.search-results .search-results__conditions-header h2{font-family:"Benton",sans-serif;color:#333;font-weight:700;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-header h2{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-header h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-header h2{font-size:26px;line-height:30px}}.search-results .search-results__conditions-list{margin:0;padding:0;list-style:none}.search-results .search-results__conditions-item-header{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item-header{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item-header{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item-header{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item-header{margin:0 0 7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item-header{margin:0 0 8px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item-header{margin:0 0 12px}}.search-results .search-results__conditions-item{display:inline-block;vertical-align:top}.search-results .search-results__conditions-item:last-child{margin-right:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item{width:calc(75px + (100% - 75px));margin-right:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item{width:calc(80px + ((100% - 176px) / 12 * 6));margin-right:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item{width:calc(120px + ((100% - 264px) / 12 * 6));margin-right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item:nth-child(1n+10){display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item:not(.search-results__conditions-item--many):first-child{margin-bottom:15px}.search-results .search-results__conditions-item:nth-child(1n+10){display:none}}.search-results .search-results__conditions-item--many .search-results__conditions-item-header{margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item--many{margin:0 15px 15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item--many{margin:0 16px 16px 0}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item--many{margin:0 24px 24px 0}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item--many{width:calc(48px + ((100% - 264px) / 12 * 3))}.search-results .search-results__conditions-item--many:nth-child(4n){margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item--many{width:calc(48px + ((100% - 176px) / 12 * 4))}.search-results .search-results__conditions-item--many:nth-child(3n){margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item--many{width:calc(75px + (100% - 75px))}}.search-results .search-results__conditions-item-title{text-decoration:none;color:#333}.search-results .search-results__conditions-item-title-link:hover{color:#7b70bf;border-bottom:2px solid #7b70bf}.search-results .search-results__conditions-item p{font-family:"Benton",sans-serif;color:#56606f;font-weight:400;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item p{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item p{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item p{font-size:18px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item p{margin:7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item p{margin:8px 0}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item p{margin:12px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item p{margin:16px 0}}.search-results .search-results__conditions-item-learn-more--link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-item-learn-more--link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-item-learn-more--link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-item-learn-more--link{font-size:16px;line-height:22px}}.search-results .search-results__conditions-item-learn-more--link:hover{color:#7b70bf}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__conditions-view-all-wrapper{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__conditions-view-all-wrapper{margin-top:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__conditions-view-all-wrapper{margin-top:24px}}.search-results .search-results__doctors-list{padding:0;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-list{margin:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-list{margin:0 0 32px}}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-list{margin:0 0 48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-list{margin-bottom:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-header{margin:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-header{margin:16px 0}}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-header{margin:24px 0}}.search-results .search-results__doctors-header h2{margin:0}.search-results .search-results__doctors-item{-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.search-results .search-results__doctors-item:last-child{margin-right:0}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-item{width:calc(24px + ((100% - 264px) / 12 * 2));margin-right:23.95px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-item{width:calc(32px + ((100% - 176px) / 12 * 3));margin-right:15.95px}.search-results .search-results__doctors-item:nth-child(4){margin-right:0}.search-results .search-results__doctors-item:nth-child(1n+5){display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item{width:calc(75px + (100% - 75px));margin:0 0 15px 0;float:none}.search-results .search-results__doctors-item:last-child{margin-bottom:0}.search-results .search-results__doctors-item:nth-child(1n+5){display:none}}.search-results .search-results__doctors-item-link{color:#333;text-decoration:none}.search-results .search-results__doctors-item-link:hover .search-results__doctors-item-name,.search-results .search-results__doctors-item-link:hover .search-results__doctors-item-specialty{color:#7b70bf}.search-results .search-results__doctors-item-photo img{width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-photo{margin-bottom:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-item-photo{margin-bottom:8px}}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-item-photo{margin-bottom:12px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-photo{margin:0 15px 0 0;display:inline-block;width:calc(15px + ((100% - 75px) / 6 * 2))}}.search-results .search-results__doctors-item-caption{display:block}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-caption{width:calc(45px + ((100% - 75px) / 6 * 4));margin-bottom:15px;display:inline-block;vertical-align:top}}.search-results .search-results__doctors-item-name{display:block;font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-name{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-item-name{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-item-name{font-size:18px;line-height:24px}}.search-results .search-results__doctors-item-specialty{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-specialty{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-item-specialty{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-item-specialty{font-size:16px;line-height:22px}}.search-results .search-results__doctors-item-empty-photo{position:relative;display:block;background-color:#580f8b;cursor:pointer}.search-results .search-results__doctors-item-empty-photo>span{position:relative;height:0;display:block;width:100%;padding-bottom:133.33%}.search-results .search-results__doctors-item-empty-photo>span>span{position:absolute;top:50%;width:100%;height:50px;margin-top:-25px;text-align:center;line-height:50px;font-size:42px;font-weight:900;color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-empty-photo{margin-bottom:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__doctors-item-empty-photo{margin-bottom:8px}}@media only screen and (min-width: 1024px){.search-results .search-results__doctors-item-empty-photo{margin-bottom:12px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__doctors-item-empty-photo{width:100%;margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-container{padding-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-container{padding-top:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-container{padding-top:24px}}.search-results .search-results__pages-header h2{font-family:"Benton",sans-serif;color:#333;font-weight:700;padding:0;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-header h2{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-header h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-header h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-header h2{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-header h2{margin-bottom:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-header h2{margin-bottom:24px}}.search-results .search-results__pages-list{margin:0;padding:0;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-item{margin:0 0 15px}.search-results .search-results__pages-item:last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-item{margin:0 0 16px}.search-results .search-results__pages-item:last-child{margin-bottom:0}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-item{margin:0 0 24px}.search-results .search-results__pages-item:last-child{margin-bottom:0}}.search-results .search-results__pages-item a{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-item a{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-item a{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-item a{font-size:16px;line-height:22px}}.search-results .search-results__pages-item a:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.search-results .search-results__pages-item-summary{color:#56606f}.search-results .search-results__pages-menu-list{margin:0}.search-results .search-results__pages-menu-title{font-family:"Benton",sans-serif;color:#333;font-weight:300}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-menu-title{font-size:22px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-menu-title{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-menu-title{font-size:22px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-menu-title{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-menu-title{margin-bottom:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-menu-title{margin-bottom:24px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-menu-title{margin-bottom:12px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-item-facet{line-height:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-menu-item{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-menu-item{margin-bottom:16px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-menu-item{margin-bottom:24px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-menu-item{margin-bottom:12px}}.search-results .search-results__pages-menu-item--active>a{border-bottom:4px solid #580f8b}.search-results .search-results__pages-menu-item--active>a:hover{color:#7b70bf;border-bottom:4px solid #580f8b}.search-results .search-results__pages-menu-item__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.search-results .search-results__pages-menu-item__link{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results .search-results__pages-menu-item__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results .search-results__pages-menu-item__link{font-size:16px;line-height:22px}}.search-results .search-results__pages-menu-item__link:hover{color:#7b70bf;border-bottom:2px solid #7b70bf}.search-results .search-results__pages-menu-item__link:before{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.search-results{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results{margin:30px 0 75px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results{margin:32px 0 80px}}@media only screen and (min-width: 1024px){.search-results{margin:48px 0 120px}}@media only screen and (min-width: 1024px){.search-results{margin-bottom:72px}}.search-results__suggested-results+.search-results__pages-section .search-results__pages-container{border-top:1px solid #333}.search-results__suggested-results--conditions+.search-results__suggested-results--profiles .search-results__doctors{border-top:1px solid #ccc}.search-results__view-all{text-decoration:none;font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__view-all{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__view-all{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-results__view-all{font-size:16px;line-height:22px}}.search-results__view-all:hover{color:#7b70bf;border-bottom:2px solid #7b70bf}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__title{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__title{margin-bottom:16px}}@media only screen and (min-width: 1024px){.search-results__title{margin-bottom:24px}}.search-results__title h2{font-family:"Benton",sans-serif;color:#333;font-weight:300;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__title h2{font-size:22px;line-height:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__title h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.search-results__title h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__suggested-results--conditions,.search-results__suggested-results--profiles{margin:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__suggested-results--conditions,.search-results__suggested-results--profiles{margin:16px 0}}@media only screen and (min-width: 1024px){.search-results__suggested-results--conditions,.search-results__suggested-results--profiles{margin:24px 0}}.search-results__loader{background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:96px;height:40px;margin:90px auto}.search-results__no-results{text-align:center;font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__no-results{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__no-results{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.search-results__no-results{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__no-results{margin:30px 0}.search-results__no-results-content-snippet{margin-bottom:15px}.search-results__no-results-content-snippet:last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__no-results{margin:32px 0}.search-results__no-results-content-snippet{margin-bottom:16px}.search-results__no-results-content-snippet:last-child{margin-bottom:0}}@media only screen and (min-width: 1024px){.search-results__no-results{margin:48px 0}.search-results__no-results-content-snippet{margin-bottom:24px}.search-results__no-results-content-snippet:last-child{margin-bottom:0}}@media only screen and (min-width: 1024px){.search-results__no-results-content-snippet:first-child{margin-bottom:12px}}.search-results__no-results-link{text-decoration:none;color:#7030ac;font-family:"Benton",sans-serif;color:#7030ac;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__no-results-link{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__no-results-link{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.search-results__no-results-link{font-size:18px;line-height:24px}}.search-results__no-results-link:hover{color:#7b70bf;border-bottom:2px solid #7b70bf}.search-results__no-results-phone-number{text-decoration:inherit;color:inherit}.search-results__no-results-query{font-weight:700}.provider-content{width:calc(192px + ((100% - 264px) / 12 * 9));float:left;height:auto;margin:48px 0 0 24px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content{width:auto;float:none;margin:16px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content{width:auto;float:none;margin:15px 0 0}}.provider-content--location,.provider-content--condition{width:100%;float:none;margin:24px 0 0;clear:both}.provider-content__header,.provider-content__body,.provider-content__footer{height:auto;float:left;width:100%}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__header,.provider-content__body,.provider-content__footer{width:auto;float:none;margin-left:0;padding-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__header,.provider-content__body,.provider-content__footer{margin-left:0;width:auto;float:none;padding-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__header--location,.provider-content__header--condition,.provider-content__body--location,.provider-content__body--condition,.provider-content__footer--location,.provider-content__footer--condition{width:auto;float:none;margin-left:0;padding-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__header--location,.provider-content__header--condition,.provider-content__body--location,.provider-content__body--condition,.provider-content__footer--location,.provider-content__footer--condition{width:auto;float:none;margin-left:0;padding-top:0}}@media only screen and (min-width: 1024px){.provider-content__header--location,.provider-content__header--condition,.provider-content__body--location,.provider-content__body--condition,.provider-content__footer--location,.provider-content__footer--condition{width:auto;float:none;margin-left:0;padding-top:0}}.provider-content__header{margin-bottom:24px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__header{margin-bottom:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__header{margin-bottom:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__header--location,.provider-content__header--condition{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__header--location,.provider-content__header--condition{margin-bottom:32px}}@media only screen and (min-width: 1024px){.provider-content__header--location,.provider-content__header--condition{margin-bottom:48px}}@media print{.provider-content__header{display:none}}@media print{.provider-content__footer{display:none}}@media print{.page--fad .provider-content{width:100%;margin:0}.page--fad .provider-content__header{display:block;margin:0}.page--fad.page--condition .provider-content__header,.page--fad.page--location .provider-content__header{display:block;margin:0}}.search-results-pagination{list-style:none;margin:0 auto;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination{padding:45px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results-pagination{padding:48px 0 0}}@media only screen and (min-width: 1024px){.search-results-pagination{padding:72px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results-pagination{padding-top:88px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination{padding-top:45px}}.search-results-pagination__item{display:inline-block;padding:0 10px;line-height:18px;vertical-align:middle}.search-results-pagination__item--mobile{display:none}.search-results-pagination__item--hide_mobile{display:inline-block}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__item{display:none}.search-results-pagination__item--active,.search-results-pagination__item--mobile{display:inline-block}.search-results-pagination__item--hide_mobile{display:none}}.search-results-pagination__link{background:none;border-radius:0;border:none;padding:0 2px;display:inline;text-decoration:none;cursor:pointer;margin:0;font-style:normal;font-stretch:normal;letter-spacing:normal;text-align:center;font-family:"Benton",sans-serif;color:#624988;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__link{font-size:14px;line-height:14px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results-pagination__link{font-size:16px;line-height:16px}}@media only screen and (min-width: 1024px){.search-results-pagination__link{font-size:16px;line-height:16px}}.search-results-pagination__link:focus{outline:none}.search-results-pagination__link:hover{color:#7b70bf}.search-results-pagination__link--active{color:#333;border-bottom:3px solid #333;cursor:default}.search-results-pagination__link--active:hover{color:#333}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__link--active{border:none;color:#624988}.search-results-pagination__link--active:hover{color:#7b70bf}}.search-results-pagination__link--prev{padding-bottom:2px}.search-results-pagination__link--prev:after{font-family:"FontAwesome";content:'\F060';font-size:14px}.search-results-pagination__link--next{padding-bottom:2px}.search-results-pagination__link--next:after{font-family:"FontAwesome";content:'\F061';font-size:14px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__header{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__header{margin-bottom:16px}}@media only screen and (min-width: 1024px){.provider-group-filter__header{margin-bottom:24px}}.provider-group-filter__clear{font-family:"Benton",sans-serif;color:#4b2a70;font-weight:500;float:right;margin-top:8px;text-align:right;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__clear{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__clear{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-group-filter__clear{font-size:16px;line-height:22px}}.provider-group-filter__clear:hover{color:#7b70bf}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__clear{float:right;padding:0 16px;margin-right:16px;margin-top:0;border-right:1px solid #ccc}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__clear{float:none;clear:both;text-align:left;margin-bottom:15px}}.provider-group-filter__label{font-family:"Benton",sans-serif;color:#333;font-weight:300;margin:0;padding:0;float:left}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__label{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__label{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.provider-group-filter__label{font-size:26px;line-height:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__label{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__label{display:none}}.provider-group-filter__toggle{float:right}.provider-group-filter__content--close{padding-top:0;border-bottom:2px solid #666}.provider-group-filter__content--close>div{display:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__content--open{padding:32px 0 16px;border-top:2px solid #666;border-bottom:2px solid #666}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__content--open{padding:0;border-top:2px solid #666;border-bottom:2px solid #666}}.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{padding:48px 0 24px;border-top:2px solid #666;border-bottom:2px solid #666}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{padding:32px 0 16px;border-top:2px solid #666;border-bottom:2px solid #666}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{padding:0;border-top:2px solid #666;border-bottom:2px solid #666}}.provider-group-filter--location .provider-group-filter__clear,.provider-group-filter--condition .provider-group-filter__clear{float:right;padding:0 24px;margin-right:24px;margin-top:0;border-right:1px solid #ccc}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter--location .provider-group-filter__clear,.provider-group-filter--condition .provider-group-filter__clear{padding:0 16px;margin-right:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter--location .provider-group-filter__clear,.provider-group-filter--condition .provider-group-filter__clear{float:none;margin-bottom:15px;border-right:0;padding:0;margin-right:0}}@media print{.page--fad .provider-group-filter__header{display:block;padding:14px 0}.page--fad .provider-group-filter__label,.page--fad .provider-group-filter__checkbox-container{display:none}.page--fad .provider-group-filter__content{padding:0}}.provider-list{margin-left:0;width:100%}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-list{margin-left:0;margin-bottom:0;padding-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-list{margin-left:0;padding-top:0}}.provider-list__loader{background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:96px;height:40px;margin:90px auto 0}.provider-list--location,.provider-list--condition{margin-left:0;clear:both}.provider-counter{text-align:left;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.provider-counter{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-counter{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-counter{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-counter{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-counter{margin-bottom:16px}}@media only screen and (min-width: 1024px){.provider-counter{margin-bottom:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-counter{float:left;margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-counter{float:left;margin:0}}@media only screen and (min-width: 1024px){.provider-counter--location,.provider-counter--condition{float:left;margin:0}}.provider-counter--list{margin:0}@media only screen and (min-width: 1024px){.provider-counter--list{float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-counter--list{float:none}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-counter--list{float:none}}@media only screen and (min-width: 1024px){.provider-counter--list.provider-counter--location,.provider-counter--list.provider-counter--condition{float:none}}.provider-counter__count{font-family:"Benton",sans-serif;color:#333;font-weight:700;float:left;margin-top:-5px;padding:0 8px 0 0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-counter__count{font-size:22px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-counter__count{font-size:26px;line-height:26px}}@media only screen and (min-width: 1024px){.provider-counter__count{font-size:26px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-counter__count{margin-top:-5px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-counter__count{margin-top:-3px}}.provider-counter__count--loading{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:48px;height:20px}.provider-counter__search-value{font-weight:600}@media print{.page--fad .provider-counter{font-weight:500}.page--fad .provider-counter__count{margin-top:0;font-weight:500}}.provider-filter{margin-bottom:20px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter{width:calc(48px + ((100% - 176px) / 12 * 4));margin-left:16px;margin-bottom:16px;display:inline-block;vertical-align:top}.provider-filter:nth-of-type(3n-2){margin-left:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter{margin-bottom:0}}.provider-filter__label{font-family:"Benton",sans-serif;color:#333;font-weight:500;font-weight:700;margin:0 0 10px;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__label{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__label{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-filter__label{font-size:16px;line-height:22px}}.provider-filter__input{position:relative}.provider-filter__input:before{position:absolute;left:8px;top:8px;width:20px;height:22px;display:block;content:'\f002';font-family:"FontAwesome";font-size:14px;font-weight:700;color:#666}.provider-filter__input input{font-family:"Benton",sans-serif;color:#333;font-weight:500;height:34px;width:100%;padding:5px 10px 5px 28px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fefefe;border:1px solid #ececec;border-radius:3px;margin-bottom:8px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__input input{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__input input{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-filter__input input{font-size:16px;line-height:22px}}.provider-filter__input input:focus{outline:none;border:2px solid #580f8b}.provider-filter__input input::-webkit-input-placeholder{color:silver}.provider-filter__input input::-moz-placeholder{color:silver}.provider-filter__input input:-ms-input-placeholder{color:silver}.provider-filter__input input::-ms-input-placeholder{}.provider-filter__input input::placeholder{color:silver}.provider-filter__scroll-wrapper{overflow:auto;margin:0;padding:0;height:100%;list-style:none}.provider-filter__content{font-family:"Benton",sans-serif;color:#333;font-weight:500;margin:0;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:184px;border-radius:3px;border:1px solid #ececec;background:#fefefe;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-filter__content{font-size:16px;line-height:22px}}.provider-filter__content li{position:relative;padding:4px 8px}.provider-filter__content a{font-family:"Benton",sans-serif;color:#333;font-weight:500;text-decoration:none;word-wrap:break-word}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content a{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content a{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-filter__content a{font-size:16px;line-height:22px}}.provider-filter__content a:hover{color:#7b70bf;border-bottom:2px solid #7b70bf}.provider-filter__content a:hover em{border:none}.provider-filter__content em{font-style:normal;border-bottom:2px solid #333}.provider-filter__content--with-input{height:140px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content--with-scroll{padding-top:7.5px;padding-bottom:7.5px;padding-right:3.75px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content--with-scroll{padding-top:8px;padding-bottom:8px;padding-right:4px}}@media only screen and (min-width: 1024px){.provider-filter__content--with-scroll{padding-top:12px;padding-bottom:12px;padding-right:6px}}.provider-filter__content--no-match{padding-top:59px;text-align:center}.provider-filter__content--empty{padding-top:82px;text-align:center}.provider-filter__content--selected{height:auto;background:#f7f7f7;border:none;padding:0;overflow:inherit}.provider-filter__content--selected li{padding:0}.provider-filter__content--selected a{display:block;padding:6px 42px 6px 4px;min-height:34px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content--selected a{min-height:32px}}.provider-filter__content--selected a:hover{text-decoration:none;color:#333;border:none}.provider-filter__content--selected a:hover span{background:#7b70bf}.provider-filter__content--selected span{position:absolute;top:0;right:0;bottom:0;height:100%;width:34px;background:#580f8b}.provider-filter__content--selected span:after{display:block;font-family:"FontAwesome";font-style:normal;font-weight:400;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\F00D';cursor:pointer;font-size:13px;line-height:34px;width:34px;text-align:center;padding:0;position:absolute;right:0;top:50%;margin-top:-17px;color:#fff}.provider-filter__content--loading{position:relative}.provider-filter__content--loading:after{position:absolute;left:50%;top:50%;margin-left:-24px;margin-top:-10px;content:'';display:block;background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:64px;height:27px}.provider-filter__no-match-text--loading{display:none}.provider-filter--accordion{border-bottom:1px solid #ececec}.provider-filter--accordion:last-of-type{border-bottom:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--accordion .provider-filter__label{position:relative;padding:15px 0;margin:0;cursor:default}.provider-filter--accordion .provider-filter__label:after{content:'\f067';display:block;font-family:"FontAwesome";font-size:13px;text-align:center;line-height:20px;position:absolute;right:0;top:15px}.provider-filter--accordion .provider-filter__label--open:after{content:'\f068'}.provider-filter--accordion .provider-filter__label--hide-collapse:after{content:none}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--accordion-open{padding-bottom:15px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--hide-collapse{padding-bottom:15px}}.provider-filter--location,.provider-filter--condition{width:calc(72px + ((100% - 264px) / 12 * 4));margin-left:23.95px;margin-bottom:24px;display:inline-block;vertical-align:top}.provider-filter--location:nth-of-type(3n-2),.provider-filter--condition:nth-of-type(3n-2){margin-left:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--location,.provider-filter--condition{border-bottom:1px solid #fff;margin-bottom:0;margin-left:0;width:auto;display:block}}.provider-tile-short{padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;vertical-align:top;width:calc(48px + ((100% - 264px) / 12 * 3));margin-left:23.95px}.provider-tile-short:nth-of-type(4n-3){margin-left:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short{margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile-short{margin-bottom:16px}}@media only screen and (min-width: 1024px){.provider-tile-short{margin-bottom:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile-short{width:calc(32px + ((100% - 176px) / 12 * 3));margin-left:15.95px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short{width:auto;display:block;margin-left:0}}.provider-tile-short__link{color:#333;text-decoration:none}.provider-tile-short__link:hover{color:#7b70bf}.provider-tile-short__link:hover .provider-tile-short__initials{color:#7b70bf}.provider-tile-short__photo{width:100%;display:block;margin-bottom:10px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__photo{width:calc(15px + ((100% - 75px) / 6 * 2));float:left;display:block;margin-left:0;margin-bottom:15px}}.provider-tile-short__header{display:block}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__header{margin-left:calc(30px + ((100% - 75px) / 6 * 2));margin-bottom:7.5px}}.provider-tile-short__name,.provider-tile-short__degrees{display:inline;font-size:18px;line-height:1.38;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__name,.provider-tile-short__degrees{font-size:16px;line-height:1.13}}.provider-tile-short__locations,.provider-tile-short__specialty{display:block;font-size:16px;font-weight:400;line-height:1.38;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__locations,.provider-tile-short__specialty{margin-left:calc(30px + ((100% - 75px) / 6 * 2));margin-bottom:7.5px;font-size:14px;line-height:1.43}}.provider-tile-short__empty-photo{position:relative;margin-bottom:10px;display:block;background-color:#580f8b;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__empty-photo{width:calc(15px + ((100% - 75px) / 6 * 2));float:left;margin-bottom:15px}}.provider-tile-short__initials-container{position:relative;height:0;display:block;width:100%;padding-bottom:133.33%}.provider-tile-short__initials{position:absolute;top:50%;width:100%;height:50px;margin-top:-25px;text-align:center;line-height:50px;font-size:42px;font-weight:900;color:#fff}.providers-box{position:relative}.providers-box__input-container--has-value:after,.providers-box__input-container--is-focused:after{display:none}.providers-box__input-container--is-loading:after{display:block;content:'';background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:64px;height:27px;padding:0;position:absolute;right:10px;bottom:19px}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input-container--is-loading:after{bottom:11px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input-container--is-loading:after{bottom:10px}}.providers-box__input{margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px;border:2px solid transparent;color:#333;font-size:18px;font-family:"Benton",sans-serif;font-weight:700;line-height:1;letter-spacing:-.015em;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);text-overflow:ellipsis}.providers-box__input::-webkit-input-placeholder{font-family:"Benton",sans-serif;color:#333;font-weight:400}.providers-box__input::-moz-placeholder{font-family:"Benton",sans-serif;color:#333;font-weight:400}.providers-box__input:-ms-input-placeholder{font-family:"Benton",sans-serif;color:#333;font-weight:400}.providers-box__input::-ms-input-placeholder{}.providers-box__input::placeholder{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input::-webkit-input-placeholder{font-size:14px;line-height:16px}.providers-box__input::-moz-placeholder{font-size:14px;line-height:16px}.providers-box__input:-ms-input-placeholder{font-size:14px;line-height:16px}.providers-box__input::-ms-input-placeholder{}.providers-box__input::placeholder{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input::-webkit-input-placeholder{font-size:16px;line-height:20px}.providers-box__input::-moz-placeholder{font-size:16px;line-height:20px}.providers-box__input:-ms-input-placeholder{font-size:16px;line-height:20px}.providers-box__input::-ms-input-placeholder{}.providers-box__input::placeholder{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.providers-box__input::-webkit-input-placeholder{font-size:16px;line-height:20px}.providers-box__input::-moz-placeholder{font-size:16px;line-height:20px}.providers-box__input:-ms-input-placeholder{font-size:16px;line-height:20px}.providers-box__input::-ms-input-placeholder{}.providers-box__input::placeholder{font-size:16px;line-height:20px}}.providers-box__input:focus{outline:none;border:2px solid #7030ac;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.6);box-shadow:0 1px 1px 0 rgba(0,0,0,0.6)}.providers-box__input--is-disabled{background:#fff}.providers-box__input--has-dropdown{border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input{font-size:16px;line-height:18px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input{padding:20px 51px 20px 24px;height:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input{padding:20px 51px 20px 24px;height:50px}}@media only screen and (min-width: 1024px){.providers-box__input{padding:20px 51px 20px 24px;height:66px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input--left{padding:20px 24px 20px 51px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input--left{padding:20px 24px 20px 51px}}@media only screen and (min-width: 1024px){.providers-box__input--left{padding:20px 24px 20px 51px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input--has-value,.providers-box__input--is-loading{padding:20px 51px 20px 24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input--has-value,.providers-box__input--is-loading{padding:20px 51px 20px 24px}}@media only screen and (min-width: 1024px){.providers-box__input--has-value,.providers-box__input--is-loading{padding:20px 51px 20px 24px}}.providers-box__button-search{position:absolute;border:none;background:none;right:13px;bottom:13px;content:'\f002';display:block;-webkit-box-sizing:content-box;box-sizing:content-box;width:24px;height:24px;padding:8px;color:#624988;font-size:24px;line-height:1;text-align:center;vertical-align:middle}.providers-box__button-search:after{content:'\f002';font-family:"FontAwesome"}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__button-search{right:5px;bottom:5px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__button-search{right:4px;bottom:4px}}.providers-box__button-search--left{left:13px;right:auto}.providers-box--has-value .providers-box__input,.providers-box--is-loading .providers-box__input{padding:20px 51px 20px 24px}.providers-box__title{font-weight:700;font-size:18px;line-height:1.33;display:block;margin-bottom:6px;color:#333}.providers-box__button-clear{color:#333;position:absolute;padding:0;right:13px;bottom:13px;text-decoration:none;display:block;border:none;background:none;cursor:pointer}.providers-box__button-clear:focus{outline:none;color:#580f8b}.providers-box__button-clear:after{content:'\f00d';display:block;-webkit-box-sizing:content-box;box-sizing:content-box;width:24px;height:24px;padding:8px;font-family:"FontAwesome";font-size:24px;line-height:1;text-align:center;vertical-align:middle}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__button-clear{right:5px;bottom:5px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__button-clear{right:4px;bottom:4px}}.providers-box__help-text{font-family:"Benton",sans-serif;color:#333;font-weight:400;margin-top:24px}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__help-text{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__help-text{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.providers-box__help-text{font-size:16px;line-height:20px}}.providers-box__help-text a{text-decoration:none;font-weight:600;color:#5d0e8b}.providers-dropdown{position:absolute;width:100%;background:#fff;z-index:8501;-webkit-box-shadow:0 2px 8px #ccc;box-shadow:0 2px 8px #ccc;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media only screen and (min-width: 0) and (max-width: 640px){.providers-dropdown{padding:7.5px 3.75px 7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-dropdown{padding:8px 4px 8px 0}}@media only screen and (min-width: 1024px){.providers-dropdown{padding:12px 6px 12px 0}}.providers-dropdown__scroll-area{overflow:auto;height:100%}@media only screen and (min-width: 0) and (max-width: 640px){.providers-dropdown__scroll-area{max-height:385px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-dropdown__scroll-area{max-height:384px}}@media only screen and (min-width: 1024px){.providers-dropdown__scroll-area{max-height:376px}}.providers-dropdown__title{font-weight:400;font-size:16px;line-height:1;padding:24px 24px 6px;color:#878787;margin:0}.providers-dropdown__title:before{content:'';display:block;height:0;border-top:1px solid #cccccc;margin:0 -12px;padding:0 12px;position:relative;top:-24px}.providers-dropdown__title:first-of-type{padding-top:0}.providers-dropdown__title:first-of-type:before{display:none}.providers-dropdown__item{list-style:none;margin:0;padding:0 0 18px}.providers-dropdown__item:last-of-type{padding-bottom:0}.providers-dropdown__item a{font-family:"Benton",sans-serif;color:#333;font-weight:500;display:block;padding:6px 24px;cursor:pointer;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.providers-dropdown__item a{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-dropdown__item a{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.providers-dropdown__item a{font-size:16px;line-height:20px}}.providers-dropdown__item a:focus{outline:none;color:#7030ac}.providers-dropdown__item a:focus em{border-bottom-color:#7030ac}.providers-dropdown__item a:hover{color:#7030ac}.providers-dropdown__item a:hover em{border-bottom-color:#7030ac}.providers-dropdown__item a em{font-style:normal;border-bottom:2px solid #333}.providers-dropdown--empty{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);background:#fff;font-size:18px;font-weight:700;line-height:20px;padding:65px 0;text-align:center}.search-doctors .select-icon{position:absolute;right:0;top:2px;text-align:center;vertical-align:baseline;cursor:pointer}.search-doctors .select-icon--arrow{padding:0 1px 0 5px;width:25px;pointer-events:none}.search-doctors .select-icon--arrow:after{content:'\F078';font-family:"FontAwesome";font-size:14px;width:14px;height:24px;line-height:2.3;color:#666}.search-doctors .select-icon--clean{width:25px;padding-left:5px;min-height:34px;z-index:8500}.search-doctors .select-icon--clean:after{content:'\F00D';font-family:"FontAwesome";font-size:16px;width:13px;height:16px;line-height:1.9;color:#624988}.search-doctors__header{background:#ececec;min-height:318px}.search-doctors__header:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__header:before{height:123px}}@media only screen and (min-width: 1024px){.search-doctors__header:before{height:139px}}.search-doctors__header:before{display:block;position:relative;height:2px;content:'';font-size:0;line-height:0;background-color:#f7f7f7}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__header:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__header:before{top:-16px}}@media only screen and (min-width: 1024px){.search-doctors__header:before{top:-24px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__header{padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__header{padding:16px 0 32px}}@media only screen and (min-width: 1024px){.search-doctors__header{padding:24px 0 48px}}.search-doctors__filter-by-fields{position:relative}.search-doctors__filters-group{float:left;width:calc(48px + ((100% - 264px) / 12 * 3))}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filters-group{padding-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filters-group{padding-top:32px}}@media only screen and (min-width: 1024px){.search-doctors__filters-group{padding-top:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filters-group{width:auto;float:none;margin-bottom:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filters-group{width:auto;float:none;margin-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filter-container--header{padding-bottom:8px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filter-container--header{padding-bottom:8px}}.search-doctors__filter-container--close{padding-top:0;border-bottom:1px solid #666}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filter-container--open{padding:32px 0 16px;border-top:1px solid #666;border-bottom:1px solid #666}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filter-container--open{padding:0;border-top:1px solid #666;border-bottom:1px solid #666}}.search-doctors__results{padding-top:40px;margin-left:24px;float:left;width:calc(192px + ((100% - 264px) / 12 * 9))}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__results{width:auto;float:none;margin-left:0;margin-bottom:0;padding-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__results{margin-left:0;width:auto;float:none;padding-top:0}}.search-doctors__filter-heading{font-family:"Benton",sans-serif;color:#333;font-weight:300;margin:0 0 10px;padding:0;float:left}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filter-heading{font-size:22px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filter-heading{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.search-doctors__filter-heading{font-size:26px;line-height:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filter-heading{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filter-heading{display:none}}.search-doctors__filter-clear{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;float:right;margin-top:10px;text-align:right;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filter-clear{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filter-clear{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-doctors__filter-clear{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filter-clear{float:none;clear:left;text-align:left;margin-top:0;margin-bottom:8px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filter-clear{float:none;clear:left;text-align:left;margin-bottom:8px}}.search-doctors__condition-more{float:right;width:30%}.search-doctors__search-input{position:relative;margin-bottom:20px}.search-doctors__search-input:before{position:absolute;left:0;top:8px;width:40px;height:40px;display:inline-block;vertical-align:middle;content:'\f002';font-family:"FontAwesome";font-size:30px;font-weight:700;color:#666}.search-doctors__search-input input{width:100%;padding:5px 20px 5px 50px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;border:0;border-bottom:1px solid #333;background:none;color:#333;font-size:42px;line-height:48px;letter-spacing:-.5px;font-weight:500}.search-doctors__search-input input:focus{outline:none;border-color:#0c9}.search-doctors--location .search-doctors__container,.search-doctors--condition .search-doctors__container{margin:0 auto}.search-doctors--location .search-doctors__container:before,.search-doctors--condition .search-doctors__container:before{display:none !important}.search-doctors--location .search-doctors__filters-group,.search-doctors--condition .search-doctors__filters-group{float:none;width:auto}.search-doctors--location .search-doctors__total,.search-doctors--condition .search-doctors__total{float:left}.touchevents .search-doctors__field-insurance .select-icon--arrow{pointer-events:auto;padding:0 5px 0 8px;width:28px}@media print{.page--fad .search-doctors{position:relative}.page--fad .search-doctors__header{background:none;padding:0;position:absolute;top:0;width:100%;margin-top:10px}.page--fad .search-doctors__header:before{display:none}.page--fad .search-doctors__body{padding-top:240px}.page--fad .search-doctors__body--with-out-header{padding-top:0}.page--fad .search-doctors__container{width:100%;margin:10px 0 0;max-width:none}.page--fad .search-doctors__container:before{display:none}.page--fad .search-doctors__container--header{margin:0 !important}.page--fad .search-doctors__result-header{display:none}.page--fad .search-doctors__content{width:100%}.page--fad .search-doctors__content p{display:none}.page--fad.page--condition .search-doctors,.page--fad.page--location .search-doctors{margin-top:-20px}.page--fad.page--condition .search-doctors__container--body,.page--fad.page--location .search-doctors__container--body{margin:0}.page--fad.page--condition .search-doctors__filters-group,.page--fad.page--location .search-doctors__filters-group{padding:0}}@media only screen and (min-width: 1024px){.providers-header__section--filters{margin:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__section--filters{margin:20px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__section--filters{margin:20px 0}}.providers-header__title{display:inline-block}.providers-header__share{margin-bottom:24px}.providers-header__content,.providers-header__filters{float:left}@media only screen and (min-width: 1024px){.providers-header__content,.providers-header__filters{width:calc(192px + ((100% - 264px) / 12 * 9))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__content,.providers-header__filters{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__content,.providers-header__filters{width:100%}}.providers-header__main-text p{font-family:"Benton",sans-serif;color:#333;font-weight:400;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__main-text p{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__main-text p{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.providers-header__main-text p{font-size:18px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__main-text p{margin:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__main-text p{margin:0 0 32px}}@media only screen and (min-width: 1024px){.providers-header__main-text p{margin:0 0 48px}}@media only screen and (min-width: 1024px){.providers-header__main-text p{width:calc(144px + ((100% - 192px) / 9 * 7))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__main-text p{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__main-text p{width:100%}}@media print{.providers-header__title{font-size:22px !important;margin:0 14% 24pt 18% !important;padding-top:10px;display:block;position:relative;height:48px}.providers-header__share{display:none}.providers-header__filters{display:block;width:100% !important;padding:10px 0 0}.providers-header__content{margin:0;width:100%}.providers-header__main-text{display:none}}.providers-header-filters__filter-dropdown{display:inline-block;float:left}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__filter-dropdown{width:100%}}.providers-header-filters__filter-dropdown--insurance{margin-left:40px}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__filter-dropdown--insurance{margin-top:10px;margin-left:0}}.providers-header-filters__filter-label{font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__filter-label{display:none}}.providers-header-filters__field-location,.providers-header-filters__field-insurance{position:relative;min-width:300px;z-index:100}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__field-location,.providers-header-filters__field-insurance{min-width:170px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-location,.providers-header-filters__field-insurance{width:100%;min-width:inherit}}.providers-header-filters__field-insurance:hover .tooltip--insurance{display:block}.providers-header-filters__field-insurance .Select-menu-outer{min-width:450px;max-height:680px}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-insurance .Select-menu-outer{min-width:0;width:100%;max-height:400px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-insurance .Select-menu{max-height:383px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__field-insurance .Select-menu{max-height:662px}}@media only screen and (min-width: 1024px){.providers-header-filters__field-insurance .Select-menu{max-height:654px}}.providers-header-filters__field-insurance .Select-noresults{position:relative;padding-top:252px;min-height:678px}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-insurance .Select-noresults{padding-top:26px;min-height:398px}}.providers-header-filters__field-location:hover .location-select,.providers-header-filters__field-location:hover .select-icon:after{color:#7b70bf}.providers-header-filters__field-location .location-select{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;background:none;font-size:18px;font-family:"Benton",sans-serif;font-weight:500;line-height:1.33;color:#624988;border-bottom:solid 2px #333;border-radius:0;-webkit-appearance:none;-moz-appearance:none;width:100%;height:36px;cursor:pointer}.providers-header-filters__field-location .location-select--disabled{cursor:default}.providers-header-filters__field-location .location-select:focus{outline:none}.providers-header-filters__field-location .location-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #624988}.providers-header-filters__field-location .location-select::-ms-expand{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-location .location-select{font-size:16px}}.providers-header-filters__field-location .select-icon--arrow{pointer-events:none}.providers-header-filters__field-location--hide{display:none}@media print{.providers-header-filters__field-location,.providers-header-filters__field-insurance{min-width:inherit}.providers-header-filters__field-location{padding-top:1px;width:180px}.providers-header-filters__field-insurance{width:350px}.providers-header-filters__filter-dropdown label{font-size:16px;color:#666;margin:0}.providers-header-filters__filter-dropdown .select-icon{display:none !important}.providers-header-filters__filter-dropdown .Select-control,.providers-header-filters__filter-dropdown .location-select{border-bottom:3px solid #d8d8d8 !important}.providers-header-filters__filter-dropdown .Select-value,.providers-header-filters__filter-dropdown .Select-value-label,.providers-header-filters__filter-dropdown .location-select{font-family:"benton bold", sans-serif !important;padding-left:0 !important;font-weight:800 !important;color:#624988}}.search-doctors-loader{background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:96px;height:40px;margin:90px auto 0}.search-doctors-loader--insurance,.search-doctors-loader--location{position:absolute;top:10px;margin:0;right:0;width:36px;height:15px}.share-page{margin-bottom:24px}.print-button__icon{cursor:pointer;text-align:center;text-decoration:none;-webkit-tap-highlight-color:transparent;height:30px;width:30px}.print-button__icon:after{display:inline-block;font-family:"FontAwesome";font-size:15px;line-height:1;text-align:center;font-style:normal;font-weight:400;text-decoration:none;vertical-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;border-radius:50%;color:#4a4a4a;content:"\F02F";height:30px;width:30px;padding:7px 8px}.print-button__icon:hover:after{background-color:silver}@media only screen and (min-width: 0) and (max-width: 640px){.print-button{margin-bottom:15px}}@media print{.print-button{display:none}}.show-all-doctors{float:right;list-style-type:none;padding:0;margin:0;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.show-all-doctors{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.show-all-doctors{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.show-all-doctors{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.show-all-doctors{float:none}}@media only screen and (min-width: 0) and (max-width: 640px){.show-all-doctors{float:none}}.show-all-doctors__item{display:inline-block;border-right:2px solid #ececec}.show-all-doctors__item:last-child{border-right:none;padding:0 0 0 10px}.show-all-doctors__item:first-child{padding:0 10px 0 0}.show-all-doctors__link{text-decoration:none;color:#666}.show-all-doctors__link:hover{color:#7b70bf;border-color:transparent}.show-all-doctors__link--active{font-weight:700;color:#333;padding-bottom:4px;border-bottom:2px solid #333}@media only screen and (min-width: 641px) and (max-width: 1023px){.show-all-doctors{text-align:left}.show-all-doctors__link--active{padding-bottom:2px}}@media only screen and (min-width: 0) and (max-width: 640px){.show-all-doctors{text-align:center}.show-all-doctors__link--active{padding-bottom:2px}}@media only screen and (min-width: 0) and (max-width: 640px){.show-all-doctors--location,.show-all-doctors--condition{float:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.show-all-doctors--location,.show-all-doctors--condition{float:none}}@media only screen and (min-width: 1024px){.show-all-doctors--location,.show-all-doctors--condition{float:none}}.show-all-doctors--location .show-all-doctors__item,.show-all-doctors--condition .show-all-doctors__item{border-color:#ccc}.page-size-selector{float:right;padding:0;position:relative;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.page-size-selector{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-size-selector{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.page-size-selector{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-size-selector{float:none}}@media only screen and (min-width: 0) and (max-width: 640px){.page-size-selector{float:none}}.page-size-selector__options{list-style-type:none;padding:0;position:relative;margin:0}.page-size-selector__item{position:relative;display:inline-block;border-right:2px solid #ececec;text-decoration:none;color:#666}.page-size-selector__item:last-child{border-right:none;padding:0 0 0 10px}.page-size-selector__item:first-child{padding:0 10px 0 0}.page-size-selector__item--print{min-width:auto}.page-size-selector__item--condition,.page-size-selector__item--location{border-right:1px solid #580f8b}.page-size-selector__link{font-weight:700;color:#5d0e8b;padding-bottom:4px;border-bottom:2px solid #5d0e8b;text-decoration:none;margin-left:10px}.page-size-selector__link:hover{color:#7b70bf;border-color:transparent}.page-size-selector__link:after{font-family:"FontAwesome";margin-left:10px;content:"\f078"}.page-size-selector__print{font-weight:700;color:#5d0e8b;text-decoration:none}.page-size-selector__print:hover{color:#7b70bf;border-color:transparent}.page-size-selector__print:after{font-family:"FontAwesome";margin-left:10px;content:"\f02f"}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-size-selector{text-align:left}.page-size-selector__link--active{padding-bottom:2px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-size-selector{text-align:center}.page-size-selector__link--active{padding-bottom:2px}}.page-size-selector__providers-dropdown{position:absolute;white-space:nowrap;background:#fff;z-index:110;-webkit-box-shadow:0 2px 8px #ccc;box-shadow:0 2px 8px #ccc;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media only screen and (min-width: 0) and (max-width: 640px){.page-size-selector__providers-dropdown{padding:7.5px 3.75px 7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-size-selector__providers-dropdown{padding:8px 4px 8px 0}}@media only screen and (min-width: 1024px){.page-size-selector__providers-dropdown{padding:12px 6px 12px 0}}.page-size-selector__providers-dropdown--empty{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);background:#fff;font-size:18px;font-weight:700;line-height:20px;padding:65px 0;text-align:center}.page-size-selector__page-size-items{list-style:none;margin:0;padding:0 0 18px}.page-size-selector__page-size-items:last-of-type{padding-bottom:0}.page-size-selector__item-link{font-family:"Benton",sans-serif;color:#333;font-weight:500;display:block;padding:6px 24px;cursor:pointer;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.page-size-selector__item-link{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-size-selector__item-link{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.page-size-selector__item-link{font-size:16px;line-height:20px}}.page-size-selector__item-link:hover{color:#7030ac}.page-size-selector__item-link:hover em{border-bottom-color:#7030ac}.page-size-selector__item-link em{font-style:normal;border-bottom:2px solid #333}@media print{.page-size-selector{display:none}}.location-select{float:right;padding:0 42px 0 0;position:relative;height:36px;white-space:nowrap;outline:none;text-align:left;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.location-select{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.location-select{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.location-select{width:calc(100% - 116px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select{float:none}}@media only screen and (min-width: 0) and (max-width: 640px){.location-select{float:none}}.location-select__link{display:inline-block;font-weight:700;color:#5d0e8b;padding:0 0 4px;text-decoration:none;margin-left:10px;line-height:34px;white-space:nowrap;cursor:pointer}.location-select__link:hover{color:#7b70bf;border-color:transparent}.location-select__link:focus{outline:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select__link--active{padding-bottom:2px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-select__link--active{padding-bottom:2px}}.location-select__dropdown{position:absolute;white-space:nowrap;background:#fff;z-index:8501;-webkit-box-shadow:0 2px 8px #ccc;box-shadow:0 2px 8px #ccc;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media only screen and (min-width: 0) and (max-width: 640px){.location-select__dropdown{padding:7.5px 3.75px 7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select__dropdown{padding:8px 4px 8px 0}}@media only screen and (min-width: 1024px){.location-select__dropdown{padding:12px 6px 12px 0}}.location-select__dropdown--empty{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);background:#fff;font-size:18px;font-weight:700;line-height:20px;padding:65px 0;text-align:center}.location-select__locations{list-style:none;margin:0;padding:0 0 18px}.location-select__locations:last-of-type{padding-bottom:0}.location-select__item-link{font-family:"Benton",sans-serif;color:#333;font-weight:500;display:block;padding:6px 24px;cursor:pointer;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.location-select__item-link{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select__item-link{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.location-select__item-link{font-size:16px;line-height:20px}}.location-select__item-link:hover{color:#7030ac}.provider-landing-body__section--white{background-color:#fff}.provider-landing-body__clearfix{clear:both}.provider-landing-body__tiles{padding-bottom:48px}.provider-landing-body__speciality-title{font-family:"Metric",sans-serif;color:#580f8b;font-weight:700;text-align:center;margin:72px 0 24px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-body__speciality-title{font-size:28px;line-height:1.14}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-body__speciality-title{font-size:28px;line-height:1.71}}@media only screen and (min-width: 1024px){.provider-landing-body__speciality-title{font-size:42px;line-height:1.14}}.provider-landing-body__speciality-text{font-family:"Utopia",serif;color:#333;font-weight:400;margin:24px auto;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-body__speciality-text{font-size:14px;line-height:1.43}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-body__speciality-text{font-size:16px;line-height:1.75}}@media only screen and (min-width: 1024px){.provider-landing-body__speciality-text{font-size:16px;line-height:1.75}}.provider-landing-body__loader{background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:96px;height:40px;margin:90px auto 0}.provider-landing-speciality-tile{border-radius:4px;-o-object-fit:contain;object-fit:contain;float:left;background-color:#fff;border-top:#65bbb4 5px solid;padding:35px 30px;text-decoration:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-speciality-tile{border-radius:3.2px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-speciality-tile{border-radius:2.4px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-speciality-tile{width:100%;margin-left:0;margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-speciality-tile{width:calc(((100% - 16px) / 2 * 1));margin-left:15.95px;margin-top:16px}.provider-landing-speciality-tile:nth-of-type(2n+1){margin-left:0}}@media only screen and (min-width: 1024px){.provider-landing-speciality-tile{width:calc(((100% - 48px) / 3 * 1));margin-left:23.95px;margin-top:24px}.provider-landing-speciality-tile:nth-of-type(3n+1){margin-left:0}}.provider-landing-speciality-tile:hover{background-color:#571989;border-top:#571989 5px solid}.provider-landing-speciality-tile:hover .provider-landing-speciality-tile__text{color:#fff}.provider-landing-speciality-tile:hover .provider-landing-speciality-tile__text:after{color:#fff}.provider-landing-speciality-tile__text{font-family:"Metric",sans-serif;color:#580f8b;font-weight:500;display:block;height:15px;-o-object-fit:contain;object-fit:contain;text-align:left;text-decoration:none;cursor:pointer;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-speciality-tile__text{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-speciality-tile__text{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){.provider-landing-speciality-tile__text{font-size:18px;line-height:1}}.provider-landing-speciality-tile__text:hover,.provider-landing-speciality-tile__text:link,.provider-landing-speciality-tile__text:visited{text-decoration:none}.provider-landing-speciality-tile__text:after{content:'\f054';font-family:"FontAwesome";position:absolute;right:0;top:calc((50% - 9px))}.provider-tile{background-color:#fff;line-height:1.25em;margin:24px 0 0}.provider-tile:first-child{margin:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile{margin:16px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile{margin:15px 0 0}}.provider-tile__provider-info{padding:24px;position:relative;min-height:248px}.provider-tile__provider-image-container{position:absolute;left:24px;top:24px;width:17%;max-width:150px}.provider-tile__details{margin-left:17%;float:left;padding-left:24px;width:83%;position:relative;min-height:200px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__details{padding-left:0;margin-left:0;width:100%}}.provider-tile__non-primary-location-toggle-container{position:absolute;bottom:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__non-primary-location-toggle-container{position:relative;margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.provider-tile__non-primary-location-toggle:hover{cursor:pointer}.provider-tile__non-primary-location-toggle:focus{outline:none}.provider-tile__non-primary-location-toggle-text{font-family:"Benton",sans-serif;color:#50007c;font-weight:500;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__non-primary-location-toggle-text{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__non-primary-location-toggle-text{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-tile__non-primary-location-toggle-text{font-size:16px;line-height:18px}}.provider-tile__non-primary-location-toggle-icon:after{font-family:'FontAwesome', serif;content:'\f107';-webkit-transition:0.25s ease-in-out;transition:0.25s ease-in-out;color:#50007c;font-size:22px;padding-left:6px;vertical-align:text-top}.provider-tile__non-primary-location-toggle-icon--open:after{font-family:'FontAwesome', serif;content:'\f106';-webkit-transition:0.25s ease-in-out;transition:0.25s ease-in-out;color:#50007c;font-size:22px;padding-left:6px;vertical-align:text-top}.provider-tile__non-primary-locations{position:relative;padding:0 24px 24px}.provider-tile__non-primary-locations--hidden{display:none}.provider-tile__location-wrapper{position:relative;border-top:1px solid #dbdbdb;padding:24px 0}.provider-image{width:100%;text-decoration:none}.provider-image__image,.provider-image__alt-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}.provider-image__alt-image{position:relative;margin-bottom:10px;display:block;background-color:#580f8b;cursor:pointer}.provider-image__alt-image>span{position:relative;height:0;display:block;width:100%;padding-bottom:133.33%}.provider-image__alt-image>span>span{position:absolute;top:50%;width:100%;height:50px;margin-top:-25px;text-align:center;line-height:50px;font-size:42px;font-weight:900;color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.provider-image__alt-image>span>span{font-size:34px}}@media print{.provider-image__alt-image{width:60px}.provider-image__alt-image>span>span{font-size:28px}}.provider-details__details-header{margin-right:260px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-details__details-header{margin-right:200px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-details__details-header{padding-left:24px;margin:0 0 0 17%}}.provider-details__provider-name-link{font-family:"Benton",sans-serif;color:#333;font-weight:700;display:inline;margin:0;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-details__provider-name-link{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-details__provider-name-link{font-size:18px;line-height:20px}}@media only screen and (min-width: 1024px){.provider-details__provider-name-link{font-size:18px;line-height:20px}}.provider-details__provider-name-link:hover{text-decoration:underline}.provider-details__provider-name-link:visited{color:#50007c}.provider-details__degrees{text-decoration:none;font-weight:400}.provider-details__degrees:hover{text-decoration:none}.provider-details__specialties{font-family:"Benton",sans-serif;color:#333;font-weight:400;margin:4.8px 0 24px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-details__specialties{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-details__specialties{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-details__specialties{font-size:16px;line-height:18px}}.provider-details__tooltip{background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;color:#000;font-family:'Benton', sans-serif;font-size:13px;left:-6px;margin-bottom:15px;opacity:0;padding:10px;position:absolute;text-align:center;top:125%;-webkit-transition:opacity .5s linear;transition:opacity .5s linear;-webkit-transition-delay:initial;transition-delay:initial;visibility:hidden;width:150px;z-index:2}.provider-details__tooltip:before,.provider-details__tooltip:after{border-left:10px solid transparent;border-right:10px solid transparent;content:"";left:10%;margin-left:-10px;position:absolute;top:-10px}.provider-details__tooltip:before{border-bottom:10px solid #d1d1d1}.provider-details__tooltip:after{border-bottom:10px solid #fff;margin-top:2px;z-index:1}@media only screen and (min-width: 0) and (max-width: 640px){.provider-details__tooltip{display:none}}@media print{.provider-details__details-header{margin-right:0}}.provider-location{margin-right:260px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location{margin-right:200px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location{margin-right:0}}.provider-location__location-appointment{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:absolute;right:0;top:4.8px;width:240px;height:50px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-appointment{width:180px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-appointment{min-width:100%;position:relative}}.provider-location__location-appointment--non-primary{top:28.8px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-appointment--non-primary{top:0}}.provider-location__location-appointment-phone{font-family:"Benton",sans-serif;color:#50007c;font-weight:500;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-appointment-phone{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-appointment-phone{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-location__location-appointment-phone{font-size:16px;line-height:18px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-appointment-phone{display:none}}.provider-location__appointment-link-container-text{font-family:"Benton",sans-serif;color:#333;font-weight:400;margin:0 0 9.6px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__appointment-link-container-text{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__appointment-link-container-text{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-location__appointment-link-container-text{font-size:16px;line-height:18px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__appointment-link-container-text{display:none}}.provider-location__location-schedule-button,.provider-location__location-appointment-cta,.provider-location__location-appointment-button{font-family:"Benton",sans-serif;color:#333;font-weight:400;font-weight:500;background-color:#5d0089;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;text-decoration:none;border-radius:25px;-webkit-transition:background-color .3s, border-color .3s, color .3s;transition:background-color .3s, border-color .3s, color .3s}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-schedule-button,.provider-location__location-appointment-cta,.provider-location__location-appointment-button{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-schedule-button,.provider-location__location-appointment-cta,.provider-location__location-appointment-button{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-location__location-schedule-button,.provider-location__location-appointment-cta,.provider-location__location-appointment-button{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-schedule-button,.provider-location__location-appointment-cta,.provider-location__location-appointment-button{font-size:12px}}.provider-location__location-schedule-button:hover,.provider-location__location-appointment-cta:hover,.provider-location__location-appointment-button:hover{background-color:#90f}.provider-location__location-schedule-button--tel,.provider-location__location-appointment-cta--tel,.provider-location__location-appointment-button--tel{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-schedule-button--tel,.provider-location__location-appointment-cta--tel,.provider-location__location-appointment-button--tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.provider-location--non-primary{margin-left:17%;padding-left:24px;margin-top:24px}.provider-location--non-primary:first-child{margin-top:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location--non-primary{padding-left:0;margin-left:0;width:100%}}@media print{.location{display:none}}.provider-location-info{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;vertical-align:top;width:100%}@media only screen and (min-width: 1024px){.provider-location-info{min-height:85px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info{min-height:69px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info{padding-left:24px;margin-left:17%;width:auto}}.provider-location-info__location-link{font-family:"Benton",sans-serif;color:#333;font-weight:400;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__location-link{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info__location-link{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-location-info__location-link{font-size:16px;line-height:18px}}.provider-location-info__practice-name{font-weight:500;margin:0}.provider-location-info__address{margin:4.8px 0 0}.provider-location-info__address:last-child{margin-bottom:14.4px}.provider-location-info__phone-number{margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__phone-number{padding-bottom:15px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__phone-number--desktop-only{display:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info__phone-number--desktop-only{display:none}}.provider-location-info__tel{font-family:"Benton",sans-serif;color:#50007c;font-weight:500;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__tel{font-size:14px;line-height:16px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info__tel{font-size:16px;line-height:18px}}@media only screen and (min-width: 1024px){.provider-location-info__tel{font-size:16px;line-height:18px}}.provider-location-info__tel:hover{text-decoration:underline}.filter-checkbox{margin-top:20px}.filter-checkbox__label{position:relative;margin:0;cursor:pointer;line-height:22px}.filter-checkbox__label--disable{cursor:default}.filter-checkbox__input{position:relative;top:0;margin-right:20px;cursor:pointer}.filter-checkbox__input:after{position:absolute;width:22px;height:22px;top:-3px;content:"";border-radius:3px;background:#fff;cursor:pointer;border:1px solid silver}.filter-checkbox__input:checked:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);height:50%;position:absolute;width:22px;content:"";z-index:1;border:2px solid #545454;border-top-style:none;border-right-style:none;border-radius:0;top:3px}.filter-checkbox__input:disabled{cursor:default}.provider-filter-switch{margin-bottom:20px;width:100%;border:solid 1px #ccc;background-color:#fff;padding:15px 20px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter-switch{width:100%;margin:0}.provider-filter-switch:last-child{border-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter-switch{width:100%;margin:0}.provider-filter-switch:last-child{border-top:0}}.provider-filter-switch--disable{cursor:not-allowed}.provider-filter-switch__label{font-family:"Metric",sans-serif;color:#333;font-weight:600;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;letter-spacing:.6px;font-style:normal;font-stretch:normal;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter-switch__label{font-size:18px;line-height:1.22}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter-switch__label{font-size:18px;line-height:1.22}}@media only screen and (min-width: 1024px){.provider-filter-switch__label{font-size:18px;line-height:1.22}}.provider-filter-switch__label--disable{cursor:not-allowed;color:#ececec}.provider-filter-switch__slider-wrapper{-ms-flex-item-align:center;align-self:center;margin-left:8px}.provider-filter-switch__slider-container{position:relative;display:inline-block;width:30px;height:10px}.provider-filter-switch__input{display:none}.provider-filter-switch__input:checked+.provider-filter-switch__slider{background-color:#ad39ff}.provider-filter-switch__input:checked+.provider-filter-switch__slider:before{-webkit-transform:translateX(13px);transform:translateX(13px);background-color:#580f8b}.provider-filter-switch__input:focus+.provider-filter-switch__slider{-webkit-box-shadow:0 0 1px #666;box-shadow:0 0 1px #666}.provider-filter-switch__slider{border-radius:10px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ececec;-webkit-transition:.2s;transition:.2s;-webkit-box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.2);box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.2)}.provider-filter-switch__slider:before{border-radius:50%;position:absolute;content:"";height:18px;width:18px;left:0;bottom:-4px;background-color:#666;-webkit-transition:.2s;transition:.2s;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.6);box-shadow:0 1px 1px 0 rgba(0,0,0,0.6)}.provider-filter-switch__slider--disable{cursor:not-allowed;-webkit-box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.15)}.provider-filter-switch__slider--disable:before{background-color:#ececec;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}.provider-no-result{font-family:"Benton",sans-serif;color:#333;font-weight:400;margin-top:60px;margin-bottom:12px;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.provider-no-result{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-no-result{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.provider-no-result{font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-no-result{text-align:left;margin-top:48px;margin-bottom:8px}}.provider-no-result__highlighted-info{font-weight:700;margin-bottom:12px;display:block}.provider-no-result__sentence{margin:0}.provider-no-result__tel{font-family:"Benton",sans-serif;color:#333;font-weight:700;font-style:normal;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-no-result__tel{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-no-result__tel{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.provider-no-result__tel{font-size:18px;line-height:24px}}.provider-no-result__link{font-family:"Benton",sans-serif;color:#7030ac;font-weight:700;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-no-result__link{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-no-result__link{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.provider-no-result__link{font-size:18px;line-height:24px}}.provider-no-result__link:hover{color:#7b70bf;border-bottom:2px solid #7b70bf}.provider-accordion-toggle{cursor:pointer;border:none;background:none;padding:0;text-align:left;position:relative;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.provider-accordion-toggle{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-accordion-toggle{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.provider-accordion-toggle{font-size:16px;line-height:22px}}.provider-accordion-toggle:after{content:'\f0b0';float:right;line-height:20px;padding-left:6px;font-family:"FontAwesome"}.provider-accordion-toggle:focus{color:#580f8b;outline:none}.provider-accordion-toggle--close:after{content:'\f00d'}.provider-accordion-toggle__text--help-counter{font-family:"Metric",sans-serif;font-weight:400}.provider-accordion-toggle__counter-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-2px;right:-6px;width:12px;height:12px;border-radius:100%;background:#f4364c;color:#fff}.provider-accordion-toggle__counter{font-family:"Metric",sans-serif;font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;line-height:.67;letter-spacing:normal;text-align:center;margin-top:2px}.provider-control-center__button,.provider-control-center__button-label-container{font-family:"Metric",sans-serif;font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.22;letter-spacing:.6px;text-align:center;color:#333}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button,.provider-control-center__button-label-container{font-size:10px;line-height:1.2;letter-spacing:.3px}}.provider-control-center__button-icon--clear:before,.provider-control-center__button-icon--clear-sub:before,.provider-control-center__button-icon--page-size:after,.provider-control-center__button-icon--print:after{display:inline-block;font-family:"FontAwesome";font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#333;pointer-events:none;padding-left:5px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-icon--clear:before,.provider-control-center__button-icon--clear-sub:before,.provider-control-center__button-icon--page-size:after,.provider-control-center__button-icon--print:after{padding-left:0;font-size:20px}}.provider-control-center{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:48px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;border:1px solid #ccc;border-radius:8px 8px 0 0;background-color:#ececec}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center{height:57px}}.provider-control-center__button{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:33.33333%;height:46px;background-color:#ececec;top:0;border:0;padding:0;margin:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button{height:55px}}.provider-control-center__button--page-size{border-left:1px solid #ccc;border-right:1px solid #ccc}.provider-control-center__button--disabled{cursor:default}.provider-control-center__button-label-container{pointer-events:none;width:100%;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-label-container{height:55px}}.provider-control-center__button-label-container--disabled{color:#ccc}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-label--clear{position:relative;top:7px}}.provider-control-center__button-icon:focus{outline:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-icon{position:relative;display:block;top:-12px}}.provider-control-center__button-icon--clear:before{content:'\f0b0'}.provider-control-center__button-icon--clear-sub:before{content:'\f05c';font-size:8px;padding-left:0;position:relative;right:3px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-icon--clear-sub:before{font-size:12px;right:-9px}}.provider-control-center__button-icon--page-size:after{content:'\f00b'}.provider-control-center__button-icon--print:after{content:'\f02f'}.provider-control-center__button-icon--disabled:before,.provider-control-center__button-icon--disabled:after{color:#ccc}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-text{display:block;position:relative;top:25px}}.provider-control-center__page-size-selector{outline:none;-webkit-appearance:none;-moz-appearance:none;display:block;width:100%;height:46px;border:0;background-color:transparent;color:transparent;position:absolute;top:0;left:0;cursor:pointer}.provider-control-center__page-size-selector:-moz-focusring{color:transparent;text-shadow:0 0 0 transparent}.provider-control-center__page-size-selector::-ms-expand,.provider-control-center__page-size-selector::-ms-value{display:none}.provider-control-center__page-size-selector option:not(:checked){color:#000}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__page-size-selector{height:55px}}.provider-control-center__page-size-selector--disabled{cursor:default}.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button,.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play,.theme-cta-button-play--with-text,.video-control__full-length-video,.theme-cta-button-pause,.video-control__button--pause,.theme-cta-button--white,.image-callout__color-block-link--button,.theme-cta-button,.theme-cta-button--multiline,.button,.page--location .location__overview_links .arrow:after,.condition-doctors__cta,.location-doctors__cta,.location-doctors__button,.location-tile__link{-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:60px;border:none;outline:none;display:inline-block;white-space:nowrap;background-color:#580f8b;text-decoration:none;line-height:1;font-family:"Metric",sans-serif;font-weight:500;letter-spacing:normal;text-align:center;color:#fff;cursor:pointer;min-width:180px}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button,.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play,.theme-cta-button-play--with-text,.video-control__full-length-video,.theme-cta-button-pause,.video-control__button--pause,.theme-cta-button--white,.image-callout__color-block-link--button,.theme-cta-button,.theme-cta-button--multiline,.button,.page--location .location__overview_links .arrow:after,.condition-doctors__cta,.location-doctors__cta,.location-doctors__button,.location-tile__link{padding:17px 40px;font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button,.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play,.theme-cta-button-play--with-text,.video-control__full-length-video,.theme-cta-button-pause,.video-control__button--pause,.theme-cta-button--white,.image-callout__color-block-link--button,.theme-cta-button,.theme-cta-button--multiline,.button,.page--location .location__overview_links .arrow:after,.condition-doctors__cta,.location-doctors__cta,.location-doctors__button,.location-tile__link{padding:17px 40px;font-size:16px}}@media only screen and (min-width: 1024px){.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button,.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play,.theme-cta-button-play--with-text,.video-control__full-length-video,.theme-cta-button-pause,.video-control__button--pause,.theme-cta-button--white,.image-callout__color-block-link--button,.theme-cta-button,.theme-cta-button--multiline,.button,.page--location .location__overview_links .arrow:after,.condition-doctors__cta,.location-doctors__cta,.location-doctors__button,.location-tile__link{padding:21px 50px;font-size:18px}}.theme-cta-button--small-white:focus,.theme-cta-button--small:focus,.location-vuc__button:focus,.location__meet-doctors-button:focus,.provider-location__location-schedule-button:focus,.provider-location__location-appointment-button:focus,.theme-cta-button-play:focus,.theme-cta-button-play--small:focus,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:focus,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:focus,.video-control__button--play:focus,.theme-cta-button-play--with-text:focus,.video-control__full-length-video:focus,.theme-cta-button-pause:focus,.video-control__button--pause:focus,.theme-cta-button--white:focus,.image-callout__color-block-link--button:focus,.theme-cta-button:focus,.theme-cta-button--multiline:focus,.button:focus,.page--location .location__overview_links .arrow:focus:after,.condition-doctors__cta:focus,.location-doctors__cta:focus,.location-doctors__button:focus,.location-tile__link:focus,.theme-cta-button--small-white:hover,.theme-cta-button--small:hover,.location-vuc__button:hover,.location__meet-doctors-button:hover,.provider-location__location-schedule-button:hover,.provider-location__location-appointment-button:hover,.theme-cta-button-play:hover,.theme-cta-button-play--small:hover,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:hover,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:hover,.video-control__button--play:hover,.theme-cta-button-play--with-text:hover,.video-control__full-length-video:hover,.theme-cta-button-pause:hover,.video-control__button--pause:hover,.theme-cta-button--white:hover,.image-callout__color-block-link--button:hover,.theme-cta-button:hover,.theme-cta-button--multiline:hover,.button:hover,.page--location .location__overview_links .arrow:hover:after,.condition-doctors__cta:hover,.location-doctors__cta:hover,.location-doctors__button:hover,.location-tile__link:hover{outline:none;background:#460b6f;color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button{padding:18px 40px;font-size:14px}}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button{padding:18px 40px;font-size:14px}}@media only screen and (min-width: 1024px){.theme-cta-button--small-white,.theme-cta-button--small,.location-vuc__button,.location__meet-doctors-button,.provider-location__location-schedule-button,.provider-location__location-appointment-button{padding:17px 40px;font-size:16px}}.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play,.theme-cta-button-play--with-text,.video-control__full-length-video,.theme-cta-button-pause,.video-control__button--pause,.theme-cta-button--white,.image-callout__color-block-link--button{background-color:#fff;color:#580f8b}.theme-cta-button--small-white{background-color:#fff;color:#580f8b}.theme-cta-button--multiline,.button--cta-primary,.image-callout__color-block-link--button{white-space:normal}.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play{min-width:0;padding:0;text-align:center;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.3);box-shadow:0 0 4px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play{width:60px;height:60px;line-height:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play{width:60px;height:60px;line-height:60px}}@media only screen and (min-width: 1024px){.theme-cta-button-play,.theme-cta-button-play--small,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button,.video-control__button--play{width:60px;height:60px;line-height:60px}}.theme-cta-button-play:before,.theme-cta-button-play--small:before,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:before,.video-control__button--play:before{display:inline;font-family:"FontAwesome";content:'\f04b';color:#580f8b;font-size:23px;line-height:60px}.theme-cta-button-play:hover:before,.theme-cta-button-play--small:hover:before,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:hover:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:hover:before,.video-control__button--play:hover:before,.theme-cta-button-play:focus:before,.theme-cta-button-play--small:focus:before,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:focus:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:focus:before,.video-control__button--play:focus:before{color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button-play--small,.video-control__button--small{width:40px;height:40px;line-height:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button-play--small,.video-control__button--small{width:40px;height:40px;line-height:40px}}@media only screen and (min-width: 1024px){.theme-cta-button-play--small,.video-control__button--small{width:40px;height:40px;line-height:40px}}.theme-cta-button-play--small:before,.video-control__button--small:before{font-size:15px;line-height:40px}.theme-cta-button-play--with-text,.video-control__full-length-video{min-width:0;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.3);box-shadow:0 0 4px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button-play--with-text,.video-control__full-length-video{padding-top:0;padding-bottom:0;height:60px;line-height:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button-play--with-text,.video-control__full-length-video{padding-top:0;padding-bottom:0;height:60px;line-height:60px}}@media only screen and (min-width: 1024px){.theme-cta-button-play--with-text,.video-control__full-length-video{padding-top:0;padding-bottom:0;height:60px;line-height:60px}}.theme-cta-button-play--with-text:before,.video-control__full-length-video:before{display:inline-block;vertical-align:middle;margin-right:10px;font-family:"FontAwesome";color:#580f8b;content:'\f04b';font-size:23px}.theme-cta-button-play--with-text:hover:before,.video-control__full-length-video:hover:before,.theme-cta-button-play--with-text:focus:before,.video-control__full-length-video:focus:before{color:#fff}.theme-cta-button-pause,.video-control__button--pause{min-width:0;padding:0;text-align:center;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.3);box-shadow:0 0 4px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button-pause,.video-control__button--pause{width:40px;height:40px;line-height:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button-pause,.video-control__button--pause{width:40px;height:40px;line-height:40px}}@media only screen and (min-width: 1024px){.theme-cta-button-pause,.video-control__button--pause{width:40px;height:40px;line-height:40px}}.theme-cta-button-pause:before,.video-control__button--pause:before{display:inline-block;font-family:"FontAwesome";content:'\f04c';color:#580f8b;font-size:15px;line-height:40px}.theme-cta-button-pause:hover:before,.video-control__button--pause:hover:before,.theme-cta-button-pause:focus:before,.video-control__button--pause:focus:before{color:#fff}.theme-cta-button-prev,.slick-prev,.theme-cta-button-next,.slick-next{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;border-radius:50px;border:none;outline:none;display:inline-block;text-decoration:none;text-align:center;color:#580f8b;cursor:pointer;background-color:#fff;font-size:0;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.3);box-shadow:0 0 4px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-button-prev,.slick-prev,.theme-cta-button-next,.slick-next{width:40px;height:40px}.theme-cta-button-prev:before,.slick-prev:before,.theme-cta-button-next:before,.slick-next:before{line-height:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-button-prev,.slick-prev,.theme-cta-button-next,.slick-next{width:40px;height:40px}.theme-cta-button-prev:before,.slick-prev:before,.theme-cta-button-next:before,.slick-next:before{line-height:40px}}@media only screen and (min-width: 1024px){.theme-cta-button-prev,.slick-prev,.theme-cta-button-next,.slick-next{width:50px;height:50px}.theme-cta-button-prev:before,.slick-prev:before,.theme-cta-button-next:before,.slick-next:before{line-height:50px}}.theme-cta-button-prev:before,.slick-prev:before,.theme-cta-button-next:before,.slick-next:before{font-family:"FontAwesome";color:#580f8b;font-size:14px}.theme-cta-button-prev:focus,.slick-prev:focus,.theme-cta-button-next:focus,.slick-next:focus{outline:none}.theme-cta-button-prev:hover,.slick-prev:hover,.theme-cta-button-next:hover,.slick-next:hover{background:#460b6f;color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}.theme-cta-button-prev:hover:before,.slick-prev:hover:before,.theme-cta-button-next:hover:before,.slick-next:hover:before{color:#fff}.theme-cta-button-prev:before,.slick-prev:before{content:'\f053'}.theme-cta-button-next:before,.slick-next:before{content:'\f054'}h1.theme-h1,.location-hero__title,.node-title,.article__title,.content__title--fad span,.header-area__title,.header-area__heading{font-family:"Metric",sans-serif;font-weight:700;line-height:1}@media only screen and (min-width: 0) and (max-width: 640px){h1.theme-h1,.location-hero__title,.node-title,.article__title,.content__title--fad span,.header-area__title,.header-area__heading{font-size:30px;letter-spacing:-.05px}}@media only screen and (min-width: 641px) and (max-width: 1023px){h1.theme-h1,.location-hero__title,.node-title,.article__title,.content__title--fad span,.header-area__title,.header-area__heading{font-size:36px;letter-spacing:-.06px}}@media only screen and (min-width: 1024px){h1.theme-h1,.location-hero__title,.node-title,.article__title,.content__title--fad span,.header-area__title,.header-area__heading{font-size:56px;letter-spacing:-.09px}}h2.theme-h2,.condition-doctors__title,.image-callout__color-block-title,.location-aside__title,.location-doctors__title,.location-visit__header,.sub-pages-and-resources__title,.treatment-overview__title,.callout-info-wrapper__title,.content__title,.providers-header__title,.hassenfeld-callout__title,.leader__initials,.provider-landing-body__speciality-title,.rich-text h2:not([class]),.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo>span>span{font-family:"Metric",sans-serif;font-weight:700;line-height:1.1}@media only screen and (min-width: 641px) and (max-width: 1023px){h2.theme-h2,.condition-doctors__title,.image-callout__color-block-title,.location-aside__title,.location-doctors__title,.location-visit__header,.sub-pages-and-resources__title,.treatment-overview__title,.callout-info-wrapper__title,.content__title,.providers-header__title,.hassenfeld-callout__title,.leader__initials,.provider-landing-body__speciality-title,.rich-text h2:not([class]),.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo>span>span{font-size:24px;letter-spacing:-.04px}}@media only screen and (min-width: 0) and (max-width: 640px){h2.theme-h2,.condition-doctors__title,.image-callout__color-block-title,.location-aside__title,.location-doctors__title,.location-visit__header,.sub-pages-and-resources__title,.treatment-overview__title,.callout-info-wrapper__title,.content__title,.providers-header__title,.hassenfeld-callout__title,.leader__initials,.provider-landing-body__speciality-title,.rich-text h2:not([class]),.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo>span>span{font-size:24px;letter-spacing:-.04px}}@media only screen and (min-width: 1024px){h2.theme-h2,.condition-doctors__title,.image-callout__color-block-title,.location-aside__title,.location-doctors__title,.location-visit__header,.sub-pages-and-resources__title,.treatment-overview__title,.callout-info-wrapper__title,.content__title,.providers-header__title,.hassenfeld-callout__title,.leader__initials,.provider-landing-body__speciality-title,.rich-text h2:not([class]),.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo>span>span{font-size:42px;letter-spacing:-.07px}}h3.theme-h3,.condition-ankle-area__title-main,.cta-box-tile__title,.location-vuc__title,.condition-no-result__highlighted-info,.nyulmc-callout-paragraph__content,.nyulmc_quote__content,.location__main,.location__address-title,.location-group-callout__title,.provider-no-result__highlighted-info,.rich-text h3:not([class]),.search-results__conditions h3:not([class]),.search-results__pages-header h3:not([class]),.search-results__doctors-header.search-results__doctors-header h3:not([class]),.search-results__no-results-content-snippet.search-results__no-results-content-snippet:first-child span:not([class]),.search-results__no-results-query{font-family:"Metric",sans-serif;font-weight:700;line-height:1.2}@media only screen and (min-width: 641px) and (max-width: 1023px){h3.theme-h3,.condition-ankle-area__title-main,.cta-box-tile__title,.location-vuc__title,.condition-no-result__highlighted-info,.nyulmc-callout-paragraph__content,.nyulmc_quote__content,.location__main,.location__address-title,.location-group-callout__title,.provider-no-result__highlighted-info,.rich-text h3:not([class]),.search-results__conditions h3:not([class]),.search-results__pages-header h3:not([class]),.search-results__doctors-header.search-results__doctors-header h3:not([class]),.search-results__no-results-content-snippet.search-results__no-results-content-snippet:first-child span:not([class]),.search-results__no-results-query{font-size:20px;letter-spacing:-.03px}}@media only screen and (min-width: 0) and (max-width: 640px){h3.theme-h3,.condition-ankle-area__title-main,.cta-box-tile__title,.location-vuc__title,.condition-no-result__highlighted-info,.nyulmc-callout-paragraph__content,.nyulmc_quote__content,.location__main,.location__address-title,.location-group-callout__title,.provider-no-result__highlighted-info,.rich-text h3:not([class]),.search-results__conditions h3:not([class]),.search-results__pages-header h3:not([class]),.search-results__doctors-header.search-results__doctors-header h3:not([class]),.search-results__no-results-content-snippet.search-results__no-results-content-snippet:first-child span:not([class]),.search-results__no-results-query{font-size:20px;letter-spacing:-.03px}}@media only screen and (min-width: 1024px){h3.theme-h3,.condition-ankle-area__title-main,.cta-box-tile__title,.location-vuc__title,.condition-no-result__highlighted-info,.nyulmc-callout-paragraph__content,.nyulmc_quote__content,.location__main,.location__address-title,.location-group-callout__title,.provider-no-result__highlighted-info,.rich-text h3:not([class]),.search-results__conditions h3:not([class]),.search-results__pages-header h3:not([class]),.search-results__doctors-header.search-results__doctors-header h3:not([class]),.search-results__no-results-content-snippet.search-results__no-results-content-snippet:first-child span:not([class]),.search-results__no-results-query{font-size:30px;letter-spacing:-.05px}}h4.theme-h4,h4.location__group-title,.sub-pages-and-resources__item-title,.treatment-overview-tile__title,.cwt-areas-of-expertise__title,.leader__name,.leader__degree,.location-tile__title,.provider-details__provider-name-link,.related-resources__item-title,.rich-text h4:not([class]),.search-results__conditions-item.search-results__conditions-item h4:not([class])>span{font-family:"Metric",sans-serif;line-height:1.2;letter-spacing:0}@media only screen and (min-width: 641px) and (max-width: 1023px){h4.theme-h4,h4.location__group-title,.sub-pages-and-resources__item-title,.treatment-overview-tile__title,.cwt-areas-of-expertise__title,.leader__name,.leader__degree,.location-tile__title,.provider-details__provider-name-link,.related-resources__item-title,.rich-text h4:not([class]),.search-results__conditions-item.search-results__conditions-item h4:not([class])>span{font-weight:600;font-size:18px}}@media only screen and (min-width: 0) and (max-width: 640px){h4.theme-h4,h4.location__group-title,.sub-pages-and-resources__item-title,.treatment-overview-tile__title,.cwt-areas-of-expertise__title,.leader__name,.leader__degree,.location-tile__title,.provider-details__provider-name-link,.related-resources__item-title,.rich-text h4:not([class]),.search-results__conditions-item.search-results__conditions-item h4:not([class])>span{font-weight:600;font-size:18px}}@media only screen and (min-width: 1024px){h4.theme-h4,h4.location__group-title,.sub-pages-and-resources__item-title,.treatment-overview-tile__title,.cwt-areas-of-expertise__title,.leader__name,.leader__degree,.location-tile__title,.provider-details__provider-name-link,.related-resources__item-title,.rich-text h4:not([class]),.search-results__conditions-item.search-results__conditions-item h4:not([class])>span{font-weight:700;font-size:24px}}h5.theme-h5,.condition-ankle-area__title,.location-cta__title,.location-general__title,.location-recognition__title,.Select-option-group-label,.Select-input,.Select-input>input,.has-value.Select--single>.Select-control .Select-value .Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.Select-option.is-selected,.nyulmc_caption__title,.gallery-slider-wrapper .gallery-slider__gallery-title,.nyulmc-aside__title,.location__specific-title,.location__group-subtitle,.location-select__link,.page-size-selector__link,.page-size-selector__print,.provider-accordion-toggle__text,.provider-filter__label,.provider-filter-switch__label,.provider-group-filter__label,.provider-group-filter--location .provider-group-filter__clear,.provider-group-filter--condition .provider-group-filter__clear,.provider-tile-short__name,.provider-tile-short__degrees,.rich-text h5:not([class]),.search-results-pagination__link,.search-results-pagination__link--mobile,.search-results__suggested-results-header,.search-results__conditions-item.search-results__conditions-item--many h4:not([class]),.search-results__conditional-title,.search-results__pages-menu h5:not([class]),.search-results__pages-item.search-results__pages-item div:not([class]) a:not([class]),.search-results__doctors-item-caption.search-results__doctors-item-caption .search-results__doctors-item-name{font-family:"Metric",sans-serif;font-weight:600;line-height:1.2;font-size:18px;letter-spacing:0}h6.theme-h6,.location-hero__eyebrow,.cwt-areas-of-expertise__area-text,.cwt-condition__link,.location-select,.location-select__wrapper--native:after,.page-size-selector,.provider-control-center__button-text,.provider-counter,.provider-counter__count,.provider-filter__input input,.provider-filter__content--selected a,.provider-filter__scroll-wrapper a,.provider-location__no-new-patients-container,.provider-location__no-patient-text,.provider-location__please-call-text,.providers-header-filters__field-location,.providers-header-filters__field-insurance,.providers-header-filters__field-location .location-select,.providers-header-filters__field-insurance .location-select,.providers-header-filters__field-insurance .Select-noresults,.rich-text h6:not([class]),.tabs__link{font-family:"Metric",sans-serif;font-weight:500;font-size:18px;line-height:1.2;letter-spacing:.6px}.provider-filter__input input::-webkit-input-placeholder, .providers-box__input::-webkit-input-placeholder, .search-form__input::-webkit-input-placeholder{font-family:"Metric",sans-serif;font-weight:500;font-size:18px;line-height:1.2;letter-spacing:.6px}.provider-filter__input input::-moz-placeholder, .providers-box__input::-moz-placeholder, .search-form__input::-moz-placeholder{font-family:"Metric",sans-serif;font-weight:500;font-size:18px;line-height:1.2;letter-spacing:.6px}.provider-filter__input input:-ms-input-placeholder, .providers-box__input:-ms-input-placeholder, .search-form__input:-ms-input-placeholder{font-family:"Metric",sans-serif;font-weight:500;font-size:18px;line-height:1.2;letter-spacing:.6px}.provider-filter__input input::-ms-input-placeholder, .providers-box__input::-ms-input-placeholder, .search-form__input::-ms-input-placeholder{}.provider-filter__input input::placeholder,.providers-box__input::placeholder,.search-form__input::placeholder{font-family:"Metric",sans-serif;font-weight:500;font-size:18px;line-height:1.2;letter-spacing:.6px}.condition-ankle-area__menu-item-link,.search-results__pages-menu-link{font-family:"Metric",sans-serif;font-weight:500;color:#580f8b;font-size:18px;line-height:1.2;text-decoration:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-ankle-area__menu-item-link,.search-results__pages-menu-link{letter-spacing:.6px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-ankle-area__menu-item-link,.search-results__pages-menu-link{letter-spacing:.6px}}@media only screen and (min-width: 1024px){.condition-ankle-area__menu-item-link,.search-results__pages-menu-link{letter-spacing:-.1px}}.theme-cta-text--white,.theme-cta-text,.cta-box-tile__secondary a,.location-contacts__aside-link,.location-general__item a:not([class]),.location-general__link,.sidebar-contacts__link,.location__specific-link,.location__more-link,.provider-tile__non-primary-location-toggle-text,.theme-cta-text--white-with-icon,.image-callout__color-block-link--text,.hassenfeld-callout__link,.theme-cta-text--with-icon,.condition-ankle-area__link,.cta-box-tile__secondary--more a,.image-callout-tile__link,.location-aside__link,.location-cta__link,.location-recognition__link,.news-related__accordion-button,.news-tile__link--more,.sub-pages-and-resources__item-link-content,.nyulmc-aside__link,.callout-info-wrapper__link,.leader__link,.location-group-callout__link,.location-tile__map-link,.related-resources__item-link,.search-results__conditions-item-learn-more--link.search-results__link,.search-results__view-all,.condition-no-result__link,.condition-no-result__tel,.provider-no-result__link,.provider-no-result__tel{font-family:"Metric",sans-serif;font-weight:500;color:#580f8b;line-height:1;text-decoration:none;cursor:pointer}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-text--white,.theme-cta-text,.cta-box-tile__secondary a,.location-contacts__aside-link,.location-general__item a:not([class]),.location-general__link,.sidebar-contacts__link,.location__specific-link,.location__more-link,.provider-tile__non-primary-location-toggle-text,.theme-cta-text--white-with-icon,.image-callout__color-block-link--text,.hassenfeld-callout__link,.theme-cta-text--with-icon,.condition-ankle-area__link,.cta-box-tile__secondary--more a,.image-callout-tile__link,.location-aside__link,.location-cta__link,.location-recognition__link,.news-related__accordion-button,.news-tile__link--more,.sub-pages-and-resources__item-link-content,.nyulmc-aside__link,.callout-info-wrapper__link,.leader__link,.location-group-callout__link,.location-tile__map-link,.related-resources__item-link,.search-results__conditions-item-learn-more--link.search-results__link,.search-results__view-all,.condition-no-result__link,.condition-no-result__tel,.provider-no-result__link,.provider-no-result__tel{font-size:16px;letter-spacing:.5px}}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-text--white,.theme-cta-text,.cta-box-tile__secondary a,.location-contacts__aside-link,.location-general__item a:not([class]),.location-general__link,.sidebar-contacts__link,.location__specific-link,.location__more-link,.provider-tile__non-primary-location-toggle-text,.theme-cta-text--white-with-icon,.image-callout__color-block-link--text,.hassenfeld-callout__link,.theme-cta-text--with-icon,.condition-ankle-area__link,.cta-box-tile__secondary--more a,.image-callout-tile__link,.location-aside__link,.location-cta__link,.location-recognition__link,.news-related__accordion-button,.news-tile__link--more,.sub-pages-and-resources__item-link-content,.nyulmc-aside__link,.callout-info-wrapper__link,.leader__link,.location-group-callout__link,.location-tile__map-link,.related-resources__item-link,.search-results__conditions-item-learn-more--link.search-results__link,.search-results__view-all,.condition-no-result__link,.condition-no-result__tel,.provider-no-result__link,.provider-no-result__tel{font-size:16px;letter-spacing:.5px}}@media only screen and (min-width: 1024px){.theme-cta-text--white,.theme-cta-text,.cta-box-tile__secondary a,.location-contacts__aside-link,.location-general__item a:not([class]),.location-general__link,.sidebar-contacts__link,.location__specific-link,.location__more-link,.provider-tile__non-primary-location-toggle-text,.theme-cta-text--white-with-icon,.image-callout__color-block-link--text,.hassenfeld-callout__link,.theme-cta-text--with-icon,.condition-ankle-area__link,.cta-box-tile__secondary--more a,.image-callout-tile__link,.location-aside__link,.location-cta__link,.location-recognition__link,.news-related__accordion-button,.news-tile__link--more,.sub-pages-and-resources__item-link-content,.nyulmc-aside__link,.callout-info-wrapper__link,.leader__link,.location-group-callout__link,.location-tile__map-link,.related-resources__item-link,.search-results__conditions-item-learn-more--link.search-results__link,.search-results__view-all,.condition-no-result__link,.condition-no-result__tel,.provider-no-result__link,.provider-no-result__tel{font-size:18px;letter-spacing:.6px}}.theme-cta-text--white:focus,.theme-cta-text:focus,.cta-box-tile__secondary a:focus,.location-contacts__aside-link:focus,.location-general__item a:focus:not([class]),.location-general__link:focus,.sidebar-contacts__link:focus,.location__specific-link:focus,.location__more-link:focus,.provider-tile__non-primary-location-toggle-text:focus,.theme-cta-text--white-with-icon:focus,.image-callout__color-block-link--text:focus,.hassenfeld-callout__link:focus,.theme-cta-text--with-icon:focus,.condition-ankle-area__link:focus,.cta-box-tile__secondary--more a:focus,.image-callout-tile__link:focus,.location-aside__link:focus,.location-cta__link:focus,.location-recognition__link:focus,.news-related__accordion-button:focus,.news-tile__link--more:focus,.sub-pages-and-resources__item-link-content:focus,.nyulmc-aside__link:focus,.callout-info-wrapper__link:focus,.leader__link:focus,.location-group-callout__link:focus,.location-tile__map-link:focus,.related-resources__item-link:focus,.search-results__conditions-item-learn-more--link.search-results__link:focus,.search-results__view-all:focus,.condition-no-result__link:focus,.condition-no-result__tel:focus,.provider-no-result__link:focus,.provider-no-result__tel:focus,.theme-cta-text--white:hover,.theme-cta-text:hover,.cta-box-tile__secondary a:hover,.location-contacts__aside-link:hover,.location-general__item a:hover:not([class]),.location-general__link:hover,.sidebar-contacts__link:hover,.location__specific-link:hover,.location__more-link:hover,.provider-tile__non-primary-location-toggle-text:hover,.theme-cta-text--white-with-icon:hover,.image-callout__color-block-link--text:hover,.hassenfeld-callout__link:hover,.theme-cta-text--with-icon:hover,.condition-ankle-area__link:hover,.cta-box-tile__secondary--more a:hover,.image-callout-tile__link:hover,.location-aside__link:hover,.location-cta__link:hover,.location-recognition__link:hover,.news-related__accordion-button:hover,.news-tile__link--more:hover,.sub-pages-and-resources__item-link-content:hover,.nyulmc-aside__link:hover,.callout-info-wrapper__link:hover,.leader__link:hover,.location-group-callout__link:hover,.location-tile__map-link:hover,.related-resources__item-link:hover,.search-results__conditions-item-learn-more--link.search-results__link:hover,.search-results__view-all:hover,.condition-no-result__link:hover,.condition-no-result__tel:hover,.provider-no-result__link:hover,.provider-no-result__tel:hover{outline:none;color:#9c6fbb;text-decoration:none}.theme-cta-text-hover-behavior,.condition-no-result__link,.condition-no-result__tel,.cwt-condition__link,.leader__title-link,.provider-group-filter__clear,.provider-no-result__link,.provider-no-result__tel,.providers-box__help-text a:not([class]),.search-form a:not([class]),.search-form__link--tel{color:#580f8b;text-decoration:none;cursor:pointer}.theme-cta-text-hover-behavior:focus,.condition-no-result__link:focus,.condition-no-result__tel:focus,.cwt-condition__link:focus,.leader__title-link:focus,.provider-group-filter__clear:focus,.provider-no-result__link:focus,.provider-no-result__tel:focus,.providers-box__help-text a:focus:not([class]),.search-form a:focus:not([class]),.search-form__link--tel:focus,.theme-cta-text-hover-behavior:hover,.condition-no-result__link:hover,.condition-no-result__tel:hover,.cwt-condition__link:hover,.leader__title-link:hover,.provider-group-filter__clear:hover,.provider-no-result__link:hover,.provider-no-result__tel:hover,.providers-box__help-text a:hover:not([class]),.search-form a:hover:not([class]),.search-form__link--tel:hover{outline:none;color:#9c6fbb;border-bottom:2px solid #9c6fbb;margin-bottom:-2px}.theme-cta-text--white:focus,.theme-cta-text:focus,.cta-box-tile__secondary a:focus,.location-contacts__aside-link:focus,.location-general__item a:focus:not([class]),.location-general__link:focus,.sidebar-contacts__link:focus,.location__specific-link:focus,.location__more-link:focus,.provider-tile__non-primary-location-toggle-text:focus,.theme-cta-text--white:hover,.theme-cta-text:hover,.cta-box-tile__secondary a:hover,.location-contacts__aside-link:hover,.location-general__item a:hover:not([class]),.location-general__link:hover,.sidebar-contacts__link:hover,.location__specific-link:hover,.location__more-link:hover,.provider-tile__non-primary-location-toggle-text:hover{border-bottom:2px solid #9c6fbb;margin-bottom:-2px}.theme-cta-text--white-with-icon:focus .cta-text-inner,.image-callout__color-block-link--text:focus .cta-text-inner,.hassenfeld-callout__link:focus .cta-text-inner,.theme-cta-text--with-icon:focus .cta-text-inner,.condition-ankle-area__link:focus .cta-text-inner,.cta-box-tile__secondary--more a:focus .cta-text-inner,.image-callout-tile__link:focus .cta-text-inner,.location-aside__link:focus .cta-text-inner,.location-cta__link:focus .cta-text-inner,.location-recognition__link:focus .cta-text-inner,.news-related__accordion-button:focus .cta-text-inner,.news-tile__link--more:focus .cta-text-inner,.sub-pages-and-resources__item-link-content:focus .cta-text-inner,.nyulmc-aside__link:focus .cta-text-inner,.callout-info-wrapper__link:focus .cta-text-inner,.leader__link:focus .cta-text-inner,.location-group-callout__link:focus .cta-text-inner,.location-tile__map-link:focus .cta-text-inner,.related-resources__item-link:focus .cta-text-inner,.search-results__conditions-item-learn-more--link.search-results__link:focus .cta-text-inner,.search-results__view-all:focus .cta-text-inner,.theme-cta-text--white-with-icon:hover .cta-text-inner,.image-callout__color-block-link--text:hover .cta-text-inner,.hassenfeld-callout__link:hover .cta-text-inner,.theme-cta-text--with-icon:hover .cta-text-inner,.condition-ankle-area__link:hover .cta-text-inner,.cta-box-tile__secondary--more a:hover .cta-text-inner,.image-callout-tile__link:hover .cta-text-inner,.location-aside__link:hover .cta-text-inner,.location-cta__link:hover .cta-text-inner,.location-recognition__link:hover .cta-text-inner,.news-related__accordion-button:hover .cta-text-inner,.news-tile__link--more:hover .cta-text-inner,.sub-pages-and-resources__item-link-content:hover .cta-text-inner,.nyulmc-aside__link:hover .cta-text-inner,.callout-info-wrapper__link:hover .cta-text-inner,.leader__link:hover .cta-text-inner,.location-group-callout__link:hover .cta-text-inner,.location-tile__map-link:hover .cta-text-inner,.related-resources__item-link:hover .cta-text-inner,.search-results__conditions-item-learn-more--link.search-results__link:hover .cta-text-inner,.search-results__view-all:hover .cta-text-inner{border-bottom:2px solid #9c6fbb;margin-bottom:-2px;text-decoration:none}.theme-cta-text--white{color:#fff;font-weight:700}.theme-cta-text--white:focus,.theme-cta-text--white:hover{color:#fff;border-bottom-color:#fff}.theme-cta-text--white-with-icon,.image-callout__color-block-link--text,.hassenfeld-callout__link{color:#fff;font-weight:700}.theme-cta-text--white-with-icon:focus,.image-callout__color-block-link--text:focus,.hassenfeld-callout__link:focus,.theme-cta-text--white-with-icon:hover,.image-callout__color-block-link--text:hover,.hassenfeld-callout__link:hover{color:#fff}.theme-cta-text--white-with-icon:focus .cta-text-inner,.image-callout__color-block-link--text:focus .cta-text-inner,.hassenfeld-callout__link:focus .cta-text-inner,.theme-cta-text--white-with-icon:hover .cta-text-inner,.image-callout__color-block-link--text:hover .cta-text-inner,.hassenfeld-callout__link:hover .cta-text-inner{border-bottom-color:#fff}.theme-cta-text-in-body,.location-contacts a:not([class]),.location-general__item p a,.nyulmc-aside__description a:not([class]),.nyulmc_telephone_link,.cwt-areas-of-expertise__description a:not([class]),.cwt-areas-of-expertise__help-block a:not([class]),.header-area__main-text a:not([class]),.header-area__overview a:not([class]),.leader__description a:not([class]),.location-tile__description a:not([class]),.rich-text a:not([class]),.search-results__no-results-link,.search-results__no-results-phone-number{font-family:inherit;font-weight:inherit;color:#580f8b;line-height:inherit;letter-spacing:normal;text-decoration:none;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.theme-cta-text-in-body,.location-contacts a:not([class]),.location-general__item p a,.nyulmc-aside__description a:not([class]),.nyulmc_telephone_link,.cwt-areas-of-expertise__description a:not([class]),.cwt-areas-of-expertise__help-block a:not([class]),.header-area__main-text a:not([class]),.header-area__overview a:not([class]),.leader__description a:not([class]),.location-tile__description a:not([class]),.rich-text a:not([class]),.search-results__no-results-link,.search-results__no-results-phone-number{font-size:inherit}}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-cta-text-in-body,.location-contacts a:not([class]),.location-general__item p a,.nyulmc-aside__description a:not([class]),.nyulmc_telephone_link,.cwt-areas-of-expertise__description a:not([class]),.cwt-areas-of-expertise__help-block a:not([class]),.header-area__main-text a:not([class]),.header-area__overview a:not([class]),.leader__description a:not([class]),.location-tile__description a:not([class]),.rich-text a:not([class]),.search-results__no-results-link,.search-results__no-results-phone-number{font-size:inherit}}@media only screen and (min-width: 1024px){.theme-cta-text-in-body,.location-contacts a:not([class]),.location-general__item p a,.nyulmc-aside__description a:not([class]),.nyulmc_telephone_link,.cwt-areas-of-expertise__description a:not([class]),.cwt-areas-of-expertise__help-block a:not([class]),.header-area__main-text a:not([class]),.header-area__overview a:not([class]),.leader__description a:not([class]),.location-tile__description a:not([class]),.rich-text a:not([class]),.search-results__no-results-link,.search-results__no-results-phone-number{font-size:inherit}}.theme-cta-text-in-body:focus,.location-contacts a:focus:not([class]),.location-general__item p a:focus,.nyulmc-aside__description a:focus:not([class]),.nyulmc_telephone_link:focus,.cwt-areas-of-expertise__description a:focus:not([class]),.cwt-areas-of-expertise__help-block a:focus:not([class]),.header-area__main-text a:focus:not([class]),.header-area__overview a:focus:not([class]),.leader__description a:focus:not([class]),.location-tile__description a:focus:not([class]),.rich-text a:focus:not([class]),.search-results__no-results-link:focus,.search-results__no-results-phone-number:focus,.theme-cta-text-in-body:hover,.location-contacts a:hover:not([class]),.location-general__item p a:hover,.nyulmc-aside__description a:hover:not([class]),.nyulmc_telephone_link:hover,.cwt-areas-of-expertise__description a:hover:not([class]),.cwt-areas-of-expertise__help-block a:hover:not([class]),.header-area__main-text a:hover:not([class]),.header-area__overview a:hover:not([class]),.leader__description a:hover:not([class]),.location-tile__description a:hover:not([class]),.rich-text a:hover:not([class]),.search-results__no-results-link:hover,.search-results__no-results-phone-number:hover{outline:none;color:#9c6fbb;border-bottom:1px solid #9c6fbb}.theme-cta-text--with-icon:after{content:'\f054';font-family:"FontAwesome"}.theme-cta-text--white-with-icon:after{content:'\f054';font-family:"FontAwesome"}.theme-featured-copy,.news-tile__content{font-family:"Utopia",serif;font-weight:400;color:#333;line-height:1.4}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-featured-copy,.news-tile__content{font-size:14px;letter-spacing:.08px}}@media only screen and (min-width: 0) and (max-width: 640px){.theme-featured-copy,.news-tile__content{font-size:14px;letter-spacing:.08px}}@media only screen and (min-width: 1024px){.theme-featured-copy,.news-tile__content{font-size:20px;letter-spacing:.17px}}.theme-body-copy-serif--semibold,.image-callout__color-block-eyebrow,.image-callout__color-block-teaser,.contact__description,.hassenfeld-callout__teaser,.theme-body-copy-serif,.condition-ankle-area__description,.condition-doctors__teaser,.cta-box-tile__teaser,.image-callout-tile__content,.location-aside__description,.location-doctors__teaser,.sub-pages-and-resources__description,.sub-pages-and-resources__item-teaser,.bulleted-list__item,.callout-info-wrapper__teaser,.cwt-areas-of-expertise__description,.hassendfeld-content-landing__summary,.header-area__main-text,.header-area__overview,.leader__description,.location-group-callout__teaser,.provider-landing-body__speciality-text,.providers-header__main-text p,.related-resources__item-teaser,.rich-text,.theme-body-copy-serif--thin-line,.theme-body-copy-sans--semibold,.location-contacts__header,.location-contacts__phone-link,.callout-info-wrapper__eyebrow,.location__contact-phone-link,.location-tile__phone-number,.provider-location-info__practice-name,.theme-body-copy-sans,.cta-box-tile__secondary,.location-contacts p:not([class]),.location-contacts__address,.location-general__description,.location-general__item p,.location-vuc__description,.Select-option,.tooltip__message,.condition-no-result,.cwt-areas-of-expertise__help-block,.location__address-body,.location__contact-phone,.location__specific-description,.location-select__item-link,.location-tile__description,.location-tile__address,.location-tile__phone-label,.page-size-selector__item-link,.provider-filter__content--empty,.provider-filter__content--no-match,.provider-location__location-appointment-cta--tel,.provider-no-result__sentence,.providers-box__help-text,.providers-dropdown__item a:not([class]),.providers-dropdown--empty,.providers-header-filters__filter-label,.search-box__dropdown-item a,.search-box__dropdown-view-all a,.search-form__help-text,.search-results__conditions-item.search-results__conditions-item p:not([class]),.search-results__pages-item-summary.search-results__pages-item-summary--black,.search-results__no-results-content-snippet,.search-results__no-results-content-snippet.search-results__no-results-content-snippet span:not([class]),#nyuuninav--header .search-box__dropdown-item a,#nyuuninav--header .search-box__dropdown-view-all a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all a,.treatment-overview-tile__text{color:#333;font-weight:400;letter-spacing:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.theme-body-copy-serif--semibold,.image-callout__color-block-eyebrow,.image-callout__color-block-teaser,.contact__description,.hassenfeld-callout__teaser,.theme-body-copy-serif,.condition-ankle-area__description,.condition-doctors__teaser,.cta-box-tile__teaser,.image-callout-tile__content,.location-aside__description,.location-doctors__teaser,.sub-pages-and-resources__description,.sub-pages-and-resources__item-teaser,.bulleted-list__item,.callout-info-wrapper__teaser,.cwt-areas-of-expertise__description,.hassendfeld-content-landing__summary,.header-area__main-text,.header-area__overview,.leader__description,.location-group-callout__teaser,.provider-landing-body__speciality-text,.providers-header__main-text p,.related-resources__item-teaser,.rich-text,.theme-body-copy-serif--thin-line,.theme-body-copy-sans--semibold,.location-contacts__header,.location-contacts__phone-link,.callout-info-wrapper__eyebrow,.location__contact-phone-link,.location-tile__phone-number,.provider-location-info__practice-name,.theme-body-copy-sans,.cta-box-tile__secondary,.location-contacts p:not([class]),.location-contacts__address,.location-general__description,.location-general__item p,.location-vuc__description,.Select-option,.tooltip__message,.condition-no-result,.cwt-areas-of-expertise__help-block,.location__address-body,.location__contact-phone,.location__specific-description,.location-select__item-link,.location-tile__description,.location-tile__address,.location-tile__phone-label,.page-size-selector__item-link,.provider-filter__content--empty,.provider-filter__content--no-match,.provider-location__location-appointment-cta--tel,.provider-no-result__sentence,.providers-box__help-text,.providers-dropdown__item a:not([class]),.providers-dropdown--empty,.providers-header-filters__filter-label,.search-box__dropdown-item a,.search-box__dropdown-view-all a,.search-form__help-text,.search-results__conditions-item.search-results__conditions-item p:not([class]),.search-results__pages-item-summary.search-results__pages-item-summary--black,.search-results__no-results-content-snippet,.search-results__no-results-content-snippet.search-results__no-results-content-snippet span:not([class]),#nyuuninav--header .search-box__dropdown-item a,#nyuuninav--header .search-box__dropdown-view-all a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all a,.treatment-overview-tile__text{font-size:14px}}@media only screen and (min-width: 0) and (max-width: 640px){.theme-body-copy-serif--semibold,.image-callout__color-block-eyebrow,.image-callout__color-block-teaser,.contact__description,.hassenfeld-callout__teaser,.theme-body-copy-serif,.condition-ankle-area__description,.condition-doctors__teaser,.cta-box-tile__teaser,.image-callout-tile__content,.location-aside__description,.location-doctors__teaser,.sub-pages-and-resources__description,.sub-pages-and-resources__item-teaser,.bulleted-list__item,.callout-info-wrapper__teaser,.cwt-areas-of-expertise__description,.hassendfeld-content-landing__summary,.header-area__main-text,.header-area__overview,.leader__description,.location-group-callout__teaser,.provider-landing-body__speciality-text,.providers-header__main-text p,.related-resources__item-teaser,.rich-text,.theme-body-copy-serif--thin-line,.theme-body-copy-sans--semibold,.location-contacts__header,.location-contacts__phone-link,.callout-info-wrapper__eyebrow,.location__contact-phone-link,.location-tile__phone-number,.provider-location-info__practice-name,.theme-body-copy-sans,.cta-box-tile__secondary,.location-contacts p:not([class]),.location-contacts__address,.location-general__description,.location-general__item p,.location-vuc__description,.Select-option,.tooltip__message,.condition-no-result,.cwt-areas-of-expertise__help-block,.location__address-body,.location__contact-phone,.location__specific-description,.location-select__item-link,.location-tile__description,.location-tile__address,.location-tile__phone-label,.page-size-selector__item-link,.provider-filter__content--empty,.provider-filter__content--no-match,.provider-location__location-appointment-cta--tel,.provider-no-result__sentence,.providers-box__help-text,.providers-dropdown__item a:not([class]),.providers-dropdown--empty,.providers-header-filters__filter-label,.search-box__dropdown-item a,.search-box__dropdown-view-all a,.search-form__help-text,.search-results__conditions-item.search-results__conditions-item p:not([class]),.search-results__pages-item-summary.search-results__pages-item-summary--black,.search-results__no-results-content-snippet,.search-results__no-results-content-snippet.search-results__no-results-content-snippet span:not([class]),#nyuuninav--header .search-box__dropdown-item a,#nyuuninav--header .search-box__dropdown-view-all a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all a,.treatment-overview-tile__text{font-size:14px}}@media only screen and (min-width: 1024px){.theme-body-copy-serif--semibold,.image-callout__color-block-eyebrow,.image-callout__color-block-teaser,.contact__description,.hassenfeld-callout__teaser,.theme-body-copy-serif,.condition-ankle-area__description,.condition-doctors__teaser,.cta-box-tile__teaser,.image-callout-tile__content,.location-aside__description,.location-doctors__teaser,.sub-pages-and-resources__description,.sub-pages-and-resources__item-teaser,.bulleted-list__item,.callout-info-wrapper__teaser,.cwt-areas-of-expertise__description,.hassendfeld-content-landing__summary,.header-area__main-text,.header-area__overview,.leader__description,.location-group-callout__teaser,.provider-landing-body__speciality-text,.providers-header__main-text p,.related-resources__item-teaser,.rich-text,.theme-body-copy-serif--thin-line,.theme-body-copy-sans--semibold,.location-contacts__header,.location-contacts__phone-link,.callout-info-wrapper__eyebrow,.location__contact-phone-link,.location-tile__phone-number,.provider-location-info__practice-name,.theme-body-copy-sans,.cta-box-tile__secondary,.location-contacts p:not([class]),.location-contacts__address,.location-general__description,.location-general__item p,.location-vuc__description,.Select-option,.tooltip__message,.condition-no-result,.cwt-areas-of-expertise__help-block,.location__address-body,.location__contact-phone,.location__specific-description,.location-select__item-link,.location-tile__description,.location-tile__address,.location-tile__phone-label,.page-size-selector__item-link,.provider-filter__content--empty,.provider-filter__content--no-match,.provider-location__location-appointment-cta--tel,.provider-no-result__sentence,.providers-box__help-text,.providers-dropdown__item a:not([class]),.providers-dropdown--empty,.providers-header-filters__filter-label,.search-box__dropdown-item a,.search-box__dropdown-view-all a,.search-form__help-text,.search-results__conditions-item.search-results__conditions-item p:not([class]),.search-results__pages-item-summary.search-results__pages-item-summary--black,.search-results__no-results-content-snippet,.search-results__no-results-content-snippet.search-results__no-results-content-snippet span:not([class]),#nyuuninav--header .search-box__dropdown-item a,#nyuuninav--header .search-box__dropdown-view-all a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all a,.treatment-overview-tile__text{font-size:18px}}.theme-body-copy-serif--semibold,.image-callout__color-block-eyebrow,.image-callout__color-block-teaser,.contact__description,.hassenfeld-callout__teaser,.theme-body-copy-serif,.condition-ankle-area__description,.condition-doctors__teaser,.cta-box-tile__teaser,.image-callout-tile__content,.location-aside__description,.location-doctors__teaser,.sub-pages-and-resources__description,.sub-pages-and-resources__item-teaser,.bulleted-list__item,.callout-info-wrapper__teaser,.cwt-areas-of-expertise__description,.hassendfeld-content-landing__summary,.header-area__main-text,.header-area__overview,.leader__description,.location-group-callout__teaser,.provider-landing-body__speciality-text,.providers-header__main-text p,.related-resources__item-teaser,.rich-text{font-family:"Utopia",serif;line-height:1.6}.theme-body-copy-serif--thin-line{font-family:"Utopia",serif;line-height:normal}.theme-body-copy-serif--semibold,.image-callout__color-block-eyebrow,.image-callout__color-block-teaser,.contact__description,.hassenfeld-callout__teaser{font-weight:600}.theme-body-copy-sans--semibold,.location-contacts__header,.location-contacts__phone-link,.callout-info-wrapper__eyebrow,.location__contact-phone-link,.location-tile__phone-number,.provider-location-info__practice-name,.theme-body-copy-sans,.cta-box-tile__secondary,.location-contacts p:not([class]),.location-contacts__address,.location-general__description,.location-general__item p,.location-vuc__description,.Select-option,.tooltip__message,.condition-no-result,.cwt-areas-of-expertise__help-block,.location__address-body,.location__contact-phone,.location__specific-description,.location-select__item-link,.location-tile__description,.location-tile__address,.location-tile__phone-label,.page-size-selector__item-link,.provider-filter__content--empty,.provider-filter__content--no-match,.provider-location__location-appointment-cta--tel,.provider-no-result__sentence,.providers-box__help-text,.providers-dropdown__item a:not([class]),.providers-dropdown--empty,.providers-header-filters__filter-label,.search-box__dropdown-item a,.search-box__dropdown-view-all a,.search-form__help-text,.search-results__conditions-item.search-results__conditions-item p:not([class]),.search-results__pages-item-summary.search-results__pages-item-summary--black,.search-results__no-results-content-snippet,.search-results__no-results-content-snippet.search-results__no-results-content-snippet span:not([class]),#nyuuninav--header .search-box__dropdown-item a,#nyuuninav--header .search-box__dropdown-view-all a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all a{font-family:"Metric",sans-serif;line-height:1.4}.theme-body-copy-sans--semibold,.location-contacts__header,.location-contacts__phone-link,.callout-info-wrapper__eyebrow,.location__contact-phone-link,.location-tile__phone-number,.provider-location-info__practice-name{font-weight:600}.theme-caption,.location-cta__description,.location-recognition__description,.nyulmc_caption__caption,.nyulmc_caption__credit,.nyulmc_quote__attribution,.gallery-slider-wrapper .gallery-slider__caption,.gallery-slider-wrapper .gallery-slider__photo-credit,.nyulmc-aside__description,.leader__secondary-info,.provider-details__specialties,.provider-group-filter__clear,.provider-tile-short__specialty,.providers-dropdown__title,.search-results__pages-item-facet,.search-results__doctors-item-caption.search-results__doctors-item-caption .search-results__doctors-item-specialty{font-family:"Metric",sans-serif;font-weight:400;color:#333;font-size:16px;line-height:1.2;letter-spacing:0}.doctor-tile__initials,.provider-image__alt-image,.provider-tile-short__initials{font-family:"Metric",sans-serif;font-weight:700}@media only screen and (min-width: 1024px){.doctor-tile__initials,.provider-image__alt-image,.provider-tile-short__initials{font-size:42px;letter-spacing:-.07px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctor-tile__initials,.provider-image__alt-image,.provider-tile-short__initials{font-size:42px;letter-spacing:-.07px}}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-tile__initials,.provider-image__alt-image,.provider-tile-short__initials{font-size:24px;letter-spacing:-.04px}}.cta-box-tile,.doctor-tile__wrapper,.image-callout-tile,.news-tile,.provider-landing-speciality-tile,.sub-pages-and-resources__item,.cwt-areas-of-expertise__area-tile,.treatment-overview-tile__link-content,.cwt-search-result,.location-group-callout,.location-tile,.provider-tile,.provider-tile-short__link,.related-resources__item,.search-results__doctors-item{border-radius:8px;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,0.15);box-shadow:0 3px 6px 0 rgba(0,0,0,0.15);border:1px solid #ececec}.visually-hidden{position:absolute;clip:rect(1px, 1px, 1px, 1px);overflow:hidden}.visually-hidden--focusable:focus{clip:auto;overflow:auto}.button--cta-primary{margin-left:auto;margin-right:auto}.condition-ankle-area{width:100%;text-align:left}@media only screen and (min-width: 1024px){.condition-ankle-area__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.condition-ankle-area__container{display:inline-block;vertical-align:top;padding:0}@media only screen and (min-width: 1024px){.condition-ankle-area__container{width:calc(72px + ((100% - 264px) / 12 * 3));padding-right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-ankle-area__container{width:calc(48px + ((100% - 176px) / 12 * 4));padding-right:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-ankle-area__container{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-ankle-area__container:first-child{width:calc(80px + ((100% - 176px) / 12 * 6));display:block;margin-bottom:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-ankle-area__container:first-child{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-ankle-area__container:nth-child(3){margin-top:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-ankle-area__container:nth-child(4){margin-top:40px}}.condition-ankle-area__title-main{color:#333}.condition-ankle-area__title{color:#333;margin-bottom:10px}.condition-ankle-area__description{color:#333;margin-bottom:20px}.condition-ankle-area__link:after{content:'\f054';font-family:"FontAwesome";font-size:12px;width:9px;height:12px;margin-left:5px}.condition-ankle-area__menu{list-style-type:none;padding:0;margin:0}.condition-ankle-area__menu-item{border-top:solid 1px rgba(155,155,155,0.3);padding:10px 0}.condition-ankle-area__menu-item-link:hover{color:#9c6fbb}.condition-ankle-area__menu-item:last-child{padding-bottom:0}.condition-doctors__title{color:#580f8b;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.condition-doctors__title{margin:0 auto 23px}}@media only screen and (min-width: 1024px){.condition-doctors__title{margin:0 auto 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-doctors__title{margin:0 auto 20px}}.condition-doctors__teaser{text-align:center;width:calc(120px + ((100% - 264px) / 12 * 6));margin:0 auto 30px}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-doctors__teaser{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-doctors__teaser{margin-bottom:32px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-doctors__teaser{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-doctors__teaser{width:100%}}.condition-doctors__show-all{text-align:center}@media only screen and (min-width: 1024px){.condition-doctors__show-all{margin:35px auto 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-doctors__show-all{margin:35px auto 0}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-doctors__show-all{margin:15px auto 0}}.condition-doctors__link{text-align:center;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.condition-doctors__carousel{display:none}}.cta-box-tile{position:relative;float:left;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.cta-box-tile:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #00b5e2}@media only screen and (min-width: 1024px){.cta-box-tile{margin-left:23.95px;width:calc(96px + ((100% - 216px) / 10 * 5))}.cta-box-tile:first-child{margin-left:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile{margin-left:15.95px;width:calc(64px + ((100% - 144px) / 10 * 5))}.cta-box-tile:first-child{margin-left:0}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile{margin-left:0;float:none;width:auto;margin-bottom:20px}.cta-box-tile:last-child{margin-bottom:0}}@media only screen and (min-width: 1024px){.cta-box-tile--pediatric,.cta-box-tile--imaging,.cta-box-tile--care{width:calc(72px + ((100% - 264px) / 12 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile--pediatric,.cta-box-tile--imaging,.cta-box-tile--care{width:calc(48px + ((100% - 176px) / 12 * 4))}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile--pediatric,.cta-box-tile--imaging,.cta-box-tile--care{width:auto}}.cta-box-tile--treatment:before{border-top-color:#f9a800}.cta-box-tile--imaging:before{border-top-color:#f9a800}.cta-box-tile--care:before{border-top-color:#f4364c}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile :last-child{margin-bottom:0}}.cta-box-tile__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;height:100%}@media only screen and (min-width: 1024px){.cta-box-tile__content{padding:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__content{padding:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__content{padding:30px}}.cta-box-tile__content--pediatric,.cta-box-tile__content--imaging,.cta-box-tile__content--care,.cta-box-tile__content--treatment,.cta-box-tile__content--find-a-doc{position:relative}@media only screen and (min-width: 1024px){.cta-box-tile__content--pediatric,.cta-box-tile__content--imaging,.cta-box-tile__content--care,.cta-box-tile__content--treatment,.cta-box-tile__content--find-a-doc{padding-top:calc(80px + 6px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__content--pediatric,.cta-box-tile__content--imaging,.cta-box-tile__content--care,.cta-box-tile__content--treatment,.cta-box-tile__content--find-a-doc{padding-top:calc(70px + 6px)}.cta-box-tile__content--pediatric:before,.cta-box-tile__content--imaging:before,.cta-box-tile__content--care:before,.cta-box-tile__content--treatment:before,.cta-box-tile__content--find-a-doc:before{margin-top:-10px}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__content--pediatric,.cta-box-tile__content--imaging,.cta-box-tile__content--care,.cta-box-tile__content--treatment,.cta-box-tile__content--find-a-doc{padding-top:calc(30px + 6px)}.cta-box-tile__content--pediatric:before,.cta-box-tile__content--imaging:before,.cta-box-tile__content--care:before,.cta-box-tile__content--treatment:before,.cta-box-tile__content--find-a-doc:before{display:none}}.cta-box-tile__content--pediatric:before,.cta-box-tile__content--imaging:before,.cta-box-tile__content--care:before,.cta-box-tile__content--treatment:before,.cta-box-tile__content--find-a-doc:before{content:'';position:absolute;top:32px;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);left:50%;width:80px;height:40px;margin-left:-40px;background-repeat:no-repeat;background-position:0 0;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 44.999998 25.999999'%3E %3Cpath d='m0.84067 15.644c-1.2-0.1-0.2 4.9 2 7s6.1 2.5 10 0 6.3-4.5 5-2-0.4 4.2 2 4-0.6-3 1-4c2.2-1.3 0.9 3 2 4 1.9 1.7 4.7-0.3 3-3-1.4-2.2 1.5-2.5 2-1s-1.2 3.3 0.1 4c1.7 0.9 3.4 0.7 2.9-2s2.8-0.6 2 1.9c-0.6 1.8 5.1 2 3.1-0.9-1.1-1.5-1.9-1-1-4 1-3.4 4.4-2.7 5-10 0.7-8 0.9-5.2 4-6 2.2-0.6-2.3-6.7-5-1-0.8 1.7-1.3 4.2-2.1 5-1.8 1.9-1.7 0.8-8-1-1.6-0.5-7.7-0.3-9 0-3.2 0.7-5.8 4-7 6-2.3 6.1-2.5 8.2-6 9-3.6 0.8-5.3-5.9-6-6' fill='%2300b5e2'/%3E %3C/svg%3E")}@media only screen and (min-width: 1024px){.cta-box-tile__content--treatment{padding-bottom:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__content--treatment{padding-bottom:50px}}.cta-box-tile__content--treatment:before{width:52px;height:40px;top:32px;margin-left:-26px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 31 23.9'%3E %3Cpath d='m11 1.9 6 10 8 3 6-1-1 2-6 3-6 1-2 4-2-5-2 5-2-6-3-2l-2-11-5-1 3-1 2-2.9z' height='100%25' width='100%25' y='0' x='0' fill='%23f9a800'/%3E %3C/svg%3E")}@media only screen and (min-width: 1024px){.cta-box-tile__content--treatment .cta-box-tile__secondary{margin-bottom:-20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__content--treatment .cta-box-tile__secondary{margin-bottom:-20px}}.cta-box-tile__content--pediatric:before{width:43.4px;height:35.8px;margin-left:-21.7px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.4 35.8'%3E%3Cpath d='M21.4.5c-3.1 1.6-.8 6.8-5 5s-7.8-8.4-14-4c-5.8 4.2-.2 8 7 9s1.8 6.1-1 9 2.1 7.4 4 6c1.9-1.4 5.8-7 10-4s-4.8 8.5-2 11 6.5 6 8 0 4-5.4 6-3c2 2.4 8.6 2.1 9-3 .6-7.3-10.9-3.5-6-9 1.9-2.1 7.1-3.6 4-7-2.4-2.7-7-3.7-9 0s-2.6 2.8-6 0 2.6-2.9 2-6-5.2-5-7-4' fill='%2300b5e1'/%3E%3C/svg%3E")}.cta-box-tile__content--imaging:before{width:52px;height:21px;margin-left:-26px;top:calc(43px + 6px);background-image:url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.3 14.5'%3E%3Cstyle%3E.st0%7Bfill:%23f7a81d%7D%3C/style%3E%3Cpath class='st0' d='M30.4 8c-.8 3.3-3.7 5.2-7 4-3.2-1.1-3.1-5.5-4-7h-3c-.2.5-4.1 6.5-6 7-2 .2-4.8-.3-6-2-1-.7-1.1-5-1-5-1.7 0-2.8 1-3 1 .9.9.8-.2 2 3 .3 2.3 1.1 4.3 4 5 2.9.6 6-.3 9-3.9s2-4.8 3-2.1 2.6 5.4 4 6c3.3 1.4 9-1.1 10-5 .9-3.7-.5-2.5 1-4-.7-.3-1.8-.9-3-1 0 3.3.3 2.5 0 4z'/%3E%3Cpath class='st0' d='M27.4 10.9c2.1-.4 2-4.4 2-7-1.7-.2-2.3-.2-4 0-1.5.2-3.5.7-5 1 1.5 2.4.9 7.1 7 6z'/%3E%3Cpath class='st0' d='M34.4 1c-1.2-1.2-7.5-1.3-11 0s-4.5 1.8-8 1S1.7-.3.4 1c-.7.7-.3 2.1 0 3 .3-.1 3.6-1 6-1 9.5-.1 6.2 1.1 11 1 3.9-.2 12.3-2.8 17 0 1.5-1.7 1-2.1 0-3z'/%3E%3Cpath class='st0' d='M7.4 10.9c4.6.9 6-3.2 8-6-2.4-.2-4.6-1-7-1-.9 0-2.7.4-4 1 0 2.3.4 5.5 3 6z'/%3E%3C/svg%3E")}.cta-box-tile__content--care:before{width:22px;height:35px;margin-left:-11px;top:calc(36px + 6px);background-image:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 20.5 36.9'%3E%3Cdefs%3E%3Cpath id='a' d='M12 7c-.5-.6-4.4 1.6-5 2-1.4.9-.6 1.7 0 4 2 7 2 9.1 2 9 .6-.2 1.7-.8 5-2 1.6-.6 1.4-.2 1-3-.1-1-2.1-9.1-3-10z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M-1144-609H296v2862h-1440z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' fill='%23ee3d55' d='M1 2h19v25H1z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M0 0h21v37H0z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23f)'%3E%3Cdefs%3E%3Cpath id='g' d='M-1144-609H296v2862h-1440z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23h)'%3E%3Cdefs%3E%3Cpath id='i' d='M-1 0h22v38H-1z'/%3E%3C/defs%3E%3CclipPath id='j'%3E%3Cuse xlink:href='%23i' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23j)'%3E%3Cdefs%3E%3Cpath id='k' d='M15 21l-6 3c-1.7.9-1.6-.2-2-1-.5-1-1.4-4.2-2-7-1.1-5.4-1-5.1-1-5-.4-3.1 1-3 4-4 1.4-.5 2.4-.9 4-1 1.8-.1 1.7 1 3 7 1.4 6.4 1.7 6.7 0 8zm-4 6c-.1-1.1.9-2 2-2 1 0 1.9.9 2 2 .1 1.1-.9 2-2 2-1 0-1.9-.9-2-2zm5-23C15.2.5 12.7.6 8 2-.7 4.7-.7 4.9 1 13c1.6 7.7 4.6 16.6 6 21 1.3 4.2 2.8 2 7 0 3.9-1.9 6.5-3.4 6-7-.5-3.7-3.2-19.7-4-23z'/%3E%3C/defs%3E%3CclipPath id='l'%3E%3Cuse xlink:href='%23k' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23l)'%3E%3Cdefs%3E%3Cpath id='m' d='M0 0h21v37H0z'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23n)' fill='%23ee3d55' d='M-5-3.8h30.5V41H-5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-box-tile__title{text-align:center;color:#333}@media only screen and (min-width: 1024px){.cta-box-tile__title{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__title{margin-bottom:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__title{margin-bottom:10px}}.cta-box-tile__teaser{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center}@media only screen and (min-width: 1024px){.cta-box-tile__teaser{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__teaser{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__teaser{margin-bottom:20px}}.cta-box-tile__teaser p{padding:0;margin-top:0;margin-left:0;margin-right:0}@media only screen and (min-width: 1024px){.cta-box-tile__teaser p{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__teaser p{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__teaser p{margin-bottom:20px}}.cta-box-tile__teaser :last-child{margin-bottom:0}.cta-box-tile__primary{text-align:center}@media only screen and (min-width: 1024px){.cta-box-tile__primary{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-box-tile__primary{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__primary{margin-bottom:20px}}.cta-box-tile__secondary{min-height:20px;text-align:center}.cta-box-tile__secondary a[href^="tel:"]{font-weight:600}.cta-box-tile__secondary--more a:focus,.cta-box-tile__secondary--more a:hover{border-bottom:none;margin-bottom:0}.cta-box-tile__secondary--more a:after{content:'\f054';font-family:"FontAwesome";font-size:12px;width:9px;height:12px;margin-left:5px}@media only screen and (min-width: 0) and (max-width: 640px){.cta-box-tile__secondary--empty{display:none}}.cta-boxes{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 1024px){.cta-boxes{margin-left:calc(24px + ((100% - 264px) / 12 * 1));width:calc(216px + ((100% - 264px) / 12 * 10))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-boxes{margin-left:calc(16px + ((100% - 176px) / 12 * 1));width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.cta-boxes{display:block;width:auto}}@media only screen and (min-width: 1024px){.cta-boxes--find-a-doc{margin-left:0;width:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cta-boxes--find-a-doc{margin-left:0;width:auto}}.doctor-tile{width:100%;overflow:hidden;text-align:center;font-size:18px;text-decoration:none;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 1024px){.doctor-tile{padding:0 9px 3px;margin:1px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctor-tile{padding:0 7px 3px;margin:1px}}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-tile{display:none}}.doctor-tile__wrapper{width:100%;background-color:#f5f5f5}.doctor-tile__photo-wrapper{border-radius:8px;overflow:hidden}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctor-tile__photo-wrapper{border-radius:6.4px}}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-tile__photo-wrapper{border-radius:4.8px}}.doctor-tile__photo{width:100%;display:block;border-radius:8px 8px 0 0}.doctor-tile__empty-photo{position:relative;display:block;background-color:#580f8b;cursor:pointer;border-radius:8px 8px 0 0}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-tile__empty-photo{width:calc(15px + ((100% - 75px) / 6 * 2));float:left;margin-bottom:15px}}.doctor-tile__initials-container{position:relative;height:0;display:block;width:100%;padding-bottom:133.33%}.doctor-tile__initials-container--square{padding-bottom:100%}.doctor-tile__initials{position:absolute;top:50%;left:0;width:100%;height:50px;margin-top:-25px;color:#fff;text-decoration:none}.doctor-tile__header,.doctor-tile__degree,.doctor-tile__specialty,.doctor-tile__name{text-decoration:none}.doctor-tile__header{font-family:"Metric",sans-serif;color:#333;font-weight:400;text-align:left;margin:20px}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-tile__header{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctor-tile__header{font-size:18px;line-height:1}}@media only screen and (min-width: 1024px){.doctor-tile__header{font-size:18px;line-height:1}}.doctor-tile__name{font-weight:600;display:inline}.doctor-tile__degree{font-weight:400;display:inline}.doctor-tile__specialty{font-family:"Metric",sans-serif;color:#333;font-weight:400;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-tile__specialty{font-size:14px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctor-tile__specialty{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){.doctor-tile__specialty{font-size:16px;line-height:1}}.doctors-carousel__list{margin:0;padding:0;width:100%}.doctors-carousel__list .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.doctors-carousel__list .slick-track .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctors-carousel__list .slick-dots{margin:0}}.doctors-carousel__item{list-style-type:none;float:left;margin:0}.doctors-carousel__item:hover .doctor-tile__wrapper{-webkit-transform:scale(0.98);transform:scale(0.98)}.doctors-carousel__item:hover .doctor-tile__header,.doctors-carousel__item:hover .doctor-tile__specialty{color:#580f8b}.doctors-carousel__loader{display:none}.doctors-carousel--loading .doctors-carousel__loader{display:block;background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif) center center no-repeat;margin:72px auto;background-size:cover;width:96px;height:40px}.doctors-carousel--loading .doctors-carousel__item{display:none}.doctors-carousel__toolbar{position:relative;display:none;overflow:hidden;width:100px;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 10px;margin:0 auto}.doctors-carousel__dots{position:relative;min-height:20px;padding:0;line-height:20px;list-style:none;text-align:center;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;white-space:nowrap;margin:0}.doctors-carousel__dots .slick-dot{position:relative;display:inline-block;padding:5px;margin:0;background:transparent;cursor:pointer;font-size:0;line-height:0;vertical-align:top}.doctors-carousel__dots .slick-dot--small button{-webkit-transform:scale(0.5);transform:scale(0.5)}.doctors-carousel__dots .slick-dot--medium button{-webkit-transform:scale(0.75);transform:scale(0.75)}.doctors-carousel__dots .slick-dot--hidden{visibility:hidden}.doctors-carousel__dots .slick-dot--hidden button{-webkit-transform:scale(0);transform:scale(0)}.doctors-carousel__dots .slick-active button:after{-webkit-transform:scale(1);transform:scale(1)}.doctors-carousel__dots button{position:relative;display:inline-block;width:10px;height:10px;padding:0;border:0;background-color:#cbcbcb;border-radius:5px;color:transparent;cursor:pointer;font-size:0;line-height:0;outline:none;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;vertical-align:middle}.doctors-carousel__dots button:after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:#580f8b;border-radius:inherit;content:'';-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.doctors-carousel__dots button:hover,.doctors-carousel__dots button:focus{outline:none}.doctors-carousel__dots--no-animation{-webkit-transition-property:none;transition-property:none}.doctors-carousel__dots--no-animation .slick-dot{-webkit-transition-property:none;transition-property:none}.doctors-carousel__dots--no-animation .slick-dot button{-webkit-transition-property:none;transition-property:none}.doctors-carousel__dots--no-animation .slick-dot button:after{-webkit-transition-property:none;transition-property:none}@media only screen and (min-width: 1024px){.doctors-carousel .slick-list{margin-left:-10px;margin-right:-10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctors-carousel .slick-list{margin-left:-8px;margin-right:-8px}}.doctors-carousel .slick-arrow{top:44%}.doctors-carousel .slick-arrow:focus{outline:#000000 solid 1px}@media only screen and (min-width: 1024px){.doctors-carousel .slick-prev{left:-23px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctors-carousel .slick-prev{left:calc(-10px - .5 * 16px)}}@media only screen and (min-width: 1024px){.doctors-carousel .slick-next{right:-23px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctors-carousel .slick-next{right:calc(-10px - .5 * 16px)}}@media only screen and (min-width: 1024px){.doctors-carousel .slick-dotted{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.doctors-carousel .slick-dotted{margin-bottom:20px}}.image-callout{width:100%;position:relative;z-index:0;background-color:#fff}.image-callout__full-image-block{display:block;width:100%;overflow:hidden;padding:0;position:relative}.image-callout__image-wrapper{position:relative;background-size:cover;background-position:center center;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__image-wrapper{position:absolute;right:0;left:0;top:0;bottom:0;z-index:1}}@media only screen and (min-width: 1024px){.image-callout__image-wrapper{position:absolute;right:0;left:0;top:0;bottom:0;z-index:1}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__image-wrapper{height:180px}}.image-callout__image{display:block;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.image-callout__image--hidden{opacity:0}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__image{height:180px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__image{height:100%}}@media only screen and (min-width: 1024px){.image-callout__image{height:100%}}.image-callout__color-block-wrapper{width:100%;z-index:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__color-block-wrapper{margin:-20px 0 0;padding:0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__color-block-wrapper{min-height:400px;padding:40px 0;width:calc(100% - 40px)}}@media only screen and (min-width: 1024px){.image-callout__color-block-wrapper{min-height:450px;padding:80px 0}}.image-callout__color-block{border-radius:8px;padding:40px;background-color:#580f8b;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width: 1024px){.image-callout__color-block{width:calc(72px + ((100% - 264px) / 12 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__color-block{width:calc(64px + ((100% - 176px) / 12 * 5))}}.image-callout__color-block-eyebrow{color:#fff}.image-callout__color-block-title{color:#fff}@media only screen and (min-width: 1024px){.image-callout__color-block-title{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__color-block-title{margin-bottom:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__color-block-title{margin-bottom:10px}}.image-callout__color-block-teaser{overflow:hidden;text-align:left;color:#fff;max-height:165px}.image-callout__color-block-teaser p:not([class]):first-child{margin:0}@media only screen and (min-width: 1024px){.image-callout__color-block-teaser{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__color-block-teaser{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__color-block-teaser{margin-bottom:20px}}.image-callout__color-block-link--text{position:relative;margin:0 0 20px}.image-callout__color-block-link--text:after{content:'\f054';font-family:"FontAwesome";margin-left:5px;font-size:.8em}.image-callout__color-block-link-label{position:relative;top:30%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-callout__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 1024px){.image-callout__tiles{margin-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout__tiles{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__tiles{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout__tiles{display:block}}.image-callout-tile{position:relative;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.image-callout-tile:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #6bbbae}@media only screen and (min-width: 1024px){.image-callout-tile:nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout-tile:nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout-tile:nth-child(-n+1){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout-tile{margin-top:15px;margin-right:14.95px}.image-callout-tile:nth-of-type(3n){margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout-tile{margin-top:16px;margin-right:15.95px}.image-callout-tile:nth-of-type(3n){margin-right:0}}@media only screen and (min-width: 1024px){.image-callout-tile{margin-top:24px;margin-right:23.95px}.image-callout-tile:nth-of-type(3n){margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout-tile{width:100%;margin-bottom:20px}.image-callout-tile:last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout-tile{width:calc(48px + ((100% - 176px) / 12 * 4))}}@media only screen and (min-width: 1024px){.image-callout-tile{width:calc(72px + ((100% - 264px) / 12 * 4))}}.image-callout-tile:nth-of-type(3n+2):before{border-top-color:#f9a800}.image-callout-tile:nth-of-type(3n+1):before{border-top-color:#00b5e2}.image-callout-tile__content{text-align:left}@media only screen and (min-width: 1024px){.image-callout-tile__content{padding:calc(40px + 6px) 40px 40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout-tile__content{padding:calc(20px + 6px) 20px 40px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout-tile__content{padding:calc(20px + 6px) 20px 40px}}.image-callout-tile__teaser{text-align:left}.image-callout-tile__teaser p:not([class]):first-child{margin:0}@media only screen and (min-width: 1024px){.image-callout-tile__teaser{margin:0 0 30px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout-tile__teaser{margin:0 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout-tile__teaser{margin:0 0 20px}}.image-callout-tile__link .cta-text-inner__icon:after{content:'\f054';font-family:"FontAwesome";margin-left:5px;font-size:.8em;position:absolute}@media only screen and (min-width: 1024px){.image-callout-tile__link .cta-text-inner__icon:after{margin-top:7px}}@media only screen and (min-width: 0) and (max-width: 640px){.image-callout-tile__link .cta-text-inner__icon:after{margin-top:4px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.image-callout-tile__link .cta-text-inner__icon:after{margin-top:4px}}.follow-us{margin:0 auto;text-align:center}.follow-us__title{display:inline-block;font-family:"Metric",sans-serif;color:#580f8b;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.follow-us__title{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.follow-us__title{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){.follow-us__title{font-size:18px;line-height:1}}@media only screen and (min-width: 1024px){.follow-us__title{margin-left:-50px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.follow-us__title{margin-left:-25px}}@media only screen and (min-width: 0) and (max-width: 640px){.follow-us__title{margin-bottom:10px;display:block}}.follow-us__links{display:inline-block}.follow-us__icon{display:inline-block;width:40px;height:40px;margin-left:10px;border:2px solid #580f8b;border-radius:100px;-webkit-box-sizing:content-box;box-sizing:content-box;color:#580f8b;font-family:"FontAwesome";font-style:normal;font-size:16px;font-weight:400;line-height:40px;text-align:center;text-decoration:none}.follow-us__icon--youtube:before{content:"\f16a"}.follow-us__icon--facebook:before{content:'\f09a'}.follow-us__icon:hover{color:#fff;background-color:#580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.follow-us__icon:first-child{margin-left:0}}.location-aside{margin:0 auto;text-align:center}@media only screen and (min-width: 1024px){.location-aside{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-aside{width:calc(80px + ((100% - 176px) / 12 * 6))}}.location-aside__title{margin-top:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-aside__title{margin-bottom:10px}}@media only screen and (min-width: 1024px){.location-aside__title{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-aside__title{margin-bottom:20px}}.location-aside__description{margin:0}.location-aside__pipe{margin:0}.location-aside__link{display:inline-block;position:relative}@media only screen and (min-width: 1024px){.location-aside__link{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-aside__link{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-aside__link{margin-top:20px}}.location-aside__link:after{content:'\f054';font-family:"FontAwesome";font-size:11px;margin-left:8px}.location-contacts{background-color:#f5f5f5;border-radius:8px}.location-contacts:empty{background-color:#fff;margin:0;padding:0}@media only screen and (min-width: 1024px){.location-contacts{padding:20px;margin-top:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-contacts{width:calc(112px + ((100% - 176px) / 12 * 8))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-contacts{padding:10px;margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-contacts{padding:10px;margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-contacts p:not([class]){margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-contacts p:not([class]){margin:0}}@media only screen and (min-width: 1024px){.location-contacts p:not([class]){margin:0}}.location-contacts__header{margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.location-contacts__address{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-contacts__address{margin:0}}@media only screen and (min-width: 1024px){.location-contacts__address{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-contacts__address-phone{margin-top:10px;margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-contacts__address-phone{margin-top:10px;margin-bottom:0}}@media only screen and (min-width: 1024px){.location-contacts__address-phone{margin-top:10px;margin-bottom:0}}.location-contacts__phone-link{text-decoration:none}.location-contacts__aside-item{margin-bottom:0}@media only screen and (min-width: 1024px){.location-contacts__aside-item{margin-top:5px}.location-contacts__aside-item:first-child{margin-top:10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-contacts__aside-item{margin-top:15px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-contacts__aside-item{margin-top:15px}}@media only screen and (min-width: 1024px){.location-cta{width:calc(24px + ((100% - 72px) / 4 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-cta{width:100%;float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-cta{margin-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-cta{margin-top:40px}}.location-cta__image-wrapper{width:100%;height:auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-cta__image-wrapper{width:calc(((100% - 176px) / 12 * 1));float:left}}.location-cta__image{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.1 46.7'%3E%3Cpath d='M8 21.3c-1.8.1-3.9-1.2-4-3-.1-1.8 1.2-2.9 3-3s3.9 1.3 4 3c.1 1.5-1.3 2.9-3 3m9 0c-1.8.1-2.9-1.2-3-3-.1-1.8 1.2-2.9 3-3 1.8-.1 2.9 1.2 3 3 .1 1.5-1.3 2.9-3 3m10 0c-1.8.1-2.9-1.2-3-3-.1-1.8 1.2-2.9 3-3 1.8-.1 2.9 1.2 3 3 .1 1.5-1.3 2.9-3 3m-8-21C2.8 2.2-.6 1.8.1 19.6s14.8 24 20.9 26.7c6.1 2.7-4.9-11.9 3-12 7.9-.1 11.5-3 12-15 .2-12.2.8-21.2-17-19' fill='%2300b5e2'/%3E%3C/svg%3E") no-repeat;display:block;height:39px;width:30px;margin-bottom:10px}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-cta__image{width:35px;height:46px;margin:0 auto}}.location-cta__title{margin-top:0;margin-bottom:10px}.location-cta__description{margin:0}.location-cta__link{display:inline-block;position:relative;margin-top:20px}.location-cta__link:hover:before{content:'';position:absolute;left:0;bottom:-3px;width:calc(100% - 15px);height:2px;background-color:#9c6fbb}.location-cta__link:after{content:'\f054';font-family:"FontAwesome";font-size:11px;margin-left:8px}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-cta__wrapper{width:calc(80px + ((100% - 176px) / 12 * 6));float:left;margin-left:16px}}.location-doctors{text-align:center}.location-doctors__title{margin-bottom:20px;margin-top:0;text-align:center;color:#580f8b}.location-doctors__teaser{margin:0 auto 20px;text-align:center}@media only screen and (min-width: 1024px){.location-doctors__teaser{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-doctors__teaser{width:calc(128px + ((100% - 176px) / 12 * 9))}}@media only screen and (min-width: 0) and (max-width: 640px){.location-doctors__teaser{width:100%}}.location-doctors__teaser p:not([class]){margin:0}.location-doctors__link{text-align:center;text-decoration:none}.location-doctors__cta{border:none;font-family:"Metric",sans-serif;color:#fff;font-weight:500;min-width:236px;height:60px}@media only screen and (min-width: 0) and (max-width: 640px){.location-doctors__cta{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-doctors__cta{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){.location-doctors__cta{font-size:18px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-doctors__cta{min-width:191px;height:50px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-doctors__cta{min-width:209px;height:50px}}.location-doctors__cta:hover{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}@media only screen and (min-width: 0) and (max-width: 640px){.location-doctors__carousel{display:none}}@media only screen and (min-width: 1024px){.location-doctors__button{margin:35px auto 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-doctors__button{margin:35px auto 0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-doctors__button{margin:15px auto 0}}.location-general{float:left}@media only screen and (min-width: 1024px){.location-general{width:calc(48px + ((100% - 264px) / 12 * 3))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-general{width:calc(64px + ((100% - 176px) / 12 * 5));margin-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-general{margin-top:40px}}.location-general:empty{display:none}.location-general__title{margin:0}.location-general__description{margin:10px 0}.location-general__item{margin-top:30px}.location-general__item:first-of-type{margin-top:0}.location-general__item p{margin-top:5px;margin-bottom:0}.location-general__item a:not([class]):focus,.location-general__item a:not([class]):hover{margin-bottom:8px}.location-general__link-group{list-style:none;padding:0;margin:5px 0 0}.location-general__link{margin-bottom:10px;display:inline-block}.location-general__link:focus,.location-general__link:hover{border-bottom:none;margin-bottom:10px}.location-general__link:focus .cta-text-inner,.location-general__link:hover .cta-text-inner{border-bottom:2px solid #9c6fbb}@media only screen and (min-width: 1024px){.location-general--title{margin-top:28px}}@media only screen and (min-width: 1024px){.location-general--sub-title{margin-top:69px}}@media only screen and (min-width: 1024px){.location-hero{width:calc(120px + ((100% - 144px) / 7 * 6))}}.location-hero__eyebrow{color:#666;margin:0}.location-hero__title{color:#580f8b;margin:0}@media only screen and (min-width: 1024px){.location-recognition{width:calc(24px + ((100% - 72px) / 4 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-recognition{width:100%;float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-recognition{margin-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-recognition{margin-top:40px}}.location-recognition__image-wrapper{width:100%;height:auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-recognition__image-wrapper{width:calc(((100% - 176px) / 12 * 1));float:left}}.location-recognition__link{display:inline-block;position:relative;margin-top:20px}.location-recognition__link:hover:before{content:'';position:absolute;left:0;bottom:-3px;width:calc(100% - 15px);height:2px;background-color:#9c6fbb}.location-recognition__link:after{content:'\f054';font-family:"FontAwesome";font-size:11px;margin-left:8px}.location-recognition__image{background:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 57.1 33.7'%3E %3Cdefs%3E %3Cpath id='a' d='M25.6 5.6c-1.3 0-2-.8-2-2s1-2 2-2 2 1 2 2c0 1.1-.9 2-2 2zm17 10c3.6 9 3.3 10.2 12 7 0 0-2.1 3.8-3 7-9.9 1.8-18.5 2-26 2-13.9 0-23-1-23-1-1.5-2.8-2-6-2-6 8.3 2.7 7 .8 9-8 7.4 7 11 2 16-8 6.6 9.7 10.3 14.5 17 7z'/%3E %3C/defs%3E %3CclipPath id='b'%3E %3Cuse xlink:href='%23a' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23b)' fill='%23ec9b31' d='M0 0h57.1v33.7H0z'/%3E %3C/svg%3E") no-repeat;display:block;height:33px;width:57px;margin-bottom:10px}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-recognition__image{width:45px;height:26px;margin:0 auto}}.location-recognition__title{margin-top:0;margin-bottom:10px}.location-recognition__description{margin-top:20px}.location-recognition__description:first-of-type{margin-top:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-recognition__wrapper{width:calc(80px + ((100% - 176px) / 12 * 6));float:left;margin-left:16px}}.location-visit__header{margin-top:0;margin-bottom:20px;color:#580f8b}@media only screen and (min-width: 1024px){.location-visit__header{width:calc(72px + ((100% - 264px) / 12 * 4))}}.location-visit__body{float:left}@media only screen and (min-width: 1024px){.location-visit__body{width:calc(144px + ((100% - 264px) / 12 * 7));margin-right:calc(48px + ((100% - 264px) / 12 * 1))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-visit__body{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.location-visit__body{width:100%}}.location-vuc{position:relative}@media only screen and (min-width: 1024px){.location-vuc{float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc{float:left;width:calc(112px + ((100% - 176px) / 12 * 8))}}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc{width:100%}}.location-vuc__title{margin-bottom:10px}@media only screen and (min-width: 1024px){.location-vuc__title{width:calc(96px + ((100% - 144px) / 7 * 5));margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc__title{width:calc(64px + ((100% - 112px) / 8 * 5));margin-top:5px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc__title{width:100%;margin-top:20px}}.location-vuc__description{display:inline-block;width:calc(96px + ((100% - 144px) / 7 * 5));vertical-align:top}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc__description{width:calc(64px + ((100% - 112px) / 8 * 5))}}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc__description{width:100%}}.location-vuc__img{display:block;width:80px;height:80px;margin:0 auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc__img{width:85px;height:85px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc__img{width:63px;height:63px}}.location-vuc__img-wrapper{display:inline-block}@media only screen and (min-width: 1024px){.location-vuc__img-wrapper{width:calc(24px + ((100% - 144px) / 7 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc__img-wrapper{width:calc(32px + ((100% - 112px) / 8 * 3))}}@media only screen and (min-width: 1024px){.location-vuc__img-wrapper{position:absolute;right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc__img-wrapper{position:absolute;right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc__img-wrapper{display:none}}.location-vuc__img-wrapper--mobile{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc__img-wrapper--mobile{display:inline-block}}.location-vuc__link{display:inline-block}@media only screen and (min-width: 1024px){.location-vuc__button{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-vuc__button{margin-top:20px;padding:17px 40px;font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-vuc__button{margin-top:20px;padding:17px 40px;font-size:16px}}.section-news-container{padding:0 35px}.news-related__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.news-related__item{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-self:left}@media only screen and (min-width: 1024px){.news-related__item:nth-child(-n+4){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related__item:nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.news-related__item:nth-child(-n+1){margin-top:0}}@media only screen and (min-width: 1024px){.news-related__item{width:calc(48px + ((100% - 264px) / 12 * 3));margin-left:23.95px}.news-related__item:nth-of-type(4n-3){margin-left:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related__item{width:calc(48px + ((100% - 176px) / 12 * 4));margin-left:15.95px}.news-related__item:nth-of-type(3n-2){margin-left:0}}@media only screen and (min-width: 0) and (max-width: 640px){.news-related__item{width:100%;padding:0 6px 15px;margin-left:0;margin-top:0}}.news-related__item--hidden{display:none}.news-related__toolbar{position:relative;display:none;overflow:hidden;width:100px;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 10px;margin:0 auto}.news-related__dots{position:relative;min-height:10px;padding:0;line-height:10px;list-style:none;text-align:center;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;white-space:nowrap;margin-top:0;margin-bottom:0}.news-related__dots .slick-dot{position:relative;display:inline-block;padding:0 5px;margin:0;background:transparent;cursor:pointer;font-size:0;line-height:0;vertical-align:top}.news-related__dots .slick-dot--small button{-webkit-transform:scale(0.5);transform:scale(0.5)}.news-related__dots .slick-dot--medium button{-webkit-transform:scale(0.75);transform:scale(0.75)}.news-related__dots .slick-dot--hidden{visibility:hidden}.news-related__dots .slick-dot--hidden button{-webkit-transform:scale(0);transform:scale(0)}.news-related__dots .slick-active button:after{-webkit-transform:scale(1);transform:scale(1)}.news-related__dots button{position:relative;display:inline-block;width:10px;height:10px;padding:0;border:0;background-color:#cbcbcb;border-radius:5px;color:transparent;cursor:pointer;font-size:0;line-height:0;outline:none;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;vertical-align:middle}.news-related__dots button:after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:#580f8b;border-radius:inherit;content:'';-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.news-related__dots button:hover,.news-related__dots button:focus{outline:none}.news-related__dots--no-animation{-webkit-transition-property:none;transition-property:none}.news-related__dots--no-animation .slick-dot{-webkit-transition-property:none;transition-property:none}.news-related__dots--no-animation .slick-dot button{-webkit-transition-property:none;transition-property:none}.news-related__dots--no-animation .slick-dot button:after{-webkit-transition-property:none;transition-property:none}.news-related__accordion{margin:30px 0 0;text-align:center}.news-related__accordion--hidden{display:none}.news-related__accordion-button{display:inline;border:none;background:none}.news-related__accordion-button[data-state='expanded']:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.news-related__accordion-button:after{display:inline-block;margin-left:5px;content:'\f078';font-family:"FontAwesome";font-size:12px}.news-related__accordion-button:focus{outline:3px solid #007bcb}.news-related:after{display:none;content:''}@media only screen and (min-width: 0) and (max-width: 640px){.news-related:after{content:'small'}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related:after{content:'medium'}}.news-related .slick-dotted.slick-slider{margin-bottom:25px}.news-related .slick-prev,.news-related .slick-next{position:absolute;z-index:1;top:50%;display:block;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.news-related .slick-prev:focus,.news-related .slick-next:focus{outline:3px solid #007bcb}.news-related .slick-prev:before,.news-related .slick-next:before{font-family:"FontAwesome";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.news-related .slick-prev{left:-15px}.news-related [dir='rtl'] .slick-prev{right:-15px;left:auto}.news-related .slick-prev:before{content:""}.news-related [dir='rtl'] .slick-prev:before{content:""}.news-related .slick-next{right:-15px}.news-related [dir='rtl'] .slick-next{right:auto;left:-15px}.news-related .slick-next:before{content:""}.news-related [dir='rtl'] .slick-next:before{content:""}@media only screen and (min-width: 0) and (max-width: 640px){.news-related .slick-initialized .slick-slide{display:inherit}.news-related .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.news-related .slick-track:after,.news-related .slick-track:before{display:none}.news-related .slick-slide{float:none}.news-related__accordion{display:none}.news-related__item.slick-active{width:100%}.news-related__item--hidden{display:-webkit-box;display:-ms-flexbox;display:flex}}.news-related--three .news-related__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news-related--two .news-related__accordion,.news-related--one .news-related__accordion{display:none}@media only screen and (min-width: 1024px){.news-related--two .news-related__item,.news-related--one .news-related__item{width:calc(120px + ((100% - 264px) / 12 * 6))}.news-related--two .news-related__item .news-tile,.news-related--one .news-related__item .news-tile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.news-related--two .news-related__item .news-tile__wrap,.news-related--one .news-related__item .news-tile__wrap{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.news-related--two .news-related__item .news-tile__thumb,.news-related--one .news-related__item .news-tile__thumb{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related--two .news-related__item,.news-related--one .news-related__item{width:calc(80px + ((100% - 176px) / 12 * 6))}.news-related--two .news-related__item .news-tile,.news-related--one .news-related__item .news-tile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.news-related--two .news-related__item .news-tile__wrap,.news-related--one .news-related__item .news-tile__wrap{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.news-related--two .news-related__item .news-tile__thumb,.news-related--one .news-related__item .news-tile__thumb{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related--side-nav .news-related__item{width:calc(50% - 15px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-related--side-nav .news-related__item:nth-of-type(3n+1){margin-left:30px}.news-related--side-nav .news-related__item:nth-of-type(2n+1){margin-left:0}.news-related--side-nav .news-related__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-related--side-nav .news-related__thumb{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}.news-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;background:#fff;width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.news-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}.news-tile__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-tile__wrap{padding:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.news-tile__wrap{padding:20px}}.news-tile__thumb{background:#ccc 50% 50%;background-size:cover}.news-tile__thumb:after{display:block;width:100%;height:0;padding-bottom:66.67%;content:''}.news-tile__link{text-decoration:none}.news-tile__link:focus{outline:3px solid #007bcb}.news-tile__link--title{color:#333}.news-tile__link--more:focus{outline:3px solid #007bcb}.news-tile__link--more:after{content:'\f054';font-family:"FontAwesome";font-size:12px;margin-left:5px}.news-tile__content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.news-tile__more{padding-top:30px;margin:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-tile__more{padding-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.news-tile__more{padding-top:20px}}.node-title{color:#580f8b;margin:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.node-body{margin-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.node-body{margin-top:40px}}@media only screen and (min-width: 1024px){.node-body{margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav{background-color:#f5f5f5;padding:1px 20px;border-radius:8px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav{background-color:#f5f5f5;padding:1px 20px;border-radius:8px}}.page-nav__menu-trigger{position:relative;margin:0;padding:14px 0;font-family:"Metric",sans-serif;color:#333;font-weight:500;letter-spacing:normal}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__menu-trigger{font-size:16px;line-height:1.25}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__menu-trigger{font-size:18px;line-height:1.11}}@media only screen and (min-width: 1024px){.page-nav__menu-trigger{font-size:18px;line-height:1.11}}@media only screen and (min-width: 1024px){.page-nav__menu-trigger{display:none;padding:10px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__menu-trigger{border:none;background-color:#f5f5f5;width:100%;text-align:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__menu-trigger{border:none;background-color:#f5f5f5;width:100%;text-align:left}}.page-nav__menu-trigger:hover{cursor:pointer}.page-nav__menu-trigger-icon{float:right}.page-nav__menu-trigger-icon:after{position:absolute;display:block;top:46%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;height:12px;width:12px;font-family:"FontAwesome";content:'\f078';font-size:12px}.page-nav__menu-trigger-icon--manual-opened{border-bottom:1px solid #ccc}.page-nav__menu-trigger-icon--manual-opened:after{content:"\f077"}.page-nav__menu{margin:0;padding:0;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__menu{display:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__menu{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__menu--manual-opened{display:block}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__menu--manual-opened{display:block}}.page-nav__menu-item{position:relative;padding:10px 0;border-bottom:1px solid #ccc}@media only screen and (min-width: 1024px){.page-nav__menu-item{border-color:#f5f5f5}}@media only screen and (min-width: 1024px){.page-nav__menu-item:first-child{padding-top:0}}.page-nav__menu-item:first-child>.page-nav__menu-item-link{font-weight:700}.page-nav__menu-item:last-child{border-bottom:none}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__menu-item--manual-opened{padding-bottom:0;border-bottom:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__menu-item--manual-opened{padding-bottom:0;border-bottom:none}}.page-nav__menu-item button{border:none;background:none}.page-nav__menu-item-trigger{position:absolute;display:block;top:10px;right:10px;height:22px;width:18px;text-align:center}.page-nav__menu-item-trigger:hover{cursor:pointer;color:#580f8b}.page-nav__menu-item-trigger-icon:after{display:inline-block;font-family:"FontAwesome";content:'\f067';font-size:12px;vertical-align:bottom}.page-nav__menu-item-trigger-icon--manual-opened:after{content:'\f068'}.page-nav__menu-item-link{display:inline-block;position:relative;padding-left:10px;text-decoration:none;color:#333;width:calc(100% - 32px);font-family:"Metric",sans-serif;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__menu-item-link{font-size:18px;line-height:1.22}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__menu-item-link{font-size:18px;line-height:1.22}}@media only screen and (min-width: 1024px){.page-nav__menu-item-link{font-size:18px;line-height:1.22}}@media only screen and (min-width: 1024px){.page-nav__menu-item-link{z-index:2;padding-right:42px}}.page-nav__menu-item-link--active{position:relative;color:#580f8b}.page-nav__menu-item-link--active:after{content:'';position:absolute;top:0;left:0;width:2px;height:100%;background-color:#580f8b}.page-nav__menu-item-link:hover{color:#580f8b}@media only screen and (min-width: 1024px){.page-nav__menu-item-link:hover+.page-nav__menu-item-trigger{color:#580f8b}}.page-nav__submenu{margin:0 -19px;list-style:none;display:none}@media only screen and (min-width: 1024px){.page-nav__submenu--opened{display:block}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__submenu{padding:0 30px}.page-nav__submenu--manual-opened{display:block;margin-top:10px;background-color:#fff}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__submenu{padding:0 30px}.page-nav__submenu--manual-opened{display:block;margin-top:10px;background-color:#fff}}.page-nav__submenu-item{padding:10px 0}@media only screen and (min-width: 1024px){.page-nav__submenu-item:first-child{margin-right:19px;padding-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__submenu-item .page-nav__menu-item-link{width:calc(100% - 22px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__submenu-item .page-nav__menu-item-link{width:calc(100% - 22px)}}.provider-landing-speciality-tile{position:relative;padding:0}.provider-landing-speciality-tile:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #ccc}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-speciality-tile{margin-top:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-speciality-tile{margin-top:20px}}@media only screen and (min-width: 1024px){.provider-landing-speciality-tile{margin-top:20px}}.provider-landing-speciality-tile:hover{border-top:1px solid #ececec;background-color:#fff}.provider-landing-speciality-tile:hover:before{border-top:solid 6px #580f8b}.provider-landing-speciality-tile:hover .provider-landing-speciality-tile__text{color:#580f8b}.provider-landing-speciality-tile:hover .provider-landing-speciality-tile__text:after{color:#580f8b}.provider-landing-speciality-tile__text{padding:33px 30px 27px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.provider-landing-speciality-tile__text:after{right:30px;top:calc((50% - 2px));font-size:14px;height:14px;width:10px}.provider-landing-speciality-tile__content{display:block;margin-right:40px}.Select-menu-outer{background-color:#f5f5f5;border-radius:8px}.Select-menu-outer:after{border-bottom-color:#f5f5f5}.Select-menu{background-color:#f5f5f5}.Select-menu>.Select-option,.Select-menu .Select-option-group{border-bottom:2px solid #fff;margin-left:20px}.Select-option-group-label,.Select-input,.Select-input>input{color:#580f8b}.Select-input::-ms-clear{display:none}@media only screen and (min-width: 1024px){.Select-input{height:auto;padding-top:4px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.Select-input{height:21px;line-height:1}}@media only screen and (min-width: 0) and (max-width: 640px){.Select-input{height:21px;line-height:1}}.Select-option-group-label{margin:0 0 5px;background-color:#f5f5f5}@media only screen and (min-width: 1024px){.Select.is-disabled>.Select-control .Select-value,.Select.is-loading>.Select-control .Select-value{line-height:30px}}.Select-placeholder,.Select--single>.Select-control .Select-value{color:#580f8b}@media only screen and (min-width: 641px) and (max-width: 1023px){.Select-placeholder,.Select--single>.Select-control .Select-value{line-height:1}}@media only screen and (min-width: 0) and (max-width: 640px){.Select-placeholder,.Select--single>.Select-control .Select-value{line-height:1}}.has-value.Select--single>.Select-control .Select-value .Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:#580f8b}@media only screen and (min-width: 1024px){.is-disabled.Select{padding-top:2px}.is-disabled.Select .Select-control{padding-bottom:4px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.is-disabled.Select .Select-input{height:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.is-disabled.Select .Select-input{height:20px}}.Select-option{background-color:#f5f5f5}.Select-option.is-focused{color:#580f8b}.Select-option-group .Select-option{padding:0 0 5px}.Select-option-group .Select-option:last-child{padding:0}.Select-option.is-selected{font-weight:700}.Select-option.is-selected:before{font-weight:400;width:16px;height:16px}.Select-control{height:auto}.Select-control:hover .Select-input,.Select-control:hover .Select-input>input,.Select-control:hover .Select-value-label,.Select-control:hover .select-icon:after{color:#9c6fbb !important}@media only screen and (min-width: 641px) and (max-width: 1023px){.Select-control{line-height:1}.Select-control .select-icon{padding-top:2px}}@media only screen and (min-width: 0) and (max-width: 640px){.Select-control{line-height:1}.Select-control .select-icon{padding-top:2px}}.Select-option em{text-decoration:none;font-weight:600;border-bottom:none}.select-icon{top:0}.Select-noresults__text{font-weight:500}.Select-noresults__query-value{font-weight:600}@media print{.page--fad .Select-control{border-bottom:2px solid #ececec !important;height:28px !important}.page--fad .Select-value,.page--fad .Select-input{height:auto !important;min-height:24px !important;width:100%}.page--fad .Select-value{padding:0 !important;overflow:visible !important;white-space:normal !important}.page--fad .Select-value-label{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;padding-top:5px !important;height:24px !important;width:100% !important;display:block}}.search-doctors-loader--insurance{top:7px}.section-divider{width:100%;height:auto;position:relative;background-color:#fff}.section-divider__container{width:100%;height:4px}.section-divider__container--container-width{width:auto}.section-divider__container--narrow{margin:0 auto}@media only screen and (min-width: 1024px){.section-divider__container--narrow{width:calc(24px + ((100% - 264px) / 12 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.section-divider__container--narrow{width:calc(32px + ((100% - 176px) / 12 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.section-divider__container--narrow{width:calc(45px + ((100% - 75px) / 6 * 4))}}@media only screen and (min-width: 1024px){.section-divider__container--hero{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.section-divider__container--hero{margin-bottom:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.section-divider__container--hero{margin-bottom:40px}}@media only screen and (min-width: 1024px){.section-divider__container--aside{margin-bottom:80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.section-divider__container--aside{margin-bottom:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.section-divider__container--aside{margin-bottom:40px}}.section-divider__container--grey{background-color:#f5f5f5}html.stop-scrolling{overflow:hidden;height:100%}html.stop-scrolling body{width:100%;position:fixed}@media only screen and (min-width: 641px) and (max-width: 1023px){.share{margin:20px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.share{margin:20px 0}}@media only screen and (min-width: 1024px){.share{margin:30px 0}}.share .mailer{display:none}.share button{margin:0;padding:0;cursor:pointer}.share a,.share button{display:inline-block;width:30px;height:30px;margin-left:4px;background-color:#e9e9e9;border-radius:100px;color:#4a4a4a;font-size:14px;line-height:30px;text-align:center;cursor:pointer}.share a:hover,.share button:hover{background-color:silver}.share a:first-child,.share button:first-child{margin-left:0}.share--on-gray a,.share button{background-color:#fff}.share .icon--purple{border:2px solid #580f8b;-webkit-box-sizing:content-box;box-sizing:content-box;color:#580f8b;background-color:#fff;font-family:"FontAwesome";font-style:normal;font-weight:400;text-decoration:none}.share .icon--purple.email:before{content:'\f0e0'}.share .icon--purple.facebook:before{content:'\f09a'}.share .icon--purple.twitter:before{content:'\f099'}.share .icon--purple.print:before{content:'\f02f'}.share .icon--purple:hover{color:#fff;background-color:#580f8b}.share>span{font-size:16px;line-height:16px}@media only screen and (min-width: 0) and (max-width: 640px){.share>span{font-size:14px;line-height:14px}}.share--no-spacing-bottom.share--no-spacing-bottom.share--no-spacing-bottom{padding-bottom:0;margin-bottom:0}#overlay{position:fixed;z-index:10000;top:0;left:0;overflow:auto;width:100%;height:100%;background:#2e2e3d;opacity:0;display:none;-webkit-transform:translateZ(0)}#overlay .close{position:absolute;z-index:9999;top:-13px;right:-15px;display:inline-block;width:28px;height:28px;background-color:#580f8b;border-radius:100%;cursor:pointer;font-size:15px;line-height:44px;text-align:center;vertical-align:middle;border:none}#overlay .close__icon:before{position:relative;top:-9px;left:0;color:#fff;content:'\f00d';font-family:"FontAwesome";font-size:12px}#overlay .close:hover{background-color:#90f}#overlay .close--video{top:-35px;right:34px;background-color:transparent;border:none}#overlay .close--video__icon:before{font-size:14px}#overlay .close--video__icon:after{margin-left:5px;position:absolute;content:'Close';color:#ccc;font-family:"Benton",sans-serif;font-weight:700;font-size:14px;top:-8px}#overlay .close--video:hover{background-color:transparent}#overlay .close--video:hover:before{color:#fff}#overlay .close--video:hover:after{color:#fff}@media only screen and (min-width: 1024px){#overlay.overlay--vertically-centered-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}#overlay.overlay--vertically-centered-desktop .overlay-content{margin:auto}}#overlay .overlay-content{z-index:10001;width:85%;max-width:768px;background:#ececec;opacity:0;border-radius:4px;-webkit-transform:translateY(-20px);transform:translateY(-20px)}@media only screen and (min-width: 1024px){#overlay .overlay-content{margin:10% auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){#overlay .overlay-content{margin:10% auto}}@media only screen and (min-width: 0) and (max-width: 640px){#overlay .overlay-content{margin:20% auto}}.show-overlay #overlay{height:100%;opacity:1;display:block}.show-overlay #overlay .overlay-content{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.show-overlay #overlay .overlay-content--centered{max-width:1280px;max-height:83%;position:absolute;top:50%;left:50%;margin:0;background-color:initial;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#overlay .overlay-content--full-width{max-width:none}#overlay .overlay-content--white-background{background-color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){#overlay .overlay-content{min-height:132px}}#overlay .mailer input[type="text"],#overlay .mailer textarea{display:block;max-width:none;border-radius:0}#overlay .mailer input[type="text"]{background:#ececec}#overlay .mailer input:first-child{border-top-left-radius:4px}#overlay .mailer input.error{border-color:#ce3f1b;-webkit-box-shadow:0 0 0 1px #ce3f1b;box-shadow:0 0 0 1px #ce3f1b;color:#000}#overlay .mailer input[type="text"]:focus,#overlay .mailer input[type="email"]:focus,#overlay .mailer input[type="password"]:focus,#overlay .mailer select:focus,#overlay .mailer textarea:focus{outline:none;-webkit-box-shadow:0 0 0 1px #0c9;box-shadow:0 0 0 1px #0c9;border-color:#0c9}#overlay .mailer input[type="text"]:focus.error,#overlay .mailer input[type="email"]:focus.error,#overlay .mailer input[type="password"]:focus.error,#overlay .mailer select:focus.error,#overlay .mailer textarea:focus.error{border-color:#ce3f1b;-webkit-box-shadow:0 0 0 1px #ce3f1b;box-shadow:0 0 0 1px #ce3f1b;color:#000}#overlay .mailer .mail-controls{max-width:none;padding:28px 18px}#overlay .mailer .mail-controls label{display:inline-block}#overlay .mailer .mail-controls a{margin:0 16px;font-weight:500;font-size:16px}#overlay .mailer .g-recaptcha{transform-origin:left top;-webkit-transform-origin:left top}#overlay .mailer .captcha_container{padding-top:10px;padding-right:10px;padding-left:10px}#overlay .mailer .captcha_container iframe{width:302px;height:76px;border-radius:2px}#overlay .mailer .side-note{display:block;padding:0 18px 18px;color:#666;font-size:16px}#overlay .mailer .response{padding:10%}#overlay .mailer .response h4{margin:0;line-height:1.5}#overlay .mailer .response--large-font{font-size:20px}#overlay .mailer .response--large-font h4{font-size:24px;margin-bottom:.3em}@media only screen and (min-width: 641px) and (max-width: 1023px){#overlay .mailer .response--large-font h4{font-size:22px}}@media only screen and (min-width: 0) and (max-width: 640px){#overlay .mailer .response--large-font h4{font-size:20px}}#overlay .mailer .response--large-font p{font-size:100%;margin:0}@media only screen and (min-width: 1024px){#overlay .mailer input[type="text"]{height:72px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#overlay .mailer input[type="text"]{height:72px}}@media only screen and (min-width: 0) and (max-width: 640px){#overlay .mailer .mail-controls{text-align:center}#overlay .mailer .mail-controls .button,#overlay .mailer .mail-controls .page--location .location__overview_links .arrow:after,.page--location .location__overview_links #overlay .mailer .mail-controls .arrow:after,#overlay .mailer .mail-controls .condition-doctors__cta{margin:12px 0 30px}}#overlay .mailer textarea{height:6em}#overlay .mailer ul{list-style:none}#overlay .mailer .button,#overlay .mailer .page--location .location__overview_links .arrow:after,.page--location .location__overview_links #overlay .mailer .arrow:after,#overlay .mailer .condition-doctors__cta,#overlay .mailer .slots a,#overlay .mailer .news-related__accordion button{display:inline-block;margin:12px 0;padding:16px 30px;min-width:auto;border:0;-webkit-appearance:none;background-color:#580f8b;border-radius:5px;line-height:18px;color:#fff;cursor:pointer;font-weight:400;font-size:19px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;text-align:center;text-decoration:none !important;-webkit-transition:background-color .3s, border-color .3s, color .3s;transition:background-color .3s, border-color .3s, color .3s}#overlay .mailer a{color:#8116cc;-webkit-tap-highlight-color:transparent;text-decoration:none}#overlay *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased}#overlay input[type="text"],#overlay input[type="email"],#overlay input[type="password"],#overlay select,#overlay textarea{width:100%;max-width:436px;height:50px;padding:10px 18px;border:1px solid #d1d1d1;border-radius:4px;font-size:16px}@media (min-width: 1024px){#overlay input[type="text"],#overlay input[type="email"],#overlay input[type="password"],#overlay select,#overlay textarea{font-size:18px}}#overlay .center{text-align:center}.sidebar-contacts{padding:20px 0 20px 45px;position:relative}@media only screen and (min-width: 1024px){.sidebar-contacts{border-top:1px solid #f5f5f5}}.sidebar-contacts__icon:after{display:block;position:absolute;top:20px;left:0;width:28px;height:44px;font-family:"FontAwesome";content:'\f095';font-size:35px;line-height:1.26;color:#333}.sidebar-contacts__link{font-weight:700}.sidebar-contacts__title{font-family:"Metric",sans-serif;color:#333;font-weight:400;letter-spacing:normal}@media only screen and (min-width: 0) and (max-width: 640px){.sidebar-contacts__title{font-size:18px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sidebar-contacts__title{font-size:18px;line-height:22px}}@media only screen and (min-width: 1024px){.sidebar-contacts__title{font-size:18px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.sidebar-contacts{border-bottom:1px solid #ccc}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sidebar-contacts{border-bottom:1px solid #ccc}}.slick-dots .slick-active button{background-color:#580f8b}.slick-dots li{margin:0}.slick-dots li button{width:10px;height:10px;background-color:#ccc}.slick-dots li button:hover{background-color:#888}.sub-pages-and-resources__title{color:#580f8b;-o-object-fit:contain;object-fit:contain;text-align:center;padding:0}@media only screen and (min-width: 1024px){.sub-pages-and-resources__title{margin:0 auto 20px;width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sub-pages-and-resources__title{margin:0 auto 10px;width:calc(216px + ((100% - 264px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.sub-pages-and-resources__title{margin:0 auto 10px;width:100%}}.sub-pages-and-resources__description{text-align:center;margin:0 auto}@media only screen and (min-width: 1024px){.sub-pages-and-resources__description{width:calc(120px + ((100% - 264px) / 12 * 6));margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sub-pages-and-resources__description{width:calc(216px + ((100% - 264px) / 12 * 10));margin-bottom:20px;line-height:1.4}}@media only screen and (min-width: 0) and (max-width: 640px){.sub-pages-and-resources__description{width:100%;margin-bottom:21.42857px;line-height:1.4}}.sub-pages-and-resources__description p:not([class]){margin-top:0}.sub-pages-and-resources__blocks{font-family:"Metric",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sub-pages-and-resources__item{vertical-align:top;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}@media only screen and (min-width: 1024px){.sub-pages-and-resources__item{margin:0 23.95px 20px 0;width:calc(72px + ((100% - 264px) / 12 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sub-pages-and-resources__item{margin:0 15.95px 20px 0;width:calc(48px + ((100% - 176px) / 12 * 4))}}@media only screen and (min-width: 0) and (max-width: 640px){.sub-pages-and-resources__item{margin:0 0 20px;width:100%}}.sub-pages-and-resources__item:nth-child(3n){margin-right:0}.sub-pages-and-resources__item-image{overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px;width:100%;background:#ccc 50% 50%;background-size:cover}.sub-pages-and-resources__item-image:after{display:block;width:100%;height:0;padding-bottom:66.67%;content:''}.sub-pages-and-resources__item-image-content{margin:0 auto;width:100%}.sub-pages-and-resources__item-title{color:#333;text-align:left;text-decoration:none}@media only screen and (min-width: 1024px){.sub-pages-and-resources__item-title{margin:40px 40px 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sub-pages-and-resources__item-title{margin:20px 20px 10px}}@media only screen and (min-width: 0) and (max-width: 640px){.sub-pages-and-resources__item-title{margin:20px 20px 10px}}.sub-pages-and-resources__item-teaser{text-align:left}@media only screen and (min-width: 1024px){.sub-pages-and-resources__item-teaser{margin:0 40px 30px;line-height:1.6}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sub-pages-and-resources__item-teaser{margin:0 20px 20px;line-height:1.4}}@media only screen and (min-width: 0) and (max-width: 640px){.sub-pages-and-resources__item-teaser{margin:0 20px 20px;line-height:1.4}}.sub-pages-and-resources__item-teaser p{margin:0}.sub-pages-and-resources__item-link{display:block}@media only screen and (min-width: 1024px){.sub-pages-and-resources__item-link{margin:0 40px 40px;margin-top:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.sub-pages-and-resources__item-link{margin:0 20px 20px;margin-top:auto}}@media only screen and (min-width: 0) and (max-width: 640px){.sub-pages-and-resources__item-link{margin:0 20px 20px;margin-top:auto}}.sub-pages-and-resources__item-link-content{text-align:left}.sub-pages-and-resources__item-link-content:after{content:'\f054';font-family:"FontAwesome";font-size:12px;width:9px;height:12px;margin-left:5px}.cwt-areas-of-expertise__area-tile{position:relative;background-color:#fff;text-decoration:none;text-align:center;display:inline-block;cursor:pointer;position:relative;padding:35px 29px}.cwt-areas-of-expertise__area-tile:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #ccc}.cwt-areas-of-expertise__area-tile:before{left:0}.cwt-areas-of-expertise__area-tile:focus,.cwt-areas-of-expertise__area-tile:hover{text-decoration:none}.cwt-areas-of-expertise__area-tile:focus:before,.cwt-areas-of-expertise__area-tile:hover:before{border-top-color:#580f8b}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__area-tile{padding:29px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__area-tile{padding:29px}}.cwt-areas-of-expertise__area-tile--active{border-color:#580f8b;background-color:#580f8b}.cwt-areas-of-expertise__area-tile--active:before{border-top-color:#580f8b}.cwt-areas-of-expertise__area-tile--active:after{content:'';position:absolute;bottom:-20px;left:calc(50% - 10px);border:solid 10px transparent;border-top-color:#580f8b}.cwt-areas-of-expertise__area-text{color:#580f8b;text-decoration:none;cursor:pointer;text-align:center}.cwt-areas-of-expertise__area-text--active{color:#fff}.tooltip:after{border-bottom-color:#f5f5f5}.tooltip--insurance{top:45px}@media only screen and (min-width: 1024px){.tooltip--insurance{width:calc((((((100% + 140px) * 2) - 6 * 24px) * 12 / 7) + 11 * 24px) - (100% + 160px + 140px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tooltip--insurance{width:calc(((((100% * 2) - 7 * 16px) * 12 / 8) + 11 * 16px) - 100%)}}.tooltip--location{top:45px}@media only screen and (min-width: 1024px){.tooltip--location{width:calc((((((100% + 170px) * 2) - 6 * 24px) * 12 / 7) + 11 * 24px) - 130px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tooltip--location{width:calc(((((100% + 40px) * 2) - 7 * 16px) * 12 / 8) + 11 * 16px)}}.tooltip__message{font-weight:600;background-color:#f5f5f5;border-radius:8px;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);padding:20px}@media print{.page--fad .tooltip{display:none !important}}.treatment-overview__image-wrapper{position:relative;background-size:cover;background-position:center center;width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 1024px){.treatment-overview__image-wrapper{max-height:460px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview__image-wrapper{max-height:270px}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview__image-wrapper{max-height:168px}}.treatment-overview__image{display:block;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width: 1024px){.treatment-overview__image{min-height:460px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview__image{min-height:270px}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview__image{min-height:168px}}.treatment-overview__image--hidden{opacity:0}.treatment-overview__title-block{background-color:#fff;text-align:center;position:relative;z-index:1;border-radius:8px}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview__title-block{padding-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview__title-block{padding-bottom:20px}}@media only screen and (min-width: 1024px){.treatment-overview__title-block{padding-bottom:20px}}@media only screen and (min-width: 1024px){.treatment-overview__title-block--with-image{margin-top:-80px;padding-top:80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview__title-block--with-image{margin-top:-40px;padding-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview__title-block--with-image{padding-top:20px}}.treatment-overview__title{color:#580f8b;margin:0 auto}@media only screen and (min-width: 1024px){.treatment-overview__title{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview__title{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview__title{width:calc(75px + (100% - 75px))}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview--extended{margin-top:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview--extended{margin-top:40px}.treatment-overview--extended .treatment-overview__tiles{margin:0}.treatment-overview--extended .treatment-overview-tile__title-block{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview--extended{margin-top:40px}.treatment-overview--extended .treatment-overview__tiles{margin:0}.treatment-overview--extended .treatment-overview-tile__title-block{margin:0}}@media only screen and (min-width: 1024px){.treatment-overview--narrow{width:calc(144px + ((100% - 264px) / 12 * 7))}}@media only screen and (min-width: 1024px){.treatment-overview--narrow .treatment-overview-tile__item{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview--left-aligned .treatment-overview__title{margin:0;text-align:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview--left-aligned .treatment-overview__title{margin:0;text-align:left}}@media only screen and (min-width: 1024px){.treatment-overview--left-aligned .treatment-overview__title{margin:0;text-align:left}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview--left-aligned .treatment-overview-tile__item{margin-left:0;margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview--left-aligned .treatment-overview-tile__item{margin-left:0;margin-right:0}}@media only screen and (min-width: 1024px){.treatment-overview--left-aligned .treatment-overview-tile__item{margin-left:0;margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview--left-aligned .treatment-overview__title-block{margin-right:0;margin-left:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview--left-aligned .treatment-overview__title-block{margin-right:0;margin-left:0}}@media only screen and (min-width: 1024px){.treatment-overview--left-aligned .treatment-overview__title-block{margin-right:0;margin-left:0}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview--left-aligned .treatment-overview__tiles{margin-left:0;margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview--left-aligned .treatment-overview__tiles{margin-left:0;margin-right:0}}@media only screen and (min-width: 1024px){.treatment-overview--left-aligned .treatment-overview__tiles{margin-left:0;margin-right:0}}.treatment-overview-tile__item{margin:0 auto}@media only screen and (min-width: 1024px){.treatment-overview-tile__item{width:calc(168px + ((100% - 264px) / 12 * 8))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview-tile__item{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview-tile__item{width:100%}}.treatment-overview-tile__item:first-child .treatment-overview-tile__link{padding-top:0}.treatment-overview-tile__item:last-child{margin-bottom:0}.treatment-overview-tile__item:last-child .treatment-overview-tile__link{padding-bottom:0}.treatment-overview-tile__item:hover .treatment-overview-tile__link-content{-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.08);box-shadow:0 2px 4px rgba(0,0,0,0.08);-webkit-transform:scale(0.99);transform:scale(0.99)}.treatment-overview-tile__item:hover .treatment-overview-tile__link-content:before{border-top-color:#006d86}.treatment-overview-tile__wrapper{position:relative;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;padding:0;width:100%}.treatment-overview-tile__link{text-decoration:none;display:block;padding:10px 0}.treatment-overview-tile__link:hover,.treatment-overview-tile__link:visited,.treatment-overview-tile__link:link{text-decoration:none}.treatment-overview-tile__link-content{position:relative}@media only screen and (min-width: 1024px){.treatment-overview-tile__link-content{padding:40px 90px 40px 40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview-tile__link-content{padding:30px 72px 30px 30px}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview-tile__link-content{padding:20px 52px 20px 20px}}.treatment-overview-tile__link-content:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #00b5e2}.treatment-overview-tile__link-content:before{left:0}.treatment-overview-tile__link-content:after{content:'\f054';font-family:"FontAwesome";position:absolute;font-size:14px;right:40px;top:calc(50% - 14px / 2);color:#333}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview-tile__link-content:after{right:30px;font-size:16px;top:calc(50% - 16px / 2)}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview-tile__link-content:after{right:20px;font-size:16px;top:calc(50% - 16px / 2)}}.treatment-overview-tile__item:hover .treatment-overview-tile__wrapper--treatment-category .treatment-overview-tile__link-content:after{width:30px;height:30px;border-radius:15px;background-color:#f5f5f5;padding:9px 11px;right:25px;top:calc(45% - 14px / 2)}@media only screen and (min-width: 641px) and (max-width: 1023px){.treatment-overview-tile__item:hover .treatment-overview-tile__wrapper--treatment-category .treatment-overview-tile__link-content:after{right:20px;top:calc(44% - 16px / 2);padding:8px 11px}}@media only screen and (min-width: 0) and (max-width: 640px){.treatment-overview-tile__item:hover .treatment-overview-tile__wrapper--treatment-category .treatment-overview-tile__link-content:after{right:10px;top:calc(43% - 16px / 2);padding:8px 11px}}.treatment-overview-tile__title{color:#333;margin:0 auto 5px;text-align:left}.treatment-overview-tile__text{font-family:"Utopia",serif;text-align:left}@media only screen and (min-width: 1024px){.treatment-overview-tile__text{line-height:1.6}}.treatment-overview-tile__text p:not([class]){margin:0}.treatment-overview-tile__anchor{height:18px;margin:20px auto;text-align:center}.condition-no-result{width:520px;margin:0 auto;text-align:center}@media only screen and (min-width: 641px) and (max-width: 1023px){.condition-no-result{width:360px}}@media only screen and (min-width: 0) and (max-width: 640px){.condition-no-result{width:100%}}.condition-no-result__highlighted-info{display:inline-block;text-align:center;color:#580f8b;padding-bottom:20px}.condition-no-result__link,.condition-no-result__tel{font-weight:600}.iconography--fish-landing div{max-width:1280px;margin:0 auto;position:relative}.iconography--fish-landing div:after{display:block;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1;left:0;right:0;width:100%;height:210px;position:absolute;content:'';background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1225.7 199.9'%3E%3Cpath d='M1179 25.9s-2-20.2-36-25c44.5 64.3-25.4 115.8-54 113-24.1-2.3-28-10.3-65-15-28.3-3.6-72.8 36.7-43 72 29 34.3 58 15 58 15l-7 13s34.3 2.5 74-31c0 0 18.5 3.1 33-4-18.2-15.7-23.7-15.9-23-17 .1-.2 1.5-1 2-1s5.9 2.5 9 4c3.7-4.4 18.1-21.7 34-59 18.6-43.6 45.4-50.1 64-53 0 0-14.2-25-46-12' fill='%236bbbae'/%3E%3Ccircle fill='%23fff' cx='1054' cy='162.9' r='7'/%3E%3Cpath fill='%23fff' d='M1070 120.9c-.5 1.5-4.9.5-10-1s-8.5-3.5-8-5 4.9-1.5 10 0 8.5 4.5 8 6z'/%3E%3Cpath fill='%2300b5e2' d='M860 155.8c-1.1-1.3-.3-3 1-4s2.9-.3 4 1 1.3 3 0 4-3.9.4-5-.9m11 0c-1.2-.2-.7-1.6 0-2 1.8-1.1 3.3-2.9 4-5 1-2.5.2-4.6 0-5-3.3-.1-7.1-.1-12 2-12.9 5.5-20.8 10.2-18 11s15 8.7 30 6c1.6-.3 2.5-.6 4-1-.1-.4-.2-1.8-1-3-1-1.5-2-2.5-4-3-1-.3-3 0-3 0z'/%3E%3Cpath fill='%2300b5e2' d='M913 161c.8-2.6-.3-5.4-3-8s-.7-1.8 1-5c1.7-3.3 2.2-6.9 0-8-2.6-1.2-2.2 9.8-16 8-8.1-1.1-12.9-3.6-18-4 .2.3.9 1.6 1 2 .9 2.6-.3 3.8-2 6-.3.4-1 1.5-1 2 4 .4 7.2 2.5 9 7 10.2-3.1 17-7.1 20-5 3.7 2.7 8.2 7.6 9 5m-145-48.2c-1.1-1.3-.3-3 1-4s2.9-.3 4 1 1.3 3 0 4-3.9.3-5-1m11 .1c-1.2-.2-.7-1.6 0-2 1.8-1.1 3.3-2.9 4-5 1-2.5.2-4.6 0-5-3.3-.1-7.1-.1-12 2-12.9 5.5-20.8 10.2-18 11s15 8.7 30 6c1.6-.3 2.5-.6 4-1-.1-.4-.2-1.8-1-3-1-1.5-2-2.5-4-3-1-.3-3 0-3 0z'/%3E%3Cpath fill='%2300b5e2' d='M821 118c.8-2.6-.3-5.4-3-8s-.7-1.8 1-5c1.7-3.3 2.2-6.9 0-8-2.6-1.2-2.2 9.8-16 8-8.1-1.1-12.9-3.6-18-4 .2.3.9 1.6 1 2 .9 2.6-.3 3.8-2 6-.3.4-1 1.5-1 2 4 .4 7.2 2.5 9 7 10.2-3.1 17-7.1 20-5 3.7 2.7 8.2 7.6 9 5m-597-.1c-1.1-1.3-.3-3 1-4s2.9-.3 4 1 1.3 3 0 4-3.9.3-5-1m11 0c-1.2-.2-.7-1.6 0-2 1.8-1.1 3.3-2.9 4-5 1-2.5.2-4.6 0-5-3.3-.1-7.1 0-12 2.1-12.9 5.5-20.8 10.1-18 10.9s15 8.8 30 6.1c1.6-.3 2.5-.7 4-1.1-.1-.4-.2-1.7-1-2.9-1-1.5-2-2.6-4-3.1-1-.3-3 0-3 0z'/%3E%3Cpath fill='%2300b5e2' d='M277 122.9c.8-2.6-.3-5.4-3-8s-.7-1.7 1-4.9c1.7-3.3 2.2-7 0-8.1-2.6-1.2-2.2 9.9-16 8.1-8.1-1.1-12.9-3.6-18-4 .2.3.9 1.6 1 2 .9 2.6-.3 3.7-2 5.9-.3.4-1 1.5-1 2 4 .4 7.2 2.5 9 7 10.2-3.1 17-7.1 20-5 3.7 2.7 8.2 7.6 9 5m368-32c-1.1-1.3-.3-3 1-4s2.9-.3 4 1 1.3 3 0 4-3.9.3-5-1m11 0c-1.2-.2-.7-1.6 0-2 1.8-1.1 3.3-2.9 4-5 1-2.5.2-4.6 0-5-3.3-.1-7.1-.1-12 2-12.9 5.5-20.8 10.2-18 11s15 8.7 30 6c1.6-.3 2.5-.6 4-1-.1-.4-.2-1.8-1-3-1-1.5-2-2.5-4-3-1-.3-3 0-3 0z'/%3E%3Cpath fill='%2300b5e2' d='M698 95.9c.8-2.6-.3-5.4-3-8s-.7-1.8 1-5c1.7-3.3 2.2-7 0-8-2.6-1.2-2.2 9.8-16 8-8.1-1.1-12.9-3.6-18-4 .2.3.9 1.6 1 2 .9 2.6-.3 3.8-2 6-.3.4-1 1.5-1 2 4 .4 7.2 2.5 9 7 10.2-3.1 17-7.1 20-5 3.7 2.7 8.2 7.6 9 5m-260-4c-1.4-1.7.4-3.7 2-5s3.7-.7 5 1c1.4 1.7 1.6 4.7 0 6s-5.6-.3-7-2m15 0c-1.6-.2-.9-2.4 0-3 2.4-1.4 4.1-3.3 5-6 1.3-3.2.2-5.5 0-6-4.3-.2-9.7-.7-16 2-16.6 7.1-26.5 14-23 15 3.6 1 19.7 10.4 39 7 2.1-.4 3.1-.5 5-1-.1-.5 0-2.5-1-4-1.2-1.9-2.4-3.3-5-4-1.3-.3-4 0-4 0z'/%3E%3Cpath fill='%2300b5e2' d='M507 98.9c1.1-3.3-.6-7.7-4-11s-.2-1.8 2-6 1.8-8.7-1-10c-3.4-1.6-2.3 12.4-20 10-10.4-1.4-16.5-4.5-23-5 .2.4.8 1.5 1 2 1.1 3.4-.9 5.2-3 8-.4.5-.9 1.4-1 2 5.1.5 8.6 4.2 11 10 13-4 22.1-9.7 26-7 4.8 3.4 10.9 10.3 12 7m-491-13c-1.1-1.3-.3-3 1-4s2.9-.3 4 1 1.3 3 0 4-3.9.3-5-1m11 0c-1.2-.2-.7-1.6 0-2 1.8-1.1 3.3-2.9 4-5 1-2.5.2-4.6 0-5-3.3-.1-7.1-.1-12 2-12.9 5.5-20.8 10.2-18 11s15 8.7 30 6c1.6-.3 2.5-.6 4-1-.1-.4-.2-1.8-1-3-1-1.5-2-2.5-4-3-1-.3-3 0-3 0z'/%3E%3Cpath fill='%2300b5e2' d='M69 90.9c.8-2.6-.3-5.3-3-7.9-2.7-2.6-.7-1.9 1-5.1 1.7-3.3 2.2-7 0-8-2.6-1.2-2.2 9.9-16 8.1-8.1-1.1-12.9-3.7-18-4.1.2.3.9 1.6 1 2 .9 2.6-.3 3.8-2 6-.3.4-1 1.5-1 2 4 .4 7.2 2.5 9 7 10.2-3.1 17-7.1 20-5 3.7 2.7 8.2 7.6 9 5'/%3E%3C/svg%3E") center center no-repeat;background-position:center center;background-size:contain}@media only screen and (min-width: 641px) and (max-width: 1023px){.iconography--fish-landing div:after{-webkit-transform:translateY(-54%);transform:translateY(-54%);background-size:auto 140px;background-position:80%}}@media only screen and (min-width: 0) and (max-width: 640px){.iconography--fish-landing div{display:none}}@media only screen and (min-width: 1024px){.iconography--fish-landing{padding:0 20px}}.iconography--news:after{background:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 102.1 143.2'%3E%3Cdefs%3E%3Cpath id='a' d='M14.1.2c14.2-1.6 15.4 5.7 15 15-.4 9.3-3.7 10.9-10 11s2.9 11.2-2 9C12.2 33 .6 28.9.1 15.2s1.2-13.5 14-15m7 16c2.1.2 3.2-1.4 3-3-.2-1.4-1.6-2.1-3-2-1.5.1-2 .6-2 2 0 1 0 3 2 3m-8.1 0c2 0 3-1 3-3-.2-1.6-1.8-2-3-2-1.5.1-1.9.7-2 2-.1 1.6.8 3.2 2 3m-6.9 0c1.5.1 3.2-1.3 3-3 .1-1.2-1.6-2.2-3-2-1.6.2-2 .7-2 2-.1 1.8.9 3.1 2 3'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23f9a800' d='M-4.7-3.8h37.3l-3.3 40.6-34 2.4z'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='c' d='M77 63.2c-.7-3.9-1.9-8.9-3-13-.5-2.1-1.3-5-2-7-.4-1-.6-1.5-1-2-.4-.4-1-1-2-1-3.9.4-8.7 2.7-13 4-2.1.7-4.4 1.2-6 2-1.7.9-3 2.5-3 4 0 2.8 2 7 3 11 1.2 4.1 2.2 9.1 3 13 .9 4.1 1.5 7.2 2 11 .2 1.6.7 4.5 1 6l3-1c1-.2 2-.8 3-1l3-1 5-2s1.2-.5 5-2c1.8-.8 3.4-1.6 4-3 .8-1.6.6-4.6 0-8-.5-3.4-1.2-6.1-2-10'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23d)'%3E%3Cdefs%3E%3Cpath id='e' d='M-381.8-2833.8h1440v4613h-1440z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2342b4ed' d='M42.1 35.5h41.5v59.9H42.1z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='g' d='M24.2 33.5L91.3 4.9l10.8 127.6-69.9 10.7z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23h)'%3E%3Cdefs%3E%3Cpath id='i' d='M-381.8-2833.8h1440v4613h-1440z'/%3E%3C/defs%3E%3CclipPath id='j'%3E%3Cuse xlink:href='%23i' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23j)'%3E%3Cdefs%3E%3Cpath id='k' d='M26.2 18.2h72v122h-72z'/%3E%3C/defs%3E%3CclipPath id='l'%3E%3Cuse xlink:href='%23k' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23l)'%3E%3Cdefs%3E%3Cpath id='m' d='M83.1 84.2c0 1-.8 2.2-2 3-1.3.8-3.3 2-5 3l-4 2c-1.7.8-2.9 1.4-5 2.1-.6.2-5 1.6-6 1.9-.7.2-3.8.8-5 1-1.1.1-1.6.1-2 0-.9-.2-1.6-1.2-2-2l-1-3c-.5-1.5-1.3-5.6-2-8-1-3.3-1.1-4.1-2-8-.9-3.9-2-7.8-3-12-.5-2.1-1.5-7.8-2-10-.1-1.5-.3-3.5 0-5 .5-3.1 2.7-5 5-6 2.4-1.2 4.7-2.1 7-3 4.4-1.7 8.9-2.7 14-3 1.2 0 2.9.6 4 2 1 1.3 1.5 1.9 2 3 1 2.1 2.4 5.7 4 10.9 1.7 5.4 1.3 3.8 2 7 1.2 5.3 1.6 8.9 2.1 12 .6 3.9 1 6.3 1 8-.1 1.9-.1 2.1-.1 4.1m-10.1 29c-3.4 1-6.7-1.4-7-5-.2-3.7 2.6-7.1 6-8 3.4-.9 5.8 1.4 6 5 .3 3.6-1.6 7.1-5 8m23.1-8c-1.7-12-11.4-64-14-74.9-2.6-11.3-10.8-8.7-26.1-4-28.4 8.7-29.6 8.7-24 35 5.3 25 13.5 51.8 18 66 4.3 13.7 10.3 6.5 24 0 12.8-6.2 23.7-10.4 22.1-22.1'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='o' d='M29.2 22.2h67v113h-67z'/%3E%3C/defs%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23p)' fill='%2342b4ed' d='M25.6 18.3h76.9v122.9H25.6z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") right 0 no-repeat;content:'';display:block;width:calc(48px + ((100% - 264px) / 12 * 3));height:143px;background-size:102px 143px;position:absolute;top:0;left:0}.iconography--news:before{content:'';background:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 43 52'%3E%3Cdefs%3E%3Cpath id='a' d='M21.6 1.3C.9-1.1 0 7.8.6 21.3c.6 13.5 4.9 17.8 14 18 9.1.2-4.1 15.2 3 12 7.1-3.2 24.3-9.1 25-29 .6-20-2.5-18.9-21-21m-10 23c-2 0-4.2-1.3-4-4 .1-2 2-3.3 4-3 1.8.2 2.7 1.1 3 3 .3 2-1 4-3 4m11 0c-2 .2-4.1-1.7-4-4 .1-2 2-2.9 4-3 1.7-.1 3.7.7 4 3 .2 2-2 4.1-4 4m11 0c-2-.1-4.1-2-4-4 .1-2 2-3.1 4-3 1.6.1 3.9 1 4 3 .1 2.7-2.1 4.4-4 4'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M-1016.8-2782.7H393.1v4516.6h-1409.9z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' fill='%236bbbae' d='M-4.4-4.1h51.9v60.7H-4.4z'/%3E%3C/g%3E%3C/svg%3E") left bottom no-repeat;background-size:43px 54px;display:block;width:calc(48px + ((100% - 264px) / 12 * 3));height:102px;position:absolute;top:0;right:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.iconography--news:before,.iconography--news:after{width:calc(32px + ((100% - 176px) / 12 * 3))}.iconography--news:before{background-size:40px auto;background-position:center left}.iconography--news:after{background-size:80px auto}}@media only screen and (min-width: 0) and (max-width: 640px){.iconography--news:before,.iconography--news:after{display:none}}.hero_video{position:relative}.hero_video__corner{position:relative;z-index:20;height:1px}.hero_video__corner:before{visibility:visible;content:'';z-index:20;position:absolute;background:#fff;height:80px;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;bottom:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.hero_video__corner:before{height:40px;border-top-left-radius:10px;border-top-right-radius:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.hero_video__corner:before{display:none}}.hero-video-overlay .video-js.vjs-plugins-ready .vjs-tech{-o-object-fit:contain;object-fit:contain}@media only screen and (min-width: 0) and (max-width: 640px){.hero-video-overlay .content-video .vjs-play-control,.hero-video-overlay .content-video .vjs-current-time,.hero-video-overlay .content-video .vjs-duration,.hero-video-overlay .content-video .vjs-fullscreen-control{width:40px}}body .callout-video-overlay .video-js.vjs-plugins-ready .vjs-tech{-o-object-fit:contain;object-fit:contain}.bulleted-list{margin:20px 0;list-style-type:none;word-wrap:break-word}@media only screen and (min-width: 1024px){.bulleted-list{padding-left:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.bulleted-list{padding-left:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.bulleted-list{padding-left:20px}}.bulleted-list__item{margin:10px 0}.bulleted-list__item:before{font-family:"FontAwesome";font-size:5px;content:'\f111';position:absolute}@media only screen and (min-width: 1024px){.bulleted-list__item:before{margin:10px 0 0 -20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.bulleted-list__item:before{margin:7px 0 0 -20px}}@media only screen and (min-width: 0) and (max-width: 640px){.bulleted-list__item:before{margin:7px 0 0 -10px}}.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-poster,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-poster{cursor:pointer}.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:before{opacity:1;content:none}.nyulmc_caption body .nyumc-branded-player-wrapper .video-js.vjs-plugins-ready,.dti-html5-brightcove-embed-video-wrapper body .nyumc-branded-player-wrapper .video-js.vjs-plugins-ready{-o-object-fit:contain;object-fit:contain}.nyulmc_caption .nyumc-branded-player-wrapper .vjs-has-started .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .vjs-has-started .vjs-big-play-button{display:none}.nyulmc_caption .nyumc-branded-player-wrapper .image-hover .vjs-big-play-button,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .image-hover .vjs-big-play-button{background-color:#460b6f;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}.nyulmc_caption .nyumc-branded-player-wrapper .image-hover .vjs-big-play-button:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .image-hover .vjs-big-play-button:before{color:#fff}.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder{display:block}.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:before{display:inline;font-family:"FontAwesome";content:'\f04b';color:#460b6f;font-size:23px;line-height:60px;margin-left:2px}.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:hover:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:hover:before,.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:focus:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:focus:before{color:#fff}.nyulmc_caption .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .video-js .vjs-big-play-button:focus .vjs-icon-placeholder:before,.nyulmc_caption .nyumc-branded-player-wrapper .image-hover .vjs-big-play-button .vjs-icon-placeholder:before,.dti-html5-brightcove-embed-video-wrapper .nyumc-branded-player-wrapper .image-hover .vjs-big-play-button .vjs-icon-placeholder:before{color:#fff}.nyulmc_caption{border-bottom:1px solid #ccc}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc_caption{margin:30px auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption{margin:30px auto}}@media only screen and (min-width: 1024px){.nyulmc_caption{margin:30px auto}}.nyulmc_caption__video{border-radius:8px;overflow:hidden;-webkit-box-shadow:0 12px 17px 0 rgba(0,0,0,0.15);box-shadow:0 12px 17px 0 rgba(0,0,0,0.15)}.nyulmc_caption__title{color:#333;overflow:hidden;margin-bottom:10px}.nyulmc_caption__caption{overflow:hidden;margin-bottom:10px}.nyulmc_caption__credit{color:#666;overflow:hidden}.nyulmc_caption__title--no-margin,.nyulmc_caption__caption--no-margin,.nyulmc_caption__credit--no-margin{margin-bottom:0}@media only screen and (min-width: 1024px){.nyulmc_caption__figure p:not([class]) img{max-width:100%;height:auto;margin:0 auto}}.nyulmc_caption figcaption{padding:20px 0}.nyulmc_caption figcaption>.nyulmc_caption__caption:first-child,.nyulmc_caption figcaption>.nyulmc_caption__credit:first-child{margin-top:0}.nyulmc_caption--not-complete{border-bottom:none}.nyulmc_caption .media-image{border-radius:8px;-webkit-box-shadow:0 12px 17px 0 rgba(0,0,0,0.15);box-shadow:0 12px 17px 0 rgba(0,0,0,0.15)}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_caption .dti-html5-brightcove-embed-video-wrapper{margin:0;max-width:calc(176px + (100% - 176px))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.dti-html5-brightcove-embed-video-wrapper{margin:32px auto 16px;max-width:calc(112px + ((100% - 176px) / 12 * 8))}}.nyulmc-callout-paragraph__wrapper{border-left:0;padding:0;margin:30px 0}@media only screen and (min-width: 1024px){.nyulmc-callout-paragraph__wrapper:before{width:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-callout-paragraph__wrapper{padding:0 60px}}.nyulmc-callout-paragraph__content{color:#00b5e2}.nyulmc_quote{margin:30px 0}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_quote{margin:30px 60px}}.nyulmc_quote__icon{background-repeat:no-repeat;background-position:0 0;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.1 46.7'%3E %3Cpath d='M8 21.3c-1.8.1-3.9-1.2-4-3-.1-1.8 1.2-2.9 3-3s3.9 1.3 4 3c.1 1.5-1.3 2.9-3 3m9 0c-1.8.1-2.9-1.2-3-3-.1-1.8 1.2-2.9 3-3 1.8-.1 2.9 1.2 3 3 .1 1.5-1.3 2.9-3 3m10 0c-1.8.1-2.9-1.2-3-3-.1-1.8 1.2-2.9 3-3 1.8-.1 2.9 1.2 3 3 .1 1.5-1.3 2.9-3 3m-8-21C2.8 2.2-.6 1.8.1 19.6s14.8 24 20.9 26.7c6.1 2.7-4.9-11.9 3-12 7.9-.1 11.5-3 12-15 .2-12.2.8-21.2-17-19' fill='%23f9a800'/%3E %3C/svg%3E");width:35px;height:46px;margin-bottom:10px}@media only screen and (min-width: 1024px){.nyulmc_quote__icon{display:inline-block;margin-left:20px;margin-top:10px;vertical-align:top;width:42.5px;height:54.9px}}.nyulmc_quote__content{color:#00b5e2;word-wrap:break-word;width:100%}@media only screen and (min-width: 1024px){.nyulmc_quote__content{display:inline-block;padding-left:44.5px;vertical-align:top;width:87%}}.nyulmc_quote__content p:first-child:not([class]){margin:0}.nyulmc_quote__quote{margin:0}.nyulmc_quote__attribution{margin:10px 0 0 19px}.nyulmc_quote__attribution:before{content:"\2014";margin:0 5px 0 -19px}.gallery-slider-wrapper{margin:30px auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.gallery-slider-wrapper{width:calc(112px + ((100% - 176px) / 12 * 8))}}.gallery-slider-wrapper .gallery-slider__container{margin-bottom:0 !important}.gallery-slider-wrapper .gallery-slider__container .slick-prev,.gallery-slider-wrapper .gallery-slider__container .slick-next{top:40%}@media only screen and (min-width: 0) and (max-width: 640px){.gallery-slider-wrapper .gallery-slider__container .slick-prev,.gallery-slider-wrapper .gallery-slider__container .slick-next{top:25%}}.gallery-slider-wrapper .gallery-slider__image-block{position:relative;width:100%}.gallery-slider-wrapper .gallery-slider__image-block:before{display:block;content:"";width:100%;padding-top:66.66%}.gallery-slider-wrapper .gallery-slider__item{padding:0}.gallery-slider-wrapper .gallery-slider__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;bottom:0;max-width:100%;max-height:100%;margin:0 auto;border-radius:8px}.gallery-slider-wrapper .gallery-slider__description{margin:20px 0 10px;word-wrap:break-word}.gallery-slider-wrapper .gallery-slider__gallery-title,.gallery-slider-wrapper .gallery-slider__caption,.gallery-slider-wrapper .gallery-slider__photo-credit{display:block;margin-top:10px}.gallery-slider-wrapper .gallery-slider__gallery-title:last-child,.gallery-slider-wrapper .gallery-slider__caption:last-child,.gallery-slider-wrapper .gallery-slider__photo-credit:last-child{margin-bottom:20px}.gallery-slider-wrapper .gallery-slider__gallery-title{color:#333}.gallery-slider-wrapper .gallery-slider__photo-credit{color:#666}.gallery-slider-wrapper .gallery-slider__toolbar{width:100px;padding:0 10px;-webkit-box-sizing:content-box;box-sizing:content-box;margin:0 auto;display:none;position:relative;overflow:hidden}.gallery-slider-wrapper .gallery-slider__dots{position:relative;-webkit-transform:translate(0);transform:translate(0);padding:0;margin-top:30px;margin-bottom:0;min-height:10px;line-height:10px;list-style:none;text-align:center;white-space:nowrap;margin-left:0 !important;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}@media only screen and (min-width: 0) and (max-width: 640px){.gallery-slider-wrapper .gallery-slider__dots{margin-top:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.gallery-slider-wrapper .gallery-slider__dots{margin-top:20px}}.gallery-slider-wrapper .gallery-slider__dots .slick-dot{position:relative;display:inline-block;vertical-align:top;margin:0;padding:0 5px;background:transparent;cursor:pointer;line-height:0;font-size:0}.gallery-slider-wrapper .gallery-slider__dots .slick-dot--small button{-webkit-transform:scale(0.5);transform:scale(0.5)}.gallery-slider-wrapper .gallery-slider__dots .slick-dot--medium button{-webkit-transform:scale(0.75);transform:scale(0.75)}.gallery-slider-wrapper .gallery-slider__dots .slick-dot--hidden{visibility:hidden}.gallery-slider-wrapper .gallery-slider__dots .slick-dot--hidden button{-webkit-transform:scale(0);transform:scale(0)}.gallery-slider-wrapper .gallery-slider__dots .slick-active button:after{-webkit-transform:scale(1);transform:scale(1)}.gallery-slider-wrapper .gallery-slider__dots button{font-size:0;line-height:0;display:inline-block;width:10px;height:10px;padding:0;cursor:pointer;border-radius:5px;color:transparent;border:0;outline:none;background-color:#ccc;vertical-align:middle;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;-webkit-transform:scale(1);transform:scale(1);position:relative}.gallery-slider-wrapper .gallery-slider__dots button:after{-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#580f8b;border-radius:inherit;-webkit-transform:scale(0);transform:scale(0)}.gallery-slider-wrapper .gallery-slider__dots button:hover,.gallery-slider-wrapper .gallery-slider__dots button:focus{outline:none}.gallery-slider-wrapper .gallery-slider__dots button:hover{background-color:#888;-webkit-transition:none;transition:none}.gallery-slider-wrapper .gallery-slider__dots--no-animation{-webkit-transition-property:none;transition-property:none}.gallery-slider-wrapper .gallery-slider__dots--no-animation .slick-dot{-webkit-transition-property:none;transition-property:none}.gallery-slider-wrapper .gallery-slider__dots--no-animation .slick-dot button{-webkit-transition-property:none;transition-property:none}.gallery-slider-wrapper .gallery-slider__dots--no-animation .slick-dot button:after{-webkit-transition-property:none;transition-property:none}.gallery-slider-wrapper .gallery-slider .slick-prev{left:-25px}@media only screen and (min-width: 641px) and (max-width: 1023px){.gallery-slider-wrapper .gallery-slider .slick-prev{left:-20px}}@media only screen and (min-width: 0) and (max-width: 640px){.gallery-slider-wrapper .gallery-slider .slick-prev{left:-15px}}.gallery-slider-wrapper .gallery-slider .slick-next{right:-25px}@media only screen and (min-width: 641px) and (max-width: 1023px){.gallery-slider-wrapper .gallery-slider .slick-next{right:-20px}}@media only screen and (min-width: 0) and (max-width: 640px){.gallery-slider-wrapper .gallery-slider .slick-next{right:-15px}}.gallery-slider-wrapper .gallery-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.gallery-slider-wrapper .gallery-slider__content{height:100%;border-bottom:1px solid #ececec}.gallery-slider-wrapper .gallery-slider__content-without-border{border-bottom:none}.gallery-slider-wrapper .gallery-slider__content-without-border>.gallery-slider__description{margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.gallery-slider-wrapper .gallery-slider__content-without-border>.gallery-slider__description{margin:0 0 10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.gallery-slider-wrapper .gallery-slider__content-without-border>.gallery-slider__description{margin:0 0 10px}}.nyulmc-aside{word-wrap:break-word;border-bottom:none;border-top:none}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__wrapper{position:relative;margin:30px auto;width:calc(45px + ((100% - 75px) / 6 * 4));padding:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin:30px auto;width:calc(112px + ((100% - 176px) / 12 * 8));padding:0}}@media only screen and (min-width: 1024px){.nyulmc-aside__wrapper{position:absolute;padding-top:0;padding-left:calc(24px + ((100% - 120px) / 6 * 1));top:0;right:0;-webkit-transform:translateX(100%) translateX(24px);transform:translateX(100%) translateX(24px);width:calc(48px + ((100% - 120px) / 6 * 3));-webkit-box-sizing:border-box;box-sizing:border-box}}.nyulmc-aside__wrapper>.nyulmc-aside__image-block{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-bottom:20px}@media only screen and (min-width: 1024px){.nyulmc-aside__wrapper>.nyulmc-aside__image-block{margin-bottom:10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper>.nyulmc-aside__image-block{width:calc(32px + ((100% - 112px) / 8 * 3));margin-right:16px;margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper>.nyulmc-aside__content{width:calc(64px + ((100% - 112px) / 8 * 5))}}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__wrapper--default-image{position:relative;padding:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper--default-image{position:relative;margin:30px auto;width:calc(80px + ((100% - 176px) / 12 * 6));padding-top:30px;padding-bottom:30px;padding-left:0}}.nyulmc-aside__wrapper--default-image>.nyulmc-aside__image-block{display:block}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper--default-image>.nyulmc-aside__image-block{width:calc(((100% - 80px) / 6 * 1))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__wrapper--default-image>.nyulmc-aside__content{width:calc(64px + ((100% - 80px) / 6 * 5))}}.nyulmc-aside__wrapper:before{display:none}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__image-block{width:calc(32px + ((100% - 112px) / 8 * 3))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__content{margin-top:-5px;width:calc(64px + ((100% - 112px) / 8 * 5))}}.nyulmc-aside__content>.nyulmc-aside__link:first-child,.nyulmc-aside__content>.nyulmc-aside__description:first-child{margin-top:0}.nyulmc-aside__image-icon{width:30px;height:38px;margin:0 0 10px}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__image-icon{width:100%;height:46px;margin:0}}.nyulmc-aside__image-icon:before{content:'';background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.1 46.7'%3E%3Cpath d='M8 21.3c-1.8.1-3.9-1.2-4-3-.1-1.8 1.2-2.9 3-3s3.9 1.3 4 3c.1 1.5-1.3 2.9-3 3m9 0c-1.8.1-2.9-1.2-3-3-.1-1.8 1.2-2.9 3-3 1.8-.1 2.9 1.2 3 3 .1 1.5-1.3 2.9-3 3m10 0c-1.8.1-2.9-1.2-3-3-.1-1.8 1.2-2.9 3-3 1.8-.1 2.9 1.2 3 3 .1 1.5-1.3 2.9-3 3m-8-21C2.8 2.2-.6 1.8.1 19.6s14.8 24 20.9 26.7c6.1 2.7-4.9-11.9 3-12 7.9-.1 11.5-3 12-15 .2-12.2.8-21.2-17-19' fill='%2300b5e2'/%3E%3C/svg%3E");max-width:35px;max-height:46px;width:100%;height:38px;background-size:contain;background-repeat:no-repeat;background-position:0 0;display:block;margin-left:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc-aside__image-icon:before{margin-left:auto;margin-right:auto}}.nyulmc-aside__image{border-radius:4px;max-width:100%;margin:0;-ms-flex-item-align:center;align-self:center;display:block}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc-aside__image{max-height:180px}}.nyulmc-aside__description{color:#666;margin:10px 0 0}.nyulmc-aside__link{display:inline-block;position:relative;margin:20px 0 0}.nyulmc-aside__link:after{position:absolute;content:'\f054';margin-left:5px;font-size:12px;bottom:1px}.nyulmc-aside__link:after:hover{text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.nyulmc_media_link{color:#580f8b;text-decoration:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyulmc_media_link{color:#580f8b;text-decoration:none}}@media only screen and (min-width: 1024px){.nyulmc_media_link{color:#580f8b;text-decoration:none}}.nyulmc_media_link:hover{color:#9c6fbb;text-decoration:underline}.share--condition .icon{background-color:#b3b3b3}.share--condition .icon:before{color:#efefef}.section-panel-container{position:relative;overflow:hidden;border:none}.section-panel{display:block;padding:0;margin:-2px;list-style:none}@media only screen and (min-width: 0) and (max-width: 640px){.section-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.new-layout a.panel__container:focus-visible,.new-layout a.panel__container:focus{outline:none !important}.new-layout a.panel__container:focus-visible .panel__title,.new-layout a.panel__container:focus .panel__title{outline:#0018ff solid 2px !important;outline-offset:-2px !important}@media only screen and (min-width: 1024px){.new-layout .blurb,.new-layout .cta-stack{width:50%;display:inline-block}}.new-layout .blurb{margin-bottom:30px}@media only screen and (min-width: 641px) and (max-width: 1023px){.new-layout .blurb{margin-bottom:16px}}@media only screen and (min-width: 1024px){.new-layout .blurb{float:left;margin-bottom:56px;padding-right:28px}}.new-layout .blurb a{text-decoration:none;color:#7030ac}.new-layout .blurb a:hover,.new-layout .blurb a:active,.new-layout .blurb a:focus{color:#7b70bf;border-bottom:1px solid #7b70bf}.new-layout .blurb p{line-height:1.666em;margin-block:0 16px}.new-layout .blurb p:last-of-type{margin-bottom:0}.new-layout .location-tagline__text{-webkit-transform:unset;transform:unset;text-shadow:unset;color:#333;font-size:42px;line-height:50.4px;font-weight:400;margin-block:30px 24px}@media only screen and (min-width: 641px) and (max-width: 1023px){.new-layout .location-tagline__text{margin-block:32px 24px;font-size:60px;line-height:72px}}@media only screen and (min-width: 1024px){.new-layout .location-tagline__text{margin-block:52px 42px;font-size:72px;line-height:86.4px}}.new-layout .cta-stack{margin-bottom:30px}@media only screen and (min-width: 641px) and (max-width: 1023px){.new-layout .cta-stack{margin-bottom:32px}}@media only screen and (min-width: 1024px){.new-layout .cta-stack{margin-bottom:56px}}.new-layout .cta-stack+.section-panel{clear:both}.new-layout .cta-stack .panel:nth-of-type(6n+1),.new-layout .cta-stack .panel:nth-of-type(6n+2),.new-layout .cta-stack .panel:nth-of-type(6n+3),.new-layout .cta-stack .panel:nth-of-type(6n+4),.new-layout .cta-stack .panel:nth-of-type(6n+5),.new-layout .cta-stack .panel:nth-of-type(6n+6),.new-layout .cta-stack .panel{float:unset;margin:0 0 8px}.new-layout .cta-stack .panel:nth-of-type(6n+1):last-of-type,.new-layout .cta-stack .panel:nth-of-type(6n+2):last-of-type,.new-layout .cta-stack .panel:nth-of-type(6n+3):last-of-type,.new-layout .cta-stack .panel:nth-of-type(6n+4):last-of-type,.new-layout .cta-stack .panel:nth-of-type(6n+5):last-of-type,.new-layout .cta-stack .panel:nth-of-type(6n+6):last-of-type,.new-layout .cta-stack .panel:last-of-type{margin-bottom:0}@media only screen and (min-width: 0) and (max-width: 640px){.new-layout .cta-stack .panel:nth-of-type(6n+1),.new-layout .cta-stack .panel:nth-of-type(6n+2),.new-layout .cta-stack .panel:nth-of-type(6n+3),.new-layout .cta-stack .panel:nth-of-type(6n+4),.new-layout .cta-stack .panel:nth-of-type(6n+5),.new-layout .cta-stack .panel:nth-of-type(6n+6),.new-layout .cta-stack .panel{width:100% !important}}@media only screen and (min-width: 1024px){.new-layout .cta-stack .panel:nth-of-type(6n+1),.new-layout .cta-stack .panel:nth-of-type(6n+2),.new-layout .cta-stack .panel:nth-of-type(6n+3),.new-layout .cta-stack .panel:nth-of-type(6n+4),.new-layout .cta-stack .panel:nth-of-type(6n+5),.new-layout .cta-stack .panel:nth-of-type(6n+6),.new-layout .cta-stack .panel{margin:0 0 14px}}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container,.new-layout .cta-stack .panel .panel__container{position:relative}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title,.new-layout .cta-stack .panel .panel__container .panel__title{display:block}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.purple-1,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.purple-1,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.purple-1,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.purple-1,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.purple-1,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.purple-1,.new-layout .cta-stack .panel .panel__container .panel__title.purple-1{background-color:#7b70bf !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.purple-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.purple-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.purple-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.purple-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.purple-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.purple-1:hover,.new-layout .cta-stack .panel .panel__container .panel__title.purple-1:hover{background-color:#6d62b7 !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.purple-2,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.purple-2,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.purple-2,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.purple-2,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.purple-2,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.purple-2,.new-layout .cta-stack .panel .panel__container .panel__title.purple-2{background-color:#624988 !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.purple-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.purple-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.purple-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.purple-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.purple-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.purple-2:hover,.new-layout .cta-stack .panel .panel__container .panel__title.purple-2:hover{background-color:#523e74 !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.blue-1,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.blue-1,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.blue-1,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.blue-1,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.blue-1,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.blue-1,.new-layout .cta-stack .panel .panel__container .panel__title.blue-1{background-color:#4c74b2 !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.blue-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.blue-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.blue-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.blue-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.blue-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.blue-1:hover,.new-layout .cta-stack .panel .panel__container .panel__title.blue-1:hover{background-color:#44659c !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.blue-2,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.blue-2,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.blue-2,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.blue-2,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.blue-2,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.blue-2,.new-layout .cta-stack .panel .panel__container .panel__title.blue-2{background-color:#6492e3 !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.blue-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.blue-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.blue-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.blue-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.blue-2:hover,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.blue-2:hover,.new-layout .cta-stack .panel .panel__container .panel__title.blue-2:hover{background-color:#4a80de !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.green-1,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.green-1,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.green-1,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.green-1,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.green-1,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.green-1,.new-layout .cta-stack .panel .panel__container .panel__title.green-1{background-color:#37998c !important}.new-layout .cta-stack .panel:nth-of-type(6n+1) .panel__container .panel__title.green-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+2) .panel__container .panel__title.green-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+3) .panel__container .panel__title.green-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+4) .panel__container .panel__title.green-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+5) .panel__container .panel__title.green-1:hover,.new-layout .cta-stack .panel:nth-of-type(6n+6) .panel__container .panel__title.green-1:hover,.new-layout .cta-stack .panel .panel__container .panel__title.green-1:hover{background-color:#1d8678 !important}@media only screen and (min-width: 1024px){.page-cancer-info{padding:0 0 126px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-cancer-info{padding:0 0 98px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-cancer-info{padding-bottom:83px}}.page-cancer-info__main-header{font-family:"Benton",sans-serif;color:#333;font-weight:700;letter-spacing:-.5px}@media only screen and (min-width: 0) and (max-width: 640px){.page-cancer-info__main-header{font-size:26px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-cancer-info__main-header{font-size:38px;line-height:44px}}@media only screen and (min-width: 1024px){.page-cancer-info__main-header{font-size:42px;line-height:48px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-cancer-info__main-header{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-cancer-info__main-header{margin:0}}@media only screen and (min-width: 1024px){.page-cancer-info__main-header{margin:0}}.page-cancer-info__text{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.page-cancer-info__text{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-cancer-info__text{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page-cancer-info__text{font-size:18px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-cancer-info__text{margin:0;padding:15px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-cancer-info__text{margin:0;padding:16px 0 16px}}@media only screen and (min-width: 1024px){.page-cancer-info__text{margin:0;padding:24px 0 24px}}.page-cancer-info__text a{text-decoration:none}.view-all{font-family:"Benton",sans-serif;color:#333;font-weight:400;margin:0;text-align:center}@media only screen and (min-width: 0) and (max-width: 640px){.view-all{font-size:14px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.view-all{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.view-all{font-size:16px;line-height:30px}}.view-all__link{font-family:"Benton",sans-serif;color:#5a2b8b;font-weight:700;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.view-all__link{font-size:14px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.view-all__link{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.view-all__link{font-size:18px;line-height:30px}}.view-all__link:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.radiology-back-button{height:52px;width:100%;z-index:1000;-webkit-transform:translateY(0);transform:translateY(0);background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.15);box-shadow:0 1px 1px 0 rgba(0,0,0,0.15);padding:16px 14px;position:relative}.radiology-back-button--sticky{top:0;position:fixed}.radiology-back-button--sticky+main{padding-top:52px}.radiology-back-button__link{font-family:"Benton",sans-serif;font-weight:500;color:#93c;font-size:16px;line-height:1;cursor:pointer}.radiology-back-button__link:before{content:'\f053';width:12px;height:17px;font-family:"FontAwesome";font-size:17px;margin-right:10px;color:#93c}.article__title{color:#580f8b}.article__summary{margin-top:20px}.article__summary.rich-text h2:not([class]){margin-top:30px}.article__summary.rich-text h2:not([class]):first-child{margin-top:30px}.article__summary:first-child{margin-top:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.article__share{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.article__share{margin-bottom:20px}}.callout-info-wrapper{border-radius:8px;background-color:#f5f5f5;width:calc(72px + ((100% - 264px) / 12 * 4));padding:40px;float:left;margin-left:calc(((100% - 11 * 24px) / 12 * -1));margin-top:85px;z-index:1;position:relative;overflow:hidden}@media only screen and (min-width: 1024px){.callout-info-wrapper{min-height:360px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.callout-info-wrapper{width:calc(64px + ((100% - 176px) / 12 * 5));margin-left:calc(-16px - .05px - ((100% - 11 * 16px) / 12 * 2));margin-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.callout-info-wrapper{margin-left:15px;margin-top:-20px;float:none;width:calc(100% - 30px)}}.callout-info-wrapper__eyebrow{color:#666}.callout-info-wrapper__title{margin:0;color:#580f8b}.callout-info-wrapper__teaser{margin-top:20px}.callout-info-wrapper__teaser p:not([class]):first-child{margin-top:0}.callout-info-wrapper__teaser p:not([class]):last-child{margin-bottom:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.callout-info-wrapper__teaser{margin-top:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.callout-info-wrapper__teaser{margin-top:10px}}.callout-info-wrapper__link{display:inline-block;margin-top:30px;font-weight:700}@media only screen and (min-width: 641px) and (max-width: 1023px){.callout-info-wrapper__link{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.callout-info-wrapper__link{margin-top:20px}}.callout-info-wrapper__link:after{content:'\f054';font-family:"FontAwesome";font-size:12px}.callout-media-wrapper{width:calc(144px + ((100% - 264px) / 12 * 7));position:relative;float:left;margin-left:calc(24px + ((100% - 264px) / 12 * 1));max-height:450px;overflow:hidden;border-radius:8px}@media only screen and (min-width: 641px) and (max-width: 1023px){.callout-media-wrapper{margin-left:0}}@media only screen and (min-width: 0) and (max-width: 640px){.callout-media-wrapper{margin-left:0;border-radius:0;height:auto;max-height:450px}}.callout-media-wrapper__helper{padding-bottom:56%;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.callout-media-wrapper__helper{padding-bottom:0}}.callout-media-wrapper__helper:hover .video-control__button{background-color:#460b6f;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}.callout-media-wrapper__helper:hover .video-control__button:before{color:#fff}.callout-media-wrapper__image{width:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:8px}@media only screen and (min-width: 0) and (max-width: 640px){.callout-media-wrapper__image{position:static;-webkit-transform:none;transform:none;border-radius:0}}.callout-media-wrapper .video-control{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media only screen and (min-width: 641px) and (max-width: 1023px){.callout-media-wrapper{width:calc(128px + ((100% - 176px) / 12 * 9))}}@media only screen and (min-width: 0) and (max-width: 640px){.callout-media-wrapper{float:none;width:100%}}.contact{height:auto;border-radius:8px;background-color:#580f8b;overflow:auto;background-image:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 171.9 148.8' width='171.9' height='148.8'%3E %3Cdefs%3E %3Cpath id='a' transform='rotate(-5 124.068 47.674)' d='M112.7 40.4h22.7V55h-22.7z'/%3E %3C/defs%3E %3CclipPath id='b'%3E %3Cuse xlink:href='%23a' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23b)'%3E %3Cdefs%3E %3Cpath id='c' d='M-430.1-6830h1440V940h-1440z'/%3E %3C/defs%3E %3CclipPath id='d'%3E %3Cuse xlink:href='%23c' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23d)'%3E %3Cdefs%3E %3Cpath id='e' d='M111.9 41h25v13h-25z'/%3E %3C/defs%3E %3CclipPath id='f'%3E %3Cuse xlink:href='%23e' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23f)'%3E %3Cdefs%3E %3Cpath id='g' d='M112.9 44c0 3 0 6 1 9 6.5-.6 16.3.5 22 1l-14-4-9-9v3'/%3E %3C/defs%3E %3CclipPath id='h'%3E %3Cuse xlink:href='%23g' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23h)'%3E %3Cdefs%3E %3Cpath id='i' d='M111.9 39h25v17h-25z'/%3E %3C/defs%3E %3CclipPath id='j'%3E %3Cuse xlink:href='%23i' overflow='visible'/%3E %3C/clipPath%3E %3Cpath transform='rotate(-5 124.068 47.673)' clip-path='url(%23j)' fill='%23f9a800' d='M107.7 35.4h32.7V60h-32.7z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cpath id='k' d='M-.1 51l115-14 8.7 102.3-108.7 9.5z'/%3E %3C/defs%3E %3CclipPath id='l'%3E %3Cuse xlink:href='%23k' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23l)'%3E %3Cdefs%3E %3Cpath id='m' d='M-430.1-6830h1440V940h-1440z'/%3E %3C/defs%3E %3CclipPath id='n'%3E %3Cuse xlink:href='%23m' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23n)'%3E %3Cdefs%3E %3Cpath id='o' d='M5.9 147l111 1V40H2.9z'/%3E %3C/defs%3E %3CclipPath id='p'%3E %3Cuse xlink:href='%23o' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23p)'%3E %3Cdefs%3E %3Cpath id='q' d='M102.9 56c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3m14 5c-.6-.3-1.4-.5-2-1-4.2-3.3-4-9.5-4-15 0-1 .8-3.3 1-4l-20 8-24 46-34 15-23-3 1 9c5.9 1.9 6.4 1.9 7 2l4 1c7.4 1.2 16.2 1.7 22-3 .4-.3.8-.8 1-1 .8-1 3.1-1 4 0 2.5 3.2 6.3 2.6 10 1 5.8-2.5 9.2-7.2 9-7 .7-.6 2.1 0 2 0 4.2 4.8 10.7-.6 14-6 6.4-10.6 2-18.7 4-19 .5-.1.9.5 1 1v1c1.9 11.4-3.4 21.3-10 25-1.5.8-4 2-6 2-.9 0-1.2-.5-2-1-2.6-1.4 0-2-6 3-12.8 10.6-17.4 3.4-18 4-3.6 3.1-7.2 4.3-11 5l3 1 29 1 6 18 9-19 3 15 11-20 12-15 7-44c-.1 0 0 0 0 0'/%3E %3C/defs%3E %3CclipPath id='r'%3E %3Cuse xlink:href='%23q' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23r)'%3E %3Cdefs%3E %3Cpath id='s' d='M5.9 40h118v109H5.9z'/%3E %3C/defs%3E %3CclipPath id='t'%3E %3Cuse xlink:href='%23s' overflow='visible'/%3E %3C/clipPath%3E %3Cpath transform='rotate(-5 64.924 94.623)' clip-path='url(%23t)' fill='%23f9a800' d='M5.4 40h119.1v109.3H5.4z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cdefs%3E %3Cpath id='u' d='M113.9 54c.9 1.7 1.7 2.9 3 4l15-3c-5.6-.3-13.1-1.4-18-1'/%3E %3C/defs%3E %3CclipPath id='v'%3E %3Cuse xlink:href='%23u' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23v)'%3E %3Cdefs%3E %3Cpath id='w' d='M-430.1-6830h1440V940h-1440z'/%3E %3C/defs%3E %3CclipPath id='x'%3E %3Cuse xlink:href='%23w' overflow='visible'/%3E %3C/clipPath%3E %3Cpath transform='rotate(-5 122.983 55.726)' clip-path='url(%23x)' fill='%23f9a800' d='M109.3 48.7h27.3v14.1h-27.3z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cdefs%3E %3Cpath id='y' d='M46.9 82l-23.5 4.2-2.5 14.8h22z'/%3E %3C/defs%3E %3CclipPath id='z'%3E %3Cuse xlink:href='%23y' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23z)'%3E %3Cdefs%3E %3Cpath id='A' d='M-430.1-6830h1440V940h-1440z'/%3E %3C/defs%3E %3CclipPath id='B'%3E %3Cuse xlink:href='%23A' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23B)'%3E %3Cdefs%3E %3Cpath id='C' d='M22.9 86h20v14h-20z'/%3E %3C/defs%3E %3CclipPath id='D'%3E %3Cuse xlink:href='%23C' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23D)'%3E %3Cdefs%3E %3Cpath id='E' d='M41.9 88c1 3-1.4 6.8-6 11-1.4-.2-2 0-4-2-1-1-1.9-1-3-1-1.5 0-2.8 1-4 0-.9-.7-1.7-2-2-4 .8.8 2.8 1 4 1 2.8 0 6.3-1.5 10-5 1.1-1.1 2.1-2 3-2 .8 0 1.6 1.1 2 2'/%3E %3C/defs%3E %3Cuse xlink:href='%23E' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%2300b5e2'/%3E %3CclipPath id='F'%3E %3Cuse xlink:href='%23E' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23F)'%3E %3Cdefs%3E %3Cpath id='G' d='M22.9 86h21v14h-21z'/%3E %3C/defs%3E %3CclipPath id='H'%3E %3Cuse xlink:href='%23G' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23H)' fill='%2300b5ef' d='M18.4 81.2h28.2v23H18.4z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cdefs%3E %3Cpath id='I' d='M54.9 71h-55l.1 33.6 35.9 2.4z'/%3E %3C/defs%3E %3CclipPath id='J'%3E %3Cuse xlink:href='%23I' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23J)'%3E %3Cdefs%3E %3Cpath id='K' d='M-430.1-6830h1440V940h-1440z'/%3E %3C/defs%3E %3CclipPath id='L'%3E %3Cuse xlink:href='%23K' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23L)'%3E %3Cdefs%3E %3Cpath id='M' d='M-.1 105h42l2-32h-44z'/%3E %3C/defs%3E %3CclipPath id='N'%3E %3Cuse xlink:href='%23M' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23N)'%3E %3Cdefs%3E %3Cpath id='O' d='M13.9 83c1.3 0 2-.7 2-2s-.7-2-2-2-2 .7-2 2 .7 2 2 2m-12-2c5.6 0 6.3-.9 10-4s7.3-5.4 11-2c4.4 4-.5 7.8-1 12-.7 4-.2 8.3 2 10 1.1.8 2.8.8 4 0 .6-.4 1.9-.1 3 1 1 1 2.8 1.6 4 2-10.1 7.6-19.8 5.1-24-2-4.7-8 4.9-9.6-3-12-6.1-1.9-8.1-5.1-8-5 .1-.2 1.5 0 2 0'/%3E %3C/defs%3E %3Cuse xlink:href='%23O' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%2300b5e2'/%3E %3CclipPath id='P'%3E %3Cuse xlink:href='%23O' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23P)'%3E %3Cdefs%3E %3Cpath id='Q' d='M-.1 105h41l4-32h-45z'/%3E %3C/defs%3E %3CclipPath id='R'%3E %3Cuse xlink:href='%23Q' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23R)' fill='%2300b5ef' d='M-2 64.7h44.3v40.9H-2z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cdefs%3E %3Cpath id='S' d='M154.4.3c-17.2-2-17.9 6.1-17.4 17.5s4.2 14.5 11.7 14.7c7.6.1-3.4 12.8 2.5 10.1 5.9-2.7 20.1-7.8 20.7-24.6.5-16.8-2.1-15.9-17.5-17.7M145.9 20c-1.7-.1-3.1-1.3-3-3 .1-1.7 1.3-3.1 3-3 1.7.1 3.1 1.3 3 3-.2 1.7-1.3 3.1-3 3m9 0c-1.7-.1-3.1-1.3-3-3 .1-1.7 1.3-3.1 3-3 1.7.1 3.1 1.3 3 3-.2 1.7-1.3 3.1-3 3m10 0c-1.7-.1-3.1-1.3-3-3 .1-1.7 1.3-3.1 3-3 1.7.1 3.1 1.3 3 3-.2 1.7-1.3 3.1-3 3'/%3E %3C/defs%3E %3CclipPath id='T'%3E %3Cuse xlink:href='%23S' overflow='visible'/%3E %3C/clipPath%3E %3Cg clip-path='url(%23T)'%3E %3Cdefs%3E %3Cpath id='U' d='M-430.1-6830h1440V940h-1440z'/%3E %3C/defs%3E %3CclipPath id='V'%3E %3Cuse xlink:href='%23U' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23V)' fill='%236bbbae' d='M131.9-5h45v53h-45z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-position:left center}@media only screen and (min-width: 1024px){.contact{min-height:260px;background-position:30px;background-size:150px;margin-top:80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact{min-height:165px;background-position:50px;background-size:180px;margin-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.contact{min-height:320px;background-position:20px 40px;background-size:104px auto;margin-top:40px}}.contact p:not([class]){margin:0}.contact__content{position:relative;color:#fff;font-family:"Metric",sans-serif;font-weight:700;font-size:18px}@media only screen and (min-width: 1024px){.contact__content{padding:40px 40px 40px 217px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact__content{padding:40px 20px 40px 248px}}@media only screen and (min-width: 0) and (max-width: 640px){.contact__content{padding:140px 20px 40px}}.contact__title{margin-bottom:10px}@media only screen and (min-width: 1024px){.contact__title{font-size:42px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact__title{font-size:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.contact__title{font-size:24px}}.contact__description{color:#fff;margin-bottom:20px}@media only screen and (min-width: 1024px){.contact__description{margin-bottom:30px}}.contact__email--icon:before,.contact__phone--icon:before{font-family:"FontAwesome";font-size:16px;margin-right:10px;display:inline-block;font-weight:400;width:1em}.contact__email a,.contact__phone a{text-decoration:none;color:#fff}.contact__email a:hover,.contact__phone a:hover{border-bottom:2px solid #fff}@media only screen and (min-width: 641px) and (max-width: 1023px){.contact__email,.contact__phone{display:block;font-size:14px;margin-right:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.contact__email,.contact__phone{font-size:14px}}.contact__phone{margin-bottom:10px}.contact__phone--icon:before{content:"\f095"}.contact__email--icon:before{content:"\f0e0"}@media only screen and (min-width: 1024px){.content--with-annotations-no-sidebar .content__main,.content--with-annotations-no-sidebar .content__header,.content--with-annotations-no-sidebar .cwt__header{width:calc(144px + ((100% - 264px) / 12 * 7));float:none;margin:0 auto}}.content__title,.providers-header__title{color:#333;text-align:center;margin:0 0 33.6px}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__title,.providers-header__title{margin-bottom:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.content__title,.providers-header__title{margin-bottom:15px}}.content__title--fad{text-align:left;width:calc(168px + ((100% - 264px) / 12 * 8))}@media only screen and (min-width: 1024px){.content__title--fad{margin-bottom:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.content__title--fad{width:100%}}.content__title--fad span{color:#580f8b}.content__sidebar{margin-bottom:20px}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__sidebar{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.content__sidebar{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.content__main--no-summary .content-section:first-of-type{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.content__main--no-summary .content-section:first-of-type{margin-top:0}}@media only screen and (min-width: 1024px){.content__main--no-summary .content-section:first-of-type{margin-top:0}}@media only screen and (min-width: 1024px){.page--location-hub .page__main .content__header--left{width:calc(144px + ((100% - 264px) / 12 * 7))}}@media only screen and (min-width: 1024px){.page--location-hub .page__main .content__main--left{width:calc(144px + ((100% - 264px) / 12 * 7))}}@media only screen and (min-width: 1024px){.page--location-hub .page__main .content__sidebar--right{width:calc(72px + ((100% - 264px) / 12 * 4))}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location-hub .page__main .content__sidebar--right{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location-hub .page__main .content__sidebar--right{margin:0}}@media only screen and (min-width: 1024px){.page--location-hub .page__main .content__sidebar--right{margin:0}}.page--location-hub .page__main .content__sidebar--right:empty{margin:0}@media only screen and (min-width: 1024px){.page--search-results .content__sidebar,.page--search-results .content__sidebar--on-tablet{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--search-results .content__sidebar,.page--search-results .content__sidebar--on-tablet{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page--search-results .content__sidebar,.page--search-results .content__sidebar--on-tablet{margin:30px 0 0}}@media print{.page--fad .content__title--fad{margin:0 14% 0 15% !important;position:relative}.page--fad .content__title--fad span{position:absolute;top:0;font-family:"Metric",sans-serif;font-weight:600;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:normal;padding-top:0;color:#000;font-size:24px !important;vertical-align:top;display:inline-block !important;width:100%}}.cwt a:focus{outline:3px solid #007bcb}.cwt__section{overflow:visible}.cwt__tab-content--hidden{display:none}.cwt-areas-of-expertise__areas-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__areas-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cwt-areas-of-expertise__tile-block{margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:none;border:none;padding:0;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cwt-areas-of-expertise__tile-block:focus:not(.focus-visible){outline:none}.cwt-areas-of-expertise__tile-block.focus-visible:focus{outline:3px solid #007bcb}@media only screen and (min-width: 1024px){.cwt-areas-of-expertise__tile-block{width:calc(100% / 3 - 16.05px);-webkit-box-flex:0;-ms-flex:0 0 calc(100% / 3 - 16.05px);flex:0 0 calc(100% / 3 - 16.05px);margin:20px 24px 0 0}.cwt-areas-of-expertise__tile-block:nth-of-type(3n+3){margin-right:0}.cwt-areas-of-expertise__tile-block:nth-of-type(-n+3){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__tile-block{-webkit-box-flex:0;-ms-flex:0 0 calc(100% / 2 - 8.05px);flex:0 0 calc(100% / 2 - 8.05px);margin:20px 16px 0 0;width:calc(100% / 2 - 8.05px)}.cwt-areas-of-expertise__tile-block:nth-of-type(2n+2){margin-right:0}.cwt-areas-of-expertise__tile-block:nth-of-type(-n+2){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__tile-block{margin-top:20px}.cwt-areas-of-expertise__tile-block:first-child{margin-top:0}}.cwt-areas-of-expertise__area-tile{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cwt-areas-of-expertise__details{display:none;position:relative;padding:66px 59px 59px;-ms-flex-preferred-size:auto;flex-basis:auto;width:100%;border-radius:8px;background-color:#fff;border:solid 1px #ececec;border-top:none;-webkit-box-shadow:0 12px 17px 0 rgba(0,0,0,0.07);box-shadow:0 12px 17px 0 rgba(0,0,0,0.07);margin-top:20px}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__details{padding:40px 19px 39px}}.cwt-areas-of-expertise__details--active{display:block;border-top:none;position:relative}.cwt-areas-of-expertise__details--active:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #580f8b}.cwt-areas-of-expertise__details--active:before{left:0}.cwt-areas-of-expertise__close-btn{position:absolute;right:40px;top:37px;border:none;background:none;cursor:pointer;padding:0}.cwt-areas-of-expertise__close-btn:focus:not(.focus-visible){outline:none}.cwt-areas-of-expertise__close-btn.focus-visible:focus{outline:3px solid #007bcb}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__close-btn{right:46px;top:43px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__close-btn{right:25px;top:22px}}.cwt-areas-of-expertise__close-btn:after{color:#580f8b;font-size:20px;content:'\f00d';font-family:"FontAwesome"}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__close-btn:after{font-size:15px}}.cwt-areas-of-expertise__title{text-align:left;color:#333;width:calc((100% / 4 - 22.55px) * 3 + 60px)}.cwt-areas-of-expertise__title:focus:not(.focus-visible){outline:none}.cwt-areas-of-expertise__title.focus-visible:focus{outline:3px solid #007bcb}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__title{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__title{width:100%}}.cwt-areas-of-expertise__description{text-align:left;color:#333;margin-top:30px;width:calc((100% / 4 - 22.55px) * 3 + 60px)}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__description{margin-top:11px;width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__description{margin-top:13px;width:100%}}.cwt-areas-of-expertise__description p:not([class]):first-child{margin-top:0}.cwt-areas-of-expertise__description p:not([class]):last-child{margin-bottom:0}.cwt-areas-of-expertise__conditions{margin-top:30px}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__conditions{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__conditions{margin-top:20px}}.cwt-areas-of-expertise__help-block{border-top:solid 1px #d8d8d8;text-align:left;color:#333;padding-top:30px;margin-top:30px;padding-right:calc(100% / 4 + 7.45px)}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-areas-of-expertise__help-block{padding-top:20px;padding-right:0;margin-top:20px;width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-areas-of-expertise__help-block{padding-top:20px;padding-right:0;margin-top:20px;width:100%}}.cwt-areas-of-expertise__help-block p:not([class]){margin:0}.cwt-areas-of-expertise__help-block a:not([class]){font-weight:600}.cwt-areas-of-expertise__clear-both{clear:both}.cwt-condition{padding:0;clear:none}@media only screen and (min-width: 1024px){.cwt-condition:not(.cwt-condition--expertise):nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-condition:not(.cwt-condition--expertise):nth-child(-n+2){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-condition:not(.cwt-condition--expertise):nth-child(-n+1){margin-top:0}}@media only screen and (min-width: 1024px){.cwt-condition:not(.cwt-condition--expertise){margin-top:30px;margin-right:20px;width:calc(100% / 3 - 13.38px)}.cwt-condition:not(.cwt-condition--expertise):nth-child(3n){margin-right:0}.cwt-condition:not(.cwt-condition--expertise):nth-child(-n+3){margin-top:14.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-condition:not(.cwt-condition--expertise):nth-child(-n+2){margin-top:9.5px}}@media only screen and (min-width: 1024px){.cwt-condition--expertise:nth-child(-n+4){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-condition--expertise:nth-child(-n+2){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-condition--expertise:nth-child(-n+1){margin-top:0}}@media only screen and (min-width: 1024px){.cwt-condition--expertise{margin-top:30px;margin-right:30px;width:calc(100% / 4 - 22.55px)}.cwt-condition--expertise:nth-child(3n+1){clear:none}.cwt-condition--expertise:nth-child(4n+1){clear:left}.cwt-condition--expertise:nth-child(4n){margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-condition{margin-top:20px;margin-right:20px;width:calc(100% / 2 - 10.05px)}.cwt-condition:nth-child(3n+1){clear:none}.cwt-condition:nth-child(2n){margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-condition{width:100%;margin-top:20px;clear:left}}.cwt-condition__link{color:#580f8b}.cwt-condition__link em{border-bottom:none;font-weight:700}.cwt-search-form{margin:0 auto}.cwt-search-form__input{border-radius:36px;-webkit-box-shadow:-2px 10px 23px -7px rgba(0,0,0,0.28);box-shadow:-2px 10px 23px -7px rgba(0,0,0,0.28);background-color:#f6f6f6}.cwt-search-form__input:focus{-webkit-box-shadow:-2px 10px 23px -7px rgba(0,0,0,0.28);box-shadow:-2px 10px 23px -7px rgba(0,0,0,0.28)}.cwt-search-form__button{color:#624988;position:absolute;right:0;top:0;text-decoration:none;display:block;cursor:pointer;background:none;border:none;padding:0;margin:0}@media only screen and (min-width: 1024px){.cwt-search-form__button{height:72px;line-height:72px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__button{height:56px;line-height:56px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__button{height:48px;line-height:48px}}.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{display:inline-block;text-align:center;vertical-align:middle;font-family:"FontAwesome";font-size:24px;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{width:45px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{width:48px}}@media only screen and (min-width: 1024px){.cwt-search-form__button--search:after,.cwt-search-form__button--clear:after{width:72px}}.cwt-search-form__button--search:after{content:'\F002'}.cwt-search-form__button--clear:after{content:'\F00D';color:#333}.cwt-search-form__button--loader{background:url("/bundles/nyulangonefrontend/assets/images/loader_48.gif") no-repeat center center;background-size:contain}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__button--loader{width:30px;margin-right:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__button--loader{width:32px;margin-right:8px}}@media only screen and (min-width: 1024px){.cwt-search-form__button--loader{width:48px;margin-right:12px}}.cwt-search-form__label{font-family:"Metric",sans-serif;color:#580f8b;font-weight:700;letter-spacing:-.1px;display:block;margin-bottom:2px}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__label{font-size:20px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-form__label{font-size:20px;line-height:1}}@media only screen and (min-width: 1024px){.cwt-search-form__label{font-size:30px;line-height:1}}@media only screen and (min-width: 1024px){.cwt-search-form__label{margin-bottom:6px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__label-text{display:none}}.cwt-search-form__label-text--mobile{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-form__label-text--mobile{display:inline}}.cwt-search-result{background-color:#fff}@media only screen and (min-width: 1024px){.cwt-search-result{padding:40px 60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result{padding:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result{padding:40px 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result--no-result{padding:40px 10px}}.cwt-search-result__item{border-bottom:1px solid #ccc}@media only screen and (min-width: 1024px){.cwt-search-result__item{padding:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__item{padding:20px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__item{padding:30px 0}.cwt-search-result__item:after{display:none}}.cwt-search-result__item:last-child{border-bottom:none;padding-bottom:0}.cwt-search-result__item:first-child{padding-top:0}.cwt-search-result__symbol-container{position:relative;top:0;display:block;overflow:hidden;border-radius:100%;background-color:#f5f5f5}@media only screen and (min-width: 1024px){.cwt-search-result__symbol-container{float:left;width:50px;height:50px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__symbol-container{float:left;width:40px;height:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__symbol-container{width:40px;height:40px;margin-bottom:10px}}.cwt-search-result__symbol{text-align:center;font-family:"Metric",sans-serif;font-weight:600}@media only screen and (min-width: 1024px){.cwt-search-result__symbol{font-size:30px;line-height:50px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__symbol{font-size:24px;line-height:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__symbol{font-size:24px;line-height:40px}}.cwt-search-result__conditions{overflow:hidden;padding-bottom:2px}@media only screen and (min-width: 1024px){.cwt-search-result__conditions{margin-left:50px;padding-left:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.cwt-search-result__conditions{margin-left:40px;padding-left:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.cwt-search-result__conditions{margin-left:0}}@media only screen and (min-width: 1024px){.hassenfeld-callout{min-height:85px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassenfeld-callout{min-height:85px}}.hassenfeld-callout__info{width:calc(96px + ((100% - 264px) / 12 * 5));float:right;margin-right:calc(72px + ((100% - 264px) / 12 * 3))}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassenfeld-callout__info{width:calc(48px + ((100% - 176px) / 12 * 4));margin-right:calc(48px + ((100% - 176px) / 12 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.hassenfeld-callout__info{width:100%;float:none;margin:0}}.hassenfeld-callout__icon{background-image:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xml:space='preserve' height='133.33' viewBox='0 0 163.86405 133.33333' width='163.86' version='1.1'%3E%3Cg transform='matrix(1.3333 0 0 -1.3333 .000045638 133.33)'%3E%3Cg transform='scale(.1)'%3E%3Cpath d='m1126.9 805.77c0-49.778-40.35-90.133-90.13-90.133-49.786 0-90.138 40.355-90.138 90.133 0 49.777 40.352 90.132 90.138 90.132 49.78 0 90.13-40.355 90.13-90.132' fill='%236dc2a9'/%3E%3Cpath d='m1058.1 656.44c6.74-1.184 43.42 19.164 38.79 37.761-4.64 18.598-55.65-34.812-38.79-37.761' fill='%23ee2449'/%3E%3Cg fill='%23fff'%3E%3Cpath d='m538.06 427.41s66.261-58.301 0-98.113l23.664-42.473s41.496 2.696 85.14 25.149c43.641 22.453 13.707 37.48 13.707 37.48s23.536 24.426-5.664 23.535c0 0 18.172 27.41-8.765 22.239 0 0 15.32 23.043-10.004 32.918 0 0-29.246-54.266-55.418-41.457 0 0 13.707 69.132-42.66 40.722'/%3E%3Cpath d='m324.66 513.4c8.653 0.863-5.488-26.332-20.863-41.071-15.379-14.734-60.688-21.379-81.352 3.938-25.574 31.316-40.754 25.133-31.488 7.859 9.266-17.266 10.606-26.887-6.262-25.371-16.859 1.504 1.66 22.41-9.781 28.945-25.473 14.551-9.309-22.004-22.484-27.812-13.172-5.813-23.27-2.61-13.668 12.637 16.043 25.453-20.973 29.914-24.649 19.46-3.672-10.449 4.469-28.164-4.832-32.097-9.3083-3.938-19.008 1.316-12.129 16.379 6.8787 15.062-22.344 12.332-15.172-6.328 3.75-9.766-14.332-16.567-21.137-6.848-6.8008 9.719 12.808 9.141 4.746 32.977-8.0625 23.843-25.504 20.031-35.387 70.492-9.8867 50.457-9.8437 33.75-25.566 38.031-15.719 4.281 11.621 37.562 35.746 0.57 24.121-36.988 22.961-45.781 65.988-32.082 43.031 13.699 83.524 17.067 106.02-37.172 19.902-47.972 46.949-69.007 70.484-62.55 28.148 7.711 36.769 39.539 41.781 40.043'/%3E%3Cpath d='m689.77 203.16c-16.149 1.465 1.933-32.031-1.203-64.226-3.133-32.2-23.985-60.903-33.868-75.227-9.882-14.324-7.222-6.1445-20.554-19.656-13.336-13.508-9.118-37.871 0-38.031 9.113-0.14453 52.996 9.543 125.36 57.699 72.375 48.14 60.601 45.742 54.512 56.289-6.086 10.547-16.532 24.531-35.532 44.707s-23.191 66.558-28.609 60.347c-5.414-6.211-0.449-20.718-16.02-34.421-20.921-18.411-21.152 10.429-44.089 12.519'/%3E%3Cpath d='m583.88 698.77c-12.488-6.047-16.078-9.727-18.187-3.286-2.153 6.571-9.645 34.555-12.555 46.516-2.992 12.34 4.828 14.399 16.25 17.645 16.73 4.746 17.437 4.242 19.777-3.239 2.278-7.308 6.367-28.453 8.848-40.386 2.402-11.559-2.473-11.614-14.133-17.25zm34.53-19.7c-2.113 15.309-14.828 80.934-18.109 94.918-3.375 14.367-13.367 11.321-32.953 5.364-36.332-11.051-38.203-10.606-31.035-44.176 6.796-31.84 18.183-66.723 23.949-84.821 5.547-17.406 12.66-8.339 30.156-0.042 16.324 7.738 30.059 13.824 27.992 28.757'/%3E%3Cpath d='m1229 672.38s-28.18 22.043-58.51-8.316c0 0-7.83 25.05-49.26 14.179 90.33-55.996 22.59-150.54-12.13-159.65-36.4-9.555-53.01-1.273-96.06-18.953-22.29-9.149-53.973-71.508-0.73-99.692 49.54-26.218 81.3 17.051 81.3 17.051l-1.14-25.488s33.11 15.969 62.64 73.75c0 0 23.04 4.734 36.28 20.012l-20.72 7.472s10.38 27.391 10.71 86.598c0.33 59.203 27.64 80.676 47.62 93.039'/%3E%3Cpath d='m778.37 811.55-4.641-48.981-7.277 0.071-0.336-24.145-10.953-18.476-11.383-0.258 8.196-220.37-18.383 0.254 1.902-45.469-27.887-7.16-0.222-16.082 62.968 5.574 75.528-3.789 0.281 20.305-22.309 10.332 0.508 36.671-18.73 0.258 0.773 219.02-7.418 0.101-8.011 25.957 0.238 17.457-7.324-0.421-5.52 49.152'/%3E%3Cpath d='m257.1 820.09-0.395 27.133 34.324 37.328-34.129 14.972 2.93 58.77-62.594-41.809-30.171-5.742-0.004-60.488 29.843-61.633 3.258 57.41 33.903-52.836 20.898 1.024 0.832 11.289 25.289-4.258 1.539 20.734-25.523-1.894'/%3E%3Cpath d='m416.39 730.73c8.621 5.325 18.007 30.934 41.304 27.051 23.289-3.886 42.219-15.14 44.813-11.136 3.39 5.25-28.504 20.898-35.356 37.503-6.851 16.61 7.262 49.95-5.882 30.618-15.723-23.129-22.766-11.536-42-4.145-19.239 7.383-19.965 10.207-12.52-3.871 7.637-14.441 24.137-28.25-14.055-34.539-11.48-1.891 5.801-5.32 19.145-5.762 13.344-0.433-0.442-38.797 4.551-35.719'/%3E%3C/g%3E%3Cpath d='m1180 733.51s6.28-20.156 15.07-24.477c0 0 3.76 17.942 1 35.387 0 0 10.1 7.352 11.48 16.527l-20.2 3.68s-6.33 31.199-29.74 55.996c0 0 7.11-35.023 3.57-61.969l-26.23-16.218s20.26-6.278 26.23-6.278l-18.66-31.578s28.73 7.789 37.48 28.93' fill='%23ed9121'/%3E%3Cpath d='m651.8 692.5c19.137-9.414 37.445-0.898 45.472 33.422 8.032 34.316 23.391 66.758 29.297 62.562 5.91-4.187 7.953-20.992 6.391-31.238-1.555-10.254 34.91 37.961-4.258 55.567-18.613 8.367-27.676-35.614-37.781-67.246-10.109-31.637-9.117-32.063-18.512-19.895-10.113 13.098-27.031 10.039-33.719 0.437-6.691-9.613-7.984-23.238 13.11-33.609' fill='%23ed9121'/%3E%3Cpath d='m277.45 213.32c-2.808 12.176 28.61-38.261 56.789-32.07 28.801 6.316 34.504 18.965 60.555 16.16 26.793-2.89 24.648 8.977 25.531 22.961 0.871 13.817 3.75 11.367 8.153 2.488 4.453-8.972 13.367-13.504 18.976-5.371 5.598 8.117 12.149-6.133-5.613-36.765-17.969-30.977-35.434-24.356-41.985-38.328-6.585-14.055 5.516-27.219-2.445-29.504-7.918-2.266-17.93 5.578-16.168 16.054 1.754 10.391 7.004 18.985-2.941 13.203-9.91-5.769-3.235-13.253-20.465-6.867-18.844 6.992-70.426 34.836-80.387 78.039' fill='%23fff'/%3E%3Cg fill='%23ed9121'%3E%3Cpath d='m828.71 285.64c-9.582-2.832-18.457-7.422-21.75 4.89-3.285 12.317-5.164 30.957-27.703 32.317-22.547 1.359-21.016-6.297-25.66 0-4.645 6.296-10.754 24.128-2.203 27.558 8.554 3.418 23.175 3.543 36.515 1.524 13.34-2.012 37.387-18.262 43.934-40.196 6.547-21.933 5.082-23.664-3.133-26.093'/%3E%3Cpath d='m860.76 300.33c5.316-3.672 30.324 5.344 31.125 14.641 0.797 9.304-11.711 46.004-45.235 68.355-33.519 22.356-84.875 23.828-101.28 20.363-16.402-3.457-16.789-7.187-15.266-15.168 1.524-7.976 4.454-22.078 12.434-21.011 7.984 1.062 53.211 12.968 83.719-9.414 30.504-22.383 27.527-52.961 34.5-57.766'/%3E%3Cpath d='m773.62 303.66c-12.715 3.598-22.601-9.246-20.617-17.293 1.988-8.039 6.246-18.847 21.945-16.738 15.7 2.109 19.422 28.184-1.328 34.031'/%3E%3Cpath d='m714.72 329.19c-8.973 0.832-30.59-6.2-43.504-35.165-8.277-18.574-15.617-29.335-33.945-34.121-32.223-8.418-61.504-36.289-62.52-45.832-1.012-9.539 11.758-16.004 16.988-15.672 5.223 0.34 8.446-1.511 17.442-10.261 8.988-8.75 20.98-13.586 34.949-6.496 13.969 7.097 24.437 19.804 24.32 44.699-0.117 24.89-13.89 35.293-0.121 27.527 13.774-7.762 23.008-18.113 42.082-14.519 19.067 3.601 30.746 28.789 22.172 48.211-8.574 19.421-10.355 10.754-8.773 25.039 1.586 14.289-1.887 15.925-9.09 16.59'/%3E%3Cpath d='m1072.6 365.12c-5.27-2.187 12.05-24.414-11.85-35.859-24.88-11.922-37.09-9.715-46.34-36.68-9.26-26.973-10.23-48.015-5.4-45.012 4.83 3.008 37.57 8.977 53.71 35.012s5.73 50.774 21.23 52.649c8.91 1.074 22.09 1.89 19.46 6.714-2.64 4.836-7.46 6.848-14.71 6.45-7.24-0.411-2.82 1.589-5.23 8.64-2.42 7.051-6.44 9.922-10.87 8.086'/%3E%3Cpath d='m948.88 663.4c11.203 1.817 17.043-9.933 11.508-21.632-5.531-11.696 2.43-12.141 10.957-13.485 8.535-1.336 18.465-16.308-5.676-21.195 0 0 13.777-9.742 13.793-52.817 0.016-43.082-7.367-59.843-36.555-58.218-29.187 1.621-46.66 42.855-11.996 110.35 0 0-16.929 4.86-9.207 17.797 6.094 10.211 22.625 2.492 17.141 13.235-5.481 10.742-3.692 23.746 10.035 25.964'/%3E%3Cpath d='m293.07 640.68 21.149-5.367-10.442-25.36 10.719-15.48 89.063 81.332 4.218 21.758 16.844 1.66 9.059 17.676 14.504-4.875-29.289-44.145-88.2-85.961 35.442 1.527 8.453 20.606 15.508-8.117-16.813-32.617-43.234-11.2-43.481-42.394-31.629 13.929-16.687 54.715 44.117 18.145 10.699 44.168'/%3E%3Cpath d='m502.21 949.66c-13.93-6.137-9.117-31.48-26.914-22.219-17.801 9.266-26.055 36.075-54.195 18.551-26.493-16.504-6.735-29.891 24.371-36.426 31.109-6.539 7.871-30.617-5.524-42.222-13.386-11.606 8.024-32.383 16.446-27.028 8.418 5.36 24.566 31.172 41.859 16.743 17.293-14.434-20.227-37.551-8.555-49.333 11.676-11.777 26.754-27.117 35.383-1.515 8.629 25.605 12.816 22.98 20.926 11.68 8.117-11.301 30.797-12.305 34.09 9.722 4.699 31.488-38.66 20.25-15.735 42.543 8.867 8.617 34.258 9.531 21.852 25.324-9.633 12.266-28.039 23.641-37.973 8.11-9.937-15.531-15.191-16.809-29.226-3.203-14.032 13.609 17.265 12.988 15.8 26.66-1.468 13.672-24.574 26.148-32.605 22.613'/%3E%3C/g%3E%3Cg fill='%234cbae5'%3E%3Cpath d='m858.22 588.41c-31.77 3.707-33.196-11.234-32.227-32.281 0.965-21.047 7.707-26.805 21.711-27.043 14.004-0.242-6.348-23.637 4.586-18.676 10.93 4.965 37.086 14.692 38.121 45.719 1.039 31.023-3.668 28.953-32.191 32.281'/%3E%3Cpath d='m801.49 895.9c-34.804 42.274-84.652 46.93-91.816 34.328-7.156-12.597-2.098-20.816-22.899-30.566-20.8-9.754-44.578 3.086-68.586-16.555-24.007-19.636-3.316-76.914 20.918-102.66 24.235-25.75 35.278-14.593 41.223 19.223 3.719 21.16 10.227 43.625 33.984 50.168 46.879 12.918 90.489-25.918 101.61-20.25 12.269 6.258 20.371 24.047-14.434 66.316'/%3E%3Cpath d='m425.35 464.44-19.7 11.821-60.683-9.492-3.52-17.25-18.418 6.574-41.222-38.133 3.332-11.352-2.852-22.554 16.762-11.313 20.687 13.125-1.621 17.91 13.063-8.218 28.468 25.789 4.555 20.664 30.699-12.102-12.242-22.574 9.715-15.988-26.121 4.187-18.695-20.777-67.961-65.488 38.125-34.465 46.308 60.644-0.531 11.297 25.594 18.469 14.363-6.945-14.394-35.782-11.868-1.043-37.187-63.32 39.906-29.773 60.613 115.88-7.453 27.813 16.895-7.492 9.933 9.648 21.821-10.586-9.16-15.207-12.102 4.524-11.133-31.172 8.836-15.086-12.801-50.609 20.387-6.903 21.289 52.305 10.859-8.399 12.95 45.293-6.715 5.852 13.574 4.773-9.07 60.735-20.875 11.883-7.946-20.418-23.078 11.304 13.582 30.344-3.433 14.043-13.891 0.273-22.828-26.179-19.66 14.336 14.844 19.136'/%3E%3Cpath d='m82.664 756.48s10.387 23.558 13.805 29.461c0 0 18.933 1.371 36.871 8.664 0 0-16.223-93.465 77.812-58.153 0 0-63.328-77.601-128.49 20.028zm151.24-80.76s31.067 23.406 53.688 84.543c0 0-51.277 27.832-120.1-5.903 0 0-18.101 16.852-35.027 66.266l16.953 8.172-6.457 17.242s-40.926-8.57-71.176-72.441c-30.249-63.88-11.741-104.11-11.741-104.11l16.25 5.524s-12.863 18.351-10.426 37.355c0 0 22.172-8.793 37.809 2.434 0 0 25.484-38.203 43.832-41.012 18.344-2.809 57.258 22.035 57.258 22.035s3.164-36.937-14.606-45.902c-17.769-8.969-21.34-32.41-3.168-45.348 18.172-12.929 42.043 0.071 41.867 26.344-0.218 33.035 96.954 61.16 107.98 22.926l13.363 12.797s-27.762 55.625-116.3 9.074'/%3E%3Cpath d='m89.73 835.78c-6.3242 0-11.449 5.121-11.449 11.446 0 6.324 5.125 11.449 11.449 11.449 6.3242 0 11.446-5.125 11.446-11.449 0-6.325-5.1213-11.446-11.446-11.446'/%3E%3Cpath d='m30.539 733.57c-6.3203 0-11.449 5.125-11.449 11.449 0 6.325 5.129 11.454 11.449 11.454 6.3203 0 11.445-5.129 11.445-11.454 0-6.324-5.125-11.449-11.445-11.449'/%3E%3C/g%3E%3Cg fill='%236dc2a9'%3E%3Cpath d='m301 962.36s7.113-42.324-8.508-57.242l25.883-11.453s0.961-13.777-9.332-31.402c-10.301-17.629-9.977-24.36 3.855-41.985 13.84-17.621 22.672-60.882-15.285-102.87 0 0 29.981 3.254 95.61-1.234 0 0-19.497 24.613-12.422 121.39 0 0 9.277 6.211 24.722 4.93l14.465 50.359-21.34 6.094-11.714-42.058h-3.665l-6.257 36.91s-38.61 13.375 0.906 47.953l-14.828 1.258 4.504 17.629-10.618-8.653-6.113 18.266-4.824-18.266-10.938 7.688 2.575-17.942-8.688-0.64s29.387-14.11 3.043-43.887c0 0-35.41 7.5-20.277 64.762l12.519 1.547 0.032 11.972h-9.973s6.762 6.883 2.898 24.512c0 0-15.386-4.324-17.379-25.789l-8.828-0.324 0.325-9.614 9.652-1.918'/%3E%3Cpath d='m676.6 483.44-38.625-0.684s-0.946 10.351 6.867 14.418c7.816 4.062 9.472 0.703 7.211 17.848-2.262 17.148-0.86 23.343 11.609 33.179 0 0 20.215-17.883 9.844-33.004-7.742-11.293-8.012-11.562-1.543-18.711 6.473-7.148 4.637-13.046 4.637-13.046zm34.875 183.72c-16.532 2.078-9.36-13.531-9.36-13.531s-6.512 2.199-5.367-4.781c1.148-6.985 18.34-0.285 8.039-27.699l-24.574-1.356-1.383 10.066s-5.402-0.57-5.129 5.458l5.758 3.156s-0.902 20.886-25.41 18.636-15.66-24.562-15.66-24.562l6.656 0.168-1.59-11.27s-13.848-4.855-29.863-14.289c-16.016-9.425 1.386-22.761 23.105-25.836 0 0 0.668-11.839-7.871-20.652-8.535-8.812 9.141-17.109 9.141-17.109s-1.551-22.696-9.156-35.785c-7.602-13.09 2.261-7.688 2.253-25.321 0 0-33.695-3.844-32.023-21.875 1.664-18.015 31.437-9.59 63.461-5.293 21.875 2.942 43.734-1.211 44.578 16.086 0.848 17.293-21.141 14.168-21.141 14.168s-2.777 11.977 7.137 15.231c9.914 3.257-1.769 22.32-5.32 49.754 0 0 19.457 4.355 11.293 15.332-8.164 10.972-16.09 11.636-15.899 39.168 0 0 25.676-1.032 32.961 7.054 7.278 8.086 11.903 53.008-4.636 55.082'/%3E%3Cpath d='m991.43 365.65-40.602-13.203-51.332-82.906-65.891-22.395-42.921 8.055 0.976-17.117 50.383-21.367 52.906-5.586 9.531-35.028 15.157 44.215 17.062-39.937 14.258 42.117 30.438 15.586 15.421 91.75 38.074 6.426-27.13 9.312-16.33 20.078'/%3E%3Cpath d='m534.12 256.86-8.227-18.14-20.464-5.84 1.191-8.469-23.48-4.172-8.485-28.98 12.11-22.207 31.445 31.406-3.344-38.676-79.281-56.289 54.008-35.125 24.965 37.727 28.906-0.578l-16.61-40.877 44.6-15.422-21.91-24.191 45.68-27.02 13.637 41.25 0.804 46.238 31.457 14.399 5.325 53.843-42.161-29.441-45.796 46.504-6.469 66.145-17.926 17.925'/%3E%3C/g%3E%3Cg fill='%23ee2449'%3E%3Cpath d='m155.48 648.12c-12.664-13.57-30.063-6.203-22.618-20.254 7.446-14.058-16.441-47.207-52.437-27.074-35.996 20.125-28.445 51.141-11.996 36.016 16.449-15.133 30.871-16.61 34.57-5.145 3.695 11.465-19.594 20.68-1.308 32.805 13.789 9.144 19.898-9.387 29.957-15.11 10.054-5.714 29.949 5.309 23.832-1.238'/%3E%3Cpath d='m468.37 724.44c-2.156-5.754 18.715-63.868-23.609-75.157-34.07-9.086-20.195-21.804-16.317-29.949 3.875-8.141 43.829 5.695 43.028-8.172-0.801-13.859-49.621-12.762-63.574-38.734-13.957-25.973-18.942-45.293-1.11-47.145 17.832-1.843 14.68 41.336 29.41 43.66 14.727 2.325 45.719 1.059 29.141-17.511-16.574-18.563-52.484-32.645-46.988-45.438 5.492-12.789 22.765-26.363 35.64-7.168 12.879 19.184 41.129 63.141 48.492 50.731 7.364-12.403 8.36-40.496-4.16-46.86-33.976-17.265-30.144-20.625-21.5-27.285 8.641-6.672 14.711-17.988 40.887 8.606 26.18 26.593 32.098 35.765 29.313 68.363-1.161 13.656 26.875 6.484 16.32-34.086-6.57-25.27-22.117-35.156-18.387-42.031 3.731-6.867 33.117-14.699 44.356 45.383 11.242 60.089-2.196 71.144-41.192 61.886-9.199-2.187-35.051 13.879-22.129 23.871 12.93 9.996 19.629 56.657-9.5 70.922-29.125 14.274-28.359 4.414-33.804 17.098-5.45 12.683-11.59 36.293-14.317 29.016'/%3E%3Cpath d='m818.6 188.63c-16.14-9.754 4.481-77.403 40.133-53.621 35.657 23.789-8.457 72.769-40.133 53.621'/%3E%3Cpath d='m1066.4 642.48c-9.75-5.465-24.55 22.8-53.57-5.852-26.032-25.707 2.49-92.539 23.1-96.543s24.03 13.148 28.43 6.34c4.41-6.813 24.79-9.527 38.06 9.098 13.26 18.621 31.16 55.296 18.33 75.796-12.84 20.508-25.81 27.157-54.35 11.161'/%3E%3Cpath d='m956.96 713.07c-4.442 2.856-10.481 1.868-13.488-2.211 0 0-0.051-0.062-0.145-0.191-0.047-0.062-0.098-0.144-0.168-0.238-0.086-0.098-0.184-0.211-0.289-0.332-0.23-0.25-0.539-0.563-0.949-0.91-0.403-0.352-0.918-0.739-1.516-1.141-0.613-0.398-1.316-0.816-2.105-1.211-0.797-0.391-1.672-0.793-2.617-1.125-0.942-0.34-1.954-0.656-3.004-0.894-1.051-0.243-2.145-0.434-3.246-0.536-1.11-0.121-2.231-0.156-3.34-0.113-1.114 0.031-2.203 0.172-3.262 0.352-0.523 0.109-1.055 0.195-1.547 0.343-0.254 0.067-0.508 0.125-0.754 0.2-0.242 0.078-0.488 0.156-0.722 0.23-0.958 0.313-1.84 0.688-2.653 1.066-0.652 0.329-1.222 0.657-1.762 0.985-0.175 2.125-0.316 3.969-0.203 5.371 0.555 6.863 1.446 12.406 9.473 8.527 8.031-3.875 13.469-1.195 15.121 9.848 1.649 11.039-3.617 25.508-13.414 20.422-9.793-5.078-8.535-0.742-8.23 11.32 0.156 6.414-1.071 10.645-3.551 13.914 3.379 1.156 8.074 3.672 8.656 8.821 0.918 8.144-7.027 2.871-7.027 2.871s-2.903 16.214-19.871 16.339c-16.969 0.125-18.559-10.894-18.559-10.894-11.832 1.363-13.172-5.18-1.98-15.078-1.711-1.535-3.383-3.258-4.981-5.215-10.019-12.281-5.383 18.387-21.352 5.523-15.964-12.859-11.761-25.492-3.367-25.379 8.399 0.11 5.477-7.183 0.235-14.66-0.5-0.707-1.09-1.695-1.715-2.82-0.313 0.129-0.664 0.273-1.07 0.465-0.29 0.148-0.602 0.312-0.946 0.492-0.172 0.094-0.347 0.176-0.535 0.277-0.184 0.114-0.379 0.231-0.574 0.348-0.805 0.453-1.672 1.047-2.574 1.715-0.899 0.687-1.825 1.465-2.731 2.379-0.219 0.226-0.449 0.457-0.676 0.691-0.222 0.238-0.437 0.496-0.656 0.75-0.449 0.488-0.859 1.051-1.277 1.594-0.817 1.133-1.602 2.324-2.278 3.625-0.355 0.629-0.648 1.316-0.964 1.977-0.286 0.687-0.586 1.351-0.829 2.066-0.515 1.387-0.925 2.816-1.25 4.242-0.332 1.414-0.55 2.84-0.695 4.207-0.168 1.363-0.207 2.692-0.215 3.922 0 1.234 0.078 2.379 0.18 3.406 0.117 1.024 0.262 1.93 0.43 2.692 0.164 0.765 0.347 1.386 0.504 1.871 0.078 0.234 0.148 0.445 0.214 0.625 0.067 0.176 0.129 0.308 0.18 0.426 0.094 0.222 0.141 0.339 0.141 0.339 0.375 0.922 0.656 1.957 0.773 3.016 0.625 5.637-3.047 10.762-8.199 11.441-5.156 0.688-9.84-3.328-10.465-8.968l-0.078-0.715s-0.035-0.317-0.102-0.906c-0.031-0.293-0.074-0.661-0.109-1.079-0.019-0.414-0.047-0.894-0.078-1.425-0.039-1.055-0.043-2.321 0.027-3.715 0.067-1.406 0.219-2.945 0.461-4.586 0.254-1.637 0.586-3.367 1.051-5.152 0.469-1.778 1.02-3.618 1.73-5.45 0.692-1.836 1.493-3.675 2.434-5.472 0.934-1.797 1.981-3.555 3.145-5.203 0.566-0.84 1.203-1.633 1.808-2.418 0.649-0.762 1.27-1.536 1.953-2.235 1.325-1.437 2.758-2.703 4.18-3.836 0.73-0.547 1.43-1.093 2.168-1.551 0.359-0.238 0.711-0.48 1.07-0.695 0.36-0.211 0.723-0.414 1.074-0.613 1.415-0.805 2.805-1.418 4.09-1.922 1.293-0.477 2.485-0.863 3.555-1.113 0.266-0.067 0.523-0.129 0.766-0.196 0.254-0.058 0.507-0.101 0.75-0.148 0.402-0.074 0.765-0.145 1.113-0.211-5.75-12.762-11.988-35.316-0.43-47.238 14.699-15.164-0.664-15.371-8.59-25.977-7.921-10.605-12.656-19.906 8.422-21.754 21.078-1.843 9.633 12.539 17.711 24.176 5.914 8.512 25.781 4.426 22.09-5.137-3.687-9.558-11.48-24.906 2.207-27.738 26.57-5.492 23.191 12.102 16.988 22.152-6.211 10.055-6.007 17.395 4.805 26.579 8.332 7.082 10.246 15.503 10.422 22.753 0.039-0.035 0.07-0.062 0.109-0.093 0.278-0.196 0.555-0.395 0.84-0.602 0.289-0.191 0.59-0.375 0.895-0.57 0.605-0.395 1.254-0.742 1.918-1.11 1.336-0.695 2.781-1.359 4.304-1.886 1.52-0.551 3.118-1 4.739-1.34 1.625-0.352 3.281-0.578 4.918-0.711 1.64-0.145 3.265-0.168 4.847-0.117 1.582 0.043 3.11 0.203 4.571 0.41 1.453 0.203 2.835 0.492 4.117 0.812 1.273 0.332 2.449 0.7 3.496 1.09 1.047 0.387 1.965 0.785 2.722 1.149 0.383 0.195 0.719 0.367 1.016 0.511 0.293 0.164 0.547 0.309 0.754 0.426 0.41 0.238 0.625 0.367 0.625 0.367l1.211 0.704c1.055 0.621 1.992 1.445 2.742 2.46 3.004 4.071 1.836 9.692-2.613 12.543'/%3E%3Cpath d='m248.96 401.78c4.734 4.367 5.148 11.731 0.922 16.418-4.219 4.668-11.446 4.902-16.145 0.527-4.687-4.355-5.101-11.667-0.922-16.335 4.192-4.692 11.418-4.973 16.145-0.61'/%3E%3Cpath d='m259.59 324.08c-42.121-1.211-37.524 25.461-26.633 75.344-44.93-13.828-69.113-15.649-68.777 28.699-32.606-19.949-35.118-29.414-50.371 4.973 0 0-2.383-12.993-8.028-25.785 0 0 44.324-77.86 140.04-151.96 12.235 6.738 24.934 9.57 24.934 9.57-34.434 18.105-28.621 20.969-11.16 59.16'/%3E%3Cpath d='m913.73 437.7c0.086 71.793 82.762 5.742 26.079-26.582 0 0 17.32 1.684 14.207-17.851-3.11-19.532-40.336 4.66-40.286 44.433'/%3E%3Cpath d='m896.52 433.61c-57.938 25.086-25.274-66.258 9.207-35.566 0 0-6.16-14.754 9.207-21.809 15.367-7.039 21.769 39.985-18.414 57.375'/%3E%3C/g%3E%3Cpath d='m1004.1 929.55c-4.609 5.258-22.109 20.691-31.367 26.851-4.742 3.149-20.558 13.438-25.046 13.532-0.532 0.011-1.118-0.016-1.797-0.102-5.668-0.644-19.817-4.359-30.742-8.265-10.145-3.629-20.645-7.379-25.84-7.969-0.645-0.078-1.184-0.098-1.614-0.067-1.089 0.071-2.925 0.36-5.254 0.727-7.625 1.191-20.386 3.199-32.433 1.816-17.035-1.953-30.977-10.023-33.516-24.004-1.48-8.136-0.238-15.035 3.684-20.515 4.414-6.164 15.746-9.992 24.207-12.512 0 0 0.035-0.023 0.055-0.035 0.066-0.027 0.718-0.188 1.062-0.274-0.664-0.656-1.476-1.363-2.101-1.89-2.872-2.442-6.446-5.485-6.012-9.406 0.351-3.172 3.285-6.118 8.98-9 3.34-1.692 5.903-2.5 7.836-2.473 1.539 0.019 2.723 0.57 3.524 1.633 1.886 2.488 0.953 7.097 0.054 11.554-0.511 2.532-1.07 5.68-0.644 6.989 0.265-0.047 0.851-0.168 0.898-0.164 0.149 0.019 0.313 0.019 0.492 0.007 6.153-0.945 12.395-1.55 18.204-2.109 2.867-0.277 5.574-0.535 8.082-0.824 12.89-1.469 23.089-8.188 25.98-17.113 1.637-5.043 0.516-9.961-3.074-13.5-1.711-1.68-3.813-2.645-6.442-2.946-5.113-0.586-11.093 1.453-16.367 3.25-4.136 1.407-7.703 2.621-10.238 2.328-1.352-0.148-2.379-0.718-3.051-1.699-0.574-0.816-1.297-2.621 0.274-5.457 1.707-3.082 5.468-6.277 10.058-8.551 3.801-1.882 9.832-3.953 16.953-3.136 5.594 0.636 10.766 2.957 15.375 6.89 9.098 7.766 12.274 18.446 8.727 29.305-2.254 6.895-7.176 13.227-13.863 17.832-7.207 4.965-16.125 7.77-25.786 8.109-6.226 0.219-13.261 0.61-20.035 1.465-0.758 0.215-1.699 0.36-2.789 0.508-0.722 0.098-0.996 0.258-1.074 0.324l-0.586 0.09c0.734 1.051 1.957 2.402 2.965 3.418 3.211 3.25 6.531 6.613 5.566 9.895-0.687 2.339-3.34 3.824-8.343 4.671-5.735 0.973-9.235 0.313-10.918-2.05-1.871-2.621 1.703-7.176 2.578-10.313 0.34-1.211 0.824-3.637 0.73-4.41l-0.219 0.035c-0.031-0.019-3.343 1.242-3.636 1.207-0.094-0.011-0.196-0.015-0.293-0.019-5.422 1.816-13.723 4.304-15.867 7.758-1.899 3.054-1.993 6.703-0.286 11.148 2.325 6.07 12.309 9.691 21.75 10.777 12.825 1.469 27.278-2.336 29.813-3.445 1.809-0.785 10.215-8.551 18.332-16.059 18.707-17.285 37.336-35.921 41.883-36.203 0.254-0.011 0.519-0.004 0.828 0.032 5.062 0.582 19.965 8.886 32.492 16.855 6.899 4.391 13.172 8.746 17.668 12.262 7.253 5.672 12.143 7.879 12.223 9.265 0.05 1.082-0.57 2.313-2.04 3.977' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:99px;height:80px;margin-top:5px;display:block;background-size:contain;position:absolute;top:0;right:calc(192px + ((100% - 264px) / 12 * 8))}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassenfeld-callout__icon{right:calc(112px + ((100% - 176px) / 12 * 7))}}@media only screen and (min-width: 0) and (max-width: 640px){.hassenfeld-callout__icon{width:87px;height:70px;margin:0 0 11px;position:static}}.hassenfeld-callout__title{color:#fff}.hassenfeld-callout__teaser{color:#fff;margin-top:10px}@media only screen and (min-width: 0) and (max-width: 640px){.hassenfeld-callout__teaser{margin-top:20px}}.hassenfeld-callout__link{text-align:left;margin-top:30px;display:inline-block;position:relative}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassenfeld-callout__link{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.hassenfeld-callout__link{margin-top:20px}}.hassenfeld-callout__link:after{content:'\f054';font-family:"FontAwesome";font-size:12px}.hassendfeld-content-landing{background:#fff}@media only screen and (min-width: 1024px){.hassendfeld-content-landing__hero{height:320px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassendfeld-content-landing__hero{height:200px}}@media only screen and (min-width: 0) and (max-width: 640px){.hassendfeld-content-landing__hero{height:139px}}.hassendfeld-content-landing__notch{border-top-left-radius:8px;border-top-right-radius:8px;max-width:1280px;background:#fff;position:relative}@media only screen and (min-width: 1024px){.hassendfeld-content-landing__notch{height:80px;margin-top:-80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassendfeld-content-landing__notch{height:40px;margin-top:-40px}}@media only screen and (min-width: 0) and (max-width: 640px){.hassendfeld-content-landing__notch{display:none}}.hassendfeld-content-landing__title{font-family:"Metric",sans-serif;color:#580f8b;font-weight:700;letter-spacing:-.1px;margin:0;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.hassendfeld-content-landing__title{font-size:30px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.hassendfeld-content-landing__title{font-size:36px;line-height:1}}@media only screen and (min-width: 1024px){.hassendfeld-content-landing__title{font-size:56px;line-height:1}}.hassendfeld-content-landing__title--margin-top{margin-top:50px}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__title,.header-area__main-text,.header-area__search-wrapper{margin:0 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__title,.header-area__main-text,.header-area__search-wrapper{margin:0 0 20px}}@media only screen and (min-width: 1024px){.header-area__title,.header-area__main-text,.header-area__search-wrapper{margin:0 0 30px}}.header-area,.cwt__header-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.header-area:before,.cwt__header-area:before{content:none}.header-area__section{display:inline-block}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__section{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__section{width:calc(112px + ((100% - 176px) / 12 * 8));margin-right:16px}}@media only screen and (min-width: 1024px){.header-area__section{width:calc(144px + ((100% - 264px) / 12 * 7));margin-right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__section--filters{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__section--filters{margin-top:20px}}@media only screen and (min-width: 1024px){.header-area__section--filters{margin-top:30px}}.header-area__title{color:#580f8b}.header-area__content div:last-child{margin-bottom:0}.header-area__main-text p:not([class]){margin:0}.header-area__logo{display:inline-block;text-align:center;position:absolute;height:100%;right:0;top:0}@media only screen and (min-width: 1024px){.header-area__logo{width:calc(96px + ((100% - 264px) / 12 * 5))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__logo{margin-right:-20px;width:calc(16px * (4 - 1) + ((100% - 176px) / 12 * 4) + 20px)}}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__logo{display:none}}.header-area__logo--default,.header-area__logo--locations,.header-area__logo--cwt,.header-area__logo--fad{width:80%;position:relative;background-size:contain}@media only screen and (min-width: 1024px){.header-area__logo--default,.header-area__logo--locations,.header-area__logo--cwt,.header-area__logo--fad{height:calc(100% + 80px * 2);margin-top:-80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__logo--default,.header-area__logo--locations,.header-area__logo--cwt,.header-area__logo--fad{min-width:calc(16px * (5 - 1) + ((976px - 176px) / 12 * 5) * .8);height:calc(100% + 40px * 2);margin-top:-40px;background-position-x:0}}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__logo--default,.header-area__logo--locations,.header-area__logo--cwt,.header-area__logo--fad{background-position-y:50%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__logo--default,.header-area__logo--locations,.header-area__logo--cwt,.header-area__logo--fad{background-position-y:50%}}@media only screen and (min-width: 1024px){.header-area__logo--default,.header-area__logo--locations,.header-area__logo--cwt,.header-area__logo--fad{background-position-y:50%}}.header-area__logo--default{background-image:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 417.09246 226.17979' height='226.18' width='417.09' version='1.1' y='0px' x='0px'%3E %3Cg id='Layer_1_2_' transform='translate(-.046303)'%3E %3Cg id='Layer_1_1_'%3E %3Cg fill='%2300b5e2'%3E %3Cpath d='m101.8 208.9c-3.7-0.4-5 0-9-2.1 0 0 0.1 1 0 1-0.4 2.3-4.2 2.7-6 6-3 5.3-1.8 10.6 8 10 13.5-0.6 0-12 7-14.9'/%3E %3Cpath d='m97.8 155.9c1.5 0.5 8.2 1.3 10 1 7.5-1.1 8-1.7 9-2s3.1-2 3-4c-0.1-3.7-3-1-3-1s-2.1-6.1-10-6c-7.8 1-8 6-8 6-8.8 0.8-1 6-1 6'/%3E %3Cpath d='m115.8 206.9c-2.5 2.1-8 2.5-11 3 5.4 2.8-9.3 14.9 7 16 12.5 1 9.5-6.9 6.1-11-2.4-2.7-3-5.5-2.2-8.2'/%3E %3Cpath d='m106.7 172.9c0.2-1.5 1.6-2.2 3-1.9 3.2 0.7 3.5 5.6 0 5-1.4-0.4-2.9-1.6-3-3.1m-8.9-1c0.2-1.5 1.5-2.2 3-2 3.2 0.7 2.9 5.6 0 5-1.5-0.3-3.3-1.6-3-3m42 11c-2.2-1-4.9-0.8-6 2-0.8 1.6-7.3 3.9-10 3-0.4 0-1.7-0.9-2-1-0.7-0.7-1-1.4-1-2-0.2-3.2-0.8-3.2 3-2 4 1.2 7-2.8 7-8s-3.9-12-8-9c-6.6 4.6-1.4-4.1-5-9-10 5-19.1 0.2-20 0-0.6 0.6-1.6 2.3-2 3-3.7 6.2-2.6-7.9-9-1-6.5 6.9-3.8 14.6 0 14 5.3-0.7 0.6 2 0 5 0 0-0.1 1.6-4.4-1.3s-5.1-12.3-4.6-14.7c1.5-6.2-9.2-7.5-9-1 0 2.7 0.2 2 1 5 1.4 4.9 2.3 8.3 5 11 1.6 1.6 7 4.4 11 4-1.5 5.3-2.7 13.7 1 19 1.1 1.1 8.4 7.9 18 7s17.6-6.4 16-17c0 0 7 2.6 11 2 4.5-0.6 9.3-3.8 10-5 1.5-1.6 0.2-3-2-4'/%3E %3C/g%3E %3Cpath fill='%23580f8b' d='m61.8 133.9s-0.8 4.9-5 6.9c0 0-3.3-3.7-2-12 0 0-5.3-3.6-6-8l10-2s3-15.4 14-27c0 0-3.6 17.1-2 29.9l9 7.1s-6.2 3-9 3l7 10c-0.1 0-9.9 0.1-16-7.9'/%3E %3Cpath fill='%23f9a800' d='m100.8 78.9c6.1 6.7 22.5 21.1 30 23 1.1-1.7 1.4-4.3 2-6-0.3-0.1-1.5-0.7-2-1-9.3-4.5-14-25.1-14-27-6.4 1.6-12.3 6-16 11'/%3E %3Cpath fill='%23f9a800' d='m96.8 101.9c13.9 4.6 18.2 3.1 30 7 0.1 0 1.2-2.8 2-4-11.6-5.8-22.1-14.7-29-25-4.6 7-4.6 15.8-3 22'/%3E %3Cpath fill='%23f9a800' d='m117.8 67.9c7.7 22.6 15.8 26 16 26 0.3-1.2 3.9-9.2 2-24-6-2.8-12.1-3.1-18-2'/%3E %3Cpath fill='%23f9a800' d='m137.8 70.9c1 7 0.8 22.3 0 24 7.6 0 11-10.7 11-11-2.5-5.2-6.1-10.2-11-13'/%3E %3Cpath fill='%23f9a800' d='m125.7 109.9c-10-3.1-20.7-1.3-29-6 2.2 7.7 7.9 13.7 15 17 0.3-0.3 13.1-10.3 14-11'/%3E %3Cpath fill='%23f9a800' d='m127.8 110.9c-3.9 3.9-5.6 6.8-14 11 6 2.3 11.8 2 18 0 0.3-0.5-0.1-9-4-11'/%3E %3Cpath fill='%23f9a800' d='m149.7 86.9c-1.9 4.5-6.9 10-13 10-0.9 4.4-3.1 7-3 7 4.4 1.9 13.9 4 15 4 3.4-6.8 3.4-14.2 1-21'/%3E %3Cpath fill='%23f9a800' d='m148.7 108.9c-5 0.4-15.5-2.8-16-3-1 1.5-1.9 2.7-3 4 3.6 2.4 4.9 8.8 4 11 5.8-2.3 11.8-6.7 15-12'/%3E %3Cg fill='%236bbbae'%3E %3Cpath d='m305.8 185.9c-10.2 0-26.2 29.7-49 40 19-2.1 41.8-2.3 61-1-1.6-3-6.1-14.4-8-39-1.2-0.1-3.3 0-4 0'/%3E %3Cpath d='m294.8 58.9-4-11c-3.2 11.3-2.6 11-3 11-0.2 0.1-0.6 0.3-8-5l2 10c7.5 0.4 13.9 3 20 7 1-1.8 2.7-3.2 4-5-6.6-0.3-7 0-7-1l2-11z'/%3E %3Cpath d='m281.8 88.9c7.5-0.6 10.7-3.2 11-5 0.5-3.7-7.7-1.7-9-5-1.1-2.4 2-5.8 5-11-3.8-1-7.9-1.3-12-1 2.4 2.4 7.2 9.4 5 22'/%3E %3Cpath d='m251.8 44.9v6c6.3 1.5 7 0.3 7 1 0 0.3 3.1 22.3-9 40 0 0 18 7.8 18 8s-0.2 4.6-2 11c5.8 12.2 17.8 26.6 31 31 5.3 1.6 10.4 2 12 2v-4c0-0.9 4.3-4 12-4 0.7 0 2.2-0.1 3 0l7-27-16-4c-4.4 16.9-3.2 17-4 17-0.9 0-0.6-1-6-25-1-0.6-4.4-2.8-6-8-1.5-4.5-2-9.4 1-15-3-1.9-4.7-3.8-8-5-0.6 1.5-5.9 8.8-6 9 0.9 0.6 3.8-0.4 7 1 5 2.7 2.5 11.9-12 13-1.4 0.1-14.8-3.1-15-39 0-0.7 0.9 0.2 9-1v-8c-6.2-0.1-7.1-0.9-7-1 0 0 4.5-4.5 2-16-1.8 0.7-9.8 4.1-11 17z'/%3E %3Cpath d='m264.8 115.9c-0.4 1.1-0.4 1.8-1 3 3.8 20.2 11 31.5 20 40 9 8.1 22.2 12 24 12-0.1-7.1 0.6-15 1-23-5.3 0.6-8.4 1.9-14 0-13.9-4.6-22.9-16.8-29-30z'/%3E %3Cpath d='m260.8 123.9c-6.4 11.3-5.1 16.4 4 28 10.3 13.2 10.2 45.2-13 73 13.3-4.1 23.9-15 37-29 11.2-12 13.8-13.7 20-13-0.2-3.6-0.9-4-1-8l-1-1c-9.3-0.7-24.1-7.3-32.2-18.3-5.3-6.6-9.3-13.7-11.8-21.7z'/%3E %3C/g%3E %3Cpath fill='%2300b5e2' d='m328.8 26.9c-16.9-1.9-17.6 6.7-17 18 0.6 11.2 3.6 13.9 11 14 7.5 0.1-2.7 12.8 3 10 6.3-3.1 19.4-7.4 20-24s-1.9-16.2-17-18'/%3E %3Cg fill='%23f9a800'%3E %3Cpath d='m350.8 186.9c-3.1 2.3-15 5.8-15 0-0.2-3.8-1.2-17.1 4-19 1.7-0.6 1.7 2.3 2 3 1.7 3.5 5.8 1.8 8.1 0.1 1.9-1.3 5.3-3.1 3.9 0.9-0.8 2.4-2.2 3.6-3 6-1.1 2.8 1.8 7.6 0 9'/%3E %3Cpath d='m345.8 198.9c-3.2-1.9-1.1-5.4 2-4 3.6 1.7 1.2 5.2-2 4m-10-8c2.1 12.2 8.2 14.4 8 21-0.3 7.5-7.8 10.2-5 13s8.4 0.8 10-4c1.5-4.9 2-9.6 5-5s-1.8 7.6 7 8c19.1 0.7 42.3-4 56-20 3.8-4.5-25.4 14.7-36 6-10.8-9-10.3-15.3-22-20-2.1-0.9-3.7-2.3-5-3-1 1.9-2.4 3.4-3 4-2.8 2.8-5.7 3-6 3-4.9 0.5-8.5-2.6-9-3'/%3E %3C/g%3E %3Cpath fill='%23f4364c' d='m150.7 151.9c-2.2 1.1-7.2-6.7-12.9 0s0.3 20.1 5 21c4.8 0.2 6-2.5 7-1s6 0.8 9-3c3-4 4.9-10.6 2-15-2.8-4.3-3.8-5.4-10.1-2'/%3E %3Cg opacity='.75' fill='%236bbbae'%3E %3Cpath d='m59.8 214.9c-9.5 7.6-34.9 8-41 3-2.5-2-4.5-4.3-9-7.1-1.2-0.4-1.6-0.6-4 0-4.9 1.2-7.1 7.7-4.9 9s12.6 6 36 5 22.9-2.8 23-6z'/%3E %3Cpath d='m52.8 201c0.4-1.5-0.5-3.3-2-3-0.9 0.2-1.8 0.9-2 1-0.1-0.1-0.9-0.7-2-1-0.6-0.2-1.5-0.2-1.9 0-0.5 0.2-0.8 0.6-1 1-1.5 2.3 2.6 5.6 4.9 7 1.7-1 3.5-3.1 4-5'/%3E %3Cpath d='m52.8 202.9c-1.2 1.8-1.9 3.5-4.1 4-10.9-6.2-4.5-13.7-0.9-10.1 0.2 0.2 1 1.1 0.9 1 0.1-0.1 0.1-0.7 1-1 4.6-1.2 4.8 4.4 3.1 6.1m5 0c-1.5-7.3 4.1-17.7 2-17-2.1 0.6-3.3 4.4-8.9 5s-2.5-4-9-7c-4-1.9-4.7 6.1-10 13-5.3 7-13.7 10-18 12-2.8 1.2-1.9-0.2 3 4 3.6 3 4.7 5.3 22 5 7.9-0.2 13.3-1.2 20-5z'/%3E %3C/g%3E %3Cpath fill='%23fff' d='m110.8 181.9c0 3.1-2.7 5-6 5-4.5 0-9-2.9-9-6 0-2.7 3.1-4 7-4s8 1.9 8 5z'/%3E %3Cpath fill='%2300b5e2' d='m108.8 182.9c-0.4 2-2.3 2-5 2-3.6 0-6-1.8-6-4 0-1.9 2.8-3 6-3 3.1 0 5.5 2.8 5 5z'/%3E %3Cpath fill='%23fff' d='m94.8 167.9s0.5 0.6 1 0 2.8-3 5-3c0 0 1.9 0.2 3 1s1 2.9 2 3 1.6-3.2 4-3 3.7 2.5 4 3 0.3 1.1 1 1c0.6-0.2 0.2-1.7 0-2s-1.5-2.6-4-3c-3-0.5-5 1-5 1s0.1-0.2-1-1c-0.7-0.5-2.5-1-4-1-1.2 0-2.3 0.4-3 1-0.9 1-3.5 2.7-3 3z'/%3E %3Cpath fill='%23f4364c' d='m147.8 149.9s1.9-1.9 4-3c6.9-3.7-3 3-3 3s0.1 1 1 1 3.5-1.4 5-3 1.8-3.1 1-4c-1.1-1.1-6-0.6-8 4-0.5 0.9 0 2 0 2z'/%3E %3Cpath fill='%23580f8b' d='m230.8 206.9v-22h-12l-1-133h-5l-5-15v-11l-4 1-4-26.9-4 26.9h-3v15l-6 10h-7l3 134h-11l1.1 23-17 6.9-0.1 9.1 41-5 42 3v-12z'/%3E %3Cpath fill='%23fff' d='m318.8 45.9c-3.8-1.8-0.5-6.6 3-5 3.6 2.2 0.4 6.3-3 5'/%3E %3Cpath fill='%23fff' d='m190.8 74.9c-2.9-5.2-0.6-20.7 2-16 3 5.4 0.5 20.9-2 16'/%3E %3Cpath fill='%23fff' d='m188.7 110.9c-2.6-5.2-0.3-20.7 2-16 2.3 5.5 0.3 20.9-2 16'/%3E %3Cpath fill='%23fff' d='m196.8 112.9c-3.2-4.4-0.8-16.9 2-13 3.3 4.6 0.7 17.2-2 13'/%3E %3Cpath fill='%23fff' d='m209.8 126.9c-3.3-4.9-1-19.5 2-15 3.4 5 0.9 19.6-2 15'/%3E %3Cpath fill='%23fff' d='m196.8 148.9c-3.1-4.9-0.8-19.5 2-15 3.1 5 0.7 19.5-2 15'/%3E %3Cpath fill='%23fff' d='m207.8 134.9c3 4.4 0.7 16.9-2 13-3.2-4.5-0.6-17.1 2-13'/%3E %3Cpath fill='%23fff' d='m193.8 158.9c3.7 4.2 0.4 17.9-3 14-3.9-4.4-0.3-17.9 3-14'/%3E %3Cpath fill='%23fff' d='m201.8 168.9c2.9 4.4 0.7 16.9-2 13-3.1-4.5-0.5-17.1 2-13'/%3E %3Cpath fill='%23fff' d='m207.8 71.9c3 5.9 0.8 24.4-2 19-3-6.1-0.5-24.5 2-19'/%3E %3Cpath fill='%23fff' d='m327.7 45.9c-3.8-1.8-0.5-6.6 3-5 4 1.8 0.5 6.8-3 5'/%3E %3Cpath fill='%23fff' d='m337.7 45.9c-3.8-1.8-0.5-6.6 3-5 4 1.8 0.8 6.6-3 5'/%3E %3C/g%3E %3Cg id='Layer_2_1_'%3E %3Cpath d='m95.7 168'/%3E %3C/g%3E %3Cpath fill='%23fff' d='m109.8 192.9s4.7-0.8 6-2c1.5-1.5-1.3-0.1-2 0s-2.5-0.2-4-1c-1.7-1-2-2-2-2s-2.3 1.5-5 1-4-2-4-2c-0.1 0-4.9 1.6-7-2-0.9-1.5-1.7-0.8-1 2 1.9 2.8 4 3 4 3s1.5 7 8 7c4.9 0 7-4 7-4z'/%3E %3Cpath fill='%2300b5e2' d='m95.8 190.9s2.3 3.6 6 4 6-2 6-2-1 0.9-3 0-3-1-3-1-0.9 0.1-2 0-4-1-4-1z'/%3E %3C/g%3E %3Cg id='Layer_2_2_' opacity='.1' transform='translate(-.046303)' display='none'%3E %3Cpath display='inline' d='m135.6 238.2s6-1.4 7.6-2.8c1.9-1.8-1.3-0.9-2.1-0.9-0.8 0.1-4.1 0.1-6-0.9-2.1-1.2-2.2-1.4-2.2-1.4s-3.1 1-6.4 0.3-4.8-1.8-4.8-1.8-2.5 0.9-4.5 0.2-3.3-0.7-4.2-2.5-2.4 0-0.4 2.8c2.4 3.5 4.4 4.1 4.4 4.1s2.3 7.3 10.3 7.3c6 0.1 8.3-4.4 8.3-4.4z'/%3E %3Cpath d='m119.1 236s2.4 3.5 7 4.1c4.6 0.5 7.6-2 7.6-2s-2 0.6-4.4-0.5l-2.5-1.1s-1.8 0.4-3.2 0.3-4.5-0.8-4.5-0.8z' display='inline' stroke='%23000' stroke-miterlimit='10' fill='none'/%3E %3C/g%3E %3C/svg%3E")}.header-area__logo--locations{background-image:url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 416.2 182.4'%3E%3Cstyle%3E.st0%7Bfill:%23f9a800%7D.st1%7Bfill:%2300b5e2%7D.st2%7Bfill:%236bbbae%7D.st3%7Bfill:%23580f8b%7D%3C/style%3E%3Cpath class='st0' d='M397.2 9.4c-12.8-22.9-27.8 11.8-4 12 0 0-5.4 3.3-1 9s12.1-8.2 5-21'/%3E%3Cpath class='st0' d='M403.2 8.5c10.6-21.3 21 17.7 4 14 0 0 4.8 3.8 1 9-3.7 5-11-11-5-23M401.2 9.4c2.3-1.6.1-5.4-2-4-2.3 1.6-.4 5 2 4'/%3E%3Cpath class='st1' d='M19.2 44.4c-1.8-30.5-34.9-1.4-10 11 0 0-8.8-.3-6.9 8 1.7 8.2 17.9-2.1 16.9-19'/%3E%3Cpath class='st1' d='M26.2 46.5c21.9-17 12.8 28.6-3 16 0 0 2.6 6.4-4 9.9-6.5 3.4-5.4-16.3 7-25.9M23.2 45.4c3.3-.5 3-5.3 0-5-3.2.5-3 5.3 0 5'/%3E%3Cpath class='st2' d='M231.3 38.4c-20.4-13.4-16.8 22.1 3 12 0 0-3.1 5.2 3 8 6.2 2.8 5.2-12.5-6-20M237.3 34.4c-.4-22.2 23.7 5.8 8 10 0 0 5.8 2.1 5 8-1 5.9-12.8-5.4-13-18M235.2 34.4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z'/%3E%3Cg%3E%3Cpath class='st3' d='M352.2 73.5c-6.2 4.1-6.4 12.5-3 11 3.3-1.5 1-4 1-4 11 5.5 13.3-14.4 2-7M349.2 71.4c-.1 7-7.4 12.2-8 9-.5-3.2 3-4 3-4-8.6-2.3 5.3-17.2 5-5M351.3 70.4c.8 0 1 .3 1 1s-.3 1-1 1c-.8 0-1-.3-1-1-.1-.7.2-1 1-1z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M49.2 4.4c-5.4-12.3-14.2 4.7-2 6 0 0-2.9 1.9-1 5 2.2 3.1 6-4.2 3-11'/%3E%3Cpath class='st2' d='M52.2 4.5c6.5-10.4 10.4 9.8 2 7 0 0 2.2 2.6 0 5-2.2 2.3-5.7-6.2-2-12M51.2 4.4c1.3-.7.3-2.6-1-2-1.4.9 0 2.7 1 2'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st3' d='M118.2 55.4c-13.6.3-27.6 13-31 13-1.2-1.4 2.6-10.7-1-13-3.3-2-14.4 4.9-14 9 .3 4.2 9.3 5.7 8 7-6.6 2-12.6 1.7-14-5-2.7-9.3 15.5-20 24-22 3.1-.7 44 6.2 50 5-6-17-14.7-29-15-29-20.3 7.5-24 15-25.8 13.2-2.1-1.6 8.6-11.2 22.9-17.2-4-5.4-7.2-9.2-9-11-8.7 7-22 28-26 30-2.4 1.6-13.2 6.2-21.2 13.1-15.8 13.7-7.3 29.5 2.1 32.9 6.8 2.3 13.7-2 14-2 3.3-.8-6.4 17.4 11 13 9.2-2.5 8.8-6.6 2-12-5.9-4.8-5.9-3 7-10 25.3-14.2 33.4 2.7 26 9-4.3 3.7-14.3 4.7-17 7-5.6 4.8 9.4 10 20 1 12.9-11.4 7.5-32.4-13-32M124.3 14.4c11-4.8 31.6-8 37-8 1.5-4.5-37.1-5.3-46-2 1.9 2.1 5 4.7 9 10M155.2 10.4c-6.7 1.8-15.1 4.1-23 7-8 2.7-.9-1.7 11 31 7.4-8.2 17.6-38.9 18-40-1.6.4-3.7 1.3-6.1 2'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M244.2 125.4c1.3-1.1 1.7-2.5 0-5-.6-.6-.9 0-3 2 1.4 4.5 2.3 3.4 3 3'/%3E%3Cpath class='st1' d='M255.3 109.5c3.5-1.8 6.2 3 4 5-3.3 1.7-6.9-2.7-4-5m5.9 10.9c2.3 11.3 1.5 10 4 9 4.6-2 11.4-4.4 16-8.9l-16-24-13-3 2 10-6 8 2 3c-7 6.6-5 4-3 7 1.4 2.2-.9 5.7-3 6-1.2.4-1.1-1.2 2 9l11 6 4-22.1z'/%3E%3Cpath class='st1' d='M310.3 116.5l-4 7.9-24-2c-2.2 3.3-10.1 9.7-18 11l.9 1-11 48h31v-23l9-4 7 18h17l-1 9h23l-5-19-13-15-1-14-10.9-17.9z'/%3E%3C/g%3E%3Cpath d='M143.4 53.4c4.8 8.8 19.2 28.6 43.2 47.8 19.5 15.7 48.2 27.6 51.9 26.7' fill='none' stroke='%23580f8b' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E")}.header-area__logo--cwt{background-image:url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414 235'%3E%3Cstyle%3E.st0%7Bfill:%23f9a800%7D.st1%7Bfill:%236bbbae%7D%3C/style%3E%3Cpath class='st0' d='M101 143c-.3 2.2-.6 7 0 9 16.4 0 33 5.9 7-3-9.1-11.2-6.5-9.3-7-6'/%3E%3Cpath class='st0' d='M91 154c-3.8-.2-3.9-6.3 0-6 4 .2 3.6 6 0 6m12 6c-2.6-1.3-4.4-5.2-5-8-1.6-13.5 9.9-15.1-18-6l-25 41-34 12-21-4 1 8c29.8 12.6 30.2-1.4 34 2 .5.5 1.5 1.5 4 2 4.5.9 11.3-3 15-6 .1 0 1.4-.7 2 0 .1 0 .9 1.7 3 2 7 1.2 14.5-10.1 15-18 .2-4-.3-5 1-5 3.1 0 .7 19.4-11 25-2.5 1-5.8.6-8-1-2.5-1.6 1.5-2.4-5 2-4.6 3.2-11.7 6.9-16 4-3.2-1.9.3-.5-7 2-6.7 1.7-8.3-.4-3 2l27 3 5 18 10-17 2 15c13.8-21.4 8.4-14.3 24-31l10-42z'/%3E%3Cpath class='st0' d='M101 153l2 4 15-1c-5-.9-12.4-3-17-3'/%3E%3Cg%3E%3Cpath class='st1' d='M163 1c1.2 6.8 2.9 21.3 1 28-15.6-.1-38.8 3.7-52 6l33-11 18-23'/%3E%3Cpath class='st1' d='M189 34c-9.5.7-10.5-12.3-1-13 9.4-.7 10.6 12.3 1 13m-5 118c38.7 41.3 25.9 23.9 60 77l4-35 25 41 12-44 66-7c13.6-5.8 9-1.6-7-6-19.4-6.9-8.3-8.5-16-4-12.4 7.1-28.3-.8-40-9-14.6-10.2-7.6-10-13-6-16.5 12.6-52.3-18.2-49-58 0-1.1.8-1.9 2-2 3.3.2 1.9 3.2 3 13 3.3 29.6 24.4 47.6 36 45 6.9-1.1 9.1-7.9 12-5 9.8 7.7 25.7 17.8 38 16 6.5-.9 10.1-6.1 11-7 9.1-8.2 11.5 28.1 85-3l1-21-53 10-82-28-64-104-48-15c4.1 11.1 6.7 31 0 40-1.6 2.5-4.6 6.7-7.1 8.1L184 152z'/%3E%3Cpath class='st1' d='M163 34c-1.5 4-2.8 5.8-6 9l-35-5c12.7-2 29.5-3.9 41-4'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M147 132c-4.1-.2-4-6.5 0-6 4.1.2 3.9 5.8 0 6m-9 0c-4.1-.2-4-6.5 0-6 4.1.2 3.9 5.9 0 6m-10 0c-4.1-.2-4-6.3 0-6 4 .2 3.9 5.9 0 6m9-20c-17.2-2-17.5 6.7-17 18s3.5 14.7 11 15c7.5.1-2.9 12.6 3 10 5.9-2.7 19.6-8.2 20-25 .6-16.9-1.6-16.2-17-18' fill='%23580f8b'/%3E%3C/g%3E%3C/svg%3E")}.header-area__logo--fad{background-image:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 409.2 259.4'%3E%3Cdefs%3E%3Cpath id='a' d='M129 145.5c5.4 5.6 10.8 12 18 16 7.2 4.4 15.5 4.6 24 2 8.3-2.7 16.8-8.5 27-13 4.9-2.2 10.5-4.4 16-6 5.5-1.6 11.7-2.4 18-2 6.2.3 11.9 1.8 17 6 1.2 1 2.9 2.9 4 4l3 4c.9 1.2 1.2 1.8 2 3s1.4 2.9 2 4c4.9 8.9 10.2 17.2 16 25 6 7.6 12.6 13.9 19 20 6.6 5.8 13.2 11.4 20 14.9 3.3 1.9 6.9 2.6 10 4.1 3.3 1 6 2.1 9 3h1c-16.5-9.3-32.2-30.8-48-69-28.5-68.9-79.4-65.4-134-48-23.4 7.4-36.2 9.6-46 6 5.7 7.2 13.1 16.2 22 26'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' overflow='visible' fill='%234db3e5'/%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' fill='%234db3e5' d='M101.9 98H340v137.8H101.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M402 184.5c-6.4.7.7 40.2-35 50-1.3.3-7 2-10 2-12.6 0-31.2 2.1-45-5-38.4-18.1-61.4-62.1-64-66-3-4.9-.9-2.2-3-5-1-.8-8.2-10.7-28-5-23.4 6.1-40.3 23.6-60 20-23.9-2.9-43.9-36.3-57-56-3.6-5.6-6.9-9.2-8-11-6.3-8-12.9-19.6-23-35-30.5-47-69.4-4.6-51 5 23.5 11.8 26.4-20 39 44s34.8 58.8 45 89c10.2 30.2-15.5 29.8-7 42 8.6 12.4 31.6 3.4 27-9-4.6-12.5 22.8-31.1 14-12s9.2 30.1 21 25c11.8-4.9 1.3-27.7 6-41s27.6-3.1 15 16c-12.6 19.1 5.4 27.4 22 20 16.7-7.4 5.3-41.9 18-31 12.7 10.9-3.4 32.1 18 34 21.3 1.9 26.7-10.1 15-32-11.8-21.9 9-8.1 44 14 35 22.2 78.6 16.7 98-2 19.4-18.5 20-52.1 9-51M38 72.5c-4-.3-6-3-6-7 0-4.1 3-6 7-6 4.1 0 6.3 3 6 7-.2 4.1-3 6.3-7 6'/%3E%3C/defs%3E%3Cuse xlink:href='%23e' overflow='visible' fill='%234db3e5'/%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23f)'%3E%3Cdefs%3E%3Cpath id='g' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3Cuse xlink:href='%23g' overflow='visible' fill='%234db3e5'/%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' fill='%234db3e5' d='M8.6 46.8H414v217.6H8.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='i' d='M58 17.5c1.2 3.4-1.4 10.3-8 16-5-.6-8.3-5.2-12-3-2.8 1.6-5.4-2.6-6-6 1.1 1 3.2 1 5 1 4 0 8.8-2.2 14-7 2.5-2.3 5.9-4.2 7-1'/%3E%3C/defs%3E%3CclipPath id='j'%3E%3Cuse xlink:href='%23i' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23j)'%3E%3Cdefs%3E%3Cpath id='k' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3CclipPath id='l'%3E%3Cuse xlink:href='%23k' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23l)' fill='%23582c85' d='M-6 42.5l69 2 4-43-73-14z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='m' d='M3 9.5c-.7 0-2.8.8-3 1 0 0 .3.2 1 1 7 7.5 17.5 3.5 13 12-4.4 8 11.1 29.1 34 12-3.2-.9-7.5-4-9-3-5.6 3.4-10.7-5.6-9-14 .2-1.9 1.2-4.2 2-6 1.7-3.6 3.1-6.3-1-10-5.3-4.6-8.5-2.3-14 2-5.1 4-5.5 5-14 5m16 3c-1.8 0-3-1.2-3-3s1.2-3 3-3 3 1.2 3 3-1.2 3-3 3'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='o' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23p)' fill='%23582c85' d='M-1 47.5l65-.7V-4.9L1-11.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.header-area__heading{color:#580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__heading{margin:0 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__heading{margin:0 0 20px}}@media only screen and (min-width: 1024px){.header-area__heading{margin:0 0 30px}}.header-area__title-container{display:inline-block}@media only screen and (min-width: 0) and (max-width: 640px){.header-area__title-container{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area__title-container{width:calc(112px + ((100% - 176px) / 12 * 8))}}@media only screen and (min-width: 1024px){.header-area__title-container{width:calc(144px + ((100% - 264px) / 12 * 7))}}.header-area__overview p:not([class]){margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.header-area--landing .header-area__title{max-width:270px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.header-area--landing .header-area__title{max-width:340px}}@media only screen and (min-width: 1024px){.header-area--landing .header-area__title{max-width:500px}}@media print{.page--fad .header-area__title{font-family:"Metric",sans-serif;font-weight:600;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:normal;width:100%;padding-top:0;margin:0 14% 0 15% !important;color:#000;font-size:30px !important;vertical-align:top;display:inline-block !important}.page--fad .header-area__logo,.page--fad .header-area__main-text{display:none}.page--fad .header-area__content{margin-top:10px}.page--fad .header-area__section{width:100%}.page--fad .header-area__section--filters{margin-top:20px}}.leader{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #ccc;overflow:hidden}.leader:first-child{padding-top:0}.leader:last-child{border-bottom:none;padding-bottom:0}@media only screen and (min-width: 0) and (max-width: 640px){.leader{display:block;padding:20px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leader{padding:40px 0}}@media only screen and (min-width: 1024px){.leader{padding:30px 0}}.leader__img{text-decoration:none}@media only screen and (min-width: 1024px){.leader__img{width:calc(24px + ((100% - 120px) / 6 * 2))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leader__img{width:calc(32px + ((100% - 176px) / 12 * 3))}}@media only screen and (min-width: 0) and (max-width: 640px){.leader__img{width:calc(15px + ((100% - 75px) / 6 * 2));margin-right:15px;float:left}}.leader__img--no-image{background-color:#ececec;color:#777;font-weight:700;font-family:"Benton",sans-serif;border-radius:10px;overflow:hidden;position:relative;font-size:30px;width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.leader__img--no-image{margin-bottom:10px}}.leader__img--no-image:after{content:"";background-color:#580f8b;padding-bottom:133.333333%;display:block}.leader__leaderpic{width:100%;border-radius:10px;position:relative;display:block}@media only screen and (min-width: 641px) and (max-width: 1023px){.leader__leaderpic{font-size:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.leader__leaderpic{margin-bottom:10px;width:100%;font-size:18px}}.leader__initials{color:#fff;position:absolute;width:100%;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.leader__info{margin:0;line-height:1}@media only screen and (min-width: 1024px){.leader__info{width:calc(96px + ((100% - 120px) / 6 * 4));padding-left:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leader__info{width:calc(144px + ((100% - 176px) / 12 * 9));padding-left:16px}}.leader__title-link{color:#333}.leader__title-link:focus,.leader__title-link:hover{color:#580f8b;border-bottom:none}.leader__degree{font-weight:400}.leader__description{margin-top:10px}@media only screen and (min-width: 0) and (max-width: 640px){.leader__description{clear:left}}.leader__description p{margin:0}.leader__profile{position:relative;margin-top:20px}@media only screen and (min-width: 0) and (max-width: 640px){.leader__profile{clear:left}}.leader__profile-empty{margin-top:0}.leader__link .cta-text-inner--icon:after{content:'\f054';display:inline-block;font-family:"FontAwesome";font-size:.7em;margin-left:5px}.leadership{font-family:"Utopia",serif;font-weight:400;color:#333;letter-spacing:normal}@media only screen and (min-width: 0) and (max-width: 640px){.leadership{margin:30px auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leadership{margin:30px auto}}@media only screen and (min-width: 1024px){.leadership{margin:30px auto}}@media only screen and (min-width: 1024px){.leadership{font-size:16px;line-height:1.75}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leadership{font-size:14px;line-height:1.71}}@media only screen and (min-width: 0) and (max-width: 640px){.leadership{font-size:14px;line-height:1.71}}.leadership .leadership__group-list{margin:0;padding:0;list-style:none}@media only screen and (min-width: 1024px){.leadership .leadership__group-item{margin-top:36px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leadership .leadership__group-item{margin-top:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.leadership .leadership__group-item{margin-top:30px}}.leadership .leadership__group-item:first-child{margin-top:0}.leadership__header{margin-top:0;margin-bottom:20px;font-family:"Metric",sans-serif;color:#580f8b;font-weight:700;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){.leadership__header{font-size:24px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leadership__header{font-size:24px;line-height:1}}@media only screen and (min-width: 1024px){.leadership__header{font-size:42px;line-height:1}}.leadership__leaders{height:auto;list-style-type:none;padding-left:0;margin:30px 0 0}@media only screen and (min-width: 1024px){.leadership--location{width:calc(144px + ((100% - 264px) / 12 * 7));margin:0;float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.leadership--location{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.leadership--location{margin:0}}@media only screen and (min-width: 1024px){.location__treatment{display:none}}.location__main{color:#00b5e2;margin-top:0}@media only screen and (min-width: 1024px){.location__main{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__main{width:calc(144px + ((100% - 176px) / 12 * 10));margin:0 auto 40px}}@media only screen and (min-width: 0) and (max-width: 640px){.location__main{width:100%;margin-bottom:40px}}.location__main p{margin:0}.location__side-divider{width:auto;height:6px;margin-top:40px}@media only screen and (min-width: 1024px){.location__side-divider{margin-bottom:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__side-divider{float:left}}.location__side-dot{width:6px;height:6px;border:none;border-radius:50%;background-color:#ececec;padding:0;margin-right:4px;outline:none;float:left}.location__side-dot:last-of-type{margin-right:0}.location__address{float:left}@media only screen and (min-width: 1024px){.location__address{width:calc(72px + ((100% - 144px) / 7 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__address{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.location__address{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.location__address{margin-bottom:15px}}.location__address-title{margin:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__address-title{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.location__address-title{display:none}}.location__address-title--mobile{display:block;margin:0}@media only screen and (min-width: 1024px){.location__address-title--mobile{display:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__address-title--mobile{width:calc(64px + ((100% - 112px) / 8 * 5))}}.location__address-body{margin:0}.location__details{position:relative;width:100%;float:left;border-bottom:1px solid #ececec;padding-bottom:30px}.location__details:last-of-type{padding-bottom:0;border:0}@media only screen and (min-width: 1024px){.location__details{margin-bottom:30px}.location__details:last-of-type{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__details{width:calc(112px + ((100% - 176px) / 12 * 8));margin-bottom:25px}.location__details:last-of-type{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.location__details{margin-bottom:20px}.location__details:last-of-type{margin-bottom:0}}@media only screen and (min-width: 1024px){.location__map{width:calc(24px + ((100% - 144px) / 7 * 2));position:absolute;right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__map{width:calc(32px + ((100% - 112px) / 8 * 3));position:relative;float:left;margin-left:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.location__map{display:none}}.location__map--mobile{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.location__map--mobile{display:block;width:calc(45px + ((100% - 75px) / 6 * 4));margin-right:calc(15px + ((100% - 75px) / 6 * 2));float:left}}@media only screen and (min-width: 0) and (max-width: 640px){.location__map-image{border-radius:8px;overflow:hidden;width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__map-image{border-radius:8px;overflow:hidden;width:100%}}@media only screen and (min-width: 1024px){.location__map-image{border-radius:8px;overflow:hidden;width:100%}}.location__contact-group{float:left}@media only screen and (min-width: 1024px){.location__contact-group{width:calc(72px + ((100% - 144px) / 7 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__contact-group{width:calc(64px + ((100% - 112px) / 8 * 5))}}@media only screen and (min-width: 0) and (max-width: 640px){.location__contact-group{width:100%}}.location__contact{float:left}@media only screen and (min-width: 1024px){.location__contact{width:calc(72px + ((100% - 144px) / 7 * 4))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__contact{width:100%}}.location__contact-phone{margin-bottom:0}@media only screen and (min-width: 1024px){.location__contact-phone{margin-top:10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__contact-phone{margin-top:15px}}@media only screen and (min-width: 0) and (max-width: 640px){.location__contact-phone{margin-top:20px}}.location__contact-phone-link{text-decoration:none}.location__group-title{width:100%;float:left;margin:0}.location__specific-title{margin-bottom:10px}@media only screen and (min-width: 1024px){.location__specific-title{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.location__specific-title{margin-top:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__specific-title{margin-top:10px}}.location__specific-description{margin:10px 0}.location__specific-description p:not([class]){margin:0}.location__get-direction{margin:0;padding:0;list-style:none}.location__get-direction-item{margin-top:0;margin-bottom:10px}.location__get-direction-item:last-of-type{margin-bottom:0}@media only screen and (min-width: 1024px){.location__meet-doctors-button{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location__meet-doctors-button{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.location__meet-doctors-button{margin-top:20px}}.location__group-subtitle{margin-top:10px;margin-bottom:10px}.location__more{margin-bottom:0;margin-top:10px}@media print{.location{display:block}}.location-group--hidden{display:none}.location-group__list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.location-group-callout{position:relative;margin-bottom:40px;background-color:#fff}.location-group-callout:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #00b5e2}@media only screen and (min-width: 0) and (max-width: 640px){.location-group-callout__wrapper{padding:calc(30px + 6px) 30px 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-group-callout__wrapper{padding:calc(30px + 6px) 30px 30px}}@media only screen and (min-width: 1024px){.location-group-callout__wrapper{padding:calc(40px + 6px) 40px 40px}}.location-group-callout__image-wrapper{position:relative;border-radius:6px;overflow:hidden;height:0}@media only screen and (min-width: 0) and (max-width: 640px){.location-group-callout__image-wrapper{width:100%;margin-bottom:20px;padding-bottom:56.25%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-group-callout__image-wrapper{float:left;width:36%;padding-bottom:20.25%}}@media only screen and (min-width: 1024px){.location-group-callout__image-wrapper{float:left;width:30%;padding-bottom:16.875%}}.location-group-callout__image{width:100%}.location-group-callout__content{-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-group-callout__content--with-image{float:right;padding-left:16px;width:64%}}@media only screen and (min-width: 1024px){.location-group-callout__content--with-image{float:right;padding-left:24px;width:70%}}.location-group-callout__title{color:#333}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-group-callout__title{margin:0 0 10px}}@media only screen and (min-width: 0) and (max-width: 640px){.location-group-callout__title{margin:0 0 10px}}@media only screen and (min-width: 1024px){.location-group-callout__title{margin:0 0 20px}}.location-group-callout__teaser{margin:0}.location-group-callout__link{display:inline-block}@media only screen and (min-width: 0) and (max-width: 640px){.location-group-callout__link{margin-top:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-group-callout__link{margin-top:20px}}@media only screen and (min-width: 1024px){.location-group-callout__link{margin-top:30px}}.location-group-callout__link:after{content:'\f054';font-family:"FontAwesome";font-size:.7em;margin-left:5px}.location-select{border-bottom:solid 1px rgba(88,15,139,0.8);color:#580f8b}.location-select:hover{border-bottom:solid 1px rgba(88,15,139,0.8)}.location-select:hover .select-icon:after{color:#9c6fbb}.location-select:hover .tooltip--location{display:block}@media only screen and (min-width: 0) and (max-width: 640px){.location-select{line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select{line-height:1}}.location-select__loader{background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;position:absolute;top:7px;margin:0;right:0;width:36px;height:15px}@media only screen and (min-width: 1024px){.location-select--native{padding-right:25px}}.location-select--custom{padding:0;height:auto;float:left;width:100%}@media only screen and (min-width: 1024px){.location-select--custom{height:27px;margin-left:10px;width:calc(100% - 117px);max-width:300px;min-width:auto}}@media only screen and (min-width: 0) and (max-width: 640px){.location-select--custom{height:21px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select--custom{height:21px}}.location-select--custom .select-icon:after{color:#580f8b;line-height:1}@media only screen and (min-width: 1024px){.location-select__wrapper--native:after{color:#580f8b;font-weight:600;content:attr(data-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;left:0;width:calc(100% - 25px);z-index:1;line-height:19px;background:#fff;pointer-events:none}}.location-select__link{width:100%;padding:6px 35px 0 0;margin:0;color:#580f8b;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.location-select__link:hover{color:#9c6fbb}.location-select__link:after{font-size:12px;margin-left:8px;line-height:22px;vertical-align:top}@media only screen and (min-width: 0) and (max-width: 640px){.location-select__link{padding-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select__link{padding-top:0}}.location-select__dropdown{background:#f5f5f5;padding:20px 30px;left:40px;top:-20px;border-radius:8px;min-width:auto;width:auto}.location-select__locations{padding:0}.location-select__locations li:not([class]){padding:0 0 10px}.location-select__locations li:not([class]):last-of-type{padding-bottom:0}.location-select__item-link{padding:0;position:relative}.location-select__item-link:hover{color:#580f8b}.location-select__item-link--active:before{color:silver;content:'\f00c';font-family:"FontAwesome";font-size:16px;height:16px;left:-21px;padding:0;position:absolute;top:0}@media print{.page--fad .providers-header-filters__filter-dropdown--location .location-select{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;border-bottom:2px solid #ececec !important;width:calc(100% - 130px);height:26px !important}.page--fad .providers-header-filters__filter-dropdown--location .location-select--custom{display:block}.page--fad .providers-header-filters__filter-dropdown--location .location-select__link{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;height:24px !important;padding:2px 0 0 !important;margin:0 !important}.page--fad .providers-header-filters__field-location .location-select{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;border-bottom:2px solid #ececec !important;width:100%;height:26px !important}.page--fad .providers-header-filters__field-location .location-select__wrapper{width:100% !important;overflow:hidden !important;display:block !important}.page--fad .providers-header-filters__field-location .location-select__link{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;height:24px !important;padding:2px 0 0 !important;margin:0 !important}}.location-tile{position:relative;position:relative;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.location-tile:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #ccc}@media only screen and (min-width: 1024px){.location-tile:nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-tile:nth-child(-n+2){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-tile:nth-child(-n+1){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.location-tile{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-tile{width:calc(((100% - 16px) / 2 * 1));min-height:380px;margin-right:15.95px;float:left}.location-tile:nth-child(2n){margin-right:0}}@media only screen and (min-width: 1024px){.location-tile{width:calc(((100% - 48px) / 3 * 1));min-height:380px;margin-right:23.95px;float:left}.location-tile:nth-child(3n){margin-right:0}}.location-tile__content{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:auto;width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.location-tile__content{padding:calc(30px + 6px) 30px 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-tile__content{padding:calc(30px + 6px) 30px 30px}}@media only screen and (min-width: 1024px){.location-tile__content{padding:calc(40px + 6px) 40px 40px}}.location-tile__title-link{text-decoration:none}.location-tile__title{color:#333;margin:0}.location-tile__description p:not([class]){margin:0}.location-tile__address{margin:0}.location-tile__map{margin:10px 0 0}.location-tile__map-link:before{content:'\f041';font-family:"FontAwesome";font-size:.9em;display:inline-block;margin-right:5px}.location-tile__phones-list{margin:10px 0 0}.location-tile__phone-number{text-decoration:none;cursor:default}.location-tile__spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.location-tile__link{display:inline-block;margin-top:30px;-ms-flex-item-align:baseline;align-self:baseline}.page{padding-top:0}.page__section--white,.cwt__section--white{background-color:#fff}.page__section--grey,.cwt__section--grey{background-color:#f5f5f5}.page__section--no-padding,.cwt__section--no-padding{padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--no-padding-top{padding-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--no-padding-top{padding-top:0}}@media only screen and (min-width: 1024px){.page__section--no-padding-top{padding-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--no-padding-bottom{padding-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--no-padding-bottom{padding-bottom:0}}@media only screen and (min-width: 1024px){.page__section--no-padding-bottom{padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--default-padding-top{padding-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--default-padding-top{padding-top:40px}}@media only screen and (min-width: 1024px){.page__section--default-padding-top{padding-top:80px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--default-padding-bottom,.cwt__section--default-padding-bottom{padding-bottom:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--default-padding-bottom,.cwt__section--default-padding-bottom{padding-bottom:40px}}@media only screen and (min-width: 1024px){.page__section--default-padding-bottom,.cwt__section--default-padding-bottom{padding-bottom:80px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--default-padding-bottom-mobile-only{padding-bottom:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--default-padding-bottom-mobile-only{padding-bottom:0}}@media only screen and (min-width: 1024px){.page__section--default-padding-bottom-mobile-only{padding-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--article .content__sidebar{margin:20px auto}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--article .content__sidebar{margin:20px auto}}.page__section--main-video{padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--main-video{padding-bottom:20px}}.page__section--main-video .hero-video-overlay{display:none}.page__section--main-video .page__container,.page__section--main-video .search-doctors__container,.page__section--main-video .provider-landing-body__container{max-width:inherit;margin:0 auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--main-video .page__container,.page__section--main-video .search-doctors__container,.page__section--main-video .provider-landing-body__container{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--main-video .page__container,.page__section--main-video .search-doctors__container,.page__section--main-video .provider-landing-body__container{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--follow-us{padding:0 0 40px}}@media only screen and (min-width: 1024px){.page__section--follow-us{padding:0 0 40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--follow-us{padding:0 0 40px}}.page__section--related-resources .content__header-title{font-family:"Metric",sans-serif;color:#580f8b;font-weight:700;letter-spacing:-0.1px 0 0;text-align:center;margin:0 auto 20px}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--related-resources .content__header-title{font-size:24px;line-height:1.1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--related-resources .content__header-title{font-size:24px;line-height:1.1}}@media only screen and (min-width: 1024px){.page__section--related-resources .content__header-title{font-size:42px;line-height:1.1}}@media only screen and (min-width: 1024px){.page__section--related-resources .content__header-title{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--related-resources .content__header-title{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--related-resources .content__header-title{width:100%}}.page__section--related-resources .content__header-description{font-family:"Utopia",serif;color:#333;font-weight:400;text-align:center;width:calc(120px + ((100% - 264px) / 12 * 6));margin:0 auto}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--related-resources .content__header-description{font-size:14px;line-height:1.45}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--related-resources .content__header-description{font-size:14px;line-height:1.45}}@media only screen and (min-width: 1024px){.page__section--related-resources .content__header-description{font-size:18px;line-height:1.6}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--related-resources .content__header-description{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--related-resources .content__header-description{width:100%}}.page__section--related-resources .content__header-description p:not([class]):first-child{margin-top:0}.page__section--related-resources .content__header-description p:not([class]):last-child{margin-bottom:0}.page__section--hassenfeld-header-component,.cwt__section--hassenfeld-header-component{text-align:left;background-color:#fff;overflow:hidden}@media only screen and (min-width: 1024px){.page__section--hassenfeld-header-component,.cwt__section--hassenfeld-header-component{padding:80px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--hassenfeld-header-component,.cwt__section--hassenfeld-header-component{padding:40px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--hassenfeld-header-component,.cwt__section--hassenfeld-header-component{padding:40px 0}}.page__section--hassenfeld-tabs-component{overflow:hidden}.page__section--condition-doctors{background-color:#fff}.page__section--video-callout{padding:40px 0}@media only screen and (min-width: 1024px){.page__section--video-callout{padding:80px 0}}.page__section--video-callout .callout-video-overlay{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--video-callout .page__container,.page__section--video-callout .search-doctors__container,.page__section--video-callout .provider-landing-body__container{margin:0}}.page__section--hassenfeld-callout{background-color:#580f8b;padding:40px 0;margin-bottom:2px}@media only screen and (min-width: 1024px){.page__section--hassenfeld-callout .page__container,.page__section--hassenfeld-callout .search-doctors__container,.page__section--hassenfeld-callout .provider-landing-body__container{margin:0 auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--hassenfeld-callout .page__container,.page__section--hassenfeld-callout .search-doctors__container,.page__section--hassenfeld-callout .provider-landing-body__container{margin:0 auto}}.page__section--hassendfeld-content-landing{background:#fff;margin:0 auto}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--hassendfeld-content-landing .content{margin-top:40px}}@media only screen and (min-width: 1024px){.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__main,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__header,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .cwt__header{width:calc(120px + ((100% - 264px) / 12 * 6));float:left;margin-left:calc(24px + ((100% - 264px) / 12 * 1))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__main,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__header,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .cwt__header{width:calc(144px + ((100% - 176px) / 12 * 10));float:left;margin-left:calc(16px + ((100% - 176px) / 12 * 1))}}@media only screen and (min-width: 1024px){.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__header,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .cwt__header{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__header,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .cwt__header{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .content__header,.page__section--hassendfeld-content-landing .content--with-annotations-no-sidebar .cwt__header{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--hassendfeld-content-landing .nyulmc-aside__wrapper{width:calc(112px + ((100% - 144px) / 10 * 8))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--hassendfeld-content-landing .nyulmc-aside__wrapper--default-image{width:calc(80px + ((100% - 144px) / 10 * 6))}}.page__section--sub-pages-and-resources{background-color:#f6f6f6}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--sub-pages-and-resources{padding-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--sub-pages-and-resources{padding-bottom:20px}}@media only screen and (min-width: 1024px){.page__section--sub-pages-and-resources{padding-bottom:60px}}.page__section--image-callout{overflow:hidden}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location-treatment-overview{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location-treatment-overview{display:none}}.page__section--related-news .content__title,.page__section--related-news .providers-header__title{color:#580f8b;width:calc(120px + ((100% - 264px) / 12 * 6));margin:0 auto 20px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--related-news .content__title,.page__section--related-news .providers-header__title{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--related-news .content__title,.page__section--related-news .providers-header__title{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location-groups{padding-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location-groups{padding-top:40px}}@media only screen and (min-width: 1024px){.page__section--location-groups{padding-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--conditions-we-treat,.cwt__section--conditions-we-treat{padding-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--conditions-we-treat,.cwt__section--conditions-we-treat{padding-top:40px}}@media only screen and (min-width: 1024px){.page__section--conditions-we-treat,.cwt__section--conditions-we-treat{padding-top:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--find-a-doctor{padding-bottom:calc(40px - 10px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--find-a-doctor{padding-bottom:calc(40px - 10px);overflow-x:hidden}}@media only screen and (min-width: 1024px){.page__section--find-a-doctor{padding-bottom:calc(80px - 10px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__container--no-margin-mobile-tablet,.cwt__container--no-margin-mobile-tablet{margin-left:0;margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page__container--no-margin-mobile-tablet,.cwt__container--no-margin-mobile-tablet{margin-left:0;margin-right:0}}.page__container--overflow{overflow:auto}.page--hassenfeld-landing #overlay,.page--hassenfeld-content-landing #overlay{background-color:rgba(46,46,46,0.9)}.page--hassenfeld-landing #overlay{overflow-x:hidden}.page--fad{background-color:#f5f5f5}@media only screen and (min-width: 1024px){.page--location-hub .page__section,.page--location-hub .cwt__section{padding:0 0 80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location-hub .page__section,.page--location-hub .cwt__section{padding:0 0 40px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location-hub .page__section,.page--location-hub .cwt__section{padding:0 0 40px}}@media only screen and (min-width: 1024px){.page--location-hub .page__section:first-child,.page--location-hub .cwt__section:first-child{padding:80px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location-hub .page__section:first-child,.page--location-hub .cwt__section:first-child{padding:40px 0 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location-hub .page__section:first-child,.page--location-hub .cwt__section:first-child{padding:40px 0 20px}}@media only screen and (min-width: 1024px){.page--location-hub .page__section--location-aside{padding:30px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location-hub .page__section--location-aside{padding:20px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location-hub .page__section--location-aside{padding:20px 0}}@media only screen and (min-width: 1024px){.page--location-hub .page__section--white+.page__section--grey,.page--location-hub .cwt__section--white+.page__section--grey,.page--location-hub .page__section--white+.cwt__section--grey,.page--location-hub .cwt__section--white+.cwt__section--grey,.page--location-hub .section-divider+.page__section--grey,.page--location-hub .section-divider+.cwt__section--grey{padding:80px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location-hub .page__section--white+.page__section--grey,.page--location-hub .cwt__section--white+.page__section--grey,.page--location-hub .page__section--white+.cwt__section--grey,.page--location-hub .cwt__section--white+.cwt__section--grey,.page--location-hub .section-divider+.page__section--grey,.page--location-hub .section-divider+.cwt__section--grey{padding:40px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location-hub .page__section--white+.page__section--grey,.page--location-hub .cwt__section--white+.page__section--grey,.page--location-hub .page__section--white+.cwt__section--grey,.page--location-hub .cwt__section--white+.cwt__section--grey,.page--location-hub .section-divider+.page__section--grey,.page--location-hub .section-divider+.cwt__section--grey{padding:40px 0}}@media only screen and (min-width: 1024px){.page--location-hub .page__section--grey+.page__section--white,.page--location-hub .cwt__section--grey+.page__section--white,.page--location-hub .page__section--grey+.cwt__section--white,.page--location-hub .cwt__section--grey+.cwt__section--white{padding:80px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page--location-hub .page__section--grey+.page__section--white,.page--location-hub .cwt__section--grey+.page__section--white,.page--location-hub .page__section--grey+.cwt__section--white,.page--location-hub .cwt__section--grey+.cwt__section--white{padding:40px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.page--location-hub .page__section--grey+.page__section--white,.page--location-hub .cwt__section--grey+.page__section--white,.page--location-hub .page__section--grey+.cwt__section--white,.page--location-hub .cwt__section--grey+.cwt__section--white{padding:40px 0}}html.stop-scrolling body.page--hassenfeld-landing,html.stop-scrolling body.page--hassenfeld-content-landing{position:static}html.stop-scrolling body.page.iOS.scroll-locked{position:fixed}@media print{.page--fad{background-color:#fff;position:relative}.page--fad .page__section,.page--fad .cwt__section{overflow:visible !important}.page--fad .nyuuninav--global-ankle{display:none}}.page__section--cta-boxes{position:relative;padding:0 0 80px;overflow:inherit}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--cta-boxes{padding-bottom:40px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--cta-boxes{padding-bottom:0}}.page__container--cta-boxes{position:relative}@media only screen and (min-width: 1024px){.page-cancer-info{padding:24px 0 126px}}.page-cancer-info__main-header{font-size:48px;color:#580f8b}.page__section--gray{background-color:#fff}.page-cancer-bottom{display:none}.page-size-selector__link,.page-size-selector__print{color:#580f8b}.page-size-selector__link:hover,.page-size-selector__print:hover{color:#9c6fbb}.page-size-selector__link{margin-left:5px;padding-bottom:0;border-bottom:solid 1px rgba(88,15,139,0.8);outline:none}.page-size-selector__link:hover{border-bottom:solid 1px rgba(88,15,139,0.8)}.page-size-selector__link:after{font-size:12px;margin-left:8px;line-height:22px;vertical-align:top}.page-size-selector__print:after{font-size:24px;vertical-align:sub}.page-size-selector__item:first-child{padding:0 15px}.page-size-selector__item:last-child{padding:0 0 0 15px}.page-size-selector__providers-dropdown{background:#f5f5f5;padding:20px 30px;left:40px;top:-20px;border-radius:8px;min-width:auto;width:auto}.page-size-selector__page-size-items{padding:0}.page-size-selector__page-size-items li:not([class]){padding:0 0 10px}.page-size-selector__page-size-items li:not([class]):last-of-type{padding-bottom:0}.page-size-selector__item-link{padding:0;position:relative}.page-size-selector__item-link:hover{color:#580f8b}.page-size-selector__item-link--active:before{color:silver;content:'\f00c';font-family:"FontAwesome";font-size:16px;height:16px;left:-21px;padding:0;position:absolute;top:0}.provider-accordion-toggle{color:#333}.provider-accordion-toggle:hover{color:#580f8b}@media only screen and (min-width: 1024px){.provider-accordion-toggle{padding-top:5px}.provider-accordion-toggle:after{content:none;padding:0}.provider-accordion-toggle:before{font-family:"FontAwesome";float:left;line-height:20px;padding-right:5px;margin-top:-1px;font-size:16px;content:'\f1de';overflow:hidden}.provider-accordion-toggle--close:after{content:none;padding:0}.provider-accordion-toggle--close:before{content:'\f00d'}}.provider-accordion-toggle:after{padding-left:5px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-accordion-toggle:after{content:'\f1de';font-size:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-accordion-toggle:after{content:'\f1de';font-size:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-accordion-toggle--close:after{content:'\f00d'}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-accordion-toggle--close:after{content:'\f00d'}}@media only screen and (min-width: 1024px){.provider-accordion-toggle__counter-container{top:2px;left:-6px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-accordion-toggle__text{display:none}.provider-accordion-toggle__text--help-counter{display:inline-block;font-size:16px;font-weight:400;letter-spacing:normal;vertical-align:bottom}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-accordion-toggle__text{display:none}.provider-accordion-toggle__text--help-counter{display:inline-block;font-size:16px;font-weight:400;letter-spacing:normal;vertical-align:bottom}}@media only screen and (min-width: 1024px){.provider-content{margin-top:40px;margin-bottom:10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content{margin-top:0;margin-bottom:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content{margin-top:0;margin-bottom:10px}}@media only screen and (min-width: 1024px){.provider-content--location,.provider-content--condition{margin:30px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content--location,.provider-content--condition{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content--location,.provider-content--condition{margin:0}}@media only screen and (min-width: 1024px){.provider-content__header{margin-bottom:13px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__header{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__header{margin-bottom:0}}@media only screen and (min-width: 1024px){.provider-content__header--location,.provider-content__header--condition{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__header--location,.provider-content__header--condition{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__header--location,.provider-content__header--condition{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__footer{margin:40px 0 0}.provider-content__footer:empty{margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__footer{margin:40px 0 0}.provider-content__footer:empty{margin:0}}@media only screen and (min-width: 1024px){.provider-content__footer{margin:40px 0 0}.provider-content__footer:empty{margin:0}}@media only screen and (min-width: 1024px){.provider-content__footer--location,.provider-content__footer--condition{margin:80px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-content__footer--location,.provider-content__footer--condition{margin:40px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-content__footer--location,.provider-content__footer--condition{margin:40px 0 0}}.provider-content__footer--location:empty,.provider-content__footer--condition:empty{margin:0}@media print{.page--fad .provider-content{width:100%;margin:0}.page--fad .provider-content__header{display:block;margin:0}.page--fad.page--condition .provider-content__header,.page--fad.page--location .provider-content__header{display:block;margin:0}.page--fad.page--condition .provider-content__body,.page--fad.page--location .provider-content__body{float:none !important}}.provider-control-center__button-text{line-height:1}@media only screen and (min-width: 0) and (max-width: 640px){.provider-control-center__button-text{font-family:"Metric",sans-serif;font-weight:500;font-size:10px;letter-spacing:.3px;font-style:normal;font-stretch:normal;text-align:center}}@media print{.page--fad .provider-control-center{display:none}}.provider-counter{margin:0}.provider-counter__count{font-weight:700;margin:0;padding-right:4px}.provider-counter__count--loading{width:24px;height:12px;margin:4px 8px 0 0}@media print{.page--fad .provider-counter,.page--fad.page--condition .provider-counter,.page--fad.page--location .provider-counter{font-weight:500}.page--fad .provider-counter__count,.page--fad.page--condition .provider-counter__count,.page--fad.page--location .provider-counter__count{font-weight:500}}@media only screen and (min-width: 1024px){.provider-details__details-header{width:calc(72px + ((100% - 168px) / 7 * 3));-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:6px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-details__details-header{padding-left:15px;margin-left:66px;min-height:86px}}.provider-details__provider-name-link{color:#333}.provider-details__provider-name-link:visited{color:#333}.provider-details__provider-name-link:hover{text-decoration:none;color:#580f8b}.provider-details__specialties{margin:0 0 10px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-details__specialties{margin:0}}.provider-details__tooltip{display:none}.provider-filter{border-radius:5px;border-collapse:collapse;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative;background:#fff;border:solid 1px #ccc}@media only screen and (min-width: 1024px){.provider-filter{border-radius:8px;border-color:#ececec}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter{border-radius:0;width:100%;margin:0;border-top:0}.provider-filter:last-child{border-radius:0 0 8px 8px;border-bottom:solid 1px #ccc}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter{border-radius:0;width:100%;margin:0;border-top:0}.provider-filter:last-child{border-radius:0 0 8px 8px;border-bottom:solid 1px #ccc}}.provider-filter__label{padding:12px 0 12px 20px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}@media only screen and (min-width: 1024px){.provider-filter__label{border-bottom:solid 1px #ececec}}@media only screen and (min-width: 1024px){.provider-filter__label--condition,.provider-filter__label--location{background:#f5f5f5}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter--accordion .provider-filter__label{position:relative;padding:13px 40px;margin:0;cursor:pointer}.provider-filter--accordion .provider-filter__label:after{content:'\f067';display:block;font-family:"FontAwesome";font-size:13px;text-align:center;line-height:20px;position:absolute;left:20px;top:15px;right:auto;color:#580f8b}.provider-filter--accordion .provider-filter__label--open:after{content:'\f068'}.provider-filter--accordion .provider-filter__label--hide-collapse{padding-left:20px;cursor:default}.provider-filter--accordion .provider-filter__label--hide-collapse:after{content:none}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--accordion .provider-filter__label{position:relative;padding:13px 40px;margin:0;cursor:pointer}.provider-filter--accordion .provider-filter__label:after{content:'\f067';display:block;font-family:"FontAwesome";font-size:13px;text-align:center;line-height:20px;position:absolute;left:20px;top:15px;right:auto;color:#580f8b}.provider-filter--accordion .provider-filter__label--open:after{content:'\f068'}.provider-filter--accordion .provider-filter__label--hide-collapse{padding-left:20px;cursor:default}.provider-filter--accordion .provider-filter__label--hide-collapse:after{content:none}}.provider-filter__input-container{padding:15px 20px 0;margin-bottom:15px;z-index:1;width:100%;background-color:#fff;height:auto}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__input-container{padding:0 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__input-container{padding:0 20px}}.provider-filter__input{width:100%;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box}.provider-filter__input:before{color:#580f8b;top:18px;left:20px;font-size:14px;width:auto;height:auto}@media only screen and (min-width: 1024px){.provider-filter__input:before{width:14px;height:14px}}.provider-filter__input input{line-height:26px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;background-color:inherit;color:#333;height:50px;padding:16px 10px 16px 47px}.provider-filter__input input::-webkit-input-placeholder{line-height:26px;color:#ccc}.provider-filter__input input::-moz-placeholder{line-height:26px;color:#ccc}.provider-filter__input input:-ms-input-placeholder{line-height:26px;color:#ccc}.provider-filter__input input::-ms-input-placeholder{}.provider-filter__input input::placeholder{line-height:26px;color:#ccc}.provider-filter__input input:focus{padding-left:46px;border:1px solid #580f8b}@media only screen and (min-width: 1024px){.provider-filter__input input{padding:12px 10px 12px 47px}.provider-filter__input input::-webkit-input-placeholder{line-height:1.5}.provider-filter__input input::-moz-placeholder{line-height:1.5}.provider-filter__input input:-ms-input-placeholder{line-height:1.5}.provider-filter__input input::-ms-input-placeholder{}.provider-filter__input input::placeholder{line-height:1.5}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__input input{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__input input{margin:0}}.provider-filter__content{height:auto;max-height:160px;background:#fff;-webkit-box-sizing:content-box;box-sizing:content-box;min-height:30px;border:0;padding-right:20px}@media only screen and (min-width: 1024px){.provider-filter__content{border-radius:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content{margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content{margin:0}}.provider-filter__content--selected{padding:20px;height:auto}.provider-filter__content--selected li{overflow:hidden;border-radius:4px;background-color:#f5f5f5}.provider-filter__content--selected a{padding:10px 38px 10px 10px;min-height:auto}.provider-filter__content--selected a:hover span{background:#9c6fbb}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content--selected{margin:0;padding:0 20px 20px}.provider-filter__content--selected li{width:auto}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content--selected{margin:0;padding:0 20px 20px}.provider-filter__content--selected li{width:auto}}.provider-filter__content--with-scroll{padding:15px 20px 20px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content--with-scroll{padding:0 20px 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content--with-scroll{padding:0 20px 20px}}.provider-filter__content--with-input{max-height:150px;padding:0 20px 20px}.provider-filter__content--empty,.provider-filter__content--no-match{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;font-weight:600;color:#666}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content--empty,.provider-filter__content--no-match{font-size:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content--empty,.provider-filter__content--no-match{font-size:18px}}@media only screen and (min-width: 1024px){.provider-filter__content--empty,.provider-filter__content--no-match{font-size:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter__content--no-match{padding:46px 20px 56px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter__content--no-match{padding:46px 20px 56px}}@media only screen and (min-width: 1024px){.provider-filter__content--loading{position:static}.provider-filter__content--loading:after{top:calc(33px + (100% - 27px) / 2)}}@media only screen and (min-width: 1024px){.provider-filter__content--loading.provider-filter__content--with-input:after{top:calc(68px + (100% - 27px) / 2)}}.provider-filter__scroll-wrapper{max-height:125px;overflow-x:hidden}.provider-filter__scroll-wrapper li{padding:5px 0}.provider-filter__scroll-wrapper li:first-child{padding:0 0 5px}.provider-filter__scroll-wrapper li:last-child{padding:5px 0 0}.provider-filter__scroll-wrapper a:hover{border-bottom:0;color:#580f8b}.provider-filter__scroll-wrapper em{font-weight:700;border-bottom:0}.provider-filter--condition,.provider-filter--location{margin:0 0 0 21px}@media only screen and (min-width: 1024px){.provider-filter--condition .provider-filter__content--with-scroll,.provider-filter--location .provider-filter__content--with-scroll{max-height:192px}.provider-filter--condition .provider-filter__content--with-scroll .provider-filter__scroll-wrapper,.provider-filter--location .provider-filter__content--with-scroll .provider-filter__scroll-wrapper{max-height:192px}.provider-filter--condition .provider-filter__content--with-input,.provider-filter--location .provider-filter__content--with-input{max-height:163px}.provider-filter--condition .provider-filter__content--with-input .provider-filter__scroll-wrapper,.provider-filter--location .provider-filter__content--with-input .provider-filter__scroll-wrapper{max-height:128px}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.provider-filter--condition .provider-filter__content--empty,.provider-filter--location .provider-filter__content--empty{padding:0;position:absolute;top:calc(21px + (100% - 30px) / 2);left:calc((100% - 132px) / 2)}}@media only screen and (min-width: 1024px) and (min-width: 641px) and (max-width: 1023px){.provider-filter--condition .provider-filter__content--empty,.provider-filter--location .provider-filter__content--empty{padding:30px 20px 20px}}@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 640px){.provider-filter--condition .provider-filter__content--empty,.provider-filter--location .provider-filter__content--empty{padding:30px 20px 20px}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.provider-filter--condition .provider-filter__content--no-match,.provider-filter--location .provider-filter__content--no-match{padding:0;position:absolute;top:calc(56px + (100% - 30px) / 2);left:calc( (100% - 139px) / 2)}}@media only screen and (min-width: 1024px) and (min-width: 641px) and (max-width: 1023px){.provider-filter--condition .provider-filter__content--no-match,.provider-filter--location .provider-filter__content--no-match{padding:52px 20px 0}}@media only screen and (min-width: 1024px) and (min-width: 0) and (max-width: 640px){.provider-filter--condition .provider-filter__content--no-match,.provider-filter--location .provider-filter__content--no-match{padding:52px 20px 0}}@media only screen and (min-width: 1024px) and (min-width: 1024px){.provider-filter--condition .provider-filter__content--no-match.provider-filter__content--loading,.provider-filter--location .provider-filter__content--no-match.provider-filter__content--loading{position:static}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter--condition,.provider-filter--location{border-radius:0;width:100%;margin:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--condition,.provider-filter--location{border-radius:0;width:100%;margin:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter--hide-collapse,.provider-filter--accordion-open{padding-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter--hide-collapse,.provider-filter--accordion-open{padding-bottom:0}}@media print{.page--fad .provider-filter{width:calc((100% / 3) - 10px) !important;margin:0 15px 10px 0 !important;padding:0}.page--fad .provider-filter__label{font-family:"Metric",sans-serif !important;font-weight:400 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;padding:0;height:24px !important;float:left}.page--fad .provider-filter__content-container{float:left;margin:0 0 0 10px;width:calc(100% - 131px);height:24px !important;border-bottom:2px solid #ececec !important;overflow:hidden}.page--fad .provider-filter__content{width:100%;height:24px !important;min-height:inherit;float:left;padding:0 !important;margin:-2px 0 0 !important;border-bottom:none !important}.page--fad .provider-filter__content li{height:24px !important;width:100%;margin:0;background-color:#fff}.page--fad .provider-filter__content li a{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;width:100%;padding:0}.page--fad .provider-filter__input-container{width:100%;margin:-2px 0 0 !important;padding:0 !important;height:24px !important;border-bottom:none !important}.page--fad .provider-filter__input{padding:0;height:24px !important;width:196px;border-bottom:none !important}.page--fad .provider-filter__input input{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;border-bottom:none !important;width:196px;height:24px !important}.page--fad .provider-filter--language .provider-filter__content-container{width:calc(100% - 88px)}.page--fad .provider-filter--gender{margin:0 15px 10px 0 !important}.page--fad .provider-filter--gender .provider-filter__content-container{width:calc(100% - 68px)}.page--fad .provider-filter--specialty{width:calc((100% * 2 / 3) - 5px) !important;margin-right:0 !important}.page--fad .provider-filter--specialty .provider-filter__content-container{width:calc(100% - 81px) !important}.page--fad.page--condition .provider-filter,.page--fad.page--location .provider-filter{width:calc((100% / 3) - 10px) !important;margin:0 15px 10px 0 !important;padding:0 !important}.page--fad.page--condition .provider-filter__content-container,.page--fad.page--location .provider-filter__content-container{margin-top:-2px !important}.page--fad.page--condition .provider-filter--condition .provider-filter__content-container,.page--fad.page--location .provider-filter--condition .provider-filter__content-container{width:calc(100% - 86px) !important}.page--fad.page--condition .provider-filter--insurance .provider-filter__content-container,.page--fad.page--location .provider-filter--insurance .provider-filter__content-container{width:calc(100% - 85px) !important}.page--fad.page--condition .provider-filter--area .provider-filter__content-container,.page--fad.page--location .provider-filter--area .provider-filter__content-container{width:calc(100% - 78px) !important}.page--fad.page--condition .provider-filter:last-child,.page--fad.page--location .provider-filter:last-child{margin:0 0 10px !important}.page--fad.page--condition .provider-filter:last-child__content,.page--fad.page--location .provider-filter:last-child__content{width:206px}}.provider-filter-switch{border-radius:8px;padding:13px 20px}@media only screen and (min-width: 1024px){.provider-filter-switch{border:solid 1px #ececec}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-filter-switch{border-radius:0;border-top:0}.provider-filter-switch:last-child{border-radius:0 0 8px 8px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-filter-switch{border-radius:0;border-top:0}.provider-filter-switch:last-child{border-radius:0 0 8px 8px}}@media print{.page--fad .provider-filter-switch{width:calc((100% / 3) - 12px) !important;float:left;margin:0 15px 10px 0 !important;padding:0}.page--fad .provider-filter-switch label{font-family:"Metric",sans-serif !important;font-weight:400 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important}.page--fad .provider-filter-switch__slider-wrapper{margin:2px 0 0 10px;border-bottom:2px solid #ececec !important}.page--fad .provider-filter-switch--primary-care-physician{margin-right:17px !important}.page--fad .provider-filter-switch--primary-care-physician .provider-filter-switch__slider-wrapper{width:116px}.page--fad .provider-filter-switch--open-scheduling-only{margin-right:0 !important;width:280px !important}.page--fad .provider-filter-switch--open-scheduling-only .provider-filter-switch__slider-wrapper{width:28px}.page--fad .provider-filter-switch__slider-container{width:100%}.page--fad .provider-filter-switch__slider-container--checked:after{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;content:'Yes'}.page--fad .provider-filter-switch__slider{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__header{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__header{margin-bottom:20px}}@media only screen and (min-width: 1024px){.provider-group-filter__header{margin-bottom:20px}}.provider-group-filter__content{border:0}.provider-group-filter__content--open,.provider-group-filter__content--close{border:0}@media only screen and (min-width: 1024px){.provider-group-filter__content--open{min-height:358px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__content--open{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__content--open{margin-bottom:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__content{padding:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__content{padding:0}}.provider-group-filter__toggle{float:left}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter__toggle{float:right}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter__toggle{float:right}}.provider-group-filter__checkbox-container{margin-top:15px}@media only screen and (min-width: 1024px){.provider-group-filter__label{color:#333;margin-top:0}}@media only screen and (min-width: 1024px){.provider-group-filter__clear{color:#580f8b;margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter--location .provider-group-filter__header,.provider-group-filter--condition .provider-group-filter__header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 0 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter--location .provider-group-filter__header,.provider-group-filter--condition .provider-group-filter__header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 0 20px}}.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{border:0}@media only screen and (min-width: 1024px){.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 0;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{padding:0 0 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter--location .provider-group-filter__content--open,.provider-group-filter--condition .provider-group-filter__content--open{padding:0 0 20px}}@media only screen and (min-width: 1024px){.provider-group-filter--location .provider-group-filter__content--is-all-selected,.provider-group-filter--condition .provider-group-filter__content--is-all-selected{min-height:auto}}.provider-group-filter--location .provider-group-filter__content--close,.provider-group-filter--condition .provider-group-filter__content--close{border:0}@media only screen and (min-width: 1024px){.provider-group-filter--location .provider-group-filter__content--close,.provider-group-filter--condition .provider-group-filter__content--close{border-bottom:1px solid #d8d8d8}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter--location .provider-group-filter__content--close,.provider-group-filter--condition .provider-group-filter__content--close{padding:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-group-filter--location .provider-group-filter__content--close,.provider-group-filter--condition .provider-group-filter__content--close{padding:0}}.provider-group-filter--location .provider-group-filter__clear-wrapper,.provider-group-filter--condition .provider-group-filter__clear-wrapper{padding:1px 15px 0 0;border-right:1px solid #580f8b;float:right;margin-top:2px}@media only screen and (min-width: 1024px){.provider-group-filter--location .provider-group-filter__clear,.provider-group-filter--condition .provider-group-filter__clear{float:none;margin:0;padding:0;border-right:none;font-family:"Metric",sans-serif;font-size:18px;font-weight:600;font-style:normal;font-stretch:normal;line-height:1.22;letter-spacing:normal;text-align:left;color:#580f8b}.provider-group-filter--location .provider-group-filter__clear:hover,.provider-group-filter--condition .provider-group-filter__clear:hover{color:#9c6fbb;margin-bottom:-2px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-group-filter--condition .provider-group-filter__header{padding:20px 0}}@media print and (min-width: 0) and (max-width: 1023px){.page--fad .provider-group-filter{position:relative;padding-bottom:20px !important}}@media print{.page--fad .provider-group-filter__header{padding:0 !important}}@media print and (min-width: 0) and (max-width: 1023px){.page--fad .provider-group-filter__header{position:absolute;bottom:0}}@media print{.page--fad .provider-group-filter__clear{display:none}}.provider-image__image,.provider-image__alt-image{border-radius:8px}.provider-image__alt-image{color:#fff}@media print{.page--fad .provider-image__image,.page--fad .provider-image__alt-image{width:140px;border-radius:8px}.page--fad .provider-image__alt-image{background-color:#fff;border:4px solid #580f8b !important;border-radius:8px !important}.page--fad .provider-image__alt-image>span>span{font-size:42px;color:#580f8b}}.provider-landing-body__tiles{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-body__tiles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}.provider-landing-body__tiles .cta-box-tile{margin-bottom:20px}.provider-landing-body__tiles .cta-box-tile:last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-body__tiles{padding-bottom:40px}}@media only screen and (min-width: 1024px){.provider-landing-body__tiles{padding-bottom:80px}}.provider-landing-body__speciality-title{color:#580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-body__speciality-title{margin:40px auto 10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-body__speciality-title{margin:40px auto 10px}}@media only screen and (min-width: 1024px){.provider-landing-body__speciality-title{margin:80px auto 20px}}.provider-landing-body__speciality-text{margin:0 auto}@media only screen and (min-width: 1024px){.provider-landing-body__speciality-text{margin-bottom:10px}}@media only screen and (min-width: 1024px){.provider-landing-body__speciality-title,.provider-landing-body__speciality-text{width:calc(120px + ((100% - 264px) / 12 * 6))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-landing-body__speciality-title,.provider-landing-body__speciality-text{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-landing-body__speciality-title,.provider-landing-body__speciality-text{width:100%}}.provider-landing-body__specialities-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.provider-list--location,.provider-list--condition{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}@media print{.page--fad .provider-list{margin:0}.page--fad.page--condition .provider-list,.page--fad.page--location .provider-list{margin:12px 0 0;display:block !important;padding-top:20px !important}}@media only screen and (min-width: 1024px){.provider-location{width:calc(72px + ((100% - 168px) / 7 * 3));-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:6px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location{margin-right:228px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location{margin-top:10px}}@media only screen and (min-width: 1024px){.provider-location--many-locations{margin-bottom:43px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location--many-locations{margin-bottom:43px}}.provider-location__location-appointment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;bottom:0;top:0;width:auto;max-width:250px}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-appointment{max-width:218px}}.provider-location__location-appointment--cta,.provider-location__location-appointment--schedule,.provider-location__location-appointment--phone{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.provider-location__appointment-link-container,.provider-location__no-new-patients-container{max-width:217px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__appointment-link-container,.provider-location__no-new-patients-container{max-width:none;width:100%}}.provider-location__appointment-link-container{border-radius:8px;background-color:#f7f7f7;padding:10px 15px}.provider-location__no-new-patients-container{text-align:left;color:#666}.provider-location__no-patient-text,.provider-location__please-call-text{margin:0 0 9.6px;color:#666}.provider-location__no-patient-text{margin:0 0 9.6px 30px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__no-patient-text{margin:0 0 0 30px}}.provider-location__no-patient-text:before{content:"";width:21px;height:22px;font-family:"FontAwesome";font-size:20px;line-height:1.1;color:#666;position:absolute;left:0}.provider-location__location-appointment-cta--tel{background-color:transparent;border-bottom:2px solid transparent;border-radius:0;color:#580f8b;display:inline-block;font-weight:600;height:auto;padding-left:17px;position:relative;text-align:left;width:auto}.provider-location__location-appointment-cta--tel:hover{background-color:transparent;text-decoration:none}.provider-location__location-appointment-cta--tel:before{content:"";width:13px;height:16px;font-family:"FontAwesome";font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#333;position:absolute;left:0;top:4px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-appointment-cta--tel{font-size:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-appointment-cta--tel{font-size:18px}}@media only screen and (min-width: 1024px){.provider-location__location-appointment-cta--tel{font-size:18px}}.provider-location__phone-wrapper:hover{color:#9c6fbb;border-bottom:2px solid #9c6fbb}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location__location-schedule-button,.provider-location__location-appointment-button{display:block}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location__location-schedule-button,.provider-location__location-appointment-button{display:block}}@media only screen and (min-width: 1024px){.provider-location__location-schedule-button,.provider-location__location-appointment-button{display:block}}.provider-location--non-primary{margin-bottom:0}@media only screen and (min-width: 1024px){.provider-location--non-primary{margin-left:173px;padding-left:20px;width:calc(96px + ((100% - 216px) / 9 * 3));-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:6px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location--non-primary{margin-left:150px;padding-left:20px}}@media print{.page--fad .provider-location--non-primary{width:calc(100% - 160px);margin-left:160px;padding:10px 217px 10px 0;border-top:1px solid #ececec !important;border-bottom:1px solid #ececec !important}.page--fad .provider-location--non-primary:last-child{border-bottom:none !important}.page--fad .provider-location__location-schedule-button,.page--fad .provider-location__location-appointment-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:217px;background-color:#fff;color:#000;border:1px solid #000 !important}.page--fad .provider-location__appointment-link-container,.page--fad .provider-location__no-new-patients-container{padding:0;background-color:#fff}.page--fad .provider-location__no-patient-text,.page--fad .provider-location__please-call-text,.page--fad .provider-location__phone-wrapper{color:#000}.page--fad .provider-location__location-appointment{right:30px}.page--fad .provider-location__location-appointment--non-primary{right:10px}.page--fad .provider-location__location-appointment-cta{padding:0}.page--fad .provider-location__location-appointment-cta:before{display:none}}.provider-location-info{line-height:1}@media only screen and (min-width: 1024px){.provider-location-info{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info{padding-left:0;margin-left:0}}.provider-location-info__address-block{margin-bottom:10px}.provider-location-info__address{font-family:"Metric",sans-serif;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal;text-align:left;color:#333;margin:0}@media only screen and (min-width: 1024px){.provider-location-info__address{font-size:18px;line-height:1.39}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info__address{font-size:14px;line-height:1.43}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__address{font-size:14px;line-height:1.43}}.provider-location-info__address:last-child{margin-bottom:10px}.provider-location-info__phone-number{font-size:0}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__phone-number--with-cta{padding-bottom:20px}}.provider-location-info__tel{font-family:"Metric",sans-serif;font-weight:600;font-style:normal;font-stretch:normal;letter-spacing:normal;text-align:left;color:#333;cursor:pointer}.provider-location-info__tel:hover{text-decoration:none}@media only screen and (min-width: 1024px){.provider-location-info__tel{font-size:18px;line-height:1.39}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-location-info__tel{font-size:14px;line-height:1.43}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-location-info__tel{font-size:14px;line-height:1.43}}.provider-location-info__distance{display:none}@media print{.page--fad .provider-location-info__address,.page--fad .provider-location-info__address-block{margin-bottom:6px}.page--fad .provider-location-info__phone-number{font-size:0}.page--fad .provider-location-info__tel{font-size:14px}}.provider-no-result{margin:24px 0;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media only screen and (min-width: 0) and (max-width: 640px){.provider-no-result{margin:15px 0}}.provider-no-result__content{margin:0 auto}@media only screen and (min-width: 1024px){.provider-no-result__content{width:calc(144px + ((100% - 192px) / 9 * 7))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-no-result__content{width:calc(144px + ((100% - 176px) / 12 * 10))}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-no-result__content{width:100%}}.provider-no-result__sentence{margin:0 0 10px}.provider-no-result__sentence:last-child{margin:0}.provider-no-result__highlighted-info{text-align:center;color:#580f8b;margin:0 auto 20px}@media only screen and (min-width: 1024px){.provider-no-result__highlighted-info{width:calc(96px + ((100% - 144px) / 7 * 5))}}.provider-no-result__link,.provider-no-result__tel{font-weight:600}.provider-tile{position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile{margin:20px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile{margin:20px 0 0}}@media only screen and (min-width: 1024px){.provider-tile{margin:20px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile--many-locations{padding-bottom:58px}}.provider-tile__provider-info{padding:20px}@media only screen and (min-width: 1024px){.provider-tile__provider-info{min-height:270px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__provider-info{min-height:240px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__provider-info{min-height:auto}}@media only screen and (min-width: 1024px){.provider-tile__non-primary-locations{padding:0 20px 40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__non-primary-locations{padding:0 20px 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__non-primary-locations{padding:0 20px 20px}}.provider-tile__non-primary-location-toggle-container{position:absolute;z-index:2;bottom:20px}@media only screen and (min-width: 1024px){.provider-tile__non-primary-location-toggle-container{left:213px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__non-primary-location-toggle-container{left:190px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__non-primary-location-toggle-container{bottom:0;left:0;right:0;height:58px;background-color:#ececec;border:solid 1px #e2e2e2;border-bottom-left-radius:8px;border-bottom-right-radius:8px}}.provider-tile__non-primary-location-toggle:hover .provider-tile__non-primary-location-toggle-text{color:#9c6fbb;border-bottom:2px solid #9c6fbb;margin-bottom:-2px}.provider-tile__non-primary-location-toggle:hover .provider-tile__non-primary-location-toggle-icon:after{color:#9c6fbb}.provider-tile__non-primary-location-toggle-text{color:#580f8b}.provider-tile__non-primary-location-toggle-icon:after{content:"";color:#580f8b;font-size:12px;vertical-align:baseline;padding-left:5px;text-decoration:none}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__non-primary-location-toggle-icon--open{margin-top:0}}.provider-tile__non-primary-location-toggle-icon--open:after{content:""}@media only screen and (min-width: 1024px){.provider-tile__location-wrapper{padding:20px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__location-wrapper{padding:20px 0 43px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__location-wrapper:last-child{padding-bottom:0}}.provider-tile__provider-image-container{left:20px;top:20px}@media only screen and (min-width: 1024px){.provider-tile__provider-image-container{width:173px;height:230px;max-width:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__provider-image-container{width:150px;height:196px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__provider-image-container{width:66px;height:86px}}.provider-tile__details{position:relative}@media only screen and (min-width: 1024px){.provider-tile__details{margin-left:173px;width:calc(100% - 173px);min-height:230px;padding-left:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile__details{margin-left:150px;width:calc(100% - 150px);min-height:196px;padding-left:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile__details{min-height:auto}}@media print{.page--fad .provider-tile{position:relative;width:100%;padding:0;margin:20px 0 0;min-height:187px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;display:inline-block;vertical-align:top;-webkit-box-shadow:none;box-shadow:none}.page--fad .provider-tile__provider-info{position:static;padding:0;border-radius:0;min-height:auto}.page--fad .provider-tile__provider-image-container{top:0;left:0;width:140px}.page--fad .provider-tile__details{width:calc(100% - 140px);margin-left:160px;padding:0 20px 10px 0;min-height:auto}.page--fad .provider-tile__non-primary-location-toggle-container{margin-left:140px;padding-left:20px;bottom:0}.page--fad .provider-tile__non-primary-locations{padding:0}.page--fad .provider-tile__non-primary-locations:last-child{margin-bottom:10px;padding-bottom:20px}.page--fad .provider-tile__location-wrapper{padding:0}.page--fad .provider-tile__non-primary-location-toggle-text,.page--fad .provider-tile__non-primary-location-toggle-icon:after{color:#666 !important}}.provider-tile-short{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;width:calc((100% - 3 * 20px ) / 4 - .05px);margin-right:20px;padding-top:20px}.provider-tile-short:nth-of-type(4n){margin-right:0}.provider-tile-short:nth-of-type(4n-3){margin-left:0}@media only screen and (min-width: 1024px){.provider-tile-short:nth-child(-n+4){padding-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.provider-tile-short{margin-right:16px;width:calc((100% - 3 * 16px) / 4 - .05px)}.provider-tile-short:nth-child(-n+4){padding-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short{width:100%;margin:0}.provider-tile-short:first-child{padding-top:0}}.provider-tile-short__link{background-color:#f5f5f5;overflow:hidden;display:block;width:100%}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__link{padding:20px 10px}}.provider-tile-short__link:hover{color:#580f8b}.provider-tile-short__link:hover .provider-tile-short__name,.provider-tile-short__link:hover .provider-tile-short__degrees,.provider-tile-short__link:hover .provider-tile-short__specialty,.provider-tile-short__link:hover .provider-tile-short__locations{color:#580f8b}.provider-tile-short__link:hover .provider-tile-short__initials{color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__empty-photo,.provider-tile-short__photo{border-radius:8px;margin-bottom:0;width:90px;height:90px}}.provider-tile-short__info{padding:0 20px 20px}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__info{padding:0;margin-left:100px;width:calc(100% - 90px)}}.provider-tile-short__degrees{font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__header{margin-bottom:0;margin-left:0}}.provider-tile-short__specialty{height:40px;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2}@media only screen and (min-width: 0) and (max-width: 640px){.provider-tile-short__specialty{margin-bottom:0;margin-left:0}}.provider-tile-short__initials-container--square{padding-bottom:100%}.provider-tile-short__initials{color:#fff}@media print{.page--fad.page--condition .provider-tile-short,.page--fad.page--location .provider-tile-short{padding:0;margin-right:0 !important;display:inline-block !important;float:none !important}.page--fad.page--condition .provider-tile-short:nth-child(2n+2),.page--fad.page--location .provider-tile-short:nth-child(2n+2){-webkit-column-break-after:auto !important;-moz-column-break-after:auto !important;break-after:auto !important;page-break-after:auto !important}.page--fad.page--condition .provider-tile-short__link,.page--fad.page--location .provider-tile-short__link{border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.page--fad.page--condition .provider-tile-short__empty-photo,.page--fad.page--condition .provider-tile-short__photo,.page--fad.page--location .provider-tile-short__empty-photo,.page--fad.page--location .provider-tile-short__photo{width:75px}.page--fad.page--condition .provider-tile-short__degrees,.page--fad.page--location .provider-tile-short__degrees{font-weight:600}.page--fad.page--condition .provider-tile-short__initials,.page--fad.page--location .provider-tile-short__initials{line-height:1.7;color:#580f8b}.page--fad.page--condition .provider-tile-short__specialty,.page--fad.page--location .provider-tile-short__specialty{width:auto !important}.page--fad.page--condition .provider-tile-short__empty-photo,.page--fad.page--location .provider-tile-short__empty-photo{background-color:#fff;border:4px solid #580f8b !important;border-radius:8px !important}.page--fad.page--condition .provider-tile-short__photo,.page--fad.page--location .provider-tile-short__photo{border-radius:8px !important}}.providers-box__title{display:none}.providers-box__input-container{position:relative}@media only screen and (min-width: 1024px){.providers-box__input-container{margin:0 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input-container{margin:0 0 20px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input-container{margin:0 0 20px}}.providers-box__input-container--is-loading:after{bottom:auto;top:calc( (100% - 27px) / 2)}.providers-box__input{background-color:#f5f5f5;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border:1px solid #ececec;border-radius:8px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width: 1024px){.providers-box__input{height:72px;padding:25px 61px 25px 65px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input{height:60px;padding:14px 48px 14px 53px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input{height:52px;padding:14px 33px 14px 39px}}.providers-box__input:focus{outline:none;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);border:1px solid #ececec}.providers-box__input::-webkit-input-placeholder{font-weight:500;color:silver}.providers-box__input::-moz-placeholder{font-weight:500;color:silver}.providers-box__input:-ms-input-placeholder{font-weight:500;color:silver}.providers-box__input::-ms-input-placeholder{}.providers-box__input::placeholder{font-weight:500;color:silver}.providers-box__input--has-dropdown{border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input--is-loading{padding-right:70px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input--is-loading{padding-right:70px}}@media only screen and (min-width: 1024px){.providers-box__input--is-loading{padding-right:70px}}@media only screen and (min-width: 1024px){.providers-box__input--left{padding-left:65px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__input--left{padding-left:53px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__input--left{padding-left:39px}}.providers-box__button-search,.providers-box__button{color:#580f8b;border:none;position:absolute;background:none;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;width:24px;height:24px;padding:8px;font-size:20px;line-height:1;text-align:center;vertical-align:middle;cursor:pointer}.providers-box__button-search:focus:not(.focus-visible),.providers-box__button:focus:not(.focus-visible){outline:none}.providers-box__button-search.focus-visible:focus,.providers-box__button.focus-visible:focus{outline:3px solid #007bcb}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__button-search,.providers-box__button{left:0;top:6px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__button-search,.providers-box__button{left:10px;top:10px}}@media only screen and (min-width: 1024px){.providers-box__button-search,.providers-box__button{left:20px;top:16px}}.providers-box__button--search:after,.providers-box__button-search:after{content:'\f002';font-family:"FontAwesome"}.providers-box__button--clear,.providers-box__button-clear{left:auto;bottom:auto;right:0;top:0;-webkit-box-sizing:content-box;box-sizing:content-box;width:auto;height:auto;font-size:16px}@media only screen and (min-width: 0) and (max-width: 640px){.providers-box__button--clear,.providers-box__button-clear{padding:18px 10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-box__button--clear,.providers-box__button-clear{padding:22px 17px}}@media only screen and (min-width: 1024px){.providers-box__button--clear,.providers-box__button-clear{padding:27px 24px}}.providers-box__button--clear:after,.providers-box__button-clear:after{color:#333;content:'\f00d';-webkit-box-sizing:content-box;box-sizing:content-box;width:13px;height:16px;padding:0;font-size:16px;line-height:1;font-family:"FontAwesome"}.providers-box__button--clear:hover:after,.providers-box__button-clear:hover:after{color:#580f8b}.providers-box__help-text{margin-top:0}.providers-box__help-text p:not([class]){margin:0}.providers-box--has-value .providers-box__input,.providers-box--is-loading .providers-box__input{padding:20px 24px 20px 64px}@media print{.page--fad .providers-box__title{font-family:"Metric",sans-serif !important;font-weight:400 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;display:block}.page--fad .providers-box__help-text{display:none}.page--fad .providers-box__input{font-family:"Metric",sans-serif !important;font-weight:600 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;font-weight:700 !important;font-size:36px !important;border-bottom:2px solid #ececec !important}.page--fad .providers-box__input::-webkit-input-placeholder{color:transparent}.page--fad .providers-box__input::-moz-placeholder{color:transparent}.page--fad .providers-box__input:-ms-input-placeholder{color:transparent}.page--fad .providers-box__input::-ms-input-placeholder{}.page--fad .providers-box__input::placeholder{color:transparent}}.providers-dropdown{background:#ececec;border-top-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 1024px){.providers-dropdown{padding:20px 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-dropdown{padding:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-dropdown{padding:20px 10px}}.providers-dropdown__scroll-area{padding:0;overflow-x:hidden;-ms-overflow-x:hidden}.providers-dropdown__title{font-weight:700;padding:0 0 5px}.providers-dropdown__title:before{border-top:0}.providers-dropdown__item{padding:0 0 20px}.providers-dropdown__item li:not([class]){padding:0 0 5px}.providers-dropdown__item li:not([class]):last-of-type{padding-bottom:0}.providers-dropdown__item a:not([class]){padding:0}.providers-dropdown__item a:not([class]):focus,.providers-dropdown__item a:not([class]):hover{color:#580f8b}.providers-dropdown__item a:not([class]) em:not([class]){border-bottom:0;font-weight:600}.providers-dropdown--empty{font-weight:500;padding:39px 30px}.providers-dropdown__query-value{font-weight:600}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__title,.providers-header__content{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__title,.providers-header__content{width:calc(48px + ((100% - 80px) / 6 * 4))}}@media only screen and (min-width: 1024px){.providers-header__title,.providers-header__content{width:calc(144px + ((100% - 264px) / 12 * 7))}}.providers-header__title{text-align:left;color:#580f8b;padding-top:0}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__title{margin:0 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__title{margin:0 0 20px}}@media only screen and (min-width: 1024px){.providers-header__title{margin:0 0 30px}}.providers-header__main-text p{margin-bottom:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__filters{width:calc(128px + ((100% - 176px) / 12 * 9))}}.providers-header__section--content{background-image:url(/bundles/nyulangonefrontend/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' viewBox='0 0 409.2 259.4'%3E%3Cdefs%3E%3Cpath id='a' d='M129 145.5c5.4 5.6 10.8 12 18 16 7.2 4.4 15.5 4.6 24 2 8.3-2.7 16.8-8.5 27-13 4.9-2.2 10.5-4.4 16-6 5.5-1.6 11.7-2.4 18-2 6.2.3 11.9 1.8 17 6 1.2 1 2.9 2.9 4 4l3 4c.9 1.2 1.2 1.8 2 3s1.4 2.9 2 4c4.9 8.9 10.2 17.2 16 25 6 7.6 12.6 13.9 19 20 6.6 5.8 13.2 11.4 20 14.9 3.3 1.9 6.9 2.6 10 4.1 3.3 1 6 2.1 9 3h1c-16.5-9.3-32.2-30.8-48-69-28.5-68.9-79.4-65.4-134-48-23.4 7.4-36.2 9.6-46 6 5.7 7.2 13.1 16.2 22 26'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' overflow='visible' fill='%234db3e5'/%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' fill='%234db3e5' d='M101.9 98H340v137.8H101.9z'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='e' d='M402 184.5c-6.4.7.7 40.2-35 50-1.3.3-7 2-10 2-12.6 0-31.2 2.1-45-5-38.4-18.1-61.4-62.1-64-66-3-4.9-.9-2.2-3-5-1-.8-8.2-10.7-28-5-23.4 6.1-40.3 23.6-60 20-23.9-2.9-43.9-36.3-57-56-3.6-5.6-6.9-9.2-8-11-6.3-8-12.9-19.6-23-35-30.5-47-69.4-4.6-51 5 23.5 11.8 26.4-20 39 44s34.8 58.8 45 89c10.2 30.2-15.5 29.8-7 42 8.6 12.4 31.6 3.4 27-9-4.6-12.5 22.8-31.1 14-12s9.2 30.1 21 25c11.8-4.9 1.3-27.7 6-41s27.6-3.1 15 16c-12.6 19.1 5.4 27.4 22 20 16.7-7.4 5.3-41.9 18-31 12.7 10.9-3.4 32.1 18 34 21.3 1.9 26.7-10.1 15-32-11.8-21.9 9-8.1 44 14 35 22.2 78.6 16.7 98-2 19.4-18.5 20-52.1 9-51M38 72.5c-4-.3-6-3-6-7 0-4.1 3-6 7-6 4.1 0 6.3 3 6 7-.2 4.1-3 6.3-7 6'/%3E%3C/defs%3E%3Cuse xlink:href='%23e' overflow='visible' fill='%234db3e5'/%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23f)'%3E%3Cdefs%3E%3Cpath id='g' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3Cuse xlink:href='%23g' overflow='visible' fill='%234db3e5'/%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' fill='%234db3e5' d='M8.6 46.8H414v217.6H8.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='i' d='M58 17.5c1.2 3.4-1.4 10.3-8 16-5-.6-8.3-5.2-12-3-2.8 1.6-5.4-2.6-6-6 1.1 1 3.2 1 5 1 4 0 8.8-2.2 14-7 2.5-2.3 5.9-4.2 7-1'/%3E%3C/defs%3E%3CclipPath id='j'%3E%3Cuse xlink:href='%23i' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23j)'%3E%3Cdefs%3E%3Cpath id='k' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3CclipPath id='l'%3E%3Cuse xlink:href='%23k' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23l)' fill='%23582c85' d='M-6 42.5l69 2 4-43-73-14z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='m' d='M3 9.5c-.7 0-2.8.8-3 1 0 0 .3.2 1 1 7 7.5 17.5 3.5 13 12-4.4 8 11.1 29.1 34 12-3.2-.9-7.5-4-9-3-5.6 3.4-10.7-5.6-9-14 .2-1.9 1.2-4.2 2-6 1.7-3.6 3.1-6.3-1-10-5.3-4.6-8.5-2.3-14 2-5.1 4-5.5 5-14 5m16 3c-1.8 0-3-1.2-3-3s1.2-3 3-3 3 1.2 3 3-1.2 3-3 3'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='o' d='M0-.5h410.1v260.2H0z'/%3E%3C/defs%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23p)' fill='%23582c85' d='M-1 47.5l65-.7V-4.9L1-11.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right bottom}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header__section--content{background-image:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header__section--content{background-size:calc(48px + ((100% - 176px) / 12 * 4));min-height:200px}}@media only screen and (min-width: 1024px){.providers-header__section--content{background-size:calc(96px + ((100% - 264px) / 12 * 5));min-height:330px}}@media print{.page--fad .providers-header__title{font-family:"Metric",sans-serif;font-weight:600;font-style:normal;font-stretch:normal;line-height:1.22;letter-spacing:normal;padding-top:0;margin:0 14% 0 15% !important;color:#000;font-size:30px !important}.page--fad .providers-header__section--content{background:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__filter-dropdown{width:calc(50% - 12px)}}@media only screen and (min-width: 1024px){.providers-header-filters__filter-dropdown{width:calc(50% - 12px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__filter-dropdown--insurance{margin-left:23.95px}}@media only screen and (min-width: 1024px){.providers-header-filters__filter-dropdown--insurance{margin-left:23.95px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__filter-dropdown--location{width:calc(50% - 12px)}}@media only screen and (min-width: 1024px){.providers-header-filters__filter-dropdown--location{width:calc(50% - 12px)}}.providers-header-filters__filter-dropdown .select-icon:after{color:#580f8b}.providers-header-filters__filter-label{display:block}@media only screen and (min-width: 1024px){.providers-header-filters__filter-label{font-weight:400;float:left;line-height:36px}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__filter-label{margin-bottom:5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__filter-label{margin-bottom:5px}}.providers-header-filters__field-location,.providers-header-filters__field-insurance{border-bottom:1px solid #580f8b}@media only screen and (min-width: 1024px){.providers-header-filters__field-location,.providers-header-filters__field-insurance{float:left;margin-left:10px;color:#580f8b;min-width:auto;max-width:300px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.providers-header-filters__field-location .select-icon,.providers-header-filters__field-insurance .select-icon{top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-location .select-icon,.providers-header-filters__field-insurance .select-icon{top:0}}.providers-header-filters__field-location .select-icon:after,.providers-header-filters__field-insurance .select-icon:after{color:#580f8b;line-height:1}@media only screen and (min-width: 1024px){.providers-header-filters__field-location .select-icon--arrow,.providers-header-filters__field-insurance .select-icon--arrow{color:#580f8b}}.providers-header-filters__field-location .location-select,.providers-header-filters__field-insurance .location-select{font-weight:600;height:20px}.providers-header-filters__field-location .Select-control,.providers-header-filters__field-location .location-select,.providers-header-filters__field-insurance .Select-control,.providers-header-filters__field-insurance .location-select{border-bottom:none}@media only screen and (min-width: 1024px){.providers-header-filters__field-location{padding-top:7px;width:calc(100% - 117px)}}.providers-header-filters__field-location:hover .location-select,.providers-header-filters__field-location:hover .select-icon:after{color:#580f8b}.providers-header-filters__field-location .location-select{color:#580f8b}@media only screen and (min-width: 1024px){.providers-header-filters__field-location .location-select--native{padding-right:25px}}@media only screen and (min-width: 1024px){.providers-header-filters__field-insurance{width:calc(100% - 123px)}}.providers-header-filters__field-insurance:hover .tooltip--insurance{display:block}.providers-header-filters__field-insurance .Select-noresults{margin-top:0;padding-top:54px;padding-bottom:54px;min-height:auto;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.providers-header-filters__field-insurance .Select-noresults{margin-top:0;padding-top:16px;padding-bottom:16px;min-height:auto}}@media print{.page--fad .providers-header-filters__filter-dropdown label{font-family:"Metric",sans-serif !important;font-weight:400 !important;font-style:normal !important;font-stretch:normal !important;line-height:1 !important;letter-spacing:normal !important;color:#000 !important;font-size:20px !important;float:left}.page--fad .providers-header-filters__filter-dropdown--location{width:calc((100% / 3) - 12px);margin-right:12px}.page--fad .providers-header-filters__filter-dropdown--location label{padding-top:3px}.page--fad .providers-header-filters__filter-dropdown--insurance{width:calc((100% * 2 / 3) - 5px);margin-left:5px}.page--fad .providers-header-filters__filter-dropdown--insurance label{padding-top:3px}.page--fad .providers-header-filters__field-location,.page--fad .providers-header-filters__field-insurance{float:left;margin:-2px 0 0 10px}.page--fad .providers-header-filters__field-location{width:calc(100% - 130px)}.page--fad .providers-header-filters__field-insurance{width:calc(100% - 135px)}}.related-resources{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 1024px){.related-resources{margin:40px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.related-resources{margin:40px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.related-resources{margin:20px 0 0;display:block}}.related-resources__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(72px + ((100% - 264px) / 12 * 4));-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.related-resources__item:before{position:absolute;top:0;width:100%;content:'';-webkit-box-sizing:border-box;box-sizing:border-box;display:block;border-radius:6px 6px 0 0;border-top:solid 6px #6bbbae}@media only screen and (min-width: 1024px){.related-resources__item:nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.related-resources__item:nth-child(-n+3){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.related-resources__item:nth-child(-n+1){margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.related-resources__item{margin-top:15px;margin-right:14.95px}.related-resources__item:nth-of-type(3n){margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.related-resources__item{margin-top:16px;margin-right:15.95px}.related-resources__item:nth-of-type(3n){margin-right:0}}@media only screen and (min-width: 1024px){.related-resources__item{margin-top:24px;margin-right:23.95px}.related-resources__item:nth-of-type(3n){margin-right:0}}@media only screen and (min-width: 0) and (max-width: 640px){.related-resources__item{width:100%;margin-bottom:20px}.related-resources__item:last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.related-resources__item{width:calc(48px + ((100% - 176px) / 12 * 4))}}@media only screen and (min-width: 1024px){.related-resources__item{width:calc(72px + ((100% - 264px) / 12 * 4))}}.related-resources__item:nth-of-type(3n+2):before{border-top-color:#f9a800}.related-resources__item:nth-of-type(3n+1):before{border-top-color:#00b5e2}@media only screen and (min-width: 1024px){.related-resources__item-content{padding:calc(40px + 6px) 40px 40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.related-resources__item-content{padding:calc(20px + 6px) 20px 40px}}@media only screen and (min-width: 0) and (max-width: 640px){.related-resources__item-content{padding:calc(20px + 6px) 20px 40px}}.related-resources__item-title-wrapper{margin-bottom:10px}.related-resources__item-title{color:#333;text-align:left;text-decoration:none}.related-resources__item-teaser{text-align:left}.related-resources__item-teaser p:not([class]):first-child{margin-top:0}.related-resources__item-teaser p:not([class]):last-child{margin-bottom:0}@media only screen and (min-width: 1024px){.related-resources__item-teaser{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.related-resources__item-teaser{margin-bottom:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.related-resources__item-teaser{margin-bottom:20px}}.related-resources__item-link-wrapper:not(:last-of-type){margin-bottom:10px}.related-resources__item-link:after{content:'\f054';font-family:"FontAwesome";font-size:12px}.rich-text h2:not([class]){color:#580f8b;margin-top:30px}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text h2:not([class]){margin-bottom:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text h2:not([class]){margin-bottom:10px}}@media only screen and (min-width: 1024px){.rich-text h2:not([class]){margin-bottom:20px}}.rich-text h2:not([class]):first-child{margin-top:0}.rich-text h3:not([class]){color:#580f8b;margin-top:30px;margin-bottom:10px}.rich-text h3:not([class]):first-child{margin-top:0}.rich-text h4:not([class]){color:#580f8b;margin-top:30px;margin-bottom:10px}.rich-text h4:not([class]):first-child{margin-top:0}.rich-text h5:not([class]){color:#580f8b;margin-top:30px;margin-bottom:10px}.rich-text h5:not([class]):first-child{margin-top:0}.rich-text h6:not([class]){color:#580f8b;margin-top:30px;margin-bottom:10px}.rich-text h6:not([class]):first-child{margin-top:0}.rich-text p:not([class]){margin:0 0 20px}.rich-text p:not([class]):last-child{margin-bottom:0}.rich-text p:not([class]) img{display:block;margin:30px auto;max-width:100%}.rich-text p:not([class]) img.media-image{border-radius:8px;-webkit-box-shadow:0 12px 17px 0 rgba(0,0,0,0.15);box-shadow:0 12px 17px 0 rgba(0,0,0,0.15)}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text p:not([class]) img{max-width:calc(112px + ((100% - 176px) / 12 * 8));max-height:70vh}}.rich-text--first :first-child{margin-top:0 !important}.rich-text div h2:not([class]):first-child,.rich-text div h3:not([class]):first-child,.rich-text div h4:not([class]):first-child,.rich-text div h5:not([class]):first-child,.rich-text div h6:not([class]):first-child{margin-top:30px}.rich-text sup{font-family:serif}.search-box{position:relative;font-weight:500}.search-box input{margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:62px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border:1px solid #ececec;border-radius:8px;background-color:#f5f5f5;font-family:"Metric",sans-serif;color:#333;font-weight:500;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){.search-box input{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box input{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){.search-box input{font-size:20px;line-height:1}}@media only screen and (min-width: 1024px){.search-box input{height:72px;padding:25px 61px 25px 65px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box input{height:52px;padding:14px 48px 14px 53px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box input{height:46px;padding:14px 45px 14px 14px;border-radius:8px 0 0 8px;-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width: 1024px){.search-box input:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box input:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}.search-box input:focus{outline:none}.search-box input::-webkit-input-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}.search-box input::-moz-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}.search-box input:-ms-input-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}.search-box input::-ms-input-placeholder{}.search-box input::placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){.search-box input::-webkit-input-placeholder{font-size:16px;line-height:1}.search-box input::-moz-placeholder{font-size:16px;line-height:1}.search-box input:-ms-input-placeholder{font-size:16px;line-height:1}.search-box input::-ms-input-placeholder{}.search-box input::placeholder{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box input::-webkit-input-placeholder{font-size:16px;line-height:1}.search-box input::-moz-placeholder{font-size:16px;line-height:1}.search-box input:-ms-input-placeholder{font-size:16px;line-height:1}.search-box input::-ms-input-placeholder{}.search-box input::placeholder{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){.search-box input::-webkit-input-placeholder{font-size:20px;line-height:1}.search-box input::-moz-placeholder{font-size:20px;line-height:1}.search-box input:-ms-input-placeholder{font-size:20px;line-height:1}.search-box input::-ms-input-placeholder{}.search-box input::placeholder{font-size:20px;line-height:1}}.search-box input[type=search]::-ms-clear,.search-box input[type=search]::-ms-reveal{display:none;width:0;height:0}.search-box input[type=search]::-webkit-search-decoration,.search-box input[type=search]::-webkit-search-cancel-button,.search-box input[type=search]::-webkit-search-results-button,.search-box input[type=search]::-webkit-search-results-decoration{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__container{height:46px;margin-top:15px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border-radius:8px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__container--focused{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}.search-box__icon{text-decoration:none}.search-box__icon:before{font-family:"FontAwesome";content:'\f002';position:absolute;color:#580f8b}@media only screen and (min-width: 1024px){.search-box__icon:before{font-size:20px;top:26px;left:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__icon:before{font-size:18px;top:16px;left:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__icon:before{content:''}}.search-box--modal{display:inline-block}@media only screen and (min-width: 1024px){.search-box--modal{margin:24px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--modal{margin:15px 0 0}}@media only screen and (min-width: 1024px){.search-box--modal{width:calc(216px + ((100% - 264px) / 12 * 10));max-width:calc(100% - 180px - 24px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box--modal{width:calc(128px + ((100% - 176px) / 12 * 9));max-width:calc(100% - 180px - 16px);margin:26px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--modal{width:calc(60px + ((100% - 75px) / 6 * 5));float:left;margin-top:0}}.search-box--is-loading:after{content:'';background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:48px;height:20px;position:absolute;right:8px;top:28px}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box--is-loading:after{top:16px;right:4px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--is-loading:after{width:45px;top:15px;right:8px}}.search-box--is-autocomplete-opened input{border-radius:8px 8px 0 0;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--is-autocomplete-opened input{border-radius:8px 0 0}}.search-box__dropdown{position:absolute;left:0;width:100%;background:#ececec;z-index:10;line-height:normal;border:none;border-radius:0 0 8px 8px;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown{width:calc(100% + 15px + (100% - 60px) / 5)}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 1024px){.search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 1024px){.search-box__dropdown-container{margin:20px 30px;max-height:32vh}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-container{margin:10px 20px;max-height:55vh}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-container{margin:10px;max-height:55vh}}.search-box__dropdown-container::-webkit-scrollbar{width:5px}.search-box__dropdown-container::-webkit-scrollbar-track{-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:8px}.search-box__dropdown-container::-webkit-scrollbar-thumb{background:#580f8b;border-radius:8px}.search-box__dropdown-group{list-style:none;margin:0}@media only screen and (min-width: 1024px){.search-box__dropdown-group{padding:10px 30px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-group{padding:10px 20px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-group{padding:10px 10px 0 0}}.search-box__dropdown-item a{display:block;cursor:pointer;text-decoration:none;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.search-box__dropdown-item a em{font-weight:600;font-style:normal}.search-box__dropdown-item:hover,.search-box__dropdown-item--active{outline:none}.search-box__dropdown-item:hover a,.search-box__dropdown-item--active a{color:#580f8b;outline:none}.search-box__dropdown-item--active a{border:1px solid #97b7e2;border-radius:3px}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 1024px){.search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-view-all{padding:5px 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-view-all{padding:5px 0 20px}}@media only screen and (min-width: 1024px){.search-box__dropdown-view-all{padding:5px 0 20px}}.search-box__dropdown-view-all:last-child{padding-bottom:10px}.search-box__dropdown-view-all a{font-weight:600;color:#580f8b;border:1px solid transparent;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}.search-box__dropdown-view-all:hover,.search-box__dropdown-view-all--active{outline:none}.search-box__dropdown-view-all:hover a,.search-box__dropdown-view-all--active a{color:#9c6fbb;outline:none;text-decoration:underline}.search-box__dropdown-view-all--active a{border:1px solid #97b7e2;border-radius:3px}.search-box__button-search{display:inline-block;background-color:#580f8b;color:#fff;text-align:center;line-height:normal;border:none;border-radius:5px;text-decoration:none;text-transform:capitalize;cursor:pointer;font-weight:500;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-search{margin:15px 0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-search{margin:16px 0 0 16px}}@media only screen and (min-width: 1024px){.search-box__button-search{margin:24px 0 0 24px}}@media only screen and (min-width: 1024px){.search-box__button-search{width:calc(24px + ((100% - 264px) / 12 * 2));min-width:180px;border-radius:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-search{width:calc(32px + ((100% - 176px) / 12 * 3));min-width:180px;border-radius:60px;margin-bottom:0;margin-top:27px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-search{width:calc(15px + ((100% - 75px) / 6 * 1));margin-left:0;margin-top:0;height:46px;padding:0;border-radius:0 5px 5px 0;float:left;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05)}.search-box__button-search:after{position:relative;width:auto;height:auto;display:block;text-align:center;vertical-align:middle;content:'';font-family:"FontAwesome";font-size:16px;color:#fff}}.search-box__button-search:hover{background-color:#460b6f;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-search:hover{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}.search-box__button-search--label{line-height:1;font-family:"Metric",sans-serif;font-weight:500;letter-spacing:normal;text-align:center}@media only screen and (min-width: 1024px){.search-box__button-search--label{display:block;padding:27px 50px;font-size:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-search--label{display:block;padding:18px 40px;font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-search--label{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-search--autocomplete{border-radius:0 5px 0 0}}.search-box__button-clear{color:#333;text-decoration:none;display:block;position:absolute;right:0;top:0;border:none;background-color:transparent;cursor:pointer}.search-box__button-clear:after{display:inline-block;width:100%;text-align:center;vertical-align:middle;content:'\F00D';font-family:"FontAwesome";font-size:20px}.search-box__button-clear:hover{color:#580f8b}@media only screen and (min-width: 1024px){.search-box__button-clear{width:61px;line-height:71px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-clear{width:48px;line-height:51px}.search-box__button-clear:after{font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-clear{width:33px;line-height:45px}.search-box__button-clear:after{font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box-on-search-results{height:62px}}.search-doctors .insurance-select .select-icon--clean{top:0}.search-doctors__header{background-color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__header{padding:40px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__header{padding:40px 0}}@media only screen and (min-width: 1024px){.search-doctors__header{padding:80px 0}}.search-doctors__header:before{display:none}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filters-group{padding-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filters-group{padding-top:40px}}@media only screen and (min-width: 1024px){.search-doctors__filters-group{padding-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-doctors__filters-group{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-doctors__filters-group{margin-bottom:0}}.search-doctors--condition,.search-doctors--location{overflow-x:visible}.search-doctors--condition .search-doctors__filters-group,.search-doctors--location .search-doctors__filters-group{padding:0;margin:0}@media print{.page--fad .search-doctors__header{margin-top:0 !important}.page--fad .search-doctors__container--body{margin:0 !important}.page--fad .search-doctors__body{padding-top:177px}.page--fad .search-doctors__filters-group{padding:0 !important}.page--fad.page--condition .search-doctors__body,.page--fad.page--location .search-doctors__body{padding-top:30px}.page--fad.page--condition .search-doctors__container--body,.page--fad.page--location .search-doctors__container--body{margin:0 !important}}.search-form{position:relative}.search-form__input{font-family:"Metric",sans-serif;font-size:18px;font-weight:500;color:#333;background-color:#f5f5f5;-webkit-box-shadow:1px 5px 5px #f7f7f7;box-shadow:1px 5px 5px #f7f7f7;width:100%;z-index:100;border-radius:8px;text-align:left;padding-left:60px;-webkit-box-sizing:border-box;box-sizing:border-box;border:solid 1px #ececec;line-height:1;letter-spacing:-.015em;text-overflow:ellipsis;margin:0}@media only screen and (min-width: 1024px){.search-form__input{height:72px;padding-left:62px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-form__input{height:60px;padding-left:58px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-form__input{height:52px;padding-left:44px}}.search-form__input::-webkit-input-placeholder{font-weight:500;color:silver}.search-form__input::-moz-placeholder{font-weight:500;color:silver}.search-form__input:-ms-input-placeholder{font-weight:500;color:silver}.search-form__input::-ms-input-placeholder{}.search-form__input::placeholder{font-weight:500;color:silver}.search-form__input:focus{outline:none;border:2px solid #580f8b;-webkit-box-shadow:0 1px 1px 0 #f7f7f7;box-shadow:0 1px 1px 0 #f7f7f7}.search-form__button{color:#580f8b;border:none;position:absolute;background:none;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;width:24px;height:24px;padding:8px;font-size:20px;line-height:1;text-align:center;vertical-align:middle;cursor:pointer}@media only screen and (min-width: 0) and (max-width: 640px){.search-form__button{left:4px;top:6px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-form__button{left:12px;top:9px}}@media only screen and (min-width: 1024px){.search-form__button{left:18px;top:15px}}.search-form__button:after{content:'\f002';font-family:"FontAwesome"}.search-form__help-text{color:#333}.search-form__help-text p:not([class]){margin:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-form__help-text{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-form__help-text{margin-top:20px}}@media only screen and (min-width: 1024px){.search-form__help-text{margin-top:30px}}.search-results-pagination{padding:0;margin-top:40px}.search-results-pagination__item{vertical-align:top;padding:0 25px 0 0}.search-results-pagination__item:last-child{padding:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__item--last-prev{padding-right:5px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__item--mobile{padding-right:5px}.search-results-pagination__item--mobile .search-results-pagination__link:not(.search-results-pagination__link--prev){width:auto}}.search-results-pagination__link{width:15px;color:#333;padding:0;position:relative}.search-results-pagination__link:hover{color:#580f8b}.search-results-pagination__link--active{border-bottom:none}.search-results-pagination__link--active:after{content:'';position:absolute;width:100%;height:4px;background-color:#580f8b;border:2px solid #580f8b;border-radius:2px;left:0;bottom:-2px}.search-results-pagination__link--active:hover{color:#580f8b}.search-results-pagination__link--next,.search-results-pagination__link--prev{color:#580f8b}.search-results-pagination__link--next:hover,.search-results-pagination__link--prev:hover{color:#9c6fbb}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__link--next:after,.search-results-pagination__link--prev:after{font-size:10px;position:relative;left:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results-pagination__link--next:after,.search-results-pagination__link--prev:after{font-size:10px;position:relative;left:0}}@media only screen and (min-width: 1024px){.search-results-pagination__link--next:after,.search-results-pagination__link--prev:after{font-size:10px;position:relative;left:0}}@media only screen and (min-width: 1024px){.search-results-pagination__link--next:after,.search-results-pagination__link--prev:after{top:1px;display:block}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results-pagination__link--next:after,.search-results-pagination__link--prev:after{top:1px;display:block}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results-pagination__link--next:after,.search-results-pagination__link--prev:after{top:-1px}}.search-results-pagination__link--mobile{color:#580f8b}.search-results-pagination__link--mobile:hover{color:#9c6fbb}.tabs__wrapper{position:relative;-ms-overflow-style:none}.tabs__wrapper::-webkit-scrollbar{display:none}.tabs__list{padding:0;list-style:none;font-size:0;white-space:nowrap;overflow:visible}@media only screen and (min-width: 1024px){.tabs__list{margin:0}}.tabs__item{display:inline-block;margin:0 20px}.tabs__item:first-child{margin-left:0}.tabs__link{color:#666;cursor:pointer;display:block;text-decoration:none;background:none;border:none}@media only screen and (min-width: 0) and (max-width: 640px){.tabs__link{padding:17px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.tabs__link{padding:17px 0}}@media only screen and (min-width: 1024px){.tabs__link{padding:20px 0}}.tabs__link:hover,.tabs__link:focus{color:#580f8b}.tabs__link:focus:not(.focus-visible){outline:none}.tabs__link.focus-visible:focus{outline:3px solid #007bcb}.tabs__link--active{padding-bottom:16px;border-bottom:solid 4px #580f8b;color:#580f8b}.tabs__shadow-left{position:absolute;top:0;bottom:0;width:30px;pointer-events:none;background-image:-webkit-gradient(linear, right top, left top, from(rgba(88,15,139,0)), to(rgba(88,15,139,0.1)));background-image:linear-gradient(to left, rgba(88,15,139,0), rgba(88,15,139,0.1));left:0}.tabs__shadow-left--hidden{display:none}.tabs__shadow-right{position:absolute;top:0;bottom:0;width:30px;pointer-events:none;background-image:-webkit-gradient(linear, left top, right top, from(rgba(88,15,139,0)), to(rgba(88,15,139,0.1)));background-image:linear-gradient(to right, rgba(88,15,139,0), rgba(88,15,139,0.1));right:0}.tabs__shadow-right--hidden{display:none}.video-background{position:relative;z-index:1;overflow:hidden;height:600px}@media only screen and (min-width: 641px) and (max-width: 1023px){.video-background{height:300px}}@media only screen and (min-width: 0) and (max-width: 640px){.video-background{height:200px}}.video-background__poster{display:none;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}html.nondesktop-device .video-background__poster{display:block}.video-background__poster--hidden{opacity:0}.video-background__obstruction{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.video-background__obstruction--objectfit{background-position:center center;background-size:0 0}.video-background--inited .video-background__actions--origin{display:block}@media only screen and (min-width: 1344px){.video-background--inited .video-background__actions--origin{width:1280px}}html.nondesktop-device .video-background--inited .video-background__actions--origin{display:none}html.nondesktop-device .video-background--inited .video-background__actions--alter{display:block}.video-background__actions{display:none;position:absolute;bottom:8%;left:0;right:0;height:60px}@media only screen and (min-width: 1024px){.video-background__actions{bottom:100px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.video-background__actions{bottom:60px}}.video-background__actions--alter{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.video-background__actions--alter .video-control__button{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-background .video-js.vjs-plugins-ready video.vjs-tech{position:absolute;left:50%;top:50%;width:100%;height:auto;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.video-background .video-js{width:100%;background-color:#fff;display:block}html.nondesktop-device .video-background .video-js{display:none}.video-background .content-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-background .content-video .video-js.vjs-plugins-ready{padding-top:0;height:600px}@media only screen and (min-width: 641px) and (max-width: 1023px){.video-background .content-video .video-js.vjs-plugins-ready{height:300px}}@media only screen and (min-width: 0) and (max-width: 640px){.video-background .content-video .video-js.vjs-plugins-ready{height:200px}}.video-background .content-video .video-js .vjs-big-play-button{display:none}.video-control{background-color:#fff;position:absolute;cursor:pointer}.video-control__full-length-video{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-control__full-length-video--hide{display:none}.video-control__button--small{right:0;bottom:0}.video-control__button--hide{display:none}.print-logo{display:none}@media print{.page--fad .print-logo{display:block}.page--fad .print-logo__hch{width:94px;height:30px;-o-object-fit:contain;object-fit:contain;margin-top:8px}.page--fad .print-logo__nyu{width:73px;height:30px;-o-object-fit:contain;object-fit:contain;margin-top:8px}}@media only screen and (min-width: 1024px){.search-results{margin:63px 0 80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results{margin:40px 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results{margin:40px 0}}@media only screen and (min-width: 0) and (max-width: 640px) and (min-width: 0) and (max-width: 640px){.search-results section:nth-child(2){margin-top:30px}}.search-results__suggested-results-header{margin:0 0 9px;position:relative;display:inline-block}.search-results__suggested-results-header:after{content:'';position:absolute;bottom:-9px;left:0;width:100%;height:4px;background-color:#580f8b}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__suggested-results-header{display:block}}@media only screen and (min-width: 1024px){.search-results__suggested-results--conditions{margin:40px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__suggested-results--conditions{margin:20px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__suggested-results--conditions{margin:30px 0 0}}.search-results__conditions h3:not([class]){margin:0}.search-results__conditions-item.search-results__conditions-item{margin:10px 0 0}@media only screen and (min-width: 1024px){.search-results__conditions-item.search-results__conditions-item:not(:only-child){margin-right:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__conditions-item.search-results__conditions-item:not(:only-child){margin-right:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__conditions-item.search-results__conditions-item:nth-child(2){margin-top:20px}}.search-results__conditions-item.search-results__conditions-item:last-child{margin-right:0}.search-results__conditions-item.search-results__conditions-item h4:not([class]){margin:0}.search-results__conditions-item.search-results__conditions-item p:not([class]){margin:10px 0 0}@media only screen and (min-width: 1024px){.search-results__conditions-item.search-results__conditions-item--many{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__conditions-item.search-results__conditions-item--many{margin-top:30px}}@media only screen and (min-width: 1024px){.search-results__conditions-item.search-results__conditions-item--many{margin-right:24px}.search-results__conditions-item.search-results__conditions-item--many:nth-child(4n){margin-right:0}.search-results__conditions-item.search-results__conditions-item--many:nth-last-child(-n+4){margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__conditions-item.search-results__conditions-item--many{margin-right:16px}.search-results__conditions-item.search-results__conditions-item--many:nth-child(3n){margin-right:0}.search-results__conditions-item.search-results__conditions-item--many:nth-child(-n+3){margin-top:10px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__conditions-item.search-results__conditions-item--many{margin-top:20px}.search-results__conditions-item.search-results__conditions-item--many:first-child{margin-top:10px}}.search-results__conditions-item.search-results__conditions-item:not([search-results__conditions-item--many]):first-child{margin-bottom:0}.search-results__conditions-item-title-link.search-results__conditions-item-title-link{text-decoration:none}.search-results__conditions-item-title-link.search-results__conditions-item-title-link:hover{color:#580f8b;border-bottom:none}@media only screen and (min-width: 1024px){.search-results__conditions-item-learn-more{margin:30px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__conditions-item-learn-more{margin:20px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__conditions-item-learn-more{margin:20px 0 0}}.search-results__conditions-item-learn-more--link.search-results__link:hover,.search-results__conditions-item-learn-more--link.search-results__link:focus{text-decoration:none;border:none;color:#9c6fbb}.search-results__conditions-item-learn-more--link.search-results__link:after{content:'\f054';font-family:"FontAwesome";font-size:12px;margin-left:8px}.search-results__pages-container.search-results__pages-container.search-results__pages-container{border-top:none;padding:0}@media only screen and (min-width: 1024px){.search-results__pages-container.search-results__pages-container.search-results__pages-container{margin-top:80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__pages-container.search-results__pages-container.search-results__pages-container{margin-top:50px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__pages-container.search-results__pages-container.search-results__pages-container{margin-top:40px}}.search-results__conditional-wrapper{width:100%;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__conditional-wrapper:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#580f8b}}.search-results__conditional-title{margin:0 0 9px;display:inline-block;position:relative}@media only screen and (min-width: 1024px){.search-results__conditional-title:after{content:'';position:absolute;bottom:-9px;left:0;width:100%;height:4px;background-color:#580f8b}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__conditional-title:after{content:'';position:absolute;bottom:-9px;left:0;width:100%;height:4px;background-color:#580f8b}}@media only screen and (min-width: 1024px){.search-results__pages-menu{margin-top:40px}}.search-results__pages-menu h5:not([class]){margin:0;padding:0 0 10px 10px;border-bottom:1px solid #ccc;font-weight:700}@media only screen and (min-width: 1024px){.search-results__pages-header{margin-top:40px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__pages-header{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__pages-header{margin-top:20px}}.search-results__pages-header h3:not([class]){margin:0}.search-results__pages-main-content{margin-top:20px}.search-results__pages-item.search-results__pages-item{margin-bottom:0}@media only screen and (min-width: 1024px){.search-results__pages-item.search-results__pages-item{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__pages-item.search-results__pages-item{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__pages-item.search-results__pages-item{margin-top:20px}}.search-results__pages-item.search-results__pages-item:first-child{margin-top:0}.search-results__pages-item.search-results__pages-item div:not([class]){margin-top:10px}.search-results__pages-item.search-results__pages-item div:not([class]) a:not([class]){color:#580f8b}.search-results__pages-item.search-results__pages-item div:not([class]) a:not([class]):hover{border:none;color:#9c6fbb;text-decoration:underline}.search-results__pages-item-facet{color:#666}.search-results__pages-menu-item.search-results__pages-menu-item{margin:0;padding:10px 0;border-bottom:1px solid #ccc}.search-results__pages-menu-item.search-results__pages-menu-item:last-child{border-bottom:none}.search-results__pages-menu-item.search-results__pages-menu-item--active .search-results__pages-menu-link{color:#580f8b;border-bottom:none;position:relative}.search-results__pages-menu-item.search-results__pages-menu-item--active .search-results__pages-menu-link:before{content:'';position:absolute;height:100%;width:2px;background-color:#580f8b;left:0;top:0}.search-results__pages-menu-item.search-results__pages-menu-item--active .search-results__pages-menu-link:hover{color:#580f8b;border-bottom:none}.search-results__pages-menu-link{color:#333;padding-left:10px;display:block}.search-results__pages-menu-link:hover{border-bottom:none;color:#580f8b}.search-results__doctors.search-results__doctors.search-results__doctors{border-top:none}.search-results__suggested-results--profiles{margin:40px 0 0}.search-results__doctors-header.search-results__doctors-header{margin:0}.search-results__doctors-header.search-results__doctors-header h3:not([class]){margin:0}.search-results__doctors-list.search-results__doctors-list{margin:20px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-list.search-results__doctors-list{display:block}}.search-results__doctors-item.search-results__doctors-item{background-color:#f5f5f5}@media only screen and (min-width: 1024px){.search-results__doctors-item.search-results__doctors-item{width:calc((100% - 84px) / 5);margin-right:21px;display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__doctors-item.search-results__doctors-item{width:calc(48px + ((100% - 176px) / 12 * 4));margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex}.search-results__doctors-item.search-results__doctors-item:nth-child(3){margin-right:0}.search-results__doctors-item.search-results__doctors-item:nth-child(1n+4){display:none}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item.search-results__doctors-item{background-color:transparent;margin-bottom:20px;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none}.search-results__doctors-item.search-results__doctors-item:nth-child(4){margin-bottom:0}}.search-results__doctors-item-photo.search-results__doctors-item-photo{margin:0}.search-results__doctors-item-photo.search-results__doctors-item-photo--square{border-radius:8px 8px 0 0}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-photo.search-results__doctors-item-photo--square{border-radius:8px}}.search-results__doctors-item-photo.search-results__doctors-item-photo--square img{border-radius:8px 8px 0 0;display:block}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-photo.search-results__doctors-item-photo--square img{border-radius:8px}}.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo{margin:0;border-radius:8px 8px 0 0;color:#fff}.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo--square>span{padding-bottom:100%}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo--square{border-radius:8px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo>span>span{height:auto;margin-top:-20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-empty-photo.search-results__doctors-item-empty-photo>span>span{height:auto;margin-top:-15px}}@media only screen and (min-width: 1024px){.search-results__doctors-item-caption.search-results__doctors-item-caption{padding:20px 20px 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__doctors-item-caption.search-results__doctors-item-caption{padding:20px 20px 30px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-caption.search-results__doctors-item-caption{margin:0;padding:0 0 0 15px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-caption.search-results__doctors-item-caption .search-results__doctors-item-specialty.search-results__doctors-item-specialty{line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__doctors-item-caption.search-results__doctors-item-caption .search-results__doctors-item-specialty.search-results__doctors-item-specialty{line-height:1}}@media only screen and (min-width: 1024px){.search-results__doctors-item-caption.search-results__doctors-item-caption .search-results__doctors-item-specialty.search-results__doctors-item-specialty{line-height:1}}.search-results__doctors-item-link.search-results__doctors-item-link:hover .search-results__doctors-item-name,.search-results__doctors-item-link.search-results__doctors-item-link:hover .search-results__doctors-item-specialty{color:#580f8b}@media only screen and (min-width: 1024px){.search-results__doctors-item-link.search-results__doctors-item-link{width:100%}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__doctors-item-link.search-results__doctors-item-link{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__doctors-item-link.search-results__doctors-item-link{display:-webkit-box;display:-ms-flexbox;display:flex}}.search-results__view-all{display:inline-block}@media only screen and (min-width: 1024px){.search-results__view-all{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__view-all{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__view-all{margin-top:20px}}.search-results__view-all:hover,.search-results__view-all:focus{text-decoration:none;border:none;color:#9c6fbb}.search-results__view-all:after{content:'\f054';font-family:"FontAwesome";font-size:12px;margin-left:8px}@media only screen and (min-width: 1024px){.search-results__conditions-view-all-wrapper.search-results__conditions-view-all-wrapper{margin-top:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__conditions-view-all-wrapper.search-results__conditions-view-all-wrapper{margin-top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__conditions-view-all-wrapper.search-results__conditions-view-all-wrapper{margin-top:20px}}.search-results__conditions-view-all-wrapper.search-results__conditions-view-all-wrapper .search-results__view-all{margin-top:0}.search-results__doctors-degree{font-weight:400}@media only screen and (min-width: 1024px){.search-results__no-results{margin:63px 0 80px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__no-results{margin:36px 0 40px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__no-results{margin:36px 0 40px}}.search-results__no-results-content-snippet.search-results__no-results-content-snippet{text-align:center;margin-bottom:10px}.search-results__no-results-content-snippet.search-results__no-results-content-snippet:first-child{margin-bottom:20px}.search-results__no-results-content-snippet.search-results__no-results-content-snippet:first-child span:not([class]){color:#580f8b}.search-results__no-results-content-snippet.search-results__no-results-content-snippet:last-child{margin-bottom:0}@media only screen and (min-width: 1024px){.search-results__no-results-content-snippet.search-results__no-results-content-snippet{width:calc(120px + ((100% - 264px) / 12 * 6));margin:0 auto 10px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-results__no-results-content-snippet.search-results__no-results-content-snippet{width:calc(80px + ((100% - 176px) / 12 * 6));margin:0 auto 10px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-results__no-results-content-snippet.search-results__no-results-content-snippet{width:100%}}.search-results__no-results-link{font-weight:600}.search-results__no-results-query{color:#580f8b}.search-results__no-results-query-text{border-bottom:2px solid #580f8b}.search-results__no-results-phone-number{font-weight:600}.search-results__title{margin-bottom:0;margin-top:0}.search-results__pages-content-wrapper{float:left;width:100%}#nyuuninav--header .search-box{position:relative;font-weight:500}#nyuuninav--header .search-box input{margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:62px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border:1px solid #ececec;border-radius:8px;background-color:#f5f5f5;font-family:"Metric",sans-serif;color:#333;font-weight:500;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box input{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box input{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box input{font-size:20px;line-height:1}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box input{height:72px;padding:25px 61px 25px 65px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box input{height:52px;padding:14px 48px 14px 53px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box input{height:46px;padding:14px 45px 14px 14px;border-radius:8px 0 0 8px;-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box input:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box input:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .search-box input:focus{outline:none}#nyuuninav--header .search-box input::-webkit-input-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}#nyuuninav--header .search-box input::-moz-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}#nyuuninav--header .search-box input:-ms-input-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}#nyuuninav--header .search-box input::-ms-input-placeholder{}#nyuuninav--header .search-box input::placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box input::-webkit-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .search-box input::-moz-placeholder{font-size:16px;line-height:1}#nyuuninav--header .search-box input:-ms-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .search-box input::-ms-input-placeholder{}#nyuuninav--header .search-box input::placeholder{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box input::-webkit-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .search-box input::-moz-placeholder{font-size:16px;line-height:1}#nyuuninav--header .search-box input:-ms-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .search-box input::-ms-input-placeholder{}#nyuuninav--header .search-box input::placeholder{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box input::-webkit-input-placeholder{font-size:20px;line-height:1}#nyuuninav--header .search-box input::-moz-placeholder{font-size:20px;line-height:1}#nyuuninav--header .search-box input:-ms-input-placeholder{font-size:20px;line-height:1}#nyuuninav--header .search-box input::-ms-input-placeholder{}#nyuuninav--header .search-box input::placeholder{font-size:20px;line-height:1}}#nyuuninav--header .search-box input[type=search]::-ms-clear,#nyuuninav--header .search-box input[type=search]::-ms-reveal{display:none;width:0;height:0}#nyuuninav--header .search-box input[type=search]::-webkit-search-decoration,#nyuuninav--header .search-box input[type=search]::-webkit-search-cancel-button,#nyuuninav--header .search-box input[type=search]::-webkit-search-results-button,#nyuuninav--header .search-box input[type=search]::-webkit-search-results-decoration{display:none}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__container{height:46px;margin-top:15px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border-radius:8px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__container--focused{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .search-box__icon{text-decoration:none}#nyuuninav--header .search-box__icon:before{font-family:"FontAwesome";content:'\f002';position:absolute;color:#580f8b}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__icon:before{font-size:20px;top:26px;left:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__icon:before{font-size:18px;top:16px;left:20px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__icon:before{content:''}}#nyuuninav--header .search-box--modal{display:inline-block}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box--modal{margin:24px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box--modal{margin:15px 0 0}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box--modal{width:calc(216px + ((100% - 264px) / 12 * 10));max-width:calc(100% - 180px - 24px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box--modal{width:calc(128px + ((100% - 176px) / 12 * 9));max-width:calc(100% - 180px - 16px);margin:26px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box--modal{width:calc(60px + ((100% - 75px) / 6 * 5));float:left;margin-top:0}}#nyuuninav--header .search-box--is-loading:after{content:'';background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:48px;height:20px;position:absolute;right:8px;top:28px}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box--is-loading:after{top:16px;right:4px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box--is-loading:after{width:45px;top:15px;right:8px}}#nyuuninav--header .search-box--is-autocomplete-opened input{border-radius:8px 8px 0 0;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box--is-autocomplete-opened input{border-radius:8px 0 0}}#nyuuninav--header .search-box__dropdown{position:absolute;left:0;width:100%;background:#ececec;z-index:10;line-height:normal;border:none;border-radius:0 0 8px 8px;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__dropdown{width:calc(100% + 15px + (100% - 60px) / 5)}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__dropdown-container{margin:20px 30px;max-height:32vh}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__dropdown-container{margin:10px 20px;max-height:55vh}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__dropdown-container{margin:10px;max-height:55vh}}#nyuuninav--header .search-box__dropdown-container::-webkit-scrollbar{width:5px}#nyuuninav--header .search-box__dropdown-container::-webkit-scrollbar-track{-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:8px}#nyuuninav--header .search-box__dropdown-container::-webkit-scrollbar-thumb{background:#580f8b;border-radius:8px}#nyuuninav--header .search-box__dropdown-group{list-style:none;margin:0}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__dropdown-group{padding:10px 30px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__dropdown-group{padding:10px 20px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__dropdown-group{padding:10px 10px 0 0}}#nyuuninav--header .search-box__dropdown-item a{display:block;cursor:pointer;text-decoration:none;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box}#nyuuninav--header .search-box__dropdown-item a em{font-weight:600;font-style:normal}#nyuuninav--header .search-box__dropdown-item:hover,#nyuuninav--header .search-box__dropdown-item--active{outline:none}#nyuuninav--header .search-box__dropdown-item:hover a,#nyuuninav--header .search-box__dropdown-item--active a{color:#580f8b;outline:none}#nyuuninav--header .search-box__dropdown-item--active a{border:1px solid #97b7e2;border-radius:3px}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__dropdown-view-all{padding:5px 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__dropdown-view-all{padding:5px 0 20px}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__dropdown-view-all{padding:5px 0 20px}}#nyuuninav--header .search-box__dropdown-view-all:last-child{padding-bottom:10px}#nyuuninav--header .search-box__dropdown-view-all a{font-weight:600;color:#580f8b;border:1px solid transparent;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}#nyuuninav--header .search-box__dropdown-view-all:hover,#nyuuninav--header .search-box__dropdown-view-all--active{outline:none}#nyuuninav--header .search-box__dropdown-view-all:hover a,#nyuuninav--header .search-box__dropdown-view-all--active a{color:#9c6fbb;outline:none;text-decoration:underline}#nyuuninav--header .search-box__dropdown-view-all--active a{border:1px solid #97b7e2;border-radius:3px}#nyuuninav--header .search-box__button-search{display:inline-block;background-color:#580f8b;color:#fff;text-align:center;line-height:normal;border:none;border-radius:5px;text-decoration:none;text-transform:capitalize;cursor:pointer;font-weight:500;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__button-search{margin:15px 0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__button-search{margin:16px 0 0 16px}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__button-search{margin:24px 0 0 24px}}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__button-search{width:calc(24px + ((100% - 264px) / 12 * 2));min-width:180px;border-radius:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__button-search{width:calc(32px + ((100% - 176px) / 12 * 3));min-width:180px;border-radius:60px;margin-bottom:0;margin-top:27px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__button-search{width:calc(15px + ((100% - 75px) / 6 * 1));margin-left:0;margin-top:0;height:46px;padding:0;border-radius:0 5px 5px 0;float:left;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05)}#nyuuninav--header .search-box__button-search:after{position:relative;width:auto;height:auto;display:block;text-align:center;vertical-align:middle;content:'';font-family:"FontAwesome";font-size:16px;color:#fff}}#nyuuninav--header .search-box__button-search:hover{background-color:#460b6f;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__button-search:hover{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .search-box__button-search--label{line-height:1;font-family:"Metric",sans-serif;font-weight:500;letter-spacing:normal;text-align:center}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__button-search--label{display:block;padding:27px 50px;font-size:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__button-search--label{display:block;padding:18px 40px;font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__button-search--label{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__button-search--autocomplete{border-radius:0 5px 0 0}}#nyuuninav--header .search-box__button-clear{color:#333;text-decoration:none;display:block;position:absolute;right:0;top:0;border:none;background-color:transparent;cursor:pointer}#nyuuninav--header .search-box__button-clear:after{display:inline-block;width:100%;text-align:center;vertical-align:middle;content:'\F00D';font-family:"FontAwesome";font-size:20px}#nyuuninav--header .search-box__button-clear:hover{color:#580f8b}@media only screen and (min-width: 1024px){#nyuuninav--header .search-box__button-clear{width:61px;line-height:71px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .search-box__button-clear{width:48px;line-height:51px}#nyuuninav--header .search-box__button-clear:after{font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .search-box__button-clear{width:33px;line-height:45px}#nyuuninav--header .search-box__button-clear:after{font-size:16px}}#nyuuninav--header .globalnav-search-include *{-webkit-box-sizing:border-box;box-sizing:border-box}#nyuuninav--header .globalnav-search-include .search-box{position:relative;font-weight:500}#nyuuninav--header .globalnav-search-include .search-box input{margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:62px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border:1px solid #ececec;border-radius:8px;background-color:#f5f5f5;font-family:"Metric",sans-serif;color:#333;font-weight:500;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box input{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box input{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box input{font-size:20px;line-height:1}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box input{height:72px;padding:25px 61px 25px 65px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box input{height:52px;padding:14px 48px 14px 53px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box input{height:46px;padding:14px 45px 14px 14px;border-radius:8px 0 0 8px;-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box input:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box input:focus{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .globalnav-search-include .search-box input:focus{outline:none}#nyuuninav--header .globalnav-search-include .search-box input::-webkit-input-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}#nyuuninav--header .globalnav-search-include .search-box input::-moz-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}#nyuuninav--header .globalnav-search-include .search-box input:-ms-input-placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}#nyuuninav--header .globalnav-search-include .search-box input::-ms-input-placeholder{}#nyuuninav--header .globalnav-search-include .search-box input::placeholder{font-family:"Metric",sans-serif;color:#888;font-weight:500;letter-spacing:-.1px}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box input::-webkit-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input::-moz-placeholder{font-size:16px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input:-ms-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input::-ms-input-placeholder{}#nyuuninav--header .globalnav-search-include .search-box input::placeholder{font-size:16px;line-height:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box input::-webkit-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input::-moz-placeholder{font-size:16px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input:-ms-input-placeholder{font-size:16px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input::-ms-input-placeholder{}#nyuuninav--header .globalnav-search-include .search-box input::placeholder{font-size:16px;line-height:1}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box input::-webkit-input-placeholder{font-size:20px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input::-moz-placeholder{font-size:20px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input:-ms-input-placeholder{font-size:20px;line-height:1}#nyuuninav--header .globalnav-search-include .search-box input::-ms-input-placeholder{}#nyuuninav--header .globalnav-search-include .search-box input::placeholder{font-size:20px;line-height:1}}#nyuuninav--header .globalnav-search-include .search-box input[type=search]::-ms-clear,#nyuuninav--header .globalnav-search-include .search-box input[type=search]::-ms-reveal{display:none;width:0;height:0}#nyuuninav--header .globalnav-search-include .search-box input[type=search]::-webkit-search-decoration,#nyuuninav--header .globalnav-search-include .search-box input[type=search]::-webkit-search-cancel-button,#nyuuninav--header .globalnav-search-include .search-box input[type=search]::-webkit-search-results-button,#nyuuninav--header .globalnav-search-include .search-box input[type=search]::-webkit-search-results-decoration{display:none}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__container{height:46px;margin-top:15px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);border-radius:8px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__container--focused{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .globalnav-search-include .search-box__icon{text-decoration:none}#nyuuninav--header .globalnav-search-include .search-box__icon:before{font-family:"FontAwesome";content:'\f002';position:absolute;color:#580f8b}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__icon:before{font-size:20px;top:26px;left:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__icon:before{font-size:18px;top:16px;left:20px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__icon:before{content:''}}#nyuuninav--header .globalnav-search-include .search-box--modal{display:inline-block}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box--modal{margin:24px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box--modal{margin:15px 0 0}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box--modal{width:calc(216px + ((100% - 264px) / 12 * 10));max-width:calc(100% - 180px - 24px)}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box--modal{width:calc(128px + ((100% - 176px) / 12 * 9));max-width:calc(100% - 180px - 16px);margin:26px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box--modal{width:calc(60px + ((100% - 75px) / 6 * 5));float:left;margin-top:0}}#nyuuninav--header .globalnav-search-include .search-box--is-loading:after{content:'';background:url(/bundles/nyulangonefrontend/assets/images/loader_48_retina.gif);background-size:cover;width:48px;height:20px;position:absolute;right:8px;top:28px}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box--is-loading:after{top:16px;right:4px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box--is-loading:after{width:45px;top:15px;right:8px}}#nyuuninav--header .globalnav-search-include .search-box--is-autocomplete-opened input{border-radius:8px 8px 0 0;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box--is-autocomplete-opened input{border-radius:8px 0 0}}#nyuuninav--header .globalnav-search-include .search-box__dropdown{position:absolute;left:0;width:100%;background:#ececec;z-index:10;line-height:normal;border:none;border-radius:0 0 8px 8px;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__dropdown{width:calc(100% + 15px + (100% - 60px) / 5)}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-container{overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-container{margin:20px 30px;max-height:32vh}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-container{margin:10px 20px;max-height:55vh}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-container{margin:10px;max-height:55vh}}#nyuuninav--header .globalnav-search-include .search-box__dropdown-container::-webkit-scrollbar{width:5px}#nyuuninav--header .globalnav-search-include .search-box__dropdown-container::-webkit-scrollbar-track{-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:8px}#nyuuninav--header .globalnav-search-include .search-box__dropdown-container::-webkit-scrollbar-thumb{background:#580f8b;border-radius:8px}#nyuuninav--header .globalnav-search-include .search-box__dropdown-group{list-style:none;margin:0}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-group{padding:10px 30px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-group{padding:10px 20px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-group{padding:10px 10px 0 0}}#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a{display:block;cursor:pointer;text-decoration:none;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box}#nyuuninav--header .globalnav-search-include .search-box__dropdown-item a em{font-weight:600;font-style:normal}#nyuuninav--header .globalnav-search-include .search-box__dropdown-item:hover,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item--active{outline:none}#nyuuninav--header .globalnav-search-include .search-box__dropdown-item:hover a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-item--active a{color:#580f8b;outline:none}#nyuuninav--header .globalnav-search-include .search-box__dropdown-item--active a{border:1px solid #97b7e2;border-radius:3px}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-item{padding:0 0 5px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all{padding:5px 0 20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all{padding:5px 0 20px}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all{padding:5px 0 20px}}#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all:last-child{padding-bottom:10px}#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all a{font-weight:600;color:#580f8b;border:1px solid transparent;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all:hover,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all--active{outline:none}#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all:hover a,#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all--active a{color:#9c6fbb;outline:none;text-decoration:underline}#nyuuninav--header .globalnav-search-include .search-box__dropdown-view-all--active a{border:1px solid #97b7e2;border-radius:3px}#nyuuninav--header .globalnav-search-include .search-box__button-search{display:inline-block;background-color:#580f8b;color:#fff;text-align:center;line-height:normal;border:none;border-radius:5px;text-decoration:none;text-transform:capitalize;cursor:pointer;font-weight:500;padding:0}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-search{margin:15px 0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__button-search{margin:16px 0 0 16px}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__button-search{margin:24px 0 0 24px}}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__button-search{width:calc(24px + ((100% - 264px) / 12 * 2));min-width:180px;border-radius:60px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__button-search{width:calc(32px + ((100% - 176px) / 12 * 3));min-width:180px;border-radius:60px;margin-bottom:0;margin-top:27px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-search{width:calc(15px + ((100% - 75px) / 6 * 1));margin-left:0;margin-top:0;height:46px;padding:0;border-radius:0 5px 5px 0;float:left;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.05);box-shadow:0 4px 4px 0 rgba(0,0,0,0.05)}#nyuuninav--header .globalnav-search-include .search-box__button-search:after{position:relative;width:auto;height:auto;display:block;text-align:center;vertical-align:middle;content:'';font-family:"FontAwesome";font-size:16px;color:#fff}}#nyuuninav--header .globalnav-search-include .search-box__button-search:hover{background-color:#460b6f;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-search:hover{-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.3);box-shadow:0 3px 3px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .globalnav-search-include .search-box__button-search--label{line-height:1;font-family:"Metric",sans-serif;font-weight:500;letter-spacing:normal;text-align:center}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__button-search--label{display:block;padding:27px 50px;font-size:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__button-search--label{display:block;padding:18px 40px;font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-search--label{display:none}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-search--autocomplete{border-radius:0 5px 0 0}}#nyuuninav--header .globalnav-search-include .search-box__button-clear{color:#333;text-decoration:none;display:block;position:absolute;right:0;top:0;border:none;background-color:transparent;cursor:pointer}#nyuuninav--header .globalnav-search-include .search-box__button-clear:after{display:inline-block;width:100%;text-align:center;vertical-align:middle;content:'\F00D';font-family:"FontAwesome";font-size:20px}#nyuuninav--header .globalnav-search-include .search-box__button-clear:hover{color:#580f8b}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__button-clear{width:61px;line-height:71px}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__button-clear{width:48px;line-height:51px}#nyuuninav--header .globalnav-search-include .search-box__button-clear:after{font-size:16px}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-clear{width:33px;line-height:45px}#nyuuninav--header .globalnav-search-include .search-box__button-clear:after{font-size:16px}}#nyuuninav--header .globalnav-search-include .search-box input{-webkit-box-shadow:none;box-shadow:none}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box input:focus{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box input:focus{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}}#nyuuninav--header .globalnav-search-include .search-box--is-autocomplete-opened input{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}#nyuuninav--header .globalnav-search-include .search-box__dropdown{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}@media only screen and (min-width: 1024px){#nyuuninav--header .globalnav-search-include .search-box__button-search:hover{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width: 641px) and (max-width: 1023px){#nyuuninav--header .globalnav-search-include .search-box__button-search:hover{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width: 0) and (max-width: 640px){#nyuuninav--header .globalnav-search-include .search-box__button-search:hover{-webkit-box-shadow:none;box-shadow:none}#nyuuninav--header .globalnav-search-include .search-box__button-search:hover:hover{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 1px 0 rgba(0,0,0,0.3)}}@font-face{font-family:'Benton';src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-regular.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-regular.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-regular.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-regular.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-regular.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'Benton';src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-light-webfont.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-light-webfont.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-light-webfont.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-light-webfont.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-light-webfont.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:'Benton';src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-medium.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-medium.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-medium.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-medium.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-medium.svg) format("svg");font-weight:500;font-style:normal}@font-face{font-family:'Benton';src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-bold.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-bold.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-bold.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-bold.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-bold.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:'Benton';src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-black.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-black.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-black.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-black.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/benton/bentonsans-black.svg) format("svg");font-weight:900;font-style:normal}@font-face{font-family:'FontAwesome';src:url(/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'icomoon';font-style:normal;font-weight:400;src:url(/bundles/nyulangonefrontend/assets/fonts/icomoon/pcc-icons.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/icomoon/pcc-icons.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/icomoon/pcc-icons.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/icomoon/pcc-icons.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/icomoon/pcc-icons.svg) format("svg")}@font-face{font-family:'Utopia';font-style:normal;font-weight:400;src:url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Regular.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Regular.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Regular.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Regular.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Regular.svg) format("svg")}@font-face{font-family:'Utopia';font-style:normal;font-weight:700;src:url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Bold.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Bold.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Bold.ttf) format("truetype"),url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Bold.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/utopia/UtopiaStd-Bold.svg) format("svg")}@font-face{font-family:'Metric';font-style:normal;font-weight:200;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Thin.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Thin.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Thin.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Thin.woff2) format("woff2")}@font-face{font-family:'Metric';font-style:normal;font-weight:300;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Light.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Light.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Light.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Light.woff2) format("woff2")}@font-face{font-family:'Metric';font-style:normal;font-weight:400;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Regular.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Regular.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Regular.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Regular.woff2) format("woff2")}@font-face{font-family:'Metric';font-style:normal;font-weight:500;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Medium.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Medium.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Medium.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Medium.woff2) format("woff2")}@font-face{font-family:'Metric';font-style:normal;font-weight:600;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Semibold.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Semibold.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Semibold.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Semibold.woff2) format("woff2")}@font-face{font-family:'Metric';font-style:normal;font-weight:700;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Bold.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Bold.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Bold.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Bold.woff2) format("woff2")}@font-face{font-family:'Metric';font-style:normal;font-weight:900;src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Black.eot);src:url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Black.eot) format("embedded-opentype"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Black.woff) format("woff"),url(/bundles/nyulangonefrontend/assets/fonts/metric/MetricWeb-Black.woff2) format("woff2")}.live-chat-widget .live-chat-widget__text-chat-with{font-family:"Benton",sans-serif}.live-chat-widget .live-chat-widget__text-need-doctor{font-family:"Benton",sans-serif;font-weight:700}

