@charset "UTF-8";

.nyuuninav--visually-hidden {
  position: absolute;
  left: -1000em;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nyuuninav--visually-hidden--focusable:focus {
  clip: auto;
  left: auto;
  overflow: auto;
  height: auto;
  width: auto;
}


@font-face {
  font-family: 'NavFontAwesome';
  src: url(https://nyulangone.org/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.eot);
  src: url(https://nyulangone.org/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.eot) format("embedded-opentype"), url(https://nyulangone.org/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.woff) format("woff"), url(https://nyulangone.org/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.ttf) format("truetype"), url(https://nyulangone.org/bundles/nyulangonefrontend/assets/fonts/awesome/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

/*
  Please use letter-spacing: 0 instead of normal. See mixin at the bottom of this file
*/

#nyuuninav--global-ankle .nyuuninav--global-ankle__container,
#nyuuninav--footer .nyuuninav--footer__menu-container,
#nyuuninav--footer .nyuuninav--footer__notes-container {
  max-width: 1280px;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer .nyuuninav--footer__notes-container {
    margin: 0 15px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
#nyuuninav--global-ankle body.nyuuninav--is-touch-device .nyuuninav--global-ankle__container,
body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--footer__menu-container,
#nyuuninav--footer body.nyuuninav--is-touch-device .nyuuninav--footer__menu-container,
body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--footer__notes-container,
#nyuuninav--footer body.nyuuninav--is-touch-device .nyuuninav--footer__notes-container {
  margin: 0 20px;
}

@media only screen and (min-width: 1344px) {
  body.nyuuninav--is-touch-device #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--global-ankle body.nyuuninav--is-touch-device .nyuuninav--global-ankle__container,
  body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer body.nyuuninav--is-touch-device .nyuuninav--footer__menu-container,
  body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--footer__notes-container,
  #nyuuninav--footer body.nyuuninav--is-touch-device .nyuuninav--footer__notes-container {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer .nyuuninav--footer__notes-container {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) and (min-width: 1328px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer .nyuuninav--footer__notes-container {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--global-ankle body:not(.nyuuninav--is-touch-device) .nyuuninav--global-ankle__container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__menu-container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__notes-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__notes-container {
    margin: 0 24px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1344px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--global-ankle body:not(.nyuuninav--is-touch-device) .nyuuninav--global-ankle__container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__menu-container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__notes-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__notes-container {
    margin: 0 auto;
  }
}

#nyuuninav--footer .nyuuninav--global-footer__content:after,
#nyuuninav--footer .nyuuninav--universal-legal-footer:after,
#nyuuninav--footer .nyuuninav--global-social__list:after {
  display: table;
  height: 0;
  clear: both;
  content: '';
  visibility: hidden;
}

body.nyuuninav--is-touch-device .mobile-only {
  display: none;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) .mobile-only {
    display: none;
  }
}

.nyuuninav--logo {
  display: block;
  float: left;
}

.nyuuninav--logo__image {
  display: block;
  padding: 0;
  margin: 0;
  width: 128px;
  height: 54px;
}

#nyuuninav--global-ankle {
  background-color: #4f0d7d;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}

#nyuuninav--global-ankle * {
  -webkit-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nyuuninav--global-ankle i {
  font-style: normal;
}

#nyuuninav--global-ankle .nyuuninav--global-ankle__content {
  margin: 0;
  text-align: center;
  font-family: Benton, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__content {
    padding: 30px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--global-ankle .nyuuninav--global-ankle__content {
  padding: 48px;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__content {
    padding: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__content {
    padding: 48px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__content {
    padding: 24px;
  }
}

#nyuuninav--global-ankle .nyuuninav--global-ankle__question {
  font-weight: 700;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__question {
    display: block;
    margin-bottom: 15px;
  }
}

#nyuuninav--global-ankle .nyuuninav--global-ankle__phone {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__phone:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--global-ankle .nyuuninav--global-ankle__phone:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__phone:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__phone:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}

#nyuuninav--global-ankle .nyuuninav--global-ankle__link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__link:hover {
    text-decoration: underline;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--global-ankle .nyuuninav--global-ankle__link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__link:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__link:hover {
    text-decoration: underline;
  }
}

#nyuuninav--footer {
  /*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
  /* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
  /**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
  /**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
  /**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
  /* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font style in Android 4.3-.
 */
  /**
 * Add the correct background and color in IE 9-.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
  /* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
  /*
 * Change the alignment on media elements in all browers (opinionated).
 */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in iOS 4-7.
 */
  /**
 * Remove the border on images inside links in IE 10-.
 */
  /**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
  /**
 * Hide the overflow in IE.
 */
  /* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
  /**
 * Collapse border spacing
 */
  /* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
  /**
 * Remove the margin in Firefox and Safari.
 */
  /**
 * Inherit styling in all browsers (opinionated).
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * 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.
 */
  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in IE.
 */
  /* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
  /*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
  /**
 * Add the correct display in IE 10-.
 */
  /* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
  /**
 * Change the cursor on busy elements (opinionated).
 */
  /*
 * Change the cursor on control elements (opinionated).
 */
  /*
 * Change the display on visually hidden accessible elements (opinionated).
 */
  /*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
  font-family: Benton, sans-serif;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer {
    padding: 30px 0 0;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer {
  padding: 48px 0 0;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer {
    padding: 32px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer {
    padding: 48px 0 0;
  }
}

#nyuuninav--footer .nyuuninav--global-footer__title {
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer__title {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__title {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    font-size: 0.875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer__title {
  font-size: 0.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__title {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer__title {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__title {
    line-height: 1;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    font-weight: 700;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer__title {
  font-weight: 700;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    color: #ffffff;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer__title {
  color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__title {
    color: #ffffff;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer__title {
  margin-bottom: 48px;
  margin-top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer__title {
    margin-bottom: 32px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__title {
    margin-bottom: 48px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer {
    padding: 15px 0 15px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer {
  padding: 24px 0 24px;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer {
    padding: 16px 0 16px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer {
    padding: 24px 0 24px;
  }
}

#nyuuninav--footer .nyuuninav--universal-legal-footer__content {
  float: right;
  margin: 0;
  padding: 0;
  line-height: 42px;
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__content {
  padding-top: 24px;
  float: none;
  clear: both;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__content {
    padding-top: 16px;
    float: none;
    clear: both;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__content {
    padding-top: 15px;
    float: none;
    clear: both;
  }
}

#nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  display: inline-block;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-size: 0.6875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  font-size: 0.6875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    line-height: 1;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-weight: 400;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  font-weight: 400;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    font-weight: 400;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    color: #888888;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  color: #888888;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    color: #888888;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    color: #888888;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    margin-right: 15px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  margin-right: 24px;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    margin-right: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    display: block;
    margin: 15px 0 0;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
  display: block;
  margin: 24px 0 0;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__item {
    display: block;
    margin: 16px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__item--external {
    margin-right: 9.6px;
  }
}

#nyuuninav--footer .nyuuninav--universal-legal-footer__item:last-child {
  margin-right: 0;
}

#nyuuninav--footer .nyuuninav--universal-legal-footer__link {
  text-decoration: none;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-size: 0.6875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
  font-size: 0.6875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    line-height: 1;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-weight: 400;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
  font-weight: 400;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    font-weight: 400;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    color: #888888;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
  color: #888888;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    color: #888888;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__link {
    color: #888888;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--universal-legal-footer__link:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--universal-legal-footer__link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--universal-legal-footer__link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}

#nyuuninav--footer .nyuuninav--universal-legal-footer__link-external-icon {
  width: auto;
  overflow: visible;
  display: inline-block;
  line-height: 1;
}

#nyuuninav--footer .nyuuninav--universal-legal-footer__link-external-icon {
  background-image: url("../images/external-icon.png");
  background-repeat: no-repeat;
  background-size: 10px;
  width: 14px;
  height: 11px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 7px;
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group {
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 24px;
    width: calc(((100% - 192px) / 5 * 1));
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group {
    border-top: solid 1px #888888;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group {
  border-top: solid 1px #888888;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group {
    border-top: solid 1px #888888;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group:first-child {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group:last-child {
    padding-right: 0;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group:last-child {
  border-bottom: solid 1px #888888;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group:last-child {
    border-bottom: solid 1px #888888;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group:last-child {
    border-bottom: solid 1px #888888;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  position: relative;
  margin: 0;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-family: Benton, sans-serifa;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-size: 0.875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  font-size: 0.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-weight: 700;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  font-weight: 700;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    color: #ffffff;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    color: #ffffff;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    padding: 18px 0;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
  padding: 18px 0;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    padding: 18px 0;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    margin: 0 0 24px;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title--open {
    padding-bottom: 0;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title--open {
  padding-bottom: 0;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title--open {
    padding-bottom: 0;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon {
  position: relative;
  float: right;
  margin-right: 20px;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon {
    display: none;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon--open .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
  content: "";
  background-image: url("../images/minus.png");
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon--open .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
    content: "";
    background-image: url("../images/minus.png");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon--open .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
      content: "";
      background-image: url("../images/minus.png");
      background-repeat: no-repeat;
      background-size: 14px;
      width: 14px;
      height: 15px;
      display: inline-block;
      vertical-align: text-bottom;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon-icon {
  position: relative;
  right: 0;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
  display: block;
  font-family: "NavFontAwesome";
  font-weight: 300;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
      content: "";
      background-image: url("../images/plus.png");
      background-repeat: no-repeat;
      background-size: 14px;
      width: 14px;
      height: 15px;
      display: inline-block;
      vertical-align: text-bottom;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
    content: "";
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__trigger-icon-icon:after {
      content: "";
      background-image: url("../images/plus.png");
      background-repeat: no-repeat;
      background-size: 14px;
      width: 14px;
      height: 15px;
      display: inline-block;
      vertical-align: text-bottom;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
  white-space: nowrap;
  text-decoration: none;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-size: 0.875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
  font-size: 0.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-weight: 700;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
  font-weight: 700;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-weight: 700;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    font-weight: 700;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    color: #ffffff;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
  color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link {
    color: #ffffff;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link--opposite:hover .nyuuninav--global-footer-menu-group__title-link-text {
  border-bottom: 1px solid #ffffff;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link-text {
  white-space: normal;
  display: inline;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link-external-icon {
  width: auto;
  overflow: visible;
  display: inline-block;
  line-height: 1;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__title-link-external-icon:after {
  content: "\A0\F08E";
  font-family: "NavFontAwesome";
  font-size: .9em;
  font-weight: 300;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__list {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__list--collapsed {
    display: none;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__list--collapsed {
  display: none;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__list--collapsed {
    display: none;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  list-style: none;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-size: 0.875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  font-size: 0.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-weight: 400;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  font-weight: 400;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    font-weight: 400;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    color: #888888;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  color: #888888;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    color: #888888;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    color: #888888;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    margin: 0 0 18px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
  margin: 0 0 18px;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__item {
    margin: 0 0 24px;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item:first-child {
    margin-top: 18px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__item:first-child {
  margin-top: 18px;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__item:first-child {
    margin-top: 18px;
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__item:last-child {
  padding-right: 0;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-size: 0.875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
  font-size: 0.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-weight: 400;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
  font-weight: 400;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    font-weight: 400;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    color: #888888;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
  color: #888888;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    color: #888888;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link {
    color: #888888;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-text {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-external-icon {
    color: #ffffff;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-text {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-external-icon {
  color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-text {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-external-icon {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-text {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-external-icon {
    color: #ffffff;

  }
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-footer-menu-group__link:hover .nyuuninav--global-footer-menu-group__link-external-icon {
    background-image: url("../images/external-icon--white.png");
  }
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__link-text {
  white-space: normal;
  display: inline;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__link-external-icon {
  width: auto;
  overflow: visible;
  display: inline-block;
  line-height: 1;
}

#nyuuninav--footer .nyuuninav--global-footer-menu-group__link-external-icon {
  background-image: url("../images/external-icon.png");
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 3px;
}

#nyuuninav--footer .nyuuninav--global-social {
  display: block;
  color: #ffffff;
  background-color: #1d1d1d;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social {
  padding-top: 24px;
  padding-bottom: 48px;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social {
    text-align: center;
    background-color: #212121;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social {
  padding-top: 18px;
  text-align: left;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social {
    padding-top: 18px;
    text-align: left;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social {
    padding-top: 18px;
    text-align: left;
  }
}

#nyuuninav--footer .nyuuninav--global-social__title {
  display: inline-block;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    font-family: Benton, sans-serif;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__title {
  font-family: Benton, sans-serif;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__title {
    font-family: Benton, sans-serif;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    font-size: 0.875rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__title {
  font-size: 0.875rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__title {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__title {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__title {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    font-weight: 700;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__title {
  font-weight: 700;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__title {
    font-weight: 700;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    color: #ffffff;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__title {
  color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__title {
    color: #ffffff;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    margin: 4px 15px 0 0;
    vertical-align: middle;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__title {
  margin: 4px 24px 0 0;
  vertical-align: middle;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__title {
    margin: 4px 16px 0 0;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__title {
    margin: 4px 24px 0 0;
    vertical-align: middle;
  }
}

#nyuuninav--footer .nyuuninav--global-social__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#nyuuninav--footer .nyuuninav--global-social__item {
  float: left;
  list-style: none;
  width: 1.4375rem;
  height: 1.4375rem;
  background-color: #888888;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__item {
    margin-right: 15px;
  }

  #nyuuninav--footer .nyuuninav--global-social__item:last-of-type {
    margin-right: 0;
  }

  #nyuuninav--footer .nyuuninav--global-social__item:hover {
    background-color: #ffffff;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__item {
  margin-right: 24px;
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__item:last-of-type {
  margin-right: 0;
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__item:hover {
  background-color: #ffffff;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__item {
    margin-right: 16px;
  }

  #nyuuninav--footer .nyuuninav--global-social__item:last-of-type {
    margin-right: 0;
  }

  #nyuuninav--footer .nyuuninav--global-social__item:hover {
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__item {
    margin-right: 24px;
  }

  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__item:last-of-type {
    margin-right: 0;
  }

  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__item:hover {
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__item {
    margin-right: 12px;
  }
}

#nyuuninav--footer .nyuuninav--global-social__link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    font-family: NavFontAwesome;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__link {
  font-family: NavFontAwesome;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    font-family: NavFontAwesome;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__link {
    font-family: NavFontAwesome;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    font-size: 0.75rem;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__link {
  font-size: 0.75rem;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__link {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    line-height: 1;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__link {
  line-height: 1;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__link {
    line-height: 1;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    font-weight: 400;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__link {
  font-weight: 400;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__link {
    font-weight: 400;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    color: #1d1d1d;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--global-social__link {
  color: #1d1d1d;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--footer .nyuuninav--global-social__link {
    color: #1d1d1d;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--global-social__link {
    color: #1d1d1d;
  }
}

#nyuuninav--footer .nyuuninav--global-social__icon {
  display: block;
}

#nyuuninav--footer .nyuuninav--global-social__icon--facebook:before {
  content: " ";
  background-image: url("https://image.e.nyulangone.org/lib/fe3211717164047e761376/m/1/7583de07-1ce4-4389-9b29-c16bb13a4775.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center center;
  width: 14px;
  height: 22px;
  display: inline-block;
}

#nyuuninav--footer .nyuuninav--global-social__icon--twitter:before {
    content: " ";
    background-image: url("https://image.e.nyulangone.org/lib/fe3211717164047e761376/m/1/ab4002fc-58a6-49e0-9768-e3c260649805.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    width: 100%;
    height: 23px;
    display: inline-block;
}

#nyuuninav--footer .nyuuninav--global-social__icon--instagram:before {
    content: " ";
    background-image: url("https://image.e.nyulangone.org/lib/fe3211717164047e761376/m/1/c32be8c9-b3db-4b3d-9bdc-544736380875.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    width: 100%;
    height: 23px;
    display: inline-block;
}

#nyuuninav--footer .nyuuninav--global-social__icon--youtube:before {
    content: " ";
    background-image: url("https://image.e.nyulangone.org/lib/fe3211717164047e761376/m/1/23ecf240-8d2a-44a4-be3a-2e917ca9b681.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    width: 100%;
    height: 23px;
    display: inline-block;
}

#nyuuninav--footer .nyuuninav--global-social__icon--linked-in:before {
    content: " ";
    background-image: url("https://image.e.nyulangone.org/lib/fe3211717164047e761376/m/1/5c69f74e-c908-4b6f-aa32-bf19acbfc06b.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center;
    width: 100%;
    height: 23px;
    display: inline-block;
}

#nyuuninav--footer .nyuuninav--logo__image--footer {
  margin: 0;
  width: 100px;
  height: 42px;
}

#nyuuninav--footer .nyuuninav--logo__image-link--footer {
  border: none;
  text-decoration: none;
  display: block;
  color: inherit;
  margin: 0;
  padding: 0;
}

#nyuuninav--footer .nyuuninav--logo__image-link--footer:hover {
  background-color: inherit;
}

#nyuuninav--footer *,
#nyuuninav--footer ::before,
#nyuuninav--footer ::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* 2 */
}

#nyuuninav--footer ::before,
#nyuuninav--footer ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

#nyuuninav--footer html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

#nyuuninav--footer article,
#nyuuninav--footer aside,
#nyuuninav--footer footer,
#nyuuninav--footer header,
#nyuuninav--footer nav,
#nyuuninav--footer section {
  display: block;
}

#nyuuninav--footer body {
  margin: 0;
}

#nyuuninav--footer h1 {
  font-size: 2em;
  margin: .67em 0;
}

#nyuuninav--footer figcaption,
#nyuuninav--footer figure,
#nyuuninav--footer main {
  /* 1 */
  display: block;
}

#nyuuninav--footer figure {
  margin: 1em 40px;
}

#nyuuninav--footer hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

#nyuuninav--footer nav ol,
#nyuuninav--footer nav ul {
  list-style: none;
}

#nyuuninav--footer pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

#nyuuninav--footer a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

#nyuuninav--footer abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

#nyuuninav--footer b,
#nyuuninav--footer strong {
  font-weight: inherit;
}

#nyuuninav--footer b,
#nyuuninav--footer strong {
  font-weight: bolder;
}

#nyuuninav--footer code,
#nyuuninav--footer kbd,
#nyuuninav--footer samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

#nyuuninav--footer dfn {
  font-style: italic;
}

#nyuuninav--footer mark {
  background-color: #ffff00;
  color: #000000;
}

#nyuuninav--footer small {
  font-size: 80%;
}

#nyuuninav--footer sub,
#nyuuninav--footer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#nyuuninav--footer sub {
  bottom: -.25em;
}

#nyuuninav--footer sup {
  top: -.5em;
}

#nyuuninav--footer ::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

#nyuuninav--footer ::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

#nyuuninav--footer audio,
#nyuuninav--footer canvas,
#nyuuninav--footer iframe,
#nyuuninav--footer img,
#nyuuninav--footer svg,
#nyuuninav--footer video {
  vertical-align: middle;
}

#nyuuninav--footer audio,
#nyuuninav--footer video {
  display: inline-block;
}

#nyuuninav--footer audio:not([controls]) {
  display: none;
  height: 0;
}

#nyuuninav--footer img {
  border-style: none;
}

#nyuuninav--footer svg {
  fill: currentColor;
}

#nyuuninav--footer svg:not(:root) {
  overflow: hidden;
}

#nyuuninav--footer table {
  border-collapse: collapse;
}

#nyuuninav--footer button,
#nyuuninav--footer input,
#nyuuninav--footer optgroup,
#nyuuninav--footer select,
#nyuuninav--footer textarea {
  margin: 0;
}

#nyuuninav--footer button,
#nyuuninav--footer input,
#nyuuninav--footer select,
#nyuuninav--footer textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

#nyuuninav--footer button,
#nyuuninav--footer input {
  /* 1 */
  overflow: visible;
}

#nyuuninav--footer button,
#nyuuninav--footer select {
  /* 1 */
  text-transform: none;
}

#nyuuninav--footer button,
#nyuuninav--footer html [type="button"],
#nyuuninav--footer [type="reset"],
#nyuuninav--footer [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

#nyuuninav--footer button::-moz-focus-inner,
#nyuuninav--footer [type="button"]::-moz-focus-inner,
#nyuuninav--footer [type="reset"]::-moz-focus-inner,
#nyuuninav--footer [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#nyuuninav--footer button:-moz-focusring,
#nyuuninav--footer [type="button"]:-moz-focusring,
#nyuuninav--footer [type="reset"]:-moz-focusring,
#nyuuninav--footer [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#nyuuninav--footer legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

#nyuuninav--footer progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

#nyuuninav--footer textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

#nyuuninav--footer [type="checkbox"],
#nyuuninav--footer [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

#nyuuninav--footer [type="number"]::-webkit-inner-spin-button,
#nyuuninav--footer [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#nyuuninav--footer [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

#nyuuninav--footer [type="search"]::-webkit-search-cancel-button,
#nyuuninav--footer [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#nyuuninav--footer ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#nyuuninav--footer details,
#nyuuninav--footer menu {
  display: block;
}

#nyuuninav--footer summary {
  display: list-item;
}

#nyuuninav--footer canvas {
  display: inline-block;
}

#nyuuninav--footer template {
  display: none;
}

#nyuuninav--footer a,
#nyuuninav--footer area,
#nyuuninav--footer button,
#nyuuninav--footer input,
#nyuuninav--footer label,
#nyuuninav--footer select,
#nyuuninav--footer summary,
#nyuuninav--footer textarea,
#nyuuninav--footer [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

#nyuuninav--footer [hidden] {
  display: none;
}

#nyuuninav--footer [aria-busy="true"] {
  cursor: progress;
}

#nyuuninav--footer [aria-controls] {
  cursor: pointer;
}

#nyuuninav--footer [aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

#nyuuninav--footer [aria-disabled] {
  cursor: default;
}

#nyuuninav--footer * {
  -webkit-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nyuuninav--footer i {
  font-style: normal;
}

#nyuuninav--footer .nyuuninav--footer__menu {
  color: #ffffff;
  background-color: #1d1d1d;
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__menu {
    background-color: #212121;
  }
}

#nyuuninav--footer .nyuuninav--footer__notes {
  background-color: #1d1d1d;
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__notes {
    border-top: 1px solid #888888;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  .font-scale #nyuuninav--footer .nyuuninav--universal-legal-footer__content {
    max-height: 999999px;
  }
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  .font-scale #nyuuninav--footer .nyuuninav--global-footer-menu-group__title {
    max-height: 999999px;
  }
}

.font-scale #nyuuninav--footer .nyuuninav--global-footer-menu-group__list {
  max-height: 999999px;
}

#nyuuninav--global-ankle .nyuuninav--global-ankle__container,
#nyuuninav--footer .nyuuninav--footer__menu-container,
#nyuuninav--footer .nyuuninav--footer__notes-container {
  max-width: 1280px;
}

@media only screen and (min-width: 0) and (max-width: 640px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer .nyuuninav--footer__notes-container {
    margin: 0 6%;
  }
}

body.nyuuninav--is-touch-device #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
#nyuuninav--global-ankle body.nyuuninav--is-touch-device .nyuuninav--global-ankle__container,
body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--footer__menu-container,
#nyuuninav--footer body.nyuuninav--is-touch-device .nyuuninav--footer__menu-container,
body.nyuuninav--is-touch-device #nyuuninav--footer .nyuuninav--footer__notes-container,
#nyuuninav--footer body.nyuuninav--is-touch-device .nyuuninav--footer__notes-container {
  margin: 0 6%;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer .nyuuninav--footer__notes-container {
    margin: 0 6%;
  }
}

@media only screen and (min-width: 1024px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--global-ankle body:not(.nyuuninav--is-touch-device) .nyuuninav--global-ankle__container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__menu-container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__notes-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__notes-container {
    margin: 0 6%;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1470.54545px) {
  body:not(.nyuuninav--is-touch-device) #nyuuninav--global-ankle .nyuuninav--global-ankle__container,
  #nyuuninav--global-ankle body:not(.nyuuninav--is-touch-device) .nyuuninav--global-ankle__container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__menu-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__menu-container,
  body:not(.nyuuninav--is-touch-device) #nyuuninav--footer .nyuuninav--footer__notes-container,
  #nyuuninav--footer body:not(.nyuuninav--is-touch-device) .nyuuninav--footer__notes-container {
    margin: 0 auto;
  }
}

.nyuuninav--page-newshub .nyuuninav--hide-on-newshub {
  display: none;
}
