  /*! 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__container,.search-doctors__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-box-on-search-results:before,.search-box-on-search-results__container,.search-doctors__header:before{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__container,.search-doctors__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-box-on-search-results:before,.search-box-on-search-results__container,.search-doctors__header:before{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__container,.search-doctors__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-box-on-search-results:before,.search-box-on-search-results__container,.search-doctors__header:before{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__container,.search-doctors__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-box-on-search-results:before,.search-box-on-search-results__container,.search-doctors__header:before{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__container,.search-doctors__container,.page__section--gray:first-child:before,.page__section--request-appointment:after,.modal-menu__container,.page--location .page__section--location_header:before,.search-box-on-search-results:before,.search-box-on-search-results__container,.search-doctors__header:before{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,.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,.section-panel:after,.provider-group-filter:after,.provider-group-filter__header:after,.provider-group-filter__content:after,.provider-tile-short:after,.search-doctors__filter-container: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 .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 .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{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}@media only screen and (min-width: 1024px){.nyu-nav-site-item--expanded{-webkit-filter:drop-shadow(0 0 10px rgba(0,0,0,0.3));filter:drop-shadow(0 0 10px rgba(0,0,0,0.3))}}@media only screen and (min-width: 1024px){.nyu-nav-site-item__link{color:#333}}@media only screen and (min-width: 1024px){.nyu-nav-site-item__list{display:none}}@media only screen and (min-width: 1024px){.nyu-nav-site-item__list--show{display:block;cursor:default;position:absolute;top:32px;padding:10px 0 10px 8px;background-color:#f7f7f7;-webkit-box-sizing:content-box;box-sizing:content-box}}@media only screen and (min-width: 1024px){.nyu-nav-site-item li{float:none;cursor:default}}.nyu-nav-site-item li:not(.active):hover{background-color:#f7f7f7}@media only screen and (min-width: 1024px){.nyu-nav-site-item li a.nyu-nav-site-item__link{position:relative;white-space:nowrap;text-decoration:none;display:inline-block;text-transform:none;font-weight:400;color:#333;font-size:14px}}.nyu-nav-site-item li a.nyu-nav-site-item__link:hover{color:#580f8b;text-decoration:underline}@media only screen and (min-width: 1024px){.nyu-nav-site-item__title{display:block;font-weight:500;font-size:12px;font-family:"Benton",sans-serif;line-height:20px;min-width:110px;padding:10px 25px 10px 10px;color:inherit;text-transform:uppercase;text-align:center;text-decoration:none;background-color:#fff;border:none;height:40px}.nyu-nav-site-item__title:after{left:7px;width:8px;height:13px;font-family:"FontAwesome";font-size:13px;position:relative;content:"\f0d7"}.nyu-nav-site-item__title--expanded{color:#4f0d7d;background-color:#f7f7f7}.nyu-nav-site-item__title--expanded:after{content:"\f0d8";color:#4f0d7d}}.nyu-nav-site-item-tablet{height:16px}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyu-nav-site-item-tablet__button{border:none;background-color:transparent;margin:0;padding:0;width:100%;text-align:left;position:relative}}@media only screen and (min-width: 0) and (max-width: 640px){.nyu-nav-site-item-tablet__button{border:none;background-color:transparent;margin:0;padding:0;width:100%;text-align:left;position:relative}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyu-nav-site-item-tablet__title{font-weight:500;font-size:14px;letter-spacing:normal;text-decoration:none;color:#fff;display:block;font-family:"Benton",sans-serif}.nyu-nav-site-item-tablet__title:after{position:absolute;content:"\f067";font-family:"FontAwesome";font-style:normal;font-weight:300;text-decoration:inherit;font-size:10px;right:0;top:3px;float:right}}@media only screen and (min-width: 0) and (max-width: 640px){.nyu-nav-site-item-tablet__title{font-weight:500;font-size:14px;letter-spacing:normal;text-decoration:none;color:#fff;display:block;font-family:"Benton",sans-serif}.nyu-nav-site-item-tablet__title:after{position:absolute;content:"\f067";font-family:"FontAwesome";font-style:normal;font-weight:300;text-decoration:inherit;font-size:10px;right:0;top:3px;float:right}}.nyu-nav-site-item-tablet__title--show:after{content:'\f068'}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyu-nav-site-item-tablet__list{display:none;list-style:none;margin:0;padding:16px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.nyu-nav-site-item-tablet__list{display:none;list-style:none;margin:0;padding:15px 0 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyu-nav-site-item-tablet__list--show{display:block}}@media only screen and (min-width: 0) and (max-width: 640px){.nyu-nav-site-item-tablet__list--show{display:block}}.nyu-nav-site-item-tablet__list-item:last-child{margin-bottom:0}@media only screen and (min-width: 641px) and (max-width: 1023px){.nyu-nav-site-item-tablet li a.nyu-nav-site-item-tablet__link{font-size:12px;font-family:"Benton",sans-serif;color:#fff;letter-spacing:-.1px;font-weight:400}}@media only screen and (min-width: 0) and (max-width: 640px){.nyu-nav-site-item-tablet li a.nyu-nav-site-item-tablet__link{font-size:12px;font-family:"Benton",sans-serif;color:#fff;letter-spacing:-.1px;font-weight:400}}.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{background-color:#ececec}.page__section.page__section--locations-directory-header:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header:before{height:123px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header:before{height:139px}}.page__section.page__section--locations-directory-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__section.page__section--locations-directory-header:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header:before{top:-16px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header:before{top:-24px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section.page__section--locations-directory-header{padding:15px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header{padding:16px 0 32px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header{padding:24px 0 48px}}.page__section.page__section--locations-directory-header .share .upper{display:none}.page__section.page__section--locations-directory-header .share button{border-color:#ececec}.page__section.page__section--locations-directory-header .share .icon{background-color:#fff}.page__section.page__section--locations-directory-header .share .icon:hover{background-color:#ccc}.page__section.page__section--locations-directory-header .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{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section.page__section--locations-directory-header .cta_description{margin-top:16px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .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{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{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .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{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{margin-top:0}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .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{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{margin-bottom:0}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .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]){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]){margin:16px 0}}@media only screen and (min-width: 1024px){.page__section.page__section--locations-directory-header .cta_description p:not([class]){margin:24px 0}}.page__section.page__section--locations-directory-header .cta_description a:not([class]){color:#7030ac;text-decoration:none}.page__section.page__section--locations-directory-header .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}}.rich-text{font-family:"Georgia",serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.rich-text{font-size:18px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text h2{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text h2{margin-top:0}}@media only screen and (min-width: 1024px){.rich-text h2{margin-top:0}}.rich-text h2:not([class]){font-family:"Benton",sans-serif;color:#333;font-weight:700;text-align:left}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text h2:not([class]){font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text h2:not([class]){font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.rich-text h2:not([class]){font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text h2:not([class]):first-child{margin:0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text h2:not([class]):first-child{margin:0 0 16px}}@media only screen and (min-width: 1024px){.rich-text h2:not([class]):first-child{margin:0 0 24px}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text h2:not([class]){margin:30px 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text h2:not([class]){margin:32px 0 16px}}@media only screen and (min-width: 1024px){.rich-text h2:not([class]){margin:48px 0 24px}}.rich-text h3:not([class]){font-family:"Benton",sans-serif;color:#333;font-weight:700;margin-top:30px;margin-bottom:15px}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text h3:not([class]){font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text h3:not([class]){font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.rich-text h3:not([class]){font-size:18px;line-height:24px}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text p:not([class]):first-child{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text p:not([class]):first-child{margin-top:0}}@media only screen and (min-width: 1024px){.rich-text p:not([class]):first-child{margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text p:not([class]):last-child{margin-bottom:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text p:not([class]):last-child{margin-bottom:0}}@media only screen and (min-width: 1024px){.rich-text p:not([class]):last-child{margin-bottom:0}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text p:not([class]){margin:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text p:not([class]){margin:16px 0}}@media only screen and (min-width: 1024px){.rich-text p:not([class]){margin:24px 0}}.rich-text p:not([class]) img{display:block;margin:0 auto;max-width:100%}@media only screen and (min-width: 1024px){.rich-text p:not([class]) img{margin-top:24px;margin-bottom:24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.rich-text p:not([class]) img{margin:32px auto 16px;max-width:calc(112px + ((100% - 176px) / 12 * 8));max-height:70vh}}@media only screen and (min-width: 0) and (max-width: 640px){.rich-text p:not([class]) img{margin-top:30px;margin-bottom:15px}}.rich-text a:not([class]){color:#7030ac;text-decoration:none}.rich-text a:not([class]):hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.rich-text a.nyulmc_telephone_link{color:#7030ac;text-decoration:none}.rich-text a.nyulmc_telephone_link:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.rich-text--first>:first-child{margin-top:0 !important}.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}html.stop-scrolling{overflow:hidden;height:100%}html.stop-scrolling body{position:fixed}.share .mailer{display:none}.share button{margin:0;padding:0;-webkit-box-sizing:content-box;box-sizing:content-box;border:none;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--on-gray a{background-color:#fff}.share--on-gray button{background-color:#fff;border-color:#e9e9e9}.share .icon{font-family:"FontAwesome";font-style:normal;font-weight:400;text-decoration:none}.share .icon.email:before{content:'\f003'}.share .icon.facebook:before{content:'\f09a'}.share .icon.twitter:before{content:'\f099'}.share .icon.print:before{content:'\f02f'}.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}}#overlay{position:fixed;z-index:9001;top:0;left:0;overflow:auto;width:100%;height:100%;background:#2e2e3d;opacity:0;display:none;-webkit-transform:translateZ(0);-webkit-transition:all .3s;transition:all .3s}#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:before{position:relative;top:-10px;left:0;color:#fff;content:'\f00d';font-family:"FontAwesome";font-size:12px}#overlay .close:hover{background-color:#90f}@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:9999;width:85%;max-width:768px;margin:10% auto;background:#ececec;opacity:0;border-radius:4px;-webkit-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition:all .5s ease-in .3s;transition:all .5s ease-in .3s}.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{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 .slots a,#overlay .mailer .news-related__accordion button{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-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}#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}.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{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{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"}.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}.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{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{overflow:auto;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.page__section{padding:30px 0 30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section{padding:32px 0 32px}}@media only screen and (min-width: 1024px){.page__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{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{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__container,.page--location .page__main .search-doctors__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-box-on-search-results:before,.page--location .page__main .search-box-on-search-results__container,.page--location .page__main .search-doctors__header:before{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__container,.page--location .page__section--location_plan_a_visit .search-doctors__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-box-on-search-results:before,.page--location .page__section--location_plan_a_visit .search-box-on-search-results__container,.page--location .page__section--location_plan_a_visit .search-doctors__header:before{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}}.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:flex-start}.news-related__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(33.33% - 16px);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 12px;background:#fff}.news-related__item--hidden{display:none}.news-related__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}.news-related__thumb{background:#ccc 50% 50%;background-size:cover}.news-related__thumb:after{display:block;width:100%;height:0;padding-bottom:66.67%;content:''}.news-related__content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-top:24px;font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.news-related__content{font-size:16px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related__content{font-size:18px;line-height:25px}}@media only screen and (min-width: 1024px){.news-related__content{font-size:18px;line-height:25px}}.news-related__content:focus{outline:3px solid #007bcb}.news-related__more{padding-top:12px;padding-bottom:24px;height:58px;margin:0}.news-related__more a{display:inline-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){.news-related__more a{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related__more a{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.news-related__more a{font-size:16px;line-height:22px}}.news-related__more a:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.news-related__more a:focus{outline:3px solid #007bcb}.news-related__toolbar{position:relative;display:none;overflow:hidden;width:70px;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 8px;margin:0 auto}.news-related__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}.news-related__dots .slick-dot{position:relative;display:inline-block;padding:3px;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:8px;height:8px;padding:0;border:0;background-color:#cbcbcb;border-radius:4px;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:#2ed4aa;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:24px 0 0 0;text-align:center}.news-related__accordion--hidden{display:none}.news-related__accordion button{overflow:hidden;border:none;background-color:transparent;cursor:pointer;font-size:18px;outline:none;padding:0;height:22px;font-family:"Benton",sans-serif;color:#7030ac;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.news-related__accordion button{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related__accordion button{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.news-related__accordion button{font-size:16px;line-height:22px}}.news-related__accordion button:hover{color:#7b70bf;border-bottom:1px solid #7b70bf}.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:10px;content:'\f078';font-family:"FontAwesome";font-size:16px}.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:5px}.news-related .slick-prev,.news-related .slick-next{position:absolute;z-index:1;top:50%;display:block;width:50px;height:50px;padding:10px;border:none;border-radius:25px;cursor:pointer;font-size:0;line-height:0;outline:none;background:#ececec;color:#7030ac;-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";font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.news-related .slick-prev{left:-5%}.news-related [dir='rtl'] .slick-prev{right:-5%;left:auto}.news-related .slick-prev:before{content:""}.news-related [dir='rtl'] .slick-prev:before{content:""}.news-related .slick-next{right:-5%}.news-related [dir='rtl'] .slick-next{right:auto;left:-5%}.news-related .slick-next:before{content:""}.news-related [dir='rtl'] .slick-next:before{content:""}@media only screen and (min-width: 1024px){.news-related__item:nth-of-type(3n+1){margin-left:0}.news-related__item:nth-of-type(3n+3){margin-right:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.news-related__item{width:calc(33.33% - 10.666666px);margin:0 8px}.news-related__item:nth-of-type(3n+1){margin-left:0}.news-related__item:nth-of-type(3n+3){margin-right:0}.news-related__content{margin:16px 0 0 0}.news-related__more{padding-top:8px;padding-bottom:16px;height:46px}}@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{height:auto;float:none}.news-related__accordion{display:none}.news-related__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 40px);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0}.news-related__item.slick-active{width:100%}.news-related__item--hidden{display:-webkit-box;display:-ms-flexbox;display:flex}.news-related__content{color:#1d1d1d;margin:15px 0 0 0}.news-related__more{padding-bottom:15px;height:50px}}.news-related--two .news-related__accordion,.news-related--one .news-related__accordion{display:none}.news-related--two .news-related__more a,.news-related--one .news-related__more a{font-size:14px}@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));-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0}.news-related--two .news-related__item:first-child,.news-related--one .news-related__item:first-child{margin-right:24px}.news-related--two .news-related__wrap,.news-related--one .news-related__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(120px + ((100% - 264px) / 12 * 6));-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-related--two .news-related__thumb,.news-related--one .news-related__thumb{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}.news-related--two .news-related__content,.news-related--one .news-related__content{margin:24px 24px 0}.news-related--two .news-related__more,.news-related--one .news-related__more{margin:0 24px 24px}}@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));-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0}.news-related--two .news-related__item:first-child,.news-related--one .news-related__item:first-child{margin-right:16px}.news-related--two .news-related__wrap,.news-related--one .news-related__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(80px + ((100% - 176px) / 12 * 6));margin-left:16px;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-related--two .news-related__thumb,.news-related--one .news-related__thumb{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}.news-related--two .news-related__content,.news-related--one .news-related__content{margin:0}.news-related--two .news-related__more,.news-related--one .news-related__more{height:18px}}@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}}.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{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{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{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{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{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}.carousel{overflow:hidden}.carousel .wrap{width:100%;white-space:nowrap;font-size:0;cursor:move;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;padding:0}.carousel .slide{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top;width:100%;font-size:20px;white-space:normal}.carousel .slide a{text-decoration:none}.carousel .slide .doctor-name{font-family:"Benton",sans-serif;color:#7030ac;font-weight:500;display:block}@media only screen and (min-width: 0) and (max-width: 640px){.carousel .slide .doctor-name{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.carousel .slide .doctor-name{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.carousel .slide .doctor-name{font-size:16px;line-height:22px}}.carousel .slide .specialty{font-family:"Benton",sans-serif;color:#4a4a4a;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.carousel .slide .specialty{font-size:16px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.carousel .slide .specialty{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.carousel .slide .specialty{font-size:16px;line-height:19px}}.carousel .slide a:hover .doctor-name,.carousel .slide a:hover .specialty{color:#7b70bf}.carousel .no-animation{-webkit-transition:none;transition:none}.carousel.disable .wrap{cursor:default}@media only screen and (min-width: 0) and (max-width: 640px){.carousel .wrap{cursor:move}.carousel nav .prev{left:-3%}.carousel nav .next{right:-3%}}nav.chevrons{position:static;font-size:18px}nav.chevrons button{display:block;position:absolute;top:30%;margin-top:-1em;width:2.5em;height:2.5em;line-height:2.5em;background:#580f8b;color:#fff;border-radius:50%;cursor:pointer;z-index:10;overflow:hidden;text-decoration:none;-webkit-transition:all .3s;transition:all .3s;border:none}nav.chevrons button:hover{background:#7b70bf;color:#fff}nav.chevrons button:before{font-family:"FontAwesome";width:100%;text-align:center;display:inline-block}nav.chevrons button.disabled{opacity:.3 !important;cursor:default;background:inherit;color:#999}nav.chevrons .prev{left:-2%}nav.chevrons .prev:before{font-family:"FontAwesome";content:'\f053'}nav.chevrons .next{right:-2%}nav.chevrons .next:before{font-family:"FontAwesome";content:'\f054'}nav.chevrons.small{font-size:12px}nav.chevrons.small .prev{left:0}nav.chevrons.small .next{right:0}nav.chevrons.inverted .next,nav.chevrons.inverted .prev{background:#580f8b;color:#fff}nav.chevrons.inverted .next:hover,nav.chevrons.inverted .prev:hover{background:#90f}nav.chevrons.inverted .next.disabled,nav.chevrons.inverted .prev.disabled{background:#999}nav.bullets{font-size:0}nav.bullets ul{padding:24px 30px;text-align:center;z-index:10}nav.bullets li{display:inline-block;width:24px;height:24px;cursor:pointer}nav.bullets li a{display:block;text-indent:-999px;margin:8px;height:8px;width:8px;background:#ccc;border-radius:6px}nav.bullets li:hover a{background:#999}nav.bullets li:focus a{background:#999}nav.bullets li.active a{background:#0c9}.page__section--location_doctors{clear:both;overflow:hidden;text-align:center;background:#f7f7f7}.page__section--location_doctors *{-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors{padding:30px 0 45px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors{padding:32px 0 48px}}@media only screen and (min-width: 1024px){.page__section--location_doctors{padding:48px 0 72px}}.page__section--location_doctors .hero a{color:#fff}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .hero a{margin:30px 0 0}}.page__section--location_doctors .hero.plain{position:relative;color:#333;background:none}@media only screen and (min-width: 1024px){.page__section--location_doctors .hero.plain{width:calc(120px + ((100% - 264px) / 12 * 6));margin-left:calc(72px + ((100% - 264px) / 12 * 3));margin-bottom:48px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .hero.plain{width:calc(144px + ((100% - 176px) / 12 * 10));margin-left:calc(16px + ((100% - 176px) / 12 * 1));margin-bottom:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .hero.plain{width:calc(75px + (100% - 75px))}}.page__section--location_doctors .hero.plain .overview{font-family:"Benton",sans-serif;color:#333;font-weight:400}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .hero.plain .overview{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .hero.plain .overview{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .hero.plain .overview{font-size:18px;line-height:30px}}.page__section--location_doctors .hero h2{font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .hero h2{font-size:22px;line-height:28px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .hero h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .hero h2{font-size:26px;line-height:30px}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .hero h2{margin:0 0 15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .hero h2{margin:0 0 16px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .hero h2{margin:0 0 24px}}.page__section--location_doctors .hero p{margin:0}.page__section--location_doctors .link-button{margin:0;z-index:10}.page__section--location_doctors .link-button .button,.page__section--location_doctors .link-button .page--location .location__overview_links .arrow:after,.page--location .location__overview_links .page__section--location_doctors .link-button .arrow:after{font-family:"Benton",sans-serif;color:#fff;font-weight:700;text-decoration:none;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .link-button .button,.page__section--location_doctors .link-button .page--location .location__overview_links .arrow:after,.page--location .location__overview_links .page__section--location_doctors .link-button .arrow:after{font-size:16px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .link-button .button,.page__section--location_doctors .link-button .page--location .location__overview_links .arrow:after,.page--location .location__overview_links .page__section--location_doctors .link-button .arrow:after{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .link-button .button,.page__section--location_doctors .link-button .page--location .location__overview_links .arrow:after,.page--location .location__overview_links .page__section--location_doctors .link-button .arrow:after{font-size:18px;line-height:24px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .link-button .button,.page__section--location_doctors .link-button .page--location .location__overview_links .arrow:after,.page--location .location__overview_links .page__section--location_doctors .link-button .arrow:after{height:70px;line-height:34px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .link-button .button,.page__section--location_doctors .link-button .page--location .location__overview_links .arrow:after,.page--location .location__overview_links .page__section--location_doctors .link-button .arrow:after{height:70px;line-height:34px}}.page__section--location_doctors .carousel{overflow:visible;clear:both}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .carousel{margin-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .carousel{margin-bottom:32px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .carousel{margin-bottom:48px}}.page__section--location_doctors .carousel li{padding:2px;text-align:center;font-size:18px}.page__section--location_doctors .carousel li .carousel-photo{position:relative;display:block}.page__section--location_doctors .carousel li .carousel-photo:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.75)}.page__section--location_doctors .carousel li p{font-size:16px;opacity:0;margin:0}.page__section--location_doctors .carousel li img,.page__section--location_doctors .carousel li .no-image{width:100%;display:block}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .carousel li img,.page__section--location_doctors .carousel li .no-image{margin-bottom:7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .carousel li img,.page__section--location_doctors .carousel li .no-image{margin-bottom:8px}}@media only screen and (min-width: 1024px){.page__section--location_doctors .carousel li img,.page__section--location_doctors .carousel li .no-image{margin-bottom:12px}}.page__section--location_doctors .wrap{position:relative;left:0}.page__section--location_doctors nav a{top:30%}@media only screen and (min-width: 1024px){.page__section--location_doctors .plain.hero a{display:none}.page__section--location_doctors .plain.hero .clip{display:none}.page__section--location_doctors .responsive{width:16.666666%}.page__section--location_doctors li.active .carousel-photo:after,.page__section--location_doctors li.active+li .carousel-photo:after,.page__section--location_doctors li.active+li+li .carousel-photo:after,.page__section--location_doctors li.active+li+li+li .carousel-photo:after,.page__section--location_doctors li.active+li+li+li+li .carousel-photo:after,.page__section--location_doctors li.active+li+li+li+li+li .carousel-photo:after{background-color:transparent}.page__section--location_doctors li.active p,.page__section--location_doctors li.active+li p,.page__section--location_doctors li.active+li+li p,.page__section--location_doctors li.active+li+li+li p,.page__section--location_doctors li.active+li+li+li+li p,.page__section--location_doctors li.active+li+li+li+li+li p{opacity:1}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page__section--location_doctors .plain.hero a{display:none}.page__section--location_doctors .plain.hero .clip{display:none}.page__section--location_doctors .responsive{width:25%}.page__section--location_doctors li.active .carousel-photo:after,.page__section--location_doctors li.active+li .carousel-photo:after,.page__section--location_doctors li.active+li+li .carousel-photo:after,.page__section--location_doctors li.active+li+li+li .carousel-photo:after{background-color:transparent}.page__section--location_doctors li.active p,.page__section--location_doctors li.active+li p,.page__section--location_doctors li.active+li+li p,.page__section--location_doctors li.active+li+li+li p{opacity:1}}@media only screen and (min-width: 0) and (max-width: 640px){.page__section--location_doctors .hero.plain+.container,.page__section--location_doctors .hero.plain+.nav-nyu__container,.page__section--location_doctors .hero.plain+.pcc-header__container,.page__section--location_doctors .hero.plain+.footer-title,.page__section--location_doctors footer .hero.plain+.footer-links,footer .page__section--location_doctors .hero.plain+.footer-links,.page__section--location_doctors .footer-callout .hero.plain+p,.footer-callout .page__section--location_doctors .hero.plain+p,.page__section--location_doctors .hero.plain+.footer-meta__container,.page__section--location_doctors .hero.plain+.page__section.page__section--locations-directory-header:before,.page__section--location_doctors .hero.plain+.page__container,.page__section--location_doctors .hero.plain+.search-doctors__container,.page__section--location_doctors .hero.plain+.page__section--gray:first-child:before,.page__section--location_doctors .hero.plain+.page__section--request-appointment:after,.page__section--location_doctors .hero.plain+.modal-menu__container,.page__section--location_doctors .page--location .hero.plain+.page__section--location_header:before,.page--location .page__section--location_doctors .hero.plain+.page__section--location_header:before,.page__section--location_doctors .hero.plain+.search-box-on-search-results:before,.page__section--location_doctors .hero.plain+.search-box-on-search-results__container,.page__section--location_doctors .hero.plain+.search-doctors__header:before{display:none}}.doctor-image{display:inline-block;width:50%}.doctor-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.doctor-image img{width:100%;height:auto}.doctor-image.basic img{max-width:300px}@media only screen and (min-width: 1024px){.doctor-image.basic{width:180px;margin-right:60px;float:left}.doctor-image.square{float:right;max-width:640px;padding:0 72px}}@media only screen and (min-width: 0) and (max-width: 640px){.doctor-image{width:100%;overflow:hidden;max-height:500px}}.no-image{position:relative;background:#4b2a70;font-family:"Benton",sans-serif;color:#333;font-weight:400}.no-image *{-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width: 0) and (max-width: 640px){.no-image{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.no-image{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.no-image{font-size:18px;line-height:30px}}.no-image span{position:absolute;width:100%;left:0;top:50%;margin-top:-.5em;font-size:42px;font-weight:700;color:#fff}.no-image:after{content:'';padding-bottom:133.333333%;display:block}@media only screen and (min-width: 0) and (max-width: 640px){.no-image{font-size:18px}}.description *{-webkit-box-sizing:border-box;box-sizing:border-box}.description a{font-family:"Benton",sans-serif;color:#333;font-weight:400;color:#fff;text-decoration:underline}@media only screen and (min-width: 0) and (max-width: 640px){.description a{font-size:16px;line-height:26px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.description a{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.description a{font-size:18px;line-height:30px}}@media only screen and (min-width: 1024px){.description{text-align:left;width:50%;float:left}}@media only screen and (min-width: 641px) and (max-width: 1023px){.description{width:50%}.center .description{width:100%}}@media only screen and (min-width: 0) and (max-width: 640px){.doctor .description{padding-top:1em}.appointment .description{text-align:left}}.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}}.print-logo{display:none}@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{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 .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{-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__container,#disaster-alert .search-doctors__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-box-on-search-results:before,#disaster-alert .search-box-on-search-results__container,#disaster-alert .search-doctors__header:before{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__container,#disaster-alert .search-doctors__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-box-on-search-results:before,#disaster-alert .search-box-on-search-results__container,#disaster-alert .search-doctors__header:before{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__container,#disaster-alert .search-doctors__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-box-on-search-results:before,#disaster-alert .search-box-on-search-results__container,#disaster-alert .search-doctors__header:before{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}form.error-redesign .message,form.error-redesign .field-error{display:block;font-family:inherit;color:#d0021b;font-size:16px;line-height:24px;margin:7px 0 0;clear:both;padding:0;list-style:none}.link-button button.button,.link-button .page--location .location__overview_links button.arrow:after,.page--location .location__overview_links .link-button button.arrow:after{width:auto}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav__trigger{margin-top:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav__trigger{margin-top:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav--wrapper{border-radius:4px;overflow:hidden}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav--wrapper{border-radius:4px;overflow:hidden}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav--wrapper{margin-top:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav--wrapper{margin-top:32px}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav.accordion--open .page-nav__expand{border-radius:0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav.accordion--open .page-nav__expand{border-radius:0}}@media only screen and (min-width: 0) and (max-width: 640px){.page-nav.accordion--open .page-nav__expand{padding-top:20px;padding-bottom:30px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.page-nav.accordion--open .page-nav__expand{padding-top:22px;padding-bottom:32px}}.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}.search-box-on-search-results{background-color:#f3f3f3}.search-box-on-search-results:before{height:106px}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box-on-search-results:before{height:123px}}@media only screen and (min-width: 1024px){.search-box-on-search-results:before{height:139px}}.search-box-on-search-results: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-box-on-search-results:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box-on-search-results:before{top:-16px}}@media only screen and (min-width: 1024px){.search-box-on-search-results:before{top:-24px}}.search-box-on-search-results .search-box__button-search{background-color:#580f8b;font-family:"Benton",sans-serif}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box-on-search-results .search-box__button-search{height:52px;line-height:52px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box-on-search-results .search-box__button-search{height:48px}}.search-box-on-search-results .search-box__button-search:hover{background-color:#7b70bf}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box-on-search-results .search-box__button-clear{top:4px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box-on-search-results .search-box__button-clear{top:1px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box-on-search-results .search-box--is-loading:after{top:16px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box-on-search-results .search-box--is-loading:after{top:13px;right:4px}}.search-box-on-search-results .search-box input{border:1px solid #ddd;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box-on-search-results .search-box input{height:50px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box-on-search-results .search-box input{height:46px}}.search-box-on-search-results .search-box input:focus{-webkit-box-shadow:0 0 0 1px #580f8b;box-shadow:0 0 0 1px #580f8b;border-color:#580f8b}@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-box{position:relative;font-weight:500}.search-box input{margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:4px;border:1px solid #fff;height:62px;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;font-family:"Benton",sans-serif;color:#333;font-weight:700}@media only screen and (min-width: 0) and (max-width: 640px){.search-box input{font-size:14px;line-height:18px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box input{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-box input{font-size:18px;line-height:22px}}@media only screen and (min-width: 1024px){.search-box input{padding:19px 57px 19px 24px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box input{padding:16px 57px 16px 16px;height:60px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box input{padding:10px 53px 10px 15px;height:48px;border-radius:4px 0 0 4px}}.search-box input:focus{outline:none;-webkit-box-shadow:0 0 0 1px #4a80de;box-shadow:0 0 0 1px #4a80de;border-color:#4a80de}.search-box input::-webkit-input-placeholder{font-weight:500;color:silver}.search-box input::-moz-placeholder{font-weight:500;color:silver}.search-box input:-ms-input-placeholder{font-weight:500;color:silver}.search-box input::-ms-input-placeholder{}.search-box input::placeholder{font-weight:500;color:silver}.search-box--modal{display:inline-block}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--modal{vertical-align:middle;margin:15px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box--modal{vertical-align:middle;margin:16px 0}}@media only screen and (min-width: 1024px){.search-box--modal{vertical-align:middle;margin:24px 0}}@media only screen and (min-width: 1024px){.search-box--modal{width:calc(216px + ((100% - 264px) / 12 * 10))}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box--modal{width:calc(128px + ((100% - 176px) / 12 * 9))}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--modal{width:calc(60px + ((100% - 75px) / 6 * 5))}}.search-box--modal input{height:62px;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box--modal input{height:60px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--modal input{height:48px;border-radius:4px 0 0 4px}}.search-box--modal input[type=search]::-ms-clear,.search-box--modal input[type=search]::-ms-reveal{display:none;width:0;height:0}.search-box--modal input[type=search]::-webkit-search-decoration,.search-box--modal input[type=search]::-webkit-search-cancel-button,.search-box--modal input[type=search]::-webkit-search-results-button,.search-box--modal input[type=search]::-webkit-search-results-decoration{display:none}.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:10px;top:21px}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box--is-loading:after{top:20px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--is-loading:after{top:15px;right:4px}}.search-box--is-autocomplete-opened input{border-radius:4px 4px 0 0}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--is-autocomplete-opened input{border-radius:4px 0 0}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box--is-autocomplete-opened+a{border-radius:0 5px 0 0}}.search-box__dropdown{margin-top:1px;position:absolute;left:-1px;width:calc(100% + 2px);background:#fff;z-index:10;-webkit-box-shadow:0 2px 8px #ccc;box-shadow:0 2px 8px #ccc;line-height:normal}@media only screen and (min-width: 1024px){.search-box__dropdown{max-height:calc(100vh - 285px);overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown{max-height:calc(100vh - 201px);overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown{width:calc(4px + (100% / 5 * 6));max-height:calc(100vh - 171px);overflow-y:auto;-webkit-overflow-scrolling:auto}}@media only screen and (min-width: 0) and (max-width: 640px){body.iOS .search-box__dropdown-container{padding-bottom:75px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-container{padding:15px 15px 7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-container{padding:16px 16px 8px}}@media only screen and (min-width: 1024px){.search-box__dropdown-container{padding:24px 24px 12px}}.search-box__dropdown-group{list-style:none;margin:0}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-group{padding:15px 0 7.5px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-group{padding:16px 0 8px}}@media only screen and (min-width: 1024px){.search-box__dropdown-group{padding:24px 0 12px}}@media only screen and (min-width: 1024px){.search-box__dropdown-group{padding:12px 0}}.search-box__dropdown-group:first-child{padding-top:0}.search-box__dropdown-group:last-child{padding-bottom:0}.search-box__dropdown-group a{display:block;cursor:pointer;text-decoration:none;color:#333}.search-box__dropdown-group a em{font-style:normal;text-decoration:underline}.search-box__dropdown-group:before{content:'';display:block;height:0;border-top:1px solid #ccc;position:relative}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-group:before{top:-15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-group:before{top:-16px}}@media only screen and (min-width: 1024px){.search-box__dropdown-group:before{top:-24px}}@media only screen and (min-width: 1024px){.search-box__dropdown-group:before{top:-12px}}.search-box__dropdown-group:first-of-type:before{display:none}.search-box__dropdown-item{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-item{font-size:14px;line-height:20px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-item{font-size:16px;line-height:20px}}@media only screen and (min-width: 1024px){.search-box__dropdown-item{font-size:16px;line-height:20px}}.search-box__dropdown-item a:focus{outline:none}.search-box__dropdown-item:hover a,.search-box__dropdown-item--active a{color:#7c60a9}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-item{padding-bottom:15px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-item{padding-bottom:16px}}@media only screen and (min-width: 1024px){.search-box__dropdown-item{padding-bottom:24px}}@media only screen and (min-width: 1024px){.search-box__dropdown-item{padding-bottom:12px}}.search-box__dropdown-view-all{font-family:"Benton",sans-serif;color:#333;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-view-all{font-size:14px;line-height:22px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-view-all{font-size:16px;line-height:22px}}@media only screen and (min-width: 1024px){.search-box__dropdown-view-all{font-size:16px;line-height:22px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__dropdown-view-all{padding:7.5px 0}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__dropdown-view-all{padding:8px 0}}@media only screen and (min-width: 1024px){.search-box__dropdown-view-all{padding:12px 0}}.search-box__dropdown-view-all a{color:#7030ac}.search-box__dropdown-view-all a:focus{outline:none}.search-box__dropdown-view-all:hover a,.search-box__dropdown-view-all--active a{color:#7c60a9}.search-box__button-search{display:inline-block;background-color:#6492e3;color:#fff;text-align:center;line-height:normal;border:none;border-radius:5px;text-decoration:none;text-transform:uppercase;cursor:pointer;font-weight:500}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-search{margin:15px 0 15px 15px;vertical-align:middle}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-search{margin:16px 0 16px 16px;vertical-align:middle}}@media only screen and (min-width: 1024px){.search-box__button-search{margin:24px 0 24px 24px;vertical-align:middle}}@media only screen and (min-width: 1024px){.search-box__button-search{width:calc(24px + ((100% - 264px) / 12 * 2));height:64px;line-height:64px;padding-top:1px}.search-box__button-search--label{letter-spacing:2.2px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-search{width:calc(32px + ((100% - 176px) / 12 * 3));height:62px;line-height:62px;padding-top:1px}.search-box__button-search--label{letter-spacing:.5px}}@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;height:50px;padding:0;border-radius:0 5px 5px 0}.search-box__button-search--label{display:none}.search-box__button-search:after{width:calc(15px + ((100% - 75px) / 6 * 1));height:40px;text-align:center;vertical-align:middle;content:'';font-family:"FontAwesome";font-size:20px;color:#fff;position:relative}}.search-box__button-search:hover{background-color:#4a80de}.search-box__button-clear{color:#333;text-decoration:none;display:block;position:absolute;right:10px;top:9px;width:40px;height:40px;line-height:40px;border:none;background-color:transparent;cursor:pointer}@media only screen and (min-width: 641px) and (max-width: 1023px){.search-box__button-clear{top:8px}}@media only screen and (min-width: 0) and (max-width: 640px){.search-box__button-clear{top:3px;right:4px}}.search-box__button-clear:after{width:100%;text-align:center;vertical-align:middle;content:'\F00D';font-family:"FontAwesome";font-size:20px}.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}.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}.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}.location-select{border-bottom:solid 2px #333;color:#333}.location-select:hover .select-icon:after{color:#7b70bf !important}.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;margin:0;width:auto;height:auto;line-height:34px;min-width:300px;float:none}@media only screen and (min-width: 0) and (max-width: 640px){.location-select--custom{min-width:170px}}@media only screen and (min-width: 641px) and (max-width: 1023px){.location-select--custom{min-width:170px}}.location-select--custom .select-icon:after{color:#666;line-height:1}.location-select__link{width:100%;padding:2px 35px 0 0;margin:0;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;font-size:18px;font-weight:500;line-height:34px;color:#624988}.location-select__link:hover{color:#7b70bf !important}.location-select__link:after{font-size:12px;margin-left:8px;line-height:22px;vertical-align:top}.location-select__dropdown{background-color:#fff;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;font-weight:400}.location-select__item-link:hover{color:#7030ac}.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:-3px}@media print{.page--fad .providers-header-filters__filter-dropdown--location .location-select__link{font-weight:700}}.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}@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}

