/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 125, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 232, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
[type=search] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, /Users/nissaeames/Sites/atomic-docs/scss/wm-tokens/normalize.scss */
[hidden] {
  display: none;
}


body {
  min-height: 100vh;
}

/* scss/1-global/_normalize.scss */
/* ==================== END NORMALIZE ==================== */
/* scss/1-global/_fancybox.scss */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* WM NOTE: Updated background image URLs */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: none;
}

.fancybox-wrap {
  position: absolute;
  z-index: 8020;
  top: 0;
  left: 0;
}

.fancybox-skin {
  position: relative;
  color: #444;
  background: #f9f9f9;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("https://www.wm.edu/js/vendor/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  z-index: 8060;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  opacity: 0.8;
  background-position: 0 -108px;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://www.wm.edu/js/vendor/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  z-index: 8040;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.fancybox-nav {
  position: absolute;
  z-index: 8040;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://www.wm.edu/js/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  z-index: 8040;
  top: 50%;
  visibility: hidden;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  z-index: 8010;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: url("https://www.wm.edu/js/vendor/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  position: relative;
  z-index: 8050;
  visibility: hidden;
  text-shadow: none;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  z-index: 8050;
  right: 50%;
  bottom: 0;
  margin-bottom: -35px;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  white-space: nowrap;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  font-weight: bold;
  line-height: 24px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("https://www.wm.edu/js/vendor/fancybox/fancybox_sprite-2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("https://www.wm.edu/js/vendor/fancybox/fancybox_loading-2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* scss/1-global/_print.scss */
/* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */
#print_logo {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 1.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  /*** W&M Specific ***/
  html button,
  html .button,
  html a.button,
  html a.content_button,
  html .content_button > a,
  html .content_button_with_arrow {
    display: inline !important;
    padding: 10px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-decoration: underline !important;
  }
  .broadcastBarTop,
  nav,
  .user_content .page_nav,
  #search,
  #secondary_photo_header,
  #quick_nav,
  #sidebar,
  #shareBar,
  #topbar,
  #top_logo,
  #breadcrumbs,
  .rrssb-buttons,
  #wm-photoset-caption-toggle,
  #wm-photoset:hover,
  .flex-direction-nav,
  .wm-topbar,
  .m-header,
  .m-header .m-header__photo,
  .page_nav,
  #footer {
    display: none !important;
  }
  .content_wrapper {
    margin: 0 !important;
    width: 100% !important;
    max-width: auto !important;
  }
  #content {
    min-height: auto !important;
    width: 100% !important;
    max-width: auto !important;
    margin: 0 !important;
  }
  #print_logo {
    display: block !important;
    padding: 10px 0 20px 0;
  }
  #navigation {
    display: block;
  }
  #print_mark {
    display: block;
    height: 25px;
  }
  #tac_img {
    display: none;
  }
  #laaw-profile-picker,
  .laaw-profile-close {
    display: none;
  }
  #main {
    margin: 15px 0px;
  }
  .user_content,
  .article-meta {
    font-size: 10pt;
  }
  .user_content--wrapper {
    float: none !important;
    width: 100% !important;
  }
  .wmphotoset-caption,
  .user_content figcaption {
    font-size: 8pt;
    line-height: 1.3em;
  }
  .article-meta {
    margin: 3px 0 10px !important;
  }
  a {
    font-weight: normal !important;
    text-decoration: underline !important;
  }
  #breadcrumbs2 a {
    text-decoration: none !important;
  }
  #wm-photoset {
    max-width: 650px;
    height: auto !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 25px 0 0 0 !important;
  }
  #wm-photoset li,
  #wm-photoset-info {
    padding: 15px 0 0 0;
    position: relative;
  }
  #wm-photoset-position {
    position: relative;
  }
  #wm-photoset li img {
    width: 350px;
    float: left;
  }
  #wm-photo-nav #prev-photo,
  #wm-photo-nav #next-photo {
    display: none;
  }
  #wm-photoset .wmphotoset-caption {
    margin: 0 0 0 20px;
    padding: 0;
    width: 250px;
    float: left;
  }
  #wm-photoset-info {
    position: absolute;
    left: 370px;
  }
  .flexslider .slides > li {
    text-align: left;
  }
  .user_content .flexslider .slides img {
    margin: 0 0 0 0 !important;
    padding-bottom: 20px;
  }
  #wm-photoset-info {
    position: relative !important;
    margin: 0 !important;
  }
  figure.rightcaption,
  figure.yt-right {
    float: right;
    margin-right: 0px;
    padding-left: 35px;
  }
  figure.leftcaption,
  figure.yt-left {
    float: left;
    margin-left: 0px;
    padding-right: 35px;
  }
  figure.yt-left,
  figure.yt-right {
    clear: both;
    border: 1px solid #c9c9c9 !important;
    padding: 10px;
  }
  /* .yt-med iframe, .yt-med object, .yt-med embed, .yt-lg iframe, .yt-lg object, .yt-lg embed {
         display: none;
    }
     */
  .yt-med,
  .yt-lg {
    background-color: #c9c9c9 !important;
    border: 1px solid #c9c9c9 !important;
  }
  .photoright {
    float: right;
    clear: right;
    margin: 25px 0 25px 35px !important;
  }
  .photoleft {
    float: left;
    clear: left;
    margin: 25px 35px 25px 0 !important;
  }
  .wm_dir_entry_item,
  .wm_dir_entry_item .dirinfo {
    overflow: none;
    width: auto;
    height: auto;
  }
  .wm_dir_entry_item .fancybox {
    display: none;
  }
  .wm_dir_entry_item a {
    color: #000 !important;
  }
  .user_content .grid,
  .user_content .portfolio_listing {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important;
  }
  aside.default_extra ul.portfolio_listing {
    width: 90% !important;
    margin: 0 !important;
  }
  .user_content .portfolio_listing li {
    margin: 0 !important;
    float: none !important;
  }
  .grid-sizer,
  .grid-gutter {
    display: none !important;
  }
  html .user_content .grid a figure.card.Large,
  html .user_content .grid a figure.card.Small,
  .user_content .grid > figure.card.Large,
  .user_content .grid > figure.card.Small {
    position: static !important;
    left: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .user_content .grid a,
  .user_content .grid > figure.card.Large,
  .user_content .grid > figure.card.Small,
  .user_content .portfolio_listing li {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
  }
  .user_content figure.card {
    float: none;
  }
  .user_content .grid:after {
    display: none !important;
  }
  .wm_dir_entry_item .grid_full_info {
    display: block;
  }
  .tablespecial,
  .tablespecial2,
  .tablespecialleft {
    border-left: 1px solid #bbb !important;
    border-bottom: 1px solid #bbb !important;
  }
  .tablespecial tr,
  .tablespecial th,
  .tablespecial td,
  .tablespecial2 tr,
  .tablespecial2 th,
  .tablespecial2 td,
  .tablespecialleft tr,
  .tablespecialleft th,
  .tablespecialleft td {
    border-right: 1px solid #bbb !important;
    border-top: 1px solid #bbb !important;
  }
  .tablespecial th,
  .tablespecial2 th,
  .tablespecialleft th {
    background-color: #eaeaea !important;
  }
  .h-theme-image h3,
  .h-theme-image [class*=heading],
  .h-theme-image p,
  .h-theme-image a {
    color: white !important;
  }
  .EventRow .l-card {
    page-break-inside: avoid;
  }
  .EventRow .l-card__content,
  .EventRow .l-card__content *,
  .EventRow .l-card:before,
  .EventRow .l-card:after,
  .EventRow .l-card__content:before,
  .EventRow .l-card__content:after {
    background-color: white !important;
    background: white !important;
    page-break-inside: avoid;
  }
  .EventRow .l-card .l-card__content:before,
  .EventRow .l-card .l-card__content > *:not(.EventRow__eventbutton) {
    border: 0px solid transparent;
    top: -30px;
  }
}
/* scss/2-mixins-and-functions/_cheatsheet-functions-and-mixins.scss */
/* scss/2-mixins-and-functions/_function-color.scss */
/* scss/2-mixins-and-functions/_function-font.scss */
/* scss/2-mixins-and-functions/_function-px-to-rem.scss */
/* scss/2-mixins-and-functions/_function-remove-unit.scss */
/* scss/2-mixins-and-functions/_function-spacing.scss */
/* scss/2-mixins-and-functions/_mixin-banner-heights.scss */
/* scss/2-mixins-and-functions/_mixin-breakpoints.scss */
/* scss/2-mixins-and-functions/_mixin-button-styles.scss */
/* scss/2-mixins-and-functions/_mixin-color-theme.scss */
/* scss/2-mixins-and-functions/_mixin-fluid-anything.scss */
/* scss/2-mixins-and-functions/_mixin-link-styles.scss */
/**==============================================
 *          DIFFERENT LINKS in W&M SITE
 *
 *	Default styles
		paragraph - Content Page example: wysiwg
		links in headings in body copy - Content Page example: heading link
		alert boxes & boxcopy - Content Page example: alerts, scroll up a hair for boxcopy
		tables & tablespecial - Content Page example: tables
		lightboxes - Content Page example: lightboxes
		default extra blocks - Content Page example: default extra blocks
		portfolio slideshow - Sports & Rec
		Directory Listing page - Meet the Team
		Features Listing page - Cascade Tip of the Month
		News Listing page - 2020 News Stories
		YouTube Playlist Listing page - W&M in 30 Videos
 *
 *	Default but no underline
 *		collapsible table headings - Content Page example: tables
		sidebar (listboxes and widgets) - Content Page example
		page menu extra nav - News Home, Health & Wellness, Cohen Career Center
		A&S dropdown - Africana Studies
		grid titles - titles only, titles + captions
		File Listing pages - Staff Assembly minutes
 *
 *	Unique (styles are set in their specific code
 *		topbar, site and info for menus
 *		breadcrumbs
 *		slideshow arrows  - Research
 *		footer
 *
 *=============================================**/
/* scss/2-mixins-and-functions/_mixin-menu-open-closed-styles.scss */
/* scss/2-mixins-and-functions/_mixin-right-arrow.scss */
/* scss/2-mixins-and-functions/_mixin-social-media-icons.scss */
.social-media__icons {
  display: flex;
  gap: 1em;
  text-align: center;
}

.social-media__icon {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: transparent;
  min-height: 33px;
  font-size: 1.14rem;
  line-height: 1.07rem;
  font-weight: normal !important;
}
.social-media__icon:hover {
  text-decoration: none;
}

/* scss/3-variables/_wm-breakpoints.scss */
/* scss/3-variables/_breakpoint-cheatsheet.scss */
.show-breakpoints {
  position: relative;
  width: 100%;
  height: 300px;
  font-size: 14px;
  margin-top: 30px;
  line-height: 2;
}
.show-breakpoints:before {
  content: "tiny mobile: 350px";
  display: block;
  width: 350px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
}
.show-breakpoints:after {
  content: "small mobile and mobile widgets: 600px";
  display: block;
  width: 600px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
}
.show-breakpoints .first-tier {
  position: relative;
  top: 60px;
  width: 100%;
}
.show-breakpoints .first-tier:before {
  content: "mobile: 700px";
  display: block;
  width: 700px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
}
.show-breakpoints .first-tier:after {
  content: "wide mobile: 930px";
  display: block;
  width: 930px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
}
.show-breakpoints .second-tier {
  position: relative;
  top: 120px;
  width: 100%;
}
.show-breakpoints .second-tier:before {
  content: "desktop: 1215px";
  display: block;
  width: 1215px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
}
.show-breakpoints .second-tier:after {
  content: "wide-desktop: 1680px";
  display: block;
  width: 1680px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
}
.show-breakpoints .third-tier {
  position: relative;
  top: 180px;
  width: 100%;
}
.show-breakpoints .third-tier:before {
  content: "ultra-wide desktop: 1680px+";
  display: block;
  width: 1900px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
}
.show-breakpoints .third-tier:after {
  content: "youtube mobile: 560px";
  display: block;
  width: 560px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
}
.show-breakpoints .fourth-tier {
  position: relative;
  top: 240px;
  width: 100%;
}
.show-breakpoints .fourth-tier:before {
  content: "mobile footer: 1000px";
  display: block;
  width: 1000px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: right;
}
.show-breakpoints .fourth-tier:after {
  content: "mobile menu: 1024px";
  display: block;
  width: 1024px;
  height: 5px;
  background-color: green;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: right;
}

/* scss/3-variables/_wm-colors.scss */
/**
W&M COLORS
-----------
This file contains a map of colors ($site-colors) and a map of row theme colors ($color-themes) used in the site.

W&M SITE COLORS:
----------------
The $site-colors map should contain all colors used in the W&M site.
color-name: (
	value-number: hexcode,
)
One-off colors are added to the map as needed.

VALUE NUMBERS
-------------
The numbers are determined using APCA color contrast, by entering the hexcode into (https://www.color-contrast.dev/), and then rounding the number to the closest 5.
EXAMPLE: wmgreen: $115740 on white has a contrast value of 89.01. Rounded to 90, this is the wmgreen-90 color.

CSS VARIABLES
-------------
A Sass function loops through the map and outputs each color as regular and rgb CSS custom properties under :root.
USAGE: color: var(--color-wmgreen-90);
USAGE: color: rgba(var(--color-wmgreen-90-rgb), 0.5);

VIMS THEME
----------
In _vims-colors.scss, VIMS uses it's own map of colors ($vims-site-colors) to overwrite the colors in $site-colors, using the .vims class which is applied on the body tag in the VIMS site.

ROW THEMES
----------
Themes are set up in _wm-theme-colors.scss, and use the CSS variables created from $site-colors. VIMS  overwrites these in the $vims-color-themes map in _vims-colors.scss.

*/
:root {
  --color-wmgreen-90: #115740;
  --color-wmgreen-90-rgb: 17, 87,
  	64;
  --color-wmgreen-91: #0a5139;
  --color-wmgreen-91-rgb: 10, 81,
  	57;
  --color-griffingreen-100: #183028;
  --color-griffingreen-100-rgb: 24, 48, 40;
  --color-wmgold-35: #dbb982;
  --color-wmgold-35-rgb: 219, 185,
  	130;
  --color-wmgold-55: #b9975b;
  --color-wmgold-55-rgb: 185, 151,
  	91;
  --color-wmgold-65: #a27f3c;
  --color-wmgold-65-rgb: 162, 127,
  	60;
  --color-webgold-55: #bc955c;
  --color-webgold-55-rgb: 188, 149,
  	92;
  --color-webgold-75: #866f45;
  --color-webgold-75-rgb: 134, 111,
  	69;
  --color-webgold-76: #87673d;
  --color-webgold-76-rgb: 135, 103,
  	61;
  --color-webgold-80: #766037;
  --color-webgold-80-rgb: 118, 96,
  	55;
  --color-wmsilver-0: #eff0f0;
  --color-wmsilver-0-rgb: 239, 240,
  	240;
  --color-wmsilver-15: #dde0e1;
  --color-wmsilver-15-rgb: 221, 224,
  	225;
  --color-wmsilver-25: #d0d3d4;
  --color-wmsilver-25-rgb: 208, 211,
  	212;
  --color-wmsilver-35: #bcbfc0;
  --color-wmsilver-35-rgb: 188, 191,
  	192;
  --color-wmsilver-45: #a6a9aa;
  --color-wmsilver-45-rgb: 166, 169,
  	170;
  --color-wmsilver-50: #9ea1a2;
  --color-wmsilver-50-rgb: 158, 161,
  	162;
  --color-wmsilver-65: #7e8689;
  --color-wmsilver-65-rgb: 126, 134,
  	137;
  --color-wmsilver-100: #282626;
  --color-wmsilver-100-rgb: 40, 38,
  	38;
  --color-moss-60: #789d4a;
  --color-moss-60-rgb: 120, 157, 74;
  --color-patina-60: #07a77b;
  --color-patina-60-rgb: 7, 167, 123;
  --color-colonialyellow-45: #c1ae43;
  --color-colonialyellow-45-rgb: 193, 174, 67;
  --color-collegesky-35: #64ccc9;
  --color-collegesky-35-rgb: 100, 204, 201;
  --color-wbrick-65: #d75e49;
  --color-wbrick-65-rgb: 215, 94, 73;
  --color-collegewoods-75: #517768;
  --color-collegewoods-75-rgb: 81, 119, 104;
  --color-slate-80: #5b6770;
  --color-slate-80-rgb: 91, 103, 112;
  --color-white-0: #ffffff;
  --color-white-0-rgb: 255, 255, 255;
  --color-black-105: #000000;
  --color-black-105-rgb: 0, 0, 0;
}

:root {
  --color-text-base: var(--color-wmsilver-100);
  --color-text-dark: black;
  --color-background-base: var(--color-wmsilver-75);
  --color-content-background-base: #ffffff;
  --color-link-base: var(--color-webgold-75);
  --color-link-dark: var(--color-webgold-76);
  --color-pagenav-background: var(--color-wmsilver-0);
  --color-pagenav-active-link: var(--color-wmsilver-15);
  --color-pagenav-active-link-hover: var(--color-wmsilver-15);
  --color-pagenav-button-background: var(--color-white-0);
  --color-pagenav-button-border: rgba(var(--color-white-0-rgb), 0.35);
  --color-pagenav-button-border-hover: var(--color-wmgreen-90);
  --color-pagenav-border: var(--color-wmsilver-25);
  --color-one-offs-page-nav-hover: #e3e4e5;
  --color-one-offs-topbar-menu-close-hover: #76623d;
  --color-one-offs-topbar-search-submit-hover: #655334;
  --color-one-offs-topbar-menu-border-color: #dbddde;
  --color-one-offs-footer-gradient: #0e4633;
  --color-one-offs-footer-bottom-bar: #082c20;
  --color-one-offs-footer-small-icon: #cbcbcb;
  --color-one-offs-broadcast-gradient-center: #826340;
  --color-one-offs-broadcast-gradient-sides: #b48e60;
  --color-one-offs-broadcast-border: #b98e5b;
  --color-one-offs-emergency-text: #8f0614;
}

/* scss/3-variables/_vims-colors.scss */
/**
EXPLANATION
See _wm-colors.scss for explanation of how this works.
*/
.vims {
  --color-vimsblue-90: #00467f;
  --color-vimsblue-90-rgb: 0, 70,
      127;
  --color-vimsblue-100: #0f2c4c;
  --color-vimsblue-100-rgb: 15, 44,
      76;
  --color-seablue-35: #92c3f0;
  --color-seablue-35-rgb: 146, 195,
      240;
  --color-seablue-50: #74a5d1;
  --color-seablue-50-rgb: 116, 165,
      209;
  --color-seablue-55: #699ac5;
  --color-seablue-55-rgb: 105, 154,
      197;
  --color-seablue-65: #5688b2;
  --color-seablue-65-rgb: 86, 136,
      178;
  --color-seablue-70: #4577a0;
  --color-seablue-70-rgb: 69, 119,
      160;
  --color-seablue-71: #4577a0;
  --color-seablue-71-rgb: 69, 119,
      160;
  --color-seablue-80: #33678f;
  --color-seablue-80-rgb: 51, 103,
      143;
  --color-seablue-85: #225a80;
  --color-seablue-85-rgb: 34, 90,
      128;
  --color-seablue-90: #03486e;
  --color-seablue-90-rgb: 3, 72,
      110;
  --color-seablue-100: #00314d;
  --color-seablue-100-rgb: 0, 49,
      77;
  --color-skyblue-25: #bccee2;
  --color-skyblue-25-rgb: 188, 206,
      226;
  --color-skyblue-35: #adbfd3;
  --color-skyblue-35-rgb: 173, 191,
      211;
  --color-skyblue-55: #8597a9;
  --color-skyblue-55-rgb: 133, 151,
      169;
  --color-coral-45: #ff8b3a;
  --color-coral-45-rgb: 255, 139,
      58;
  --color-coral-55: #eb7d28;
  --color-coral-55-rgb: 235, 125,
      40;
  --color-coral-60: #e47422;
  --color-coral-60-rgb: 228, 116,
      34;
  --color-coral-65: #cb6015;
  --color-coral-65-rgb: 203, 96,
      21;
  --color-coral-75: #b65300;
  --color-coral-75-rgb: 182, 83,
      0;
  --color-coral-80: #9e4700;
  --color-coral-80-rgb: 158, 71,
      0;
  --color-wmgreen-90: var(--color-vimsblue-90);
  --color-wmgreen-90-rgb: var(--color-vimsblue-90-rgb);
  --color-wmgreen-91: var(--color-vimsblue-90);
  --color-wmgreen-91-rgb: var(--color-vimsblue-90-rgb);
  --color-griffingreen-100: var(--color-vimsblue-100);
  --color-griffingreen-100-rgb: var(--color-vimsblue-100-rgb);
  --color-wmgold-35: var(--color-seablue-35);
  --color-wmgold-35-rgb: var(--color-seablue-35-rgb);
  --color-wmgold-55: var(--color-seablue-55);
  --color-wmgold-55-rgb: var(--color-seablue-55-rgb);
  --color-wmgold-65: var(--color-seablue-65);
  --color-wmgold-65-rgb: var(--color-seablue-65-rgb);
  --color-webgold-55: var(--color-seablue-55);
  --color-webgold-55-rgb: var(--color-seablue-55-rgb);
  --color-webgold-75: var(--color-seablue-70);
  --color-webgold-75-rgb: var(--color-seablue-70-rgb);
  --color-webgold-76: var(--color-seablue-71);
  --color-webgold-76-rgb: var(--color-seablue-71-rgb);
  --color-webgold-80: var(--color-seablue-80);
  --color-webgold-80-rgb: var(--color-seablue-80-rgb);
  --color-moss-60: var(--color-skyblue-55);
  --color-moss-60-rgb: var(--color-skyblue-55-rgb);
  --color-collegewoods-75: var(--color-seablue-70);
  --color-collegewoods-75-rgb: var(--color-seablue-70-rgb);
  --color-link-base: var(--color-coral-75);
  --color-link-dark: var(--color-coral-80);
  --color-pagenav-button-border-hover: var(--color-vimsblue-90);
  --color-one-offs-broadcast-gradient-center: var(--color-coral-65);
  --color-one-offs-broadcast-gradient-sides: var(--color-coral-65);
  --color-one-offs-broadcast-border: var(--color-coral-55);
}
.vims .user_content .m-breadcrumbs__link a,
.vims .user_content .m-breadcrumbs__link button {
  color: var(--color-seablue-70);
}
.vims .page_nav .wm-page_menu a.is-active,
.vims .page_nav .wm-page_menu a.is-active:hover {
  border-left-color: var(--color-coral-55);
}

/* scss/3-variables/_wm-font-families.scss */
:root {
  --font-text-sans-weight-demi: 700;
  --font-text-sans-weight-bold: 800;
  --font-sans-weight-normal: 400;
  --font-sans-weight-medium: 500;
  --font-sans-weight-demi-italic: 600;
  --font-sans-weight-demi: 700;
  --font-sans-weight-bold: 800;
  --font-serif-weight-light: 300;
  --font-serif-weight-book: 400;
  --font-serif-weight-medium: 500;
  --font-serif-weight-bold: 700;
  --font-serif-weight-black: 900;
  --font-alt-heading-weight-medium: 500;
}

/* scss/3-variables/_wm-spacing.scss */
/* scss/3-variables/_wm-widths-and-heights.scss */
:root {
  --size-row-width-max: 1288px;
  --size-row-padding-top: calc(44px * 2);
  --size-row-padding-bottom: calc(44px * 2);
  --size-row-padding-side-mobile: 22px;
  --size-row-padding-side-default: 44px;
  --size-row-text-width-max: 808px;
  --size-row-title-margin-bottom: 43px;
  --wm-row-side-padding-external: var(--size-row-padding-side-mobile);
}
@media (min-width: 700px) {
  :root {
    --wm-row-side-padding-external: var(--size-row-padding-side-default);
  }
}

/* scss/3-variables/_wm-z-indexes.scss */
/* scss/3-variables/_wm-border.scss */
/* scss/3-variables/_wm-element-styles.scss */
/* scss/7-homepage-rows/_homepage-hero.scss */
:root {
  --serif-font: "Noto Serif";
  --sans-font: "Nunito Sans";
  --spacing-xxs: 6px;
  --spacing-xs: 11px;
  --spacing-sm: 22px;
  --spacing-md: 44px;
  --spacing-lg: 66px;
  --spacing-xl: 88px;
  --spacing-xxl: 100px;
  --wmgold-600: var(--color-wmgold-55, #b9975b);
  --wmgold-800: #6f5b37;
  --webgold: var(--color-webgold-75, #866f45);
  --webgold-600: #b9975b;
  --wmsilver-100: #fafbfb;
  --wmsilver-300: #ecedee;
  --wmsilver-600: var(--color-wmsilver-25, #d0d3d4);
  --wmgreen-200: #cfddd9;
  --wmgreen-300: #a0bcb3;
  --wmgreen-400: #709a8c;
  --wmgreen-600: var(--color-wmgreen-90, #115740);
  --text-body: var(--color-wmsilver-100, #282626);
  --moss-600: #789d4a;
  --moss-700: #607e3b;
  --patina-600: #00b388;
  --patina-700: #008f6d;
  --weatheredbrick-600: #e56a54;
  --weatheredbrick-700: #b75543;
}

.HomeHero {
  --max-caption-width: 644px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.15s;
  border-bottom: 6px solid var(--wmgold-600);
}
@media (min-width: 830px) {
  .HomeHero {
    border-bottom: none;
  }
}
.HomeHero .wm-topbar {
  border-top: none;
  height: 55px;
}
.HomeHero .wm-topbar__menu-button {
  height: 55px;
  background-color: var(--webgold);
}
.HomeHero .wm-topbar__logo-homepage, .HomeHero .wm-topbar__logo-homepage-links {
  display: none;
}
@media (min-width: 830px) {
  .HomeHero #main-header {
    margin-top: 0 !important;
  }
  .HomeHero .wm-topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
  .HomeHero .wm-topbar .wm-topbar__logo {
    flex-basis: 1393px;
    flex-grow: 0;
    flex-shrink: 1;
  }
  .HomeHero .wm-topbar__logo-link {
    display: none;
  }
  .HomeHero .wm-topbar .button-wrapper-for-older-browsers {
    position: sticky;
  }
  .HomeHero .wm-topbar__buttons {
    overflow: hidden;
    height: 8rem;
  }
  .HomeHero .wm-topbar__menu-button {
    display: flex;
    width: 8.3125rem;
    height: 80px !important;
    top: 0 !important;
  }
  .HomeHero .wm-topbar__menu-button-text {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
    font-family: var(--sans-font) !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: 1px !important;
  }
  .HomeHero .wm-topbar__info-for-button {
    display: block;
    top: 91px !important;
    padding-left: 0 !important;
    overflow: visible !important;
    transition: all 0.15s !important;
  }
  .HomeHero .wm-topbar__info-for-button:hover {
    width: 134px !important;
  }
  .HomeHero .wm-topbar__info-for-button .fa-xmark {
    top: 9.5px !important;
    left: 18px !important;
    transition: all 0.15s !important;
  }
  .HomeHero .wm-topbar__info-for-button span:hover {
    left: 0px !important;
  }
  .HomeHero .wm-topbar__info-for-button:hover .fa-xmark, .HomeHero .wm-topbar__info-for-button:hover span {
    left: 8px !important;
  }
  .HomeHero .wm-topbar__info-for-button::before, .HomeHero .wm-topbar__info-for-button:hover:before {
    top: 0px;
    right: -15px;
    background-color: var(--wmgreen-600);
    transition: all 0.15s;
    width: 145px;
  }
  .HomeHero .wm-topbar__info-for-button:hover:before {
    right: -5px;
  }
  .HomeHero .wm-topbar__info-for-button span {
    top: 8px !important;
    left: 18px !important;
    height: 35px !important;
    transition: all 0.15s;
    background-color: transparent !important;
    font-family: var(--sans-font);
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.81818;
    letter-spacing: 0.11px;
  }
  .HomeHero .wm-topbar__info-for-button span:hover {
    left: 8px !important;
  }
  .HomeHero .wm-topbar__logo-homepage {
    width: 100%;
    margin-top: 33px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .HomeHero .wm-topbar__logo-homepage-logo {
    flex: 1 1 370px;
  }
  .HomeHero .wm-topbar__logo-homepage-img {
    height: 27px;
    margin: 0 var(--spacing-md) 0 var(--spacing-md);
  }
  .HomeHero .wm-topbar__logo-homepage-links {
    display: flex;
    height: 15px;
    flex: 1 1 max(var(--spacing-md));
    width: clamp(33px, 26vw, 277px);
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 41px;
    right: 133px;
  }
  .HomeHero .wm-topbar__logo-homepage-links::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: transparent;
  }
  .HomeHero .wm-topbar__logo-homepage-link {
    color: var(--color-wmsilver-25);
    font-family: var(--sans-font);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.8px;
  }
  .HomeHero .wm-topbar__logo-homepage-link:hover {
    color: white;
    text-decoration-line: underline;
  }
}
@media (min-width: 830px) {
  .HomeHero__wrapper {
    position: relative;
  }
}
.HomeHero__video-wrapper {
  aspect-ratio: 3/2;
  position: relative;
  width: 100%;
  background-color: black;
  background-position: center;
  background-size: cover;
}
.HomeHero__video-wrapper video {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: -4px;
}
@media (min-width: 830px) {
  .HomeHero__video-wrapper video {
    margin-bottom: 0;
  }
}
@media (min-width: 830px) {
  .HomeHero__video-wrapper {
    position: relative;
    border-bottom: 6px solid var(--wmgold-600);
  }
  .HomeHero__video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .HomeHero__video-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 207px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
}
.HomeHero__video-button {
  all: unset;
  position: absolute;
  bottom: var(--spacing-sm);
  right: var(--spacing-sm);
  z-index: 1;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(217, 220, 221, 0.1);
  color: white;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
.HomeHero__video-button:hover {
  background: rgba(217, 220, 221, 0.2);
  cursor: pointer;
}
@media (min-width: 830px) {
  .HomeHero__video-button {
    right: var(--spacing-md);
    bottom: var(--spacing-lg);
  }
}
@media (min-width: 1376px) {
  .HomeHero__video-button {
    right: calc((100% - 1288px) / 2);
  }
}
.HomeHero__caption-wrapper {
  width: 100%;
  text-align: center;
  background-color: var(--color-griffingreen-100);
}
@media (min-width: 830px) {
  .HomeHero__caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: calc(1288px + var(--spacing-md) + var(--spacing-md));
    padding: 0 var(--spacing-md) var(--spacing-lg) var(--spacing-md);
    margin: 0 auto;
    background-color: transparent;
    text-align: left;
  }
}
.HomeHero__caption-title {
  padding: 10px var(--spacing-sm) 14px;
  margin: 0;
  background-color: var(--color-wmgreen-90);
  color: white;
  font-family: var(--serif-font);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.31;
}
@media (min-width: 830px) {
  .HomeHero__caption-title {
    width: fit-content;
    max-width: var(--max-caption-width);
    border-radius: 4px 4px 0px 0px;
  }
}
.HomeHero__caption-text {
  padding: var(--spacing-sm);
  border-radius: 0px 4px 4px 4px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0px 4px 4px 4px;
  font-family: var(--sans-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.28px;
}
@media (min-width: 830px) {
  .HomeHero__caption-text {
    max-width: var(--max-caption-width);
    background-color: var(--color-griffingreen-100);
  }
}
.HomeHero__links-wrapper {
  padding: var(--spacing-sm);
  padding-top: 0;
}
@media (min-width: 500px) {
  .HomeHero__links-wrapper {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xs);
  }
}
@media (min-width: 830px) {
  .HomeHero__links-wrapper {
    justify-content: flex-start;
    padding: 0;
    margin-top: 33px;
  }
}
.HomeHero__links-link {
  display: block;
  padding: 18px var(--spacing-md);
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: var(--sans-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  border-radius: 4px;
}
.HomeHero__links-link:hover {
  background: rgba(240, 241, 242, 0.15);
  text-decoration: none;
}
.HomeHero__links-primarylink {
  background-color: var(--webgold);
}
.HomeHero__links-primarylink:hover {
  background: var(--wmgold-800);
}
.HomeHero .hidden {
  display: none;
}

/* scss/7-homepage-rows/_homepage-admission.scss */
.HomeAdmission .wm-row__title:not(.sr-only) + * {
  margin-top: var(--spacing-sm);
}
.HomeAdmission__title {
  color: var(--wmgreen-600);
  text-align: center;
  font-family: var(--serif-font);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.31579;
}
.HomeAdmission__intro-text {
  color: var(--text-body);
  text-align: center;
  font-family: var(--sans-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.HomeAdmission__split-wrapper {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid var(--wmsilver-600);
}
@media (min-width: 986px) {
  .HomeAdmission__split-wrapper {
    flex-direction: row;
    width: 100%;
  }
}
.HomeAdmission .wm-split__side {
  width: 100%;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
}
.HomeAdmission__image {
  display: none;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}
@media (min-width: 500px) {
  .HomeAdmission__image.active {
    display: block;
  }
}
.HomeAdmission .wm-split__side.-text {
  container-type: inline-size;
  container-name: admissionsplit;
}
.HomeAdmission__list {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
  text-align: left;
}
@container admissionsplit (min-width: 500px) {
  .HomeAdmission__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 986px) {
  .HomeAdmission__list {
    flex: 1;
  }
}
.HomeAdmission__list:has(> .HomeAdmission__list-item:hover) {
  --ltsilver: var(--wmsilver-100);
  --mdsilver: var(--wmsilver-300);
  --dksilver: var(--wmsilver-600);
}
.HomeAdmission__list:has(> .HomeAdmission__list-item:hover) .HomeAdmission__list-link {
  transition: all 150ms ease-out;
  background-color: white;
  border-bottom-color: var(--mdsilver);
}
@container admissionsplit (min-width: 500px) {
  .HomeAdmission__list:has(> .HomeAdmission__list-item:hover) .HomeAdmission__list-link {
    border-bottom-color: var(--dksilver);
    border-right-color: var(--dksilver);
  }
}
.HomeAdmission__list:has(> .HomeAdmission__list-item:hover) .HomeAdmission__list-linktext {
  transition: all 150ms ease-out;
  color: var(--dksilver);
}
.HomeAdmission__list:has(> .HomeAdmission__list-item:hover) .HomeAdmission__list-linkbutton {
  transition: all 150ms ease-out;
  color: var(--ltsilver);
  background-color: var(--dksilver);
  border-bottom-color: var(--mdsilver);
}
.HomeAdmission__list:has(> .HomeAdmission__list-item:hover) ~ .HomeAdmission__list-item:last-child .HomeAdmission__list-link {
  border-bottom-color: white;
}
.HomeAdmission__list:has(> .HomeAdmission__list-item:hover) ~ .HomeAdmission__list-item:last-child .HomeAdmission__list-linkbutton {
  border-bottom-color: var(--dksilver);
}
.HomeAdmission__list-item {
  display: flex;
  flex: 1 1 auto;
  transition: all 150ms ease-out;
}
@container admissionsplit (min-width: 500px) {
  .HomeAdmission__list-item {
    flex: 1 0 50%;
    min-height: 120px;
  }
}
.HomeAdmission__list-item .HomeAdmission__list-link {
  border-bottom: 1px solid var(--wmsilver-600);
}
.HomeAdmission__list-item:last-child .HomeAdmission__list-link, .HomeAdmission__list-item:last-child .HomeAdmission__list-linkbutton {
  border-bottom: none;
}
.HomeAdmission__list-item > * {
  transition: all 150ms ease-out;
}
.HomeAdmission__list-item:first-child:hover {
  --hovertextcolor: var(--moss-700);
  --hoverbuttoncolor: var(--moss-600);
}
.HomeAdmission__list-item:first-child:hover .HomeAdmission__list-link {
  transition: all 150ms ease-out;
  background-color: var(--hovertextcolor);
  border-bottom-color: var(--hoverbuttoncolor);
  text-decoration: none;
}
.HomeAdmission__list-item:first-child:hover .HomeAdmission__list-linktext {
  color: white;
}
.HomeAdmission__list-item:first-child:hover .HomeAdmission__list-linkbutton {
  transition: all 150ms ease-out;
  color: white;
  background-color: var(--hoverbuttoncolor);
  border-bottom-color: var(--hoverbuttoncolor);
}
.HomeAdmission__list-item:nth-child(2):hover {
  --hovertextcolor: var(--webgold);
  --hoverbuttoncolor: var(--webgold-600);
}
.HomeAdmission__list-item:nth-child(2):hover .HomeAdmission__list-link {
  transition: all 150ms ease-out;
  background-color: var(--hovertextcolor);
  border-bottom-color: var(--hoverbuttoncolor);
  text-decoration: none;
}
.HomeAdmission__list-item:nth-child(2):hover .HomeAdmission__list-linktext {
  color: white;
}
.HomeAdmission__list-item:nth-child(2):hover .HomeAdmission__list-linkbutton {
  transition: all 150ms ease-out;
  color: white;
  background-color: var(--hoverbuttoncolor);
  border-bottom-color: var(--hoverbuttoncolor);
}
.HomeAdmission__list-item:first-child:has(+ .HomeAdmission__list-item:is(:hover, :focus-visible)) .HomeAdmission__list-link,
.HomeAdmission__list-item:first-child:has(+ .HomeAdmission__list-item:is(:hover, :focus-visible)) .HomeAdmission__list-linkbutton {
  border-bottom-color: var(--wmsilver-600);
}
.HomeAdmission__list-item:nth-child(3):hover {
  --hovertextcolor: var(--patina-700);
  --hoverbuttoncolor: var(--patina-600);
}
.HomeAdmission__list-item:nth-child(3):hover .HomeAdmission__list-link {
  transition: all 150ms ease-out;
  background-color: var(--hovertextcolor);
  border-bottom-color: var(--hoverbuttoncolor);
  text-decoration: none;
}
.HomeAdmission__list-item:nth-child(3):hover .HomeAdmission__list-linktext {
  color: white;
}
.HomeAdmission__list-item:nth-child(3):hover .HomeAdmission__list-linkbutton {
  transition: all 150ms ease-out;
  color: white;
  background-color: var(--hoverbuttoncolor);
  border-bottom-color: var(--hoverbuttoncolor);
}
.HomeAdmission__list-item:nth-child(2):has(+ .HomeAdmission__list-item:is(:hover, :focus-visible)) .HomeAdmission__list-link,
.HomeAdmission__list-item:nth-child(2):has(+ .HomeAdmission__list-item:is(:hover, :focus-visible)) .HomeAdmission__list-linkbutton {
  border-bottom-color: var(--wmsilver-600);
}
.HomeAdmission__list-item:last-child:hover {
  --hovertextcolor: var(--weatheredbrick-700);
  --hoverbuttoncolor: var(--weatheredbrick-600);
}
.HomeAdmission__list-item:last-child:hover .HomeAdmission__list-link {
  transition: all 150ms ease-out;
  background-color: var(--hovertextcolor);
  border-bottom-color: var(--hoverbuttoncolor);
  text-decoration: none;
}
.HomeAdmission__list-item:last-child:hover .HomeAdmission__list-linktext {
  color: white;
}
.HomeAdmission__list-item:last-child:hover .HomeAdmission__list-linkbutton {
  transition: all 150ms ease-out;
  color: white;
  background-color: var(--hoverbuttoncolor);
  border-bottom-color: var(--hoverbuttoncolor);
}
.HomeAdmission__list-item:nth-child(3):has(+ .HomeAdmission__list-item:is(:hover, :focus-visible)) .HomeAdmission__list-link,
.HomeAdmission__list-item:nth-child(3):has(+ .HomeAdmission__list-item:is(:hover, :focus-visible)) .HomeAdmission__list-linkbutton {
  border-bottom-color: var(--wmsilver-600);
}
@container admissionsplit (min-width: 500px) {
  .HomeAdmission__list-item:first-child .HomeAdmission__list-link, .HomeAdmission__list-item:nth-child(3) .HomeAdmission__list-link {
    border-right: 1px solid var(--wmsilver-600);
  }
  .HomeAdmission__list-item:nth-child(3) .HomeAdmission__list-link {
    border-bottom: white;
  }
  .HomeAdmission__list-item:last-child .HomeAdmission__list-link {
    border-color: white;
  }
  .HomeAdmission__list-item:first-child:hover + .HomeAdmission__list-item + .HomeAdmission__list-item .HomeAdmission__list-link,
  .HomeAdmission__list-item:first-child:hover + .HomeAdmission__list-item + .HomeAdmission__list-item .HomeAdmission__list-linkbutton {
    border-right-color: var(--wmsilver-600);
  }
}
.HomeAdmission__list-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}
.HomeAdmission__list-link:hover {
  text-decoration: none;
}
.HomeAdmission__list-linktext {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: var(--spacing-sm);
  color: var(--wmgreen-600);
  font-size: clamp(18px, 1.5vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@container admissionsplit (min-width: 500px) {
  .HomeAdmission__list-linktext div {
    align-self: flex-start;
  }
}
.HomeAdmission__list-link .HomeAdmission__list-linkbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--spacing-md);
  height: 100%;
  padding: var(--spacing-sm) 14px;
  background-color: var(--wmgreen-600);
  color: var(--wmgreen-200);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.07143;
}
@media (min-width: 986px) {
  .HomeAdmission__list-link .HomeAdmission__list-linkbutton {
    height: 100%;
    width: 107px;
  }
}
@container admissionsplit (min-width: 500px) {
  .HomeAdmission__list-link .HomeAdmission__list-linkbutton {
    width: var(--spacing-lg);
    height: var(--spacing-lg);
    align-self: flex-end;
    border-top-left-radius: 4px;
  }
}

/* scss/7-homepage-rows/_homepage-programs.scss */
.HomePrograms__side.-text {
  text-align: left;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 700px) {
  .HomePrograms__side.-text {
    padding-left: 50px;
    padding-left: clamp(22px, 7%, 70px);
    padding-right: 0;
  }
}

.wm-row .h-switch .HomePrograms__side.-text {
  padding-left: 0;
  padding-right: 50px;
  padding-right: clamp(22px, 7%, 70px);
}

/* scss/7-homepage-rows/_homepage-stats.scss */
.HomeStats {
  background: var(--wmgreen-600);
  background: linear-gradient(180deg, rgba(24, 48, 40, 0) 50.08%, rgba(24, 48, 40, 0.8) 100%), linear-gradient(90deg, rgba(24, 48, 40, 0) 49.97%, rgba(24, 48, 40, 0.5) 99.31%), linear-gradient(270deg, rgba(24, 48, 40, 0) 50.03%, rgba(24, 48, 40, 0.5) 100%), url("/atomic-docs/wm/images/stats-background.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  padding-top: 106px;
  padding-bottom: var(--spacing-md);
}
.HomeStats > * {
  transition: all 300ms ease-in;
}
.HomeStats__title {
  text-align: center;
  font-family: "Noto Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 700px) {
  .HomeStats__title {
    font-size: 38px;
    line-height: 50px;
  }
}
.HomeStats__subtitle {
  color: var(--wmsilver-300, #ecedee);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-top: var(--spacing-sm) !important;
}
@media (min-width: 700px) {
  .HomeStats__subtitle {
    margin-top: var(--spacing-xs) !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
  }
}
.HomeStats__cards {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  max-width: 555px;
  margin: 0 auto;
  margin-top: var(--spacing-md);
}
@media (min-width: 700px) {
  .HomeStats__cards {
    width: 599px;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 55px;
  }
}
@media (min-width: 1026px) {
  .HomeStats__cards {
    width: 100%;
  }
}
.HomeStats__card {
  display: flex;
  justify-content: space-between;
  padding: var(--spacing-sm) 6px 0;
}
.HomeStats__card:hover {
  border-radius: 4px;
  background: rgba(24, 48, 40, 0.9);
  transition: all 300ms ease-out;
  cursor: pointer;
}
.HomeStats__card:hover .wm-statnum--prepend-top,
.HomeStats__card:hover .wm-statnum--append-top,
.HomeStats__card:hover .HomeStats__stat-link-arrow {
  transition: all 300ms ease-out;
  color: var(--wmgold-600);
}
.HomeStats__card:hover .HomeStats__stat-publication {
  color: white;
  transition: all 300ms ease-out;
}
.HomeStats__card:hover .HomeStats__stat-link {
  text-decoration: underline;
  transition: all 300ms ease-out;
}
@media (min-width: 700px) {
  .HomeStats__card {
    flex: 0 1 49%;
    padding: var(--spacing-sm);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: var(--spacing-sm);
  }
}
@media (min-width: 1026px) {
  .HomeStats__card {
    flex: 1;
  }
}
.HomeStats__graphic-section {
  flex: 0 1 150px;
}
@media (min-width: 700px) {
  .HomeStats__graphic-section {
    flex: 1 1 max-content;
  }
}
.HomeStats__text-section {
  flex: 1 1 184px;
  text-align: left;
}
@media (min-width: 700px) {
  .HomeStats__text-section {
    flex: 1 1 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.HomeStats__stat-title {
  color: white;
  font-family: "Noto Serif";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 700px) {
  .HomeStats__stat-title {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
}
.HomeStats__stat-publication {
  color: var(--wmgreen-300);
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  padding-top: 4px;
}
.HomeStats__stat-link {
  color: white;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: var(--spacing-xs);
  display: block;
  padding-bottom: var(--spacing-sm);
}
@media (min-width: 700px) {
  .HomeStats__stat-link {
    padding: var(--spacing-sm) 0 0 0;
  }
}
.HomeStats__stat-link-arrow {
  position: relative;
  top: 1px;
  left: 3px;
  color: var(--wmgreen-400);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 700px) {
  .HomeStats {
    padding-top: var(--spacing-xl);
    padding-bottom: 33px;
    background: linear-gradient(180deg, rgba(24, 48, 40, 0) 50.08%, rgba(24, 48, 40, 0.5) 100%), linear-gradient(90deg, rgba(24, 48, 40, 0) 49.97%, rgba(24, 48, 40, 0.8) 99.31%), linear-gradient(270deg, rgba(24, 48, 40, 0) 50.03%, rgba(24, 48, 40, 0.8) 100%), url("/atomic-docs/wm/images/stats-background.jpg") center center no-repeat;
    background-size: cover;
  }
  .HomeStats .wm-row__mainWrapper {
    max-width: 1014px;
  }
}
@media (min-width: 1026px) {
  .HomeStats {
    padding-bottom: var(--spacing-xl);
  }
}

.wm-statnum {
  position: relative;
  color: var(--wmgreen-300, #a0bcb3);
  font-family: "Libre Baskerville", serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wm-statnum__number {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 77px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wm-statnum--prepend-top {
  right: -8px;
}
@media (min-width: 700px) {
  .wm-statnum--prepend-top {
    position: absolute;
    top: 12px;
    left: -78px;
  }
}
.wm-statnum--append-top {
  right: 13px;
  top: -41px;
}
@media (min-width: 700px) {
  .wm-statnum--append-top {
    position: absolute;
    top: 12px;
    right: -20px;
  }
}

/* scss/7-menus-and-header/_menu-banner.scss */
/* scss/7-menus-and-header/_topbar-logo-section.scss */
/* scss/7-menus-and-header/_topbar.scss */
.wm-topbar__buttons {
  position: absolute;
  z-index: 81;
  top: 0;
  right: 0;
}

.wm-topbar__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 77px;
  height: calc(66px - 10px);
  height: 59px;
  padding: 20px 0 23px;
  transition: opacity 0.3s linear;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  background: var(--color-griffingreen-100);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.wm-topbar__menu-button svg .a {
  fill: #fff;
}
.wm-topbar__menu-button-text {
  display: none;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 0.0625rem;
  padding-bottom: 1.0625rem;
  letter-spacing: 0.1em;
  font-size: 0.64rem;
  line-height: 0;
}
.wm-topbar__menu-button:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}
.wm-topbar__menu-button:visited {
  color: white;
}
.wm-topbar__menu-button:focus {
  text-decoration: none;
  color: white;
  background-color: black;
}

.wm-topbar__info-for-button {
  position: absolute;
  top: 63px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 134px;
  height: 35px;
  padding-left: 1.5625rem;
  transition: all 0.3s, right 0.3s;
  text-decoration: none;
  /*=================*/
  /*===============*/
}
@media (min-width: 930px) {
  .wm-topbar__info-for-button {
    top: 80px;
    display: block;
  }
}
.wm-topbar__info-for-button:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(-20deg);
  background: rgba(0, 0, 0, 0.8);
}
.menu-open .wm-topbar__info-for-button:before {
  background: var(--color-wmgreen-90);
}
.menu-open .wm-topbar__info-for-button:hover:before {
  background: var(--color-griffingreen-100);
}
.menu-open .wm-topbar__info-for-button:hover span {
  background: var(--color-griffingreen-100);
}
.wm-topbar__info-for-button span {
  z-index: 2;
  display: block;
  position: relative;
  left: -3px;
  top: 1px;
  width: 102%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: white;
  font-size: 11.5px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.8);
}
.menu-open .wm-topbar__info-for-button span {
  background: var(--color-wmgreen-90);
}
.wm-topbar__info-for-button:hover {
  width: 145px;
  text-decoration: none;
}
.wm-topbar__info-for-button:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.wm-topbar__info-for-button:visited {
  color: white;
}
.wm-topbar__info-for-button.is-hidden {
  right: -2000px;
  opacity: 0;
}
@media (any-hover: none) {
  .wm-topbar__info-for-button .wm-topbar__info-for-button:hover,
  .wm-topbar__info-for-button .wm-topbar__info-for-button:focus {
    width: 110px;
  }
}
@media (any-hover: none) and (min-width: 930px) {
  .wm-topbar__info-for-button .wm-topbar__info-for-button:hover,
  .wm-topbar__info-for-button .wm-topbar__info-for-button:focus {
    width: 120px;
  }
}

@media (max-height: 400px) {
  .wm-topbar {
    position: relative !important;
  }
}
.wm-topbar {
  position: sticky;
  position: -webkit-sticky;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 66px;
  margin: 0;
  padding-left: 22px;
  border-top: 10px solid var(--color-griffingreen-100);
  background-color: white;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.wm-topbar .button-wrapper-for-older-browsers {
  position: relative;
}
.wm-topbar__logo {
  flex-basis: 1288px;
  flex-grow: 0;
  flex-shrink: 1;
  height: 66px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .wm-topbar__logo {
    height: 84px;
  }
}
@media (min-width: 1680px) {
  .wm-topbar__logo {
    flex-basis: 1288px;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
.wm-topbar__logo-link {
  display: inline-block;
  align-self: center;
  padding: 8px 0 0 0;
}
.wm-topbar__logo-img {
  width: 15.66rem;
  width: 200px;
}

.menubackdrop-white {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 375px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(75rem);
  background: white;
  visibility: hidden;
  background: white !important;
}
.menubackdrop-white .wm_logo_banner {
  position: absolute;
  top: 0;
  left: 45px;
  width: 131px;
  padding: 0;
  text-align: center;
  width: 109px;
  height: 112px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .menubackdrop-white .wm_logo_banner {
    width: 127px;
    height: 129px;
  }
}
@media (min-width: 1175px) {
  .menubackdrop-white .wm_logo_banner {
    gap: 10px;
    width: 139px;
    height: 142px;
  }
}
.menubackdrop-white .wm_logo_banner:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: white;
}
.menubackdrop-white .wm_logo_banner img {
  position: relative;
  top: -7px;
  width: 100%;
  max-width: 157px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.menubackdrop-white .wm_logo_banner img:hover {
  top: -2px;
}

body.menu-open .menubackdrop-white,
body.info-open .menubackdrop-white {
  visibility: visible;
}

@media (min-width: 1024px) {
  .info-open .menubackdrop-white .wm_logo_banner {
    display: none !important;
  }
}

.info-open .wm-topbar__menu-button-text {
  padding-top: 0.375rem;
  padding-bottom: 0.875rem;
}

.toggle-menus .menubackdrop-white {
  z-index: 100;
  transform: translateX(0);
  z-index: 95;
}
@media (min-width: 1024px) {
  .toggle-menus .menubackdrop-white {
    width: 80%;
    max-width: 1152px;
  }
}

.toggle-menus .menubackdrop-white {
  display: block;
  opacity: 1;
}

/*--- MENU BACKDROP DARK---*/
.menubackdrop-dark {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: none;
  width: 100%;
  height: 100%;
  cursor: auto;
  transition: opacity 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  /* when modal active */
  touch-action: none;
  /* Other browsers */
  overscroll-behavior: none;
}

.menu-open .menubackdrop-dark,
.info-open .menubackdrop-dark {
  z-index: 90;
  cursor: url("../images/close-x.svg"), auto;
  opacity: 1;
}

.source .wm-topbar,
.source .wm-topbar__buttons {
  position: relative;
}

@media (min-width: 930px) {
  .wm-topbar {
    height: 84px;
    border-top: 13px solid var(--color-griffingreen-100);
  }
  .wm-topbar__buttons {
    top: 0;
    overflow: hidden;
    width: 9.6875rem;
    height: 7.5rem;
  }
  .wm-topbar__menu-button {
    display: flex;
    width: 8.3125rem;
    height: 4.5rem;
  }
  .wm-topbar__menu-button-text {
    display: block;
  }
  .wm-topbar__info-for-button:focus {
    width: 158px;
    text-decoration: none;
  }
  .menu-open .wm-site-menu .wm-topbar__menu-button.-close-x:focus {
    background: #aa814d;
  }
  /* TOPBAR - REDUCE MOTION */
}
@media (min-width: 930px) and (prefers-reduced-motion) {
  .wm-topbar__info-for-button {
    transition: none;
  }
}
@media (min-width: 930px) {
  .wm-topbar__logo-link {
    padding-top: 0.83rem;
    padding-left: 0;
  }
  .wm-topbar__logo-img {
    width: 242px;
  }
}
/* scss/7-menus-and-header/_banner.scss */
.m-header,
.m-header.-small,
.m-header .m-header__photo,
.m-header .banner-img {
  height: 20vh;
}
@media (min-width: 700px) {
  .m-header,
  .m-header.-small,
  .m-header .m-header__photo,
  .m-header .banner-img {
    height: 261px;
  }
}

.m-header.-medium,
.m-header.-medium .m-header__photo,
.m-header.-medium .banner-img {
  height: 20vh;
}
@media (min-width: 700px) {
  .m-header.-medium,
  .m-header.-medium .m-header__photo,
  .m-header.-medium .banner-img {
    height: 459px;
  }
}

.m-header.-tall,
.m-header.-tall .m-header__photo,
.m-header.-tall .banner-img {
  /* Fallback for browsers that do not support Custom Properties */
  height: 85vh;
  height: calc(var(--vh, 1vh) * 85);
}

.touch .m-header.-tall,
.touch .m-header.-tall .m-header__photo,
.touch .m-header.-tall .banner-img {
  /* Fallback for browsers that do not support Custom Properties */
  height: 75vh;
  height: calc(var(--vh, 1vh) * 75);
}

.m-header .m-title-card__dept {
  font-size: 1rem;
}
.m-header .m-title-card__dept a {
  font-size: calc(3.0303030303vw + 13.6363636364px);
  text-decoration: none;
}
@media (min-width: 1215px) {
  .m-header .m-title-card__dept a {
    font-size: 50px;
  }
}
.m-header .m-title-card__dept a.XXX-Small {
  font-size: calc(2.4242424242vw + 15.9090909091px);
}
@media (min-width: 1215px) {
  .m-header .m-title-card__dept a.XXX-Small {
    line-height: 1.1;
  }
}
.m-header.-medium .m-title-card__dept a {
  font-size: calc(4.2424242424vw + 9.0909090909px);
}
@media (min-width: 1215px) {
  .m-header.-medium .m-title-card__dept a {
    font-size: 60px;
  }
}
.m-header.-tall .m-title-card__dept a {
  font-size: calc(3.6363636364vw + 31.3636363636px);
}
@media (min-width: 1215px) {
  .m-header.-tall .m-title-card__dept a {
    font-size: 75px;
  }
}

.m-header {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 5%;
  text-align: center;
  letter-spacing: 0.05rem;
  background-color: black;
}
@media (min-width: 700px) {
  .m-header {
    padding: 0 10%;
  }
}
.m-header.-medium .m-header__photo::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.m-header.-tall {
  position: relative;
}
.m-header.-tall .scroll-down {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  transition: all 0.2s ease-in;
  animation: bounce 0.5s 1;
  animation-delay: 1s;
  animation-iteration-count: 1;
  width: 50px;
  margin: 0 auto;
}
.m-header.-tall .scroll-down:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.m-header.-tall::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: black;
}
.m-header.-tall.-img-cc .m-header__photo {
  background-position: center center;
}
.m-header.-tall.-img-mc .m-header__photo {
  background-position: top center;
}
.m-header.-tall.-img-mtc .m-header__photo {
  background-position: center 25%;
}
.m-header.-tall.-img-tr .m-header__photo {
  background-position: top right;
}
.m-header.-tall.-img-cr .m-header__photo {
  background-position: center right;
}
.m-header.-tall.-img-br .m-header__photo {
  background-position: bottom right;
}
.m-header.-tall.-img-bc .m-header__photo {
  background-position: bottom center;
}
.m-header.-tall.-img-bl .m-header__photo {
  background-position: bottom left;
}
.m-header.-tall.-img-cl .m-header__photo {
  background-position: center left;
}
.m-header.-tall.-img-tl .m-header__photo {
  background-position: top left;
}
.m-header.-tall.-text-cc, .m-header.-tall.-text-bl {
  align-items: center;
  justify-content: center;
  padding: 70px 22px;
}
.m-header.-tall.-text-bl {
  align-items: flex-end;
  justify-content: center;
}
.m-header.-tall.-text-bl .m-title-card {
  text-align: left;
  width: 100%;
}
.m-header.-tall.-text-bl .m-title-card__umbrella a {
  margin: 0 3px;
}
.m-header.-tall.-text-bl .m-title-card__dept {
  max-width: 1112px;
}
.m-header.-tall.-text-bl .m-title-card + .m-header__photo::before {
  opacity: 0 !important;
}
.m-header.-tall.-text-bl .m-title-card:hover + .m-header__photo {
  transform: none;
}
.m-header.-tall.-text-bl .scroll-down {
  display: none;
}

@keyframes fadein {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes umbrellafadein {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  20% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.m-title-card {
  z-index: 1;
  margin-top: 0;
  border-top: none;
  border-bottom: none;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 1rem;
  padding: 0;
}
@media (min-width: 700px) {
  .m-title-card {
    margin: 0;
  }
}
@media (min-width: 930px) {
  .m-title-card {
    max-width: 1172px;
  }
}
@media (min-width: 1215px) {
  .m-title-card {
    padding: 0 22px;
  }
}
@media (min-width: 1680px) {
  .m-title-card {
    max-width: 1288px;
  }
}
.m-title-card:hover + .m-header__photo {
  transform: scale(1.04);
}
.m-title-card:hover + .m-header__photo::before {
  opacity: 1;
}
.m-title-card + .m-header__photo::before, .m-title-card + .m-header__photo::after {
  content: "";
}
.m-title-card__dept {
  margin-top: 12px;
  margin-bottom: 0;
  animation: fadein 2s;
}
.m-title-card__dept a {
  margin-top: 0;
  margin-bottom: 1.58rem;
  letter-spacing: 0.05rem;
  color: white;
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 700;
  line-height: 1.1;
  font-feature-settings: "lnum";
}
@media (min-width: 930px) {
  .m-title-card__dept a {
    letter-spacing: 0.05rem;
    line-height: 1;
  }
}
.m-title-card__dept a:hover {
  text-decoration: none;
}
.m-title-card__umbrella {
  margin: 0;
  padding: 0;
  animation: umbrellafadein 1.75s;
  background: transparent;
  line-height: 1;
}
.m-title-card__umbrella a {
  font-size: calc(0.3636363636vw + 13.6363636364px);
  text-decoration: none;
  display: inline;
  margin: 1.14rem 1.3rem 0;
  letter-spacing: 0.05rem;
  color: white;
  background: transparent;
  font-weight: 700;
}
.m-title-card__umbrella a:hover {
  text-decoration: underline;
}
.m-title-card .m-breadcrumbs {
  display: none;
}

.m-header__photo,
.banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: ease-out 0.65s;
  background-position: top center;
  background-size: cover;
}
.m-header__photo::before,
.banner-img::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: none;
  transition: opacity 0.65s ease-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.m-header__photo::after,
.banner-img::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: none;
}

/* scss/7-menus-and-header/_banner-medium.scss */
/* scss/7-menus-and-header/_banner-tall.scss */
/* scss/7-menus-and-header/_banner-super.scss */
.m-header.-super .m-title-card {
  /* z-indexes fixes so opacity will show and scroll down will still work */
  z-index: 2;
}
.m-header.-super .m-title-card__dept {
  margin-top: 0;
  margin-bottom: 1.58rem;
  letter-spacing: 0.05rem;
  color: white;
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: calc(3.63636vw + 31.36364px);
  font-feature-settings: "lnum";
}
@media (min-width: 1215px) {
  .m-header.-super .m-title-card__dept {
    font-size: 75px;
  }
}
.m-header.-super .m-title-card__teaser {
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: "Freight Display Pro W03", Times, serif;
  font-size: 1.48rem;
  font-style: italic;
  line-height: 1.2;
  font-weight: 600;
  font-feature-settings: "lnum";
}
.m-header.-super .m-title-card__introtext {
  color: #fff;
}
.m-header.-super .m-title-card__introtext a, .m-header.-super .m-title-card__introtext a:hover, .m-header.-super .m-title-card__introtext a:focus {
  color: var(--color-wmgold-55);
}
.m-header.-super .m-title-card:hover + .m-header__photo {
  transform: none;
}
.m-header.-super .m-header__photo::before,
.m-header.-super .m-title-card:hover + .m-header__photo::before {
  opacity: 0.2;
}
.m-header.-super .m-header__photo {
  z-index: 1;
}
.m-header.-super .m-header__photo::before,
.m-header.-super .m-title-card:hover + .m-header__photo::before {
  z-index: 1;
}

.m-header.-tall .scroll-down {
  z-index: 1;
}

/* scss/7-menus-and-header/_chosen.scss */
/* Chosen v1.5.1 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
/* WM NOTE: Updated background image URLs */
.departmentDropdownMenu {
  width: 100% !important;
  margin-bottom: 22px;
  padding: 10px 14px;
  letter-spacing: 0.02em;
  color: white;
  background: var(--color-wmgreen-90);
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 930px) {
  .departmentDropdownMenu {
    border: none;
  }
}

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  margin-bottom: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-size: 13px;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  left: -9999px;
  width: 100%;
  color: white;
  background: var(--color-wmgreen-90);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  overflow: hidden;
  margin-right: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  font-weight: 400;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  padding-left: 2px;
  content: ":";
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1.5625rem;
  padding: 0 0 0 8px;
  white-space: nowrap;
  text-decoration: none;
  color: #444;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background: #fff url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat 100% -20px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 12px 0;
  padding: 5px 6px;
  list-style: none;
  font-size: 1rem;
  word-wrap: break-word;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li:first-child {
  margin-top: 0;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
  color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  color: #777;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  font-weight: 700;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  text-decoration: underline;
  font-style: normal;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px;
  cursor: text;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 1.5625rem;
  margin: 1px 0;
  padding: 0;
  color: #999;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none;
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  max-width: 100%;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  cursor: default;
  color: #333;
  line-height: 13px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default;
  color: #ccc;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* Chosen - WM TWEAKS, dropdown in left nav */
.chosen-container-single .chosen-single div b {
  width: 20px;
}

.chosen-container-single .chosen-single div {
  top: 11px;
  right: 7px;
  width: 20px;
}
.chosen-container-single .chosen-single div:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f078";
  color: white;
  font-family: "Font Awesome 6 Pro";
}

.chosen-container-single .chosen-search {
  width: 230px;
  margin: 10px;
  padding: 5px 10px;
  border: 1px solid #aaa;
}

.chosen-container-single .chosen-search:after {
  content: "\f002";
  color: #c9c9c9;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 24px;
}

.chosen-container-single .chosen-search input[type=text] {
  width: 190px;
  border: none;
  outline: 0;
  background: none;
}

.chosen-container-single .chosen-drop {
  padding: 10px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 15px;
  padding: 5px;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 0 3px 5px;
  background-color: #e4e4e4;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -1px -228px;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

.chosen-container {
  transition: all 0.18s ease-in;
  color: white !important;
  background: var(--color-wmgreen-90) !important;
  font-size: 13px !important;
  font-weight: 600;
}
.chosen-container:hover {
  background-color: black !important;
}
.chosen-container span {
  font-size: 13px !important;
}

.chosen-default {
  color: var(--color-wmsilver-25);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.chosen-container ul {
  padding: 10px 4px 4px 4px;
  background: #ffffff !important;
}

.chosen-container-single .chosen-single {
  height: auto;
  padding: 10px 14px !important;
  background-color: transparent !important;
  background-image: none !important;
}

.chosen-container-single .chosen-single span {
  margin-right: 18px !important;
  letter-spacing: 0.02em;
  color: #fff;
}

.chosen-container-single.chosen-with-drop .chosen-single span {
  color: #ffffff !important;
  font-size: 1rem;
}

.chosen-container-single .chosen-single:hover {
  text-decoration: none !important;
}

.chosen-container-single .chosen-single:focus {
  outline: none !important;
}

.chosen-with-drop,
.chosen-with-drop .chosen-default,
.chosen-with-drop.chosen-container-single .chosen-single {
  color: #ffffff !important;
  background-color: var(--color-wmgreen-90) !important;
}

.chosen-container .chosen-drop {
  width: 275px;
  border: 1px solid #c2c2c2 !important;
  background: #ffffff !important;
  font-size: 12px;
}

.chosen-container a,
.chosen-drop li {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
}
.chosen-container a:hover, .chosen-container a:focus,
.chosen-drop li:hover,
.chosen-drop li:focus {
  text-decoration: underline;
}
.chosen-container a:hover,
.chosen-drop li:hover {
  text-decoration: none;
  color: var(--color-wmgreen-90) !important;
}

.chosen-container .chosen-results li.highlighted {
  color: var(--color-link-base);
  background: none !important;
}

.chosen-container .chosen-results li:first-child {
  color: black !important;
  background: none !important;
}

.extra-nav .chosen-with-drop,
.extra-nav .chosen-with-drop .chosen-default,
.extra-nav .chosen-with-drop.chosen-container-single .chosen-single {
  border: none;
}

/* Dropdown in sidebar widget */
#sidebar .sidebar__item .chosen-container,
.SidebarItem .chosen-container {
  margin: 22px auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 240px;
  display: block;
}

/* scss/7-menus-and-header/_footer.scss */
.o-wm-footer {
  border-top: 8px solid var(--color-wmgold-55);
  padding-top: 2.132rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: white;
  background: linear-gradient(0deg, var(--color-wmgreen-90) 0%, var(--color-one-offs-footer-gradient) 100%);
  background-color: var(--color-wmgreen-90);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.94rem;
}
.o-wm-footer a {
  text-decoration: none;
}
.o-wm-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
.o-wm-footer hr {
  height: 0;
  margin: 1.91rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.o-wm-footer .sm_icon {
  margin: 12px 8px;
  font-size: 22px;
  color: var(--color-one-offs-footer-small-icon);
}
@media (min-width: 1000px) {
  .o-wm-footer .sm_icon {
    margin: 0 0.25em;
    font-size: 22px;
  }
}
.o-wm-footer .sm_icon:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-wmgold-55);
}

.o-wm-footer__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1225px;
  margin: 0 auto;
  padding-bottom: 2.31rem;
}

.o-wm-footer__column:first-child,
.o-wm-footer__column:last-child {
  border-bottom: none;
}

.o-wm-footer__logo-column {
  order: 1;
}
.o-wm-footer__logo-column img {
  max-width: 205px;
}

.footer_social-media-nav__wrapper + hr {
  margin-top: 1.48rem !important;
}
@media (min-width: 1000px) {
  .footer_social-media-nav__wrapper + hr {
    margin-top: 1.91rem !important;
  }
}

.o-wm-footer__column {
  width: 200px;
  margin: 0 auto;
  padding-top: 2.46rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.o-wm-footer__title {
  margin-bottom: 0.5rem;
  padding: 0 0 1.066rem 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.o-wm-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-wm-footer__list li:last-child .o-wm-footer__link:hover {
  text-decoration: underline;
  opacity: 1;
  color: #fff;
}

.o-wm-footer__link {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  letter-spacing: 0.05em;
  opacity: 0.7;
  color: #fff;
  font-weight: 400;
}
.o-wm-footer__link:hover {
  opacity: 1;
  color: #fff;
}

.o-wm-footer__text-block {
  margin-top: 3.12rem;
  color: rgba(255, 255, 255, 0.9);
}

.o-wm-footer__text {
  margin-bottom: 0.46738rem;
  padding: 0;
  letter-spacing: 0;
  opacity: 0.7;
  color: #fff;
  font-size: 0.88rem;
  font-weight: normal;
}
@media (min-width: 1000px) {
  .o-wm-footer__text {
    margin-bottom: 1.48rem;
  }
}

.o-wm-footer__social {
  display: block;
  margin-bottom: 0.46738rem;
  padding: 0;
  letter-spacing: 0;
  opacity: 0.7;
  color: #fff;
  font-size: 0.88rem;
  font-weight: normal;
}

.o-wm-footer__city {
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 0.88rem;
}

.o-wm-footer__contact {
  text-transform: none;
  opacity: 0.7;
  color: white;
  font-size: 0.94rem;
  font-weight: bold;
}
.o-wm-footer__contact:hover {
  opacity: 1;
  color: #fff;
}

.o-wm-footer__miscinfo {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 0.7;
  color: #fff;
  background-color: var(--color-one-offs-footer-bottom-bar);
}

.o-wm-footer__miscinfo-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 1.79rem;
}

.o-wm-footer__copyright {
  order: 1;
  width: 200px;
  margin: 1.39rem 0;
  padding: 0.35533rem;
  padding-top: 2.04rem;
  opacity: 0.7;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.83rem;
}

.o-wm-footer__misclist {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 1200px;
  margin: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.o-wm-footer__misclist .o-wm-footer__miscitem {
  display: block;
  margin: 0.68rem 0;
}
.o-wm-footer__misclist .o-wm-footer__miscitem:last-child {
  border-right: none;
}
.o-wm-footer__misclist .o-wm-footer__miscitem .o-wm-footer__link {
  margin: 0.35533rem 1.066rem;
  margin: 0;
  font-size: 0.83rem;
}

a.o-wm-footer__text:hover {
  text-decoration: underline;
  opacity: 1;
  color: white;
}

.footer_social-media-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 9px;
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .footer_social-media-nav__wrapper {
    max-width: 100%;
    margin: 0 auto 22px;
  }
}

@media screen and (min-width: 1000px) {
  .o-wm-footer {
    padding-top: 0;
  }
  .o-wm-footer__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 30px;
    padding-bottom: 9.44rem;
    text-align: left;
    background: transparent url(https://www.wm.edu/img/wren-building-outline.png) center bottom no-repeat;
    background-size: 676px;
  }
  .o-wm-footer__column {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 210px;
    margin: 0;
    margin-bottom: 3.12rem;
    margin-left: 1rem;
    padding: 12.13rem 0 0 1rem;
    border: none;
  }
  .o-wm-footer__column:last-child {
    padding-left: 0;
  }
  .o-wm-footer__column img {
    width: 100%;
    max-width: 350px;
  }
  .o-wm-footer__logo-column {
    display: flex;
    flex-basis: 15.66rem;
    flex-grow: 1;
    flex-shrink: 0;
    order: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 9.5rem 1.066rem 32px 0;
    text-align: center;
  }
  .o-wm-footer__logo-column > div {
    width: 228px;
  }
  .o-wm-footer__miscinfo {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .o-wm-footer__miscinfo-wrapper {
    align-items: center;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.68rem 0;
  }
  .o-wm-footer__copyright {
    display: inline-block;
    flex: 50 0 auto;
    order: -1;
    margin: 0;
    padding: 0 1.066rem;
    text-align: left;
    border-top: none;
  }
  .o-wm-footer__misclist .o-wm-footer__miscitem {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .o-wm-footer__misclist .o-wm-footer__miscitem .o-wm-footer__link {
    margin-bottom: 0;
    padding-right: 1.68rem;
    padding-left: 1.68rem;
  }
}
/* scss/7-menus-and-header/_info-for-menu.scss */
.menu-open .wm-info-for-menu {
  z-index: calc(100 - 1);
  transform: translateX(0);
  opacity: 0;
}
.menu-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x {
  top: calc(63px + 10px + 7px);
}
@media (min-width: 930px) {
  .menu-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x {
    top: calc(80px + 13px);
  }
}
.menu-open .wm-info-for-menu .wm-topbar__menu-button {
  top: 10px;
}
@media (min-width: 930px) {
  .menu-open .wm-info-for-menu .wm-topbar__menu-button {
    top: 13px;
  }
}

.info-open .wm-site-menu {
  z-index: calc(100 - 1);
  transform: translateX(0);
  opacity: 0;
}

.info-open .wm-info-for-menu {
  z-index: 100;
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 1024px) {
  .info-open .wm-info-for-menu {
    padding: 13px 1.39rem;
  }
}
.info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x {
  top: calc(63px + 10px + 7px);
  display: block;
  color: white;
}
@media (min-width: 930px) {
  .info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x {
    top: calc(80px + 13px);
  }
}
.info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x .fa-xmark {
  display: inline-block;
  position: relative;
  top: 2.5px;
}
.info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x span {
  background-color: var(--color-link-base);
  width: auto;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
}
.info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x:before {
  background: var(--color-webgold-75);
}
.info-open .wm-info-for-menu .wm-topbar__info-for-button.-close-x:hover {
  cursor: pointer;
}
.info-open .wm-info-for-menu .wm-topbar__menu-button {
  top: 10px;
  display: flex;
}
@media (min-width: 930px) {
  .info-open .wm-info-for-menu .wm-topbar__menu-button {
    top: 13px;
  }
}

.wm-info-for-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 375px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(75rem);
  background: white;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .wm-info-for-menu {
    width: 80%;
    max-width: 1152px;
    padding: 13px 1.39rem;
  }
  .wm-info-for-menu.fancybox-margin {
    max-width: 0;
  }
}
.wm-info-for-menu a {
  text-decoration: none;
}
.wm-info-for-menu .close-x {
  position: relative;
  top: 0.0625rem;
  margin-right: 0.3125rem;
}
.wm-info-for-menu .close-x + span {
  display: inline-block;
}
.wm-info-for-menu .wm_logo_banner {
  position: absolute;
  top: 0;
  left: 45px;
  width: 131px;
  padding: 0;
  text-align: center;
  width: 109px;
  height: 112px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .wm_logo_banner {
    width: 127px;
    height: 129px;
  }
}
@media (min-width: 1175px) {
  .wm-info-for-menu .wm_logo_banner {
    gap: 10px;
    width: 139px;
    height: 142px;
  }
}
.wm-info-for-menu .wm_logo_banner:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: white;
}
.wm-info-for-menu .wm_logo_banner img {
  position: relative;
  top: -7px;
  width: 100%;
  max-width: 157px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.wm-info-for-menu .wm_logo_banner img:hover {
  top: -2px;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .wm_logo_banner {
    display: none;
  }
}

.wm-info-for-menu .tabs {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 10.68rem;
  padding: 0 2.132rem 2.132rem;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.wm-info-for-menu .tabs button:nth-child(1)[aria-selected=true]::before {
  background: #c1ae43;
}
.wm-info-for-menu .tabs button:nth-child(1)::after {
  border-color: #c1ae43 transparent transparent;
}
.wm-info-for-menu .tabs button:nth-child(1):hover::before {
  background: #c1ae43;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .tabs {
    width: calc(100% - 170px);
    width: 100%;
    margin-top: 0;
  }
}

.info-open .wm-info-for-menu .tabs {
  opacity: 1;
}

.wm-info-for-menu .tabs h2 {
  letter-spacing: 0.05em;
  color: var(--color-wmgreen-90);
  font-family: "Freight Display Pro W03", Times, serif;
  font-size: 2.17rem;
  font-weight: 300;
  font-feature-settings: "lnum";
}

.wm-info-for-menu .tabs [role=tablist] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 3.12rem;
  margin-bottom: 3.198rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .tabs [role=tablist] {
    height: auto;
    margin-right: 110px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
}
.wm-info-for-menu .tabs [role=tablist].show button[aria-selected=false] {
  display: block;
}

.tab-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .tab-wrapper {
    position: static;
    display: flex;
    justify-content: center;
  }
}

/*=============================================*/
.wm-info-for-menu .tabs button:nth-child(1):hover, .wm-info-for-menu .tabs button:nth-child(1):focus, .wm-info-for-menu .tabs button:nth-child(1):active, .wm-info-for-menu .tabs button:nth-child(1)[aria-selected=true] {
  border-color: var(--color-colonialyellow-45);
  background: var(--color-colonialyellow-45);
}
.wm-info-for-menu .tabs button:nth-child(1):hover::before, .wm-info-for-menu .tabs button:nth-child(1):focus::before, .wm-info-for-menu .tabs button:nth-child(1):active::before, .wm-info-for-menu .tabs button:nth-child(1)[aria-selected=true]::before {
  background: var(--color-colonialyellow-45);
}
.wm-info-for-menu .tabs button:nth-child(1):after {
  border-color: var(--color-colonialyellow-45) transparent transparent;
}
.wm-info-for-menu .tabs button:nth-child(2):hover, .wm-info-for-menu .tabs button:nth-child(2):focus, .wm-info-for-menu .tabs button:nth-child(2):active, .wm-info-for-menu .tabs button:nth-child(2)[aria-selected=true] {
  border-color: var(--color-patina-60);
  background: var(--color-patina-60);
}
.wm-info-for-menu .tabs button:nth-child(2):hover::before, .wm-info-for-menu .tabs button:nth-child(2):focus::before, .wm-info-for-menu .tabs button:nth-child(2):active::before, .wm-info-for-menu .tabs button:nth-child(2)[aria-selected=true]::before {
  background: var(--color-patina-60);
}
.wm-info-for-menu .tabs button:nth-child(2):after {
  border-color: var(--color-patina-60) transparent transparent;
}
.wm-info-for-menu .tabs button:nth-child(3):hover, .wm-info-for-menu .tabs button:nth-child(3):focus, .wm-info-for-menu .tabs button:nth-child(3):active, .wm-info-for-menu .tabs button:nth-child(3)[aria-selected=true] {
  border-color: var(--color-wbrick-65);
  background: var(--color-wbrick-65);
}
.wm-info-for-menu .tabs button:nth-child(3):after {
  border-color: var(--color-wbrick-65) transparent transparent;
}
.wm-info-for-menu .tabs button:nth-child(4):hover, .wm-info-for-menu .tabs button:nth-child(4):focus, .wm-info-for-menu .tabs button:nth-child(4):active, .wm-info-for-menu .tabs button:nth-child(4)[aria-selected=true] {
  border-color: var(--color-collegesky-35);
  background: var(--color-collegesky-35);
}
.wm-info-for-menu .tabs button:nth-child(4):after {
  border-color: var(--color-collegesky-35) transparent transparent;
}
.wm-info-for-menu .tabs button:nth-child(5):hover, .wm-info-for-menu .tabs button:nth-child(5):focus, .wm-info-for-menu .tabs button:nth-child(5):active, .wm-info-for-menu .tabs button:nth-child(5)[aria-selected=true] {
  border-color: var(--color-moss-60);
  background: var(--color-moss-60);
}
.wm-info-for-menu .tabs button:nth-child(5):after {
  border-color: var(--color-moss-60) transparent transparent;
}

.wm-info-for-menu .tabs button {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 1.066rem 2.132rem;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-colonialyellow-45);
  background: #fff;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.83rem;
  font-weight: 800;
}
.wm-info-for-menu .tabs button:hover {
  color: #fff;
}
.wm-info-for-menu .tabs button:not(:first-child) {
  border-top: none;
}
.wm-info-for-menu .tabs button:focus:after, .wm-info-for-menu .tabs button:active:after {
  display: none;
}
.wm-info-for-menu .tabs button:hover:after, .wm-info-for-menu .tabs button[aria-selected=true]:after {
  display: block;
  transition: all 0.3s ease-in;
  transform: translate3d(-50%, 11px, 0);
}
.wm-info-for-menu .tabs button[aria-selected=false] {
  display: none;
  transition: all ease 0.18s;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .tabs button[aria-selected=false] {
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
  }
  .wm-info-for-menu .tabs button[aria-selected=false]:before {
    bottom: -5px;
  }
  .wm-info-for-menu .tabs button[aria-selected=false]:hover {
    color: black;
  }
  .wm-info-for-menu .tabs button[aria-selected=false]:hover:before {
    bottom: -1px;
  }
}
.wm-info-for-menu .tabs button[aria-selected=true] {
  color: #fff;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .tabs button[aria-selected=true] {
    font-weight: 500;
  }
  .wm-info-for-menu .tabs button[aria-selected=true]:before {
    height: 69px;
  }
}
.wm-info-for-menu .tabs button[aria-selected=true] span::before,
.wm-info-for-menu .tabs button[aria-selected=true] span::after {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5625rem;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px white;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .tabs button[aria-selected=true] span::before,
  .wm-info-for-menu .tabs button[aria-selected=true] span::after {
    display: none;
  }
}
.wm-info-for-menu .tabs button[aria-selected=true] span::before {
  transform: rotate(90deg);
}
.wm-info-for-menu .tabs button[aria-selected=true]:after {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 0px;
  content: " ";
  transition: all 0.3s;
  border-width: 10px 30px 0 30px;
  border-style: solid;
  background-color: transparent;
}

.wm-info-for-menu .tabs .show button span::before {
  transform: rotate(135deg);
}
.wm-info-for-menu .tabs .show button span::after {
  transform: rotate(45deg);
}

.wm-info-for-menu .tabs button {
  transition: all 0.3s;
}

.wm-info-for-menu .tabs button[aria-selected=true] {
  display: block;
}

.wm-info-for-menu .tabs .show button[aria-selected=true]:after {
  display: none;
}

.wm-info-for-menu .tabs [role=tabpanel] {
  margin: 0.5em;
}

.wm-info-for-menu .tabs [role=tabpanel][hidden] {
  display: none;
}

/*==================================================*/
@media (min-width: 1024px) {
  .wm-info-for-menu .tabs button {
    position: relative;
    width: auto;
    max-width: 350px;
    margin: 0;
    margin-top: 4px;
    padding: 24px;
    cursor: pointer;
    transition: all ease 0.18s;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    border: none;
    font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
  }
  .wm-info-for-menu .tabs button:before {
    position: absolute;
    z-index: -1;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    transition: all ease 0.18s;
  }
  .wm-info-for-menu .tabs button:nth-child(1):before, .wm-info-for-menu .tabs button:nth-child(2):before, .wm-info-for-menu .tabs button:nth-child(3):before, .wm-info-for-menu .tabs button:nth-child(4):before, .wm-info-for-menu .tabs button:nth-child(5):before, .wm-info-for-menu .tabs button:nth-child(1)[aria-selected=false]:hover, .wm-info-for-menu .tabs button:nth-child(2)[aria-selected=false]:hover, .wm-info-for-menu .tabs button:nth-child(3)[aria-selected=false]:hover, .wm-info-for-menu .tabs button:nth-child(4)[aria-selected=false]:hover, .wm-info-for-menu .tabs button:nth-child(5)[aria-selected=false]:hover, .wm-info-for-menu .tabs button:nth-child(1)[aria-selected=true], .wm-info-for-menu .tabs button:nth-child(2)[aria-selected=true], .wm-info-for-menu .tabs button:nth-child(3)[aria-selected=true], .wm-info-for-menu .tabs button:nth-child(4)[aria-selected=true], .wm-info-for-menu .tabs button:nth-child(5)[aria-selected=true] {
    background: transparent;
  }
  .wm-info-for-menu .tabs button:nth-child(1)[aria-selected=true]:before, .wm-info-for-menu .tabs button:nth-child(1)[aria-selected=true]:hover:before, .wm-info-for-menu .tabs button:nth-child(1):hover::before {
    background: var(--color-colonialyellow-45);
  }
  .wm-info-for-menu .tabs button:nth-child(2)[aria-selected=true]:before, .wm-info-for-menu .tabs button:nth-child(2)[aria-selected=true]:hover:before, .wm-info-for-menu .tabs button:nth-child(2):hover::before {
    background: var(--color-patina-60);
  }
  .wm-info-for-menu .tabs button:nth-child(3)[aria-selected=true]:before, .wm-info-for-menu .tabs button:nth-child(3)[aria-selected=true]:hover:before, .wm-info-for-menu .tabs button:nth-child(3):hover::before {
    background: var(--color-wbrick-65);
  }
  .wm-info-for-menu .tabs button:nth-child(4)[aria-selected=true]:before, .wm-info-for-menu .tabs button:nth-child(4)[aria-selected=true]:hover:before, .wm-info-for-menu .tabs button:nth-child(4):hover::before {
    background: var(--color-collegesky-35);
  }
  .wm-info-for-menu .tabs button:nth-child(5)[aria-selected=true]:before, .wm-info-for-menu .tabs button:nth-child(5)[aria-selected=true]:hover:before, .wm-info-for-menu .tabs button:nth-child(5):hover::before {
    background: var(--color-moss-60);
  }
  .wm-info-for-menu .tabs button[aria-selected=true]:before {
    bottom: 0px;
    height: 4px;
  }
  .wm-info-for-menu .tabs button[aria-selected=true], .wm-info-for-menu .tabs button:focus {
    color: #000;
  }
  .wm-info-for-menu .tabs button[aria-selected=true]:after {
    bottom: 2px;
    border-width: 9px 15px 0 15px;
  }
  /*===========================================
  TAB PANEL
   ===========================================*/
  .wm-info-for-menu .tabs [role=tabpanel] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 32px;
  }
  .wm-info-for-menu .tabs [role=tabpanel] [hidden] {
    display: none;
  }
}
.wm-info-for-menu .infofor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .infofor-links {
    display: flex;
    flex-basis: 52%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 18px;
    padding-right: 30px;
    border-right: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
  .wm-info-for-menu .infofor-links h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.wm-info-for-menu .infofor-nav {
  position: relative;
  flex-basis: 400px;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  margin-bottom: 3.198rem;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .infofor-nav {
    flex: 10 50%;
    min-width: 234px;
    padding: 0 0 0 11px;
  }
  .wm-info-for-menu .infofor-nav:first-child {
    padding-right: 5px;
    padding-left: 0;
  }
  .wm-info-for-menu .infofor-nav:last-child {
    border-right: none;
  }
}
.wm-info-for-menu .infofor-nav:last-child {
  margin-bottom: 2.132rem;
}
.wm-info-for-menu .infofor-nav ul {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 22px;
}
.wm-info-for-menu .infofor-nav ul + a.button {
  margin-top: 2.132rem;
}
.wm-info-for-menu .infofor-nav li {
  margin: 11px 0;
  list-style: none;
}
.wm-info-for-menu .infofor-nav li > a {
  display: inline-block;
  padding: 4px 0;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.wm-info-for-menu .infofor-nav li > a:hover {
  text-decoration: none;
  color: black;
}
.wm-info-for-menu .infofor-nav li.-has-icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}
.wm-info-for-menu .infofor-nav li.-has-icon a {
  padding-left: 48px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=cornerstone] {
  background-position-x: 3px;
  background-size: 17px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=gsuite] {
  background-position-x: 3px;
  background-size: 17px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=wmdigest] {
  background-position-x: 3px;
  background-size: 19px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=workorder] {
  background-position-x: 3px;
  background-size: 20px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=tribecareers] {
  background-position-x: 1px;
  background-size: 21px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=updatecontactinfo] {
  background-size: 20px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=updatecontactinfo] {
  background-position-x: 2px;
  background-size: 19px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=givenow] {
  background-position-x: 1px;
  background-size: 20px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*=transcript] {
  background-position-x: 2px;
  background-size: 19px;
}
.wm-info-for-menu .infofor-nav li.-has-icon[style*="/contact.svg"] {
  background-position-x: 1px;
  background-size: 20px;
}
.wm-info-for-menu .infofor-nav a.button {
  display: block;
  overflow: hidden;
  width: 80%;
  min-height: 34px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 1rem 2.5rem;
  transition: all 0.18s ease-in;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  background-color: var(--color-wmgreen-90);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.18s ease-in;
  color: var(--color-wmgreen-90);
  border: none;
  background: var(--color-pagenav-background);
  width: 100% !important;
  max-width: 270px;
  margin: 0;
  margin-right: 0 !important;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 0.1em;
  font-size: 0.83rem;
  line-height: 1.4;
}
@media (min-width: 700px) {
  .wm-info-for-menu .infofor-nav a.button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.wm-info-for-menu .infofor-nav a.button:hover, .wm-info-for-menu .infofor-nav a.button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.wm-info-for-menu .infofor-nav a.button:hover, .wm-info-for-menu .infofor-nav a.button:focus {
  background-color: black;
}
.wm-info-for-menu .infofor-nav a.button:hover, .wm-info-for-menu .infofor-nav a.button:focus {
  color: var(--color-wmgreen-90);
  border: none;
}
.wm-info-for-menu .infofor-nav a.button:hover, .wm-info-for-menu .infofor-nav a.button:focus {
  background-color: var(--color-wmsilver-15);
}
@media (min-width: 1178px) {
  .wm-info-for-menu .infofor-nav a.button {
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1270px) {
  .wm-info-for-menu .infofor-nav a.button {
    letter-spacing: 0.1em;
  }
}

.wm-info-for-menu .infofor-features {
  width: 258px;
  margin: 0 auto;
  margin-bottom: 2.132rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .infofor-features {
    display: flex;
    align-content: flex-start;
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 40px 0 37px;
  }
}
.wm-info-for-menu .infofor-features a {
  text-decoration: none;
}

.wm-info-for-menu .infofor-features figure,
.wm-info-for-menu .infofor-features figure img {
  display: block;
  width: 100%;
  max-width: 258px;
  margin-bottom: 0;
  transition: all 0.5s;
}

.wm-info-for-menu .infofor-features a:first-child figure {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .infofor-features a:first-child figure {
    margin-top: 3rem;
  }
}

.wm-info-for-menu .infofor-features figure {
  overflow: hidden;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .wm-info-for-menu .infofor-features figure {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.wm-info-for-menu .infofor-features figure .img-wrapper {
  overflow: hidden;
  min-height: 150px;
}
.wm-info-for-menu .infofor-features figure:hover img {
  transform: scale(1.1);
}

.wm-info-for-menu .infofor-features figcaption {
  padding: 0;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 0.83rem;
  font-weight: normal;
  line-height: 1.6;
}

.wm-info-for-menu .infofor-features figcaption .title {
  display: block;
  margin: 0.35533rem 0;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: var(--color-wmgreen-90);
  font-family: "Freight Display Pro W03", Times, serif;
  font-size: 1.58rem;
  font-weight: 400;
  font-feature-settings: "lnum";
}

.wm-info-for-menu .infofor-atm {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
}
@media (min-width: 930px) {
  .wm-info-for-menu .infofor-atm {
    margin-bottom: 5.33rem;
  }
}
@media (min-width: 1215px) {
  .wm-info-for-menu .infofor-atm {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.wm-info-for-menu .infofor-atm figure {
  position: relative;
  max-width: 100%;
  text-align: left;
  background: var(--color-wmsilver-0);
}
@media (min-width: 1215px) {
  .wm-info-for-menu .infofor-atm figure {
    display: flex;
    display: grid;
    justify-content: center;
    background-color: transparent;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40px min-content 40px;
  }
  .wm-info-for-menu .infofor-atm figure::after {
    content: "";
    background-color: var(--color-wmsilver-0);
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .wm-info-for-menu .infofor-atm figure::before {
    display: none;
  }
}
.wm-info-for-menu .infofor-atm figure::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.12rem;
  content: "";
  background: white;
}
.wm-info-for-menu .infofor-atm figure .img-wrapper {
  position: relative;
  padding: 1.066rem 2.125rem;
  text-align: center;
}
@media (min-width: 1215px) {
  .wm-info-for-menu .infofor-atm figure .img-wrapper {
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 20px;
    background: transparent;
    background-color: transparent;
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
.wm-info-for-menu .infofor-atm figure .img-wrapper img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.wm-info-for-menu .infofor-atm figure figcaption {
  max-width: 100%;
  padding: 1.5625rem 2.125rem;
  padding-top: 0;
  text-align: left;
  background: var(--color-wmsilver-0);
}
@media (min-width: 1215px) {
  .wm-info-for-menu .infofor-atm figure figcaption {
    position: relative;
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 0;
    padding: 1.5625rem;
    padding-top: 2.132rem;
    background-color: transparent;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .wm-info-for-menu .infofor-atm figure figcaption p {
    padding-bottom: 1.066rem;
  }
  .wm-info-for-menu .infofor-atm figure figcaption .button {
    width: 100%;
  }
}
.wm-info-for-menu .infofor-atm figure .title {
  font-size: calc(0.9696969697vw + 16.3636363636px);
  display: block;
  margin-bottom: 0.35533rem;
  color: #595959;
  font-family: "Freight Display Pro W03", Times, serif;
  font-weight: 900;
  line-height: 1.1em;
  font-feature-settings: "lnum";
}
.wm-info-for-menu .infofor-atm figure p {
  margin-bottom: 1.066rem;
  padding: 0;
  text-align: left;
  color: #595959;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.88rem;
}
.wm-info-for-menu .infofor-atm .button {
  width: 100%;
  max-width: 300px;
  max-width: 100%;
  margin: 0 auto 0.5rem;
  color: #737373;
  background-color: white;
  font-size: 0.78rem;
  font-weight: 500;
}
.wm-info-for-menu .infofor-atm .button:hover {
  color: white;
  background: var(--color-webgold-75);
}

.wm-info-for-menu .infofor-atm .button:focus {
  color: white;
  background: var(--color-webgold-80);
}

/* SITE MENU - REDUCE MOTION */
@media (prefers-reduced-motion) {
  .menubackdrop-white,
  .menubackdrop-dark,
  .wm-site-menu,
  .wm-info-for-menu {
    transition: none !important;
  }
  body.menu-open .menubackdrop-white,
  body.menu-open .wm-site-menu,
  body.menu-open .wm-info-for-menu,
  body.menu-open .wm-site-menu__primary-wrapper,
  body.info-open .menubackdrop-white,
  body.info-open .wm-site-menu,
  body.info-open .wm-info-for-menu {
    transition: none !important;
  }
  /* js animation items */
  .wm-site-menu .wm_logo_banner,
  .wm-site-menu .primary-nav__mainmenu > li,
  .wm-site-menu .tactical-nav li,
  .wm-site-menu .sec-wrapper,
  .wm-search {
    transform: none !important;
    opacity: 1 !important;
  }
  /* Accordian */
  .wm-site-menu .accordion__content {
    transition: none !important;
  }
  .wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true] + .primary-nav__submenu {
    animation: none !important;
  }
  .wm-site-menu .primary-nav__togglesubmenu::before,
  .wm-site-menu .primary-nav__togglesubmenu::after {
    transition: none !important;
  }
  /* W&M logo on site menu */
  .wm-site-menu .wm_logo_banner img:hover {
    top: -7px !important;
  }
  /* Top Bar */
  .wm-topbar__info-for-button:hover,
  .wm-topbar__info-for-button:focus {
    width: 110px;
  }
  /* Info for */
  .wm-info-for-menu .tabs button {
    transition: all 0s;
  }
  .wm-info-for-menu .tabs button::before {
    transition: none !important;
  }
  .wm-info-for-menu .infofor-features figure:hover img {
    transform: none !important;
  }
  .wm-info-for-menu .tabs button[aria-selected=true] span::before,
  .wm-info-for-menu .tabs button[aria-selected=true] span::after {
    transition: none !important;
  }
}
@media (prefers-reduced-motion) and (min-width: 930px) {
  /* Top Bar */
  .wm-topbar__info-for-button:hover,
  .wm-topbar__info-for-button:focus {
    width: 120px;
  }
}
/* ========= BANNER ========== */
/* BANNER - REDUCE MOTION */
@media (prefers-reduced-motion) {
  .m-title-card:hover + .m-header__photo {
    transform: none !important;
  }
  .m-title-card__umbrella,
  .m-title-card__dept,
  .m-header.-tall .scroll-down {
    animation: none !important;
  }
  .m-header__photo,
  .banner-img,
  .m-header__photo::before,
  .banner-img::before {
    transition: none !important;
  }
}
/* scss/7-menus-and-header/_page-nav.scss */
.page_nav.open > *:not(.wm-page-menu-button) {
  display: block;
}

.page_nav > *:not(.wm-page-menu-button) {
  display: none;
}
@media (min-width: 930px) {
  .page_nav > *:not(.wm-page-menu-button) {
    display: block;
  }
}

@media (min-width: 930px) {
  .page_nav > .social-media-nav {
    display: flex;
  }
}

.page_nav {
  padding: 0;
  font-size: 1rem;
}
.page_nav .wm-page-menu-button {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1.066rem 2.31rem;
  transition: background 0.18s ease-in;
  color: var(--color-text-base);
  background: var(--color-pagenav-background);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-weight: 700;
}
.page_nav .wm-page-menu-button::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  right: 0;
  top: 0;
  background: #e3e4e5;
  z-index: 0;
}
@media (min-width: 930px) {
  .page_nav .wm-page-menu-button {
    display: none;
  }
}
.page_nav .wm-page-menu-button:hover {
  cursor: pointer;
  background: var(--color-one-offs-page-nav-hover);
}
.page_nav .wm-page-menu-button__togglemenubutton {
  position: relative;
  top: 7px;
  float: right;
  margin-right: -4px;
  z-index: 1;
}
.page_nav .wm-page-menu-button__togglemenubutton::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  transform: rotate(90deg);
  border-bottom: solid 2.5px black;
}
.page_nav .wm-page-menu-button__togglemenubutton::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2.5px black;
}
.page_nav.open .wm-page-menu-button {
  margin-bottom: 0;
}
.page_nav.open .wm-page-menu-button__togglemenubutton::before {
  transform: rotate(135deg);
}
.page_nav.open .wm-page-menu-button__togglemenubutton::after {
  transform: rotate(45deg);
}
.page_nav .wm-page_menu {
  margin: 0;
  margin-bottom: 2.132rem;
  padding: 0;
  padding-top: calc(22px / 2);
  padding-bottom: calc(22px / 2);
  color: var(--color-text-base);
  border-top: 8px solid var(--color-wmgreen-90);
  background: var(--color-pagenav-background);
}
.page_nav .wm-page_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_nav .wm-page_menu a {
  display: block;
  padding: 0.68rem 22px 0.68rem calc(22px - 0.35533rem);
  transition: all 0.1s ease-in;
  text-decoration: none;
  color: var(--color-text-dark);
  border-left: 0.35533rem solid var(--color-wmsilver-0);
  line-height: 1.2;
}
.page_nav .wm-page_menu a.is-active {
  margin-left: 0;
  border-left: 0.35533rem solid var(--color-wmgold-55);
  background: var(--color-pagenav-active-link);
}
.page_nav .wm-page_menu a.is-active:hover {
  color: var(--color-wmgreen-90);
  border-left: 0.35533rem solid var(--color-wmgold-55);
  background: var(--color-pagenav-active-link);
}
.page_nav .wm-page_menu a:hover {
  text-decoration: none;
  border-left-color: var(--color-pagenav-active-link-hover);
  background: var(--color-pagenav-active-link-hover);
}
.page_nav .wm-page_menu a#nav_parent, .page_nav .wm-page_menu a.nav_parent {
  text-transform: uppercase;
  color: var(--color-wmgreen-90);
  font-size: 1rem;
  line-height: 1.3;
}
.page_nav .wm-page_menu a#nav_parent:hover, .page_nav .wm-page_menu a#nav_parent:focus, .page_nav .wm-page_menu a.nav_parent:hover, .page_nav .wm-page_menu a.nav_parent:focus {
  text-decoration: underline;
  border-left-color: var(--color-pagenav-background);
  background-color: var(--color-pagenav-background);
}
.page_nav .wm-page_menu > li > ul {
  margin: 0 !important;
  padding: 0;
}
.page_nav .wm-page_menu > li > ul a {
  padding-left: 2.5rem;
  font-size: 15px;
  font-weight: normal;
}
.page_nav .wm-page_menu.-is-open {
  display: block;
}
.page_nav.open #search_subsite {
  display: flex;
}
.page_nav #search_subsite {
  display: none;
  text-align: center;
}
@media (min-width: 930px) {
  .page_nav #search_subsite {
    display: flex;
  }
}
.page_nav #search_subsite .input-box {
  display: inline-block;
  width: 100%;
  border-right: none;
}
.page_nav #search_subsite .input-box:focus-within::placeholder {
  opacity: 0;
}
.page_nav #search_subsite .input-box:focus-within {
  border-color: var(--color-wmsilver-25);
  outline: none;
}
@media (min-width: 930px) {
  .page_nav #search_subsite .input-box {
    width: 180px;
  }
}
.page_nav #search_subsite .search_subsite_submit {
  display: inline-block;
  margin: 0;
  transition: all 0.18s ease-in;
  color: rgba(var(--color-black-105-rgb), 0.3);
  border: 1px solid var(--color-pagenav-border);
  border-left: 0;
  border-radius: 0;
  background: white;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}
.page_nav #search_subsite .search_subsite_submit:focus-within {
  border-color: var(--color-wmgreen-90);
}
.page_nav #search_subsite .search_subsite_submit:hover {
  cursor: pointer;
  color: black;
}
.page_nav .extra-nav {
  padding: 1.3rem;
  padding-top: 22px;
  transition: all 0.18s ease-in;
  background: var(--color-pagenav-background);
}
.page_nav .extra-nav > :first-child {
  margin-top: 0;
}
.page_nav .extra-nav > :last-child {
  margin-bottom: 0;
}
.page_nav .extra-nav h6 + p,
.page_nav .extra-nav h5 {
  margin: 0 0 22px 0;
}
.page_nav .extra-nav h6 {
  margin: 22px 0 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
}
.page_nav .extra-nav h6 + h6 {
  margin-top: 16px;
}
.page_nav .extra-nav h5 {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.3;
}
.page_nav .extra-nav h5 br {
  display: none;
}
.page_nav .extra-nav h5 + h5,
.page_nav .extra-nav h5 + h6,
.page_nav .extra-nav h5 + p,
.page_nav .extra-nav h5 + ul {
  margin-top: -11px;
}
.page_nav .extra-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_nav .extra-nav ul + p {
  margin-top: 1.2rem;
}
.page_nav .extra-nav li {
  margin: 12px 0;
}
.page_nav .extra-nav li:first-child {
  margin-top: 0;
}
.page_nav .extra-nav li:last-child {
  margin-bottom: 0;
}
.page_nav .extra-nav p {
  margin: 22px 0;
  font-size: 0.88rem;
}
.page_nav .extra-nav p + h6,
.page_nav .extra-nav p + p {
  margin-top: -8px;
}
.page_nav .extra-nav p + h6 > .extra-nav-button,
.page_nav .extra-nav p + p > .extra-nav-button {
  margin-top: 27px;
}
.page_nav .extra-nav a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color-link-base);
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: var(--color-link-dark);
}
.page_nav .extra-nav a:hover, .page_nav .extra-nav a:focus {
  text-decoration: underline;
}
.page_nav .extra-nav a.extra-nav-button {
  color: var(--color-wmgreen-90);
}
.page_nav .extra-nav-button {
  display: block;
  overflow: hidden;
  width: 80%;
  min-height: 34px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 1rem 2.5rem;
  transition: all 0.18s ease-in;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  background-color: var(--color-wmgreen-90);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 1rem 1rem;
  transition: all 0.18s ease-in;
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border);
  background: var(--color-pagenav-button-background);
}
@media (min-width: 700px) {
  .page_nav .extra-nav-button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}
.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  background-color: black;
}
.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  color: var(--color-wmgreen-90);
  border: 1px solid var(--color-pagenav-button-border-hover);
}
.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  background: var(--color-pagenav-button-background);
}
.page_nav .extra-nav .separator-above {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--color-pagenav-border);
}
.page_nav .extra-nav ul + .separator-above {
  margin-top: 16px;
}
.page_nav .extra-nav .extra-nav-custom-content *:last-child {
  margin-bottom: 0;
}

.social-media-nav {
  justify-content: center;
  padding: 14px 11px;
  background: var(--color-pagenav-background);
}
.social-media-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  font-size: 1rem;
}
.social-media-nav__wrapper.-js-narrow {
  width: 195px;
}
.social-media-nav .sm_icon,
.social-media-nav .sm_icon:hover {
  display: flex;
  align-items: center;
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: center;
  margin: 8px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 33px !important;
  font-weight: normal !important;
  line-height: 1em;
}
.social-media-nav .sm_icon[class*=fa-]:hover,
.social-media-nav .sm_icon:hover[class*=fa-]:hover {
  color: white;
}
.social-media-nav .sm_icon *[class*=fa-] {
  transition: color 0.1s linear;
}
.social-media-nav .sm_icon:nth-last-child(-n+2):first-child,
.social-media-nav .sm_icon:nth-last-child(-n+2):first-child ~ .sm_icon {
  margin-top: 0;
  margin-bottom: 0;
}
.social-media-nav .sm_icon .fa-facebook:hover {
  color: #1877f2 !important;
}
.social-media-nav .sm_icon .fa-x-twitter:hover {
  color: #000000 !important;
}
.social-media-nav .sm_icon .fa-youtube:hover {
  color: #ff0000 !important;
}
.social-media-nav .sm_icon .fa-linkedin-in:hover {
  color: #007bb5 !important;
}
.social-media-nav .sm_icon .fa-flickr:hover {
  color: #f40083 !important;
}
.social-media-nav .sm_icon .fa-instagram:hover {
  color: #c32aa3 !important;
}
.social-media-nav .sm_icon .fa-podcast:hover {
  color: #872ec4;
}
.social-media-nav .sm_icon .fa-rss {
  font-size: 34px;
  font-weight: 900 !important;
}
.social-media-nav .sm_icon .fa-rss:hover {
  color: #ff6600 !important;
}
.social-media-nav .sm_icon .fa-pinterest-square:hover {
  color: #bd081c !important;
}
.social-media-nav .sm_icon .fa-calendar-alt:hover {
  color: #b58e5b !important;
}
.social-media-nav .sm_icon .fa-vimeo-square:hover {
  color: #1ab7ea !important;
}
.social-media-nav .sm_icon .fa-snapchat-square:hover {
  color: #000000 !important;
}
.social-media-nav .sm_icon .fa-foursquare:hover {
  color: #f94877 !important;
}
.social-media-nav .sm_icon .fa-twitch:hover {
  color: #6441a4 !important;
}
.social-media-nav .sm_icon.fa-facebook:hover {
  color: #1877f2 !important;
}
.social-media-nav .sm_icon.fa-twitter:hover {
  color: #1da1f2 !important;
}
.social-media-nav .sm_icon.fa-youtube:hover {
  color: #ff0000 !important;
}
.social-media-nav .sm_icon.fa-linkedin-in:hover {
  color: #007bb5 !important;
}
.social-media-nav .sm_icon.fa-flickr:hover {
  color: #f40083 !important;
}
.social-media-nav .sm_icon.fa-instagram:hover {
  color: #c32aa3 !important;
  font-size: 24px;
}
.social-media-nav .sm_icon.fa-rss {
  font-size: 34px;
  font-weight: 900 !important;
}
.social-media-nav .sm_icon.fa-rss:hover {
  color: #ff6600 !important;
}
.social-media-nav .sm_icon.fa-pinterest-square:hover {
  color: #bd081c !important;
}
.social-media-nav .sm_icon.fa-calendar-alt:hover {
  color: #b58e5b !important;
}
.social-media-nav .sm_icon.fa-vimeo-square:hover {
  color: #1ab7ea !important;
}
.social-media-nav .sm_icon.fa-snapchat-square:hover {
  color: #000000 !important;
}
.social-media-nav .sm_icon.fa-foursquare:hover {
  color: #f94877 !important;
}
.social-media-nav .sm_icon.fa-twitch:hover {
  color: #6441a4 !important;
}

/* scss/7-menus-and-header/_page-nav-ideation.scss */
/* scss/7-menus-and-header/_page-nav-news.scss */
/* scss/7-menus-and-header/_page-navpage-nav-social-buttons.scss */
.social-media-nav {
  display: flex;
  padding: 22px;
  text-align: center;
}
.social-media-nav .sm_icon {
  min-height: 33px;
}

.sm_icon {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: var(--color-wmsilver-65);
  background: transparent;
  font-weight: normal !important;
  line-height: 1.07rem;
}
.sm_icon:hover {
  text-decoration: none;
}

/* scss/7-menus-and-header/_site-menu.scss */
.wm-site-menu a {
  text-decoration: none;
  font-weight: normal;
}

.wm-site-menu__primary-wrapper {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  transition: all 0.3s ease-in;
  text-align: center;
  opacity: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .wm-site-menu__primary-wrapper {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
    max-width: 44.625rem;
    width: 100%;
    margin-top: 10.3125rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1175px) {
  .wm-site-menu__primary-wrapper {
    margin-top: 9.3125rem;
  }
}

.wm-search {
  display: block;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  margin: 10.02rem 22px 0 22px;
  padding-top: 0;
  padding-bottom: 22px;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .wm-search {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    order: 3;
    max-width: 22.875rem;
    margin-top: 0;
    margin-left: 4.0625rem;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.wm-search__form {
  text-align: center;
}
.wm-search__title {
  display: none;
  margin: 0;
  color: var(--color-text-base);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1.14rem;
  font-style: bold;
}
.wm-search__input {
  float: left;
  width: calc(100% - 44px);
  height: 2.75rem;
  padding: 0px 0.625rem 0 1.6875rem;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-one-offs-topbar-menu-border-color);
  border-radius: 0;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1.5625rem;
  line-height: 3.75rem;
}
@media (min-width: 1024px) {
  .wm-search__input {
    width: 14.9375rem;
    height: 3.4375rem;
    margin-left: 0;
    padding-left: 0.625rem;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
}
.wm-search__input::placeholder {
  color: rgba(0, 0, 0, 0.414);
  font-size: 1.125rem;
  position: relative;
  top: -2px;
}
@media (min-width: 1024px) {
  .wm-search__input::placeholder {
    padding-left: 0.5rem;
    text-transform: none;
    top: 0;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.01px;
  }
}
.wm-search__input:focus, .wm-search__input.active {
  color: black;
  outline: none;
}
.wm-search__submit-wrapper {
  display: flex;
  float: right;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 0;
  border: 1px solid var(--color-one-offs-topbar-menu-border-color);
  border-left: none;
  background: var(--color-wmsilver-0);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1.14rem;
}
@media (min-width: 1024px) {
  .wm-search__submit-wrapper {
    float: left;
    height: 3.4375rem;
    border: none;
    border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
    background: none;
  }
  .wm-search__submit-wrapper:hover {
    background: white;
  }
  .wm-search__submit-wrapper:hover .fas {
    color: var(--color-webgold-75);
  }
}
.wm-search__submit-wrapper:hover * {
  cursor: pointer;
  background-color: inherit;
}
.wm-search__submit {
  margin: 0;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.05em;
  border: none;
  background: transparent;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 0;
}
@media (min-width: 1024px) {
  .wm-search__submit.fas {
    font-size: 1.68rem;
  }
}
.wm-search__submit.fas {
  color: var(--color-wmgold-55);
  background: inherit;
  font-size: 1.5625rem;
  font-size: 1.125rem;
}
.wm-search__submit.fas:hover {
  color: var(--color-webgold-75);
}
@media (min-width: 1024px) {
  .wm-search__submit.fas {
    color: var(--color-wmsilver-25);
    font-size: 1.5625rem;
    font-weight: 400;
  }
}
.wm-search__submit .fa-search:before {
  content: "\f002";
}
.wm-search__input:focus + .wm-search__submit-wrapper > .wm-search__submit.fas, .wm-search__input.active + .wm-search__submit-wrapper > .wm-search__submit.fas {
  color: var(--color-wmgold-55);
}
.wm-search__input:focus + .wm-search__submit-wrapper > .wm-search__submit.fas:hover, .wm-search__input.active + .wm-search__submit-wrapper > .wm-search__submit.fas:hover {
  color: var(--color-webgold-75);
}
.wm-search__caption {
  display: none;
  clear: both;
  width: 19rem;
  padding-top: 0.375rem;
  opacity: 0.5;
  color: var(--color-text-base);
  font-size: 0.8125rem;
  font-style: italic;
}
@media (min-width: 1024px) {
  .wm-search__caption.active {
    display: block;
  }
}
.wm-search__caption.highlight {
  opacity: 1;
}
.wm-search__common-searches, .wm-search__suggested-results {
  display: none;
  margin-top: 22px;
  text-align: left;
}
@media (min-width: 1024px) {
  .wm-search__common-searches, .wm-search__suggested-results {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}
.wm-search__common-searches .label, .wm-search__suggested-results .label {
  padding-bottom: calc(22px/3);
  color: var(--color-wmgreen-90);
  letter-spacing: 0.2px;
  font-size: 0.88rem;
  font-weight: 500;
}
.wm-search__common-searches .items, .wm-search__suggested-results .items {
  margin: 0;
  padding: 0 0 44px 1.066rem;
  list-style: none;
}
.wm-search__common-searches .items a, .wm-search__suggested-results .items a {
  display: inline-block;
  padding: 0.3125rem 0 0.25rem 0;
  letter-spacing: 0.45px;
  opacity: 0.6;
  color: black;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.wm-search__common-searches .items a:hover, .wm-search__suggested-results .items a:hover {
  text-decoration: none;
  opacity: 1;
}
.wm-search__common-searches.hidden, .wm-search__suggested-results.hidden {
  display: none;
  visibility: hidden;
}

.nav-news-events.--inSearch {
  display: flex;
  height: 22px;
  justify-content: flex-start;
  align-items: center;
  gap: 44px;
  flex-shrink: 0;
  text-align: left;
  padding-left: 1.0625rem;
  display: none;
}
@media (min-width: 1024px) {
  .nav-news-events.--inSearch {
    display: flex;
  }
  .wm-search__common-searches.hidden + .wm-search__suggested-results.hidden + .nav-news-events.--inSearch {
    margin-top: 2.5rem;
  }
}
.nav-news-events.--inSearch .nav-news-events__link {
  position: relative;
  color: var(--color-wmgreen-90);
  letter-spacing: 0.348px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-news-events.--inSearch .nav-news-events__link:hover {
  color: black;
}
.nav-news-events.--inSearch .nav-news-events__link:hover .fa-angle-right {
  right: -22px;
}
.nav-news-events.--inSearch .fa-angle-right {
  transition: all 0.3s;
  position: absolute;
  content: "";
  right: -18px;
  top: 0.25rem;
  display: block;
  color: var(--color-wmgold-55);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
}

.nav-news-events.--atBottom {
  display: inline-flex;
  padding: 2.125rem 1.375rem 1.375rem 1.375rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nav-news-events.--atBottom .nav-news-events__link {
  display: flex;
  width: 100%;
  max-width: 10.375rem;
  height: 2.9375rem;
  padding: 0.75rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0;
  border: 1.5px solid #fff;
  background: var(--soft-silver, #f0f1f2);
  color: var(--color-wmgreen-90);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.348px;
  text-transform: uppercase;
}
.nav-news-events.--atBottom .nav-news-events__link .fa-angle-right {
  display: none;
}
.nav-news-events.--atBottom .nav-news-events__link:hover {
  background: var(--color-wmsilver-25);
  color: var(--color-griffingreen-100);
}
@media (min-width: 1024px) {
  .nav-news-events.--atBottom {
    display: none;
  }
}

@media (min-width: 1024px) {
  .wm-site-menu__divider {
    order: 2;
    width: 0.0625rem;
    border-right: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
}

.wm-site-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 375px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(75rem);
  background: white;
  display: flex;
  visibility: hidden;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  /*   &:after {
     content: "";
     clear: both;
   } */
}
@media (min-width: 1024px) {
  .wm-site-menu {
    width: 80%;
    max-width: 1152px;
    display: grid;
    grid-template-rows: max-content minmax(max-content, 1fr);
    grid-template-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    justify-items: center;
  }
  .wm-site-menu.fancybox-margin {
    max-width: 0;
  }
}
.wm-site-menu .wm-topbar__menu-button.-close-x {
  top: 10px;
  background: var(--color-webgold-75);
}
@media (min-width: 930px) {
  .wm-site-menu .wm-topbar__menu-button.-close-x {
    top: 13px;
  }
}
.wm-site-menu .wm_logo_banner {
  position: absolute;
  top: 0;
  left: 45px;
  width: 131px;
  padding: 0;
  text-align: center;
  width: 109px;
  height: 112px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .wm-site-menu .wm_logo_banner {
    width: 127px;
    height: 129px;
  }
}
@media (min-width: 1175px) {
  .wm-site-menu .wm_logo_banner {
    gap: 10px;
    width: 139px;
    height: 142px;
  }
}
.wm-site-menu .wm_logo_banner:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: white;
}
.wm-site-menu .wm_logo_banner img {
  position: relative;
  top: -7px;
  width: 100%;
  max-width: 157px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.wm-site-menu .wm_logo_banner img:hover {
  top: -2px;
}
.wm-site-menu .primary-nav {
  text-align: center;
  font-size: 1rem;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 2rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav {
    display: flex;
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-end;
    order: 1;
    margin-bottom: 0;
    max-width: 21.75rem;
  }
}
.wm-site-menu .primary-nav__mainmenu {
  display: flow-root;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.wm-site-menu .primary-nav__mainmenu > li {
  display: flow-root;
  padding: 0 0 0 1.375rem;
  border-top: 1px solid var(--color-one-offs-topbar-menu-border-color);
  border-bottom: none;
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__mainmenu > li {
    padding-left: 0;
    border: none;
    margin-right: 3.5rem;
  }
}
.wm-site-menu .primary-nav__mainmenu > li:last-child {
  border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__mainmenu > li:last-child {
    border: none;
  }
}
.wm-site-menu .primary-nav__mainmenu > li > a {
  display: block;
  float: left;
  clear: both;
  width: 18.25rem;
  width: calc(100% - 4.09rem);
  height: 3.4375rem;
  margin: 0;
  padding: 0 0 0 0;
  color: var(--color-wmgreen-90);
  font-family: "Freight Display Pro W03", Times, serif;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 3.625rem;
  letter-spacing: 0.6px;
  font-feature-settings: "lnum";
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__mainmenu > li > a {
    width: auto;
    margin-right: 0.5rem;
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: 0.125rem;
    height: 3rem;
    margin-bottom: 0.8125rem;
    border-bottom: 1px solid white;
  }
  .wm-site-menu .primary-nav__mainmenu > li > a:hover {
    border-bottom-color: rgba(var(--color-wmgreen-90-rgb), 0.4);
    transition: all 0.3s ease-in-out;
  }
}
.wm-site-menu .primary-nav__mainmenu > li > a.-is-open {
  font-weight: 400;
}
.wm-site-menu .primary-nav__mainmenu > li:last-child {
  margin-bottom: 0;
}
.wm-site-menu .primary-nav__mainmenu > li:last-child .primary-nav__submenu {
  margin-top: 0.8125rem;
}
.wm-site-menu .primary-nav__togglesubmenu {
  position: relative;
  float: right;
  width: 4.09rem;
  width: 60px;
  height: 3.625rem;
  min-height: 1.75rem;
  margin: 0;
  padding: 0;
  background: white;
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__togglesubmenu {
    top: 0.8125rem;
    float: none;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.375rem;
  }
}
.wm-site-menu .primary-nav__togglesubmenu:hover, .wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true]:hover {
  cursor: pointer;
  background: var(--color-wmsilver-0);
}
.wm-site-menu .primary-nav__togglesubmenu::before, .wm-site-menu .primary-nav__togglesubmenu::after {
  position: absolute;
  bottom: 1.875rem;
  left: 1.5rem;
  display: block;
  width: 0.9375rem;
  height: 0;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px var(--color-wmgold-55);
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__togglesubmenu::before, .wm-site-menu .primary-nav__togglesubmenu::after {
    bottom: 0.8125rem;
    left: 0.4375rem;
  }
}
.wm-site-menu .primary-nav__togglesubmenu::before {
  transform: rotate(90deg);
}
.wm-site-menu .primary-nav__togglesubmenu:hover::before, .wm-site-menu .primary-nav__togglesubmenu:hover::after {
  border-color: var(--color-webgold-75);
}
.wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true]::before, .wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true]::after {
  border-color: var(--color-wmsilver-25);
  transform: rotate(135deg);
}
.wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true]::after {
  transform: rotate(45deg);
}
.wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true]:hover::before, .wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true]:hover::after {
  border-color: var(--color-slate-80);
}
.wm-site-menu .primary-nav__submenu {
  clear: both;
}
.wm-site-menu .primary-nav__submenu > ul {
  padding-bottom: 1.875rem;
  padding-left: 0.875rem;
  list-style: none;
  font-size: 1rem;
}
.wm-site-menu .primary-nav__submenu > ul li, .wm-site-menu .primary-nav__submenu > ul li:last-child {
  border: none;
}
@media (min-width: 1024px) {
  .wm-site-menu .primary-nav__submenu > ul li, .wm-site-menu .primary-nav__submenu > ul li:last-child {
    padding-left: 0;
  }
}
.wm-site-menu .primary-nav__submenu > ul li > a, .wm-site-menu .primary-nav__submenu > ul li:last-child > a {
  min-height: 2.3125rem;
  padding: 0;
  opacity: 0.5;
  color: black;
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 2.3125rem;
}
.wm-site-menu .primary-nav__submenu > ul li > a:hover, .wm-site-menu .primary-nav__submenu > ul li:last-child > a:hover {
  text-decoration: none;
  opacity: 1;
}
.wm-site-menu .primary-nav > li {
  transition: none;
}
@keyframes submenuFadeIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true] + .primary-nav__submenu {
  animation: submenuFadeIn 0.5s;
}
.wm-site-menu .primary-nav__togglesubmenu[aria-expanded=false] + .primary-nav__submenu {
  visibility: hidden;
}
.wm-site-menu .primary-nav__togglesubmenu[aria-expanded=true] + .primary-nav__submenu {
  visibility: visible;
}
.wm-site-menu .accordion__content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}
.wm-site-menu .accordion__item:not(.is-expanded) .accordion__content {
  height: 0 !important;
}
.wm-site-menu .tac-wrapper {
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .wm-site-menu .tac-wrapper {
    position: absolute;
    top: 2.375rem;
    left: 12.5rem;
    left: 0;
    width: calc(100% - 350px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .wm-site-menu .tac-wrapper:before, .wm-site-menu .tac-wrapper:after {
    content: "";
    display: inline-block;
    width: 9.375rem;
    height: 3.125rem;
  }
  .wm-site-menu .tac-wrapper::before {
    width: 12.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1175px) {
  .wm-site-menu .tac-wrapper:before {
    width: 13.125rem;
  }
  .wm-site-menu .tac-wrapper:after {
    width: 10.9375rem;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .wm-site-menu .tac-wrapper:before {
    width: 13.6875rem;
  }
  .wm-site-menu .tac-wrapper:after {
    width: 12.5rem;
  }
}
.wm-site-menu .tactical-nav {
  width: auto;
  margin: 0 auto;
  padding-bottom: 0;
  letter-spacing: 0.01em;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .wm-site-menu .tactical-nav {
    padding-bottom: 0.375rem;
    flex: 1 1 auto;
    transition: all 0.3s ease-in-out;
    display: flex;
  }
}
.wm-site-menu .tactical-nav__list {
  padding: 0;
  width: 100%;
  margin: 0;
  padding-left: 22px;
  list-style: none;
}
@media (min-width: 1024px) {
  .wm-site-menu .tactical-nav__list {
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0;
    border-bottom: 1px solid var(--color-one-offs-topbar-menu-border-color);
  }
}
@media (min-width: 1175px) {
  .wm-site-menu .tactical-nav__list {
    gap: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .wm-site-menu .tactical-nav__list {
    gap: 1.375rem;
  }
}
.wm-site-menu .tactical-nav__list li {
  display: block;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.wm-site-menu .tactical-nav__list li a {
  border-bottom: 3px solid transparent;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Avenir Next W01", "Nunito Sans", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.6875rem 0;
  display: block;
}
.wm-site-menu .tactical-nav__list li a:hover {
  text-decoration: none;
  color: black;
}
@media (min-width: 1024px) {
  .wm-site-menu .tactical-nav__list li a {
    font-size: 0.75rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.375rem 8.5px 1.0625rem;
  }
  .wm-site-menu .tactical-nav__list li a:hover {
    border-bottom: 3px solid var(--color-wmgold-55);
  }
}
@media (min-width: 1175px) {
  .wm-site-menu .tactical-nav__list li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.wm-site-menu .tactical-nav a {
  word-wrap: none;
  word-break: normal;
  overflow-wrap: normal;
}

#main-header {
  margin: 0 auto;
}

.nav-footer {
  background: var(--color-wmgreen-90);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nav-footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 0.5rem;
  grid-row: 1/2;
  grid-column: 1/3;
  z-index: 5;
  position: relative;
  background-color: var(--color-wmgold-55);
  background: var(--color-wmgold-55) linear-gradient(90deg, var(--color-webgold-75) 0%, var(--color-wmgold-55) 51.04%, var(--color-webgold-75) 100%);
}
.nav-footer:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(var(--color-griffingreen-100-rgb), 0.7) 0%, rgba(var(--color-griffingreen-100-rgb), 0) 49px), linear-gradient(45deg, rgba(var(--color-moss-60-rgb), 0.2) 0%, rgba(var(--color-moss-60-rgb), 0) 100%), linear-gradient(134deg, var(--color-wmgreen-90) 0%, rgba(var(--color-griffingreen-100-rgb), 0.7) 100%);
}
@media (min-width: 1024px) {
  .nav-footer {
    display: grid;
    grid-template-rows: 8px 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    align-self: flex-end;
  }
  .nav-footer:after {
    background: linear-gradient(90deg, rgba(var(--color-griffingreen-100-rgb), 0) 0%, rgba(var(--color-griffingreen-100-rgb), 0.8) 68.11%, rgba(var(--color-griffingreen-100-rgb), 0.8) 100%), linear-gradient(180deg, rgba(var(--color-griffingreen-100-rgb), 0.7) 0%, rgba(var(--color-griffingreen-100-rgb), 0) 49px), radial-gradient(426.49% 141.42% at 0% 100%, rgba(var(--color-moss-60-rgb), 0.35) 0%, rgba(var(--color-moss-60-rgb), 0) 100%);
  }
}
.nav-footer__links {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 0 22px;
}
@media (min-width: 1024px) {
  .nav-footer__links {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 44.625rem;
    justify-content: flex-end;
    align-items: center;
    gap: 1.375rem;
  }
}
.nav-footer__link {
  flex: 0 1 100%;
  display: flex;
  min-width: 3.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  height: 2.5rem;
  flex-shrink: 0;
  color: #ffffff;
  background-color: var(--color-webgold-75);
  color: #fff;
  margin-bottom: 22px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (min-width: 1024px) {
  .nav-footer__link {
    max-width: 18.75rem;
    margin-left: 4.0625rem;
    margin-bottom: 0;
  }
}
.nav-footer__link:first-child {
  margin-top: 44px;
}
.nav-footer__link:last-child {
  margin-bottom: 44px;
}
.nav-footer__link:hover {
  background-color: var(--color-wmgold-55);
}
.nav-footer__link:hover .fa-angle-right {
  opacity: 1;
  left: 0.125rem;
}
.nav-footer .fa-angle-right {
  position: relative;
  left: -4px;
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  letter-spacing: 0.3px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.nav-footer__background-image {
  display: none;
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 2/3;
  filter: saturate(0);
  opacity: 0.7;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .nav-footer__background-image {
    display: block;
  }
}

.info-open .wm-site-menu {
  z-index: calc(100 - 1);
  transform: translateX(0);
  opacity: 0;
}
.info-open .wm-site-menu .wm-topbar__menu-button.-close-x {
  top: 10px;
}
@media (min-width: 930px) {
  .info-open .wm-site-menu .wm-topbar__menu-button.-close-x {
    top: 13px;
  }
}
.info-open .wm-site-menu .wm-topbar__info-for-button {
  top: calc(63px + 10px + 7px);
}
@media (min-width: 930px) {
  .info-open .wm-site-menu .wm-topbar__info-for-button {
    top: calc(80px + 13px);
  }
}

.menu-open .wm-site-menu {
  z-index: 100;
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 1024px) {
  .menu-open .wm-site-menu {
    width: 80%;
    max-width: 1152px;
  }
}
.menu-open .wm-site-menu__primary-wrapper {
  opacity: 1;
}
.menu-open .wm-site-menu .wm-topbar__info-for-button {
  top: calc(63px + 10px + 7px);
  display: block;
}
@media (min-width: 1024px) {
  .menu-open .wm-site-menu .wm-topbar__info-for-button {
    top: calc(80px + 13px);
  }
}
.menu-open .wm-site-menu .wm-topbar__menu-button.-close-x {
  z-index: 81;
  top: 10px;
  display: flex;
  padding: 1.4375rem;
  background: var(--color-webgold-75);
  display: flex;
  width: 5.5625rem;
  height: 3.6875rem;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .menu-open .wm-site-menu .wm-topbar__menu-button.-close-x {
    top: 13px;
    width: 7.5625rem;
    height: 4.4375rem;
    transition: all 0.3s ease-in-out;
  }
}
.menu-open .wm-site-menu .wm-topbar__menu-button.-close-x .fa-xmark {
  transition: transform 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 2.8125rem;
  font-weight: 100;
  letter-spacing: 1.337px;
}
.menu-open .wm-site-menu .wm-topbar__menu-button.-close-x:hover {
  cursor: pointer;
  background: var(--color-wmgold-55);
}

.atoms-main .wm-site-menu,
.atoms-main .wm-info-for-menu,
#atomsWrap #content.atoms-main {
  display: block;
}

.atoms-main .o-callout {
  position: relative;
}

/* scss/7-menus-and-header/_topbar-logo-homepage.scss *//*# sourceMappingURL=main.css.map */