/*develop b9928b85bd0681b780a16d43123a11634c3d0d42@build:2020-04-28T21:24:45.880Z#23*/
article.static .component.anchorChildrenCenter, article.static .component.anchorChildrenBottom {
  display: flex;
  flex-direction: column; }

article {
  width: 100%;
  position: relative;
  font-weight: normal;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  article * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-style: none; }
  article strong {
    font-weight: 700; }
  article span.dropcap {
    float: left;
    margin-right: 10px; }
  article p.type-text {
    white-space: pre-wrap; }
  article .type-text > p {
    white-space: pre-wrap; }
  article .flex-fix {
    display: flex; }
    article .flex-fix > .component {
      flex-grow: 1; }
  article .component {
    box-sizing: border-box;
    overflow-wrap: break-word; }
    article .component a {
      color: inherit; }
    article .component.text {
      white-space: pre-wrap; }
    article .component.role-divider {
      border-right: 0;
      border-bottom: 0;
      border-left: 0; }
  article .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  article .sticky-ie {
    position: fixed;
    top: 0;
    width: 100%; }
  article.static .component {
    position: relative; }
    article.static .component.role-container {
      overflow: hidden; }
    article.static .component.anchorChildrenCenter {
      justify-content: center; }
    article.static .component.anchorChildrenBottom {
      justify-content: flex-end; }
  article.static .type-text > p:not(:last-child) {
    margin-bottom: 1em; }
  article.static .sticky {
    position: -webkit-sticky;
    position: sticky; }
  article.static .sticky-ie {
    position: fixed; }
  article.scriptedLayout .component {
    min-height: 0; }

@media (max-width: 419px) {
  article.static .component {
    width: 100%;
    margin-left: 0; }
  article.static anf-gallery.component {
    width: 100vw; } }

anf-body,
[is="anf-body"] {
  overflow-wrap: break-word; }

article.scriptedLayout .container--layout-container {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: relative;
  top: 0; }

.collection {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .collection > .component {
    display: block;
    align-self: stretch; }
    .collection > .component.flex-grow {
      flex-grow: 1; }
  .collection > .divider {
    display: block; }
    .collection > .divider.gutter {
      background: #fff899; }
    .collection > .divider.row-break {
      background: #ff9696; }
  .collection.has-variable-sizing > .component {
    flex-grow: 1; }

.fixed-fill {
  position: relative;
  min-height: 75vh;
  width: 100%;
  height: 100%; }
  .fixed-fill.wrapper {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0; }
  .fixed-fill.inner {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    transform: translateZ(0);
    will-change: transform; }

article.static .component.fixed-fill.inner {
  position: fixed; }

.video-fill.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.video-fill.video {
  position: absolute; }

.video-fill .video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden; }

article.static .component.video-fill.content {
  position: absolute; }

hr.component {
  text-align: left; }

anf-gallery {
  display: flex;
  position: relative;
  height: 10em;
  max-height: 62vh;
  margin: 0;
  overflow: auto;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; }
  anf-gallery.full-width {
    width: 100vw;
    left: calc(50% - 50vw); }
  anf-gallery > * {
    display: inline-block;
    flex: none;
    height: 100%;
    width: auto;
    margin: 0 0.1em; }
  anf-gallery > figure {
    display: inline-block;
    flex: none;
    height: 100%;
    width: auto;
    margin: 0 0.1em; }
    anf-gallery > figure > img {
      max-height: 100%;
      width: auto;
      display: block; }
  anf-gallery figcaption {
    display: none; }
  anf-gallery:focus {
    outline: 0; }
  anf-gallery.interactive {
    display: block;
    overflow: hidden; }
  anf-gallery .anf-gallery-stage {
    display: block;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    anf-gallery .anf-gallery-stage > * {
      position: absolute;
      width: auto;
      height: 100%;
      transform: translate3d(0, 0, 0); }
    anf-gallery .anf-gallery-stage figure {
      margin: 0; }
      anf-gallery .anf-gallery-stage figure > img {
        max-height: 100%;
        height: 100%;
        width: auto;
        display: block; }
    anf-gallery .anf-gallery-stage > :last-child {
      margin-right: 0; }

anf-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #000; }
  anf-video .video-still {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  anf-video .play-button {
    position: absolute; }
    anf-video .play-button.circle {
      width: 60px;
      height: 60px;
      background-color: #282828;
      opacity: 0.95;
      border-radius: 50%; }
    anf-video .play-button.play {
      top: 18px;
      left: 23px;
      width: 0;
      height: 0;
      border-top: 12.7px solid transparent;
      border-bottom: 12.7px solid transparent;
      border-left: 21px solid #FFF;
      border-radius: 1px; }
    anf-video .play-button.loading {
      top: 7px;
      left: 7px;
      width: 38px;
      height: 38px;
      border: 4px dotted #FFF;
      border-radius: 50%;
      animation: spin 2s linear infinite; }
  anf-video .vo-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.component.role-photo > figcaption,
.component.role-figure > figcaption,
.component.role-portrait > figcaption,
.component.role-image > figcaption,
.component.role-logo > figcaption {
  display: none; }

.component.role-photo img,
.component.role-figure img,
.component.role-portrait img,
.component.role-image img,
.component.role-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain; }

.component.role-photo img.hide-image,
.component.role-figure img.hide-image,
.component.role-portrait img.hide-image,
.component.role-image img.hide-image,
.component.role-logo img.hide-image {
  visibility: hidden; }

.component.type-scalable-image {
  touch-action: manipulation; }

.modal-visible {
  background-color: #000; }

.anf-modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  max-height: 100%;
  touch-action: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d; }
  .anf-modal .anf-modal-backing {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity 200ms ease-in-out; }
  .anf-modal .anf-modal-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    z-index: 1; }
    .anf-modal .anf-modal-content:focus {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      -webkit-tap-highlight-color: transparent;
      outline: none; }
    .anf-modal .anf-modal-content > .anf-modal-toolbar {
      padding: 1em;
      position: absolute;
      left: 0;
      right: 0;
      background: rgba(32, 32, 32, 0.5);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      z-index: 1;
      transition: transform 160ms ease-in-out;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
      color: #fff; }
    .anf-modal .anf-modal-content > .anf-modal-caption {
      max-height: 50vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .anf-modal .anf-modal-content > .anf-modal-caption > figcaption > * {
        color: #fff; }
    .anf-modal .anf-modal-content > header {
      text-align: right;
      top: 0;
      transform: translate3d(0, -100%, 0); }
    .anf-modal .anf-modal-content .close-button {
      background: transparent;
      color: #fff;
      font-size: inherit;
      margin: -1em;
      padding: 1em;
      border: none;
      cursor: pointer; }
      .anf-modal .anf-modal-content .close-button:focus {
        outline: 0; }
  .anf-modal.visible .anf-modal-backing,
  .anf-modal.visible .anf-modal-content {
    opacity: 1; }
  .anf-modal.expanded-ui .anf-modal-content > .anf-modal-toolbar {
    transform: translate3d(0, 0, 0); }
  .anf-modal .anf-anchor-proxy {
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    pointer-events: none;
    transition: transform 300ms cubic-bezier(0, 1.55, 0.32, 0.94), height 300ms cubic-bezier(0, 1.55, 0.32, 0.94);
    transition: transform 300ms spring(1 400 20 15), height 300ms spring(1 400 20 15);
    transform-origin: 0 0;
    z-index: 0; }

@media (prefers-reduced-motion) {
  .anf-modal .anf-modal-content > .anf-modal-toolbar {
    transition: opacity 125ms ease-in-out;
    transform: none;
    opacity: 0; }
  .expanded-ui .anf-modal-content > .anf-modal-toolbar {
    transform: none;
    opacity: 1; } }

.anf-modal-image .anf-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%; }
  .anf-modal-image .anf-modal-content > .anf-modal-caption {
    bottom: 0;
    transform: translate3d(0, 100%, 0); }
  .anf-modal-image .anf-modal-content .now-zoom-wrapper {
    overflow: hidden;
    position: relative; }
    .anf-modal-image .anf-modal-content .now-zoom-wrapper img {
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0;
      position: absolute; }

.modal-visible {
  background: #FFF; }

.anf-modal-map {
  transition: transform 0.25s; }
  .anf-modal-map .anf-modal-backing {
    background: #FFF; }
  .anf-modal-map .anf-modal-content > .anf-modal-toolbar {
    background: #FFF;
    text-align: center; }
    .anf-modal-map .anf-modal-content > .anf-modal-toolbar .modal-map-title {
      display: inline-block;
      color: #000;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .anf-modal-map .anf-modal-content .close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    color: #007AFF; }

anf-modal-gallery {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  touch-action: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d; }
  anf-modal-gallery .anf-modal-gallery-backing {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity 300ms ease-in-out; }
  anf-modal-gallery .anf-modal-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    -ms-overflow-style: none; }
    anf-modal-gallery .anf-modal-content:focus {
      outline: 0; }
    anf-modal-gallery .anf-modal-content figure {
      overflow: hidden; }
    anf-modal-gallery .anf-modal-content .anf-modal-toolbar {
      color: #fff;
      padding: 1em;
      position: absolute;
      left: 0;
      right: 0;
      background: rgba(32, 32, 32, 0.5);
      -webkit-backdrop-filter: blur(5px);
      -moz-backdrop-filter: blur(5px);
      -ms-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      z-index: 1;
      transition: transform 160ms ease-in-out;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
    anf-modal-gallery .anf-modal-content header {
      text-align: right;
      top: 0;
      transform: translate3d(0, -100%, 0); }
    anf-modal-gallery .anf-modal-content .anf-modal-caption {
      bottom: 0;
      max-height: 50vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transform: translate3d(0, 100%, 0); }
    anf-modal-gallery .anf-modal-content .close-button {
      background: transparent;
      color: #fff;
      font-size: inherit;
      margin: -1em;
      padding: 1em;
      border: none;
      cursor: pointer; }
      anf-modal-gallery .anf-modal-content .close-button:focus {
        outline: 0; }
  anf-modal-gallery.visible .anf-modal-gallery-backing,
  anf-modal-gallery.visible .anf-modal-content,
  anf-modal-gallery.visible anf-gallery {
    opacity: 1; }
  anf-modal-gallery.expanded-ui .anf-modal-content .anf-modal-toolbar {
    transform: translate3d(0, 0, 0); }
  anf-modal-gallery .anf-anchor-proxy {
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    pointer-events: none;
    transition: transform 300ms cubic-bezier(0, 1.55, 0.32, 0.94), height 300ms cubic-bezier(0, 1.55, 0.32, 0.94);
    transition: transform 300ms spring(1 400 20 15), height 300ms spring(1 400 20 15);
    transform-origin: 0 0;
    z-index: 0; }
  anf-modal-gallery.animating .gallery {
    opacity: 0.01; }
  anf-modal-gallery anf-gallery {
    opacity: 0;
    height: 100vh;
    max-height: 100%;
    box-sizing: border-box; }
    anf-modal-gallery anf-gallery.interactive {
      overflow: auto; }
    anf-modal-gallery anf-gallery .anf-gallery-stage {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      max-height: 100vh; }
      anf-modal-gallery anf-gallery .anf-gallery-stage > * {
        width: 100%;
        height: 100%; }
      anf-modal-gallery anf-gallery .anf-gallery-stage figure > img {
        position: absolute;
        width: 100%;
        height: auto;
        max-height: 100%; }
      anf-modal-gallery anf-gallery .anf-gallery-stage figure figcaption {
        display: block;
        white-space: pre-wrap;
        /* css-3 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
        white-space: -webkit-pre-wrap;
        /* Newer versions of Chrome/Safari*/
        white-space: normal;
        -webkit-text-size-adjust: 100%; }

@media (prefers-reduced-motion) {
  anf-modal-gallery .anf-modal-content .anf-modal-toolbar {
    transition: opacity 125ms ease-in-out;
    transform: none;
    opacity: 0; }
  .expanded-ui .anf-modal-content .anf-modal-toolbar {
    transform: none;
    opacity: 1; } }

anf-mosaic > figure {
  margin-bottom: 2px; }
  anf-mosaic > figure img {
    display: block; }
  anf-mosaic > figure figcaption {
    display: none; }

table {
  border-collapse: collapse; }

table, th, td {
  border: 1px solid black; }

anf-map {
  display: block; }
  anf-map:hover {
    cursor: pointer; }
  anf-map .map-container {
    height: 50vh; }
  anf-map .mk-map-view {
    position: absolute; }
  anf-map .vo-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

anf-embed-video {
  display: block; }
  anf-embed-video .video-embed-container {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden; }
    anf-embed-video .video-embed-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.25s; }
  anf-embed-video .vo-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

anf-facebook-post {
  display: block;
  overflow: auto;
  text-align: center;
  margin: auto; }
  anf-facebook-post iframe {
    max-width: 100%; }

anf-instagram {
  display: block;
  overflow: auto;
  text-align: center;
  margin: auto; }

anf-tweet {
  display: block;
  overflow: auto;
  text-align: center;
  margin: auto; }

